da4b9a9bddd48101319438f1433cfb8f3e8086c9
[gnulib.git] / ChangeLog
1 2008-09-28  Bruno Haible  <bruno@clisp.org>
2
3         New module 'posix_spawn_file_actions_addopen'.
4         * modules/posix_spawn_file_actions_addopen: New file.
5         * lib/spawn_faction_addopen.c: New file, from GNU libc with
6         modifications.
7         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
8         the new module.
9
10         New module 'posix_spawn_file_actions_adddup2'.
11         * modules/posix_spawn_file_actions_adddup2: New file.
12         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
13         modifications.
14         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
15         the new module.
16
17         New module 'posix_spawn_file_actions_addclose'.
18         * modules/posix_spawn_file_actions_addclose: New file.
19         * lib/spawn_faction_addclose.c: New file, from GNU libc with
20         modifications.
21         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22         the new module.
23
24         New module 'posix_spawn_file_actions_init'.
25         * modules/posix_spawn_file_actions_init: New file.
26         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
27         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
28         new module.
29
30         New module 'posix_spawn-internal'.
31         * modules/posix_spawn-internal: New file.
32         * lib/spawn_int.h: New file, from GNU libc with modifications.
33         * lib/spawni.c: New file, from GNU libc with modifications.
34         * m4/posix_spawn.m4: New file.
35
36         New module 'spawn'.
37         * modules/spawn: New file.
38         * lib/spawn.in.h: New file, from GNU libc with modifications.
39         * m4/spawn_h.m4: New file.
40         * doc/posix-headers/spawn.texi: Mention the new module.
41
42 2008-09-28  Bruno Haible  <bruno@clisp.org>
43
44         * modules/sched-tests: New file.
45         * tests/test-sched.c: New file.
46
47         New module 'sched'.
48         * modules/sched: New file.
49         * lib/sched.in.h: New file.
50         * m4/sched_h.m4: New file.
51         * doc/posix-headers/sched.texi: Mention the new module.
52
53 2008-09-27  Eric Blake  <ebb9@byu.net>
54
55         Fix previous patch, and tweak references to $0.
56         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
57         (func_version, func_gnulib_dir): Don't call this program
58         gnulib-tool.
59         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
60         with using $0 in function.
61         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
62         (func_fatal_error): Reuse the name the user invoked us with.
63
64 2008-09-27  Bruno Haible  <bruno@clisp.org>
65
66         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
67         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
68         (gl_ICONV_H): Not here.
69         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
70         instead of assigning ICONV_H directly.
71
72         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
73         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
74         WCHAR_H directly.
75
76 2008-09-27  Bruno Haible  <bruno@clisp.org>
77
78         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
79         * modules/arpa_inet (Depends-on): Add link-warning.
80         (Makefile.am): Insert the definition of GL_LINK-WARNING.
81         * modules/unistd (Makefile.am): Likewise.
82
83 2008-09-26  Bruno Haible  <bruno@clisp.org>
84
85         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
86         variables.
87         (func_version): Essentially copied from gnulib-tool.
88         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
89         func_readlink): Copied from gnulib-tool.
90
91 2008-09-26  Bruno Haible  <bruno@clisp.org>
92
93         * gnulib-tool (func_version): Change directory to $gnulib_dir before
94         invoking git-version-gen.
95
96 2008-09-26  Bruno Haible  <bruno@clisp.org>
97
98         * posix-modules: Update to directory names changed on 2008-01-19.
99         Remove commas in output before splitting into words. No more need to
100         avoid 'ftruncate' since 2007-02-19.
101
102 2008-09-26  Bruno Haible  <bruno@clisp.org>
103
104         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
105
106 2008-09-26  Bruno Haible  <bruno@clisp.org>
107
108         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
109         * modules/fwriteerror (Depends-on): Add errno.
110
111 2008-09-26  Bruno Haible  <bruno@clisp.org>
112
113         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
114         * tests/test-vc-list-files-cvs.sh: Likewise.
115
116 2008-09-26  Bruno Haible  <bruno@clisp.org>
117
118         * doc/posix-headers/sys_resource.texi: Reorder items.
119
120 2008-09-26  Jim Meyering  <meyering@redhat.com>
121
122         fts: tweak inode comparison function
123         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
124         inode numbers, as documented.
125
126         fts: sort dirent entries on inode number before traversing
127         This avoids a quadratic, seek-related performance penalty when
128         operating on a directory containing many entries (measurable at 10k;
129         3.5 hours at 2 million entries with a cold cache) on certain types
130         of file systems, including ext3 and ext4, but not tmpfs.
131         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
132         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
133         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
134         (fs_handles_readdir_ordered_dirents_efficiently): New function.
135         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
136         (fts_build): Set the stat.st_ino member from D_INO.
137         If it is likely to be useful, sort dirent entries on inode number.
138
139         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
140         and the struct statfs.f_type member.
141         * modules/fts (Depends-on): Add d-ino.
142
143 2008-09-26  Bruno Haible  <bruno@clisp.org>
144
145         * modules/sigpipe-die (Depends-on): Add sigpipe.
146
147         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
148         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
149         and GNULIB_STDIO_H_SIGPIPE are set.
150         * lib/stdio-write.c: New file.
151         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
152         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
153         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
154         REPLACE_STDIO_WRITE_FUNCS.
155         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
156         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
157         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
158         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
159         * modules/stdio (Files): Add lib/stdio-write.c.
160         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
161         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
162         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
163         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
164         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
165         REPLACE_FPRINTF_POSIX.
166         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
167         REPLACE_PRINTF_POSIX.
168         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
169         REPLACE_VFPRINTF_POSIX.
170         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
171         REPLACE_VPRINTF_POSIX.
172         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
173         SIGPIPE issue.
174         * doc/posix-functions/fputc.texi: Likewise.
175         * doc/posix-functions/fputs.texi: Likewise.
176         * doc/posix-functions/fwrite.texi: Likewise.
177         * doc/posix-functions/printf.texi: Likewise.
178         * doc/posix-functions/putc.texi: Likewise.
179         * doc/posix-functions/putchar.texi: Likewise.
180         * doc/posix-functions/puts.texi: Likewise.
181         * doc/posix-functions/vfprintf.texi: Likewise.
182         * doc/posix-functions/vprintf.texi: Likewise.
183
184         * modules/safe-write (Depends-on): Add write.
185
186         * modules/sigpipe-tests: New file.
187         * tests/test-sigpipe.c: New file.
188         * tests/test-sigpipe.sh: New file.
189
190         * modules/write: New file.
191         * lib/unistd.in.h: Include <sys/types.h>.
192         (write): New declaration.
193         * lib/write.c: New file.
194         * m4/write.m4: New file.
195         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
196         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
197         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
198         GNULIB_WRITE, REPLACE_WRITE.
199         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
200         and the SIGPIPE issue.
201
202         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
203         (raise): New declaration.
204         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
205         (ext_signal): New function.
206         (rpl_raise): New function.
207         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
208         GNULIB_SIGNAL_H_SIGPIPE.
209         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
210         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
211
212         * modules/sigpipe: New file.
213         * m4/sigpipe.m4: New file.
214
215 2008-09-25  Derek Price  <derek@ximbiot.com>
216             Bruno Haible  <bruno@clisp.org>
217
218         * gnulib-tool (func_import): Report all license incompatibilities, not
219         just the first one.
220
221 2008-09-25  Bruno Haible  <bruno@clisp.org>
222
223         * gnulib-tool (func_import): When computing the edits, consider not
224         only the Makefile.ams that exist but also those that will be generated.
225
226 2008-09-25  Simon Josefsson  <simon@josefsson.org>
227
228         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
229         fixes gnulib-tool --test warning about duplicate dependency.
230
231 2008-09-25  Bruno Haible  <bruno@clisp.org>
232
233         * gnulib-tool: Don't ask the user to perform edits in the generated
234         Makefile.ams.
235         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
236         apply to the Makefile.am being generated.
237         (func_emit_tests_Makefile_am): Execute edits that apply to the
238         Makefile.am being generated.
239         (func_import): Setup list of Makefile.am edits before emitting the
240         Makefile.ams, not at the end.
241         (func_create_testdir): Update.
242         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
243
244 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
245
246         * gnulib-tool (func_import): Store the --tests-base option in the
247         comment in gnulib-cache.m4.
248
249 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
250
251         * NEWS: Document increased portability that sys_select now provides.
252
253         * lib/sys_select.in.h: Install select wrapper.
254         * lib/sys_socket.in.h: Use more descriptive name when there is no
255         select wrapper.
256         * lib/winsock-select.c: New.
257         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
258         Require gl_HEADER_SYS_SOCKET.
259         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
260         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
261         * tests/test-sys_select.c: Add functional tests.
262
263 2008-09-24  Eric Blake  <ebb9@byu.net>
264
265         open, fopen: close fd leak in last patch
266         * lib/open.c (rpl_open): Close fd before returning error.
267         * lib/fopen.c (rpl_fopen): Close fd before returning error.
268         * doc/posix-functions/open.texi (open): Document that Irix also
269         has the bug.
270         * doc/posix-functions/fopen.texi (fopen): Likewise.
271         Reported by Paolo Bonzini.
272
273 2008-09-24  Bruno Haible  <bruno@clisp.org>
274
275         Ensure that a filename ending in a slash cannot be used to access a
276         non-directory.
277         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
278         to check whether it's really a directory.
279         * lib/fopen.c: Include fcntl.h, unistd.h.
280         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
281         and fdopen().
282         * modules/fopen (Depends-on): Add unistd.
283         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
284         * tests/test-fopen.c (main): Likewise.
285         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
286         * doc/posix-functions/fopen.texi: Likewise.
287         Reported by Eric Blake.
288
289 2008-09-23  Eric Blake  <ebb9@byu.net>
290
291         c-stack: avoid compiler optimizations when provoking overflow
292         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
293         recursion harder to optimize, to ensure a stack overflow occurs.
294         * tests/test-c-stack.c (recurse): Likewise.
295         Borrowed from libsigsegv.
296
297         c-stack: work around Irix sigaltstack bug
298         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
299         whether sigaltstack uses wrong end of stack_t (copied in part from
300         libsigsegv).
301         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
302         Irix bug, without requiring an over-allocation.
303         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
304         bug.
305
306         fopen: document mingw bug on directories
307         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
308         not allowing a stream visiting a directory, even though reading
309         from such a stream is not portable.
310
311 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
312
313         * lib/poll.c: Rewrite.
314         * modules/poll: Depend on alloca.
315
316 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
317
318         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
319         instead define prototypes for a full set of wrappers.  Ensure
320         that Cygwin does not use the compatibility code, which is only
321         for MinGW.
322         * lib/winsock.c: New.
323         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
324         * modules/sys_socket: Add lib/winsock.c.
325
326         * modules/poll-tests: Add errno and perror.
327         * tests/test-poll.c: Use ioctl, not ioctlsocket.
328
329 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
330
331         * tests/test-poll.c: Downgrade minimum needed Winsock version.
332
333 2008-09-23  Bruno Haible  <bruno@clisp.org>
334
335         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
336         * doc/glibc-functions/*: Likewise.
337
338 2008-09-23  Simon Josefsson  <simon@josefsson.org>
339
340         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
341         success.
342
343 2008-09-22  Eric Blake  <ebb9@byu.net>
344             Bruno Haible  <bruno@clisp.org>
345
346         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
347         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
348         supply %A but mishandle pseudo-NaN.
349         Reported by Simon Josefsson.
350
351 2008-09-21  Bruno Haible  <bruno@clisp.org>
352
353         * tests/test-lock.c (main): Tweak skip message.
354         * tests/test-tls.c (main): Likewise.
355
356 2008-09-21  Bruno Haible  <bruno@clisp.org>
357
358         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
359         whether 'struct sigaction' has sa_sigaction here...
360         (gl_PREREQ_SIG_HANDLER_H): ... not here.
361         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
362
363 2008-09-21  Bruno Haible  <bruno@clisp.org>
364
365         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
366         section.
367         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
368         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
369         the new section.
370         (Support for obsolete systems lacking POSIX:2001): New section.
371         (String handling <string.h>): Move strdup to the new section.
372         Suggested by Simon Josefsson and Paolo Bonzini.
373
374 2008-09-21  Bruno Haible  <bruno@clisp.org>
375
376         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
377         exponents in %e and %g results on 'long double'. Needed for mingw's
378         improved *printf functions.
379         * tests/test-vasprintf-posix.c (test_function): Likewise.
380         * tests/test-snprintf-posix.h (test_function): Likewise.
381         * tests/test-sprintf-posix.h (test_function): Likewise.
382         Reported by Eric Blake.
383
384 2008-09-21  Bruno Haible  <bruno@clisp.org>
385
386         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
387         * tests/test-sprintf-posix.h (test_function): Likewise.
388
389 2008-09-21  Bruno Haible  <bruno@clisp.org>
390
391         * modules/getpass (Depends-on): Add strdup-posix.
392
393         New module 'strdup-posix'.
394         * modules/strdup-posix: New file.
395         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
396         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
397         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
398         REPLACE_STRDUP.
399         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
400         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
401         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
402         strdup-posix.
403
404         * modules/strdup (Depends-on): Remove malloc-posix.
405
406 2008-09-20  Bruno Haible  <bruno@clisp.org>
407
408         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
409         Wildenhues.
410
411 2008-09-20  Bruno Haible  <bruno@clisp.org>
412
413         Ensure that wint_t gets defined on IRIX 5.3.
414         * lib/wchar.in.h (wint_t): Define if not defined by the system.
415         * lib/wctype.in.h (wint_t): Likewise.
416         (__wctype_wint_t): Remove type.
417         (isw*): Use wint_t instead of __wctype_wint_t.
418         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
419         * modules/wchar (Files): Add m4/wint_t.m4.
420         (Makefile.am): Substitute HAVE_WINT_T.
421         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
422         * tests/test-wctype.c: Check that wint_t is defined.
423         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
424         * doc/posix-headers/wctype.texi: Likewise.
425         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
426
427 2008-09-18  Bruno Haible  <bruno@clisp.org>
428
429         * gnulib-tool (func_exit): Update comment.
430
431 2008-09-18  Simon Josefsson  <simon@josefsson.org>
432
433         * modules/getaddrinfo (Depends-on): Remove strdup, this module
434         assumes strdup exists and does not depend on strdup to return
435         ENOMEM on out of memory conditions.
436
437 2008-09-18  Bruno Haible  <bruno@clisp.org>
438
439         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
440         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
441         digits for the exponent.
442
443 2008-09-18  Jim Meyering  <meyering@redhat.com>
444             Bruno Haible  <bruno@clisp.org>
445
446         * lib/vasnprintf.c (decimal_point_char): Define also if
447         NEED_PRINTF_INFINITE_LONG_DOUBLE.
448
449 2008-09-16  Bruno Haible  <bruno@clisp.org>
450         and Eric Blake  <ebb9@byu.net>
451
452         vasnprintf: support Irix 5.3
453         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
454         that mishandle long double infinity.
455         Reported by Tom G. Christensen.
456
457 2008-09-16  Bruno Haible  <bruno@clisp.org>
458
459         * doc/glibc-functions/scandir.texi: Mention the function is missing on
460         Solaris 9.
461         * doc/glibc-functions/alphasort.texi: Likewise.
462         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
463
464 2008-09-16  Jim Meyering  <meyering@redhat.com>
465
466         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
467         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
468         a umask modification leak out of a subshell.  Otherwise, the
469         opensolaris /bin/sh would be accepted and thus cause unwarranted
470         failures in the coreutils test suite.
471
472 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
473
474         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
475         to succeed.
476
477 2008-09-16  Jim Meyering  <meyering@redhat.com>
478
479         avoid spurious test failure when library is built without ACL support
480         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
481         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
482         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
483         * tests/test-copy-acl.sh: Likewise.
484
485 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
486
487         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
488         based on character occurrence counts.
489
490 2008-09-15  Eric Blake  <ebb9@byu.net>
491
492         tests: avoid some compiler warnings
493         * tests/test-memchr.c (main): Pass NULL indirectly.
494         * tests/test-closein.c (main): Avoid unused variable.
495
496 2008-09-15  Bruno Haible  <bruno@clisp.org>
497
498         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
499         are missing on OpenBSD 4.0 individually.
500         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
501
502 2008-09-15  Bruno Haible  <bruno@clisp.org>
503
504         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
505         * doc/posix-functions/strerror.texi: Mention also Cygwin.
506         * doc/posix-functions/perror.texi: Likewise.
507         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
508         is missing.
509         Reported by Eric Blake.
510
511         * lib/errno.in.h: Use replacement values >= 2000.
512         Reported by Eric Blake.
513
514 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
515
516         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
517         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
518         limit.
519         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
520         compareseq was aborted.
521
522 2008-09-14  Bruno Haible  <bruno@clisp.org>
523
524         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
525         yvec_edit_count.
526         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
527         (fstrcmp_bounded): Simplify result computation accordingly.
528
529 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
530
531         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
532         (fstrcmp): Define in terms of fstrcmp_bounded.
533         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
534         lower_bound argument.
535         Return quickly if the result is certainly < lower_bound.
536         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
537
538 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
539
540         * lib/diffseq.h (EARLY_ABORT): New macro.
541         (compareseq): Change return type to bool. Return true when EARLY_ABORT
542         evaluates to true.
543
544 2008-09-14  Bruno Haible  <bruno@clisp.org>
545
546         * modules/perror-tests: New file.
547         * tests/test-perror.sh: New file.
548         * tests/test-perror.c: New file.
549
550         New module 'perror'.
551         * lib/stdio.in.h (perror): New declaration.
552         * lib/perror.c: New file.
553         * m4/perror.m4: New file.
554         * modules/perror: New file.
555         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
556         * doc/posix-functions/perror.texi: Mention the perror module.
557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
558         REPLACE_PERROR.
559         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
560         REPLACE_PERROR.
561
562 2008-09-14  Bruno Haible  <bruno@clisp.org>
563
564         * modules/stdio (Makefile.am): Reorder to match the order in
565         lib/stdio.in.h.
566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
567
568 2008-09-13  Bruno Haible  <bruno@clisp.org>
569
570         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
571
572 2008-09-13  Bruno Haible  <bruno@clisp.org>
573
574         Extend strerror to cover the added errno values.
575         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
576         (rpl_strerror): Provide error messages for the added errno values and
577         for the WSA* values.
578         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
579         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
580         strerror.
581         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
582         * modules/strerror (Depends-on): Add errno.
583         * doc/posix-functions/strerror.texi: Document the change.
584         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
585         and EOVERFLOW.
586
587 2008-09-13  Bruno Haible  <bruno@clisp.org>
588
589         * modules/EOVERFLOW: Remove file.
590         * m4/eoverflow.m4: Remove file.
591         * modules/EOVERFLOW-tests: Remove file.
592         * tests/test-EOVERFLOW.c: Remove file.
593         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
594         * modules/ftell (Depends-on): Likewise.
595         * modules/getdelim (Depends-on): Likewise.
596         * modules/getugroups (Depends-on): Likewise.
597         * modules/poll (Depends-on): Likewise.
598         * modules/snprintf (Depends-on): Likewise.
599         * modules/sprintf-posix (Depends-on): Likewise.
600         * modules/vasnprintf (Depends-on): Likewise.
601         * modules/vasprintf (Depends-on): Likewise.
602         * modules/vfprintf-posix (Depends-on): Likewise.
603         * modules/vsnprintf (Depends-on): Likewise.
604         * modules/vsprintf-posix (Depends-on): Likewise.
605         * modules/xvasprintf (Depends-on): Likewise.
606         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
607         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
608         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
609         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
610         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
611         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
612         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
613         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
614         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
615         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
616         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
617         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
618         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
619         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
620         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
621         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
622         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
623         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
624         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
625         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
626         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
627         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
628         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
629         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
630         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
631         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
632         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
633         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
634         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
635         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
636         * MODULES.html.sh: Remove EOVERFLOW.
637         * NEWS: Mention the change.
638
639 2008-09-13  Bruno Haible  <bruno@clisp.org>
640
641         * modules/errno-tests: New file.
642         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
643
644         * lib/errno.in.h: New file.
645         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
646         * modules/errno: New file.
647         * doc/posix-headers/errno.texi: Update documentation.
648         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
649
650 2008-09-13  Bruno Haible  <bruno@clisp.org>
651
652         * tests/test-poll.c: Use #if for native Windows, rather than testing
653         __MSVCRT__.
654
655 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
656             Bruno Haible  <bruno@clisp.org>
657
658         * lib/glob.c: Don't include <pwd.h> on native Windows.
659         (WINDOWS32): New macro.
660         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
661
662 2008-09-13  Bruno Haible  <bruno@clisp.org>
663
664         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
665         (ETIMEDOUT): Remove macro.
666         (glthread_cond_timedwait_multithreaded): New declaration.
667         (glthread_cond_timedwait): Use it.
668         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
669         (glthread_cond_timedwait_multithreaded): New function.
670
671 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
672
673         * modules/poll-tests: Do not check for io.h.
674         * tests/test-poll.c: Check for __MSVCRT__ instead.
675
676 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
677
678         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
679         * modules/poll-tests: Add inet_pton, stdbool, sockets.
680         * tests/test-poll.c: Use them.  Use _pipe on Windows.
681
682 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
683
684         * modules/poll-tests: New.
685         * tests/test-poll.c: New.
686
687 2008-09-12  Eric Blake  <ebb9@byu.net>
688
689         frexp: test for NetBSD failure on -0.0
690         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
691         not all, bugs from NetBSD 3.0 have been fixed.
692         * doc/posix-functions/frexp.texi (frexp): Document bug.
693         Reported by Thomas Klausner.
694
695         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
696         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
697         literal -0.0.
698         Reported by Jonathan C. Patschke <jp@centtech.com>.
699
700 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
701
702         * lib/glthread/cond.h: Use dummy implementation also if
703         USE_WIN32_THREADS.
704
705 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
706
707         * modules/fnmatch-posix (License): Change to LGPLv2+.
708         * modules/fnmatch-gnu (License): Likewise.
709
710 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
711
712         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
713
714 2008-09-11  Jim Meyering  <meyering@redhat.com>
715
716         * users.txt: Add gtk-vnc.
717
718 2008-09-08  Simon Josefsson  <simon@josefsson.org>
719
720         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
721         rotate amounts.
722
723         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
724         required for 16-bit and 8-bit rotates.
725         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
726         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
727         UINT8_MAX instead of hard-coded constants.
728         Suggested by Paul Eggert.
729
730 2008-09-07  Bruno Haible  <bruno@clisp.org>
731
732         * tests/test-striconveh.c (main): Check behaviour when converting from
733         UTF-7.
734
735         Make striconveh work better with stateful encodings.
736         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
737         that iconv does not increment the inptr when returning -1/EINVAL.
738
739 2008-09-07  Bruno Haible  <bruno@clisp.org>
740
741         * build-aux/config.rpath: Update according to libtool-2.2.6.
742         * build-aux/config.libpath: Likewise.
743
744 2008-09-06  Bruno Haible  <bruno@clisp.org>
745
746         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
747         * lib/freadptr.c (freadptr): Likewise.
748         * lib/freadseek.c (freadptrinc): Likewise.
749         Reported by Simon Josefsson.
750
751 2008-09-06  Bruno Haible  <bruno@clisp.org>
752
753         * modules/freadptr (License): Change to LGPLv2+.
754         * modules/freadseek (License): Likewise.
755         Suggested by Eric Blake.
756
757         * modules/memchr2 (License): Change to LGPLv2+.
758         Approved by Eric Blake.
759
760 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
761             Bruno Haible  <bruno@clisp.org>
762
763         Make gnulib-tool work with native 'sed' on AIX.
764         * gnulib-tool (sed_noop): New variable.
765         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
766         func_add_or_update, func_create_testdir): Use it to initialize sed
767         script variables.
768         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
769
770 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
771             Bruno Haible  <bruno@clisp.org>
772
773         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
774         also works after #include directives.
775
776 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
777
778         getdate.y: reject an out-of-range timezone value
779         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
780         the range [-24...+24].  When specified with only one or two digits,
781         * tests/test-getdate.c: Tests for the fix.
782         * doc/getdate.texi: Document this change.
783
784 2008-09-03  Bruno Haible  <bruno@clisp.org>
785
786         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
787
788 2008-09-02  Simon Josefsson  <simon@josefsson.org>
789
790         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
791         <bruce.korb@gmail.com> with ideas from Ben Pfaff
792         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
793         Blake <ebb9@byu.net>.
794
795         * tests/test-bitrotate.c: Add more test vectors.
796
797 2008-09-02  Eric Blake  <ebb9@byu.net>
798
799         vasnprintf-posix: handle large precision via %.*d
800         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
801         when handling it ourselves.
802         * tests/test-vasnprintf-posix.c (test_function): Add test.
803         * tests/test-snprintf-posix.h (test_function): Likewise.
804         * tests/test-sprintf-posix.h (test_function): Likewise.
805         * tests/test-vasprintf-posix.c (test_function): Likewise.
806         Reported by Alain Guibert.
807
808 2008-09-01  Eric Blake  <ebb9@byu.net>
809
810         c-stack: make configure-time check more robust
811         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
812         successful sigaction call.
813         Reported by Tom G. Christensen.
814
815 2008-09-01  Bruno Haible  <bruno@clisp.org>
816
817         New module 'findprog-lgpl'.
818         * modules/findprog-lgpl: New file.
819         * lib/findprog-lgpl.c: New file.
820         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
821         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
822         to decide whether to use strdup or xstrdup, concatenated_filename or
823         xconcatenated_filename.
824
825 2008-09-01  Bruno Haible  <bruno@clisp.org>
826
827         Split module 'concat-filename' into 'concat-filename' (LGPL) and
828         'xconcat-filename' (GPL).
829         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
830         (License): Change to LGPLv2+.
831         * modules/xconcat-filename: New file.
832         * lib/concat-filename.h (concatenated_filename): Change specification.
833         (xconcatenated_filename): New declaration.
834         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
835         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
836         memory situations.
837         * lib/xconcat-filename.c: New file.
838         * NEWS: Mention the change.
839         * lib/findprog.c: Include concat-filename.h, not filename.h.
840         (find_in_path): Use xconcatenated_filename instead of
841         concatenated_filename.
842         * lib/javacomp.c: Include concat-filename.h, not filename.h.
843         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
844         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
845         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
846         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
847         instead of concatenated_filename.
848         * lib/javaexec.c: Include concat-filename.h, not filename.h.
849         (execute_java_class): Use xconcatenated_filename instead of
850         concatenated_filename.
851         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
852         * modules/javacomp (Depends-on): Likewise.
853         * modules/javaexec (Depends-on): Likewise.
854
855 2008-09-01  Bruno Haible  <bruno@clisp.org>
856
857         Split module 'filename' into 'filename' and 'concat-filename'.
858         * modules/filename: Keep only lib/filename.h.
859         (License): Change to LGPLv2+.
860         * modules/concat-filename: New file, extracted from modules/filename.
861         * lib/filename.h (concatenated_filename): Remove declaration.
862         * lib/concat-filename.h: New file, extracted from lib/filename.h.
863         * lib/concat-filename.c: Include concat-filename.h.
864         * NEWS: Mention the change.
865
866 2008-09-01  Simon Josefsson  <simon@josefsson.org>
867
868         * lib/bitrotate.h (rotl8, rotr8): Add.
869
870         * modules/bitrotate (configure.ac): Need
871         AC_REQUIRE([AC_C_INLINE]).
872         (Description): Mention stdint.h.  Reported by Bruno Haible
873         <bruno@clisp.org>.
874
875         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
876         Paolo Bonzini <bonzini@gnu.org>.
877
878 2008-08-31  Bruno Haible  <bruno@clisp.org>
879
880         Assume Solaris specific bi-arch conventions on Solaris systems.
881         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
882         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
883         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
884         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
885         like acl_libdirstem.
886         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
887         acl_libdirstem.
888         * NEWS: Mention the change.
889         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
890
891 2008-08-31  Jim Meyering  <meyering@redhat.com>
892
893         * lib/strftime.h: Add comments describing the two added arguments.
894
895         remove duplicate #include directives
896         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
897         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
898
899 2008-08-31  Bruno Haible  <bruno@clisp.org>
900
901         New module 'sigpipe-die'.
902         * modules/sigpipe-die: New file.
903         * lib/sigpipe-die.h: New file.
904         * lib/sigpipe-die.c: New file.
905         * MODULES.html.sh (Signal handling): Add sigpipe-die.
906
907 2008-08-31  Bruno Haible  <bruno@clisp.org>
908
909         Don't override previously installed signal handlers.
910         * lib/fatal-signal.c (saved_sigactions): New variable.
911         (uninstall_handlers): Reset the signal to the saved handler, not
912         to SIG_DFL (except when ignored).
913         (install_handlers): Save the previous handlers.
914
915 2008-08-30  Bruno Haible  <bruno@clisp.org>
916
917         * gnulib-tool (func_reset_sigpipe): New function.
918         (func_get_automake_snippet, func_modules_transitive_closure,
919         func_import): Invoke it before a join command that reads from stdin,
920         to avoid "echo: write error: Broken pipe" error messages on stderr.
921         Reported by Sam Steingold <sds@gnu.org>.
922
923 2008-08-30  Bruno Haible  <bruno@clisp.org>
924
925         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
926         Code copied from m4/open.m4.
927         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
928         access and the filename ends in a slash. Code copied from lib/open.c.
929         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
930         * tests/test-fopen.c (main): Check against bug with trailing slash.
931
932 2008-08-29  Bruno Haible  <bruno@clisp.org>
933
934         Avoid some "gcc -pedantic" warnings.
935         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
936         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
937         * lib/dirent.in.h: Likewise.
938         * lib/fcntl.in.h: Likewise.
939         * lib/float.in.h: Likewise.
940         * lib/iconv.in.h: Likewise.
941         * lib/inttypes.in.h: Likewise.
942         * lib/locale.in.h: Likewise.
943         * lib/math.in.h: Likewise.
944         * lib/netinet_in.in.h: Likewise.
945         * lib/search.in.h: Likewise.
946         * lib/signal.in.h: Likewise.
947         * lib/stdarg.in.h: Likewise.
948         * lib/stdint.in.h: Likewise.
949         * lib/stdio.in.h: Likewise.
950         * lib/stdlib.in.h: Likewise.
951         * lib/string.in.h: Likewise.
952         * lib/strings.in.h: Likewise.
953         * lib/sys_select.in.h: Likewise.
954         * lib/sys_socket.in.h: Likewise.
955         * lib/sys_stat.in.h: Likewise.
956         * lib/sys_time.in.h: Likewise.
957         * lib/sysexits.in.h: Likewise.
958         * lib/time.in.h: Likewise.
959         * lib/unistd.in.h: Likewise.
960         * lib/wchar.in.h: Likewise.
961         * lib/wctype.in.h: Likewise.
962         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
963         * modules/fchdir (Makefile.am): Likewise.
964         * modules/fcntl (Makefile.am): Likewise.
965         * modules/float (Makefile.am): Likewise.
966         * modules/iconv_open (Makefile.am): Likewise.
967         * modules/inttypes (Makefile.am): Likewise.
968         * modules/locale (Makefile.am): Likewise.
969         * modules/math (Makefile.am): Likewise.
970         * modules/netinet_in (Makefile.am): Likewise.
971         * modules/search (Makefile.am): Likewise.
972         * modules/signal (Makefile.am): Likewise.
973         * modules/stdarg (Makefile.am): Likewise.
974         * modules/stdint (Makefile.am): Likewise.
975         * modules/stdio (Makefile.am): Likewise.
976         * modules/stdlib (Makefile.am): Likewise.
977         * modules/string (Makefile.am): Likewise.
978         * modules/strings (Makefile.am): Likewise.
979         * modules/sys_select (Makefile.am): Likewise.
980         * modules/sys_socket (Makefile.am): Likewise.
981         * modules/sys_stat (Makefile.am): Likewise.
982         * modules/sys_time (Makefile.am): Likewise.
983         * modules/sysexits (Makefile.am): Likewise.
984         * modules/time (Makefile.am): Likewise.
985         * modules/unistd (Makefile.am): Likewise.
986         * modules/wchar (Makefile.am): Likewise.
987         * modules/wctype (Makefile.am): Likewise.
988         Reported by Reuben Thomas <rrt@sc3d.org>.
989
990 2008-08-29  Bruno Haible  <bruno@clisp.org>
991
992         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
993         any more.
994
995 2008-08-29  Simon Josefsson  <simon@josefsson.org>
996
997         * MODULES.html.sh (Misc): Add bitrotate.
998
999         * modules/bitrotate: New file.
1000
1001         * lib/bitrotate.h: New file.
1002
1003         * modules/bitrotate-tests: New file.
1004
1005         * tests/test-bitrotate.c: New file.
1006
1007         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
1008         on the bitrotate module.
1009
1010         * lib/arctwo.c: Use new bitrotate module.
1011
1012 2008-08-29  Jim Meyering  <meyering@redhat.com>
1013
1014         bootstrap: merge changes from coreutils
1015         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
1016         of copied files.  Remove a kludge, now that this is fixed.
1017         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
1018         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
1019         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
1020
1021 2008-08-29  Bruno Haible  <bruno@clisp.org>
1022
1023         * MODULES.html.sh: Remove --cvs-urls option.
1024
1025 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
1026
1027         maint.mk: adjust to file name change
1028         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
1029
1030 2008-08-28  Jim Meyering  <meyering@redhat.com>
1031
1032         * modules/getndelim2 (License): Relicense to LGPLv2+.
1033         Approved by Richard Stallman for the version of 1995, and by
1034         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
1035
1036 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
1037
1038         * lib/getdelim.c (flockfile, funlockfile): Make all of them
1039         dummy if one is not available.  Do not touch them if
1040         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
1041         (getc_maybe_unlocked): New.
1042         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
1043
1044 2008-08-26  Eric Blake  <ebb9@byu.net>
1045
1046         doc/INSTALL: resync from autoconf
1047         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
1048         (INSTALL_PRELUDE): Delete; this is done more efficiently by
1049         moving...
1050         * install.texi [!autoconf]: ...here.  Resync from autoconf.
1051         * INSTALL: Regenerate.
1052         * INSTALL.ISO: New file.
1053         * INSTALL.UTF-8: Likewise.
1054
1055 2008-08-26  Jim Meyering  <meyering@redhat.com>
1056
1057         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
1058         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
1059         these definitions conditional, so that they may be overridden, too.
1060
1061 2008-08-26  Bruno Haible  <bruno@clisp.org>
1062
1063         Generate INSTALL file variants with prettier quotes.
1064         * doc/Makefile (INSTALL_PRELUDE): New macro.
1065         (INSTALL): Use it.
1066         (INSTALL.ISO, INSTALL.UTF-8): New rules.
1067
1068 2008-08-26  Bruno Haible  <bruno@clisp.org>
1069
1070         Run makeinfo in an English locale.
1071         * doc/Makefile (MAKEINFO): New variable.
1072
1073 2008-08-26  Bruno Haible  <bruno@clisp.org>
1074
1075         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
1076         Suggested by Eric Blake.
1077
1078 2008-08-25  Bruno Haible  <bruno@clisp.org>
1079
1080         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
1081
1082 2008-08-25  Eric Blake  <ebb9@byu.net>
1083
1084         c-stack: test that stack overflow can be caught
1085         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
1086         that platform allows handling stack overflow; at least OS/2 EMX
1087         has sigaltstack, but crashes before transferring control to
1088         handler on stack overflow.
1089         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
1090         check for HAVE_STACK_OVERFLOW_HANDLING.
1091         Reported by Elbert Pol.
1092
1093 2008-08-25  Bruno Haible  <bruno@clisp.org>
1094
1095         * doc/posix-functions/strftime.texi: Fix description of strftime
1096         module.
1097
1098 2008-08-24  Bruno Haible  <bruno@clisp.org>
1099
1100         * tests/uniwidth/test-uc_width2.c: New file.
1101         * tests/uniwidth/test-uc_width2.sh: New file.
1102         * modules/uniwidth/width-tests (Files): Add the new files.
1103         (TESTS): Add uniwidth/test-uc_width2.sh.
1104         (TESTS_ENVIRONMENT): New variable.
1105         (check_PROGRAMS): Add test-uc_width2.
1106         (test_uc_width2_SOURCES): New variable.
1107
1108         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
1109         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
1110         not 0x00AB.
1111         Reported by Alexander V. Lukyanov <lav@netis.ru>.
1112
1113 2008-08-22  Eric Blake  <ebb9@byu.net>
1114
1115         test-lock, test-tls: mention why a test is skipped
1116         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
1117         skipped.
1118         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
1119
1120         count-one-bits: relax license
1121         * modules/count-one-bits (License): Relicense to LGPLv2+.
1122         Suggested by Ludovic Courtès, approved by Ben Pfaff.
1123
1124 2008-08-22  Andreas Schwab  <schwab@suse.de>
1125
1126         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1127         Remove spurious space in assignment.
1128
1129 2008-08-21  Simon Josefsson  <simon@josefsson.org>
1130
1131         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
1132         Paul Eggert <eggert@CS.UCLA.EDU>.
1133
1134 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
1135
1136         * modules/gettext: Add m4/threadlib.m4.
1137
1138 2008-08-19  Eric Blake  <ebb9@byu.net>
1139
1140         test-c-stack: fix compilation failure on FreeBSD 5.0
1141         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
1142         headers before <sys/resource.h>.
1143         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
1144         the bug.
1145         Reported by Nelson H. F. Beebe.
1146
1147         strverscmp: migrate from "strverscmp.h" to <string.h>
1148         * modules/string (Makefile.am): Add new hooks.
1149         * modules/strverscmp (Files): Remove strverscmp.h.
1150         (Depends-on): Add string.
1151         (configure.ac): Add indicator.
1152         (Include): Mention new header.
1153         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
1154         defaults.
1155         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
1156         results.
1157         * lib/strverscmp.h: Delete.
1158         * lib/string.in.h (strverscmp): Provide declaration, when needed.
1159         * tests/test-strverscmp.c (includes): Adjust client.
1160         * lib/check-version.c (includes): Likewise.
1161         * NEWS: Document the change.
1162
1163         strverscmp: add unit test
1164         * modules/strverscmp-tests: New file.
1165         * tests/test-strverscmp.c: Likewise.
1166
1167 2008-08-19  Simon Josefsson  <simon@josefsson.org>
1168
1169         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
1170         regarding Windows crypto stuff, from Mono.
1171
1172 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
1173
1174         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
1175         if present, for intel RND.  Return error on failures.
1176
1177 2008-08-18  Ben Pfaff  <blp@gnu.org>
1178
1179         gitlog-to-changelog: give better diagnostic for failed pipe-open
1180         * build-aux/gitlog-to-changelog: Improve error message: suggest
1181         that the version of Git may be too old.
1182
1183 2008-08-18  Simon Josefsson  <simon@josefsson.org>
1184
1185         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
1186         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
1187
1188 2008-08-18  Bruno Haible  <bruno@clisp.org>
1189
1190         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
1191         pthread_in_use().
1192
1193 2008-08-18  Bruno Haible  <bruno@clisp.org>
1194
1195         * lib/glthread/threadlib.c: Include <pthread.h>.
1196
1197 2008-08-18  Bruno Haible  <bruno@clisp.org>
1198
1199         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
1200         glthread_recursive_lock_* macros.
1201         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
1202         Fix syntax error.
1203
1204 2008-08-18  Bruno Haible  <bruno@clisp.org>
1205
1206         * lib/glthread/thread.c: Avoid forcing a context switch right after
1207         thread creation.
1208
1209 2008-08-17  Bruno Haible  <bruno@clisp.org>
1210
1211         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
1212         * lib/glthread/thread.h: Provide Win32 specific implementation.
1213         * modules/thread (Files): Add lib/glthread/thread.c.
1214         (Depends-on): Add lock.
1215         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
1216
1217 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1218
1219         New module 'yield'.
1220         * modules/yield: New file.
1221         * lib/glthread/yield.h: New file.
1222         * m4/yield.m4: New file.
1223         * MODULES.html.sh (Multithreading): Add yield.
1224
1225 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1226
1227         New module 'thread'.
1228         * modules/thread: New file.
1229         * lib/glthread/thread.h: New file.
1230         * m4/thread.m4: New file.
1231         * MODULES.html.sh (Multithreading): Add thread.
1232
1233 2008-08-17  Bruno Haible  <bruno@clisp.org>
1234
1235         * lib/glthread/lock.h: Include <stdlib.h> always.
1236         * lib/glthread/tls.h: Likewise.
1237         * lib/glthread/cond.h: Likewise.
1238
1239 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1240
1241         New module 'cond'.
1242         * modules/cond: New file.
1243         * lib/glthread/cond.h: New file.
1244         * lib/glthread/cond.c: New file.
1245         * m4/cond.m4: New file.
1246         * MODULES.html.sh (Multithreading): Add cond.
1247
1248 2008-08-16  Eric Blake  <ebb9@byu.net>
1249
1250         c-stack: fix regression on Irix 5.3 from 2008-06-21
1251         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
1252         sa_sigaction...
1253         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
1254         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
1255         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
1256         * modules/signal (Makefile.am): Use the value.
1257         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
1258         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
1259         * doc/posix-headers/signal.texi (signal.h): Document this
1260         portability issue.
1261         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
1262         Reported by Tom G. Christensen.
1263
1264 2008-08-17  Bruno Haible  <bruno@clisp.org>
1265
1266         New module 'threadlib'.
1267         * modules/threadlib: New file.
1268         * lib/glthread/threadlib.c: New file, extracted from
1269         lib/glthread/lock.c.
1270         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
1271         functions.
1272         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
1273         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
1274         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
1275         macros.
1276         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
1277         (gl_DISABLE_THREADS): Remove macro.
1278         * modules/lock (Files): Remove build-aux/config.rpath.
1279         (Depends-on): Remove havelib. Add threadlib.
1280         (configure.ac-early): Remove section.
1281         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
1282         * modules/tls (Depends-on): Remove lock. Add threadlib.
1283         (Link): New section, copied from threadlib.
1284         * MODULES.html.sh (Multithreading): Add threadlib.
1285
1286 2008-08-14  Bruno Haible  <bruno@clisp.org>
1287
1288         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
1289         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
1290         glthread_rwlock_unlock, glthread_rwlock_destroy,
1291         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
1292         glthread_recursive_lock_destroy): Define as macros always.
1293         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
1294         glthread_lock_lock.
1295         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
1296         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
1297         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
1298         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
1299         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
1300         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
1301         (glthread_recursive_lock_lock_func): Renamed from
1302         glthread_recursive_lock_lock.
1303         (glthread_recursive_lock_unlock_func): Renamed from
1304         glthread_recursive_lock_unlock.
1305         (glthread_recursive_lock_destroy_func): Renamed from
1306         glthread_recursive_lock_destroy.
1307
1308 2008-08-14  Bruno Haible  <bruno@clisp.org>
1309
1310         * lib/glthread/lock.h: Renamed from lib/lock.h.
1311         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
1312         * lib/glthread/tls.h: Renamed from lib/tls.h.
1313         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
1314         * lib/fstrcmp.c: Update includes.
1315         * lib/strsignal.c: Update includes.
1316         * modules/lock (Files, Makefile.am): Update.
1317         (Include): Change to "glthread/lock.h".
1318         * modules/tls (Files, Makefile.am): Update.
1319         (Include): Change to "glthread/tls.h".
1320         * tests/test-lock.c: Update includes.
1321         * tests/test-tls.c: Update includes.
1322         * NEWS: Mention the renamed header files.
1323
1324 2008-08-11  Jim Meyering  <meyering@redhat.com>
1325
1326         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
1327
1328 2008-08-11  Eric Blake  <ebb9@byu.net>
1329
1330         test-c-stack: avoid C99-ism
1331         * tests/test-c-stack.c (main): Fix whitespace, move declaration
1332         before statement.
1333         Reported by Alain Guibert.
1334
1335 2008-08-10  Jim Meyering  <meyering@redhat.com>
1336
1337         ensure that return value of uinttostr et al are not ignored
1338         * lib/inttostr.h (__GNUC_PREREQ): Define.
1339         (__attribute_warn_unused_result__): Define.
1340         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
1341
1342 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
1343
1344         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
1345         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
1346
1347 2008-08-07  Jim Meyering  <meyering@redhat.com>
1348
1349         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
1350
1351         * modules/mkstemp (License): Relicense under LGPLv2+.
1352         * modules/tempname (License): Likewise.
1353
1354 2008-08-06  Bruno Haible  <bruno@clisp.org>
1355
1356         * lib/poll.c (poll): Further micro-optimization.
1357
1358 2008-08-06  Jim Meyering  <meyering@redhat.com>
1359
1360         inet_pton.c: use locale-independent tolower
1361         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
1362         (inet_pton6): Use c_tolower rather than tolower.
1363         * modules/inet_pton (Depends-on): Add c-ctype.
1364
1365 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
1366
1367         * lib/poll.c (poll): Avoid division when timeout is 0, cache
1368         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
1369
1370 2008-08-06  Jim Meyering  <meyering@redhat.com>
1371
1372         * modules/inet_pton (License): Relicense under LGPLv2+.
1373
1374 2008-08-03  Bruno Haible  <bruno@clisp.org>
1375
1376         Additional non-aborting API for lock and tls.
1377         * lib/lock.h: Include <errno.h>.
1378         (glthread_lock_init): New macro/function.
1379         (gl_lock_init): Define as wrapper around glthread_lock_init.
1380         (glthread_lock_lock): New macro/function.
1381         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
1382         (glthread_lock_unlock): New macro/function.
1383         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
1384         (glthread_lock_destroy): New macro/function.
1385         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
1386         (glthread_rwlock_init): New macro/function.
1387         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
1388         (glthread_rwlock_rdlock): New macro/function.
1389         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
1390         (glthread_rwlock_wrlock): New macro/function.
1391         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
1392         (glthread_rwlock_unlock): New macro/function.
1393         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
1394         (glthread_rwlock_destroy): New macro/function.
1395         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
1396         (glthread_recursive_lock_init): New macro/function.
1397         (gl_recursive_lock_init): Define as wrapper around
1398         glthread_recursive_lock_init.
1399         (glthread_recursive_lock_lock): New macro/function.
1400         (gl_recursive_lock_lock): Define as wrapper around
1401         glthread_recursive_lock_lock.
1402         (glthread_recursive_lock_unlock): New macro/function.
1403         (gl_recursive_lock_unlock): Define as wrapper around
1404         glthread_recursive_lock_unlock.
1405         (glthread_recursive_lock_destroy): New macro/function.
1406         (gl_recursive_lock_destroy): Define as wrapper around
1407         glthread_recursive_lock_destroy.
1408         (glthread_once): New macro/function.
1409         (gl_once): Define as wrapper around glthread_once.
1410         Update function declarations.
1411         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
1412         glthread_rwlock_init. Return error code.
1413         (glthread_rwlock_rdlock_multithreaded): Renamed from
1414         glthread_rwlock_rdlock. Return error code.
1415         (glthread_rwlock_wrlock_multithreaded): Renamed from
1416         glthread_rwlock_wrlock. Return error code.
1417         (glthread_rwlock_unlock_multithreaded): Renamed from
1418         glthread_rwlock_unlock. Return error code.
1419         (glthread_rwlock_destroy_multithreaded): Renamed from
1420         glthread_rwlock_destroy. Return error code.
1421         (glthread_recursive_lock_init_multithreaded): Renamed from
1422         glthread_recursive_lock_init. Return error code.
1423         (glthread_recursive_lock_lock_multithreaded): Renamed from
1424         glthread_recursive_lock_lock. Return error code.
1425         (glthread_recursive_lock_unlock_multithreaded): Renamed from
1426         glthread_recursive_lock_unlock. Return error code.
1427         (glthread_recursive_lock_destroy_multithreaded): Renamed from
1428         glthread_recursive_lock_destroy. Return error code.
1429         (glthread_once_call): Make static.
1430         (glthread_once_multithreaded): Renamed from glthread_once.
1431         * lib/tls.h: Include <errno.h>.
1432         (glthread_tls_key_init): New macro/function.
1433         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
1434         (glthread_tls_set): New macro/function.
1435         (gl_tls_set): Define as wrapper around glthread_tls_set.
1436         (glthread_tls_key_destroy): New macro/function.
1437         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
1438         Update function declarations.
1439         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
1440         glthread_tls_get.
1441         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1442
1443 2008-08-04  Eric Blake  <ebb9@byu.net>
1444
1445         gnumakefile: use space, not TAB, outside of targets
1446         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
1447
1448 2008-08-02  Jim Meyering  <meyering@redhat.com>
1449
1450         getdate.y: avoid locale-dependent date parsing failure
1451         In Turkish locales, getdate would fail to recognize keywords
1452         containing a lowercase "i".  The solution is not to rely on
1453         locale-sensitive case-conversion.
1454         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
1455         (lookup_word): Use c_toupper in place of toupper.
1456         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
1457         Reported by Vefa Bicakci <bicave@superonline.com> in
1458         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
1459         * modules/getdate (Depends-on): Add c-ctype.
1460
1461 2008-08-02  Bruno Haible  <bruno@clisp.org>
1462
1463         * gnulib-tool (func_import): When updating or creating a .gitignore
1464         file, prepend each added line with a slash, and ignore leading slashes
1465         from the existing lines.
1466         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1467
1468 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1469
1470         Portability fix for GNU make 3.79.1.
1471         * top/GNUmakefile: Avoid 'else COND', which older GNU make
1472         versions do not understand.
1473
1474 2008-08-01  Bruno Haible  <bruno@clisp.org>
1475
1476         Work around bug of HP-UX 10.20 cc with -0.0 literal.
1477         * tests/test-isnanf.h (zero): New variable.
1478         (main): Avoid literal -0.0f.
1479         * tests/test-isnand.h (zero): New variable.
1480         (main): Avoid literal -0.0.
1481         * tests/test-isnanl.h (zero): New variable.
1482         (main): Avoid literal -0.0L.
1483         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
1484         (test_float, test_double, test_long_double): Avoid literals -0.0f,
1485         -0.0, -0.0L.
1486         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
1487         (test_signbitd): Avoid literal -0.0.
1488         (test_signbitl): Avoid literal -0.0L.
1489         * tests/test-ceilf1.c (zero): New variable.
1490         (main): Avoid literal -0.0f.
1491         * tests/test-ceill.c (zero): New variable.
1492         (main): Avoid literal -0.0L.
1493         * tests/test-floorf1.c (zero): New variable.
1494         (main): Avoid literal -0.0f.
1495         * tests/test-floorl.c (zero): New variable.
1496         (main): Avoid literal -0.0L.
1497         * tests/test-roundf1.c (zero): New variable.
1498         (main): Avoid literal -0.0f.
1499         * tests/test-round1.c (zero): New variable.
1500         (main): Avoid literal -0.0.
1501         * tests/test-roundl.c (zero): New variable.
1502         (main): Avoid literal -0.0L.
1503         * tests/test-truncf1.c (zero): New variable.
1504         (main): Avoid literal -0.0f.
1505         * tests/test-trunc1.c (zero): New variable.
1506         (main): Avoid literal -0.0.
1507         * tests/test-truncl.c (zero): New variable.
1508         (main): Avoid literal -0.0L.
1509         * tests/test-frexp.c (zero): New variable.
1510         (main): Avoid literal -0.0.
1511         * tests/test-frexpl.c (zero): New variable.
1512         (main): Avoid literal -0.0L.
1513         * tests/test-ldexpl.c (zero): New variable.
1514         (main): Avoid literal -0.0L.
1515         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1516         (zerod, zerol): New variables.
1517         (test_function): Avoid literals -0.0, -0.0L.
1518         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1519         (zerod, zerol): New variables.
1520         (test_function): Avoid literals -0.0, -0.0L.
1521         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1522         (zerod, zerol): New variables.
1523         (test_function): Avoid literals -0.0, -0.0L.
1524         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1525         (zerod, zerol): New variables.
1526         (test_function): Avoid literals -0.0, -0.0L.
1527         * tests/test-strtod.c (zero): New variable.
1528         (main): Avoid literal -0.0.
1529         Reported by Jonathan C. Patschke <jp@centtech.com>.
1530
1531 2008-07-31  Jim Meyering  <meyering@redhat.com>
1532
1533         sha256.h: correct definition of SHA224_DIGEST_SIZE
1534         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
1535         Reported by Paulie Pena IV <paulie4@gmail.com>.
1536         Define as 224 / 8, rather than as a literal.
1537         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
1538         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
1539         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
1540
1541 2008-07-31  Bruno Haible  <bruno@clisp.org>
1542
1543         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
1544         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
1545         Reported by Jonathan Patschke <jp@centtech.com>.
1546
1547 2008-07-31  Bruno Haible  <bruno@clisp.org>
1548
1549         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
1550         Reported by Paolo Bonzini <bonzini@gnu.org>.
1551
1552 2008-07-30  Eric Blake  <ebb9@byu.net>
1553
1554         test-strtod: allow compilation without -lm
1555         * tests/test-strtod.c (main): Avoid link dependence on fabs.
1556         Reported by Dennis Clarke <blastwave@gmail.com>.
1557
1558 2008-07-28  Jim Meyering  <meyering@redhat.com>
1559
1560         bootstrap: work also when there are no .po files in po/
1561         * build-aux/bootstrap (update_po_files): Complete the change
1562         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
1563
1564 2008-07-27  Jim Meyering  <meyering@redhat.com>
1565
1566         * users.txt: Add zile.
1567
1568 2008-07-26  Ben Pfaff  <blp@gnu.org>
1569
1570         Add missing dependencies on new m4/exponent[fdl].m4 files.
1571         * modules/isnanf-nolibm: Add m4/exponentf.m4.
1572         * modules/isnand-nolibm: Add m4/exponentd.m4.
1573         * modules/isnanl-nolibm: Add m4/exponentl.m4.
1574         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
1575         m4/isnan[fdl].m4, because the macros actually used moved.
1576         Reported by Jim Meyering.
1577
1578 2008-07-14  Ben Pfaff  <blp@gnu.org>
1579
1580         Add isinf module.
1581         * lib/isinf.c: New file.
1582         * lib/math.in.h: Define isinf macro if we have decided to replace
1583         it.
1584         * m4/isinf.m4: New file.
1585         * m4/math_h.m4: Initialize and substitute variables for isinf
1586         module.
1587         * modules/isinf: New file.
1588         * modules/isinf-tests: New file.
1589         * modules/math: Add substitutions for new module.
1590         * tests/test-isinf.c: New file.
1591         * doc/posix-functions/isinf.texi: Mention new module.
1592         * MODULES.html.sh: Mention new module.
1593
1594 2008-07-14  Ben Pfaff  <blp@gnu.org>
1595
1596         Factor out some macros for use by additional modules.
1597         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
1598         exponentf.m4.
1599         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
1600         exponentd.m4.
1601         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
1602         file exponentl.m4.
1603         * m4/exponentf.m4: New file.
1604         * m4/exponentd.m4: New file.
1605         * m4/exponentl.m4: New file.
1606         * modules/isnanf: Use new file m4/exponentf.m4.
1607         * modules/isnand: Use new file m4/exponentd.m4.
1608         * modules/isnanl: Use new file m4/exponentl.m4.
1609
1610 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
1611
1612         mktime.c: normalize tp->tm_isdst value to -1/0/1.
1613         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1614         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
1615         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
1616
1617         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
1618         readlink on platforms without PATH_MAX.
1619
1620 2008-07-21  Eric Blake  <ebb9@byu.net>
1621
1622         Warn, not fail, on stale version.
1623         * top/GNUmakefile (_curr-ver): Tone down previous patch.
1624
1625         Don't allow installation with stale devel version number.
1626         * top/GNUmakefile (_is-install-target): New macro.
1627         (_curr-ver): Forbid installation with stale version number.
1628
1629 2008-07-20  Bruno Haible  <bruno@clisp.org>
1630
1631         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
1632         TESTS_ENVIRONMENT.
1633         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
1634
1635 2008-07-20  Bruno Haible  <bruno@clisp.org>
1636
1637         * lib/c-stack.h (c_stack_action): Add documentation.
1638         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
1639
1640 2008-07-20  Bruno Haible  <bruno@clisp.org>
1641
1642         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
1643         * modules/readlink (License): Likewise.
1644
1645 2008-07-17  Eric Blake  <ebb9@byu.net>
1646
1647         * modules/c-stack (Link): Fix typo.
1648
1649         Make c-stack use libsigsegv, when available.
1650         * modules/c-stack (Depends-on): Add libsigsegv.
1651         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
1652         needed.
1653         * lib/c-stack.c (SIGSTKSZ): Define fallback.
1654         (segv_handler, overflow_handler, c_stack_action)
1655         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
1656         implementation when libsigsegv is available, but only when using
1657         the library is necessary.
1658         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
1659         comment, explaining why XSI check fails on Linux.
1660         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
1661         * tests/test-c-stack2.sh: Tweak skip message.
1662         * NEWS: Document new link-time requirements.
1663
1664 2008-07-16  Eric Blake  <ebb9@byu.net>
1665
1666         c-stack: Expose false positives when not using libsigsegv.
1667         * modules/c-stack-tests (Files): Expand test.
1668         * tests/test-c-stack.c (main): Add means to conditionally trigger
1669         non-overflow SIGSEGV.
1670         * tests/test-c-stack2.sh: New file.
1671
1672 2008-07-14  Bruno Haible  <bruno@clisp.org>
1673
1674         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
1675         Reported by Eric Blake.
1676
1677 2008-07-14  Sam Steingold  <sds@gnu.org>
1678             Bruno Haible  <bruno@clisp.org>
1679
1680         New module libsigsegv.
1681         * modules/libsigsegv: New file.
1682         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
1683         modifications.
1684         * MODULES.html.sh (Signal handling): New section.
1685
1686 2008-07-14  Bruno Haible  <bruno@clisp.org>
1687
1688         * modules/unictype/ctype-* (Description): Add the word "function".
1689         Improves the resulting doc in MODULES.html.
1690
1691 2008-07-12  Ben Pfaff  <blp@gnu.org>
1692
1693         Add longlong module.
1694         * modules/longlong: New file.
1695
1696 2008-07-12  Bruno Haible  <bruno@clisp.org>
1697
1698         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
1699         to empty.
1700
1701 2008-07-10  Ben Pfaff  <blp@gnu.org>
1702
1703         Add isnan module.
1704         * doc/posix-functions/isnan.texi: Mention new module.
1705         * lib/math.in.h: Define isnan macro if we have decided to replace
1706         it.
1707         * m4/isnan.m4: New file.
1708         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
1709         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
1710         also.
1711         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
1712         redundancy.
1713         * m4/math_h.m4: Initialize and substitute variables for isnan
1714         module.
1715         * modules/isnan: New file.
1716         * modules/isnan-tests: New file.
1717         * modules/math: Add substitutions for new module.
1718         * tests/test-isnan.c: New file.
1719         * MODULES.html.sh: Mention new module.
1720
1721 2008-07-10  Ben Pfaff  <blp@gnu.org>
1722
1723         Add isnanf module.
1724         * lib/isnanf.m4: New file.
1725         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
1726         (gl_HAVE_ISNANF_IN_LIBM): New macro.
1727         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
1728         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
1729         * modules/isnanf: New file.
1730         * modules/isnanf-tests: New file.
1731         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
1732         files.
1733         * tests/test-isnanf-nolibm.c: factored most of its contents into
1734         new file tests/test-isnanf.h.
1735         * tests/test-isnanf.h: New file.
1736         * tests/test-isnanf.c: New file.
1737         * MODULES.html.sh: Mention new module.
1738         * doc/glibc-functions/isnanf.texi: Mention new module.
1739
1740 2008-07-10  Ben Pfaff  <blp@gnu.org>
1741
1742         Add isnand module.
1743         * lib/isnand.h: New file.
1744         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
1745         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
1746         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
1747         functionality also.
1748         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
1749         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
1750         (gl_HAVE_ISNAND_IN_LIBM): New macro.
1751         * modules/isnand: New file.
1752         * modules/isnand-tests: New file.
1753         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
1754         files.
1755         * tests/test-isnand-nolibm.c: factored most of its contents into
1756         new file tests/test-isnand.h.
1757         * tests/test-isnand.h: New file.
1758         * tests/test-isnand.c: New file.
1759         * MODULES.html.sh: Mention new module.
1760
1761 2008-07-10  Ben Pfaff  <blp@gnu.org>
1762
1763         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
1764         * lib/isnand.h: Rename lib/isnand-nolibm.h.
1765         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
1766         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
1767         * modules/isnanf-nolibm: Update references to renamed files.
1768         * modules/isnand-nolibm: Likewise.
1769         * modules/isnanf-nolibm-tests: Likewise.
1770         * modules/isnand-nolibm-tests: Likewise.
1771         * lib/frexp.c: Likewise.
1772         * lib/isfinite.c: Likewise.
1773         * lib/signbitd.c: Likewise.
1774         * lib/signbitf.c: Likewise.
1775         * lib/vasnprintf.c: Likewise.
1776         * tests/test-ceilf1.c: Likewise.
1777         * tests/test-ceilf2.c: Likewise.
1778         * tests/test-floorf1.c: Likewise.
1779         * tests/test-floorf2.c: Likewise.
1780         * tests/test-frexp.c: Likewise.
1781         * tests/test-round1.c: Likewise.
1782         * tests/test-round2.c: Likewise.
1783         * tests/test-roundf1.c: Likewise.
1784         * tests/test-strtod.c: Likewise.
1785         * tests/test-trunc1.c: Likewise.
1786         * tests/test-trunc2.c: Likewise.
1787         * tests/test-truncf1.c: Likewise.
1788         * tests/test-truncf2.c: Likewise.
1789         * NEWS: Mention the renamed header files.
1790
1791 2008-07-11  Jim Meyering  <meyering@redhat.com>
1792
1793         vc-list-files: make the last-resort awk code more portable
1794         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
1795         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
1796         does not support it.
1797
1798 2008-07-10  Eric Blake  <ebb9@byu.net>
1799
1800         Work with tar's bootstrap.
1801         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
1802         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
1803         an m4 comment.
1804
1805 2008-07-09  Jim Meyering  <meyering@redhat.com>
1806
1807         posix-shell.m4: fix typo that made this test malfunction
1808         * m4/posix-shell.m4: Remove capitalization in variable name.
1809
1810 2008-07-08  Bruno Haible  <bruno@clisp.org>
1811
1812         * m4/onceonly.m4: Update comments.
1813         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1814
1815 2008-07-04  Jim Meyering  <meyering@redhat.com>
1816
1817         * users.txt: Add vc-dwim.
1818         (bison, coreutils): Use the gitweb URL.
1819
1820 2008-07-03  Jim Meyering  <meyering@redhat.com>
1821
1822         * users.txt: Add libffcall.  From Sam Steingold.
1823
1824 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
1825
1826         getdate.y: do not ignore TZ with relative day, month or year offset
1827         * lib/getdate.y (get_date): Move the tz-handling block to follow the
1828         relative-date-handling, since otherwise, the latter would clobber the
1829         sole output (an updated Start value) of the tz-handling block.
1830         * tests/test-getdate.c: Tests for the fix
1831
1832 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1833
1834         Recognize 'foo_LIBRARIES += libgnu.a'.
1835         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
1836         makefile snippet has already specified an installation location,
1837         also using '+='.
1838
1839 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
1840
1841         getdate.y: factor out common actions
1842         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
1843         Use them in place of open-coded actions.
1844
1845 2008-07-01  Simon Josefsson  <simon@josefsson.org>
1846
1847         Add self-test for getdate module.
1848         * modules/getdate-tests: New file.
1849         * tests/test-getdate.c: New file.
1850
1851 2008-06-29  Bruno Haible  <bruno@clisp.org>
1852
1853         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
1854         .gitignore.
1855         Reported by Sylvain Beucler <beuc@beuc.net>.
1856
1857 2008-06-29  Bruno Haible  <bruno@clisp.org>
1858
1859         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
1860         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
1861
1862 2008-06-29  Bruno Haible  <bruno@clisp.org>
1863
1864         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
1865         EXTRA_DIST.
1866         Reported by Sylvain Beucler <beuc@beuc.net>.
1867
1868 2008-06-26  Jim Meyering  <meyering@redhat.com>
1869
1870         make several modules depend on the "open" module
1871         This provides slightly increased consistency when opening-for-write
1872         the name of a non-directory spelled with a trailing slash.
1873         * modules/chdir-safer: Likewise.
1874         * modules/chown: Likewise.
1875         * modules/clean-temp: Likewise.
1876         * modules/copy-file: Likewise.
1877         * modules/fchdir: Likewise.
1878         * modules/fcntl-safer: Likewise.
1879         * modules/pipe: Likewise.
1880         * modules/utime: Likewise.
1881         Prompted by Eric Blake and Bruno Haible.
1882
1883 2008-06-24  Andreas Schwab  <schwab@suse.de>
1884
1885         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
1886         literals can be used as initializers for global variables.
1887
1888 2008-06-23  Eric Blake  <ebb9@byu.net>
1889
1890         Make gnulib-cache.m4 easier to diff.
1891         * gnulib-tool (func_import): Allow newlines when reading cached
1892         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
1893
1894 2008-06-23  Bruno Haible  <bruno@clisp.org>
1895
1896         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
1897         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
1898         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
1899         m4/signalblocking.m4.
1900         (gl_PREREQ_SIGACTION): Don't invoke it.
1901         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
1902         gl_PREREQ_SIG_HANDLER_H.
1903         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
1904         Don't check for sigaction here.
1905
1906 2008-06-23  Bruno Haible  <bruno@clisp.org>
1907
1908         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
1909         (install_handlers): Don't set the SA_RESETHAND flag.
1910
1911 2008-06-23  Bruno Haible  <bruno@clisp.org>
1912
1913         * m4/sigaction.m4: Comment fixes.
1914         * lib/signal.in.h: Likewise.
1915
1916 2008-06-23  Eric Blake  <ebb9@byu.net>
1917
1918         Fix typo.
1919         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
1920
1921         Avoid SA_ namespace.
1922         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
1923         Reported by Ralf Wildenhues.
1924
1925         Avoid test failure due to SA_RESTORER.
1926         * tests/test-sigaction.c (SA_MASK): New macro.
1927         (main): Avoid failing due to extension flags being set.
1928         Reported by Jim Meyering.
1929
1930         Revert use of sig-handler.h in sigprocmask.c.
1931         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
1932         it requires the existence of struct sigaction.
1933         * lib/sigprocmask.c (handler_t): Restore typedef.
1934         (rpl_signal, old_handlers): Use local type.
1935
1936 2008-06-22  Bruno Haible  <bruno@clisp.org>
1937
1938         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
1939         conditionally.
1940         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1941
1942 2008-06-22  Bruno Haible  <bruno@clisp.org>
1943
1944         * doc/posix-functions/siginterrupt.texi: Move note.
1945
1946         * lib/signal.in.h (SA_RESTART): New macro.
1947         * lib/sigaction.c: Update comment.
1948
1949         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
1950
1951         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
1952         (gl_PREREQ_SIGPROCMASK): Invoke it.
1953         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
1954
1955         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
1956
1957         * lib/sigprocmask.c: Update a comment.
1958
1959 2008-06-21  Eric Blake  <ebb9@byu.net>
1960
1961         Use sigaction module rather than signal().
1962         * modules/c-stack (Depends-on): Add sigaction.
1963         * modules/fatal-signal (Depends-on): Likewise.
1964         * modules/nanosleep (Depends-on): Likewise.
1965         * modules/sigprocmask (Files): Add sig-handler.h.
1966         * modules/sigaction (Files): Likewise.
1967         * lib/sig-handler.h (get_handler): New file, suggested by Paul
1968         Eggert.
1969         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
1970         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
1971         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
1972         (init_fatal_signals): Likewise.
1973         * lib/nanosleep.c (rpl_nanosleep): Likewise.
1974         (siginterrupt): Delete fallback.
1975         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
1976         instead.
1977         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
1978         siginterrupt.
1979
1980         New module sigaction, for mingw.
1981         * modules/sigaction: New module...
1982         * modules/sigaction-tests: ...and its test.
1983         * m4/sigaction.m4: New file.
1984         * lib/sigaction.c: Likewise.
1985         * tests/test-sigaction.c: Likewise.
1986         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
1987         * modules/signal (Makefile.am): Likewise.
1988         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
1989         needed.
1990         * doc/posix-headers/signal.texi (signal.h): Mention provided
1991         types.
1992         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
1993         that sigaction is preferable.
1994         * doc/posix-functions/sigaction.texi (sigaction): Mention new
1995         module.
1996         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1997         sigaction.
1998
1999         Improve robustness of sigprocmask by overriding signal.
2000         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
2001         is in use.
2002         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
2003         (SIGKILL, SIGSTOP): Provide fallbacks.
2004         (rpl_signal): Implement.
2005         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
2006         signal can be called inside handlers.
2007
2008         Fix nanosleep module on mingw.
2009         * modules/nanosleep (Depends-on): Add sys_select.
2010         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
2011
2012         Fix licensing of sigprocmask.
2013         * modules/raise (License): Relicense as LGPL.
2014
2015 2008-06-21  Bruno Haible  <bruno@clisp.org>
2016
2017         * lib/propername.c (proper_name_utf8): Don't use the transliterated
2018         result if it contains question marks.
2019         Reported by Michael Geng <linux@michaelgeng.de>.
2020
2021 2008-06-19  Bruno Haible  <bruno@clisp.org>
2022
2023         Fix CVS-ism.
2024         * doc/gnulib.texi: Include updated-stamp.texi.
2025         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
2026         (updated-stamp.texi): New rule.
2027         (gnulib.info): Depend on it.
2028         * doc/.gitignore: Add updated-stamp.texi.
2029         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
2030
2031 2008-06-19  Bruno Haible  <bruno@clisp.org>
2032
2033         * doc/Makefile (gnulib.info): Update and simplify dependencies.
2034         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2035
2036 2008-06-19  Eric Blake  <ebb9@byu.net>
2037
2038         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
2039         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
2040         Reported by Stepan Kasal.
2041
2042 2008-06-18  Bruno Haible  <bruno@clisp.org>
2043
2044         * lib/fatal-signal.c (init_fatal_signals): Add comment.
2045         Reported by Eric Blake.
2046
2047 2008-06-18  Eric Blake  <ebb9@byu.net>
2048
2049         Work around cygwin 1.5.25 strsignal bug.
2050         * tests/test-strsignal.c: Allow for const char *.
2051         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
2052
2053 2008-06-18  Simon Josefsson  <simon@josefsson.org>
2054
2055         * users.txt: Update URL to article and add author/date
2056         information.
2057
2058 2008-06-17  Bruno Haible  <bruno@clisp.org>
2059
2060         New macro gl_DISABLE_THREADS.
2061         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
2062         if the user did not pass --enable-threads or --disable-threads option.
2063         (gl_DISABLE_THREADS): New macro.
2064         Reported by Eric Blake <ebb9@byu.net>.
2065
2066 2008-06-17  Bruno Haible  <bruno@clisp.org>
2067
2068         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
2069         when the macro ignores it.
2070         Based on a patch by Eric Blake <ebb9@byu.net>.
2071
2072 2008-06-17  Bruno Haible  <bruno@clisp.org>
2073
2074         * modules/tls (License): Change to LGPLv2+.
2075         Reported by Eric Blake.
2076
2077 2008-06-17  Eric Blake  <ebb9@byu.net>
2078
2079         Simplify c-stack prerequisites.
2080         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
2081         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
2082         no longer requires <ucontext.h> to exist.  Optimize setrlimit
2083         check.
2084         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
2085         <sys/resource.h>.
2086
2087         Move c-stack test into testsuite.
2088         * modules/c-stack-tests: New file.
2089         * lib/c-stack.c [DEBUG]: Move test program...
2090         * tests/test-c-stack.c: ...into this new file.  Skip rather than
2091         fail test if sigaltstack is lacking.
2092         * tests/test-c-stack.sh: New driver file.
2093
2094 2008-06-16  Eric Blake  <ebb9@byu.net>
2095
2096         Use raise module consistently.
2097         * modules/fatal-signal (Depends-on): Add raise.
2098         * modules/sigprocmask (Depends-on): Likewise.
2099         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
2100         * lib/sigprocmask.c (sigprocmask): Likewise.
2101         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2102         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
2103
2104         Fix compliance bug in sigpending.
2105         * lib/sigprocmask.c (sigpending): Return pending array via
2106         parameter, not return value.
2107
2108 2008-06-14  Eric Blake  <ebb9@byu.net>
2109
2110         Improve obstack-printf test code.
2111         * tests/test-obstack-printf.c (test_function): Fix comment, and
2112         simplify usage of obstack_* in macros.  Add a test for coverage.
2113         Reported by Bruno Haible.
2114
2115 2008-06-14  Bruno Haible  <bruno@clisp.org>
2116
2117         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
2118         array size as a constant, not as a const variable.
2119         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
2120         AC_USE_SYSTEM_EXTENSIONS.
2121         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2122         Test whether the obstack_printf function actually exists.
2123         * modules/obstack-printf (Depends-on): Add extensions.
2124         (Include): Remove obstack.h.
2125         * modules/obstack-printf-posix (Depends-on): Add extensions.
2126         (Include): Remove obstack.h.
2127
2128 2008-06-13  Eric Blake  <ebb9@byu.net>
2129
2130         Add obstack-printf and obstack-printf-posix modules.
2131         * modules/obstack-printf: New file.
2132         * modules/obstack-printf-posix: Likewise.
2133         * MODULES.html.sh (Misc): Mention them.
2134         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2135         Likewise.
2136         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2137         Likewise.
2138         * modules/stdio (Makefile.am): Accomodate new modules.
2139         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2140         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
2141         Declare.
2142         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
2143         functions.
2144         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
2145         (gl_REPLACE_OBSTACK_PRINTF): New macros
2146         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
2147         * tests/test-obstack-printf.c: New file.
2148         * modules/obstack-printf-tests: Likewise.
2149         * modules/obstack-printf-posix-tests: Likewise.
2150
2151 2008-06-11  Bruno Haible  <bruno@clisp.org>
2152
2153         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
2154         * lib/open.c: Include errno.h.
2155         (open): Fail when attempting to write to a file that has a trailing
2156         slash.
2157         * tests/test-open.c (main): Test against trailing slash bug.
2158         * doc/posix-functions/open.texi: Mention the trailing slash bug.
2159
2160 2008-06-10  Bruno Haible  <bruno@clisp.org>
2161
2162         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
2163         for $? to work inside the trap command, with various /bin/sh-s.
2164         * tests/test-vc-list-files-cvs.sh: Likewise.
2165
2166 2008-06-10  Bruno Haible  <bruno@clisp.org>
2167
2168         * lib/acl-internal.h: Don't include gettext.h here.
2169         * lib/set-mode-acl.c: Include gettext.h here.
2170         * lib/copy-acl.c: Likewise.
2171
2172 2008-06-10  Bruno Haible  <bruno@clisp.org>
2173
2174         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
2175         * lib/wait-process.c (wait_subprocess): Likewise.
2176         * lib/execute.h (execute): Add termsigp argument.
2177         * lib/execute.c (execute): Likewise.
2178         * lib/csharpcomp.c (compile_csharp_using_pnet,
2179         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
2180         * lib/csharpexec.c (execute_csharp_using_pnet,
2181         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
2182         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
2183         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
2184         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
2185         is_jikes_present): Update.
2186         * lib/javaexec.c (execute_java_class): Update.
2187         * lib/javaversion.c (execute_and_read_line): Update.
2188         * NEWS: Document the changes.
2189         Reported by Eric Blake.
2190
2191 2008-06-10  Eric Blake  <ebb9@byu.net>
2192
2193         Add missing include.
2194         * tests/test-strstr.c (includes): Add <signal.h>.
2195         * tests/test-strcasestr.c (includes): Likewise.
2196         * tests/test-memmem.c (includes): Likewise.
2197
2198 2008-06-10  Bruno Haible  <bruno@clisp.org>
2199
2200         * lib/wait-process.c (wait_subprocess): Add an assertion.
2201
2202 2008-06-10  Bruno Haible  <bruno@clisp.org>
2203
2204         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
2205
2206 2008-06-10  Bruno Haible  <bruno@clisp.org>
2207
2208         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
2209         using alarm().
2210         * tests/test-strcasestr.c (main): Likewise.
2211         * tests/test-strstr.c (main): Likewise.
2212
2213 2008-06-09  Bruno Haible  <bruno@clisp.org>
2214
2215         Work around the Solaris 10 ACE ACLs ABI change.
2216         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
2217         declare if ACL_NO_TRIVIAL is present.
2218         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
2219         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
2220         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
2221         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
2222         define if ACL_NO_TRIVIAL is present.
2223         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
2224         and use the current ABI.
2225         (file_has_acl): Use same #if condition as elsewhere.
2226         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
2227         in use, and use the current ABI.
2228         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
2229         Reported by Jim Meyering.
2230
2231 2008-06-09  Eric Blake  <ebb9@byu.net>
2232
2233         Work around environments that (stupidly) ignore SIGALRM.
2234         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
2235         before using alarm().
2236         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2237         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2238         Reported by Ian Beckwith <ianb@erislabs.net>.
2239
2240         Produce autobuild blurb earlier in log.
2241         * modules/autobuild (configure.ac-early): Move AB_INIT here.
2242
2243 2008-06-09  Jim Meyering  <meyering@redhat.com>
2244         and OndÅ™ej Vašík  <ovasik@redhat.com>
2245
2246         utimens.c: correct kernel bug work-around
2247         OndÅ™ej Vašík found that the invalid return value of 280 indicates
2248         failure, not success, and the kernel bug we're trying to work
2249         around affects not just the utimensat call, but also the fallback
2250         futimens call.
2251         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
2252         not success.
2253         [HAVE_FUTIMENS]: Use the same work-around, here.
2254
2255 2008-06-09  Jim Meyering  <meyering@redhat.com>
2256
2257         add more guards around definition of ACE_-related code
2258         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
2259         ALLOW and ACE_OWNER are also defined.
2260
2261 2008-06-08  Bruno Haible  <bruno@clisp.org>
2262
2263         * lib/acl-internal.h: Add me as co-author.
2264         * lib/file-has-acl.c: Likewise.
2265         * lib/set-mode-acl.c: Likewise.
2266         * lib/copy-acl.c: Likewise.
2267
2268 2008-06-08  Bruno Haible  <bruno@clisp.org>
2269
2270         Add support for AIX ACLs.
2271         * lib/acl-internal.h (acl_nontrivial): New declaration.
2272         * lib/file-has-acl.c (acl_nontrivial): New function.
2273         (file_has_acl): Add implementation using AIX 4 ACL API.
2274         * lib/set-mode-acl.c (qset_acl): Likewise.
2275         * lib/copy-acl.c (qcopy_acl): Likewise.
2276
2277 2008-06-08  Bruno Haible  <bruno@clisp.org>
2278
2279         Add support for HP-UX ACLs.
2280         * lib/acl-internal.h (acl_nontrivial): New declaration.
2281         * lib/file-has-acl.c (acl_nontrivial): New function.
2282         (file_has_acl): Add implementation using HP-UX 11 ACL API.
2283         * lib/set-mode-acl.c (qset_acl): Likewise.
2284         * lib/copy-acl.c (qcopy_acl): Likewise.
2285
2286 2008-06-08  Bruno Haible  <bruno@clisp.org>
2287
2288         Add support for Cygwin ACLs.
2289         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
2290         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
2291         the chmod_or_fchmod call.
2292         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
2293
2294 2008-06-08  Bruno Haible  <bruno@clisp.org>
2295
2296         Fix bug with setuid modes in Solaris 10+ code.
2297         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
2298         succeeded, when the mode contains some special bits.
2299
2300 2008-06-08  Bruno Haible  <bruno@clisp.org>
2301
2302         Add support for Solaris 7..10 ACLs.
2303         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
2304         declarations.
2305         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
2306         functions.
2307         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
2308         * lib/set-mode-acl.c (qset_acl): Likewise.
2309         * lib/copy-acl.c (qcopy_acl): Likewise.
2310
2311 2008-06-08  Bruno Haible  <bruno@clisp.org>
2312
2313         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
2314         declaration.
2315         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
2316         (acl_access_nontrivial): Remove MacOS X case.
2317         (file_has_acl): Use acl_extended_nontrivial.
2318         * lib/copy-acl.c (qcopy_acl): Likewise.
2319
2320 2008-06-08  Bruno Haible  <bruno@clisp.org>
2321
2322         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
2323
2324 2008-06-08  Jim Meyering  <meyering@redhat.com>
2325
2326         * modules/acl (Maintainer): Add Bruno Haible.
2327
2328 2008-06-07  Bruno Haible  <bruno@clisp.org>
2329
2330         Improve support for Tru64 ACLs.
2331         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
2332         ACL on OSF/1.
2333
2334 2008-06-07  Bruno Haible  <bruno@clisp.org>
2335
2336         Add support for MacOS X ACLs.
2337         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
2338         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
2339         * lib/set-mode-acl.c (qset_acl): Likewise.
2340         * lib/copy-acl.c (qcopy_acl): Likewise.
2341
2342 2008-06-07  Bruno Haible  <bruno@clisp.org>
2343
2344         Fix memory leak introduced on 2008-05-22.
2345         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
2346         use.
2347
2348 2008-06-07  Bruno Haible  <bruno@clisp.org>
2349
2350         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
2351         to construct an empty ACL.
2352
2353 2008-06-07  Bruno Haible  <bruno@clisp.org>
2354
2355         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
2356         precisely.
2357         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
2358
2359 2008-06-07  Bruno Haible  <bruno@clisp.org>
2360
2361         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
2362         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
2363
2364 2008-06-07  Bruno Haible  <bruno@clisp.org>
2365
2366         * doc/posix-functions/_setjmp.texi: Explain the use of this function
2367         regardless of POSIX.
2368         * doc/posix-functions/_longjmp.texi: Likewise.
2369         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
2370         SystemV platform in this case.
2371
2372 2008-06-06  Eric Blake  <ebb9@byu.net>
2373
2374         Document abort() bugs.
2375         * doc/posix-functions/abort.texi (abort): Mention anomalies.
2376
2377         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
2378         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
2379         sigsetjmp.
2380         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
2381         siglongjmp, but only as a macro.
2382         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
2383         is obsolete.
2384         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
2385
2386         Tweak documentation to cover cygwin argz bugs.
2387         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
2388         argz bug fix; no code change needed since no cygwin releases
2389         occurred between the last fix and the bug being tested.
2390         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
2391         module and recently fixed cygwin bugs.
2392         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
2393         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
2394         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
2395         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
2396         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
2397         Likewise.
2398         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
2399         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
2400         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
2401         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
2402         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
2403         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
2404         Likewise.
2405
2406         Avoid gcc warning on cygwin.
2407         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
2408         !ACL_NO_TRIVIAL]: Avoid unused variable.
2409
2410 2008-06-05  Eric Blake  <ebb9@byu.net>
2411
2412         Be tolerant of UNKNOWN version in gnulib-tool test dir.
2413         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
2414         git-version-gen fails to come up with a version.
2415         Reported by Simon Josefsson.
2416
2417 2008-06-05  Jim Meyering  <meyering@redhat.com>
2418             Paul Eggert  <eggert@cs.ucla.edu>
2419
2420         utimens.c: work around a probable Linux kernel bug
2421         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
2422         appears to be a kernel bug that causes utimensat to return 280
2423         instead of 0, indicating success.
2424
2425 2008-06-04  Bruno Haible  <bruno@clisp.org>
2426
2427         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
2428         2008-06-01 commit.
2429
2430 2008-06-04  Bruno Haible  <bruno@clisp.org>
2431
2432         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
2433         * lib/file-has-acl.c (acl_access_nontrivial): New function.
2434         (file_has_acl): Use it. Save errno afterwards.
2435         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
2436
2437 2008-06-03  Bruno Haible  <bruno@clisp.org>
2438
2439         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
2440         draft code. Simplify #ifs.
2441         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
2442         Put Solaris code after POSIX-draft code. Fix comments regarding
2443         Solaris 10, HP-UX. Mention Cygwin.
2444         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
2445
2446 2008-06-03  Eric Blake  <ebb9@byu.net>
2447
2448         Provide fallback for older kernels.
2449         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
2450         Provide runtime fallback if kernel lacks support.
2451         Reported by Mike Frysinger.
2452
2453 2008-06-02  Bruno Haible  <bruno@clisp.org>
2454
2455         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
2456         it exists.
2457
2458 2008-06-02  Bruno Haible  <bruno@clisp.org>
2459
2460         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
2461         * lib/copy-acl.c (qcopy_acl): Update comment.
2462
2463 2008-06-02  Bruno Haible  <bruno@clisp.org>
2464
2465         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
2466         like ACL APIs.
2467
2468 2008-06-02  Bruno Haible  <bruno@clisp.org>
2469
2470         * tests/test-file-has-acl.sh: Use different code for Cygwin.
2471         * tests/test-set-mode-acl.sh: Likewise.
2472         * tests/test-copy-acl.sh: Likewise.
2473         * tests/test-copy-file.sh: Likewise.
2474
2475 2008-06-02  Bruno Haible  <bruno@clisp.org>
2476
2477         * tests/test-file-has-acl.sh: Remove unused code.
2478
2479 2008-06-01  Bruno Haible  <bruno@clisp.org>
2480
2481         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
2482         (copy_acl): Just a wrapper around qcopy_acl that emits the error
2483         messages.
2484         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
2485
2486 2008-06-01  Bruno Haible  <bruno@clisp.org>
2487
2488         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
2489         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
2490         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
2491         APIs.
2492         * modules/acl-tests (configure.ac): Remove tests now contained in
2493         m4/acl.m4.
2494
2495 2008-06-02  Jim Meyering  <meyering@redhat.com>
2496
2497         announce-gen: use a better key-server host name
2498         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
2499         it may be more consistently reliable.  Suggested by Werner Koch
2500         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
2501
2502 2008-06-01  Bruno Haible  <bruno@clisp.org>
2503
2504         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
2505         Reported by Voroskoi Andras <voroskoi@gmail.com>.
2506
2507 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
2508
2509         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
2510
2511 2008-06-01  Bruno Haible  <bruno@clisp.org>
2512
2513         New ACL tests.
2514         * tests/test-file-has-acl.sh: New file.
2515         * tests/test-file-has-acl.c: New file.
2516         * tests/test-set-mode-acl.sh: New file.
2517         * tests/test-set-mode-acl.c: New file.
2518         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
2519         * tests/test-copy-acl.c: New file.
2520         * modules/acl-tests: New file, based on modules/copy-file-tests.
2521         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
2522         (Depends-on): Add acl-tests.
2523         (configure.ac): Remove checks.
2524         (Makefile.am): Don't create test-sameacls program here any more.
2525
2526 2008-06-01  Bruno Haible  <bruno@clisp.org>
2527
2528         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
2529         * tests/test-sameacls.c: Include progname.h.
2530         (main): Invoke set_program_name. Portability fixes for MacOS X,
2531         Solaris, HP-UX.
2532
2533 2008-06-01  Bruno Haible  <bruno@clisp.org>
2534
2535         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
2536         function.
2537         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
2538
2539 2008-06-01  Bruno Haible  <bruno@clisp.org>
2540
2541         * modules/rpmatch (Depends-on): Add strdup.
2542
2543 2008-06-01  Bruno Haible  <bruno@clisp.org>
2544
2545         * lib/pipe.c: Include unistd-safer.h.
2546         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
2547         * modules/pipe (Depends-on): Add unistd-safer.
2548
2549 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2550
2551         * modules/autobuild (configure.ac): Call AB_INIT.
2552
2553 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2554
2555         * tests/test-getaddrinfo.c: Don't print debug messages by default.
2556         Suggested by Bruno Haible <bruno@clisp.org>.
2557
2558 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2559
2560         * tests/test-base64.c: Cast size_t to unsigned long when invoking
2561         printf.  Use %lu instead of %d.  Reported by Bruno Haible
2562         <bruno@clisp.org>.
2563
2564 2008-05-29  Eric Blake  <ebb9@byu.net>
2565
2566         Prefer new POSIX 200x interfaces over futimesat.
2567         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
2568         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
2569         when available.
2570         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
2571
2572 2008-05-28  Bruno Haible  <bruno@clisp.org>
2573
2574         * modules/stpcpy (License): Change to LGPLv2+.
2575         Requested by David Lutterkort <dlutter@redhat.com>.
2576
2577 2008-05-27  Bruno Haible  <bruno@clisp.org>
2578
2579         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
2580         current mingw.
2581         Reported by Jose E. Marchesi <jemarch@gnu.org>.
2582
2583 2008-05-27  Bruno Haible  <bruno@clisp.org>
2584
2585         * modules/iconv_open (Link): New section, from module 'iconv'.
2586         * modules/striconv (Link): Likewise.
2587         * modules/striconveh (Link): Likewise.
2588         * modules/xstriconv (Link): Likewise.
2589         * modules/unicodeio (Link): Likewise.
2590         * modules/propername (Link): Likewise.
2591         Reported by Jim Meyering.
2592
2593 2008-05-26  Jim Meyering  <meyering@redhat.com>
2594
2595         sha256: do not artificially restrict buffer length to be < 2^32
2596         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
2597         uint32_t to size_t.
2598         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
2599         to match.
2600
2601         avoid unaligned access errors, e.g., on sparc
2602         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
2603         direct access through a possibly-unaligned uint64* pointer.
2604         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
2605         direct access through a possibly-unaligned uint32* pointer.
2606         Prompted by this patch from Tom "spot" Callaway:
2607         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
2608
2609         sha512.c: fix typo in comment
2610         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
2611
2612 2008-05-25  Bruno Haible  <bruno@clisp.org>
2613
2614         * lib/set-mode-acl.c: Renamed from lib/acl.c.
2615         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
2616         (Makefile.am): Update lib_SOURCES.
2617
2618 2008-05-25  Bruno Haible  <bruno@clisp.org>
2619
2620         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
2621
2622 2008-05-25  Jim Meyering  <meyering@redhat.com>
2623
2624         useless-if-before-free: freed expr may have white-space differences
2625         * build-aux/useless-if-before-free: Recognize cases in which the
2626         freed expression differs from the tested one in embedded white
2627         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
2628         $1 was used, so we can't make any regexp shy.  Improved tests now
2629         detect this.
2630
2631         useless-if-before-free: accept white space in the expression.
2632         * build-aux/useless-if-before-free: For now, any white space
2633         in the expression must be identical in the free argument.
2634
2635         useless-if-before-free: efficiency tweak
2636         * build-aux/useless-if-before-free: Make the expression-matching
2637         regexp "shy".
2638         Make the *outer* regexp shy, not the expr-matching one.
2639
2640         update code-in-comment to accept cast of free arg
2641         * build-aux/useless-if-before-free: Update regexp.
2642
2643 2008-05-25  Bruno Haible  <bruno@clisp.org>
2644
2645         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
2646         * modules/copy-file-tests (Files, Makefile.am): Update.
2647         * tests/test-copy-file.c (func_test_copy): Update.
2648
2649 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
2650
2651         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
2652
2653 2008-05-23  Bruno Haible  <bruno@clisp.org>
2654
2655         Improve support for ACLs on OSF/1.
2656         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
2657         Remove fallback for unknown flavors of ACLs.
2658
2659 2008-05-22  Bruno Haible  <bruno@clisp.org>
2660
2661         Add support for ACLs on OSF/1.
2662         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
2663         replacements.
2664         (acl_free_text): New macro fallback.
2665         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
2666         acl_free.
2667         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
2668         acl_free_text function. Require AC_C_INLINE.
2669
2670 2008-05-22  Bruno Haible  <bruno@clisp.org>
2671
2672         Make copy_acl work on MacOS X 10.5.
2673         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
2674         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
2675         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
2676         If MODE_INSIDE_ACL, don't assume that every system has the same text
2677         representation for ACLs as FreeBSD.
2678         * lib/copy-acl.c (copy_acl): Add support for platforms with
2679         !MODE_INSIDE_ACL.
2680         * lib/file-has-acl.c (file_has_acl): Likewise.
2681         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
2682         FreeBSD, MacOS X, or IRIX, respectively.
2683
2684 2008-05-22  Bruno Haible  <bruno@clisp.org>
2685
2686         * lib/acl.h: Don't include <sys/acl.h>.
2687         (GETACLCNT): Move fallback to lib/acl-internal.h.
2688         * lib/acl-internal.h: Include <sys/acl.h> here.
2689         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
2690
2691 2008-05-22  Bruno Haible  <bruno@clisp.org>
2692
2693         Split off copy_acl function to separate file.
2694         * lib/copy-acl.c: New file, extracted from lib/acl.c.
2695         * lib/acl.c (copy_acl): Moved function to separate file.
2696         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
2697         * modules/acl (Files): Add lib/copy-acl.c.
2698         (Makefiles.am): Augment lib_SOURCES.
2699
2700 2008-05-22  Bruno Haible  <bruno@clisp.org>
2701
2702         * modules/copy-file-tests: New file.
2703         * tests/test-copy-file.sh: New file.
2704         * tests/test-copy-file.c: New file.
2705         * tests/test-copy-file-sameacls.c: New file.
2706
2707 2008-05-22  Eric Blake  <ebb9@byu.net>
2708
2709         Avoid gcc warning.
2710         * tests/test-memcmp.c (main): Pass NULL indirectly.
2711
2712 2008-05-21  Bruno Haible  <bruno@clisp.org>
2713
2714         Add reference doc about ACLs.
2715         * doc/acl-resources.txt: New file.
2716         * doc/acl-cygwin.txt: New file.
2717
2718 2008-05-21  Bruno Haible  <bruno@clisp.org>
2719
2720         Avoid one more warning from gcc.
2721         * lib/vasnprintf.c (IF_LINT): Update comments.
2722         (VASNPRINTF): Use it also for the 'prefix' array initializer.
2723
2724 2008-05-21  Jim Meyering  <meyering@redhat.com>
2725
2726         avoid a warning from gcc
2727         * lib/vasnprintf.c (IF_LINT): Define.
2728         (scale10_round_decimal_long_double):
2729         Use it to avoid a "may be used uninitialized" warning.
2730         (scale10_round_decimal_double): Likewise.
2731
2732 2008-05-21  Simon Josefsson  <simon@josefsson.org>
2733
2734         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
2735         declared.
2736
2737 2008-05-20  Bruno Haible  <bruno@clisp.org>
2738
2739         * tests/test-memcmp.c (main): Test also the sign of the result. Test
2740         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
2741
2742 2008-05-20  Simon Josefsson  <simon@josefsson.org>
2743
2744         * modules/memcmp-tests: New file.
2745         * tests/test-memcmp.c: New file.
2746
2747 2008-05-19  Bruno Haible  <bruno@clisp.org>
2748
2749         * modules/propername (Notice, configure.ac): Put quoted "..." into
2750         --keyword option.
2751         * lib/propername.h: Update comments accordingly.
2752         Reported by Eric Blake.
2753
2754 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
2755
2756         * modules/getpass-gnu (Depends-on): Add fseeko.
2757
2758 2008-05-19  Simon Josefsson  <simon@josefsson.org>
2759
2760         * modules/base64-tests: New file.
2761
2762 2008-05-19  Bo Borgerson <gigabo@gmail.com>
2763
2764         * lib/base64.c (base64_decode_ctx): If a decode context structure
2765         was passed in use it to ignore newlines.  If a context structure
2766         was _not_ passed in, continue to treat newlines as garbage (this
2767         is the historical behavior).  Formerly base64_decode.
2768         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
2769         takes a decode context structure.
2770         * lib/base64.h (base64_decode): Macro for four-argument calls.
2771         (base64_decode_alloc): Likewise.
2772         * lib/base64.c (base64_decode_ctx): If a decode context structure
2773         was passed in use it to ignore newlines.  If a context structure
2774         was _not_ passed in, continue to treat newlines as garbage (this
2775         is the historical behavior).  Formerly base64_decode.
2776         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
2777         takes a decode context structure.
2778         * lib/base64.h (base64_decode): Macro for four-argument calls.
2779         (base64_decode_alloc): Likewise.
2780
2781 2008-05-19  Jim Meyering  <meyering@redhat.com>
2782
2783         avoid a warning from gcc
2784         * lib/trim.c (IF_LINT): Define.
2785         (trim2): Use it to avoid a "may be used uninitialized" warning.
2786
2787         Fix doc typo.
2788         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
2789
2790 2008-05-19  Bruno Haible  <bruno@clisp.org>
2791
2792         * doc/glibc-functions/getpass.texi: Document limits of other
2793         implementations.
2794
2795 2008-05-19  Simon Josefsson  <simon@josefsson.org>
2796             Bruno Haible <bruno@clisp.org>
2797
2798         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
2799
2800 2008-05-18  Bruno Haible  <bruno@clisp.org>
2801
2802         * modules/propername: New file, from GNU gettext.
2803         * lib/propername.h: New file, from GNU gettext.
2804         * lib/propername.c: New file, from GNU gettext.
2805         * MODULES.html.sh (Internationalization functions): Add propername.
2806
2807 2008-05-16  Jim Meyering  <meyering@redhat.com>
2808             Bruno Haible  <bruno@clisp.org>
2809
2810         Avoid some warnings from "gcc -Wshadow".
2811         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
2812
2813 2008-05-15  Eric Blake  <ebb9@byu.net>
2814
2815         Extend previous patch to cygwin 1.7.0.
2816         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
2817         fast implementation in cygwin >= 1.7.0.
2818         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2819         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2820
2821 2008-05-15  Bruno Haible  <bruno@clisp.org>
2822
2823         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
2824         implementation in glibc >= 2.9.
2825         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2826         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2827
2828 2008-05-15  Bruno Haible  <bruno@clisp.org>
2829
2830         * MODULES.html.sh (Internationalization functions): Remove linebreak.
2831         (Unicode string functions): Add unilbrk/*.
2832         Reported by Karl Berry.
2833
2834 2008-05-15  Eric Blake  <ebb9@byu.net>
2835
2836         Fix violation of <stdbool.h> replacement in regex.
2837         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
2838         * lib/regexec.c (re_search_internal): Likewise.
2839         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
2840
2841 2008-05-15  Jim Meyering  <meyering@redhat.com>
2842
2843         avoid distracting test output when git or cvs is not found
2844         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
2845         * tests/test-vc-list-files-git.sh: Likewise.
2846
2847 2008-05-15  Eric Blake  <ebb9@byu.net>
2848
2849         Glibc finally accepted the memmem speedup code, bugzilla #5514.
2850         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
2851         glibc version.
2852         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
2853         * doc/posix-functions/strstr.texi (strstr): Likewise.
2854         * lib/str-two-way.h (MAX): Sychronize with glibc.
2855
2856 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
2857
2858         * lib/regcomp.c (optimize_utf8): Add a note on why we test
2859         opr.ctx_type.
2860         (calc_first): Initialize constraint field.
2861         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2862         Fix grammar.
2863         (duplicate_node): Merge constraint field for all node types.
2864         (calc_eclosure_iter): Look at constraint field for all node types.
2865         * lib/regex_internal.c (create_cd_newstate): Don't look at
2866         opr.ctx_type.
2867
2868 2008-05-14  Bruno Haible  <bruno@clisp.org>
2869
2870         Help GCC to do better code generation.
2871         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
2872         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
2873         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
2874         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
2875         Declare with attribute 'malloc' if supported.
2876
2877 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
2878
2879         use "echo STR|wc -c" rather than unportable "expr length STR"
2880         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
2881         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
2882
2883 2008-05-14  Jim Meyering  <meyering@redhat.com>
2884
2885         use dd ibs=$n count=1 ... rather than less-portable head -c$n
2886         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
2887         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
2888         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
2889         via Collin Lasse.
2890
2891 2008-05-14  Eric Blake  <ebb9@byu.net>
2892
2893         Avoid quadratic growth in gl_LIBSOURCES.
2894         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
2895         Suggested by Bruno Haible.
2896
2897         Test xmemdup0.
2898         * modules/xmemdup0-tests: New file.
2899         * tests/test-xmemdup0.c: Likewise.
2900
2901 2008-05-13  Eric Blake  <ebb9@byu.net>
2902
2903         Split xmemdup0 into its own module.
2904         * modules/xmemdup0: New file.
2905         * lib/xmemdup0.h: Likewise.
2906         * lib/xmemdup0.c: Likewise.
2907         * MODULES.html.sh (Memory management functions): Add xmemdup0.
2908         * lib/xalloc.h (xmemdup0): Remove.
2909         * lib/xmalloc.c (xmemdup0): Likewise.
2910
2911 2008-05-13  Eric Blake  <ebb9@byu.net>
2912             Bruno Haible  <bruno@clisp.org>
2913
2914         Reduce number of forks required during autoconf.
2915         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
2916         and gl_LIBSOURCES_DIR.
2917         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
2918         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
2919         m4_syscmd per file.
2920         <m4_foreach_w>: Move...
2921         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
2922
2923 2008-05-13  Eric Blake  <ebb9@byu.net>
2924
2925         * gnulib-tool: Fix various comment typos.
2926
2927 2008-05-12  Bruno Haible  <bruno@clisp.org>
2928
2929         Tailor the linebreaking algorithm.
2930         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
2931
2932 2008-05-12  Bruno Haible  <bruno@clisp.org>
2933
2934         Update to Unicode 5.0.0.
2935         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
2936         LBP_JV, LBP_JT. Redistribute values.
2937         (unilbrk_table): Change size.
2938         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
2939         Unicode TR#14 rev. 22.
2940         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
2941         LBP_JV, LBP_JT. Redistribute values.
2942         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
2943         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
2944         Update.
2945         * lib/unilbrk/lbrkprop1.h: Regenerated.
2946         * lib/unilbrk/lbrkprop2.h: Regenerated.
2947         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
2948         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
2949         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
2950         Likewise.
2951         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
2952         Likewise.
2953         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
2954         result.
2955         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
2956         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
2957         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
2958         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
2959         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
2960         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
2961
2962 2008-05-11  Bruno Haible  <bruno@clisp.org>
2963
2964         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
2965
2966 2008-05-11  Bruno Haible  <bruno@clisp.org>
2967
2968         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
2969         * modules/unilbrk/gen-lbrk: New file.
2970
2971 2008-05-11  Bruno Haible  <bruno@clisp.org>
2972
2973         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
2974         * m4/sha512.m4 (gl_SHA512): Likewise.
2975
2976 2008-05-11  Jim Meyering  <meyering@redhat.com>
2977
2978         New modules: crypto/sha256, crypto/sha512 (from coreutils)
2979         * modules/crypto/sha256: New file.
2980         * modules/crypto/sha512: Likewise.
2981         * lib/sha256.c: Likewise.
2982         * lib/sha256.h: Likewise.
2983         * lib/sha512.c: Likewise.
2984         * lib/sha512.h: Likewise.
2985         * lib/u64.h: Likewise.
2986         * m4/sha256.m4: Likewise.
2987         * m4/sha512.m4: Likewise.
2988         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
2989
2990 2008-05-10  Bruno Haible  <bruno@clisp.org>
2991
2992         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
2993         (Input/Output <stdio.h>): Add xprintf.
2994         (Signal handling <signal.h>): Add strsignal.
2995         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
2996         (Core language properties): Add func.
2997         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
2998         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
2999         strings.
3000         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
3001         (Input/output): New section.
3002         (File system functions): Add openat-die, stat-macros.
3003         (Networking functions): Add sockets.
3004         (Unicode string functions): Add unictype/*.
3005         (Support for building libraries and executables): Add gperf.
3006         (Support for building documentation): Add agpl-3.0.
3007         (Misc): Add nocrash.
3008
3009 2008-05-10  Bruno Haible  <bruno@clisp.org>
3010
3011         * modules/unictype/gen-ctype: New file.
3012
3013 2008-05-10  Jim Meyering  <meyering@redhat.com>
3014
3015         Make chdir-safer.c more efficient on a system with no symlinks.
3016         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
3017         also if ELOOP is zero.  Suggested by Bruno Haible.
3018
3019         Make chdir-safer.c slightly safer.
3020         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
3021         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
3022
3023         Avoid compile failure on systems without ELOOP (like mingw).
3024         * lib/chdir-safer.c (ELOOP): Define if not already defined.
3025         Reported by Bruno Haible.
3026
3027 2008-05-10  Bruno Haible  <bruno@clisp.org>
3028
3029         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
3030         (is_utf8_encoding): Use a case-insensitive comparison.
3031         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
3032         streq.
3033
3034 2008-05-10  Bruno Haible  <bruno@clisp.org>
3035
3036         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
3037         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
3038         * lib/unilbrk/ulc-common.h (iconv_string_length,
3039         iconv_string_keeping_offsets): Remove declarations.
3040         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
3041         Don't include <iconv.h>, streq.h, xsize.h.
3042         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
3043         conversion.
3044         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
3045         <iconv.h>, streq.h, xsize.h.
3046         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
3047         conversion.
3048         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
3049         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
3050         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
3051         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
3052
3053 2008-05-10  Bruno Haible  <bruno@clisp.org>
3054
3055         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
3056         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
3057
3058         * modules/unilbrk/u32-width-linebreaks-tests: New file.
3059         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
3060
3061         * modules/unilbrk/u16-width-linebreaks-tests: New file.
3062         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
3063
3064         * modules/unilbrk/u8-width-linebreaks-tests: New file.
3065         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
3066
3067         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
3068         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
3069
3070         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
3071         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
3072
3073         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
3074         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
3075
3076         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
3077         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
3078
3079 2008-05-10  Bruno Haible  <bruno@clisp.org>
3080
3081         Split up 'linebreak' module.
3082         * lib/unilbrk.h: New file, based on lib/linebreak.h.
3083         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
3084         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
3085         modifications.
3086         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
3087         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
3088         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
3089         lib/linebreak.c.
3090         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
3091         lib/linebreak.c.
3092         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
3093         lib/linebreak.c.
3094         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
3095         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
3096         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
3097         lib/linebreak.c.
3098         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
3099         lib/linebreak.c.
3100         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
3101         lib/linebreak.c.
3102         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
3103         lib/linebreak.c.
3104         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
3105         lib/linebreak.c.
3106         * modules/unilbrk/base: New file.
3107         * modules/unilbrk/tables: New file.
3108         * modules/unilbrk/u8-possible-linebreaks: New file.
3109         * modules/unilbrk/u16-possible-linebreaks: New file.
3110         * modules/unilbrk/u32-possible-linebreaks: New file.
3111         * modules/unilbrk/ulc-common: New file.
3112         * modules/unilbrk/ulc-possible-linebreaks: New file.
3113         * modules/unilbrk/u8-width-linebreaks: New file.
3114         * modules/unilbrk/u16-width-linebreaks: New file.
3115         * modules/unilbrk/u32-width-linebreaks: New file.
3116         * modules/unilbrk/ulc-width-linebreaks: New file.
3117         * lib/linebreak.h: Remove file.
3118         * lib/linebreak.c: Remove file.
3119         * m4/linebreak.m4: Remove file.
3120         * modules/linebreak: Remove file.
3121         * NEWS: Mention the changes.
3122
3123 2008-05-09  Eric Blake  <ebb9@byu.net>
3124
3125         Add xmemdup0.
3126         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
3127         implementation.
3128         * lib/xmalloc.c (xmemdup0): New C implementation.
3129
3130 2008-05-08  Bruno Haible  <bruno@clisp.org>
3131
3132         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
3133
3134 2008-05-07  Eric Blake  <ebb9@byu.net>
3135
3136         Support cross-compilation of <wctype.h>.
3137         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
3138         AC_CACHE_CHECK.
3139
3140 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
3141
3142         * build-aux/vc-list-files: Add support for bzr.
3143
3144 2008-05-03  Jim Meyering  <meyering@redhat.com>
3145
3146         avoid failed assertion with tight malloc
3147         * tests/test-getndelim2.c: Correct an off-by-one assertion.
3148
3149 2008-05-03  Simon Josefsson  <simon@josefsson.org>
3150
3151         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
3152         are needed from arpa/inet.h.
3153         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
3154         Reported by Bruno Haible.
3155
3156 2008-05-02  Jim Meyering  <meyering@redhat.com>
3157
3158         avoid compilation error on FreeBSD 6
3159         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
3160
3161 2008-05-01  Jim Meyering  <meyering@redhat.com>
3162
3163         useless-if-before-free: correct --help's exit status description
3164         * build-aux/useless-if-before-free (usage): Like grep, exit 0
3165         for one or more matches, etc.  Reported by Bruno Haible.
3166
3167         vc-list-files: make the stand-alone gnulib test work
3168         * modules/vc-list-files-tests (configure.ac):
3169         Define and AC_SUBST abs_aux_dir.
3170         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
3171         $(abs_top_srcdir) to each script and having each of them
3172         duplicate the work of setting PATH, set PATH here, using
3173         the new variable, abs_aux_dir instead.
3174         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
3175         * tests/test-vc-list-files-git.sh: Likewise.
3176         Reported by Bruno Haible.
3177
3178 2008-05-01  Bruno Haible  <bruno@clisp.org>
3179
3180         * lib/getndelim2.c (getndelim2): Fix newsize computation during
3181         reallocation. Rename 'done' to 'found_delimiter'.
3182
3183 2008-05-01  Jim Meyering  <meyering@redhat.com>
3184
3185         vc-list-files: accommodate /bin/sh like the one from Solaris 10
3186         * build-aux/vc-list-files: Use `...`, not $(...).
3187
3188 2008-04-30  Jim Meyering  <meyering@redhat.com>
3189
3190         add tests for vc-list-files
3191         * modules/vc-list-files-tests: New module.
3192         * tests/test-vc-list-files-cvs.sh: New file.
3193         * tests/test-vc-list-files-git.sh: New file.
3194
3195         avoid a warning from gcc
3196         * lib/getndelim2.c (IF_LINT): Define.
3197         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
3198
3199         vc-list-files: work properly with build-aux/cvsu, too
3200         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
3201         to all cvs-based clauses.
3202
3203         vc-list-files: work properly in the CVS+awk case, too
3204         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
3205
3206         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
3207         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
3208         take more than one file argument, so .  Add quotes, just in case $dir
3209         ever contains a shell meta-character.  Prompted by Soren Hansen in
3210         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
3211
3212 2008-04-29  Eric Blake  <ebb9@byu.net>
3213
3214         Optimize getndelim2 to use block operations when possible.
3215         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
3216         freadseek, and memchr2.
3217         * lib/getndelim2.c (getndelim2): Use them for block reads.
3218
3219 2008-04-29  Bruno Haible  <bruno@clisp.org>
3220
3221         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
3222         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3223         * modules/inet_ntop (Depends-on): Add extensions.
3224         * modules/inet_pton (Depends-on): Likewise.
3225         Reported by Simon Josefsson.
3226
3227 2008-04-29  Jim Meyering  <meyering@redhat.com>
3228
3229         When the is more than one match in a block, match all of them.
3230         * build-aux/useless-if-before-free: Iterate through each block
3231         until there are no more matches.
3232
3233         Fix broken useless-if-before-free script.
3234         * build-aux/useless-if-before-free: Fix typo: missing "?" after
3235         the expression to match cast of argument to free-like function.
3236
3237 2008-04-29  Eric Blake  <ebb9@byu.net>
3238
3239         Use new header.
3240         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
3241
3242 2008-04-29  Jim Meyering  <meyering@redhat.com>
3243
3244         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
3245         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
3246         by gnulib to exist and to declare e.g., inet_ntop.
3247         Don't include "inet_ntop.h", now removed.
3248
3249         * m4/arpa_inet_h.m4: Remove trailing blanks.
3250
3251 2008-04-29  Eric Blake  <ebb9@byu.net>
3252
3253         Silence valgrind on safe reads beyond potential array bounds.
3254         * lib/rawmemchr.valgrind: New file.
3255         * lib/strchrnul.valgrind: Likewise.
3256         * modules/rawmemchr (Files): Distribute new file.
3257         * modules/strchrnul (Files): Likewise.
3258         Suggested by Bruno Haible.
3259
3260 2008-04-29  Bruno Haible  <bruno@clisp.org>
3261
3262         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
3263         (inet_ntop, inet_pton): Change portability warning's wording.
3264         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
3265         Invoke gl_CHECK_NEXT_HEADERS.
3266         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
3267         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
3268         set ARPA_INET_H.
3269         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3270         * modules/arpa_inet (Description): No longer only for systems that
3271         lack it.
3272         (Depends-on): Add include_next.
3273         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
3274         HAVE_ARPA_INET_H.
3275
3276 2008-04-29  Jim Meyering  <meyering@redhat.com>
3277
3278         * modules/mkdir (License): Re-license as LGPLv2+.
3279
3280 2008-04-29  Bruno Haible  <bruno@clisp.org>
3281
3282         * modules/rawmemchr (Maintainer): Set to Eric.
3283         * modules/strchrnul (Maintainer): Likewise.
3284
3285 2008-04-29  Simon Josefsson  <simon@josefsson.org>
3286
3287         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
3288         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
3289
3290         * modules/arpa_inet (arpa/inet.h): Use them.
3291
3292 2008-04-28  Eric Blake  <ebb9@byu.net>
3293
3294         Test getndelim2.
3295         * modules/getndelim2-tests: New file.
3296         * tests/test-getndelim2.c: Likewise.
3297         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
3298         stream.
3299         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
3300
3301         * MODULES.html.sh: Document new module.
3302
3303 2008-04-20  Bruno Haible  <bruno@clisp.org>
3304
3305         * lib/c-stack.c (die): Use raise.
3306         * modules/c-stack (Depends-on): Add raise.
3307
3308 2008-04-28  Bruno Haible  <bruno@clisp.org>
3309
3310         Expect rpmatch to be declared.
3311         * lib/yesno.c (rpmatch): Remove declaration.
3312
3313         Declare rpmatch.
3314         * lib/stdlib.in.h (rpmatch): New declaration.
3315         * lib/rpmatch.c: Include <stdlib.h> first.
3316         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
3317         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
3318         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
3319         HAVE_RPMATCH.
3320         * modules/rpmatch (Depends-on): Add stdlib, extensions.
3321         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3322         (Include): Set to <stdlib.h>.
3323         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
3324         HAVE_RPMATCH.
3325         * NEWS: Document the change.
3326
3327 2008-04-28  Bruno Haible  <bruno@clisp.org>
3328
3329         Change rpmatch to use nl_langinfo when appropriate.
3330         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
3331         (N_): New macro.
3332         (localized_pattern): New function/macro.
3333         (try): Remove match, nomatch arguments. Copy the pattern into safe
3334         memory before caching it.
3335         (rpmatch): Use localized_pattern. Add translator comments.
3336         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
3337         Suggested by Eric Blake.
3338         * modules/rpmatch (Depends-on): Add stdbool.
3339
3340 2008-04-28  Eric Blake  <ebb9@byu.net>
3341
3342         Add rawmemchr module, matching glibc.
3343         * modules/string (Makefile.am): New indicator.
3344         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
3345         * lib/string.in.h (rawmemchr): Declare when appropriate.
3346         * modules/rawmemchr: New file.
3347         * m4/rawmemchr.m4: Likewise.
3348         * lib/rawmemchr.c: Likewise.
3349         * modules/rawmemchr-tests: Likewise.
3350         * tests/test-rawmemchr.c: Likewise.
3351         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
3352         module.
3353         * modules/strchrnul (Depends-on): Add rawmemchr.
3354         * lib/strchrnul.c (strchrnul): Optimize a corner case.
3355
3356         Whitespace cleanup.
3357         * tests/test-strchrnul.c: Reindent.
3358         * lib/strchrnul.c: Likewise.
3359
3360         Optimize and test strchrnul.
3361         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
3362         * modules/strchrnul-tests: New file.
3363         * tests/test-strchrnul.c: Likewise.
3364
3365         Remove intprops dependency.
3366         * modules/memchr (Depends-on): Remove intprops.
3367         * modules/memrchr (Depends-on): Likewise.
3368         * modules/memchr2 (Depends-on): Likewise.
3369         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
3370         * lib/memrchr.c (__memrchr): Likewise.
3371         * lib/memrchr2.c (memchr2): Likewise.
3372         Reported by Simon Josefsson.
3373
3374 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3375
3376         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
3377         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3378
3379 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3380
3381         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
3382
3383         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
3384
3385         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
3386
3387         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
3388         declarations.
3389         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
3390
3391         * m4/inet_pton.m4: Don't check for header files.
3392
3393         * m4/inet_ntop.m4: Don't check for header files.
3394
3395 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3396
3397         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
3398         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
3399         trigger for cygwin).
3400         Reported by Bruno Haible  <bruno@clisp.org>.
3401
3402 2008-04-28  Bruno Haible  <bruno@clisp.org>
3403
3404         * doc/posix-functions/strdup.texi: Mention mingw problem.
3405
3406 2008-04-27  Bruno Haible  <bruno@clisp.org>
3407
3408         * modules/stat-time-tests (Depends-on): Add sleep.
3409         * tests/test-stat-time.c (force_unlink): New function.
3410         (cleanup): Use it.
3411         (test_mtime): Remove the ctime related tests.
3412         (test_ctime): New function, containing the ctime related tests.
3413         (main): Call test_ctime, except on native Windows platforms.
3414
3415 2008-04-27  Bruno Haible  <bruno@clisp.org>
3416
3417         * lib/rpmatch.c (rpmatch): Add some comments.
3418         Reported by James Youngman <jay@gnu.org>.
3419
3420 2008-04-27  Bruno Haible  <bruno@clisp.org>
3421
3422         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
3423         quiet NaNs.
3424
3425 2008-04-27  Bruno Haible  <bruno@clisp.org>
3426
3427         Make test-yesno.sh work on mingw.
3428         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
3429         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
3430         (main): Set stdin to binary mode.
3431         * modules/yesno-tests (Depends-on): Add binary-io.
3432
3433 2008-04-27  Bruno Haible  <bruno@clisp.org>
3434
3435         Fix 'isfinite' on x86, x86_64, ia64 platforms.
3436         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
3437         argument that lie outside the IEEE 854 domain.
3438         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
3439         (gl_ISFINITE): Use it.
3440         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
3441
3442 2008-04-27  Bruno Haible  <bruno@clisp.org>
3443
3444         Allow local renaming in config.h.
3445         * lib/memrchr.c (memrchr): Don't undefine outside libc.
3446
3447 2008-04-27  Bruno Haible  <bruno@clisp.org>
3448
3449         * lib/memchr.c (__memchr): Change type of 'i'.
3450         * lib/memchr2.c (memchr2): Likewise.
3451
3452 2008-04-26  Eric Blake  <ebb9@byu.net>
3453         and Bruno Haible  <bruno@clisp.org>
3454
3455         Optimize and test memrchr.
3456         * modules/memrchr (Depends-on): Add intprops.
3457         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
3458         * modules/memrchr-tests: New file.
3459         * tests/test-memrchr.c: New file.
3460
3461 2008-04-26  Bruno Haible  <bruno@clisp.org>
3462
3463         Add tentative support for DragonFly BSD.
3464         * lib/stdio-impl.h: Add macros for DragonFly BSD.
3465         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
3466         fp.
3467         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3468         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
3469         * lib/fpurge.c (fpurge): Likewise.
3470         * lib/freadable.c (freaadable): Likewise.
3471         * lib/freadahead.c (freadahead): Likewise.
3472         * lib/freading.c (freading): Likewise.
3473         * lib/freadptr.c (freadptr): Likewise.
3474         * lib/freadseek.c (freadptrinc): Likewise.
3475         * lib/fseeko.c (fseeko): Likewise.
3476         * lib/fseterr.c (fseterr): Likewise.
3477         * lib/fwritable.c (fwritable): Likewise.
3478         * lib/fwriting.c (fwriting): Likewise.
3479
3480 2008-04-26  Bruno Haible  <bruno@clisp.org>
3481
3482         * lib/stdio-impl.h: New file.
3483         * lib/fbufmode.c: Include stdio-impl.h.
3484         (fbufmode): Use fp_, remove redundant #defines.
3485         * lib/fflush.c: Include stdio-impl.h.
3486         (clear_ungetc_buffer): Remove redundant #defines.
3487         * lib/fpurge.c: Include stdio-impl.h.
3488         (fpurge): Remove redundant #defines.
3489         * lib/freadable.c: Include stdio-impl.h.
3490         (freadable): Remove redundant #defines.
3491         * lib/freadahead.c: Include stdio-impl.h.
3492         (freadahead): Remove redundant #defines.
3493         * lib/freading.c: Include stdio-impl.h.
3494         (freading): Remove redundant #defines.
3495         * lib/freadptr.c: Include stdio-impl.h.
3496         (freadptr): Remove redundant #defines.
3497         * lib/freadseek.c: Include stdio-impl.h.
3498         (freadptrinc): Remove redundant #defines.
3499         * lib/fseeko.c: Include stdio-impl.h.
3500         (rpl_fseeko): Remove redundant #defines.
3501         * lib/fseterr.c: Include stdio-impl.h.
3502         (fseterr): Remove redundant #defines.
3503         * lib/fwritable.c: Include stdio-impl.h.
3504         (fwritable: Remove redundant #defines.
3505         * lib/fwriting.c: Include stdio-impl.h.
3506         (fwriting): Remove redundant #defines.
3507         * modules/fbufmode (Files): Add lib/stdio-impl.h.
3508         * modules/fflush (Files): Likewise.
3509         * modules/fpurge (Files): Likewise.
3510         * modules/freadable (Files): Likewise.
3511         * modules/freadahead (Files): Likewise.
3512         * modules/freading (Files): Likewise.
3513         * modules/freadptr (Files): Likewise.
3514         * modules/freadseek (Files): Likewise.
3515         * modules/fseeko (Files): Likewise.
3516         * modules/fseterr (Files): Likewise.
3517         * modules/fwritable (Files): Likewise.
3518         * modules/fwriting (Files): Likewise.
3519
3520 2008-04-26  Bruno Haible  <bruno@clisp.org>
3521
3522         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3523         restore_seek_optimization, update_fpos_cache): New functions, extracted
3524         from rpl_fflush.
3525         (rpl_fflush): Use them.
3526         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
3527         (gl_REPLACE_FFLUSH): Use it.
3528
3529 2008-04-26  Bruno Haible  <bruno@clisp.org>
3530
3531         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
3532         on Solaris.
3533         * tests/test-xstrtoimax.sh: Likewise.
3534         * tests/test-xstrtoumax.sh: Likewise.
3535         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3536
3537 2008-04-26  Bruno Haible  <bruno@clisp.org>
3538
3539         * modules/memchr-tests: New file.
3540         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
3541
3542 2008-04-26  Eric Blake  <ebb9@byu.net>
3543             Bruno Haible  <bruno@clisp.org>
3544
3545         * lib/memchr.c: Include intprops.h.
3546         (__memchr): Optimize parallel detection of matching bytes. Rename local
3547         variables. Add explanatory comments.
3548
3549 2008-04-26  Bruno Haible  <bruno@clisp.org>
3550
3551         Fix module 'memchr', broken since 2000-10-28.
3552         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
3553
3554 2008-04-26  Bruno Haible  <bruno@clisp.org>
3555
3556         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
3557         comments.
3558
3559 2008-04-25  Eric Blake  <ebb9@byu.net>
3560
3561         Use native fstatat on cygwin 1.7.0.
3562         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
3563         first.
3564
3565 2008-04-23  Eric Blake  <ebb9@byu.net>
3566
3567         Improve memchr2 performance.
3568         * lib/memchr2.c (memchr2): Further optimize parallel detection of
3569         NUL bytes.
3570         * modules/memchr2 (Depends-on): Use intprops.h.
3571
3572 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3573
3574         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
3575         an inline function instead of a CPP macro.  Patch by Ben Pfaff
3576         <blp@cs.stanford.edu>.
3577
3578 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3579
3580         * lib/arpa_inet.in.h: New file.
3581
3582         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
3583         (Makefile.am): Sed in substitute header file.
3584
3585         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
3586         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
3587
3588         * modules/inet_ntop (configure.ac): Use
3589         gl_ARPA_INET_MODULE_INDICATOR.
3590
3591         * modules/inet_pton (configure.ac): Use
3592         gl_ARPA_INET_MODULE_INDICATOR.
3593
3594 2008-04-22  Jim Meyering  <meyering@redhat.com>
3595
3596         * modules/verify (License): Re-license as LGPLv2+.
3597
3598 2008-04-22  Simon Josefsson  <simon@josefsson.org>
3599
3600         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
3601         parameter to void* as per POSIX standard (MinGW uses char*).
3602
3603 2008-04-21  Bruno Haible  <bruno@clisp.org>
3604
3605         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3606         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3607         Define to replacements if REPLACE_ISWCNTRL is 1.
3608         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
3609         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
3610         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
3611         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
3612         what it fixes.
3613         * doc/posix-functions/iswalpha.texi: Likewise.
3614         * doc/posix-functions/iswblank.texi: Likewise.
3615         * doc/posix-functions/iswcntrl.texi: Likewise.
3616         * doc/posix-functions/iswdigit.texi: Likewise.
3617         * doc/posix-functions/iswgraph.texi: Likewise.
3618         * doc/posix-functions/iswlower.texi: Likewise.
3619         * doc/posix-functions/iswprint.texi: Likewise.
3620         * doc/posix-functions/iswpunct.texi: Likewise.
3621         * doc/posix-functions/iswspace.texi: Likewise.
3622         * doc/posix-functions/iswupper.texi: Likewise.
3623         * doc/posix-functions/iswxdigit.texi: Likewise.
3624         Reported by Alain Guibert.
3625
3626 2008-04-21  Bruno Haible  <bruno@clisp.org>
3627
3628         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
3629         Patch by Alain Guibert.
3630
3631 2008-04-21  Bruno Haible  <bruno@clisp.org>
3632
3633         Fix test failures on mingw.
3634         * tests/test-xstrtol.c (print_no_progname): New function.
3635         (main): Install it in error_print_progname hook.
3636         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
3637         * tests/test-xstrtoimax.sh: Likewise.
3638         * tests/test-xstrtoumax.sh: Likewise.
3639
3640 2008-04-21  Bruno Haible  <bruno@clisp.org>
3641
3642         Fix test failure on mingw.
3643         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
3644
3645 2008-04-21  Bruno Haible  <bruno@clisp.org>
3646
3647         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
3648         Actually assign a value.
3649
3650 2008-04-20  Bruno Haible  <bruno@clisp.org>
3651
3652         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
3653         take 2.
3654         * lib/canonicalize.c (canonicalize_file_name): Elide if the
3655         'canonicalize-lgpl' module is also used.
3656         * lib/canonicalize-lgpl.c: Undo last change.
3657         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
3658
3659 2008-04-20  Bruno Haible  <bruno@clisp.org>
3660
3661         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
3662         config.h. Provide _mkdir based fallback for mingw.
3663         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
3664         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
3665         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
3666         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
3667         rather than defining mkdir in config.h.
3668         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
3669         (gl_SYS_STAT_H_DEFAULTS): New macro.
3670         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
3671         HAVE_IO_H any more.
3672         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
3673         HAVE_DECL_MKDIR and HAVE_IO_H.
3674
3675 2008-04-20  Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/isapipe.c: Port to native Windows platforms.
3678
3679 2008-04-20  Bruno Haible  <bruno@clisp.org>
3680
3681         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
3682
3683 2008-04-21  Eric Blake  <ebb9@byu.net>
3684
3685         Work around preprocessors that don't handle UINTMAX_MAX.
3686         * lib/memchr2.c (memchr2): Avoid embedded #if.
3687         Reported by Alain Guibert, fix suggested by Bruno Haible.
3688
3689 2008-04-21  Simon Josefsson  <simon@josefsson.org>
3690
3691         * doc/posix-functions/strftime.texi (strftime): Explain better
3692         Windows incompatibility.  Suggested by Micah Cowan
3693         <micah@cowan.name>.
3694
3695 2008-04-20  Bruno Haible  <bruno@clisp.org>
3696
3697         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
3698         unistr/u8-mblen.
3699
3700 2008-04-20  Bruno Haible  <bruno@clisp.org>
3701
3702         Fix test failure on platforms with non-GNU iconv.
3703         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
3704         (U_TO_U8): Use it, rather than u16_to_u8.
3705         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
3706         units at the end of the input string.
3707         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
3708
3709 2008-04-20  Bruno Haible  <bruno@clisp.org>
3710
3711         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
3712         when the resulting length is 0.
3713         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
3714
3715 2008-04-20  Bruno Haible  <bruno@clisp.org>
3716
3717         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
3718         works.
3719         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
3720
3721 2008-04-20  Bruno Haible  <bruno@clisp.org>
3722
3723         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
3724         * modules/tsearch-tests (configure.ac): Test for initstate function.
3725
3726 2008-04-20  Bruno Haible  <bruno@clisp.org>
3727
3728         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
3729         for nlink_t if missing.
3730         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
3731
3732 2008-04-19  Bruno Haible  <bruno@clisp.org>
3733
3734         Work around snprintf bug on Linux libc5.
3735         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
3736         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3737         gl_SNPRINTF_SIZE1.
3738         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3739         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
3740         that test failed.
3741         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
3742         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
3743         * modules/snprintf (Files): Add m4/printf.m4.
3744         * modules/vsnprintf (Files): Likewise.
3745         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
3746         * doc/posix-functions/vsnprintf.texi: Likewise.
3747
3748 2008-04-19  Bruno Haible  <bruno@clisp.org>
3749
3750         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
3751         from 0.0058 to less than 10^-7.
3752
3753 2008-04-19  Bruno Haible  <bruno@clisp.org>
3754
3755         Fix rounding when a precision is given.
3756         * lib/vasnprintf.c (is_borderline): New function.
3757         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
3758         9...9x.
3759         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
3760         %e, %g.
3761         * tests/test-vasprintf-posix.c (test_function): Likewise.
3762         * tests/test-snprintf-posix.h (test_function): Likewise.
3763         * tests/test-sprintf-posix.h (test_function): Likewise.
3764         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
3765         * tests/test-printf-posix.h (test_function): Likewise.
3766         * tests/test-printf-posix.output: Update.
3767         Reported by John Darrington <john@darrington.wattle.id.au> via
3768         Ben Pfaff <blp@cs.stanford.edu>.
3769
3770 2008-04-18  Simon Josefsson  <simon@josefsson.org>
3771
3772         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
3773         Suggested by Bruno Haible <bruno@clisp.org>.
3774
3775 2008-04-17  Bruno Haible  <bruno@clisp.org>
3776
3777         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
3778         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
3779         implementation.
3780         Patch by Bruce Merry <bmerry@gmail.com>.
3781
3782 2008-04-17  Simon Josefsson  <simon@josefsson.org>
3783
3784         * doc/posix-functions/strftime.texi (strftime): Mention that %e
3785         doesn't work under Windows.
3786
3787 2008-04-16  Bruno Haible  <bruno@clisp.org>
3788
3789         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
3790         New macros.
3791         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
3792         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
3793         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
3794         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
3795         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
3796         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
3797         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
3798         macros.
3799         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
3800         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
3801         Northern Sotho, Uighur.
3802
3803 2008-04-16  Bruno Haible  <bruno@clisp.org>
3804
3805         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
3806         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
3807         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
3808         Reported by Daniel Bergström <daniel@octocode.com>.
3809
3810 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
3811             Bruno Haible  <bruno@clisp.org>
3812
3813         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
3814         function.
3815         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
3816         New functions, mostly extracted from gl_locale_name_default.
3817         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
3818
3819 2008-04-16  Eric Blake  <ebb9@byu.net>
3820
3821         Adjust strtod detection to catch glibc 2.7 bug.
3822         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
3823         Reported by John Gatewood Ham.
3824
3825 2008-04-16  Bruno Haible  <bruno@clisp.org>
3826
3827         Add tentative support for Linux libc5.
3828         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
3829         * lib/fpurge.c (fpurge): Likewise.
3830         * lib/freadable.c (freadable): Likewise.
3831         * lib/freadahead.c (freadahead): Likewise.
3832         * lib/freading.c (freading): Likewise.
3833         * lib/freadptr.c (freadptr): Likewise.
3834         * lib/freadseek.c (freadptrinc): Likewise.
3835         * lib/fseeko.c (rpl_fseeko): Likewise.
3836         * lib/fseterr.c (fseterr): Likewise.
3837         * lib/fwritable.c (fwritable): Likewise.
3838         * lib/fwriting.c (fwriting): Likewise.
3839         Reported by Alain Guibert <alguibert+bts@free.fr>.
3840
3841 2008-04-15  Bruno Haible  <bruno@clisp.org>
3842
3843         * modules/mathl (configure.ac): Define module indicator.
3844
3845 2008-04-15  Bruno Haible  <bruno@clisp.org>
3846
3847         * lib/logl.c (logl): Remove unused variables.
3848
3849 2008-04-15  Bruno Haible  <bruno@clisp.org>
3850
3851         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
3852         fails.
3853
3854 2008-04-15  Bruno Haible  <bruno@clisp.org>
3855
3856         * lib/trim.c (trim2): Fix argument of isspace() macro.
3857
3858 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
3859
3860         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
3861         to 0.
3862         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
3863
3864 2008-04-14  Bruno Haible  <bruno@clisp.org>
3865
3866         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
3867         AC_LANG_PROGRAM argument.
3868         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
3869         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
3870         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
3871         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3872         * m4/math_h.m4 (gl_MATH_H): Likewise.
3873         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
3874         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3875         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3876         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
3877         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
3878         * m4/regex.m4 (gl_REGEX): Likewise.
3879         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
3880         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
3881         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3882         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
3883         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3884         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3885         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3886         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3887
3888 2008-04-14  Jim Meyering  <meyering@redhat.com>
3889
3890         test-strtod: fix typos: s/abs/fabs/
3891         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
3892
3893 2008-04-13  Bruno Haible  <bruno@clisp.org>
3894
3895         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
3896         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
3897         module is also used and while not building the reloc-wrapper.
3898
3899 2008-04-13  Bruno Haible  <bruno@clisp.org>
3900
3901         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
3902
3903 2008-04-13  Bruno Haible  <bruno@clisp.org>
3904
3905         Fix AIX compilation failure introduced on 2008-04-02.
3906         * tests/test-frexp.c (exp): Undefine before redefining.
3907         * tests/test-frexpl.c (exp): Likewise.
3908
3909 2008-04-13  Bruno Haible  <bruno@clisp.org>
3910
3911         Work around a HP-UX stdio bug.
3912         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
3913         * tests/test-ftello.c (main): Likewise.
3914         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
3915         * doc/posix-functions/ftello.texi: Likewise.
3916
3917 2008-04-13  Bruno Haible  <bruno@clisp.org>
3918
3919         Make test-signbit pass on HP-UX/hppa.
3920         * tests/test-signbit.c (minus_zerol): New variable.
3921         (test_signbitl): Use it.
3922
3923 2008-04-13  Bruno Haible  <bruno@clisp.org>
3924
3925         Make truncl work on OSF/1 4.0.
3926         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
3927         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
3928         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
3929         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
3930         HAVE_DECL_TRUNCL.
3931         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
3932         HAVE_DECL_TRUNCL.
3933         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
3934
3935 2008-04-13  Bruno Haible  <bruno@clisp.org>
3936
3937         * lib/unictype.h: Remove trailing comma from enumeration definitions.
3938
3939 2008-04-13  Bruno Haible  <bruno@clisp.org>
3940
3941         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
3942         expression, so as to avoid HP-UX 11 cc compiler bug.
3943
3944 2008-04-13  Bruno Haible  <bruno@clisp.org>
3945
3946         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
3947
3948 2008-04-13  Bruno Haible  <bruno@clisp.org>
3949
3950         * lib/git-merge-changelog.c: Remove empty declaration outside of
3951         functions.
3952
3953 2008-04-13  Bruno Haible  <bruno@clisp.org>
3954
3955         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
3956
3957 2008-04-13  Bruno Haible  <bruno@clisp.org>
3958
3959         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
3960         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
3961         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
3962         also if it exists but lacks definitions of the SHUT_* macros.
3963         * modules/sys_socket (Description): Update.
3964         Reported by Elbert Pol <e.pol@chello.nl>.
3965
3966 2008-04-13  Bruno Haible  <bruno@clisp.org>
3967
3968         * lib/localcharset.c (OS2): Don't redefine if already defined.
3969         Reported by Elbert Pol <e.pol@chello.nl>.
3970
3971 2008-04-13  Bruno Haible  <bruno@clisp.org>
3972
3973         * lib/binary-io.h [__EMX__]: Include <io.h>.
3974         Reported by Elbert Pol <e.pol@chello.nl>.
3975
3976 2008-04-12  Bruno Haible  <bruno@clisp.org>
3977
3978         * lib/fpucw.h: Enable the definitions also for x86_64.
3979         Needed for NetBSD/x86_64.
3980         Reported by Thomas Klausner <tk@giga.or.at>.
3981
3982 2008-04-12  Bruno Haible  <bruno@clisp.org>
3983
3984         * tests/test-strtod.c: Include isnand.h.
3985         (main): Use isnand instead of isnan.
3986         Reported by Jim Meyering.
3987
3988 2008-04-12  Bruno Haible  <bruno@clisp.org>
3989
3990         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
3991         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3992
3993 2008-04-12  Jim Meyering  <meyering@redhat.com>
3994
3995         * m4/math_h.m4 (gl_MATH_H): Fix typos.
3996
3997 2008-04-12  Bruno Haible  <bruno@clisp.org>
3998
3999         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
4000         Reported by Elbert Pol <e.pol@chello.nl>.
4001
4002 2008-04-12  Eric Blake  <ebb9@byu.net>
4003
4004         Work around Solaris 10 math.h bug.
4005         * m4/math_h.m4 (gl_MATH_H): Check for bug.
4006         (gl_MATH_H_DEFAULTS): Set up default.
4007         * modules/math (Makefile.am): Replace new indicators.
4008         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
4009         * tests/test-math.c (main): Test this.
4010         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
4011         * doc/posix-headers/math.texi (math.h): Mention bug.
4012         Reported by Nelson H. F. Beebe and Jim Meyering.
4013
4014 2008-04-11  Bruno Haible  <bruno@clisp.org>
4015
4016         Adapt to future versions of Apple GCC.
4017         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
4018         Reported by Peter O'Gorman <peter@pogma.com>.
4019
4020 2008-04-11  Bruno Haible  <bruno@clisp.org>
4021
4022         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
4023
4024 2008-04-11  Bruno Haible  <bruno@clisp.org>
4025
4026         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
4027
4028         * modules/getaddrinfo-tests (Makefile.am): Define
4029         test_getaddrinfo_LDADD.
4030
4031 2008-04-11  Bruno Haible  <bruno@clisp.org>
4032
4033         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
4034         (init): Fix syntax error.
4035         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
4036         is declared.
4037
4038 2008-04-11  Bruno Haible  <bruno@clisp.org>
4039
4040         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
4041         * modules/glob (Depends-on): Add stdbool.
4042
4043 2008-04-11  Bruno Haible  <bruno@clisp.org>
4044
4045         * lib/trim.c: Include <string.h>.
4046
4047 2008-04-11  Eric Blake  <ebb9@byu.net>
4048
4049         Avoid compile failure on OS/2.
4050         * lib/regex_internal.h (internal_function): Disable optimization
4051         on OS/2 (__EMX__), where it caused compiler error.
4052         Reported by Elbert Pol.
4053
4054 2008-04-11  Bruno Haible  <bruno@clisp.org>
4055
4056         Flush the standard error stream before aborting. Needed on mingw.
4057         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
4058         * tests/test-array_list.c (ASSERT): Likewise.
4059         * tests/test-array_oset.c (ASSERT): Likewise.
4060         * tests/test-avltree_list.c (ASSERT): Likewise.
4061         * tests/test-avltree_oset.c (ASSERT): Likewise.
4062         * tests/test-avltreehash_list.c (ASSERT): Likewise.
4063         * tests/test-binary-io.c (ASSERT): Likewise.
4064         * tests/test-byteswap.c (ASSERT): Likewise.
4065         * tests/test-c-ctype.c (ASSERT): Likewise.
4066         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
4067         * tests/test-c-strcasestr.c (ASSERT): Likewise.
4068         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
4069         * tests/test-c-strstr.c (ASSERT): Likewise.
4070         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
4071         * tests/test-canonicalize.c (ASSERT): Likewise.
4072         * tests/test-carray_list.c (ASSERT): Likewise.
4073         * tests/test-ceilf1.c (ASSERT): Likewise.
4074         * tests/test-ceilf2.c (ASSERT): Likewise.
4075         * tests/test-ceill.c (ASSERT): Likewise.
4076         * tests/test-count-one-bits.c (ASSERT): Likewise.
4077         * tests/test-fbufmode.c (ASSERT): Likewise.
4078         * tests/test-fflush2.c (ASSERT): Likewise.
4079         * tests/test-floorf1.c (ASSERT): Likewise.
4080         * tests/test-floorf2.c (ASSERT): Likewise.
4081         * tests/test-floorl.c (ASSERT): Likewise.
4082         * tests/test-fopen.c (ASSERT): Likewise.
4083         * tests/test-fpending.c (ASSERT): Likewise.
4084         * tests/test-fprintf-posix.c (ASSERT): Likewise.
4085         * tests/test-fpurge.c (ASSERT): Likewise.
4086         * tests/test-freadable.c (ASSERT): Likewise.
4087         * tests/test-freadahead.c (ASSERT): Likewise.
4088         * tests/test-freading.c (ASSERT): Likewise.
4089         * tests/test-freadptr.c (ASSERT): Likewise.
4090         * tests/test-freadptr2.c (ASSERT): Likewise.
4091         * tests/test-freadseek.c (ASSERT): Likewise.
4092         * tests/test-freopen.c (ASSERT): Likewise.
4093         * tests/test-frexp.c (ASSERT): Likewise.
4094         * tests/test-frexpl.c (ASSERT): Likewise.
4095         * tests/test-fseek.c (ASSERT): Likewise.
4096         * tests/test-fseeko.c (ASSERT): Likewise.
4097         * tests/test-fstrcmp.c (ASSERT): Likewise.
4098         * tests/test-ftell.c (ASSERT): Likewise.
4099         * tests/test-ftello.c (ASSERT): Likewise.
4100         * tests/test-func.c (ASSERT): Likewise.
4101         * tests/test-fwritable.c (ASSERT): Likewise.
4102         * tests/test-fwriting.c (ASSERT): Likewise.
4103         * tests/test-getdelim.c (ASSERT): Likewise.
4104         * tests/test-getline.c (ASSERT): Likewise.
4105         * tests/test-i-ring.c (ASSERT): Likewise.
4106         * tests/test-iconv-utf.c (ASSERT): Likewise.
4107         * tests/test-iconv.c (ASSERT): Likewise.
4108         * tests/test-isfinite.c (ASSERT): Likewise.
4109         * tests/test-isnand.c (ASSERT): Likewise.
4110         * tests/test-isnanf.c (ASSERT): Likewise.
4111         * tests/test-isnanl.h (ASSERT): Likewise.
4112         * tests/test-ldexpl.c (ASSERT): Likewise.
4113         * tests/test-linked_list.c (ASSERT): Likewise.
4114         * tests/test-linkedhash_list.c (ASSERT): Likewise.
4115         * tests/test-localename.c (ASSERT): Likewise.
4116         * tests/test-lseek.c (ASSERT): Likewise.
4117         * tests/test-mbscasecmp.c (ASSERT): Likewise.
4118         * tests/test-mbscasestr1.c (ASSERT): Likewise.
4119         * tests/test-mbscasestr2.c (ASSERT): Likewise.
4120         * tests/test-mbscasestr3.c (ASSERT): Likewise.
4121         * tests/test-mbscasestr4.c (ASSERT): Likewise.
4122         * tests/test-mbschr.c (ASSERT): Likewise.
4123         * tests/test-mbscspn.c (ASSERT): Likewise.
4124         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
4125         * tests/test-mbspbrk.c (ASSERT): Likewise.
4126         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
4127         * tests/test-mbsrchr.c (ASSERT): Likewise.
4128         * tests/test-mbsspn.c (ASSERT): Likewise.
4129         * tests/test-mbsstr1.c (ASSERT): Likewise.
4130         * tests/test-mbsstr2.c (ASSERT): Likewise.
4131         * tests/test-mbsstr3.c (ASSERT): Likewise.
4132         * tests/test-memchr2.c (ASSERT): Likewise.
4133         * tests/test-memmem.c (ASSERT): Likewise.
4134         * tests/test-open.c (ASSERT): Likewise.
4135         * tests/test-printf-frexp.c (ASSERT): Likewise.
4136         * tests/test-printf-frexpl.c (ASSERT): Likewise.
4137         * tests/test-printf-posix.c (ASSERT): Likewise.
4138         * tests/test-quotearg.c (ASSERT): Likewise.
4139         * tests/test-rbtree_list.c (ASSERT): Likewise.
4140         * tests/test-rbtree_oset.c (ASSERT): Likewise.
4141         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
4142         * tests/test-round1.c (ASSERT): Likewise.
4143         * tests/test-roundf1.c (ASSERT): Likewise.
4144         * tests/test-roundl.c (ASSERT): Likewise.
4145         * tests/test-signbit.c (ASSERT): Likewise.
4146         * tests/test-sleep.c (ASSERT): Likewise.
4147         * tests/test-snprintf-posix.c (ASSERT): Likewise.
4148         * tests/test-snprintf.c (ASSERT): Likewise.
4149         * tests/test-sprintf-posix.c (ASSERT): Likewise.
4150         * tests/test-stat-time.c (ASSERT): Likewise.
4151         * tests/test-strcasestr.c (ASSERT): Likewise.
4152         * tests/test-strerror.c (ASSERT): Likewise.
4153         * tests/test-striconv.c (ASSERT): Likewise.
4154         * tests/test-striconveh.c (ASSERT): Likewise.
4155         * tests/test-striconveha.c (ASSERT): Likewise.
4156         * tests/test-strsignal.c (ASSERT): Likewise.
4157         * tests/test-strstr.c (ASSERT): Likewise.
4158         * tests/test-strtod.c (ASSERT): Likewise.
4159         * tests/test-trunc1.c (ASSERT): Likewise.
4160         * tests/test-trunc2.c (ASSERT): Likewise.
4161         * tests/test-truncf1.c (ASSERT): Likewise.
4162         * tests/test-truncf2.c (ASSERT): Likewise.
4163         * tests/test-truncl.c (ASSERT): Likewise.
4164         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
4165         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
4166         * tests/test-vasnprintf.c (ASSERT): Likewise.
4167         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
4168         * tests/test-vasprintf.c (ASSERT): Likewise.
4169         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
4170         * tests/test-vprintf-posix.c (ASSERT): Likewise.
4171         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
4172         * tests/test-vsnprintf.c (ASSERT): Likewise.
4173         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
4174         * tests/test-wcwidth.c (ASSERT): Likewise.
4175         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
4176         * tests/test-xprintf-posix.c (ASSERT): Likewise.
4177         * tests/test-xvasprintf.c (ASSERT): Likewise.
4178         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
4179         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
4180         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
4181         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
4182         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
4183         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
4184         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
4185         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
4186         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
4187         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
4188         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
4189         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
4190         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
4191         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
4192         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
4193         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
4194         * tests/unictype/test-block_list.c (ASSERT): Likewise.
4195         * tests/unictype/test-block_of.c (ASSERT): Likewise.
4196         * tests/unictype/test-block_test.c (ASSERT): Likewise.
4197         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
4198         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
4199         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
4200         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
4201         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
4202         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
4203         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
4204         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
4205         * tests/unictype/test-combining.c (ASSERT): Likewise.
4206         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
4207         * tests/unictype/test-digit.c (ASSERT): Likewise.
4208         * tests/unictype/test-mirror.c (ASSERT): Likewise.
4209         * tests/unictype/test-numeric.c (ASSERT): Likewise.
4210         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
4211         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
4212         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
4213         * tests/unictype/test-scripts.c (ASSERT): Likewise.
4214         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
4215         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
4216         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
4217         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
4218         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
4219         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
4220         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
4221         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
4222         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
4223         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
4224         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
4225         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
4226         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
4227         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
4228         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
4229         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
4230         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
4231         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
4232         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
4233         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
4234         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
4235         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
4236         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
4237         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
4238         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
4239         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
4240         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
4241         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
4242         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
4243         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
4244         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
4245         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
4246         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
4247         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
4248         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
4249         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
4250         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
4251         Reported by Eric Blake.
4252
4253 2008-04-11  Bruno Haible  <bruno@clisp.org>
4254
4255         * lib/wchar.in.h: Tweak comment.
4256
4257 2008-04-11  Bruno Haible  <bruno@clisp.org>
4258
4259         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
4260         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
4261         gl_COMMON.
4262         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
4263
4264 2008-04-11  Bruno Haible  <bruno@clisp.org>
4265
4266         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
4267
4268 2008-04-11  Simon Josefsson  <simon@josefsson.org>
4269
4270         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
4271         of attempting to use non-existing /dev/*random.  Based on patch
4272         from Adam Strzelecki <ono@java.pl> in
4273         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
4274
4275 2008-04-08  Bruno Haible  <bruno@clisp.org>
4276
4277         Add tentative support for emx+gcc.
4278         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
4279         * lib/fpurge.c (fpurge): Likewise.
4280         * lib/freadable.c (freadable): Likewise.
4281         * lib/freadahead.c (freadahead): Likewise.
4282         * lib/freading.c (freading): Likewise.
4283         * lib/freadptr.c (freadptr): Likewise.
4284         * lib/freadseek.c (freadptrinc): Likewise.
4285         * lib/fseeko.c (rpl_fseeko): Likewise.
4286         * lib/fseterr.c (fseterr): Likewise.
4287         * lib/fwritable.c (fwritable): Likewise.
4288         * lib/fwriting.c (fwriting): Likewise.
4289         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
4290
4291 2008-04-09  Eric Blake  <ebb9@byu.net>
4292
4293         Avoid some autoconf warnings.
4294         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
4295         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
4296         * m4/afs.m4 (gl_AFS): Likewise.
4297         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
4298         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
4299         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4300         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
4301         (gl_INTEGER_TYPE_SUFFIX): Likewise.
4302         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
4303         (AC_CHECK_DECLS_ONCE): Likewise.
4304         Rename file...
4305         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
4306         gnulib-tool requires autoconf 2.59 or better.
4307         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
4308
4309 2008-04-08  Eric Blake  <ebb9@byu.net>
4310
4311         Use 'git describe --match' if present (added in git 1.5.5).
4312         * build-aux/git-version-gen: Limit result to tags that match 'v*'
4313         if possible.
4314
4315 2008-04-08  Bruno Haible  <bruno@clisp.org>
4316
4317         Add tentative support for OpenServer.
4318         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
4319         _ptr, _cnt.
4320         * lib/fpurge.c (fpurge): Likewise.
4321         * lib/freadable.c (freadable): Likewise.
4322         * lib/freadahead.c (freadahead): Likewise.
4323         * lib/freading.c (freading): Likewise.
4324         * lib/freadptr.c (freadptr): Likewise.
4325         * lib/freadseek.c (freadptrinc): Likewise.
4326         * lib/fseeko.c (rpl_fseeko): Likewise.
4327         * lib/fseterr.c (fseterr): Likewise.
4328         * lib/fwritable.c (fwritable): Likewise.
4329         * lib/fwriting.c (fwriting): Likewise.
4330         Reported by Roger Cornelius <rac@tenzing.org> and
4331         Brian K. White <brian@aljex.com>.
4332
4333 2008-04-06  Jim Meyering  <meyering@redhat.com>
4334
4335         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
4336
4337 2008-04-06  Bruno Haible  <bruno@clisp.org>
4338
4339         Avoid possible error with non-ASCII bytes in UTF-8 locales.
4340         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
4341         * tests/test-printf-posix.sh: Likewise.
4342         * tests/test-vfprintf-posix.sh: Likewise.
4343         * tests/test-vprintf-posix.sh: Likewise.
4344         * tests/test-xprintf-posix.sh: Likewise.
4345
4346 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4347
4348         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
4349         hide error from 'ls', needed on OS/2.
4350         Report by Elbert Pol <elbert.pol@gmail.com>.
4351
4352 2008-04-04  Eric Blake  <ebb9@byu.net>
4353
4354         Make test-fseeko.c failures meaningful.
4355         * tests/test-fseeko.c: Print line number on failure.
4356         * tests/test-fseek.c: Likewise.
4357         Reported by Nelson H. F. Beebe.
4358
4359         Improve strtod bug detection check.
4360         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
4361         required for Solaris 10.
4362         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
4363
4364 2008-04-04  Bruno Haible  <bruno@clisp.org>
4365
4366         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
4367         by m4/setenv.m4.
4368
4369 2008-04-03  Eric Blake  <ebb9@byu.net>
4370
4371         Ensure sane .version contents.
4372         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
4373         version string.
4374         * build-aux/git-version-gen: Improve documentation.
4375
4376         Make GNU make output nicer.
4377         * top/GNUmakefile [!_have-Makefile]: Add dependency on
4378         MAKECMDGOALS to enforce message for all command line targets.  Set
4379         srcdir for use in maint.mk.
4380
4381         Another maintainer tweak.
4382         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
4383         a target that regenerates version.
4384
4385 2008-04-03  Jim Meyering  <meyering@redhat.com>
4386
4387         vc-list-files: don't cause coreutils "make po-check" failure
4388         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
4389
4390 2008-04-03  Eric Blake  <ebb9@byu.net>
4391
4392         Allow VPATH usage of vc-list-files.
4393         * build-aux/vc-list-files (scriptversion): Add timestamp.
4394         (options): Add --help, --version, -C.
4395         (CVS): Support installed cvsu.
4396
4397 2008-04-02  Bruno Haible  <bruno@clisp.org>
4398
4399         Avoid some "statement with no effect" warnings from gcc.
4400         * tests/test-wctype.c (main): Explicitly ignore unused values.
4401         Reported by Jim Meyering.
4402
4403 2008-04-02  Jim Meyering  <meyering@redhat.com>
4404
4405         Avoid some warnings from "gcc -Wshadow".
4406         * tests/test-frexp.c (exp): Define to a different identifier.
4407         * tests/test-frexpl.c (exp): Likewise.
4408
4409 2008-04-03  Jim Meyering  <meyering@redhat.com>
4410
4411         bootstrap: remove dangling *.[ch] symlinks from lib
4412         * build-aux/bootstrap [dangling symlink removal]: Move find's
4413         -depth option to precede all others, to avoid a warning.
4414         Remove *.[ch] files too, and from "$source_base" (usually lib/).
4415
4416 2008-04-02  Bruno Haible  <bruno@clisp.org>
4417
4418         Avoid some warnings from "gcc -Wshadow".
4419         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
4420         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
4421         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
4422         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
4423         Reported by Jim Meyering.
4424
4425 2008-04-01  Bruno Haible  <bruno@clisp.org>
4426
4427         Fix test to work on IRIX 6.5 with cc.
4428         * tests/test-math.c (numeric_equal): New function.
4429         (main): Use it.
4430
4431 2008-04-01  Bruno Haible  <bruno@clisp.org>
4432
4433         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
4434
4435 2008-04-01  Bruno Haible  <bruno@clisp.org>
4436
4437         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
4438         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4439         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
4440         (Depends-on): Remove math.
4441
4442         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
4443         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4444         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
4445         (Depends-on): Remove math.
4446
4447         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
4448         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4449         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
4450         (Depends-on): Remove math.
4451         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
4452         (Depends-on): Remove math.
4453
4454         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
4455         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4456         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
4457         (Depends-on): Remove math.
4458         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
4459         (Depends-on): Remove math.
4460
4461         * tests/test-round1.c: Include nan.h.
4462         (main): Use NaNd instead of NAN.
4463         * modules/round-tests (Files): Add tests/nan.h.
4464
4465         * tests/test-trunc1.c: Include nan.h.
4466         (main): Use NaNd instead of NAN.
4467         * modules/trunc-tests (Files): Add tests/nan.h.
4468
4469         * tests/test-roundf1.c: Include nan.h.
4470         (main): Use NaNf instead of NAN.
4471         * modules/roundf-tests (Files): Add tests/nan.h.
4472
4473         * tests/test-truncf1.c: Include nan.h.
4474         (main): Use NaNf instead of NAN.
4475         * modules/truncf-tests (Files): Add tests/nan.h.
4476
4477         * tests/test-ceilf1.c: Include nan.h.
4478         (main): Use NaNf instead of NAN.
4479         * modules/ceilf-tests (Files): Add tests/nan.h.
4480
4481         * tests/test-floorf1.c: Include nan.h.
4482         (main): Use NaNf instead of NAN.
4483         * modules/floorf-tests (Files): Add tests/nan.h.
4484
4485         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
4486         (main): Use NaNf instead of NAN.
4487         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
4488
4489         * tests/test-isnand.c: Include nan.h instead of <math.h>.
4490         (main): Use NaNd instead of NAN.
4491         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
4492
4493         * tests/test-frexp.c: Include nan.h.
4494         (main): Use NaNd instead of NAN.
4495         * modules/frexp-tests (Files): Add tests/nan.h.
4496
4497         * lib/isnan.c: Don't include <math.h>.
4498         (FUNC): Don't use NAN macro.
4499         * modules/isnand-nolibm (Depends-on): Remove math.
4500         * modules/isnanf-nolibm (Depends-on): Remove math.
4501         * modules/isnanl (Depends-on): Remove math.
4502         * modules/isnanl-nolibm (Depends-on): Remove math.
4503
4504         * tests/nan.h: New file.
4505
4506 2008-04-01  Eric Blake  <ebb9@byu.net>
4507
4508         Fix typos.
4509         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
4510         values to be the right type.
4511
4512         For now, cater to gnulib strtod inaccuracies.
4513         * tests/test-strtod.c (main): Allow 1-ulp error on expected
4514         fractional results.  While not as nice from a QoI perspective, it
4515         is a quicker patch than correctly implementing decimal to binary
4516         rounding.
4517
4518 2008-03-31  Eric Blake  <ebb9@byu.net>
4519
4520         Guarantee a definition of NAN.
4521         * lib/math.in.h (NAN): Define if missing.
4522         * tests/test-math.c (main): Test it.
4523         * doc/posix-headers/math.texi (math.h): Document this.
4524         * lib/isnan.c (rpl_isnand): Use it.
4525         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
4526         * tests/test-floorf1.c (NaN): Likewise.
4527         * tests/test-frexp.c (NaN): Likewise.
4528         * tests/test-isnand.c (NaN): Likewise.
4529         * tests/test-isnanf.c (NaN): Likewise.
4530         * tests/test-round1.c (NaN): Likewise.
4531         * tests/test-roundf1.c (NaN): Likewise.
4532         * tests/test-snprintf-posix.h (NaN): Likewise.
4533         * tests/test-sprintf-posix.h (NaN): Likewise.
4534         * tests/test-trunc1.c (NaN): Likewise.
4535         * tests/test-truncf1.c (NaN): Likewise.
4536         * tests/test-vasnprintf-posix.c (NaN): Likewise.
4537         * tests/test-vasprintf-posix.c (NaN): Likewise.
4538         * modules/isnand-nolibm (Depends-on): Add math.
4539         * modules/isnanf-nolibm (Depends-on): Likewise.
4540         * modules/isnanl (Depends-on): Likewise.
4541         * modules/isnanl-nolibm (Depends-on): Likewise.
4542         * modules/snprintf-posix-tests (Depends-on): Likewise.
4543         * modules/sprintf-posix-tests (Depends-on): Likewise.
4544         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
4545         * modules/vsprintf-posix-tests (Depends-on): Likewise.
4546         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
4547         * modules/vasprintf-posix-tests (Depends-on): Likewise.
4548
4549 2008-03-31  Bruno Haible  <bruno@clisp.org>
4550
4551         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
4552         * doc/posix-functions/strtod.texi: Likewise.
4553
4554 2008-03-31  Bruno Haible  <bruno@clisp.org>
4555
4556         * tests/test-strtod.c (main): Don't use C99 syntax.
4557
4558 2008-03-31  Bruno Haible  <bruno@clisp.org>
4559
4560         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
4561         Reported by Eric Blake.
4562
4563 2008-03-31  Jim Meyering  <meyering@redhat.com>
4564
4565         Don't compare actual signbit return values.
4566         * tests/test-strtod.c (main): Rather, compare only their
4567         zero/non-zero nature.
4568
4569 2008-03-31  Eric Blake  <ebb9@byu.net>
4570
4571         More strtod documentation.
4572         * doc/posix-functions/strtod.texi (strtod): Interpret more test
4573         failures as distinct bugs.
4574
4575 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4576
4577         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
4578         Problem reported by Erik Benada in
4579         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
4580
4581 2008-03-30  Bruno Haible  <bruno@clisp.org>
4582
4583         * tests/test-strtod.c: Add comments about which assertion fails on which
4584         platform.
4585         * doc/posix-functions/strtod.texi: Add info about many more platforms.
4586
4587 2008-03-30  Eric Blake  <ebb9@byu.net>
4588
4589         Test signbit behavior on zeros.
4590         * tests/test-signbit.c (test_signbitf): Add tests for zero.
4591         (test_signbitd, test_signbitl): Likewise.
4592
4593         More strtod touchups.
4594         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
4595         sign of negative underflow, for now.  Use .5, not .1.
4596         * doc/posix-functions/strtod.texi (strtod): Mention these
4597         limitations.
4598         Reported by Jim Meyering.
4599
4600 2008-03-30  Bruno Haible  <bruno@clisp.org>
4601
4602         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
4603         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
4604
4605 2008-03-30  Bruno Haible  <bruno@clisp.org>
4606
4607         Avoid failure when attempting to return empty iconv results on some
4608         platforms.
4609         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
4610         allocation, don't report ENOMEM when the resulting string is empty.
4611
4612 2008-03-30  Bruno Haible  <bruno@clisp.org>
4613
4614         Fix buffer overrun.
4615         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
4616         Don't consider the width for tmp_length. Check count against tmp_length
4617         before doing the padding. Ensure enough allocation during padding.
4618
4619 2008-03-30  Eric Blake  <ebb9@byu.net>
4620
4621         strtod touchups.
4622         * lib/strtod.c (strtod): Avoid compiler warnings.
4623         Reported by Jim Meyering.
4624
4625 2008-03-30  Bruno Haible  <bruno@clisp.org>
4626
4627         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
4628         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
4629         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
4630         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
4631         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
4632         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
4633         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
4634         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
4635
4636         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
4637         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
4638         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
4639         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
4640         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
4641         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
4642         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
4643         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
4644
4645         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
4646         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
4647         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
4648         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
4649         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
4650         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
4651         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
4652         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
4653
4654         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
4655         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
4656
4657         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
4658         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
4659
4660         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
4661         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
4662
4663         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
4664         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
4665         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
4666
4667         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
4668         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
4669         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
4670
4671         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
4672         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
4673         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
4674
4675         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
4676         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
4677         * modules/vasprintf (Depends-on): Add EOVERFLOW.
4678
4679         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
4680         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
4681         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
4682         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
4683         (Depends-on): Add EOVERFLOW.
4684         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
4685         (Depends-on): Add EOVERFLOW.
4686         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4687         (Depends-on): Add EOVERFLOW.
4688         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4689         (Depends-on): Add EOVERFLOW.
4690         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4691         (Depends-on): Add EOVERFLOW.
4692         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4693         (Depends-on): Add EOVERFLOW.
4694         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4695         (Depends-on): Add EOVERFLOW.
4696         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4697         (Depends-on): Add EOVERFLOW.
4698
4699         * lib/sprintf.c (EOVERFLOW): Remove fallback.
4700         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
4701         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
4702
4703         * lib/snprintf.c (EOVERFLOW): Remove fallback.
4704         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
4705         * modules/snprintf (Depends-on): Add EOVERFLOW.
4706
4707         * lib/poll.c (EOVERFLOW): Remove fallback.
4708         * modules/poll (Depends-on): Add EOVERFLOW.
4709
4710         * lib/getugroups.c (EOVERFLOW): Remove fallback.
4711         * modules/getugroups (Depends-on): Add EOVERFLOW.
4712
4713         * lib/getdelim.c (EOVERFLOW): Remove fallback.
4714         * modules/getdelim (Depends-on): Add EOVERFLOW.
4715
4716         * lib/ftell.c (EOVERFLOW): Remove fallback.
4717         * modules/ftell (Depends-on): Add EOVERFLOW.
4718
4719         * lib/fprintf.c (EOVERFLOW): Remove fallback.
4720         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
4721         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
4722
4723         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
4724
4725         * modules/EOVERFLOW-tests: New file.
4726         * tests/test-EOVERFLOW.c: New file.
4727
4728         * modules/EOVERFLOW: New file.
4729         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
4730
4731 2008-03-30  Bruno Haible  <bruno@clisp.org>
4732
4733         Fix bug introduced on 2007-06-10.
4734         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
4735         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
4736
4737 2008-03-30  Bruno Haible  <bruno@clisp.org>
4738
4739         Improve freadseek's efficiency after ungetc.
4740         * lib/freadseek.c: Include freadahead.h.
4741         (freadptrinc): New function, extracted from freadseek.
4742         (freadseek): Use it in a loop. Use freadahead to determine the number
4743         of loop iterations.
4744         * modules/freadseek (Depends-on): Add freadahead.
4745         (configure.ac): Require AC_C_INLINE.
4746
4747 2008-03-30  Bruno Haible  <bruno@clisp.org>
4748
4749         * lib/freadseek.c (freadseek): Don't ignore the return value of
4750         freadptr.
4751
4752 2008-03-29  Eric Blake  <ebb9@byu.net>
4753
4754         Add hex float support.
4755         * modules/strtod (Depends-on): Add c-ctype.
4756         (Link): Mention POW_LIB.
4757         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
4758         whitespace between 'e' and exponent.
4759         * tests/test-strtod.c (main): Enable hex float tests.
4760         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
4761         now provides.
4762
4763         Document various strtod bugs, with some fixes.
4764         * doc/posix-functions/strtod.texi (strtod): Document bugs with
4765         "-0x", "inf", "nan", and hex constants.
4766         * doc/posix-functions/atof.texi (atof): Likewise.
4767         * modules/stdlib (Makefile.am): Support strtod.
4768         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
4769         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
4770         detect additional strtod bugs.
4771         * lib/stdlib.in.h (rpl_strtod): Add declarations.
4772         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
4773         bool where appropriate.  Parse 'inf' and 'nan'.
4774         * tests/test-strtod.c: New file.
4775         * modules/strtod (Depends-on): Add stdbool, stdlib.
4776         (configure.ac): Turn on module indicator.
4777         * modules/strtod-tests: New module.
4778
4779 2008-03-29  Eric Blake  <ebb9@byu.net>
4780
4781         Fix ftell on mingw.
4782         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
4783         * modules/ftell-tests (Depends-on): Add binary-io.
4784         * modules/ftello-tests (Depends-on): Likewise.
4785         * tests/test-ftell.c (main): Enhance test to cover behavior after
4786         ungetc.  Enforce binary mode.
4787         * tests/test-ftello.c (main): Likewise.
4788
4789         Pass test-freadseek on cygwin.
4790         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
4791         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
4792         ungetc buffer.
4793
4794         * tests/test-fflush2.c (main): Fix typo.
4795
4796 2008-03-29  Bruno Haible  <bruno@clisp.org>
4797
4798         * tests/test-fflush2.c (main): Temporarily disable the contents of
4799         this test.
4800         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
4801         Reported by Eric Blake.
4802
4803 2008-03-28  Simon Josefsson  <simon@josefsson.org>
4804
4805         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
4806         (GC_SHA224_DIGEST_SIZE): Add.
4807
4808         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
4809         (gc_hash_digest_length): Likewise.
4810         (gc_hash_buffer): Likewise.
4811
4812 2008-03-25  Bruno Haible  <bruno@clisp.org>
4813
4814         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
4815         detail which gettext release to use.
4816         Reported by Simon Josefsson.
4817
4818 2008-03-26  Jim Meyering  <meyering@redhat.com>
4819
4820         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
4821         * modules/gnumakefile (clean-GNUmakefile): Also, use
4822         test ... && ... || : syntax rather than if-then ... fi.
4823
4824         gnumakefile: Don't double-quote-expand $(VPATH) value.
4825         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
4826
4827 2008-03-24  Eric Blake  <ebb9@byu.net>
4828
4829         Alter GNUmakefile to install into top directory.
4830         * modules/maintainer-makefile: Split, and add dependency...
4831         * modules/gnumakefile: to this new module.
4832         * build-aux/GNUmakefile: Move...
4833         * top/GNUmakefile: ...here.
4834         * build-aux/maint.mk: Move...
4835         * top/maint.mk: ...here.
4836         * MODULES.html.sh (Support for maintaining...): Document new
4837         module.
4838
4839 2008-03-23  Bruno Haible  <bruno@clisp.org>
4840
4841         * gnulib-tool: New options --vc-files, --no-vc-files.
4842         (func_usage): Document them.
4843         (vc_files): New variable.
4844         (func_import): Consider vc_files.
4845         (func_create_testdir): Set vc_files to empty.
4846         Suggested by Jim Meyering and Karl Berry.
4847
4848 2008-03-23  Bruno Haible  <bruno@clisp.org>
4849
4850         Fix regex compilation error on HP-UX 11.
4851         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
4852         * modules/regex (Files): Add m4/mbstate_t.m4.
4853         Reported by Ton Voon <ton.voon@altinity.com>.
4854
4855 2008-03-23  Bruno Haible  <bruno@clisp.org>
4856
4857         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
4858
4859 2008-03-23  Eric Blake  <ebb9@byu.net>
4860             Bruno Haible  <bruno@clisp.org>
4861
4862         Install files from top/ in the destination directory.
4863         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
4864         augmentation also for the files from top/.
4865         (func_import, func_create_testdir): Rewrite file names:
4866         top/filename -> filename.
4867
4868 2008-03-23  Bruno Haible  <bruno@clisp.org>
4869
4870         Tweak "gnulib --version" output.
4871         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
4872
4873 2008-03-23  Bruno Haible  <bruno@clisp.org>
4874
4875         Tweak "gnulib --version" output.
4876         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
4877         rather than contents of ChangeLog, when possible.
4878
4879 2008-03-21  Eric Blake  <ebb9@byu.net>
4880
4881         More --version tweaks.
4882         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
4883         date of last ChangeLog entry.
4884
4885 2008-03-21  Jim Meyering  <meyering@redhat.com>
4886
4887         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
4888
4889 2008-03-20  Eric Blake  <ebb9@byu.net>
4890
4891         VPATH fix.
4892         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
4893
4894 2008-03-20  Simon Josefsson  <simon@josefsson.org>
4895
4896         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
4897         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
4898
4899 2008-03-20  Eric Blake  <ebb9@byu.net>
4900
4901         Sync GNUmakefile with coreutils.
4902         * build-aux/GNUmakefile (have-Makefile): Rename...
4903         (_have-Makefile): ...to this, for namespace consideration.
4904         (GNUmakefile.cfg): Include, if present.
4905         (_autoreconf): Define a default.
4906         (_is-dist-target): New rule for rebuilds to pick up intra-release
4907         version.
4908         (maint-cfg.mk): Rename...
4909         (cfg.mk): ...to this.
4910
4911 2008-03-18  Jim Meyering  <meyering@redhat.com>
4912
4913         New script and module: mktempd
4914         * MODULES.html.sh (maint+release support): Add mktempd.
4915         * build-aux/mktempd: New file.
4916         * modules/mktempd: New file.
4917
4918 2008-03-15  Jim Meyering  <meyering@redhat.com>
4919
4920         Undo last change.
4921         * lib/sha1.c, lib/md5.c: 63 != ~63.
4922         Reported by Andreas Schwab.
4923
4924         sha1.c, md5.c: Hoist a redundant expression.
4925         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
4926         "ctx->buflen" only once, before calling *_process_block.
4927         * lib/md5.c (md5_process_bytes): Likewise.
4928
4929 2008-03-14  Eric Blake  <ebb9@byu.net>
4930
4931         Bump copyright year in files generated by gnulib-tool.
4932         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
4933         gnulib-tool, rather than hard-coding it.
4934
4935         Fix 'gnulib-tool --version' output to work with git.
4936         * gnulib-tool (func_gnulib_dir): New function, extracted from...
4937         (startup): ...here.
4938         (func_version): Use it to invoke git-version-gen, rather than
4939         relying on CVS keyword expansion.  Modernize wording.
4940         (cvsdatestamp, last_checkin_date, version): Kill unused
4941         variables.
4942
4943 2008-03-12  Jim Meyering  <meyering@redhat.com>
4944
4945         Recognize optional cast of the argument to free.
4946         * build-aux/useless-if-before-free: Update regexps.
4947
4948         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
4949
4950 2008-03-11  Bruno Haible  <bruno@clisp.org>
4951
4952         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
4953         by a single package.
4954         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
4955         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
4956         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
4957         Reported by Sam Steingold <sds@gnu.org>.
4958
4959 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4960
4961         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
4962         repositories.
4963
4964 2008-03-11  Bruno Haible  <bruno@clisp.org>
4965
4966         Avoid conflicts between local macro definitions.
4967         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4968         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
4969
4970 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
4971             Bruno Haible  <bruno@clisp.org>
4972
4973         Make va_copy work with some version of xlc on AIX 5.1.
4974         * lib/stdarg.in.h: New file.
4975         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
4976         On AIX, use a <stdarg.h> file substitute.
4977         * modules/stdarg (Files): Add lib/stdarg.in.h.
4978         (Depends-on): Add include_next.
4979         (Makefile.am): Build a stdarg.h substitute if requested.
4980         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
4981
4982 2008-03-10  Bruno Haible  <bruno@clisp.org>
4983
4984         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
4985         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4986         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
4987
4988 2008-03-10  Bruno Haible  <bruno@clisp.org>
4989
4990         * modules/stdlib (Depends-on): Add include_next, remove
4991         absolute-header.
4992
4993 2008-03-09  Bruno Haible  <bruno@clisp.org>
4994
4995         * lib/freadahead.h (freadahead): Document more precisely.
4996         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
4997         the sum of both buffer sizes.
4998         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
4999         * NEWS: Document the change.
5000
5001 2008-03-09  Bruno Haible  <bruno@clisp.org>
5002
5003         Extend freadptr to return also the buffer size.
5004         * lib/freadptr.h (freadptr): Add sizep argument.
5005         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
5006         (freadptr): Add sizep argument. Determine buffer size like freadahead
5007         does.
5008         * tests/test-freadptr.c: Don't include freadahead.h.
5009         (main): Adapt for new calling convention of freadptr.
5010         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
5011         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
5012         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
5013         tests/test-freadptr2.sh.
5014         (Depends): Remove freadahead.
5015         (TESTS): Add test-freadptr2.sh.
5016         (check_PROGRAMS): Add test-freadptr2.
5017
5018 2008-03-09  Bruno Haible  <bruno@clisp.org>
5019
5020         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
5021         Report and solution by Simon Josefsson.
5022
5023 2008-03-06  Bruno Haible  <bruno@clisp.org>
5024
5025         Make fflush after ungetc work on BSD platforms.
5026         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
5027         * tests/test-fflush2.c: New file.
5028         * tests/test-fflush2.sh: New file.
5029         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
5030         tests/test-fflush2.c.
5031         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
5032         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
5033
5034 2008-03-06  Eric Blake  <ebb9@byu.net>
5035
5036         Likewise for ftello.
5037         * modules/ftello (Dependencies): Add extensions.
5038         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
5039
5040 2008-03-06  Bruno Haible  <bruno@clisp.org>
5041
5042         * modules/fseeko (Dependencies): Add extensions.
5043         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
5044         Needed on glibc systems.
5045
5046 2008-03-06  Bruno Haible  <bruno@clisp.org>
5047
5048         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
5049         email address.
5050         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5051
5052 2008-03-06  Bruno Haible  <bruno@clisp.org>
5053
5054         * users.txt: Add libgnupdf.
5055
5056 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5057
5058         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
5059         (Header File Substitutes, Function Substitutes,
5060         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
5061         (Build robot for gnulib): Fix typo.
5062
5063 2008-03-06  Bruno Haible  <bruno@clisp.org>
5064
5065         * doc/gnulib-tool.texi (VCS Issues): Small updates.
5066         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5067
5068 2008-03-06  Bruno Haible  <bruno@clisp.org>
5069
5070         * doc/func.texi: New file, extracted from doc/gnulib.texi.
5071         * doc/gnulib.texi: Include it.
5072
5073 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5074
5075         * modules/func (License): Change license to unlimited; there was
5076         no LGPL parts in the module anyway.
5077
5078 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5079
5080         * modules/__func__: Renamed to modules/func.
5081         * modules/__func__-tests: Renamed to modules/func-tests.
5082         * tests/test-__func__.c: Renamed to tests/test-func.c.
5083         * m4/__func__.m4: Renamed to m4/func.m4.
5084         * doc/gnulib.texi (__func__): Section renamed to func.
5085         Suggested by Eric Blake <ebb9@byu.net>.
5086
5087 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5088
5089         * doc/gnulib.texi (__func__): Use C99 terminology when talking
5090         about __func__.  Make example self-contained.  Suggested by Eric
5091         Blake <ebb9@byu.net>.
5092
5093         * tests/test-__func__.c (main): Avoid extraneous () around __func.
5094         Suggested by Eric Blake <ebb9@byu.net>.
5095
5096 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5097
5098         * modules/__func__: New file.
5099         * modules/__func__-tests: New file.
5100         * tests/test-__func__.c: New file.
5101         * m4/__func__.m4: New file.
5102         * doc/gnulib.texi (__func__): Document __func__ module.
5103
5104 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5105
5106         * modules/byteswap (License): Re-license as LGPLv2+.
5107
5108 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5109
5110         * doc/Makefile: Add pdf target.
5111
5112 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5113
5114         * modules/inline (License): Use 'unlimited', since there are only
5115         *.m4 files in this module.
5116
5117 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5118             Bruno Haible  <bruno@clisp.org>
5119
5120         Add support for HP C 7.1 on OpenVMS 8.3.
5121         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
5122
5123 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5124
5125         Update VMS specifics.
5126         * lib/getopt.c [VMS]: Remove include of unixlib.h.
5127
5128 2008-03-02  Jim Meyering  <meyering@redhat.com>
5129
5130         Remove the last dependency on the "free" module.
5131         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
5132         Reported by Bob Proulx.
5133
5134         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
5135
5136         Remove useless "if" tests before free.  Deprecate "free" module.
5137         * doc/posix-functions/free.texi: Mention that this
5138         module is no longer useful.
5139         * modules/free (Notice): Say this module is obsolete.
5140         * modules/readutmp (Depends-on): Remove free.
5141         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
5142         * lib/putenv.c (putenv): Likewise.
5143         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
5144         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
5145         * tests/test-c-strcasestr.c (main): Likewise.
5146         * tests/test-c-strstr.c (main): Likewise.
5147         * tests/test-mbscasestr1.c (main): Likewise.
5148         * tests/test-mbscasestr2.c (main): Likewise.
5149         * tests/test-mbsstr1.c (main): Likewise.
5150         * tests/test-mbsstr2.c (main): Likewise.
5151         * tests/test-memmem.c (main): Likewise.
5152         * tests/test-strcasestr.c (main): Likewise.
5153         * tests/test-striconv.c (main): Likewise.
5154         * tests/test-striconveh.c (main): Likewise.
5155         * tests/test-striconveha.c (main): Likewise.
5156         * tests/test-strstr.c (main): Likewise.
5157
5158         * build-aux/git-version-gen: Adjust a comment and the Usage string.
5159
5160         bootstrap: sync from coreutils again
5161         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
5162
5163 2008-03-01  Jim Meyering  <meyering@redhat.com>
5164
5165         bootstrap: sync from coreutils
5166         * build-aux/bootstrap (update_po_files): Copy a .po file into place
5167         also when the target doesn't exist.
5168
5169 2008-03-01  Eric Blake  <ebb9@byu.net>
5170
5171         Fix bugs in last patch.
5172         * lib/memchr2.c (memchr2): Fix typo.
5173         * tests/test-memchr2.c: Test previous bug, and don't use GNU
5174         extension.
5175         Reported by Bruce Korb.
5176
5177         New module 'memchr2'.
5178         * modules/memchr2: New file.
5179         * modules/memchr2-tests: Likewise.
5180         * lib/memchr2.h: Likewise.
5181         * lib/memchr2.c: Likewise, based on memchr.c.
5182         * tests/test-memchr2.c: New test.
5183         * MODULES.html.sh (String handling): Add memchr2.
5184
5185 2008-02-29  Bruno Haible  <bruno@clisp.org>
5186
5187         * modules/freadseek-tests: New file.
5188         * tests/test-freadseek.sh: New file.
5189         * tests/test-freadseek.c: New file.
5190
5191         New module 'freadseek'.
5192         * modules/freadseek: New file.
5193         * lib/freadseek.h: New file.
5194         * lib/freadseek.c: New file.
5195         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
5196
5197 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5198
5199         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
5200         wydawca.
5201
5202         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
5203         program_invocation_name and program_invocation_short_name are
5204         present.
5205
5206 2008-02-28  Bruno Haible  <bruno@clisp.org>
5207
5208         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
5209         * tests/test-freadptr.sh: Also test non-seekable stdin.
5210
5211 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
5212
5213         * build-aux/bootstrap (source_base, m4_base)
5214         (doc_base, tests_base): New variables.
5215         (gnulib_tool_options): Do not hardcode base directories, use
5216         the above variables instead.
5217
5218 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
5219
5220         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
5221
5222 2008-02-28  Bruno Haible  <bruno@clisp.org>
5223
5224         * modules/freadptr-tests: New file.
5225         * tests/test-freadptr.sh: New file.
5226         * tests/test-freadptr.c: New file.
5227
5228         New module 'freadptr'.
5229         * modules/freadptr: New file.
5230         * lib/freadptr.h: New file.
5231         * lib/freadptr.c: New file.
5232         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
5233
5234 2008-02-26  Karl Berry  <karl@freefriends.org>
5235
5236         Sync from Libtool:
5237         * libltdl/argz.c (argz_add, argz_count): New functions.
5238         * libltdl/argz.in.h: Declare them.
5239         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
5240
5241 2008-02-22  Bruno Haible  <bruno@clisp.org>
5242
5243         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
5244         is a pointer type.  Needed for HP-UX 10.
5245         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
5246         * doc/posix-functions/gmtime_r.texi: Likewise.
5247         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5248
5249 2008-02-24  Bruno Haible  <bruno@clisp.org>
5250
5251         * modules/environ-tests: New file.
5252         * tests/test-environ.c: New file.
5253
5254         New module 'environ'.
5255         * modules/environ: New file.
5256         * lib/unistd.in.h (environ): New declaration.
5257         * m4/environ.m4: New file.
5258         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
5259         after use.
5260         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
5261         HAVE_DECL_ENVIRON.
5262         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
5263         HAVE_DECL_ENVIRON.
5264         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
5265         wrong claim that 'environ' is missing on some systems.
5266         * modules/execute (Depends-on): Add environ.
5267         * lib/execute.c (environ): Remove fallback declaration.
5268         * modules/pipe (Depends-on): Add environ.
5269         * lib/pipe.c (environ): Remove fallback declaration.
5270         * modules/setenv (Depends-on): Add environ.
5271         * lib/setenv.c (environ): Remove fallback declaration.
5272         * modules/unsetenv (Depends-on): Add environ.
5273         * lib/unsetenv.c (environ): Remove fallback declaration.
5274         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
5275         m4/environ.m4.
5276         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
5277         (gl_PREREQ_UNSETENV): Likewise.
5278
5279 2008-02-24  Bruno Haible  <bruno@clisp.org>
5280
5281         * doc/posix-functions/environ.texi: Document the MacOS X problem.
5282
5283 2008-02-20  Bob Proulx  <bob@proulx.com>
5284
5285         Enable use of older two part flavor 'git describe'.
5286         * build-aux/git-version-gen: If using the older two part flavor of
5287         git version then recreate the third part now present in the
5288         newer three part flavor of git describe.
5289
5290 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
5291
5292         * lib/fts.c (fts_build): Typo correction to comment.
5293
5294 2008-02-17  Bruno Haible  <bruno@clisp.org>
5295
5296         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
5297         generating no-op conflicts.
5298
5299 2008-02-17  Bruno Haible  <bruno@clisp.org>
5300
5301         Speed up by 10%.
5302         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
5303         result_entries, rather than an index-based loop.
5304
5305 2008-02-17  Bruno Haible  <bruno@clisp.org>
5306
5307         Speed up by 25%.
5308         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
5309         'hashcode_cached'.
5310         (entry_create): New function.
5311         (entry_hashcode): Use the cached hashcode if possible.
5312         (read_changelog_file, try_split_merged_entry): Use entry_create.
5313
5314 2008-02-17  Bruno Haible  <bruno@clisp.org>
5315
5316         Speed up from O(n^2) to O(n) for long ChangeLog files.
5317         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
5318         (read_changelog_file): Change implementation of entries_reversed list
5319         to rbtreehash.
5320         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
5321
5322 2008-02-17  Bruno Haible  <bruno@clisp.org>
5323
5324         New option --split-merged-entry.
5325         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
5326         (find_paragraph_end, try_split_merged_entry): New functions.
5327         (long_options): Add option --split-merged-entry.
5328         (usage): Document option --split-merged-entry.
5329         (main): Implement option --split-merged-entry.
5330         Reported by Eric Blake.
5331
5332 2008-02-17  Bruno Haible  <bruno@clisp.org>
5333
5334         * lib/git-merge-changelog.c: Include c-strstr.h.
5335         (main): Support the "git pull --rebase" situation.
5336         * modules/git-merge-changelog (Depends-on): Add c-strstr.
5337         Reported by Eric Blake.
5338
5339 2008-02-16  Eric Blake  <ebb9@byu.net>
5340
5341         Avoid doubling \ in common case of "c-maybe" quoting style.
5342         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
5343         eliding outer quotes.
5344         * lib/quotearg.h: Document this.
5345         * tests/test-quotearg.c (result_strings, inputs, results_g)
5346         (flag_results, locale_results): Test it by adding a new string to
5347         each test group.
5348         (compare_strings): Test new string.
5349
5350 2008-02-13  Eric Blake  <ebb9@byu.net>
5351
5352         Avoid trigraph quoting in default output.
5353         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
5354         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
5355         unless explicitly requested.
5356         * tests/test-quotearg.c (flag_results, main): Add additional tests.
5357
5358 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
5359
5360         Don't rely on signed integer overflowing to negative value.
5361         * lib/getugroups.c (getugroups): Include <limits.h>.
5362         Instead, compare against INT_MAX, and increment only if the test passes.
5363
5364 2008-02-13  Jim Meyering  <meyering@redhat.com>
5365         and Eric Blake  <ebb9@byu.net>
5366
5367         Avoid shadowing warning and compile errors on Linux.
5368         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
5369         forwarding macros on Linux.
5370         (dcgettext): Define a stub, for Linux.
5371         (results_g, main): Avoid warnings.
5372
5373 2008-02-12  Eric Blake  <ebb9@byu.net>
5374
5375         Silence warning in last patch.
5376         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
5377
5378         Quotearg part 4: add tests, fix c-maybe colon quoting.
5379         * lib/quotearg.h: Improve documentation.
5380         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
5381         escapes when adding outer quotes.  When quoting trigraphs, use
5382         valid C notation.  When quoting NUL, omit extra characters if next
5383         character is not digit.  Alter prototype.
5384         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
5385         callers.
5386         * modules/quotearg-tests: New module.
5387         * tests/test-quotearg.c: New test.
5388
5389 2008-02-07  Eric Blake  <ebb9@byu.net>
5390
5391         Quotearg part 3: add flag to control outer quote elision.
5392         * lib/quotearg.h (c_maybe_quoting_style): New style.
5393         (enum quoting_flags): Better documentation of flags.
5394         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
5395         c-maybe style.
5396         (quotearg_buffer_restyled): Handle new flag to elide outer
5397         quotes.
5398
5399         Quotearg part 2: add flag that can control NUL elision.
5400         * lib/quotearg.h (set_quoting_flags): New prototype.
5401         * lib/quotearg.c (struct quoting_options): Add flag field.
5402         (set_quoting_flags): New function.
5403         (quotearg_buffer_restyled): Add flags parameter.
5404         (quotearg_alloc_mem): Set the flag if length cannot be returned.
5405         (quotearg_n_options): Set the flag, since length cannot be
5406         returned.
5407         (quoting_options_from_style): Default flags correctly.
5408
5409         Quotearg part 1: more wrappers, restore quotearg_char state.
5410         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
5411         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
5412         (quotearg_colon_mem): New wrappers.
5413         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
5414         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
5415         functions.
5416         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
5417         (quotearg_colon_mem): New functions.
5418
5419 2008-02-11  Bruno Haible  <bruno@clisp.org>
5420
5421         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
5422         library in the current directory: it does not work with parallel make.
5423         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5424
5425 2008-02-11  Bruno Haible  <bruno@clisp.org>
5426
5427         * .gitattributes: New file.
5428
5429 2008-02-11  Jim Meyering  <meyering@redhat.com>
5430
5431         useless-if-before-free: Fix reversed exit values.
5432         * build-aux/useless-if-before-free: Use correct values
5433         for EXIT_MATCH and EXIT_NO_MATCH.
5434
5435         * build-aux/useless-if-before-free: Close stdout carefully.
5436
5437 2008-02-10  Bruno Haible  <bruno@clisp.org>
5438
5439         New module 'git-merge-changelog'.
5440         * modules/git-merge-changelog: New file.
5441         * lib/git-merge-changelog.c: New file.
5442
5443 2008-02-10  Jim Meyering  <meyering@redhat.com>
5444
5445         useless-if-before-free: New option: --list (-l).
5446
5447         useless-if-before-free: Don't exit immediately upon open failure.
5448         * build-aux/useless-if-before-free: Exit 2 for errors.
5449         Upon failure to open a file, don't exit immediately.
5450         Rather, just warn and continue with any remaining files.
5451
5452 2008-02-10  Bruno Haible  <bruno@clisp.org>
5453
5454         New abstract list operation 'node_set_value'.
5455         * lib/gl_list.h (gl_list_node_set_value): New function.
5456         (struct gl_list_implementation): New field node_set_value.
5457         * lib/gl_list.c (gl_list_node_set_value): New function.
5458         * lib/gl_array_list.c (gl_array_node_set_value): New function.
5459         (gl_array_list_implementation): Update.
5460         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
5461         (gl_carray_list_implementation): Update.
5462         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
5463         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5464         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5465         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
5466         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5467         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5468         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5469         Update.
5470         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5471         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
5472         (gl_sublist_list_implementation): Update.
5473
5474 2008-02-10  Bruno Haible  <bruno@clisp.org>
5475
5476         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
5477         Needed when ELEMENT is #defined to 'some_type *'.
5478
5479 2008-02-10  Jim Meyering  <meyering@redhat.com>
5480
5481         New script and module: useless-if-before-free
5482         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
5483         * build-aux/useless-if-before-free: New file.
5484         * modules/useless-if-before-free: New file.
5485
5486         * build-aux/gitlog-to-changelog: Use committer date, not author date.
5487
5488         xstrtol_error: Fix typo.
5489         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
5490         s/exit_failure/exit_status/.
5491
5492 2008-02-09  Jim Meyering  <meyering@redhat.com>
5493
5494         New script and module: gitlog-to-changelog
5495         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
5496         * modules/gitlog-to-changelog: New file.
5497         * build-aux/gitlog-to-changelog: New file.
5498
5499 2008-02-08  Jim Meyering  <meyering@redhat.com>
5500
5501         Avoid two "parameter unused" warnings.
5502         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
5503         Mark "st" as used.
5504
5505         Use "git COMMAND", not "git-COMMAND".
5506         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
5507         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
5508         * build-aux/git-version-gen: Use "git status", not "git-status".
5509
5510 2008-02-07  Bruno Haible  <bruno@clisp.org>
5511
5512         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
5513         Avoids a crash on Windows Vista.
5514         Reported by Adam Strzelecki <ono@java.pl> via
5515         Simon Josefsson <simon@josefsson.org>.
5516
5517 2008-02-06  Bruno Haible  <bruno@clisp.org>
5518
5519         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
5520         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
5521         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
5522         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
5523         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5524         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5525         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
5526         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
5527         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5528         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5529         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5530         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5531         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5532         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5533         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5534         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
5535         left-adjust flag.
5536         * tests/test-snprintf-posix.h (test_function): Likewise.
5537         * tests/test-sprintf-posix.h (test_function): Likewise.
5538         * tests/test-vasprintf-posix.c (test_function): Likewise.
5539         * doc/posix-functions/fprintf.texi: Update.
5540         * doc/posix-functions/printf.texi: Update.
5541         * doc/posix-functions/snprintf.texi: Update.
5542         * doc/posix-functions/sprintf.texi: Update.
5543         * doc/posix-functions/vfprintf.texi: Update.
5544         * doc/posix-functions/vprintf.texi: Update.
5545         * doc/posix-functions/vsnprintf.texi: Update.
5546         * doc/posix-functions/vsprintf.texi: Update.
5547         Reported by Peter Fales <psfales@alcatel-lucent.com>.
5548
5549 2008-02-06  Bruno Haible  <bruno@clisp.org>
5550
5551         Fix bug introduced on 2008-01-26.
5552         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
5553
5554 2008-02-06  Bruno Haible  <bruno@clisp.org>
5555
5556         Fix bug introduced on 2007-06-10.
5557         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
5558         !NEED_PRINTF_FLAG_ZERO.
5559
5560 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
5561
5562         getloadavg: use libperfstat on AIX5
5563         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
5564
5565 2008-02-03  Bruno Haible  <bruno@clisp.org>
5566
5567         * lib/diffseq.h: Add comments about required #includes.
5568         Reported by Michael Biggs <gnulib@doubleplum.net>.
5569
5570 2008-02-01  Bruno Haible  <bruno@clisp.org>
5571
5572         * users.txt: Add gnuit.
5573
5574 2008-01-31  Bruno Haible  <bruno@clisp.org>
5575
5576         * lib/md4.c (set_uint32): Mark as inline.
5577         * lib/md5.c (set_uint32): Likewise.
5578         * lib/sha1.c (set_uint32): Likewise.
5579         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
5580         * m4/md5.m4 (gl_MD5): Likewise.
5581         * m4/sha1.m4 (gl_SHA1): Likewise.
5582
5583 2008-01-31  Jim Meyering  <meyering@redhat.com>
5584
5585         Use "sizeof VAR", rather than a literal "4".
5586         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
5587         * lib/md4.c (md4_read_ctx): Likewise.
5588         * lib/sha1.c (sha1_read_ctx): Likewise.
5589
5590 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5591
5592         * tests/test-sha1.c: New file, based on test-md5.c.
5593
5594         * modules/crypto/sha1-tests: New file.
5595
5596 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5597
5598         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
5599
5600 2008-01-31  Jim Meyering  <meyering@redhat.com>
5601
5602         Prefer "sizeof v" over the equivalent "4".
5603         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
5604         * lib/md5.c (set_uint32): Likewise.
5605         * lib/sha1.c (set_uint32): Likewise.
5606
5607 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5608
5609         * lib/sha1.c (set_uint32): Mark function as static.
5610
5611 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5612
5613         md2: clarify comments to say that alignment is not required.
5614         * lib/md2.h: Remove warning about alignment in comment.
5615         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
5616         never been required.
5617
5618 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5619
5620         md4: adapt alignment constraint fix from sha1.
5621         * lib/md4.c (set_uint32): New function, from sha1.c
5622         (md4_read_ctx): Use it.
5623         (md4_finish_ctx): Doc fix.
5624         * lib/md4.h: Doc fix.
5625
5626 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5627
5628         md5: adapt alignment constraint fix from sha1.
5629         * lib/md5.c (set_uint32): New function, from sha1.c
5630         (md5_read_ctx): Use it.
5631         (md5_finish_ctx): Doc fix.
5632         * lib/md5.h: Doc fix.
5633
5634 2008-01-30  Peter Palfrader  <weasel@debian.org>
5635
5636         sha1: remove the result buffer alignment constraint
5637         * lib/sha1.c (set_uint32): New function.
5638         (sha1_read_ctx): Rewrite to remove the result buffer alignment
5639         constraint.
5640         (sha1_finish_ctx): Remove comment warning about alignment constraint.
5641         * lib/sha1.h: Likewise.
5642
5643 2008-01-30  Andreas Schwab  <schwab@suse.de>
5644             Bruno Haible  <bruno@clisp.org>
5645
5646         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
5647         correct definition of LDBL_MIN_EXP.
5648
5649 2008-01-30  Karl Berry  <karl@gnu.org>
5650
5651         * config/srclist-update: try to preserve x bit on updates.
5652         * config/srclistvars.sh: update for karl.
5653
5654 2008-01-29  Jim Meyering  <meyering@redhat.com>
5655
5656         vasnprintf.c: Avoid warning about unused label
5657         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
5658         "overflow" label definition and associated code with the
5659         same cpp condition that guards the sole use of that label.
5660
5661 2008-01-26  Bruno Haible  <bruno@clisp.org>
5662
5663         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
5664         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
5665         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
5666         * lib/isnanl-nolibm.h (isnanl): Likewise.
5667         Reported by Paul Eggert <eggert@cs.ucla.edu>.
5668
5669 2008-01-26  Bruno Haible  <bruno@clisp.org>
5670
5671         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
5672         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
5673
5674 2008-01-26  Bruno Haible  <bruno@clisp.org>
5675
5676         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
5677         GCC >= 4.0 built-in.
5678         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
5679
5680 2008-01-26  Bruno Haible  <bruno@clisp.org>
5681
5682         Rename isnan, applicable to 'double' only, to isnand.
5683         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
5684         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
5685         (configure.ac): Update.
5686         (Include): Replace "isnan.h" with "isnand.h".
5687         * m4/isnand.m4: Renamed from m4/isnan.m4.
5688         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
5689         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
5690         instead of isnan.c.
5691         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
5692         instead of HAVE_ISNAN_IN_LIBC.
5693         (isnand): Renamed from isnan.
5694         * lib/isnand.c: New file.
5695         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
5696         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
5697         (Makefile.am): Update.
5698         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
5699         Include isnand.h instead of isnan.h.
5700         (main): Test isnand instead of isnan.
5701         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
5702         isnan-nolibm.
5703         * modules/frexp (Depends-on): Likewise.
5704         * modules/frexp-tests (Depends-on): Likewise.
5705         * modules/frexp-nolibm (Depends-on): Likewise.
5706         * modules/frexp-nolibm-tests (Depends-on): Likewise.
5707         * modules/isfinite (Depends-on): Likewise.
5708         * modules/round-tests (Depends-on): Likewise.
5709         * modules/signbit (Depends-on): Likewise.
5710         * modules/signbit-tests (Depends-on): Likewise.
5711         * modules/snprintf-posix (Depends-on): Likewise.
5712         * modules/sprintf-posix (Depends-on): Likewise.
5713         * modules/trunc-tests (Depends-on): Likewise.
5714         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5715         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5716         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5717         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5718         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5719         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5720         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5721         * modules/vasnprintf-posix (Depends-on): Likewise.
5722         * modules/vasprintf-posix (Depends-on): Likewise.
5723         * modules/vfprintf-posix (Depends-on): Likewise.
5724         * modules/vsnprintf-posix (Depends-on): Likewise.
5725         * modules/vsprintf-posix (Depends-on): Likewise.
5726         * lib/frexp.c: Include isnand.h instead of isnan.h.
5727         (ISNAN): Set to isnand instead of isnan.
5728         * lib/isfinite.c: Include isnand.h instead of isnan.h.
5729         (gl_isfinited): Use isnand instead of isnan.
5730         * lib/signbitd.c: Include isnand.h instead of isnan.h.
5731         (gl_signbitd): Use isnand instead of isnan.
5732         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
5733         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
5734         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
5735         (main): Use isnand instead of isnan.
5736         * tests/test-round1.c: Include isnand.h.
5737         (main): Use isnand instead of isnan.
5738         * tests/test-round2.c: Include isnand.h instead of isnan.h.
5739         (ISNAN): Set to isnand instead of isnan.
5740         * tests/test-trunc1.c: Include isnand.h.
5741         (main): Use isnand instead of isnan.
5742         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
5743         (equal): Use isnand instead of isnan.
5744         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
5745         isnand-nolibm.
5746         * NEWS: Mention the change.
5747
5748 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
5749             Bruno Haible  <bruno@clisp.org>
5750
5751         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
5752         the GCC builtins for signbits are present and set
5753         REPLACE_SIGNBIT_USING_GCC if so.
5754         * lib/math.in.h (signbit): Define using GCC builtins if
5755         REPLACE_SIGNBIT_USING_GCC is set.
5756         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
5757         REPLACE_SIGNBIT_USING_GCC.
5758         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
5759
5760 2008-01-25  Jim Meyering  <meyering@redhat.com>
5761
5762         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
5763         * lib/poll.c: Include <config.h>, not "config.h".
5764         * tests/test-getaddrinfo.c: Likewise.
5765
5766 2008-01-25  Simon Josefsson  <simon@josefsson.org>
5767
5768         * modules/sockets-tests: New file.
5769
5770 2008-01-24  Simon Josefsson  <simon@josefsson.org>
5771
5772         * modules/sockets: New module, can be used to call WSA_Startup and
5773         WSA_Cleanup when needed.
5774
5775         * lib/sockets.h, lib/sockets.c: New files.
5776
5777         * m4/sockets.m4: New file.
5778
5779         * tests/test-sockets.c: New file.
5780
5781 2008-01-19  Bruno Haible  <bruno@clisp.org>
5782
5783         * doc/posix-headers: Renamed from doc/headers.
5784         * doc/posix-functions: Renamed from doc/functions.
5785         * doc/gnulib.texi: Update.
5786
5787 2008-01-19  Bruno Haible  <bruno@clisp.org>
5788
5789         * doc/glibc-functions/strcasestr.texi: Include contents of
5790         doc/functions/strcasestr.texi, fixing the list of platforms.
5791         * doc/functions/strcasestr.texi: Remove file.
5792
5793 2008-01-19  Bruno Haible  <bruno@clisp.org>
5794
5795         * doc/glibc-functions/memmem.texi: Include contents of
5796         doc/functions/memmem.texi.
5797         * doc/functions/memmem.texi: Remove file.
5798
5799 2008-01-18  Bruno Haible  <bruno@clisp.org>
5800
5801         * doc/glibc-functions/*.texi: New files.
5802         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
5803         to use the new files.
5804
5805 2008-01-17  Bruno Haible  <bruno@clisp.org>
5806
5807         * tests/test-gethostname.c (main): Fix printf statement.
5808
5809 2008-01-17  Simon Josefsson  <simon@josefsson.org>
5810
5811         * modules/gethostname-tests: New file.
5812
5813         * tests/test-gethostname.c: New file.
5814
5815 2008-01-17  Simon Josefsson  <simon@josefsson.org>
5816
5817         * lib/gethostname.c: Include string.h unconditionally, strncpy is
5818         used by the UNAME case.  Reported by Bruno Haible
5819         <bruno@clisp.org>.
5820
5821 2008-01-17  Eric Blake  <ebb9@byu.net>
5822
5823         Convert c-strcasestr to be more efficient.
5824         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
5825         (Depends-on): Add c-strcase, remove malloca, strnlen.
5826         * tests/test-c-strcasestr.c (main): Enhance test.
5827         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
5828
5829 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
5830
5831         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
5832         Use it in creating po/Makevars.
5833
5834 2008-01-15  Simon Josefsson  <simon@josefsson.org>
5835
5836         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
5837         Applications that requires it should initialize libgcrypt
5838         manually.
5839
5840 2008-01-16  Simon Josefsson  <simon@josefsson.org>
5841
5842         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
5843
5844 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
5845
5846         Fix problem with getdate on mingw32 reported by Simon Josefsson
5847         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
5848         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
5849         tzname", when deciding whether to declare tzname.
5850         * lib/strftime.c (tzname): Likewise.
5851
5852 2008-01-15  Bruno Haible  <bruno@clisp.org>
5853
5854         Work around a MacOS X 10.5 bug in frexpl().
5855         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
5856         * doc/functions/frexpl.texi: Document the bug.
5857         Reported by Elias Pipping <pipping@gentoo.org>.
5858
5859 2008-01-14  Eric Blake  <ebb9@byu.net>
5860
5861         Touch up previous patch.
5862         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
5863         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
5864
5865         Convert strcasestr module to use Two-Way algorithm.
5866         * modules/strcasestr-simple: New module, based on the old
5867         strcasestr, but with Two-Way rather than KMP.
5868         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
5869         * lib/string.in.h (rpl_strcasestr): Declare.
5870         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
5871         performance.
5872         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
5873         * modules/string (Makefile.am): Support strcasestr.
5874         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
5875         * modules/strcasestr-tests (Depends-on): Check for alarm.
5876         * tests/test-strcasestr.c: Augment test.
5877         * lib/str-two-way.h: Clean up stray macro.
5878         * NEWS: Document new module.
5879         * MODULES.html.sh (string handling): Likewise.
5880         * doc/functions/strcasestr.texi: New file.
5881         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
5882         here, since it is not a POSIX function.
5883
5884 2008-01-14  Colin Watson  <cjwatson@debian.org>
5885             Bruno Haible  <bruno@clisp.org>
5886
5887         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
5888         works fine; if not, set REPLACE_STRSIGNAL.
5889         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
5890         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5891         REPLACE_STRSIGNAL.
5892         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
5893         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
5894         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
5895
5896 2008-01-14  Bruno Haible  <bruno@clisp.org>
5897
5898         * modules/strsignal (Include): Change to <string.h>.
5899
5900 2008-01-14  Colin Watson  <cjwatson@debian.org>
5901
5902         * modules/argp (Notice): Add a notice recommending to change
5903         XGETTEXT_OPTIONS.
5904         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
5905
5906 2008-01-13  Colin Watson  <cjwatson@debian.org>
5907
5908         * modules/strsignal-tests: New file.
5909         * tests/test-strsignal.c: New file.
5910
5911         * lib/strsignal.c: New file, from glibc with modifications.
5912         * lib/siglist.h: New file, from glibc with modifications.
5913         * lib/string.in.h (strsignal): New declaration.
5914         * m4/strsignal.m4: New file.
5915         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5916         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
5917         * modules/strsignal: New file.
5918         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
5919         HAVE_DECL_STRSIGNAL.
5920
5921 2008-01-13  Bruno Haible  <bruno@clisp.org>
5922
5923         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
5924         locale encoding is not ASCII. Needed for OpenBSD 4.0.
5925         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5926         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5927
5928 2008-01-13  Bruno Haible  <bruno@clisp.org>
5929
5930         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
5931         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
5932         * lib/argp.h (__attribute__): Likewise.
5933         * lib/c-stack.c (__attribute__): Likewise.
5934         * lib/error.h (__attribute__): Likewise.
5935         * lib/fts.c (__attribute__): Likewise.
5936         * lib/openat.h (__attribute__): Likewise.
5937         * lib/stdio.in.h (__attribute__): Likewise.
5938         * lib/string.in.h (__attribute__): Likewise.
5939         * lib/utimens.c (__attribute__): Likewise.
5940         * lib/vasnprintf.h (__attribute__): Likewise.
5941         * lib/xalloc.h (__attribute__): Likewise.
5942         * lib/xprintf.h (__attribute__): Likewise.
5943         * lib/xstrtol.h (__attribute__): Likewise.
5944         * lib/xvasprintf.h (__attribute__): Likewise.
5945
5946 2008-01-12  Bruno Haible  <bruno@clisp.org>
5947
5948         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
5949         * doc/glibc-headers/a.out.texi: New file.
5950         * doc/glibc-headers/aliases.texi: New file.
5951         * doc/glibc-headers/alloca.texi: New file.
5952         * doc/glibc-headers/ar.texi: New file.
5953         * doc/glibc-headers/argp.texi: New file.
5954         * doc/glibc-headers/argz.texi: New file.
5955         * doc/glibc-headers/byteswap.texi: New file.
5956         * doc/glibc-headers/crypt.texi: New file.
5957         * doc/glibc-headers/endian.texi: New file.
5958         * doc/glibc-headers/envz.texi: New file.
5959         * doc/glibc-headers/err.texi: New file.
5960         * doc/glibc-headers/error.texi: New file.
5961         * doc/glibc-headers/execinfo.texi: New file.
5962         * doc/glibc-headers/fpu_control.texi: New file.
5963         * doc/glibc-headers/fstab.texi: New file.
5964         * doc/glibc-headers/fts.texi: New file.
5965         * doc/glibc-headers/getopt.texi: New file.
5966         * doc/glibc-headers/ieee754.texi: New file.
5967         * doc/glibc-headers/ifaddrs.texi: New file.
5968         * doc/glibc-headers/libintl.texi: New file.
5969         * doc/glibc-headers/mcheck.texi: New file.
5970         * doc/glibc-headers/mntent.texi: New file.
5971         * doc/glibc-headers/obstack.texi: New file.
5972         * doc/glibc-headers/paths.texi: New file.
5973         * doc/glibc-headers/printf.texi: New file.
5974         * doc/glibc-headers/pty.texi: New file.
5975         * doc/glibc-headers/resolv.texi: New file.
5976         * doc/glibc-headers/shadow.texi: New file.
5977         * doc/glibc-headers/sysexits.texi: New file.
5978         * doc/glibc-headers/ttyent.texi: New file.
5979
5980 2008-01-12  Jim Meyering  <meyering@redhat.com>
5981
5982         announce-gen: emit Gnulib's git-based version string.
5983         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
5984         New option --gnulib-version=V, where V is expected to be
5985         the output of running git describe in the gnulib directory.
5986         (get_tool_versions): Request feedback on xdelta.  I suspect it's
5987         not useful, and plan to stop publishing an xdelta file with each
5988         coreutils release.
5989
5990         * build-aux/announce-gen: Also check for lzma-compressed files.
5991
5992 2008-01-11  Bruno Haible  <bruno@clisp.org>
5993
5994         * tests/test-memmem.c (main): Increase maximum allowed time.
5995         * tests/test-strstr.c (main): Likewise.
5996
5997 2008-01-11  Bruno Haible  <bruno@clisp.org>
5998
5999         * doc/functions/memmem.texi: Add more precisions about platforms.
6000         * doc/functions/strstr.texi: Likewise.
6001
6002 2008-01-10  Eric Blake  <ebb9@byu.net>
6003
6004         * m4/strstr.m4: Delete cruft from copy-n-paste.
6005         Reported by Bruno Haible.
6006
6007 2008-01-10  Bruno Haible  <bruno@clisp.org>
6008
6009         Make c-strstr rely on strstr.
6010         * lib/c-strstr.c: Don't include str-kmp.h.
6011         (c_strstr): Define in terms of strstr.
6012         * modules/c-strstr (Files): Remove lib/str-kmp.h.
6013         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
6014
6015 2008-01-10  Bruno Haible  <bruno@clisp.org>
6016
6017         * doc/gnulib.texi (String Functions in C Locale): New section.
6018         * doc/c-ctype.texi: New file.
6019         * doc/c-strcase.texi: New file.
6020         * doc/c-strcaseeq.texi: New file.
6021         * doc/c-strcasestr.texi: New file.
6022         * doc/c-strstr.texi: New file.
6023         * doc/c-strtod.texi: New file.
6024         * doc/c-strtold.texi: New file.
6025
6026 2008-01-10  Eric Blake  <ebb9@byu.net>
6027
6028         * lib/relocatable.h: Fix a comment.
6029
6030 2008-01-10  Eric Blake  <ebb9@byu.net>
6031
6032         Share two-way algorithm.
6033         * lib/str-two-way.h: New file, merged from...
6034         * lib/memmem.c: ...here...
6035         * lib/strstr.c: ...and here.
6036         * modules/memmem (Files): Use it.
6037         * modules/strstr (Files): Likewise.
6038
6039         Avoid quadratic strstr implementations.
6040         * lib/strstr.c: New file.
6041         * m4/strstr.m4: Likewise.
6042         * modules/strstr: Likewise.
6043         * modules/strstr-tests: Likewise.
6044         * tests/test-strstr.c: Likewise.
6045         * lib/string.in.h (rpl_strstr): Declare.
6046         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
6047         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
6048         * modules/string (Makefile.am): Likewise.
6049         * MODULES.html.sh (string handling): Mention new module.
6050         * doc/functions/strstr.texi (strstr): Document the bug.
6051
6052 2008-01-10  Bruno Haible  <bruno@clisp.org>
6053
6054         * lib/relocatable.h (relocate): State whether result is freshly
6055         allocated or not.
6056         * lib/relocatable.c (relocate): Return a freshly allocated string
6057         instead of a pointer to a privately held string.
6058         Reported by Sylvain Beucler <beuc@gnu.org>.
6059
6060 2008-01-10  Colin Watson  <cjwatson@debian.org>
6061
6062         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
6063         s/S_ISNLK/S_ISLNK/.
6064
6065 2008-01-09  Bruno Haible  <bruno@clisp.org>
6066
6067         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
6068         and other files.
6069         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
6070         if it's only a guess.
6071         * modules/memmem: Simplify by depending on memmem-simple.
6072
6073 2008-01-09  Bruno Haible  <bruno@clisp.org>
6074
6075         Work around OpenBSD 4.0 tdelete() bug.
6076         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
6077         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
6078         macros and don't redefine the enum values.
6079         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
6080         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
6081         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
6082
6083 2008-01-09  Bruno Haible  <bruno@clisp.org>
6084
6085         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
6086         (main): Don't perform the tests if setlocale did not install a UTF-8
6087         locale. Needed on OpenBSD 4.0.
6088         * modules/wcwidth-tests (Depends-on): Add localcharset.
6089
6090 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6091
6092         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
6093         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
6094         * NEWS: announce this.
6095         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
6096
6097 2008-01-09  Simon Josefsson  <simon@josefsson.org>
6098         and Eric Blake  <ebb9@byu.net>
6099
6100         Add memmem-simple module.
6101         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
6102         (gl_FUNC_MEMMEM): Separate performance from presence checks.
6103         * modules/memmem-simple: New file.
6104         * modules/memmem (Description): Tweak.
6105         * MODULES.html.sh (string handling): Mention new module.
6106         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
6107         addressed by memmem-simple.
6108         * NEWS: Document the difference.
6109
6110 2008-01-09  Eric Blake  <ebb9@byu.net>
6111
6112         Give gcc some memmem optimization hints.
6113         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
6114         (strcasestr): Declare as pure.
6115         * modules/memmem (Maintainer): Claim my implementation.
6116
6117 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6118
6119         Support AIX 6.1 and higher.
6120         * build-aux/config.libpath: Likewise.
6121         * build-aux/config.rpath: Likewise.
6122
6123 2008-01-08  Jim Meyering  <meyering@redhat.com>
6124             Bruno Haible  <bruno@clisp.org>
6125
6126         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
6127         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
6128         Reported by Peter Fales in
6129         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
6130
6131 2008-01-08  Bruno Haible  <bruno@clisp.org>
6132
6133         * modules/unictype/category-of (Depends-on): Add
6134         unictype/category-none.
6135         * modules/unictype/category-and-tests (Depends-on): Add
6136         unictype/category-{L,N,Lu,Nd}.
6137         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
6138         * modules/unictype/category-or-tests (Depends-on): Add
6139         unictype/category-{L,N}.
6140         * modules/unictype/category-name-tests (Depends-on): Add
6141         unictype/category-{Z,Nl}.
6142         Reported by Simon Josefsson.
6143
6144 2008-01-08  Bruno Haible  <bruno@clisp.org>
6145
6146         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
6147         convention better.
6148         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
6149         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
6150         Reported by Peter Miller <millerp@canb.auug.org.au>.
6151
6152 2008-01-08  Eric Blake  <ebb9@byu.net>
6153
6154         Rewrite memmem to guarantee linear complexity without malloc.
6155         * lib/memmem.c (memmem): Use Two-Way rather than
6156         Knuth-Morris-Pratt, to allow O(1) space usage.
6157         (critical_factorization, two_way_short_needle)
6158         (two_way_long_needle): New functions.
6159         (knuth_morris_pratt): Delete.
6160         * modules/memmem (Depends-on): No longer need malloca or stdbool.
6161         Add stdint.
6162         * tests/test-memmem.c (main): Add tests for periodic needle and
6163         sublinear performance.
6164         * doc/functions/memmem.texi (memmem): Document other deficiencies
6165         in cygwin and older glibc.
6166
6167 2008-01-08  Bruno Haible  <bruno@clisp.org>
6168
6169         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
6170         augmentation.
6171
6172 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
6173
6174         Add a configure time option: --disable-acl.
6175         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
6176         AC_ARG_ENABLE(acl).
6177
6178 2008-01-06  Simon Josefsson  <simon@josefsson.org>
6179
6180         * tests/test-localename.c: Don't include obsolete "setenv.h".
6181
6182         * modules/localename-tests (Depends-on): Need unsetenv.
6183
6184 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6185
6186         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
6187
6188 2008-01-06  Colin Watson  <cjwatson@debian.org>
6189
6190         * users.txt: Add man-db.
6191
6192 2008-01-07  Bruno Haible  <bruno@clisp.org>
6193
6194         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
6195         previous section name.
6196
6197 2008-01-07  Bruno Haible  <bruno@clisp.org>
6198
6199         * lib/progname.c (set_program_name): Don't strip off a leading
6200         "lt-" prefix outside a .libs directory.
6201         Suggested by Paul Eggert.
6202
6203 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
6204             Bruno Haible  <bruno@clisp.org>
6205
6206         Improve memory cleanup in 'relocatable' module.
6207         * lib/relocatable.h (compute_curr_prefix): Change return type to
6208         'char *'.
6209         * lib/relocatable.c (compute_curr_prefix): Change return type to
6210         'char *'. Free curr_installdir after use.
6211         (relocate): Free curr_prefix_better after use.
6212         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
6213
6214 2008-01-01  Bruno Haible  <bruno@clisp.org>
6215
6216         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
6217         failure on older glibc systems.
6218         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6219
6220 2008-01-05  Eric Blake  <ebb9@byu.net>
6221
6222         Avoid quadratic system memmem.
6223         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
6224         Reported by Ralf Wildenhues.
6225
6226         Fix memmem test for mingw.
6227         * modules/memmem-tests (configure.ac): Check for alarm.
6228         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
6229         it.
6230         * doc/functions/memmem.texi: New file.
6231         * doc/gnulib.texi (Function Substitutes): Add memmem.
6232         Reported by Bruno Haible.
6233
6234 2008-01-04  Bruno Haible  <bruno@clisp.org>
6235
6236         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
6237         Require gl_HEADER_STRINGS_H_DEFAULTS, not
6238         gl_HEADER_STRING_H_DEFAULTS.
6239
6240 2008-01-04  Eric Blake  <ebb9@byu.net>
6241
6242         Shorten duration of memmem test.
6243         * tests/test-memmem.c (main): Use alarm to declare failure if test
6244         is taking too long.
6245         Reported by Ralf Wildenhues.
6246
6247 2007-12-21  Simon Josefsson  <simon@josefsson.org>
6248
6249         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
6250         string, needed by strerror.
6251
6252 2008-01-03  Colin Watson  <cjwatson@debian.org>
6253             Bruno Haible  <bruno@clisp.org>
6254
6255         * doc/gnulib-tool.texi (Localization): New section.
6256
6257 2008-01-02  Bruno Haible  <bruno@clisp.org>
6258
6259         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
6260         variables to 'unsigned char *' type.
6261         Reported by Paul Eggert.
6262
6263 2008-01-02  Jim Meyering  <jim@meyering.net>
6264
6265         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
6266
6267 2007-12-31  Jim Meyering  <jim@meyering.net>
6268
6269         Avoid use of private FTS type name.
6270         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
6271
6272 2007-12-30  Karl Berry  <karl@gnu.org>
6273
6274         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
6275         work around defect in Texinfo and/or the standalone Info browser.
6276
6277 2007-12-30  Bruno Haible  <bruno@clisp.org>
6278
6279         Unify 5 copies of the KMP code.
6280         * lib/str-kmp.h: New file.
6281         * lib/c-strcasestr.c: Include str-kmp.h.
6282         (knuth_morris_pratt): Remove function.
6283         (c_strcasestr): Update.
6284         * lib/c-strstr.c: Include str-kmp.h.
6285         (knuth_morris_pratt): Remove function.
6286         (c_strcasestr): Update.
6287         * lib/mbscasestr.c: Include str-kmp.h.
6288         (knuth_morris_pratt_unibyte): Remove function.
6289         * lib/mbsstr.c: Include str-kmp.h.
6290         (knuth_morris_pratt_unibyte): Remove function.
6291         * lib/strcasestr.c: Include str-kmp.h.
6292         (knuth_morris_pratt): Remove function.
6293         (strcasestr): Update.
6294         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
6295         * modules/c-strstr (Files): Likewise.
6296         * modules/mbscasestr (Files): Likewise.
6297         * modules/mbsstr (Files): Likewise.
6298         * modules/strcasestr (Files): Likewise.
6299         Suggested by Paul Eggert.
6300
6301 2007-12-30  Bruno Haible  <bruno@clisp.org>
6302
6303         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
6304         defined.
6305
6306 2007-12-30  Bruno Haible  <bruno@clisp.org>
6307
6308         * lib/xmalloca.h: Include xalloc.h.
6309         (xnmalloca): New macro.
6310
6311 2007-12-30  Bruno Haible  <bruno@clisp.org>
6312
6313         * lib/malloca.h (nmalloca): New macro.
6314         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
6315         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
6316         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
6317         knuth_morris_pratt_multibyte): Likewise.
6318         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
6319         knuth_morris_pratt_multibyte): Likewise.
6320         * lib/memmem.c (knuth_morris_pratt): Likewise.
6321         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
6322
6323 2007-12-25  Bruno Haible  <bruno@clisp.org>
6324
6325         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
6326         * lib/glob.c: Don't include openat.h.
6327         (link_exists2_p): Add back the code that deals with the
6328         !GLOB_ALTDIRFUNC case.
6329         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
6330         let it do the filename concatenation.
6331         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
6332         * modules/glob (Depends-on): Remove openat.
6333
6334 2007-12-31  Bruno Haible  <bruno@clisp.org>
6335
6336         * modules/dirfd (License): Change to LGPLv2+.
6337         Approved by Jim Meyering.
6338
6339 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
6342         when multiplying M by sizeof (size_t).
6343
6344 2007-12-10  Martin Lambers  <marlam@marlam.de>
6345
6346         Override getpagesize on mingw.
6347         * lib/getpagesize.c: New file.
6348         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
6349         * modules/getpagesize (Files): Add lib/getpagesize.c.
6350         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
6351         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6352         REPLACE_GETPAGESIZE.
6353         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
6354
6355 2007-12-25  Bruno Haible  <bruno@clisp.org>
6356
6357         * modules/localcharset (Notice): New field.
6358         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
6359         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
6360
6361 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
6362             Bruno Haible  <bruno@clisp.org>
6363
6364         Avoid using the syntax symbol() in formatted documentation.
6365         * MODULES.html.sh (func_module): When replacing symbol() with a
6366         hyperlink, remove the parentheses. Show an error if some remain.
6367         Recognize and render the '...' syntax.
6368         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
6369         Rework. Add paragraph about GCC's inlining.
6370         * doc/alloca.texi: Likewise.
6371         * doc/error.texi: Remove parentheses from symbol reference.
6372         * doc/gnulib-intro.texi: Likewise.
6373         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
6374         * modules/fnmatch (Description): Reword to say "the ... function".
6375         * modules/full-read (Description): Likewise.
6376         * modules/full-write (Description): Likewise.
6377         * modules/safe-read (Description): Likewise.
6378         * modules/safe-write (Description): Likewise.
6379         * modules/strchrnul (Description): Likewise.
6380         * modules/trim (Description): Likewise.
6381         * modules/error (Description): Remove parentheses from symbol
6382         references.
6383         * modules/verror (Description): Likewise.
6384         Reported by Karl Berry.
6385
6386 2007-12-25  Bruno Haible  <bruno@clisp.org>
6387
6388         Fixup after 2007-10-16 commit.
6389         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
6390
6391 2007-12-24  Bruno Haible  <bruno@clisp.org>
6392
6393         Make --enable-relocatable work with DESTDIR.
6394         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
6395         to compute installdir from destprog.
6396         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
6397         also set the RELOC_DESTDIR variable.
6398         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6399
6400 2007-12-24  Bruno Haible  <bruno@clisp.org>
6401
6402         Fix link error due to xalloc_die().
6403         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
6404         of xreadlink.
6405         * lib/relocwrapper.c: Update comments.
6406         * build-aux/install-reloc: Remove xreadlink.c from file list.
6407         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
6408         xreadlink.c.
6409         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6410
6411 2007-12-24  Bruno Haible  <bruno@clisp.org>
6412
6413         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
6414         * lib/setenv.h: Remove file.
6415         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
6416         lib/setenv.h.
6417         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
6418         (Depends-on): Add stdlib.
6419         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
6420         gl_FUNC_UNSETENV.
6421         (Include): Replace setenv.h with <stdlib.h>.
6422         * modules/unsetenv: New file.
6423         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
6424         * lib/unsetenv.c: Include <stdlib.h> first.
6425         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
6426         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
6427         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
6428         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
6429         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
6430         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6431         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
6432         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6433         * doc/functions/unsetenv.texi: Update.
6434         * modules/xsetenv (Depends-on): Add unsetenv.
6435         * modules/getdate (Depends-on): Likewise.
6436         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
6437         * lib/xsetenv.c: Don't include setenv.h.
6438         * lib/getdate.y: Likewise.
6439         * lib/relocwrapper.c: Likewise.
6440         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
6441         (Depends-on): Add stdlib.
6442         * NEWS: Mention the changes.
6443         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6444
6445 2007-12-23  Bruno Haible  <bruno@clisp.org>
6446
6447         * lib/memmem.c (memmem): Use lowercase variable names. Tab
6448         indentation.
6449
6450 2007-12-23  Bruno Haible  <bruno@clisp.org>
6451
6452         * lib/c-strcasestr.c: Add more comments.
6453         * lib/c-strstr.c: Likewise.
6454         * lib/mbscasestr.c: Likewise.
6455         * lib/mbsstr.c: Likewise.
6456         * lib/strcasestr.c: Likewise.
6457         * lib/memmem.c: Likewise.
6458
6459 2007-12-23  Bruno Haible  <bruno@clisp.org>
6460
6461         * tests/test-memmem.c: Include <string.h> first.
6462
6463 2007-12-22  Bruno Haible  <bruno@clisp.org>
6464
6465         * gnulib-tool (func_create_testdir): Change $auxdir while generating
6466         the contents of $testsbase.
6467         Reported by Ralf Wildenhues.
6468
6469 2007-12-22  Bruno Haible  <bruno@clisp.org>
6470
6471         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
6472         two variables local_ldadd_before, local_ldadd_last.
6473
6474 2007-12-20  Eric Blake  <ebb9@byu.net>
6475
6476         Work around circular library issue when cross-compiling.
6477         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
6478         that progname.o does not need to pull in rpl_memcmp.
6479
6480 2007-12-19  Eric Blake  <ebb9@byu.net>
6481
6482         Fix memmem to avoid O(n^2) worst-case complexity.
6483         * lib/memmem.c (knuth_morris_pratt): New function.
6484         (memmem): Use it if first few naive iterations fail.
6485         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
6486         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
6487         * modules/memchr (License): Likewise.
6488         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
6489         malloca.
6490         * tests/test-memmem.c: Rewrite, borrowing ideas from
6491         test-mbsstr1.c; the old version wouldn't even compile!
6492         * modules/memmem-tests: New file.
6493         * lib/string.in.h (rpl_memmem): Add declaration.
6494         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
6495         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
6496         REPLACE_MEMMEM.
6497
6498 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6499
6500         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
6501         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
6502         before any system include files, and undef after them all.  This
6503         should fix a problem on VMS reported by John E. Malmberg in
6504         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
6505
6506 2007-12-17  Eric Blake  <ebb9@byu.net>
6507
6508         Revert addition of verify, for BSD/OS.
6509         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
6510         can't handle large files, for the sake of obsolete platforms.
6511         * modules/fseeko (Depends-on): Remove verify.
6512         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
6513         * doc/functions/ftello.texi (ftello): Likewise.
6514         * doc/functions/fgetpos.texi (fgetpos): Likewise.
6515         Reported by Larry Jones.
6516
6517 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
6518
6519         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
6520         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
6521
6522 2007-12-17  Jim Meyering  <meyering@redhat.com>
6523
6524         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
6525         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
6526         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
6527         * modules/getcwd (Depends-on): Add openat.
6528         Reported by Petr Salinger.
6529
6530 2007-12-17  Bruno Haible  <bruno@clisp.org>
6531
6532         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
6533         avoid a segmentation fault of the configure test on x86_64 systems.
6534
6535 2007-12-15  Jim Meyering  <meyering@redhat.com>
6536
6537         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
6538
6539 2007-12-13  Eric Blake  <ebb9@byu.net>
6540
6541         Another fseek test.
6542         * tests/test-fseek.c (main): Also test ungetc handling.
6543         * tests/test-fseeko.c (main): Likewise.
6544         * modules/fseeko (Depends-on): Add verify.
6545         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
6546         large.
6547         Reported by Larry Jones.
6548
6549         Fix fseeko on mingw.
6550         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
6551         seek.
6552
6553         Beef up fseek tests.
6554         * tests/test-fseek.c (main): Also test eof handling.
6555         * tests/test-fseeko.c (main): Likewise.
6556         Reported by Larry Jones.
6557
6558 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
6559
6560         Fix fseeko on BSD-based platforms.
6561         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
6562         successful seek.
6563
6564 2007-12-12  Eric Blake  <ebb9@byu.net>
6565
6566         Allow circular dependency of separate libtests.a
6567         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
6568         when use_libtests.
6569
6570 2007-12-11  Eric Blake  <ebb9@byu.net>
6571
6572         Fix bug with -0.0L in previous patch.
6573         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
6574         * tests/test-isnan.c (main): Also test on zeroes.
6575         * tests/test-isnanf.c (main): Likewise.
6576         * tests/test-isnanl.h (main): Likewise.
6577
6578         Detect pseudo-denormals on x86 even when cross-compiling.
6579         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
6580         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
6581         invalid bit patterns that happen to satisfy ==.
6582
6583         Avoid link failures with separate libtests.a.
6584         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
6585         last, to satisfy circular dependencies.
6586
6587 2007-12-11  Eric Blake  <ebb9@byu.net>
6588         and Bruno Haible  <bruno@clisp.org>
6589
6590         Fix OpenBSD 4.0 <float.h> handling of long double.
6591         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
6592         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
6593         * doc/headers/float.texi (float.h): Document OpenBSD bug.
6594
6595 2007-12-11  Jim Meyering  <meyering@redhat.com>
6596
6597         * users.txt: Add libvirt.
6598
6599         Support versions of autoconf prior to 2.59c.
6600         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
6601         if it is not already defined.
6602
6603 2007-12-09  Bruno Haible  <bruno@clisp.org>
6604
6605         Let 'gnulib-tool --import' collect sources needed for the tests in
6606         tests/ rather than in lib/.
6607         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
6608         argument. If true, add rules to generate libtests.a, and put libtests.a
6609         into $(LDADD). Consider source files in subdirectories and set
6610         uses_subdirs.
6611         (func_emit_initmacro_start, func_emit_initmacro_end,
6612         func_emit_initmacro_done): Pass all arguments explicitly.
6613         (func_import): Determine two module lists main_modules,
6614         testsrelated_modules. Determine use_libtests. Determine two variables
6615         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
6616         instead of just sed_transform_lib_file. Determine two variables
6617         main_files and testsrelated_files. Compute 'files' as the union of
6618         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
6619         func_add_or_update. In the generated gnulib-comp.m4, collect the
6620         object files for tests/ in different variables than those for lib/.
6621         Substitute LIBTESTS_LIBDEPS.
6622         (func_create_testdir): Combine the uses_subdirs results from
6623         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
6624
6625 2007-12-09  Bruno Haible  <bruno@clisp.org>
6626
6627         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
6628         the build-aux directory.
6629
6630 2007-12-09  Bruno Haible  <bruno@clisp.org>
6631
6632         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
6633         introduced on 2006-09-09.
6634
6635 2007-12-07  Jim Meyering  <meyering@redhat.com>
6636
6637         Let these macros work also with autoconf-2.59.
6638         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
6639         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
6640         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6641
6642 2007-12-06  Jim Meyering  <meyering@redhat.com>
6643
6644         Avoid a configure-time syntax error in gl_FUNC_ACL.
6645         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
6646         function in each branch, before testing the cache variable.
6647
6648 2007-12-04  Eric Blake  <ebb9@byu.net>
6649
6650         Make scripts executable.
6651         * build-aux/config.guess: Add execute permissions.
6652         * build-aux/config.sub: Likewise.
6653         * build-aux/gendocs.sh: Likewise.
6654
6655         Fix frexp on mingw.
6656         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
6657         cross-compiling.
6658         * doc/functions/frexp.texi (frexp): Document the bug.
6659
6660         Make cygwin fseeko check more reliable.
6661         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
6662         version numbers, rather than unrelated feature check.
6663         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
6664         * doc/functions/ftello.texi (ftello): Likewise.
6665         Reported by Bruno Haible.
6666
6667         * m4/strerror.m4: Bump version number.
6668
6669 2007-12-03  Bruno Haible  <bruno@clisp.org>
6670
6671         * doc/functions/mprotect.texi: Mention the mingw problem.
6672
6673 2007-12-03  Eric Blake  <ebb9@byu.net>
6674
6675         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
6676         REPLACE_STRERROR is initialized before this macro.
6677
6678 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
6679
6680         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
6681         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
6682         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
6683         put -lsec in even for programs other than 'ls'.  This fixes a problem
6684         for gettext reported by Bruno Haible in
6685         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
6686         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
6687         Add support for Solaris 10.  This isn't efficient, but should get the
6688         job done for now.
6689
6690 2007-12-03  James Youngman  <jay@gnu.org>
6691
6692         * doc/regexprops-generic.texi: change "an close-group" to "a
6693         close-group" and "illegal" to "not allowed".
6694
6695 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6696
6697         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
6698         pr_byname.h. Needed for the rare case when the maintainer has done
6699         "make maintainer-clean" in the source directory and then attempts a
6700         build outside the source directory.
6701         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
6702         scripts_byname.h.
6703
6704 2007-12-02  Martin Lambers <marlam@marlam.de>
6705             Bruno Haible  <bruno@clisp.org>
6706
6707         * lib/getpagesize.h: Remove file.
6708         * lib/unistd.in.h: Include declaration of getpagesize here.
6709         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
6710         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
6711         HAVE_SYS_PARAM_H.
6712         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
6713         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6714         * modules/getpagesize (Files): Remove lib/getpagesize.h.
6715         (Depends-on): Add unistd.
6716         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6717         (Include): Use <unistd.h> instead of getpagesize.h.
6718         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
6719         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6720         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
6721         gl_GETPAGESIZE invocation, already handled by module dependency.
6722         * lib/pagealign_alloc.c: Don't include getpagesize.h.
6723
6724 2007-12-02  Bruno Haible  <bruno@clisp.org>
6725
6726         * modules/strings-tests: New file.
6727         * tests/test-strings.c: New file.
6728
6729         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
6730         * lib/strings.in.h: New file.
6731         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
6732         * m4/strings_h.m4: New file.
6733         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
6734         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
6735         * modules/strings: New file.
6736         * modules/string (Makefile.am): Update.
6737         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
6738         Reported by Karl Berry.
6739
6740 2007-12-01  Eric Blake  <ebb9@byu.net>
6741
6742         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
6743         accomodate fix in cygwin 1.5.25.
6744
6745 2007-12-01  Jim Meyering  <meyering@redhat.com>
6746
6747         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
6748         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6749         that would inhibit utf8-optimization of a regexp containing line-
6750         or buffer-anchors, e.g., `^', `$'.
6751
6752 2007-11-30  Bruno Haible  <bruno@clisp.org>
6753
6754         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
6755         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
6756         glthread_recursive_lock_init.
6757         * lib/lock.c (glthread_recursive_lock_init)
6758         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
6759         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6760
6761 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
6762
6763         New function qset_acl, like set_acl but with syscall semantics.
6764         * lib/acl.h (qset_acl): New decl.
6765         * lib/acl.c (qset_acl): New function.
6766         (set_acl): Use new function.  Use more-consistent diagnostics.
6767
6768 2007-11-28  Jim Meyering  <meyering@redhat.com>
6769
6770         * modules/physmem (License): Change from GPL to LGPLv2+.
6771
6772 2007-11-26  Bruno Haible  <bruno@clisp.org>
6773
6774         * lib/vasnprintf.c (decode_long_double): Don't abort if the
6775         'long double' type has excess precision.
6776         Reported by Jim Meyering in
6777         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
6778
6779 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6780
6781         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
6782         Sync from <http://gnu.org/licenses>.
6783         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
6784         with license text from same location.
6785         * doc/maintain.texi, doc/standards.texi:  Sync from
6786         <http://savannah.gnu.org/projects/gnustandards>.
6787
6788 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
6789         and Jim Meyering  <meyering@redhat.com>
6790
6791         Adjust getdate' grammar to accept a slightly more regular language.
6792         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
6793         Before, the former was rejected.
6794         * lib/getdate.y (digits_to_date_time): New function, factored
6795         out of ...
6796         (number): ...here.  Just call digits_to_date_time.
6797         (hybrid): New non-terminal to handle an <unsigned number,
6798         signed relative offset> sequence consistently.
6799
6800 2007-11-18  Jim Meyering  <meyering@redhat.com>
6801
6802         Pull my changes from coreutils:
6803         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
6804         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
6805         use of $gnulib_tool_option_extras, so that it's separated from the
6806         preceding argument.
6807
6808         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
6809         * build-aux/bootstrap (cp_mark_as_generated): Create any required
6810         parent destination directories before copying a file into place.
6811
6812 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6813
6814         bootstrap: work also with 4-argument variant of AC_INIT
6815         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
6816
6817 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6818
6819         Port test-getaddrinfo to Solaris.
6820         Problem reported by Bruno Haible in
6821         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
6822         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
6823         explanation of setting 'hints'.
6824         Don't reject an implementation merely because it returns EAI_SERVICE.
6825         (EAI_SERVICE): Define to 0 if not defined.
6826
6827 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6828
6829         The license of gnu-make and posix-shell is now "GPLed build tool".
6830         * modules/gnu-make (License): Likewise.
6831         * modules/posix-shell (License): Likewise.
6832
6833         New module posix-shell, for determining a POSIX shell
6834         or perhaps something that is close enough to a POSIX shell.
6835         * m4/posix-shell.m4: New file.
6836         * modules/posix-shell: New file.
6837
6838         * MODULES.html.sh: Mention new module.
6839
6840         New module gnu-make, for determining whether we're using GNU Make.
6841         * m4/gnu-make.m4: New file.
6842         * modules/gnu-make: New file.
6843         * MODULES.html.sh: Mention new module.
6844
6845 2007-11-14  Jim Meyering  <meyering@redhat.com>
6846
6847         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
6848         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
6849         use this macro to create a function _definition_.
6850         Remove useless "#undef ARGMATCH_DIE".
6851
6852 2007-11-14  Bruno Haible  <bruno@clisp.org>
6853
6854         * lib/config.charset: Update for OpenBSD 4.1.
6855         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
6856
6857 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
6858
6859         Document 64-bit #if problems in stdint.texi.
6860         * doc/headers/stdint.texi (stdint.h): Mention problems with
6861         64-bit-#if, and how to work around them.
6862
6863         Don't insist on 'long long int' support in the preprocessor.  It
6864         breaks too many things.  For example, PRIdMAX still uses a 'long
6865         long int' format with the latest Sun compiler, even though
6866         HAVE_LONG_LONG_INT isn't defined due to that compiler's
6867         preprocessor problem.  This causes the latest coreutils to dump
6868         core on Solaris 10 sparc with the Sun C compiler.
6869         Instead, fix the 2007-10-16 problem in a different way, by evaluating
6870         the troublesome expressions at configure-time, not at #if-time.
6871         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
6872         preprocessor.
6873         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
6874         compile-time C checks, done at 'configure'-time.
6875         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
6876         * modules/inttypes (Makefile): Substitute the new symbols that
6877         gl_INTTYPES_H now generates.
6878         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
6879
6880 2007-11-12  Bruno Haible  <bruno@clisp.org>
6881
6882         Tests for Unicode character classification functions.
6883
6884         * modules/unictype/bidicategory-byname-tests: New file.
6885         * modules/unictype/bidicategory-name-tests: New file.
6886         * modules/unictype/bidicategory-of-tests: New file.
6887         * modules/unictype/bidicategory-test-tests: New file.
6888         * modules/unictype/block-list-tests: New file.
6889         * modules/unictype/block-of-tests: New file.
6890         * modules/unictype/block-test-tests: New file.
6891         * modules/unictype/category-C-tests: New file.
6892         * modules/unictype/category-Cc-tests: New file.
6893         * modules/unictype/category-Cf-tests: New file.
6894         * modules/unictype/category-Cn-tests: New file.
6895         * modules/unictype/category-Co-tests: New file.
6896         * modules/unictype/category-Cs-tests: New file.
6897         * modules/unictype/category-L-tests: New file.
6898         * modules/unictype/category-Ll-tests: New file.
6899         * modules/unictype/category-Lm-tests: New file.
6900         * modules/unictype/category-Lo-tests: New file.
6901         * modules/unictype/category-Lt-tests: New file.
6902         * modules/unictype/category-Lu-tests: New file.
6903         * modules/unictype/category-M-tests: New file.
6904         * modules/unictype/category-Mc-tests: New file.
6905         * modules/unictype/category-Me-tests: New file.
6906         * modules/unictype/category-Mn-tests: New file.
6907         * modules/unictype/category-N-tests: New file.
6908         * modules/unictype/category-Nd-tests: New file.
6909         * modules/unictype/category-Nl-tests: New file.
6910         * modules/unictype/category-No-tests: New file.
6911         * modules/unictype/category-P-tests: New file.
6912         * modules/unictype/category-Pc-tests: New file.
6913         * modules/unictype/category-Pd-tests: New file.
6914         * modules/unictype/category-Pe-tests: New file.
6915         * modules/unictype/category-Pf-tests: New file.
6916         * modules/unictype/category-Pi-tests: New file.
6917         * modules/unictype/category-Po-tests: New file.
6918         * modules/unictype/category-Ps-tests: New file.
6919         * modules/unictype/category-S-tests: New file.
6920         * modules/unictype/category-Sc-tests: New file.
6921         * modules/unictype/category-Sk-tests: New file.
6922         * modules/unictype/category-Sm-tests: New file.
6923         * modules/unictype/category-So-tests: New file.
6924         * modules/unictype/category-Z-tests: New file.
6925         * modules/unictype/category-Zl-tests: New file.
6926         * modules/unictype/category-Zp-tests: New file.
6927         * modules/unictype/category-Zs-tests: New file.
6928         * modules/unictype/category-and-not-tests: New file.
6929         * modules/unictype/category-and-tests: New file.
6930         * modules/unictype/category-byname-tests: New file.
6931         * modules/unictype/category-name-tests: New file.
6932         * modules/unictype/category-none-tests: New file.
6933         * modules/unictype/category-of-tests: New file.
6934         * modules/unictype/category-or-tests: New file.
6935         * modules/unictype/category-test-withtable-tests: New file.
6936         * modules/unictype/combining-class-tests: New file.
6937         * modules/unictype/ctype-alnum-tests: New file.
6938         * modules/unictype/ctype-alpha-tests: New file.
6939         * modules/unictype/ctype-blank-tests: New file.
6940         * modules/unictype/ctype-cntrl-tests: New file.
6941         * modules/unictype/ctype-digit-tests: New file.
6942         * modules/unictype/ctype-graph-tests: New file.
6943         * modules/unictype/ctype-lower-tests: New file.
6944         * modules/unictype/ctype-print-tests: New file.
6945         * modules/unictype/ctype-punct-tests: New file.
6946         * modules/unictype/ctype-space-tests: New file.
6947         * modules/unictype/ctype-upper-tests: New file.
6948         * modules/unictype/ctype-xdigit-tests: New file.
6949         * modules/unictype/decimal-digit-tests: New file.
6950         * modules/unictype/digit-tests: New file.
6951         * modules/unictype/mirror-tests: New file.
6952         * modules/unictype/numeric-tests: New file.
6953         * modules/unictype/property-alphabetic-tests: New file.
6954         * modules/unictype/property-ascii-hex-digit-tests: New file.
6955         * modules/unictype/property-bidi-arabic-digit-tests: New file.
6956         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
6957         * modules/unictype/property-bidi-block-separator-tests: New file.
6958         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
6959         * modules/unictype/property-bidi-common-separator-tests: New file.
6960         * modules/unictype/property-bidi-control-tests: New file.
6961         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
6962         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
6963         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
6964         * modules/unictype/property-bidi-european-digit-tests: New file.
6965         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
6966         * modules/unictype/property-bidi-left-to-right-tests: New file.
6967         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
6968         * modules/unictype/property-bidi-other-neutral-tests: New file.
6969         * modules/unictype/property-bidi-pdf-tests: New file.
6970         * modules/unictype/property-bidi-segment-separator-tests: New file.
6971         * modules/unictype/property-bidi-whitespace-tests: New file.
6972         * modules/unictype/property-byname-tests: New file.
6973         * modules/unictype/property-combining-tests: New file.
6974         * modules/unictype/property-composite-tests: New file.
6975         * modules/unictype/property-currency-symbol-tests: New file.
6976         * modules/unictype/property-dash-tests: New file.
6977         * modules/unictype/property-decimal-digit-tests: New file.
6978         * modules/unictype/property-default-ignorable-code-point-tests: New file.
6979         * modules/unictype/property-deprecated-tests: New file.
6980         * modules/unictype/property-diacritic-tests: New file.
6981         * modules/unictype/property-extender-tests: New file.
6982         * modules/unictype/property-format-control-tests: New file.
6983         * modules/unictype/property-grapheme-base-tests: New file.
6984         * modules/unictype/property-grapheme-extend-tests: New file.
6985         * modules/unictype/property-grapheme-link-tests: New file.
6986         * modules/unictype/property-hex-digit-tests: New file.
6987         * modules/unictype/property-hyphen-tests: New file.
6988         * modules/unictype/property-id-continue-tests: New file.
6989         * modules/unictype/property-id-start-tests: New file.
6990         * modules/unictype/property-ideographic-tests: New file.
6991         * modules/unictype/property-ids-binary-operator-tests: New file.
6992         * modules/unictype/property-ids-trinary-operator-tests: New file.
6993         * modules/unictype/property-ignorable-control-tests: New file.
6994         * modules/unictype/property-iso-control-tests: New file.
6995         * modules/unictype/property-join-control-tests: New file.
6996         * modules/unictype/property-left-of-pair-tests: New file.
6997         * modules/unictype/property-line-separator-tests: New file.
6998         * modules/unictype/property-logical-order-exception-tests: New file.
6999         * modules/unictype/property-lowercase-tests: New file.
7000         * modules/unictype/property-math-tests: New file.
7001         * modules/unictype/property-non-break-tests: New file.
7002         * modules/unictype/property-not-a-character-tests: New file.
7003         * modules/unictype/property-numeric-tests: New file.
7004         * modules/unictype/property-other-alphabetic-tests: New file.
7005         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
7006         * modules/unictype/property-other-grapheme-extend-tests: New file.
7007         * modules/unictype/property-other-id-continue-tests: New file.
7008         * modules/unictype/property-other-id-start-tests: New file.
7009         * modules/unictype/property-other-lowercase-tests: New file.
7010         * modules/unictype/property-other-math-tests: New file.
7011         * modules/unictype/property-other-uppercase-tests: New file.
7012         * modules/unictype/property-paired-punctuation-tests: New file.
7013         * modules/unictype/property-paragraph-separator-tests: New file.
7014         * modules/unictype/property-pattern-syntax-tests: New file.
7015         * modules/unictype/property-pattern-white-space-tests: New file.
7016         * modules/unictype/property-private-use-tests: New file.
7017         * modules/unictype/property-punctuation-tests: New file.
7018         * modules/unictype/property-quotation-mark-tests: New file.
7019         * modules/unictype/property-radical-tests: New file.
7020         * modules/unictype/property-sentence-terminal-tests: New file.
7021         * modules/unictype/property-soft-dotted-tests: New file.
7022         * modules/unictype/property-space-tests: New file.
7023         * modules/unictype/property-terminal-punctuation-tests: New file.
7024         * modules/unictype/property-test-tests: New file.
7025         * modules/unictype/property-titlecase-tests: New file.
7026         * modules/unictype/property-unassigned-code-value-tests: New file.
7027         * modules/unictype/property-unified-ideograph-tests: New file.
7028         * modules/unictype/property-uppercase-tests: New file.
7029         * modules/unictype/property-variation-selector-tests: New file.
7030         * modules/unictype/property-white-space-tests: New file.
7031         * modules/unictype/property-xid-continue-tests: New file.
7032         * modules/unictype/property-xid-start-tests: New file.
7033         * modules/unictype/property-zero-width-tests: New file.
7034         * modules/unictype/scripts-tests: New file.
7035         * modules/unictype/syntax-c-ident-tests: New file.
7036         * modules/unictype/syntax-c-whitespace-tests: New file.
7037         * modules/unictype/syntax-java-ident-tests: New file.
7038         * modules/unictype/syntax-java-whitespace-tests: New file.
7039         * tests/unictype/test-bidi_byname.c: New file.
7040         * tests/unictype/test-bidi_name.c: New file.
7041         * tests/unictype/test-bidi_of.c: New file.
7042         * tests/unictype/test-bidi_test.c: New file.
7043         * tests/unictype/test-block_list.c: New file.
7044         * tests/unictype/test-block_of.c: New file.
7045         * tests/unictype/test-block_test.c: New file.
7046         * tests/unictype/test-categ_and.c: New file.
7047         * tests/unictype/test-categ_and_not.c: New file.
7048         * tests/unictype/test-categ_byname.c: New file.
7049         * tests/unictype/test-categ_name.c: New file.
7050         * tests/unictype/test-categ_none.c: New file.
7051         * tests/unictype/test-categ_of.c: New file.
7052         * tests/unictype/test-categ_or.c: New file.
7053         * tests/unictype/test-categ_test_withtable.c: New file.
7054         * tests/unictype/test-combining.c: New file.
7055         * tests/unictype/test-decdigit.c: New file.
7056         * tests/unictype/test-digit.c: New file.
7057         * tests/unictype/test-mirror.c: New file.
7058         * tests/unictype/test-numeric.c: New file.
7059         * tests/unictype/test-pr_byname.c: New file.
7060         * tests/unictype/test-pr_test.c: New file.
7061         * tests/unictype/test-predicate-part1.h: New file.
7062         * tests/unictype/test-predicate-part2.h: New file.
7063         * tests/unictype/test-scripts.c: New file.
7064         * tests/unictype/test-sy_c_ident.c: New file.
7065         * tests/unictype/test-sy_java_ident.c: New file.
7066
7067         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
7068         for Unicode 5.0.0.
7069         * tests/unictype/test-categ_Cc.c: Likewise.
7070         * tests/unictype/test-categ_Cf.c: Likewise.
7071         * tests/unictype/test-categ_Cn.c: Likewise.
7072         * tests/unictype/test-categ_Co.c: Likewise.
7073         * tests/unictype/test-categ_Cs.c: Likewise.
7074         * tests/unictype/test-categ_L.c: Likewise.
7075         * tests/unictype/test-categ_Ll.c: Likewise.
7076         * tests/unictype/test-categ_Lm.c: Likewise.
7077         * tests/unictype/test-categ_Lo.c: Likewise.
7078         * tests/unictype/test-categ_Lt.c: Likewise.
7079         * tests/unictype/test-categ_Lu.c: Likewise.
7080         * tests/unictype/test-categ_M.c: Likewise.
7081         * tests/unictype/test-categ_Mc.c: Likewise.
7082         * tests/unictype/test-categ_Me.c: Likewise.
7083         * tests/unictype/test-categ_Mn.c: Likewise.
7084         * tests/unictype/test-categ_N.c: Likewise.
7085         * tests/unictype/test-categ_Nd.c: Likewise.
7086         * tests/unictype/test-categ_Nl.c: Likewise.
7087         * tests/unictype/test-categ_No.c: Likewise.
7088         * tests/unictype/test-categ_P.c: Likewise.
7089         * tests/unictype/test-categ_Pc.c: Likewise.
7090         * tests/unictype/test-categ_Pd.c: Likewise.
7091         * tests/unictype/test-categ_Pe.c: Likewise.
7092         * tests/unictype/test-categ_Pf.c: Likewise.
7093         * tests/unictype/test-categ_Pi.c: Likewise.
7094         * tests/unictype/test-categ_Po.c: Likewise.
7095         * tests/unictype/test-categ_Ps.c: Likewise.
7096         * tests/unictype/test-categ_S.c: Likewise.
7097         * tests/unictype/test-categ_Sc.c: Likewise.
7098         * tests/unictype/test-categ_Sk.c: Likewise.
7099         * tests/unictype/test-categ_Sm.c: Likewise.
7100         * tests/unictype/test-categ_So.c: Likewise.
7101         * tests/unictype/test-categ_Z.c: Likewise.
7102         * tests/unictype/test-categ_Zl.c: Likewise.
7103         * tests/unictype/test-categ_Zp.c: Likewise.
7104         * tests/unictype/test-categ_Zs.c: Likewise.
7105         * tests/unictype/test-ctype_alnum.c: Likewise.
7106         * tests/unictype/test-ctype_alpha.c: Likewise.
7107         * tests/unictype/test-ctype_blank.c: Likewise.
7108         * tests/unictype/test-ctype_cntrl.c: Likewise.
7109         * tests/unictype/test-ctype_digit.c: Likewise.
7110         * tests/unictype/test-ctype_graph.c: Likewise.
7111         * tests/unictype/test-ctype_lower.c: Likewise.
7112         * tests/unictype/test-ctype_print.c: Likewise.
7113         * tests/unictype/test-ctype_punct.c: Likewise.
7114         * tests/unictype/test-ctype_space.c: Likewise.
7115         * tests/unictype/test-ctype_upper.c: Likewise.
7116         * tests/unictype/test-ctype_xdigit.c: Likewise.
7117         * tests/unictype/test-decdigit.h: Likewise.
7118         * tests/unictype/test-digit.h: Likewise.
7119         * tests/unictype/test-numeric.h: Likewise.
7120         * tests/unictype/test-pr_alphabetic.c: Likewise.
7121         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
7122         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
7123         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
7124         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
7125         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
7126         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
7127         * tests/unictype/test-pr_bidi_control.c: Likewise.
7128         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
7129         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
7130         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
7131         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
7132         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
7133         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
7134         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
7135         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
7136         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
7137         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
7138         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
7139         * tests/unictype/test-pr_combining.c: Likewise.
7140         * tests/unictype/test-pr_composite.c: Likewise.
7141         * tests/unictype/test-pr_currency_symbol.c: Likewise.
7142         * tests/unictype/test-pr_dash.c: Likewise.
7143         * tests/unictype/test-pr_decimal_digit.c: Likewise.
7144         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
7145         * tests/unictype/test-pr_deprecated.c: Likewise.
7146         * tests/unictype/test-pr_diacritic.c: Likewise.
7147         * tests/unictype/test-pr_extender.c: Likewise.
7148         * tests/unictype/test-pr_format_control.c: Likewise.
7149         * tests/unictype/test-pr_grapheme_base.c: Likewise.
7150         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
7151         * tests/unictype/test-pr_grapheme_link.c: Likewise.
7152         * tests/unictype/test-pr_hex_digit.c: Likewise.
7153         * tests/unictype/test-pr_hyphen.c: Likewise.
7154         * tests/unictype/test-pr_id_continue.c: Likewise.
7155         * tests/unictype/test-pr_id_start.c: Likewise.
7156         * tests/unictype/test-pr_ideographic.c: Likewise.
7157         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
7158         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
7159         * tests/unictype/test-pr_ignorable_control.c: Likewise.
7160         * tests/unictype/test-pr_iso_control.c: Likewise.
7161         * tests/unictype/test-pr_join_control.c: Likewise.
7162         * tests/unictype/test-pr_left_of_pair.c: Likewise.
7163         * tests/unictype/test-pr_line_separator.c: Likewise.
7164         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
7165         * tests/unictype/test-pr_lowercase.c: Likewise.
7166         * tests/unictype/test-pr_math.c: Likewise.
7167         * tests/unictype/test-pr_non_break.c: Likewise.
7168         * tests/unictype/test-pr_not_a_character.c: Likewise.
7169         * tests/unictype/test-pr_numeric.c: Likewise.
7170         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
7171         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
7172         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
7173         * tests/unictype/test-pr_other_id_continue.c: Likewise.
7174         * tests/unictype/test-pr_other_id_start.c: Likewise.
7175         * tests/unictype/test-pr_other_lowercase.c: Likewise.
7176         * tests/unictype/test-pr_other_math.c: Likewise.
7177         * tests/unictype/test-pr_other_uppercase.c: Likewise.
7178         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
7179         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
7180         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
7181         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
7182         * tests/unictype/test-pr_private_use.c: Likewise.
7183         * tests/unictype/test-pr_punctuation.c: Likewise.
7184         * tests/unictype/test-pr_quotation_mark.c: Likewise.
7185         * tests/unictype/test-pr_radical.c: Likewise.
7186         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
7187         * tests/unictype/test-pr_soft_dotted.c: Likewise.
7188         * tests/unictype/test-pr_space.c: Likewise.
7189         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
7190         * tests/unictype/test-pr_titlecase.c: Likewise.
7191         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
7192         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
7193         * tests/unictype/test-pr_uppercase.c: Likewise.
7194         * tests/unictype/test-pr_variation_selector.c: Likewise.
7195         * tests/unictype/test-pr_white_space.c: Likewise.
7196         * tests/unictype/test-pr_xid_continue.c: Likewise.
7197         * tests/unictype/test-pr_xid_start.c: Likewise.
7198         * tests/unictype/test-pr_zero_width.c: Likewise.
7199         * tests/unictype/test-sy_c_whitespace.c: Likewise.
7200         * tests/unictype/test-sy_java_whitespace.c: Likewise.
7201
7202 2007-11-12  Bruno Haible  <bruno@clisp.org>
7203
7204         Unicode character classification functions.
7205         * lib/unictype.h: New file.
7206         * modules/unictype/base: New file.
7207         * modules/unictype/category-L: New file.
7208         * modules/unictype/category-Lu: New file.
7209         * modules/unictype/category-Ll: New file.
7210         * modules/unictype/category-Lt: New file.
7211         * modules/unictype/category-Lm: New file.
7212         * modules/unictype/category-Lo: New file.
7213         * modules/unictype/category-M: New file.
7214         * modules/unictype/category-Mn: New file.
7215         * modules/unictype/category-Mc: New file.
7216         * modules/unictype/category-Me: New file.
7217         * modules/unictype/category-N: New file.
7218         * modules/unictype/category-Nd: New file.
7219         * modules/unictype/category-Nl: New file.
7220         * modules/unictype/category-No: New file.
7221         * modules/unictype/category-P: New file.
7222         * modules/unictype/category-Pc: New file.
7223         * modules/unictype/category-Pd: New file.
7224         * modules/unictype/category-Ps: New file.
7225         * modules/unictype/category-Pe: New file.
7226         * modules/unictype/category-Pi: New file.
7227         * modules/unictype/category-Pf: New file.
7228         * modules/unictype/category-Po: New file.
7229         * modules/unictype/category-S: New file.
7230         * modules/unictype/category-Sm: New file.
7231         * modules/unictype/category-Sc: New file.
7232         * modules/unictype/category-Sk: New file.
7233         * modules/unictype/category-So: New file.
7234         * modules/unictype/category-Z: New file.
7235         * modules/unictype/category-Zs: New file.
7236         * modules/unictype/category-Zl: New file.
7237         * modules/unictype/category-Zp: New file.
7238         * modules/unictype/category-C: New file.
7239         * modules/unictype/category-Cc: New file.
7240         * modules/unictype/category-Cf: New file.
7241         * modules/unictype/category-Cs: New file.
7242         * modules/unictype/category-Co: New file.
7243         * modules/unictype/category-Cn: New file.
7244         * modules/unictype/category-or: New file.
7245         * modules/unictype/category-of: New file.
7246         * modules/unictype/category-test: New file.
7247         * modules/unictype/category-test-withtable: New file.
7248         * modules/unictype/category-byname: New file.
7249         * modules/unictype/category-none: New file.
7250         * modules/unictype/category-and: New file.
7251         * modules/unictype/category-and-not: New file.
7252         * modules/unictype/category-name: New file.
7253         * modules/unictype/combining-class: New file.
7254         * modules/unictype/category-all: New file.
7255         * modules/unictype/bidicategory-all: New file.
7256         * modules/unictype/bidicategory-byname: New file.
7257         * modules/unictype/bidicategory-name: New file.
7258         * modules/unictype/bidicategory-of: New file.
7259         * modules/unictype/bidicategory-test: New file.
7260         * modules/unictype/decimal-digit: New file.
7261         * modules/unictype/digit: New file.
7262         * modules/unictype/numeric: New file.
7263         * modules/unictype/mirror: New file.
7264         * modules/unictype/property-white-space: New file.
7265         * modules/unictype/property-alphabetic: New file.
7266         * modules/unictype/property-other-alphabetic: New file.
7267         * modules/unictype/property-not-a-character: New file.
7268         * modules/unictype/property-default-ignorable-code-point: New file.
7269         * modules/unictype/property-other-default-ignorable-code-point: New
7270         file.
7271         * modules/unictype/property-deprecated: New file.
7272         * modules/unictype/property-logical-order-exception: New file.
7273         * modules/unictype/property-variation-selector: New file.
7274         * modules/unictype/property-private-use: New file.
7275         * modules/unictype/property-unassigned-code-value: New file.
7276         * modules/unictype/property-uppercase: New file.
7277         * modules/unictype/property-other-uppercase: New file.
7278         * modules/unictype/property-lowercase: New file.
7279         * modules/unictype/property-other-lowercase: New file.
7280         * modules/unictype/property-titlecase: New file.
7281         * modules/unictype/property-soft-dotted: New file.
7282         * modules/unictype/property-id-start: New file.
7283         * modules/unictype/property-other-id-start: New file.
7284         * modules/unictype/property-id-continue: New file.
7285         * modules/unictype/property-other-id-continue: New file.
7286         * modules/unictype/property-xid-start: New file.
7287         * modules/unictype/property-xid-continue: New file.
7288         * modules/unictype/property-pattern-white-space: New file.
7289         * modules/unictype/property-pattern-syntax: New file.
7290         * modules/unictype/property-join-control: New file.
7291         * modules/unictype/property-grapheme-base: New file.
7292         * modules/unictype/property-grapheme-extend: New file.
7293         * modules/unictype/property-other-grapheme-extend: New file.
7294         * modules/unictype/property-grapheme-link: New file.
7295         * modules/unictype/property-bidi-control: New file.
7296         * modules/unictype/property-bidi-left-to-right: New file.
7297         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
7298         * modules/unictype/property-bidi-arabic-right-to-left: New file.
7299         * modules/unictype/property-bidi-european-digit: New file.
7300         * modules/unictype/property-bidi-eur-num-separator: New file.
7301         * modules/unictype/property-bidi-eur-num-terminator: New file.
7302         * modules/unictype/property-bidi-arabic-digit: New file.
7303         * modules/unictype/property-bidi-common-separator: New file.
7304         * modules/unictype/property-bidi-block-separator: New file.
7305         * modules/unictype/property-bidi-segment-separator: New file.
7306         * modules/unictype/property-bidi-whitespace: New file.
7307         * modules/unictype/property-bidi-non-spacing-mark: New file.
7308         * modules/unictype/property-bidi-boundary-neutral: New file.
7309         * modules/unictype/property-bidi-pdf: New file.
7310         * modules/unictype/property-bidi-embedding-or-override: New file.
7311         * modules/unictype/property-bidi-other-neutral: New file.
7312         * modules/unictype/property-hex-digit: New file.
7313         * modules/unictype/property-ascii-hex-digit: New file.
7314         * modules/unictype/property-ideographic: New file.
7315         * modules/unictype/property-unified-ideograph: New file.
7316         * modules/unictype/property-radical: New file.
7317         * modules/unictype/property-ids-binary-operator: New file.
7318         * modules/unictype/property-ids-trinary-operator: New file.
7319         * modules/unictype/property-zero-width: New file.
7320         * modules/unictype/property-space: New file.
7321         * modules/unictype/property-non-break: New file.
7322         * modules/unictype/property-iso-control: New file.
7323         * modules/unictype/property-format-control: New file.
7324         * modules/unictype/property-dash: New file.
7325         * modules/unictype/property-hyphen: New file.
7326         * modules/unictype/property-punctuation: New file.
7327         * modules/unictype/property-line-separator: New file.
7328         * modules/unictype/property-paragraph-separator: New file.
7329         * modules/unictype/property-quotation-mark: New file.
7330         * modules/unictype/property-sentence-terminal: New file.
7331         * modules/unictype/property-terminal-punctuation: New file.
7332         * modules/unictype/property-currency-symbol: New file.
7333         * modules/unictype/property-math: New file.
7334         * modules/unictype/property-other-math: New file.
7335         * modules/unictype/property-paired-punctuation: New file.
7336         * modules/unictype/property-left-of-pair: New file.
7337         * modules/unictype/property-combining: New file.
7338         * modules/unictype/property-composite: New file.
7339         * modules/unictype/property-decimal-digit: New file.
7340         * modules/unictype/property-numeric: New file.
7341         * modules/unictype/property-diacritic: New file.
7342         * modules/unictype/property-extender: New file.
7343         * modules/unictype/property-ignorable-control: New file.
7344         * modules/unictype/property-test: New file.
7345         * modules/unictype/property-byname: New file.
7346         * modules/unictype/property-all: New file.
7347         * modules/unictype/scripts: New file.
7348         * modules/unictype/scripts-all: New file.
7349         * modules/unictype/block-of: New file.
7350         * modules/unictype/block-test: New file.
7351         * modules/unictype/block-list: New file.
7352         * modules/unictype/block-all: New file.
7353         * modules/unictype/syntax-c-whitespace: New file.
7354         * modules/unictype/syntax-java-whitespace: New file.
7355         * modules/unictype/syntax-c-ident: New file.
7356         * modules/unictype/syntax-java-ident: New file.
7357         * modules/unictype/ctype-alnum: New file.
7358         * modules/unictype/ctype-alpha: New file.
7359         * modules/unictype/ctype-cntrl: New file.
7360         * modules/unictype/ctype-digit: New file.
7361         * modules/unictype/ctype-graph: New file.
7362         * modules/unictype/ctype-lower: New file.
7363         * modules/unictype/ctype-print: New file.
7364         * modules/unictype/ctype-punct: New file.
7365         * modules/unictype/ctype-space: New file.
7366         * modules/unictype/ctype-upper: New file.
7367         * modules/unictype/ctype-xdigit: New file.
7368         * modules/unictype/ctype-blank: New file.
7369         * lib/unictype/bidi_byname.c: New file.
7370         * lib/unictype/bidi_name.c: New file.
7371         * lib/unictype/bidi_of.c: New file.
7372         * lib/unictype/bidi_test.c: New file.
7373         * lib/unictype/bitmap.h: New file.
7374         * lib/unictype/block_test.c: New file.
7375         * lib/unictype/blocks.c: New file.
7376         * lib/unictype/categ_C.c: New file.
7377         * lib/unictype/categ_Cc.c: New file.
7378         * lib/unictype/categ_Cf.c: New file.
7379         * lib/unictype/categ_Cn.c: New file.
7380         * lib/unictype/categ_Co.c: New file.
7381         * lib/unictype/categ_Cs.c: New file.
7382         * lib/unictype/categ_L.c: New file.
7383         * lib/unictype/categ_Ll.c: New file.
7384         * lib/unictype/categ_Lm.c: New file.
7385         * lib/unictype/categ_Lo.c: New file.
7386         * lib/unictype/categ_Lt.c: New file.
7387         * lib/unictype/categ_Lu.c: New file.
7388         * lib/unictype/categ_M.c: New file.
7389         * lib/unictype/categ_Mc.c: New file.
7390         * lib/unictype/categ_Me.c: New file.
7391         * lib/unictype/categ_Mn.c: New file.
7392         * lib/unictype/categ_N.c: New file.
7393         * lib/unictype/categ_Nd.c: New file.
7394         * lib/unictype/categ_Nl.c: New file.
7395         * lib/unictype/categ_No.c: New file.
7396         * lib/unictype/categ_P.c: New file.
7397         * lib/unictype/categ_Pc.c: New file.
7398         * lib/unictype/categ_Pd.c: New file.
7399         * lib/unictype/categ_Pe.c: New file.
7400         * lib/unictype/categ_Pf.c: New file.
7401         * lib/unictype/categ_Pi.c: New file.
7402         * lib/unictype/categ_Po.c: New file.
7403         * lib/unictype/categ_Ps.c: New file.
7404         * lib/unictype/categ_S.c: New file.
7405         * lib/unictype/categ_Sc.c: New file.
7406         * lib/unictype/categ_Sk.c: New file.
7407         * lib/unictype/categ_Sm.c: New file.
7408         * lib/unictype/categ_So.c: New file.
7409         * lib/unictype/categ_Z.c: New file.
7410         * lib/unictype/categ_Zl.c: New file.
7411         * lib/unictype/categ_Zp.c: New file.
7412         * lib/unictype/categ_Zs.c: New file.
7413         * lib/unictype/categ_and.c: New file.
7414         * lib/unictype/categ_and_not.c: New file.
7415         * lib/unictype/categ_byname.c: New file.
7416         * lib/unictype/categ_name.c: New file.
7417         * lib/unictype/categ_none.c: New file.
7418         * lib/unictype/categ_of.c: New file.
7419         * lib/unictype/categ_or.c: New file.
7420         * lib/unictype/categ_test.c: New file.
7421         * lib/unictype/combining.c: New file.
7422         * lib/unictype/ctype_alnum.c: New file.
7423         * lib/unictype/ctype_alpha.c: New file.
7424         * lib/unictype/ctype_blank.c: New file.
7425         * lib/unictype/ctype_cntrl.c: New file.
7426         * lib/unictype/ctype_digit.c: New file.
7427         * lib/unictype/ctype_graph.c: New file.
7428         * lib/unictype/ctype_lower.c: New file.
7429         * lib/unictype/ctype_print.c: New file.
7430         * lib/unictype/ctype_punct.c: New file.
7431         * lib/unictype/ctype_space.c: New file.
7432         * lib/unictype/ctype_upper.c: New file.
7433         * lib/unictype/ctype_xdigit.c: New file.
7434         * lib/unictype/decdigit.c: New file.
7435         * lib/unictype/digit.c: New file.
7436         * lib/unictype/identsyntaxmap.h: New file.
7437         * lib/unictype/mirror.c: New file.
7438         * lib/unictype/numeric.c: New file.
7439         * lib/unictype/pr_alphabetic.c: New file.
7440         * lib/unictype/pr_ascii_hex_digit.c: New file.
7441         * lib/unictype/pr_bidi_arabic_digit.c: New file.
7442         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
7443         * lib/unictype/pr_bidi_block_separator.c: New file.
7444         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
7445         * lib/unictype/pr_bidi_common_separator.c: New file.
7446         * lib/unictype/pr_bidi_control.c: New file.
7447         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
7448         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
7449         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
7450         * lib/unictype/pr_bidi_european_digit.c: New file.
7451         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
7452         * lib/unictype/pr_bidi_left_to_right.c: New file.
7453         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
7454         * lib/unictype/pr_bidi_other_neutral.c: New file.
7455         * lib/unictype/pr_bidi_pdf.c: New file.
7456         * lib/unictype/pr_bidi_segment_separator.c: New file.
7457         * lib/unictype/pr_bidi_whitespace.c: New file.
7458         * lib/unictype/pr_byname.c: New file.
7459         * lib/unictype/pr_byname.gperf: New file.
7460         * lib/unictype/pr_combining.c: New file.
7461         * lib/unictype/pr_composite.c: New file.
7462         * lib/unictype/pr_currency_symbol.c: New file.
7463         * lib/unictype/pr_dash.c: New file.
7464         * lib/unictype/pr_decimal_digit.c: New file.
7465         * lib/unictype/pr_default_ignorable_code_point.c: New file.
7466         * lib/unictype/pr_deprecated.c: New file.
7467         * lib/unictype/pr_diacritic.c: New file.
7468         * lib/unictype/pr_extender.c: New file.
7469         * lib/unictype/pr_format_control.c: New file.
7470         * lib/unictype/pr_grapheme_base.c: New file.
7471         * lib/unictype/pr_grapheme_extend.c: New file.
7472         * lib/unictype/pr_grapheme_link.c: New file.
7473         * lib/unictype/pr_hex_digit.c: New file.
7474         * lib/unictype/pr_hyphen.c: New file.
7475         * lib/unictype/pr_id_continue.c: New file.
7476         * lib/unictype/pr_id_start.c: New file.
7477         * lib/unictype/pr_ideographic.c: New file.
7478         * lib/unictype/pr_ids_binary_operator.c: New file.
7479         * lib/unictype/pr_ids_trinary_operator.c: New file.
7480         * lib/unictype/pr_ignorable_control.c: New file.
7481         * lib/unictype/pr_iso_control.c: New file.
7482         * lib/unictype/pr_join_control.c: New file.
7483         * lib/unictype/pr_left_of_pair.c: New file.
7484         * lib/unictype/pr_line_separator.c: New file.
7485         * lib/unictype/pr_logical_order_exception.c: New file.
7486         * lib/unictype/pr_lowercase.c: New file.
7487         * lib/unictype/pr_math.c: New file.
7488         * lib/unictype/pr_non_break.c: New file.
7489         * lib/unictype/pr_not_a_character.c: New file.
7490         * lib/unictype/pr_numeric.c: New file.
7491         * lib/unictype/pr_other_alphabetic.c: New file.
7492         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
7493         * lib/unictype/pr_other_grapheme_extend.c: New file.
7494         * lib/unictype/pr_other_id_continue.c: New file.
7495         * lib/unictype/pr_other_id_start.c: New file.
7496         * lib/unictype/pr_other_lowercase.c: New file.
7497         * lib/unictype/pr_other_math.c: New file.
7498         * lib/unictype/pr_other_uppercase.c: New file.
7499         * lib/unictype/pr_paired_punctuation.c: New file.
7500         * lib/unictype/pr_paragraph_separator.c: New file.
7501         * lib/unictype/pr_pattern_syntax.c: New file.
7502         * lib/unictype/pr_pattern_white_space.c: New file.
7503         * lib/unictype/pr_private_use.c: New file.
7504         * lib/unictype/pr_punctuation.c: New file.
7505         * lib/unictype/pr_quotation_mark.c: New file.
7506         * lib/unictype/pr_radical.c: New file.
7507         * lib/unictype/pr_sentence_terminal.c: New file.
7508         * lib/unictype/pr_soft_dotted.c: New file.
7509         * lib/unictype/pr_space.c: New file.
7510         * lib/unictype/pr_terminal_punctuation.c: New file.
7511         * lib/unictype/pr_test.c: New file.
7512         * lib/unictype/pr_titlecase.c: New file.
7513         * lib/unictype/pr_unassigned_code_value.c: New file.
7514         * lib/unictype/pr_unified_ideograph.c: New file.
7515         * lib/unictype/pr_uppercase.c: New file.
7516         * lib/unictype/pr_variation_selector.c: New file.
7517         * lib/unictype/pr_white_space.c: New file.
7518         * lib/unictype/pr_xid_continue.c: New file.
7519         * lib/unictype/pr_xid_start.c: New file.
7520         * lib/unictype/pr_zero_width.c: New file.
7521         * lib/unictype/scripts.c: New file.
7522         * lib/unictype/sy_c_ident.c: New file.
7523         * lib/unictype/sy_c_whitespace.c: New file.
7524         * lib/unictype/sy_java_ident.c: New file.
7525         * lib/unictype/sy_java_whitespace.c: New file.
7526
7527         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
7528         Unicode 5.0.0.
7529         * lib/unictype/blocks.h: Likewise.
7530         * lib/unictype/categ_C.h: Likewise.
7531         * lib/unictype/categ_Cc.h: Likewise.
7532         * lib/unictype/categ_Cf.h: Likewise.
7533         * lib/unictype/categ_Cn.h: Likewise.
7534         * lib/unictype/categ_Co.h: Likewise.
7535         * lib/unictype/categ_Cs.h: Likewise.
7536         * lib/unictype/categ_L.h: Likewise.
7537         * lib/unictype/categ_Ll.h: Likewise.
7538         * lib/unictype/categ_Lm.h: Likewise.
7539         * lib/unictype/categ_Lo.h: Likewise.
7540         * lib/unictype/categ_Lt.h: Likewise.
7541         * lib/unictype/categ_Lu.h: Likewise.
7542         * lib/unictype/categ_M.h: Likewise.
7543         * lib/unictype/categ_Mc.h: Likewise.
7544         * lib/unictype/categ_Me.h: Likewise.
7545         * lib/unictype/categ_Mn.h: Likewise.
7546         * lib/unictype/categ_N.h: Likewise.
7547         * lib/unictype/categ_Nd.h: Likewise.
7548         * lib/unictype/categ_Nl.h: Likewise.
7549         * lib/unictype/categ_No.h: Likewise.
7550         * lib/unictype/categ_P.h: Likewise.
7551         * lib/unictype/categ_Pc.h: Likewise.
7552         * lib/unictype/categ_Pd.h: Likewise.
7553         * lib/unictype/categ_Pe.h: Likewise.
7554         * lib/unictype/categ_Pf.h: Likewise.
7555         * lib/unictype/categ_Pi.h: Likewise.
7556         * lib/unictype/categ_Po.h: Likewise.
7557         * lib/unictype/categ_Ps.h: Likewise.
7558         * lib/unictype/categ_S.h: Likewise.
7559         * lib/unictype/categ_Sc.h: Likewise.
7560         * lib/unictype/categ_Sk.h: Likewise.
7561         * lib/unictype/categ_Sm.h: Likewise.
7562         * lib/unictype/categ_So.h: Likewise.
7563         * lib/unictype/categ_Z.h: Likewise.
7564         * lib/unictype/categ_Zl.h: Likewise.
7565         * lib/unictype/categ_Zp.h: Likewise.
7566         * lib/unictype/categ_Zs.h: Likewise.
7567         * lib/unictype/categ_of.h: Likewise.
7568         * lib/unictype/combining.h: Likewise.
7569         * lib/unictype/ctype_alnum.h: Likewise.
7570         * lib/unictype/ctype_alpha.h: Likewise.
7571         * lib/unictype/ctype_blank.h: Likewise.
7572         * lib/unictype/ctype_cntrl.h: Likewise.
7573         * lib/unictype/ctype_digit.h: Likewise.
7574         * lib/unictype/ctype_graph.h: Likewise.
7575         * lib/unictype/ctype_lower.h: Likewise.
7576         * lib/unictype/ctype_print.h: Likewise.
7577         * lib/unictype/ctype_punct.h: Likewise.
7578         * lib/unictype/ctype_space.h: Likewise.
7579         * lib/unictype/ctype_upper.h: Likewise.
7580         * lib/unictype/ctype_xdigit.h: Likewise.
7581         * lib/unictype/decdigit.h: Likewise.
7582         * lib/unictype/digit.h: Likewise.
7583         * lib/unictype/mirror.h: Likewise.
7584         * lib/unictype/numeric.h: Likewise.
7585         * lib/unictype/pr_alphabetic.h: Likewise.
7586         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
7587         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
7588         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
7589         * lib/unictype/pr_bidi_block_separator.h: Likewise.
7590         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
7591         * lib/unictype/pr_bidi_common_separator.h: Likewise.
7592         * lib/unictype/pr_bidi_control.h: Likewise.
7593         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
7594         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
7595         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
7596         * lib/unictype/pr_bidi_european_digit.h: Likewise.
7597         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
7598         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
7599         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
7600         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
7601         * lib/unictype/pr_bidi_pdf.h: Likewise.
7602         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
7603         * lib/unictype/pr_bidi_whitespace.h: Likewise.
7604         * lib/unictype/pr_combining.h: Likewise.
7605         * lib/unictype/pr_composite.h: Likewise.
7606         * lib/unictype/pr_currency_symbol.h: Likewise.
7607         * lib/unictype/pr_dash.h: Likewise.
7608         * lib/unictype/pr_decimal_digit.h: Likewise.
7609         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
7610         * lib/unictype/pr_deprecated.h: Likewise.
7611         * lib/unictype/pr_diacritic.h: Likewise.
7612         * lib/unictype/pr_extender.h: Likewise.
7613         * lib/unictype/pr_format_control.h: Likewise.
7614         * lib/unictype/pr_grapheme_base.h: Likewise.
7615         * lib/unictype/pr_grapheme_extend.h: Likewise.
7616         * lib/unictype/pr_grapheme_link.h: Likewise.
7617         * lib/unictype/pr_hex_digit.h: Likewise.
7618         * lib/unictype/pr_hyphen.h: Likewise.
7619         * lib/unictype/pr_id_continue.h: Likewise.
7620         * lib/unictype/pr_id_start.h: Likewise.
7621         * lib/unictype/pr_ideographic.h: Likewise.
7622         * lib/unictype/pr_ids_binary_operator.h: Likewise.
7623         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
7624         * lib/unictype/pr_ignorable_control.h: Likewise.
7625         * lib/unictype/pr_iso_control.h: Likewise.
7626         * lib/unictype/pr_join_control.h: Likewise.
7627         * lib/unictype/pr_left_of_pair.h: Likewise.
7628         * lib/unictype/pr_line_separator.h: Likewise.
7629         * lib/unictype/pr_logical_order_exception.h: Likewise.
7630         * lib/unictype/pr_lowercase.h: Likewise.
7631         * lib/unictype/pr_math.h: Likewise.
7632         * lib/unictype/pr_non_break.h: Likewise.
7633         * lib/unictype/pr_not_a_character.h: Likewise.
7634         * lib/unictype/pr_numeric.h: Likewise.
7635         * lib/unictype/pr_other_alphabetic.h: Likewise.
7636         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
7637         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
7638         * lib/unictype/pr_other_id_continue.h: Likewise.
7639         * lib/unictype/pr_other_id_start.h: Likewise.
7640         * lib/unictype/pr_other_lowercase.h: Likewise.
7641         * lib/unictype/pr_other_math.h: Likewise.
7642         * lib/unictype/pr_other_uppercase.h: Likewise.
7643         * lib/unictype/pr_paired_punctuation.h: Likewise.
7644         * lib/unictype/pr_paragraph_separator.h: Likewise.
7645         * lib/unictype/pr_pattern_syntax.h: Likewise.
7646         * lib/unictype/pr_pattern_white_space.h: Likewise.
7647         * lib/unictype/pr_private_use.h: Likewise.
7648         * lib/unictype/pr_punctuation.h: Likewise.
7649         * lib/unictype/pr_quotation_mark.h: Likewise.
7650         * lib/unictype/pr_radical.h: Likewise.
7651         * lib/unictype/pr_sentence_terminal.h: Likewise.
7652         * lib/unictype/pr_soft_dotted.h: Likewise.
7653         * lib/unictype/pr_space.h: Likewise.
7654         * lib/unictype/pr_terminal_punctuation.h: Likewise.
7655         * lib/unictype/pr_titlecase.h: Likewise.
7656         * lib/unictype/pr_unassigned_code_value.h: Likewise.
7657         * lib/unictype/pr_unified_ideograph.h: Likewise.
7658         * lib/unictype/pr_uppercase.h: Likewise.
7659         * lib/unictype/pr_variation_selector.h: Likewise.
7660         * lib/unictype/pr_white_space.h: Likewise.
7661         * lib/unictype/pr_xid_continue.h: Likewise.
7662         * lib/unictype/pr_xid_start.h: Likewise.
7663         * lib/unictype/pr_zero_width.h: Likewise.
7664         * lib/unictype/scripts.h: Likewise.
7665         * lib/unictype/scripts_byname.gperf: Likewise.
7666         * lib/unictype/sy_c_ident.h: Likewise.
7667         * lib/unictype/sy_c_whitespace.h: Likewise.
7668         * lib/unictype/sy_java_ident.h: Likewise.
7669         * lib/unictype/sy_java_whitespace.h: Likewise.
7670
7671         * lib/unictype/Makefile: New file.
7672         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
7673         glibc.
7674         * lib/unictype/3level.h: New file, copied from glibc.
7675         * lib/unictype/3levelbit.h: New file.
7676
7677 2007-11-11  Bruno Haible  <bruno@clisp.org>
7678
7679         * modules/gperf: New file.
7680         * modules/iconv_open (Depends-on): Add it.
7681         (Makefile.am): Remove the GPERF definition.
7682
7683 2007-11-11  Bruno Haible  <bruno@clisp.org>
7684
7685         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
7686         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
7687
7688 2007-11-11  Bruno Haible  <bruno@clisp.org>
7689
7690         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
7691         (usage): Remove function.
7692
7693 2007-11-11  Bruno Haible  <bruno@clisp.org>
7694
7695         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
7696         gl_FUNC_CEILF_LIBS.
7697         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
7698         gl_FUNC_CEIL_LIBS.
7699         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
7700         gl_FUNC_CEILL_LIBS.
7701         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
7702         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
7703         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
7704
7705 2007-11-11  Bruno Haible  <bruno@clisp.org>
7706
7707         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
7708         roundf were declared but do not exist on functions.
7709         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
7710         roundl were declared but do not exist on functions.
7711         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
7712         HAVE_FLOORL_AND_CEILL, respectively.
7713         Needed for Sun C on Solaris 10.
7714
7715 2007-11-11  Bruno Haible  <bruno@clisp.org>
7716
7717         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
7718         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
7719         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
7720         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
7721         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
7722         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
7723         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
7724         HAVE_DECL_ROUNDF.
7725         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
7726         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
7727         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
7728         of HAVE_DECL_ROUND*.
7729         * modules/math (Makefile.am): Update.
7730
7731 2007-11-10  Bruno Haible  <bruno@clisp.org>
7732
7733         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
7734         ptrdiff_t as m4/intl.m4.
7735
7736 2007-11-10  Jim Meyering  <meyering@redhat.com>
7737
7738         Avoid link failure for the argmatch test.
7739         * tests/test-argmatch.c (usage): Define function to avoid a link
7740         failure: argmatch_die requires a usage function.
7741
7742 2007-11-09  Bruno Haible  <bruno@clisp.org>
7743
7744         * doc/functions/snprintf.texi: Mention BeOS deficiency.
7745         * doc/functions/vsnprintf.texi: Likewise.
7746         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
7747         with a size argument < 2.
7748
7749 2007-11-09  Bruno Haible  <bruno@clisp.org>
7750
7751         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
7752         buffer. Fixes an inefficiency introduced on 2007-11-03.
7753
7754 2007-11-09  Bruno Haible  <bruno@clisp.org>
7755
7756         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
7757         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
7758
7759 2007-11-08  Jim Meyering  <meyering@redhat.com>
7760
7761         Change cache variable name prefix "jm_" to "gl_" everywhere.
7762         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
7763         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
7764         * m4/uptime.m4: s/gl_/jm_/
7765
7766 2007-11-07  Bruno Haible  <bruno@clisp.org>
7767
7768         Update to GNU gettext 0.17.
7769         * m4/intl.m4: Update to GNU gettext 0.17.
7770         * m4/po.m4: Likewise.
7771         * modules/gettext (Files): Remove m4/ulonglong.m4.
7772         (configure.ac): Require gettext infrastructure from version 0.17.
7773
7774 2007-11-06  Bruno Haible  <bruno@clisp.org>
7775
7776         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
7777         symbolic values are not defined in a public header.
7778         * lib/freadable.c (freadable) [QNX]: Likewise.
7779         * lib/freadahead.c (freadahead) [QNX]: Likewise.
7780         * lib/freading.c (freading) [QNX]: Likewise.
7781         * lib/fseterr.c (fseterr) [QNX]: Likewise.
7782         * lib/fwritable.c (fwritable) [QNX]: Likewise.
7783         * lib/fwriting.c (fwriting) [QNX]: Likewise.
7784         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
7785         Reported by Alain Magloire.
7786
7787         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
7788
7789 2007-11-05  Bruno Haible  <bruno@clisp.org>
7790
7791         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
7792         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
7793         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
7794         Reported by Eric Blake.
7795
7796 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7797             Bruno Haible  <bruno@clisp.org>
7798
7799         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
7800         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
7801         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
7802         (malloc): Undefine also before including <stdlib.h>.
7803         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
7804         Needed on OSF/1 4.0.
7805
7806 2007-11-05  Jim Meyering  <meyering@redhat.com>
7807
7808         git-version-gen: sync from coreutils.
7809         * build-aux/git-version-gen: Add comments.
7810         Change the first '-' to '.' in the snapshot version string,
7811         e.g., 6.9-377-08144 -> 6.9.377-08144
7812         Remove first parameter.
7813         Don't declare a version "-dirty" merely because a time
7814         stamp has changed.
7815
7816 2007-11-04  Bruno Haible  <bruno@clisp.org>
7817
7818         * lib/lock.h: Protect all macro definitions containing an 'if'
7819         statement through a "do { ... } while (0)".
7820         * lib/tls.h: Likewise.
7821
7822 2007-11-04  Bruno Haible  <bruno@clisp.org>
7823
7824         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
7825
7826 2007-11-04  Bruno Haible  <bruno@clisp.org>
7827
7828         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
7829         * modules/fprintf-posix (Depends-on): Add nocrash.
7830         * modules/snprintf-posix (Depends-on): Likewise.
7831         * modules/sprintf-posix (Depends-on): Likewise.
7832         * modules/vasnprintf-posix (Depends-on): Likewise.
7833         * modules/vasprintf-posix (Depends-on): Likewise.
7834         * modules/vfprintf-posix (Depends-on): Likewise.
7835         * modules/vsnprintf-posix (Depends-on): Likewise.
7836         * modules/vsprintf-posix (Depends-on): Likewise.
7837         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7838         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7839         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7840         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7841         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7842         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7843         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7844
7845 2007-11-04  Bruno Haible  <bruno@clisp.org>
7846
7847         * modules/nocrash: New file.
7848         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
7849         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
7850
7851 2007-11-04  Bruno Haible  <bruno@clisp.org>
7852
7853         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
7854         precision handling.
7855         * tests/test-vasprintf-posix.c (test_function): Likewise.
7856         * tests/test-snprintf-posix.h (test_function): Likewise.
7857         * tests/test-sprintf-posix.h (test_function): Likewise.
7858
7859         Fix *printf behaviour for large precisions on mingw and BeOS.
7860         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
7861         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
7862         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
7863         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7864         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7865         gl_PRINTF_PRECISION and test its result. Invoke
7866         gl_PREREQ_VASNPRINTF_PRECISION.
7867         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7868         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7869         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7870         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7871         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7872         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7873         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7874         * doc/functions/fprintf.texi: Update.
7875         * doc/functions/printf.texi: Update.
7876         * doc/functions/snprintf.texi: Update.
7877         * doc/functions/sprintf.texi: Update.
7878         * doc/functions/vfprintf.texi: Update.
7879         * doc/functions/vprintf.texi: Update.
7880         * doc/functions/vsnprintf.texi: Update.
7881         * doc/functions/vsprintf.texi: Update.
7882
7883 2007-11-04  Bruno Haible  <bruno@clisp.org>
7884
7885         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
7886
7887 2007-11-04  Bruno Haible  <bruno@clisp.org>
7888
7889         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
7890         Reported by Sylvain Beucler <beuc@gnu.org>.
7891
7892 2007-11-03  Bruno Haible  <bruno@clisp.org>
7893
7894         * tests/test-fprintf-posix2.sh: New file.
7895         * tests/test-fprintf-posix2.c: New file.
7896         * modules/fprintf-posix-tests (Files): Add them.
7897         (TESTS): Add test-fprintf-posix2.sh.
7898         (configure.ac): Check for getrlimit and setrlimit.
7899         (check_PROGRAMS): Add test-fprintf-posix2.
7900
7901         * tests/test-printf-posix2.sh: New file.
7902         * tests/test-printf-posix2.c: New file.
7903         * modules/printf-posix-tests (Files): Add them.
7904         (TESTS): Add test-printf-posix2.sh.
7905         (configure.ac): Check for getrlimit and setrlimit.
7906         (check_PROGRAMS): Add test-printf-posix2.
7907
7908         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
7909         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
7910         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
7911         (decode_double): New function, copied from decode_long_double.
7912         (scale10_round_decimal_decoded): New function, extracted from
7913         scale10_round_decimal_long_double.
7914         (scale10_round_decimal_long_double): Use it.
7915         (scale10_round_decimal_double): New function.
7916         (floorlog10): New function.
7917         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
7918         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
7919         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7920         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7921         gl_PRINTF_ENOMEM and test its result. Invoke
7922         gl_PREREQ_VASNPRINTF_ENOMEM.
7923         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7924         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7925         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7926         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7927         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7928         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7929         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7930         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
7931         * modules/snprintf-posix (Depends-on): Likewise.
7932         * modules/sprintf-posix (Depends-on): Likewise.
7933         * modules/vasnprintf-posix (Depends-on): Likewise.
7934         * modules/vasprintf-posix (Depends-on): Likewise.
7935         * modules/vfprintf-posix (Depends-on): Likewise.
7936         * modules/vsnprintf-posix (Depends-on): Likewise.
7937         * modules/vsprintf-posix (Depends-on): Likewise.
7938         * doc/functions/fprintf.texi: Update.
7939         * doc/functions/printf.texi: Update.
7940         * doc/functions/snprintf.texi: Update.
7941         * doc/functions/sprintf.texi: Update.
7942         * doc/functions/vfprintf.texi: Update.
7943         * doc/functions/vprintf.texi: Update.
7944         * doc/functions/vsnprintf.texi: Update.
7945         * doc/functions/vsprintf.texi: Update.
7946
7947 2007-11-03  Bruno Haible  <bruno@clisp.org>
7948
7949         * modules/frexp-nolibm-tests: New file.
7950
7951         * modules/frexp-nolibm: New file.
7952         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
7953
7954 2007-11-03  Bruno Haible  <bruno@clisp.org>
7955
7956         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
7957         value is C99 compliant.
7958         Needed for OSF/1 5.1.
7959
7960 2007-11-03  Bruno Haible  <bruno@clisp.org>
7961
7962         Fix out-of-memory handling of vasnprintf.
7963         * lib/printf-parse.c: Include <errno.h>.
7964         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
7965         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
7966         is already set.
7967
7968 2007-11-02  Eric Blake  <ebb9@byu.net>
7969
7970         Fix tests on cygwin.
7971         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
7972
7973 2007-11-01  Bruno Haible  <bruno@clisp.org>
7974
7975         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
7976         warning.
7977         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
7978         needed for POSIX compatibility.
7979
7980 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
7981
7982         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
7983         for compatibility with GNU.
7984
7985 2007-11-01  Bruno Haible  <bruno@clisp.org>
7986
7987         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
7988         (putenv): Renamed from rpl_putenv. Change argument type from
7989         'const char *' to 'char *'.
7990         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
7991         of defining putenv in config.h, just set REPLACE_PUTENV.
7992         * modules/putenv (Depends-on): Add stdlib.
7993         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7994         (Include): Use <stdlib.h>.
7995         * lib/stdlib.in.h (putenv): New declaration.
7996         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
7997         REPLACE_PUTENV.
7998         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
7999         REPLACE_PUTENV.
8000         Needed for MacOS X 10.5.0.
8001         Reported by Peter O'Gorman <peter@pogma.com>.
8002
8003 2007-11-01  Jim Meyering  <meyering@redhat.com>
8004
8005         Treat an empty date string exactly like "0".
8006         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
8007         if the remaining date string (to be parsed) is empty, use "0".
8008         Reported by Mischa Molhoek and discussed in this thread:
8009         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
8010
8011 2007-10-31  Bruno Haible  <bruno@clisp.org>
8012
8013         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
8014         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
8015         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
8016         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
8017         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
8018         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
8019
8020 2007-10-31  Bruno Haible  <bruno@clisp.org>
8021
8022         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
8023         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
8024         (AC_TYPE_LONG_LONG_INT): Use it.
8025         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
8026         it as well.
8027         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
8028         to m4/longlong.m4.
8029         * modules/stdint (Files): Remove m4/ulonglong.m4.
8030         * modules/strtoull (Files): Use m4/longlong.m4 instead of
8031         m4/ulonglong.m4.
8032         * modules/strtoumax (Files): Likewise.
8033
8034 2007-10-30  Bruno Haible  <bruno@clisp.org>
8035
8036         * modules/xvasprintf-posix: New file.
8037         Suggested by Eric Blake.
8038
8039 2007-10-30  Bruno Haible  <bruno@clisp.org>
8040
8041         * modules/xprintf-posix-tests: New file.
8042         * tests/test-xprintf-posix.sh: New file.
8043         * tests/test-xprintf-posix.c: New file.
8044         * tests/test-xfprintf-posix.c: New file.
8045
8046         * modules/xprintf-posix: New file.
8047
8048 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8049
8050         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
8051         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
8052         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
8053
8054 2007-10-29  Bruno Haible  <bruno@clisp.org>
8055
8056         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
8057         contain the special marker '_cv_'.
8058         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
8059         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
8060         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
8061         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
8062         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
8063         Reported by Ralf Wildenhues.
8064
8065 2007-10-29  Bruno Haible  <bruno@clisp.org>
8066
8067         * gnulib-tool (func_import): When --lgpl is not specified, set
8068         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
8069         GPLv3.
8070         Reported by Simon Josefsson.
8071
8072 2007-10-28  Bruno Haible  <bruno@clisp.org>
8073
8074         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
8075         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
8076         HAVE_DECL_ISFINITE.
8077         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8078         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
8079         HAVE_DECL_ISFINITE.
8080
8081 2007-10-28  Bruno Haible  <bruno@clisp.org>
8082
8083         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
8084         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
8085
8086 2007-10-28  Bruno Haible  <bruno@clisp.org>
8087
8088         Fix link errors with Sun C 5.0 on Solaris 10.
8089         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
8090         function is declared but not present in the compiler's libm.
8091         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
8092         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
8093         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
8094         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
8095         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
8096         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
8097         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
8098         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8099         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
8100         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
8101         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
8102         HAVE_DECL_FLOORL.
8103
8104 2007-10-28  Bruno Haible  <bruno@clisp.org>
8105
8106         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
8107         gl_FUNC_FLOORL. Cache the result.
8108         (gl_FUNC_FLOORL): Use it.
8109         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
8110         gl_FUNC_CEILL. Cache the result.
8111         (gl_FUNC_CEILL): Use it.
8112
8113         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
8114         gl_FUNC_FLOOR. Cache the result.
8115         (gl_FUNC_FLOOR): Use it.
8116         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
8117         gl_FUNC_CEIL. Cache the result.
8118         (gl_FUNC_CEIL): Use it.
8119
8120         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
8121         gl_FUNC_FLOORF. Cache the result.
8122         (gl_FUNC_FLOORF): Use it.
8123         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
8124         gl_FUNC_CEILF. Cache the result.
8125         (gl_FUNC_CEILF): Use it.
8126
8127 2007-10-28  Bruno Haible  <bruno@clisp.org>
8128
8129         * gnulib-tool: Allow specifying the LGPL version number through
8130         --lgpl=2 or --lgpl=3.
8131         (func_usage): Document --lgpl with argument.
8132         Handle --lgpl=... arguments.
8133         (func_import): Recognize also gl_LGPL calls with an argument. When
8134         --lgpl=2 is used and the module's license is just LGPL, report an
8135         error. Set sed_transform_lib_file according to the lgpl variable. In
8136         the generated files, use --lgpl or gl_LGPL invocations with argument,
8137         if necessary.
8138         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
8139         an LGPv2+ license.
8140         * doc/gnulib-tool.texi (Modified imports): Update explanation of
8141         gl_LGPL macro.
8142
8143 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8144             Bruno Haible  <bruno@clisp.org>
8145
8146         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
8147         (u16_uctomb_aux): Likewise.
8148         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
8149         !HAVE_INLINE.
8150         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
8151
8152 2007-10-28  Bruno Haible  <bruno@clisp.org>
8153
8154         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
8155         Invoke AM_GETTEXT_OPTION if it exists.
8156         * modules/vasprintf: Likewise.
8157         * modules/verror: Likewise.
8158         * modules/xprintf: Likewise.
8159         * modules/xvasprintf: Likewise.
8160
8161 2007-10-27  Ben Pfaff  <blp@gnu.org>
8162
8163         * lib/math.in.h: Define isfinite macro and prototypes for
8164         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
8165         implementations.
8166         * m4/math_h.m4: New substitutions for isfinite module.
8167         * lib/isfinite.c: New file.
8168         * m4/isfinite.m4: New file.
8169         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
8170         * modules/isfinite: New file.
8171         * modules/isfinite-tests: New file.
8172         * tests/tests-isfinite.c: New file.
8173         * doc/functions/isfinite.texi: Mention isfinite module.
8174         * MODULES.html.sh: Mention new module.
8175
8176 2007-10-27  Ben Pfaff  <blp@gnu.org>
8177
8178         Ralf Wildenhues reported that Tru64 4.0D declares the round
8179         functions but does not have definitions.
8180         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
8181         cannot be found in any library, set the output variable to
8182         "missing" instead of "".
8183         * m4/round.m4: Also use our substitute if we cannot find round in
8184         any library, even if it is declared.
8185         * m4/roundf.m4: Likewise for roundf.
8186         * m4/roundl.m4: Likewise for roundl.
8187         * lib/math.in.h: Undefine roundf, round, roundl before defining
8188         their replacements, to allow for hypothetical systems where these
8189         may be defined as macros but not available in libraries.
8190
8191 2007-10-27  Bruno Haible  <bruno@clisp.org>
8192
8193         * doc/gnulib.texi: Invoke @firstparagraphindent.
8194         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
8195         changes in gnulib.
8196         (Source changes): New section.
8197
8198 2007-10-26  Bruno Haible  <bruno@clisp.org>
8199
8200         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
8201         borrowed from autoconf.
8202
8203 2007-10-26  Bruno Haible  <bruno@clisp.org>
8204
8205         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
8206         strerror returned the empty string. Needed on HP-UX 11.00.
8207
8208 2007-10-24  Micah Cowan  <micah@cowan.name>
8209
8210         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
8211         * build-aux/bootstrap: Remove support for now-unnecessary option,
8212         --cvs-user, and envvars CVS_USER, CVS_RSH.
8213
8214 2007-10-24  Jim Meyering  <meyering@redhat.com>
8215
8216         Avoid diagnostics from sha1sum when there is no cached checksum.
8217         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
8218         if the po.s1 file hasn't been created yet.
8219
8220         * build-aux/bootstrap: Sync from coreutils:
8221         2007-10-24  Jim Meyering  <meyering@redhat.com>
8222         Get gnulib from the git repository, not from an obsolete cvs one.
8223         * build-aux/bootstrap: Suggestion from Micah Cowan.
8224         2007-10-04  Jim Meyering  <jim@meyering.net>
8225         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
8226         (update_po_files): Work also when there are no .po files in po/.
8227
8228 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8229
8230         * README: Append ".git" to git and cg examples.
8231         Problem reported by Benoit Sigoure.
8232
8233 2007-10-23  Micah Cowan  <micah@cowan.name>
8234
8235         * users.txt: Add wget.
8236
8237 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8238
8239         Fix linking of some unistdio tests on FreeBSD.
8240         * modules/unistdio/u16-vsnprintf-tests
8241         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
8242         * modules/unistdio/u16-vsprintf-tests
8243         (test_u16_vsnprintf1_LDADD): Likewise.
8244         * modules/unistdio/u32-vsnprintf-tests
8245         (test_u32_vsnprintf1_LDADD): Likewise.
8246         * modules/unistdio/u32-vsprintf-tests
8247         (test_u32_vsprintf1_LDADD): Likewise.
8248         * modules/unistdio/u8-vsnprintf-tests
8249         (test_u8_vsnprintf1_LDADD): Likewise.
8250         * modules/unistdio/u8-vsprintf-tests
8251         (test_u8_vsprintf1_LDADD): Likewise.
8252         * modules/unistdio/ulc-vsnprintf-tests
8253         (test_ulc_vsnprintf1_LDADD): Likewise.
8254         * modules/unistdio/ulc-vsprintf-tests
8255         (test_ulc_vsprintf1_LDADD): Likewise.
8256
8257         Fix linking of some uniconv tests on FreeBSD.
8258         * modules/uniconv/u16-conv-from-enc-tests
8259         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
8260         * modules/uniconv/u16-conv-to-enc-tests
8261         (test_u16_conv_to_enc_LDADD): Likewise.
8262         * modules/uniconv/u16-strconv-from-enc-tests
8263         (test_u16_strconv_from_enc_LDADD): Likewise.
8264         * modules/uniconv/u16-strconv-to-enc-tests
8265         (test_u16_strconv_to_enc_LDADD): Likewise.
8266         * modules/uniconv/u32-conv-from-enc-tests
8267         (test_u32_conv_from_enc_LDADD): Likewise.
8268         * modules/uniconv/u32-conv-to-enc-tests
8269         (test_u32_conv_to_enc_LDADD): Likewise.
8270         * modules/uniconv/u32-strconv-from-enc-tests
8271         (test_u32_strconv_from_enc_LDADD): Likewise.
8272         * modules/uniconv/u32-strconv-to-enc-tests
8273         (test_u32_strconv_to_enc_LDADD): Likewise.
8274         * modules/uniconv/u8-conv-from-enc-tests
8275         (test_u8_conv_from_enc_LDADD): Likewise.
8276         * modules/uniconv/u8-conv-to-enc-tests
8277         (test_u8_conv_to_enc_LDADD): Likewise.
8278         * modules/uniconv/u8-strconv-from-enc-tests
8279         (test_u8_strconv_from_enc_LDADD): Likewise.
8280         * modules/uniconv/u8-strconv-to-enc-tests
8281         (test_u8_strconv_to_enc_LDADD): Likewise.
8282
8283 2007-10-22  Bruno Haible  <bruno@clisp.org>
8284
8285         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
8286         size.
8287
8288 2007-10-22  Eric Blake  <ebb9@byu.net>
8289
8290         Tweak x*printf documentation.
8291         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
8292         variable name and comments.
8293         Suggested by Bruno Haible.
8294
8295 2007-10-22  Bruno Haible  <bruno@clisp.org>
8296
8297         * lib/acl.c (copy_acl): Fix file name in comment.
8298
8299 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8300
8301         Fix Tru64 problem with stdbool.h.
8302         * lib/stdbool.in.h (false, true):
8303         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
8304         Don't declare as an enum in this situation; it runs afoul of Tru64.
8305         Problem reported by Steven M. Schweda in
8306         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
8307
8308 2007-10-22  Eric Blake  <ebb9@byu.net>
8309
8310         Also wrap vf?printf.
8311         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
8312         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
8313         (xvprintf, xvfprintf): New functions.
8314
8315 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8316
8317         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
8318         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
8319
8320         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
8321         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
8322
8323 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8324
8325         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
8326         by Bruno Haible.
8327
8328 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8329
8330         * lib/getloadavg.c
8331         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
8332         Undef `sys' after including sys/table.h, for Tru64 4.0D.
8333
8334         * tests/test-i-ring.c: Work for C89.
8335
8336 2007-10-22  Bruno Haible  <bruno@clisp.org>
8337
8338         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
8339         -1u, in preprocessor expression, so that we don't test for the bug
8340         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
8341         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
8342
8343 2007-10-22  Eric Blake  <ebb9@byu.net>
8344
8345         * tests/test-yesno.sh: Silence stderr during test.
8346
8347 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8348
8349         * modules/crypto/gc-camellia: New file.
8350
8351         * m4/gc-camellia.m4: New file.
8352
8353         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
8354
8355         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
8356
8357 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8358
8359         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
8360         --help to stdout.  Reported by sms@antinode.org (Steven
8361         M. Schweda).
8362
8363 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8364
8365         * users.txt: Fix link to libksba.
8366
8367 2007-10-21  Ben Pfaff  <blp@gnu.org>
8368
8369         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
8370         round.c roundf implementation that depends on floorf and ceilf to
8371         be tested unconditionally.
8372
8373 2007-10-21  Ben Pfaff  <blp@gnu.org>
8374
8375         * m4/check-libm-func.m4: Removed.
8376         * m4/check-math-lib.m4: New file.
8377         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
8378         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
8379         definition and lack of AC_LIBOBJ([roundf]).
8380         * m4/roundl.m4: Ditto, and similarly for roundl.
8381         * modules/round: Reference new m4 file.
8382         * modules/roundf: Ditto.
8383         * modules/roundl: Ditto.
8384         * tests/test-round2.c (main): Use ROUND instead of round.
8385         Bug report from Bruno Haible.
8386
8387 2007-10-21  Bruno Haible  <bruno@clisp.org>
8388
8389         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
8390         context.
8391
8392 2007-10-21  Bruno Haible  <bruno@clisp.org>
8393
8394         * tests/test-wcwidth.c (main): Allow negative result for some control
8395         characters.
8396
8397         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
8398         Needed on OSF/1 5.1.
8399
8400 2007-10-21  Bruno Haible  <bruno@clisp.org>
8401
8402         * tests/test-floorf1.c: Include isnanf.h.
8403         (main): Use isnanf() instead of isnan().
8404         * tests/test-ceilf1.c: Include isnanf.h.
8405         (main): Use isnanf() instead of isnan().
8406         * tests/test-truncf1.c: Include isnanf.h.
8407         (main): Use isnanf() instead of isnan().
8408         * tests/test-roundf1.c: Include isnanf.h.
8409         (main): Use isnanf() instead of isnan().
8410
8411 2007-10-21  Eric Blake  <ebb9@byu.net>
8412
8413         * users.txt: Update URL for m4.
8414
8415 2007-10-21  Bruno Haible  <bruno@clisp.org>
8416
8417         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
8418
8419 2007-10-21  Bruno Haible  <bruno@clisp.org>
8420
8421         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
8422         Git's management files if the CVS files are not present.
8423
8424 2007-10-20  Bruno Haible  <bruno@clisp.org>
8425
8426         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
8427         gcc-3.4.x.
8428
8429 2007-10-20  Ben Pfaff  <blp@gnu.org>
8430
8431         * lib/math.in.h: Declare round, roundf, roundl if we are providing
8432         implementations.
8433         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
8434         * lib/round.c: New file.
8435         * lib/roundf.c: New file.
8436         * lib/roundl.c: New file.
8437         * m4/round.m4: New file.
8438         * m4/roundf.m4: New file.
8439         * m4/roundl.m4: New file.
8440         * m4/check-libm-func-m4: New file.
8441         * modules/math: Replace round, roundf, roundl related @VARS@ in
8442         math.in.h.
8443         * modules/round: New file.
8444         * modules/round-tests: New file.
8445         * modules/roundf: New file.
8446         * modules/roundf-tests: New file.
8447         * modules/roundl: New file.
8448         * modules/roundl-tests: New file.
8449         * tests/test-round1.c: New file.
8450         * tests/test-round2.c: New file.
8451         * tests/test-roundf1.c: New file.
8452         * tests/test-roundf2.c: New file.
8453         * tests/test-roundl.c: New file.
8454         * doc/functions/round.texi: Mention round module.
8455         * doc/functions/roundf.texi: Mention roundf module.
8456         * doc/functions/roundl.texi: Mention roundl module.
8457         * MODULES.html.sh: Mention new modules.
8458         Thanks to Bruno Haible for suggestions.
8459
8460 2007-10-20  Jim Meyering  <meyering@redhat.com>
8461
8462         * lib/xprintf.c: Include <config.h> unconditionally.
8463
8464         Change xprintf's license to GPL.
8465         * modules/xprintf (License): s/LGPL/GPL/, since this module
8466         depends on modules (exit and exitfail) which are GPL.
8467         Suggestion from Bruno Haible.
8468
8469         xprintf fixes.
8470         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
8471         Use a clearer diagnostic.
8472         Patch from Bruno Haible.
8473
8474 2007-10-20  Bruno Haible  <bruno@clisp.org>
8475
8476         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
8477         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
8478         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8479
8480 2007-10-20  Bruno Haible  <bruno@clisp.org>
8481
8482         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
8483         precision in the comparison result > x - 1 or similar.
8484         * tests/test-ceilf2.c (correct_result_p): Likewise.
8485         * tests/test-truncf2.c (correct_result_p): Likewise.
8486         * tests/test-trunc2.c (correct_result_p): Likewise.
8487         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8488
8489 2007-10-20  Bruno Haible  <bruno@clisp.org>
8490
8491         * modules/ceil: New file.
8492         * m4/ceil.m4: New file.
8493         * doc/functions/ceil.texi: Mention the 'ceil' module.
8494
8495 2007-10-20  Bruno Haible  <bruno@clisp.org>
8496
8497         * modules/floor: New file.
8498         * m4/floor.m4: New file.
8499         * doc/functions/floor.texi: Mention the 'floor' module.
8500
8501 2007-10-20  Bruno Haible  <bruno@clisp.org>
8502
8503         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
8504         of %a.
8505         * modules/floorf-tests (Depends-on): Likewise.
8506         * modules/truncf-tests (Depends-on): Likewise.
8507         * modules/trunc-tests (Depends-on): Likewise.
8508         Reported by Ben Pfaff.
8509
8510 2007-10-19  Jim Meyering  <meyering@redhat.com>
8511
8512         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
8513         Don't bother testing specific errno values.  Just test ferror.
8514
8515         New module: xprintf
8516         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
8517
8518 2007-10-19  Bruno Haible  <bruno@clisp.org>
8519
8520         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
8521         syntax.
8522         * modules/javaexec (Makefile.am): Likewise.
8523         * modules/relocatable-prog (Makefile.am): Likewise.
8524         Suggested by Jim Meyering.
8525
8526 2007-10-18  Bruno Haible  <bruno@clisp.org>
8527
8528         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
8529         Reported by Jim Meyering.
8530
8531 2007-10-18  Eric Blake  <ebb9@byu.net>
8532
8533         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
8534
8535 2007-10-18  Bruno Haible  <bruno@clisp.org>
8536
8537         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
8538         the format string into writable memory. Needed in Fortify conditions.
8539
8540 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
8541             Bruno Haible  <bruno@clisp.org>
8542
8543         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
8544         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
8545         * modules/trim (Depends-on): Add mbchar.
8546         (configure.ac): Add gl_FUNC_MBRTOWC.
8547         (Makefile.am): Augment lib_SOURCES.
8548
8549 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8550
8551         Modify glob.c to use fstatat and dirfd, to simplify it.
8552         Suggested by Eric Blake.
8553         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
8554         Don't include <stdbool.h>; not used.
8555         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
8556         (link_exists_p): Simplify implementation, since we can now assume
8557         dirfd and fstatat.
8558         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
8559
8560 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8561
8562         * gnulib-tool (func_get_dependencies): Fix sed script to
8563         match only tests.
8564
8565 2007-10-17  Bruno Haible  <bruno@clisp.org>
8566
8567         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
8568         allow locale names without encoding suffix.
8569         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8570         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8571
8572 2007-10-16  Bruno Haible  <bruno@clisp.org>
8573
8574         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
8575         * lib/getgroups.c (getgroups): Likewise.
8576         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
8577
8578 2007-10-16  Bruno Haible  <bruno@clisp.org>
8579
8580         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
8581         * modules/malloc-posix (License): Likewise.
8582         * modules/realloc-posix (License): Likewise.
8583         * modules/calloc-posix (License): Likewise.
8584         * modules/intprops (License): Change from GPL to LGPL, with
8585         Paul Eggert's approval.
8586
8587 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8588
8589         Merge glibc changes into lib/glob.c.
8590
8591         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
8592         2007-10-15 04:59:03 UTC.  Here are the changes:
8593
8594         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8595
8596         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
8597
8598         * lib/glob.c: Add some branch prediction throughout.
8599
8600         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8601
8602         [BZ #5103]
8603         * lib/glob.c (glob): Recognize patterns starting \/.
8604
8605         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8606
8607         [BZ #3996]
8608         * lib/glob.c (attribute_hidden): Define if not defined.
8609         (glob): Unescape dirname, filename or username when needed and not
8610         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8611         is NULL.  Handle unescaped [ in pattern without closing ].
8612         Don't pass GLOB_CHECK down to recursive glob for directories.
8613         (__glob_pattern_type): New function.
8614         (__glob_pattern_p): Implement using __glob_pattern_type.
8615         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8616         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8617         Remove unreachable code.
8618
8619         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8620
8621         * lib/glob.c (glob_in_dir): Add some comments and asserts to
8622         explain why there are no leaks.
8623
8624         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8625
8626         [BZ #3253]
8627         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8628         time, rather allocate increasingly bigger arrays of pointers, if
8629         possible with alloca, if too large with malloc.
8630
8631 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8632
8633         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
8634         Problem reported by H.Merijn Brand in
8635         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
8636         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
8637         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8638
8639 2007-10-15  Bruno Haible  <bruno@clisp.org>
8640
8641         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
8642         with explicit rpl_ prefix.
8643         * lib/fopen.c (fopen): Likewise.
8644         * lib/freopen.c (freopen): Likewise.
8645         * lib/iconv.c (iconv): Likewise.
8646         * lib/iconv_close.c (iconv_close): Likewise.
8647
8648 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8649
8650         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
8651
8652 2007-10-15  Bruno Haible  <bruno@clisp.org>
8653
8654         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
8655         <stddef.h> instead of <stdlib.h> since we only need NULL.
8656         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8657
8658 2007-10-15  Bruno Haible  <bruno@clisp.org>
8659
8660         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
8661         Replace paragraph talking about LIBOBJS.
8662         Reported by Colin Watson <cjwatson@debian.org>.
8663
8664 2007-10-15  Bruno Haible  <bruno@clisp.org>
8665
8666         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
8667         <stdlib.h> before using NULL.
8668
8669 2007-10-15  Simon Josefsson  <simon@josefsson.org>
8670
8671         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
8672         Reported by Albert Chin <china@thewrittenword.com>.
8673
8674 2007-10-14  Bruno Haible  <bruno@clisp.org>
8675
8676         * modules/iconv_open-utf-tests: New file.
8677         * tests/test-iconv-utf.c: New file.
8678
8679         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
8680         * modules/iconv_open-utf: New file.
8681         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
8682         (iconv, iconv_close): New declarations.
8683         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
8684         be defined.
8685         (iconv_open): Add special handling of conversion between UTF-8 and
8686         UTF-{16,32}{BE,LE}.
8687         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
8688         * lib/iconv_close.c: New file.
8689         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
8690         gl_FUNC_ICONV_OPEN.
8691         (gl_FUNC_ICONV_OPEN): Use it.
8692         (gl_FUNC_ICONV_OPEN_UTF): New macro.
8693         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
8694         and REPLACE_ICONV_UTF.
8695         * modules/iconv_open (Depends-on): Add c-strcase.
8696         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
8697         ICONV_CONST.
8698         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
8699
8700 2007-10-13  Albert Chin  <china@thewrittenword.com>
8701             Bruno Haible  <bruno@clisp.org>
8702
8703         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
8704         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
8705
8706 2007-10-13  Bruno Haible  <bruno@clisp.org>
8707
8708         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
8709         defined, use the ISO C99 inline semantics.
8710         * lib/argp.h (ARGP_EI): Likewise.
8711
8712 2007-10-13  Bruno Haible  <bruno@clisp.org>
8713
8714         Handle 'inline' change in gcc 4.3.0.
8715         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
8716         argp_fmtstream_write, argp_fmtstream_set_lmargin,
8717         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
8718         argp_fmtstream_point): Disable 'extern' declaration if the function
8719         definition is going to be provided inline.
8720         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
8721         semantics, not the ISO C99 inline semantics.
8722         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
8723         'extern' declaration if the function definition is going to be provided
8724         inline.
8725         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
8726         the GNU C inline semantics, not the ISO C99 inline semantics. With
8727         GCC 4.2, avoid a warning.
8728
8729 2007-10-13  Bruno Haible  <bruno@clisp.org>
8730
8731         * lib/freading.h (freading): Enable the use of __freading for
8732         glibc >= 2.7.
8733         * lib/freading.c (freading): Likewise.
8734
8735 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8736
8737         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
8738         "warning: C99 inline functions are not supported; using GNU89".
8739
8740 2007-10-12  Bruno Haible  <bruno@clisp.org>
8741
8742         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
8743         of 2.
8744         * tests/test-ceilf2.c: New file.
8745         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
8746
8747         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
8748         * modules/ceilf-tests: Update.
8749
8750 2007-10-12  Bruno Haible  <bruno@clisp.org>
8751
8752         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
8753         of 2.
8754         * tests/test-floorf2.c: New file.
8755         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
8756
8757         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
8758         * modules/floorf-tests: Update.
8759
8760 2007-10-12  Bruno Haible  <bruno@clisp.org>
8761
8762         * tests/test-trunc2.c: New file.
8763         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
8764
8765         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
8766         * modules/trunc-tests: Update.
8767
8768 2007-10-12  Bruno Haible  <bruno@clisp.org>
8769
8770         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
8771         of 2.
8772         * tests/test-truncf2.c: New file.
8773         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
8774
8775         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
8776         * modules/truncf-tests: Update.
8777
8778 2007-10-11  Eric Blake  <ebb9@byu.net>
8779
8780         Don't claim strerror is broken on Interix.
8781         * doc/functions/strerror.texi (strerror): Known broken systems are
8782         now Solaris 8, and not Interix.
8783         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
8784         Interix on cross-compile.
8785         Reported by Martin Koeppe in
8786         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
8787
8788 2007-10-11  Bruno Haible  <bruno@clisp.org>
8789
8790         * modules/i-ring-tests: New file.
8791         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
8792         instead of assert.
8793
8794 2007-10-11  Bruno Haible  <bruno@clisp.org>
8795
8796         * modules/filenamecat-tests: New file.
8797         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
8798         * lib/filenamecat.c: Remove test code.
8799
8800 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8801
8802         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
8803
8804         * lib/strerror.c: Include <string.h> always, to test interface,
8805         and to remove the need for the dummy.
8806         Include intprops.h to compute width instead of doing it ourselves
8807         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
8808         (strerror): Define it to return NULL if there's no system strerror.
8809         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
8810         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
8811         ancient pre-strerror Unix systems well any more.  Saying "unknown
8812         system error" is enough.
8813         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
8814         simpler strerror.c implementation.
8815         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
8816         Simplify the tests to reflect the simpler strerror implementation.
8817         * modules/strerror (Depends-on): Add intprops.
8818
8819 2007-10-09  Eric Blake  <ebb9@byu.net>
8820
8821         Silence test-fpending.
8822         * modules/fpending-tests (Files): Add wrapper script.
8823         * tests/test-fpending.sh: New file.
8824
8825 2007-10-09  Bruno Haible  <bruno@clisp.org>
8826
8827         * MODULES.html.sh (func_module): Don't create a hyperlink for
8828         function names like 'printf_frexp'.
8829         (Misc): Add crc, memxor.
8830         (Characteristics of floating types): New section.
8831         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
8832         isnanf-nolibm, signbit, trunc, truncf, truncl.
8833         (Enhancements for ISO C 99 functions): New subsection Input/output.
8834         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
8835         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
8836         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
8837         (Compatibility checks for POSIX:2001 functions): Add clock-time.
8838         (Enhancements for POSIX:2001 functions): Add chdir-long.
8839         (File system functions): Add areadlink, chdir-safer, read-file.
8840         Remove cycle-check.
8841         (File system as inode set): New section.
8842         (Date and time): Add gethrxtime.
8843         (Multithreading): Add openmp.
8844         (Internationalization functions): Add localename.
8845         (Unicode string functions): Add unistr/u*-mbsnlen.
8846         (Support for maintaining and releasing projects): Add git-version-gen.
8847         (Lone files): Remove directories.
8848
8849 2007-10-08  Ben Pfaff  <blp@gnu.org>
8850
8851         * lib/xmalloca.h: Fix typo in comment.
8852
8853 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8854
8855         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
8856         when avoiding problems with integer overflow.  Use a portable test
8857         instead.
8858
8859 2007-10-08  Simon Josefsson  <simon@josefsson.org>
8860
8861         * modules/dummy (License): Change to LGPLv2+.
8862         * modules/float (License): Likewise
8863         * modules/realloc (License): Likewise
8864         * modules/stdlib (License): Likewise
8865
8866 2007-10-07  Bruno Haible  <bruno@clisp.org>
8867
8868         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
8869         * floor.c (TWO_MANT_DIG): Likewise.
8870         * ceil.c (TWO_MANT_DIG): Likewise.
8871         Reported by Ben Pfaff.
8872
8873 2007-10-07  Bruno Haible  <bruno@clisp.org>
8874
8875         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
8876         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
8877         * lib/frexp.c (FUNC): Likewise.
8878         * lib/printf-frexp.h (printf_frexp): Likewise.
8879         * lib/printf-frexpl.h (printf_frexpl): Likewise.
8880         * lib/printf-frexp.c (FUNC): Likewise.
8881         Suggested by Jim Meyering.
8882
8883 2007-10-07  Jim Meyering  <meyering@redhat.com>
8884
8885         Make xnanosleep's integer overflow test more robust.
8886         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
8887         so that gcc-4.3.0 doesn't optimize away this test for overflow.
8888
8889 2007-10-07  Bruno Haible  <bruno@clisp.org>
8890
8891         * NEWS: Mention the license change.
8892
8893         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
8894         abbreviations in the modules files.
8895
8896         Change copyright notice from GPLv2+ to GPLv3+.
8897         * README: Change copyright notice.
8898         * MODULES.html.sh: Likewise.
8899         * build-aux/bootstrap.conf: Likewise.
8900         * build-aux/config.libpath: Likewise.
8901         * build-aux/csharpcomp.sh.in: Likewise.
8902         * build-aux/csharpexec.sh.in: Likewise.
8903         * build-aux/install-reloc: Likewise.
8904         * build-aux/javacomp.sh.in: Likewise.
8905         * build-aux/javaexec.sh.in: Likewise.
8906         * build-aux/ldd.sh.in: Likewise.
8907         * build-aux/reloc-ldflags: Likewise.
8908         * build-aux/relocatable.sh.in: Likewise.
8909         * build-aux/x-to-1.in: Likewise.
8910         * check-module: Likewise.
8911         * config/srclistvars.sh: Likewise.
8912         * gnulib-tool: Likewise.
8913         * lib/acl-internal.h: Likewise.
8914         * lib/acl.c: Likewise.
8915         * lib/acl.h: Likewise.
8916         * lib/acl_entries.c: Likewise.
8917         * lib/areadlink-with-size.c: Likewise.
8918         * lib/areadlink.c: Likewise.
8919         * lib/areadlink.h: Likewise.
8920         * lib/argmatch.c: Likewise.
8921         * lib/argmatch.h: Likewise.
8922         * lib/argp-ba.c: Likewise.
8923         * lib/argp-eexst.c: Likewise.
8924         * lib/argp-fmtstream.c: Likewise.
8925         * lib/argp-fmtstream.h: Likewise.
8926         * lib/argp-fs-xinl.c: Likewise.
8927         * lib/argp-help.c: Likewise.
8928         * lib/argp-namefrob.h: Likewise.
8929         * lib/argp-parse.c: Likewise.
8930         * lib/argp-pin.c: Likewise.
8931         * lib/argp-pv.c: Likewise.
8932         * lib/argp-pvh.c: Likewise.
8933         * lib/argp-xinl.c: Likewise.
8934         * lib/argp.h: Likewise.
8935         * lib/at-func.c: Likewise.
8936         * lib/atanl.c: Likewise.
8937         * lib/backupfile.c: Likewise.
8938         * lib/backupfile.h: Likewise.
8939         * lib/basename.c: Likewise.
8940         * lib/binary-io.h: Likewise.
8941         * lib/byteswap.in.h: Likewise.
8942         * lib/c-stack.c: Likewise.
8943         * lib/c-stack.h: Likewise.
8944         * lib/c-strcasestr.c: Likewise.
8945         * lib/c-strcasestr.h: Likewise.
8946         * lib/c-strstr.c: Likewise.
8947         * lib/c-strstr.h: Likewise.
8948         * lib/c-strtod.c: Likewise.
8949         * lib/calloc.c: Likewise.
8950         * lib/canon-host.c: Likewise.
8951         * lib/canon-host.h: Likewise.
8952         * lib/canonicalize-lgpl.c: Likewise.
8953         * lib/canonicalize.c: Likewise.
8954         * lib/canonicalize.h: Likewise.
8955         * lib/ceil.c: Likewise.
8956         * lib/ceilf.c: Likewise.
8957         * lib/ceill.c: Likewise.
8958         * lib/chdir-long.c: Likewise.
8959         * lib/chdir-long.h: Likewise.
8960         * lib/chdir-safer.c: Likewise.
8961         * lib/chdir-safer.h: Likewise.
8962         * lib/chown.c: Likewise.
8963         * lib/classpath.c: Likewise.
8964         * lib/classpath.h: Likewise.
8965         * lib/clean-temp.c: Likewise.
8966         * lib/clean-temp.h: Likewise.
8967         * lib/cloexec.c: Likewise.
8968         * lib/close-stream.c: Likewise.
8969         * lib/closein.c: Likewise.
8970         * lib/closein.h: Likewise.
8971         * lib/closeout.c: Likewise.
8972         * lib/closeout.h: Likewise.
8973         * lib/concat-filename.c: Likewise.
8974         * lib/copy-file.c: Likewise.
8975         * lib/copy-file.h: Likewise.
8976         * lib/count-one-bits.h: Likewise.
8977         * lib/crc.c: Likewise.
8978         * lib/crc.h: Likewise.
8979         * lib/creat-safer.c: Likewise.
8980         * lib/csharpcomp.c: Likewise.
8981         * lib/csharpcomp.h: Likewise.
8982         * lib/csharpexec.c: Likewise.
8983         * lib/csharpexec.h: Likewise.
8984         * lib/cycle-check.c: Likewise.
8985         * lib/cycle-check.h: Likewise.
8986         * lib/diacrit.c: Likewise.
8987         * lib/diacrit.h: Likewise.
8988         * lib/diffseq.h: Likewise.
8989         * lib/dirchownmod.c: Likewise.
8990         * lib/dirent.in.h: Likewise.
8991         * lib/dirfd.c: Likewise.
8992         * lib/dirfd.h: Likewise.
8993         * lib/dirname.c: Likewise.
8994         * lib/dirname.h: Likewise.
8995         * lib/dummy.c: Likewise.
8996         * lib/dup-safer.c: Likewise.
8997         * lib/dup2.c: Likewise.
8998         * lib/eealloc.h: Likewise.
8999         * lib/error.c: Likewise.
9000         * lib/error.h: Likewise.
9001         * lib/euidaccess.c: Likewise.
9002         * lib/exclude.c: Likewise.
9003         * lib/exclude.h: Likewise.
9004         * lib/execute.c: Likewise.
9005         * lib/execute.h: Likewise.
9006         * lib/exitfail.c: Likewise.
9007         * lib/exitfail.h: Likewise.
9008         * lib/expl.c: Likewise.
9009         * lib/fatal-signal.c: Likewise.
9010         * lib/fatal-signal.h: Likewise.
9011         * lib/fbufmode.c: Likewise.
9012         * lib/fbufmode.h: Likewise.
9013         * lib/fchdir.c: Likewise.
9014         * lib/fchmodat.c: Likewise.
9015         * lib/fchownat.c: Likewise.
9016         * lib/fcntl--.h: Likewise.
9017         * lib/fcntl-safer.h: Likewise.
9018         * lib/fcntl.in.h: Likewise.
9019         * lib/fd-safer.c: Likewise.
9020         * lib/fflush.c: Likewise.
9021         * lib/file-has-acl.c: Likewise.
9022         * lib/file-set.c: Likewise.
9023         * lib/file-type.c: Likewise.
9024         * lib/file-type.h: Likewise.
9025         * lib/fileblocks.c: Likewise.
9026         * lib/filemode.c: Likewise.
9027         * lib/filemode.h: Likewise.
9028         * lib/filename.h: Likewise.
9029         * lib/filenamecat.c: Likewise.
9030         * lib/filenamecat.h: Likewise.
9031         * lib/findprog.c: Likewise.
9032         * lib/findprog.h: Likewise.
9033         * lib/float.in.h: Likewise.
9034         * lib/floor.c: Likewise.
9035         * lib/floorf.c: Likewise.
9036         * lib/floorl.c: Likewise.
9037         * lib/fopen-safer.c: Likewise.
9038         * lib/fopen.c: Likewise.
9039         * lib/fpending.c: Likewise.
9040         * lib/fpending.h: Likewise.
9041         * lib/fprintf.c: Likewise.
9042         * lib/fprintftime.h: Likewise.
9043         * lib/fpucw.h: Likewise.
9044         * lib/fpurge.c: Likewise.
9045         * lib/fpurge.h: Likewise.
9046         * lib/freadable.c: Likewise.
9047         * lib/freadable.h: Likewise.
9048         * lib/freadahead.c: Likewise.
9049         * lib/freadahead.h: Likewise.
9050         * lib/freading.c: Likewise.
9051         * lib/freading.h: Likewise.
9052         * lib/free.c: Likewise.
9053         * lib/freopen.c: Likewise.
9054         * lib/frexp.c: Likewise.
9055         * lib/frexpl.c: Likewise.
9056         * lib/fseek.c: Likewise.
9057         * lib/fseterr.c: Likewise.
9058         * lib/fseterr.h: Likewise.
9059         * lib/fstatat.c: Likewise.
9060         * lib/fstrcmp.c: Likewise.
9061         * lib/fstrcmp.h: Likewise.
9062         * lib/fsusage.c: Likewise.
9063         * lib/fsusage.h: Likewise.
9064         * lib/ftell.c: Likewise.
9065         * lib/ftello.c: Likewise.
9066         * lib/fts-cycle.c: Likewise.
9067         * lib/fts.c: Likewise.
9068         * lib/fts_.h: Likewise.
9069         * lib/full-read.c: Likewise.
9070         * lib/full-read.h: Likewise.
9071         * lib/full-write.c: Likewise.
9072         * lib/full-write.h: Likewise.
9073         * lib/fwritable.c: Likewise.
9074         * lib/fwritable.h: Likewise.
9075         * lib/fwriteerror.c: Likewise.
9076         * lib/fwriteerror.h: Likewise.
9077         * lib/fwriting.c: Likewise.
9078         * lib/fwriting.h: Likewise.
9079         * lib/gcd.c: Likewise.
9080         * lib/gcd.h: Likewise.
9081         * lib/getcwd.c: Likewise.
9082         * lib/getdate.h: Likewise.
9083         * lib/getdate.y: Likewise.
9084         * lib/getdomainname.c: Likewise.
9085         * lib/getdomainname.h: Likewise.
9086         * lib/getgroups.c: Likewise.
9087         * lib/gethostname.c: Likewise.
9088         * lib/gethrxtime.c: Likewise.
9089         * lib/gethrxtime.h: Likewise.
9090         * lib/getloadavg.c: Likewise.
9091         * lib/getndelim2.c: Likewise.
9092         * lib/getndelim2.h: Likewise.
9093         * lib/getnline.c: Likewise.
9094         * lib/getnline.h: Likewise.
9095         * lib/getopt.c: Likewise.
9096         * lib/getopt.in.h: Likewise.
9097         * lib/getopt1.c: Likewise.
9098         * lib/getopt_int.h: Likewise.
9099         * lib/getpagesize.h: Likewise.
9100         * lib/getsubopt.c: Likewise.
9101         * lib/gettime.c: Likewise.
9102         * lib/getugroups.c: Likewise.
9103         * lib/getugroups.h: Likewise.
9104         * lib/getusershell.c: Likewise.
9105         * lib/gl_anyavltree_list1.h: Likewise.
9106         * lib/gl_anyavltree_list2.h: Likewise.
9107         * lib/gl_anyhash_list1.h: Likewise.
9108         * lib/gl_anyhash_list2.h: Likewise.
9109         * lib/gl_anylinked_list1.h: Likewise.
9110         * lib/gl_anylinked_list2.h: Likewise.
9111         * lib/gl_anyrbtree_list1.h: Likewise.
9112         * lib/gl_anyrbtree_list2.h: Likewise.
9113         * lib/gl_anytree_list1.h: Likewise.
9114         * lib/gl_anytree_list2.h: Likewise.
9115         * lib/gl_anytree_oset.h: Likewise.
9116         * lib/gl_anytreehash_list1.h: Likewise.
9117         * lib/gl_anytreehash_list2.h: Likewise.
9118         * lib/gl_array_list.c: Likewise.
9119         * lib/gl_array_list.h: Likewise.
9120         * lib/gl_array_oset.c: Likewise.
9121         * lib/gl_array_oset.h: Likewise.
9122         * lib/gl_avltree_list.c: Likewise.
9123         * lib/gl_avltree_list.h: Likewise.
9124         * lib/gl_avltree_oset.c: Likewise.
9125         * lib/gl_avltree_oset.h: Likewise.
9126         * lib/gl_avltreehash_list.c: Likewise.
9127         * lib/gl_avltreehash_list.h: Likewise.
9128         * lib/gl_carray_list.c: Likewise.
9129         * lib/gl_carray_list.h: Likewise.
9130         * lib/gl_linked_list.c: Likewise.
9131         * lib/gl_linked_list.h: Likewise.
9132         * lib/gl_linkedhash_list.c: Likewise.
9133         * lib/gl_linkedhash_list.h: Likewise.
9134         * lib/gl_list.c: Likewise.
9135         * lib/gl_list.h: Likewise.
9136         * lib/gl_oset.c: Likewise.
9137         * lib/gl_oset.h: Likewise.
9138         * lib/gl_rbtree_list.c: Likewise.
9139         * lib/gl_rbtree_list.h: Likewise.
9140         * lib/gl_rbtree_oset.c: Likewise.
9141         * lib/gl_rbtree_oset.h: Likewise.
9142         * lib/gl_rbtreehash_list.c: Likewise.
9143         * lib/gl_rbtreehash_list.h: Likewise.
9144         * lib/gl_sublist.c: Likewise.
9145         * lib/gl_sublist.h: Likewise.
9146         * lib/group-member.c: Likewise.
9147         * lib/group-member.h: Likewise.
9148         * lib/hard-locale.c: Likewise.
9149         * lib/hard-locale.h: Likewise.
9150         * lib/hash-pjw.c: Likewise.
9151         * lib/hash-pjw.h: Likewise.
9152         * lib/hash-triple.c: Likewise.
9153         * lib/hash.c: Likewise.
9154         * lib/hash.h: Likewise.
9155         * lib/human.c: Likewise.
9156         * lib/human.h: Likewise.
9157         * lib/i-ring.c: Likewise.
9158         * lib/i-ring.h: Likewise.
9159         * lib/idcache.c: Likewise.
9160         * lib/imaxabs.c: Likewise.
9161         * lib/imaxdiv.c: Likewise.
9162         * lib/inet_pton.c: Likewise.
9163         * lib/inet_pton.h: Likewise.
9164         * lib/intprops.h: Likewise.
9165         * lib/inttostr.c: Likewise.
9166         * lib/inttostr.h: Likewise.
9167         * lib/inttypes.in.h: Likewise.
9168         * lib/isapipe.c: Likewise.
9169         * lib/isdir.c: Likewise.
9170         * lib/isnan.c: Likewise.
9171         * lib/isnan.h: Likewise.
9172         * lib/isnanf.c: Likewise.
9173         * lib/isnanf.h: Likewise.
9174         * lib/isnanl-nolibm.h: Likewise.
9175         * lib/isnanl.c: Likewise.
9176         * lib/isnanl.h: Likewise.
9177         * lib/javacomp.c: Likewise.
9178         * lib/javacomp.h: Likewise.
9179         * lib/javaexec.c: Likewise.
9180         * lib/javaexec.h: Likewise.
9181         * lib/javaversion.c: Likewise.
9182         * lib/javaversion.h: Likewise.
9183         * lib/javaversion.java: Likewise.
9184         * lib/lbrkprop.h: Likewise.
9185         * lib/lchmod.h: Likewise.
9186         * lib/lchown.c: Likewise.
9187         * lib/ldexpl.c: Likewise.
9188         * lib/linebreak.c: Likewise.
9189         * lib/linebreak.h: Likewise.
9190         * lib/linebuffer.c: Likewise.
9191         * lib/linebuffer.h: Likewise.
9192         * lib/locale.in.h: Likewise.
9193         * lib/logl.c: Likewise.
9194         * lib/long-options.c: Likewise.
9195         * lib/long-options.h: Likewise.
9196         * lib/lstat.c: Likewise.
9197         * lib/lstat.h: Likewise.
9198         * lib/math.in.h: Likewise.
9199         * lib/mbchar.c: Likewise.
9200         * lib/mbchar.h: Likewise.
9201         * lib/mbfile.h: Likewise.
9202         * lib/mbiter.h: Likewise.
9203         * lib/mbscasecmp.c: Likewise.
9204         * lib/mbscasestr.c: Likewise.
9205         * lib/mbschr.c: Likewise.
9206         * lib/mbscspn.c: Likewise.
9207         * lib/mbslen.c: Likewise.
9208         * lib/mbsncasecmp.c: Likewise.
9209         * lib/mbsnlen.c: Likewise.
9210         * lib/mbspbrk.c: Likewise.
9211         * lib/mbspcasecmp.c: Likewise.
9212         * lib/mbsrchr.c: Likewise.
9213         * lib/mbssep.c: Likewise.
9214         * lib/mbsspn.c: Likewise.
9215         * lib/mbsstr.c: Likewise.
9216         * lib/mbstok_r.c: Likewise.
9217         * lib/mbswidth.c: Likewise.
9218         * lib/mbswidth.h: Likewise.
9219         * lib/mbuiter.h: Likewise.
9220         * lib/memcasecmp.c: Likewise.
9221         * lib/memcasecmp.h: Likewise.
9222         * lib/memchr.c: Likewise.
9223         * lib/memcmp.c: Likewise.
9224         * lib/memcoll.c: Likewise.
9225         * lib/memcoll.h: Likewise.
9226         * lib/memcpy.c: Likewise.
9227         * lib/memrchr.c: Likewise.
9228         * lib/mkancesdirs.c: Likewise.
9229         * lib/mkdir-p.c: Likewise.
9230         * lib/mkdir-p.h: Likewise.
9231         * lib/mkdir.c: Likewise.
9232         * lib/mkdirat.c: Likewise.
9233         * lib/mkdtemp.c: Likewise.
9234         * lib/mkstemp-safer.c: Likewise.
9235         * lib/mkstemp.c: Likewise.
9236         * lib/modechange.c: Likewise.
9237         * lib/modechange.h: Likewise.
9238         * lib/mountlist.c: Likewise.
9239         * lib/mountlist.h: Likewise.
9240         * lib/mpsort.c: Likewise.
9241         * lib/nanosleep.c: Likewise.
9242         * lib/obstack.c: Likewise.
9243         * lib/obstack.h: Likewise.
9244         * lib/open-safer.c: Likewise.
9245         * lib/open.c: Likewise.
9246         * lib/openat-die.c: Likewise.
9247         * lib/openat-priv.h: Likewise.
9248         * lib/openat-proc.c: Likewise.
9249         * lib/openat.c: Likewise.
9250         * lib/openat.h: Likewise.
9251         * lib/pagealign_alloc.c: Likewise.
9252         * lib/pagealign_alloc.h: Likewise.
9253         * lib/physmem.c: Likewise.
9254         * lib/physmem.h: Likewise.
9255         * lib/pipe-safer.c: Likewise.
9256         * lib/pipe.c: Likewise.
9257         * lib/pipe.h: Likewise.
9258         * lib/posixtm.c: Likewise.
9259         * lib/posixtm.h: Likewise.
9260         * lib/posixver.c: Likewise.
9261         * lib/printf-frexp.c: Likewise.
9262         * lib/printf-frexp.h: Likewise.
9263         * lib/printf-frexpl.c: Likewise.
9264         * lib/printf-frexpl.h: Likewise.
9265         * lib/printf.c: Likewise.
9266         * lib/progname.c: Likewise.
9267         * lib/progname.h: Likewise.
9268         * lib/progreloc.c: Likewise.
9269         * lib/putenv.c: Likewise.
9270         * lib/quote.c: Likewise.
9271         * lib/quote.h: Likewise.
9272         * lib/quotearg.c: Likewise.
9273         * lib/quotearg.h: Likewise.
9274         * lib/raise.c: Likewise.
9275         * lib/readline.c: Likewise.
9276         * lib/readline.h: Likewise.
9277         * lib/readlink.c: Likewise.
9278         * lib/readtokens.c: Likewise.
9279         * lib/readtokens.h: Likewise.
9280         * lib/readtokens0.c: Likewise.
9281         * lib/readtokens0.h: Likewise.
9282         * lib/readutmp.c: Likewise.
9283         * lib/readutmp.h: Likewise.
9284         * lib/realloc.c: Likewise.
9285         * lib/relocwrapper.c: Likewise.
9286         * lib/rename-dest-slash.c: Likewise.
9287         * lib/rename.c: Likewise.
9288         * lib/rmdir.c: Likewise.
9289         * lib/rpmatch.c: Likewise.
9290         * lib/safe-read.c: Likewise.
9291         * lib/safe-read.h: Likewise.
9292         * lib/safe-write.c: Likewise.
9293         * lib/safe-write.h: Likewise.
9294         * lib/same-inode.h: Likewise.
9295         * lib/same.c: Likewise.
9296         * lib/same.h: Likewise.
9297         * lib/save-cwd.c: Likewise.
9298         * lib/save-cwd.h: Likewise.
9299         * lib/savedir.c: Likewise.
9300         * lib/savedir.h: Likewise.
9301         * lib/savewd.c: Likewise.
9302         * lib/savewd.h: Likewise.
9303         * lib/search.in.h: Likewise.
9304         * lib/setenv.c: Likewise.
9305         * lib/setenv.h: Likewise.
9306         * lib/settime.c: Likewise.
9307         * lib/sh-quote.c: Likewise.
9308         * lib/sh-quote.h: Likewise.
9309         * lib/sig2str.c: Likewise.
9310         * lib/sig2str.h: Likewise.
9311         * lib/signal.in.h: Likewise.
9312         * lib/signbitd.c: Likewise.
9313         * lib/signbitf.c: Likewise.
9314         * lib/signbitl.c: Likewise.
9315         * lib/sigprocmask.c: Likewise.
9316         * lib/sincosl.c: Likewise.
9317         * lib/sleep.c: Likewise.
9318         * lib/sprintf.c: Likewise.
9319         * lib/sqrtl.c: Likewise.
9320         * lib/stat-time.h: Likewise.
9321         * lib/stdio--.h: Likewise.
9322         * lib/stdio-safer.h: Likewise.
9323         * lib/stdlib--.h: Likewise.
9324         * lib/stdlib-safer.h: Likewise.
9325         * lib/stdlib.in.h: Likewise.
9326         * lib/stpcpy.c: Likewise.
9327         * lib/stpncpy.c: Likewise.
9328         * lib/strchrnul.c: Likewise.
9329         * lib/strcspn.c: Likewise.
9330         * lib/strerror.c: Likewise.
9331         * lib/strftime.c: Likewise.
9332         * lib/strftime.h: Likewise.
9333         * lib/striconveh.c: Likewise.
9334         * lib/striconveh.h: Likewise.
9335         * lib/striconveha.c: Likewise.
9336         * lib/striconveha.h: Likewise.
9337         * lib/stripslash.c: Likewise.
9338         * lib/strnlen1.c: Likewise.
9339         * lib/strnlen1.h: Likewise.
9340         * lib/strtod.c: Likewise.
9341         * lib/strtoimax.c: Likewise.
9342         * lib/strtok_r.c: Likewise.
9343         * lib/strtol.c: Likewise.
9344         * lib/strtoll.c: Likewise.
9345         * lib/strtoul.c: Likewise.
9346         * lib/strtoull.c: Likewise.
9347         * lib/sysexits.in.h: Likewise.
9348         * lib/tempname.c: Likewise.
9349         * lib/tempname.h: Likewise.
9350         * lib/timespec.h: Likewise.
9351         * lib/tls.c: Likewise.
9352         * lib/tls.h: Likewise.
9353         * lib/tmpdir.c: Likewise.
9354         * lib/tmpdir.h: Likewise.
9355         * lib/tmpfile-safer.c: Likewise.
9356         * lib/tmpfile.c: Likewise.
9357         * lib/trigl.c: Likewise.
9358         * lib/trigl.h: Likewise.
9359         * lib/trim.c: Likewise.
9360         * lib/trim.h: Likewise.
9361         * lib/trunc.c: Likewise.
9362         * lib/truncf.c: Likewise.
9363         * lib/truncl.c: Likewise.
9364         * lib/tsearch.c: Likewise.
9365         * lib/unicodeio.c: Likewise.
9366         * lib/unicodeio.h: Likewise.
9367         * lib/unistd--.h: Likewise.
9368         * lib/unistd-safer.h: Likewise.
9369         * lib/unistdio/ulc-fprintf.c: Likewise.
9370         * lib/unistdio/ulc-vfprintf.c: Likewise.
9371         * lib/unlinkdir.c: Likewise.
9372         * lib/unlinkdir.h: Likewise.
9373         * lib/unlocked-io.h: Likewise.
9374         * lib/unsetenv.c: Likewise.
9375         * lib/userspec.c: Likewise.
9376         * lib/utime.c: Likewise.
9377         * lib/utimecmp.c: Likewise.
9378         * lib/utimecmp.h: Likewise.
9379         * lib/utimens.c: Likewise.
9380         * lib/verify.h: Likewise.
9381         * lib/verror.c: Likewise.
9382         * lib/verror.h: Likewise.
9383         * lib/version-etc-fsf.c: Likewise.
9384         * lib/version-etc.c: Likewise.
9385         * lib/version-etc.h: Likewise.
9386         * lib/vfprintf.c: Likewise.
9387         * lib/vprintf.c: Likewise.
9388         * lib/vsprintf.c: Likewise.
9389         * lib/w32spawn.h: Likewise.
9390         * lib/wait-process.c: Likewise.
9391         * lib/wait-process.h: Likewise.
9392         * lib/wcwidth.c: Likewise.
9393         * lib/write-any-file.c: Likewise.
9394         * lib/xalloc-die.c: Likewise.
9395         * lib/xalloc.h: Likewise.
9396         * lib/xasprintf.c: Likewise.
9397         * lib/xgetcwd.c: Likewise.
9398         * lib/xgetcwd.h: Likewise.
9399         * lib/xgetdomainname.c: Likewise.
9400         * lib/xgetdomainname.h: Likewise.
9401         * lib/xgethostname.c: Likewise.
9402         * lib/xmalloc.c: Likewise.
9403         * lib/xmalloca.c: Likewise.
9404         * lib/xmalloca.h: Likewise.
9405         * lib/xmemcoll.c: Likewise.
9406         * lib/xnanosleep.c: Likewise.
9407         * lib/xreadlink.c: Likewise.
9408         * lib/xreadlink.h: Likewise.
9409         * lib/xsetenv.c: Likewise.
9410         * lib/xsetenv.h: Likewise.
9411         * lib/xstriconv.c: Likewise.
9412         * lib/xstriconv.h: Likewise.
9413         * lib/xstrndup.c: Likewise.
9414         * lib/xstrndup.h: Likewise.
9415         * lib/xstrtod.c: Likewise.
9416         * lib/xstrtod.h: Likewise.
9417         * lib/xstrtol-error.c: Likewise.
9418         * lib/xstrtol.c: Likewise.
9419         * lib/xstrtol.h: Likewise.
9420         * lib/xtime.h: Likewise.
9421         * lib/xvasprintf.c: Likewise.
9422         * lib/xvasprintf.h: Likewise.
9423         * lib/yesno.c: Likewise.
9424         * lib/yesno.h: Likewise.
9425         * posix-modules: Likewise.
9426         * tests/test-alloca-opt.c: Likewise.
9427         * tests/test-arcfour.c: Likewise.
9428         * tests/test-arctwo.c: Likewise.
9429         * tests/test-argmatch.c: Likewise.
9430         * tests/test-argp-2.sh: Likewise.
9431         * tests/test-argp.c: Likewise.
9432         * tests/test-arpa_inet.c: Likewise.
9433         * tests/test-array_list.c: Likewise.
9434         * tests/test-array_oset.c: Likewise.
9435         * tests/test-atexit.c: Likewise.
9436         * tests/test-avltree_list.c: Likewise.
9437         * tests/test-avltree_oset.c: Likewise.
9438         * tests/test-avltreehash_list.c: Likewise.
9439         * tests/test-base64.c: Likewise.
9440         * tests/test-binary-io.c: Likewise.
9441         * tests/test-byteswap.c: Likewise.
9442         * tests/test-c-ctype.c: Likewise.
9443         * tests/test-c-strcasecmp.c: Likewise.
9444         * tests/test-c-strcasestr.c: Likewise.
9445         * tests/test-c-strncasecmp.c: Likewise.
9446         * tests/test-c-strstr.c: Likewise.
9447         * tests/test-canonicalize-lgpl.c: Likewise.
9448         * tests/test-canonicalize.c: Likewise.
9449         * tests/test-carray_list.c: Likewise.
9450         * tests/test-ceilf.c: Likewise.
9451         * tests/test-ceill.c: Likewise.
9452         * tests/test-count-one-bits.c: Likewise.
9453         * tests/test-crc.c: Likewise.
9454         * tests/test-dirname.c: Likewise.
9455         * tests/test-fbufmode.c: Likewise.
9456         * tests/test-fcntl.c: Likewise.
9457         * tests/test-fflush.c: Likewise.
9458         * tests/test-floorf.c: Likewise.
9459         * tests/test-floorl.c: Likewise.
9460         * tests/test-fopen.c: Likewise.
9461         * tests/test-fprintf-posix.c: Likewise.
9462         * tests/test-fprintf-posix.h: Likewise.
9463         * tests/test-fpurge.c: Likewise.
9464         * tests/test-freadable.c: Likewise.
9465         * tests/test-freadahead.c: Likewise.
9466         * tests/test-freading.c: Likewise.
9467         * tests/test-freopen.c: Likewise.
9468         * tests/test-frexp.c: Likewise.
9469         * tests/test-frexpl.c: Likewise.
9470         * tests/test-fseek.c: Likewise.
9471         * tests/test-fseeko.c: Likewise.
9472         * tests/test-fseterr.c: Likewise.
9473         * tests/test-fstrcmp.c: Likewise.
9474         * tests/test-ftell.c: Likewise.
9475         * tests/test-ftello.c: Likewise.
9476         * tests/test-fwritable.c: Likewise.
9477         * tests/test-fwriting.c: Likewise.
9478         * tests/test-getaddrinfo.c: Likewise.
9479         * tests/test-getpass.c: Likewise.
9480         * tests/test-gettimeofday.c: Likewise.
9481         * tests/test-hmac-md5.c: Likewise.
9482         * tests/test-hmac-sha1.c: Likewise.
9483         * tests/test-iconv.c: Likewise.
9484         * tests/test-iconvme.c: Likewise.
9485         * tests/test-inttypes.c: Likewise.
9486         * tests/test-isnan.c: Likewise.
9487         * tests/test-isnanf.c: Likewise.
9488         * tests/test-isnanl-nolibm.c: Likewise.
9489         * tests/test-isnanl.c: Likewise.
9490         * tests/test-isnanl.h: Likewise.
9491         * tests/test-ldexpl.c: Likewise.
9492         * tests/test-linked_list.c: Likewise.
9493         * tests/test-linkedhash_list.c: Likewise.
9494         * tests/test-locale.c: Likewise.
9495         * tests/test-localename.c: Likewise.
9496         * tests/test-lock.c: Likewise.
9497         * tests/test-lseek.c: Likewise.
9498         * tests/test-malloca.c: Likewise.
9499         * tests/test-math.c: Likewise.
9500         * tests/test-mbscasecmp.c: Likewise.
9501         * tests/test-mbscasestr1.c: Likewise.
9502         * tests/test-mbscasestr2.c: Likewise.
9503         * tests/test-mbscasestr3.c: Likewise.
9504         * tests/test-mbscasestr4.c: Likewise.
9505         * tests/test-mbschr.c: Likewise.
9506         * tests/test-mbscspn.c: Likewise.
9507         * tests/test-mbsncasecmp.c: Likewise.
9508         * tests/test-mbspbrk.c: Likewise.
9509         * tests/test-mbspcasecmp.c: Likewise.
9510         * tests/test-mbsrchr.c: Likewise.
9511         * tests/test-mbsspn.c: Likewise.
9512         * tests/test-mbsstr1.c: Likewise.
9513         * tests/test-mbsstr2.c: Likewise.
9514         * tests/test-mbsstr3.c: Likewise.
9515         * tests/test-md5.c: Likewise.
9516         * tests/test-memmem.c: Likewise.
9517         * tests/test-netinet_in.c: Likewise.
9518         * tests/test-open.c: Likewise.
9519         * tests/test-printf-frexp.c: Likewise.
9520         * tests/test-printf-frexpl.c: Likewise.
9521         * tests/test-printf-posix.c: Likewise.
9522         * tests/test-printf-posix.h: Likewise.
9523         * tests/test-rbtree_list.c: Likewise.
9524         * tests/test-rbtree_oset.c: Likewise.
9525         * tests/test-rbtreehash_list.c: Likewise.
9526         * tests/test-read-file.c: Likewise.
9527         * tests/test-rijndael.c: Likewise.
9528         * tests/test-search.c: Likewise.
9529         * tests/test-signbit.c: Likewise.
9530         * tests/test-sleep.c: Likewise.
9531         * tests/test-snprintf-posix.c: Likewise.
9532         * tests/test-snprintf-posix.h: Likewise.
9533         * tests/test-snprintf.c: Likewise.
9534         * tests/test-sprintf-posix.c: Likewise.
9535         * tests/test-sprintf-posix.h: Likewise.
9536         * tests/test-stat-time.c: Likewise.
9537         * tests/test-stdbool.c: Likewise.
9538         * tests/test-stdint.c: Likewise.
9539         * tests/test-stdio.c: Likewise.
9540         * tests/test-stdlib.c: Likewise.
9541         * tests/test-stpncpy.c: Likewise.
9542         * tests/test-strcasestr.c: Likewise.
9543         * tests/test-striconv.c: Likewise.
9544         * tests/test-striconveh.c: Likewise.
9545         * tests/test-striconveha.c: Likewise.
9546         * tests/test-string.c: Likewise.
9547         * tests/test-sys_select.c: Likewise.
9548         * tests/test-sys_socket.c: Likewise.
9549         * tests/test-sys_stat.c: Likewise.
9550         * tests/test-sys_time.c: Likewise.
9551         * tests/test-sysexits.c: Likewise.
9552         * tests/test-time.c: Likewise.
9553         * tests/test-tls.c: Likewise.
9554         * tests/test-trunc.c: Likewise.
9555         * tests/test-truncf.c: Likewise.
9556         * tests/test-truncl.c: Likewise.
9557         * tests/test-unistd.c: Likewise.
9558         * tests/test-vasnprintf-posix.c: Likewise.
9559         * tests/test-vasnprintf-posix2.c: Likewise.
9560         * tests/test-vasnprintf.c: Likewise.
9561         * tests/test-vasprintf-posix.c: Likewise.
9562         * tests/test-vasprintf.c: Likewise.
9563         * tests/test-verify.c: Likewise.
9564         * tests/test-vfprintf-posix.c: Likewise.
9565         * tests/test-vprintf-posix.c: Likewise.
9566         * tests/test-vsnprintf-posix.c: Likewise.
9567         * tests/test-vsnprintf.c: Likewise.
9568         * tests/test-vsprintf-posix.c: Likewise.
9569         * tests/test-wchar.c: Likewise.
9570         * tests/test-wctype.c: Likewise.
9571         * tests/test-wcwidth.c: Likewise.
9572         * tests/test-xstrtol.c: Likewise.
9573         * tests/test-xvasprintf.c: Likewise.
9574         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
9575         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
9576         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9577         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9578         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9579         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
9580         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9581         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9582         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9583         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
9584         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9585         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9586         * tests/uniname/test-uninames.c: Likewise.
9587         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
9588         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
9589         * tests/unistdio/test-u16-printf1.h: Likewise.
9590         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
9591         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
9592         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
9593         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
9594         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
9595         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
9596         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
9597         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
9598         * tests/unistdio/test-u32-printf1.h: Likewise.
9599         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
9600         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
9601         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
9602         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
9603         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
9604         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
9605         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
9606         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
9607         * tests/unistdio/test-u8-printf1.h: Likewise.
9608         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
9609         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
9610         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
9611         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
9612         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
9613         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
9614         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
9615         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
9616         * tests/unistdio/test-ulc-printf1.h: Likewise.
9617         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
9618         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
9619         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
9620         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
9621         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
9622         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
9623         * tests/uniwidth/test-u16-strwidth.c: Likewise.
9624         * tests/uniwidth/test-u16-width.c: Likewise.
9625         * tests/uniwidth/test-u32-strwidth.c: Likewise.
9626         * tests/uniwidth/test-u32-width.c: Likewise.
9627         * tests/uniwidth/test-u8-strwidth.c: Likewise.
9628         * tests/uniwidth/test-u8-width.c: Likewise.
9629         * tests/uniwidth/test-uc_width.c: Likewise.
9630         * config/srclist-update: Likewise.
9631         (fixlicense): Update to GPLv3+.
9632
9633         Change copyright notice from LGPLv2.1+ to LGPLv3+.
9634         * tests/test-tsearch.c: Change copyright notice.
9635
9636         Change copyright notice from LGPLv2.0+ to LGPLv3+.
9637         * lib/c-strcaseeq.h: Change copyright notice.
9638         * lib/streq.h: Likewise.
9639         * lib/uniconv.h: Likewise.
9640         * lib/uniconv/u-conv-from-enc.h: Likewise.
9641         * lib/uniconv/u-conv-to-enc.h: Likewise.
9642         * lib/uniconv/u-strconv-from-enc.h: Likewise.
9643         * lib/uniconv/u-strconv-to-enc.h: Likewise.
9644         * lib/uniconv/u16-conv-from-enc.c: Likewise.
9645         * lib/uniconv/u16-conv-to-enc.c: Likewise.
9646         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
9647         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
9648         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
9649         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
9650         * lib/uniconv/u32-conv-from-enc.c: Likewise.
9651         * lib/uniconv/u32-conv-to-enc.c: Likewise.
9652         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
9653         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
9654         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
9655         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
9656         * lib/uniconv/u8-conv-from-enc.c: Likewise.
9657         * lib/uniconv/u8-conv-to-enc.c: Likewise.
9658         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
9659         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
9660         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
9661         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
9662         * lib/uniname.h: Likewise.
9663         * lib/uniname/uniname.c: Likewise.
9664         * lib/unistdio.h: Likewise.
9665         * lib/unistdio/u-asnprintf.h: Likewise.
9666         * lib/unistdio/u-asprintf.h: Likewise.
9667         * lib/unistdio/u-printf-args.c: Likewise.
9668         * lib/unistdio/u-printf-args.h: Likewise.
9669         * lib/unistdio/u-printf-parse.h: Likewise.
9670         * lib/unistdio/u-snprintf.h: Likewise.
9671         * lib/unistdio/u-sprintf.h: Likewise.
9672         * lib/unistdio/u-vasprintf.h: Likewise.
9673         * lib/unistdio/u-vsnprintf.h: Likewise.
9674         * lib/unistdio/u-vsprintf.h: Likewise.
9675         * lib/unistdio/u16-asnprintf.c: Likewise.
9676         * lib/unistdio/u16-asprintf.c: Likewise.
9677         * lib/unistdio/u16-printf-parse.c: Likewise.
9678         * lib/unistdio/u16-snprintf.c: Likewise.
9679         * lib/unistdio/u16-sprintf.c: Likewise.
9680         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
9681         * lib/unistdio/u16-u16-asprintf.c: Likewise.
9682         * lib/unistdio/u16-u16-snprintf.c: Likewise.
9683         * lib/unistdio/u16-u16-sprintf.c: Likewise.
9684         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
9685         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
9686         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
9687         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
9688         * lib/unistdio/u16-vasnprintf.c: Likewise.
9689         * lib/unistdio/u16-vasprintf.c: Likewise.
9690         * lib/unistdio/u16-vsnprintf.c: Likewise.
9691         * lib/unistdio/u16-vsprintf.c: Likewise.
9692         * lib/unistdio/u32-asnprintf.c: Likewise.
9693         * lib/unistdio/u32-asprintf.c: Likewise.
9694         * lib/unistdio/u32-printf-parse.c: Likewise.
9695         * lib/unistdio/u32-snprintf.c: Likewise.
9696         * lib/unistdio/u32-sprintf.c: Likewise.
9697         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
9698         * lib/unistdio/u32-u32-asprintf.c: Likewise.
9699         * lib/unistdio/u32-u32-snprintf.c: Likewise.
9700         * lib/unistdio/u32-u32-sprintf.c: Likewise.
9701         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
9702         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
9703         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
9704         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
9705         * lib/unistdio/u32-vasnprintf.c: Likewise.
9706         * lib/unistdio/u32-vasprintf.c: Likewise.
9707         * lib/unistdio/u32-vsnprintf.c: Likewise.
9708         * lib/unistdio/u32-vsprintf.c: Likewise.
9709         * lib/unistdio/u8-asnprintf.c: Likewise.
9710         * lib/unistdio/u8-asprintf.c: Likewise.
9711         * lib/unistdio/u8-printf-parse.c: Likewise.
9712         * lib/unistdio/u8-snprintf.c: Likewise.
9713         * lib/unistdio/u8-sprintf.c: Likewise.
9714         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
9715         * lib/unistdio/u8-u8-asprintf.c: Likewise.
9716         * lib/unistdio/u8-u8-snprintf.c: Likewise.
9717         * lib/unistdio/u8-u8-sprintf.c: Likewise.
9718         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
9719         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
9720         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
9721         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
9722         * lib/unistdio/u8-vasnprintf.c: Likewise.
9723         * lib/unistdio/u8-vasprintf.c: Likewise.
9724         * lib/unistdio/u8-vsnprintf.c: Likewise.
9725         * lib/unistdio/u8-vsprintf.c: Likewise.
9726         * lib/unistdio/ulc-asnprintf.c: Likewise.
9727         * lib/unistdio/ulc-asprintf.c: Likewise.
9728         * lib/unistdio/ulc-printf-parse.c: Likewise.
9729         * lib/unistdio/ulc-snprintf.c: Likewise.
9730         * lib/unistdio/ulc-sprintf.c: Likewise.
9731         * lib/unistdio/ulc-vasnprintf.c: Likewise.
9732         * lib/unistdio/ulc-vasprintf.c: Likewise.
9733         * lib/unistdio/ulc-vsnprintf.c: Likewise.
9734         * lib/unistdio/ulc-vsprintf.c: Likewise.
9735         * lib/unistr.h: Likewise.
9736         * lib/unistr/u-cpy-alloc.h: Likewise.
9737         * lib/unistr/u-cpy.h: Likewise.
9738         * lib/unistr/u-endswith.h: Likewise.
9739         * lib/unistr/u-move.h: Likewise.
9740         * lib/unistr/u-set.h: Likewise.
9741         * lib/unistr/u-startswith.h: Likewise.
9742         * lib/unistr/u-stpcpy.h: Likewise.
9743         * lib/unistr/u-stpncpy.h: Likewise.
9744         * lib/unistr/u-strcat.h: Likewise.
9745         * lib/unistr/u-strcpy.h: Likewise.
9746         * lib/unistr/u-strcspn.h: Likewise.
9747         * lib/unistr/u-strdup.h: Likewise.
9748         * lib/unistr/u-strlen.h: Likewise.
9749         * lib/unistr/u-strncat.h: Likewise.
9750         * lib/unistr/u-strncpy.h: Likewise.
9751         * lib/unistr/u-strnlen.h: Likewise.
9752         * lib/unistr/u-strpbrk.h: Likewise.
9753         * lib/unistr/u-strspn.h: Likewise.
9754         * lib/unistr/u-strstr.h: Likewise.
9755         * lib/unistr/u-strtok.h: Likewise.
9756         * lib/unistr/u16-check.c: Likewise.
9757         * lib/unistr/u16-chr.c: Likewise.
9758         * lib/unistr/u16-cmp.c: Likewise.
9759         * lib/unistr/u16-cpy-alloc.c: Likewise.
9760         * lib/unistr/u16-cpy.c: Likewise.
9761         * lib/unistr/u16-endswith.c: Likewise.
9762         * lib/unistr/u16-mblen.c: Likewise.
9763         * lib/unistr/u16-mbsnlen.c: Likewise.
9764         * lib/unistr/u16-mbtouc-aux.c: Likewise.
9765         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
9766         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
9767         * lib/unistr/u16-mbtouc.c: Likewise.
9768         * lib/unistr/u16-mbtoucr.c: Likewise.
9769         * lib/unistr/u16-move.c: Likewise.
9770         * lib/unistr/u16-next.c: Likewise.
9771         * lib/unistr/u16-prev.c: Likewise.
9772         * lib/unistr/u16-set.c: Likewise.
9773         * lib/unistr/u16-startswith.c: Likewise.
9774         * lib/unistr/u16-stpcpy.c: Likewise.
9775         * lib/unistr/u16-stpncpy.c: Likewise.
9776         * lib/unistr/u16-strcat.c: Likewise.
9777         * lib/unistr/u16-strchr.c: Likewise.
9778         * lib/unistr/u16-strcmp.c: Likewise.
9779         * lib/unistr/u16-strcpy.c: Likewise.
9780         * lib/unistr/u16-strcspn.c: Likewise.
9781         * lib/unistr/u16-strdup.c: Likewise.
9782         * lib/unistr/u16-strlen.c: Likewise.
9783         * lib/unistr/u16-strmblen.c: Likewise.
9784         * lib/unistr/u16-strmbtouc.c: Likewise.
9785         * lib/unistr/u16-strncat.c: Likewise.
9786         * lib/unistr/u16-strncmp.c: Likewise.
9787         * lib/unistr/u16-strncpy.c: Likewise.
9788         * lib/unistr/u16-strnlen.c: Likewise.
9789         * lib/unistr/u16-strpbrk.c: Likewise.
9790         * lib/unistr/u16-strrchr.c: Likewise.
9791         * lib/unistr/u16-strspn.c: Likewise.
9792         * lib/unistr/u16-strstr.c: Likewise.
9793         * lib/unistr/u16-strtok.c: Likewise.
9794         * lib/unistr/u16-to-u32.c: Likewise.
9795         * lib/unistr/u16-to-u8.c: Likewise.
9796         * lib/unistr/u16-uctomb-aux.c: Likewise.
9797         * lib/unistr/u16-uctomb.c: Likewise.
9798         * lib/unistr/u32-check.c: Likewise.
9799         * lib/unistr/u32-chr.c: Likewise.
9800         * lib/unistr/u32-cmp.c: Likewise.
9801         * lib/unistr/u32-cpy-alloc.c: Likewise.
9802         * lib/unistr/u32-cpy.c: Likewise.
9803         * lib/unistr/u32-endswith.c: Likewise.
9804         * lib/unistr/u32-mblen.c: Likewise.
9805         * lib/unistr/u32-mbsnlen.c: Likewise.
9806         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
9807         * lib/unistr/u32-mbtouc.c: Likewise.
9808         * lib/unistr/u32-mbtoucr.c: Likewise.
9809         * lib/unistr/u32-move.c: Likewise.
9810         * lib/unistr/u32-next.c: Likewise.
9811         * lib/unistr/u32-prev.c: Likewise.
9812         * lib/unistr/u32-set.c: Likewise.
9813         * lib/unistr/u32-startswith.c: Likewise.
9814         * lib/unistr/u32-stpcpy.c: Likewise.
9815         * lib/unistr/u32-stpncpy.c: Likewise.
9816         * lib/unistr/u32-strcat.c: Likewise.
9817         * lib/unistr/u32-strchr.c: Likewise.
9818         * lib/unistr/u32-strcmp.c: Likewise.
9819         * lib/unistr/u32-strcpy.c: Likewise.
9820         * lib/unistr/u32-strcspn.c: Likewise.
9821         * lib/unistr/u32-strdup.c: Likewise.
9822         * lib/unistr/u32-strlen.c: Likewise.
9823         * lib/unistr/u32-strmblen.c: Likewise.
9824         * lib/unistr/u32-strmbtouc.c: Likewise.
9825         * lib/unistr/u32-strncat.c: Likewise.
9826         * lib/unistr/u32-strncmp.c: Likewise.
9827         * lib/unistr/u32-strncpy.c: Likewise.
9828         * lib/unistr/u32-strnlen.c: Likewise.
9829         * lib/unistr/u32-strpbrk.c: Likewise.
9830         * lib/unistr/u32-strrchr.c: Likewise.
9831         * lib/unistr/u32-strspn.c: Likewise.
9832         * lib/unistr/u32-strstr.c: Likewise.
9833         * lib/unistr/u32-strtok.c: Likewise.
9834         * lib/unistr/u32-to-u16.c: Likewise.
9835         * lib/unistr/u32-to-u8.c: Likewise.
9836         * lib/unistr/u32-uctomb.c: Likewise.
9837         * lib/unistr/u8-check.c: Likewise.
9838         * lib/unistr/u8-chr.c: Likewise.
9839         * lib/unistr/u8-cmp.c: Likewise.
9840         * lib/unistr/u8-cpy-alloc.c: Likewise.
9841         * lib/unistr/u8-cpy.c: Likewise.
9842         * lib/unistr/u8-endswith.c: Likewise.
9843         * lib/unistr/u8-mblen.c: Likewise.
9844         * lib/unistr/u8-mbsnlen.c: Likewise.
9845         * lib/unistr/u8-mbtouc-aux.c: Likewise.
9846         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
9847         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
9848         * lib/unistr/u8-mbtouc.c: Likewise.
9849         * lib/unistr/u8-mbtoucr.c: Likewise.
9850         * lib/unistr/u8-move.c: Likewise.
9851         * lib/unistr/u8-next.c: Likewise.
9852         * lib/unistr/u8-prev.c: Likewise.
9853         * lib/unistr/u8-set.c: Likewise.
9854         * lib/unistr/u8-startswith.c: Likewise.
9855         * lib/unistr/u8-stpcpy.c: Likewise.
9856         * lib/unistr/u8-stpncpy.c: Likewise.
9857         * lib/unistr/u8-strcat.c: Likewise.
9858         * lib/unistr/u8-strchr.c: Likewise.
9859         * lib/unistr/u8-strcmp.c: Likewise.
9860         * lib/unistr/u8-strcpy.c: Likewise.
9861         * lib/unistr/u8-strcspn.c: Likewise.
9862         * lib/unistr/u8-strdup.c: Likewise.
9863         * lib/unistr/u8-strlen.c: Likewise.
9864         * lib/unistr/u8-strmblen.c: Likewise.
9865         * lib/unistr/u8-strmbtouc.c: Likewise.
9866         * lib/unistr/u8-strncat.c: Likewise.
9867         * lib/unistr/u8-strncmp.c: Likewise.
9868         * lib/unistr/u8-strncpy.c: Likewise.
9869         * lib/unistr/u8-strnlen.c: Likewise.
9870         * lib/unistr/u8-strpbrk.c: Likewise.
9871         * lib/unistr/u8-strrchr.c: Likewise.
9872         * lib/unistr/u8-strspn.c: Likewise.
9873         * lib/unistr/u8-strstr.c: Likewise.
9874         * lib/unistr/u8-strtok.c: Likewise.
9875         * lib/unistr/u8-to-u16.c: Likewise.
9876         * lib/unistr/u8-to-u32.c: Likewise.
9877         * lib/unistr/u8-uctomb-aux.c: Likewise.
9878         * lib/unistr/u8-uctomb.c: Likewise.
9879         * lib/unitypes.h: Likewise.
9880         * lib/uniwidth.h: Likewise.
9881         * lib/uniwidth/cjk.h: Likewise.
9882         * lib/uniwidth/u16-strwidth.c: Likewise.
9883         * lib/uniwidth/u16-width.c: Likewise.
9884         * lib/uniwidth/u32-strwidth.c: Likewise.
9885         * lib/uniwidth/u32-width.c: Likewise.
9886         * lib/uniwidth/u8-strwidth.c: Likewise.
9887         * lib/uniwidth/u8-width.c: Likewise.
9888         * lib/uniwidth/width.c: Likewise.
9889
9890 2007-10-07  Bruno Haible  <bruno@clisp.org>
9891
9892         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
9893         The file is still under LGPL (see modules/inttypes).
9894
9895 2007-10-06  Bruno Haible  <bruno@clisp.org>
9896
9897         * modules/trunc (Dependencies): Add 'extensions'.
9898         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
9899         Reported by Ben Pfaff <blp@gnu.org>.
9900
9901 2007-10-06  Bruno Haible  <bruno@clisp.org>
9902
9903         * modules/freopen-tests: New file.
9904         * tests/test-freopen.c: New file.
9905
9906         * modules/fopen-tests: New file.
9907         * tests/test-fopen.c: New file.
9908
9909         * modules/fopen: New file.
9910         * lib/fopen.c: New file.
9911         * m4/fopen.m4: New file.
9912         * modules/freopen: New file.
9913         * lib/freopen.c: New file.
9914         * m4/freopen.m4: New file.
9915         * lib/stdio.in.h (fopen, freopen): New declarations.
9916         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
9917         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
9918         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
9919         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
9920         * doc/functions/fopen.texi: Mention the 'fopen' module.
9921         * doc/functions/freopen.texi: Mention the 'freopen' module.
9922
9923 2007-10-06  Bruno Haible  <bruno@clisp.org>
9924
9925         * modules/open-tests: New file.
9926         * tests/test-open.c: New file.
9927
9928         * modules/open: New file.
9929         * lib/open.c: New file.
9930         * m4/open.m4: New file.
9931         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
9932         lib/open.c does.
9933         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
9934         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
9935         macros.
9936         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
9937         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
9938         REPLACE_OPEN.
9939         * doc/functions/open.texi: Mention the 'open' module.
9940
9941 2007-10-04  Bruno Haible  <bruno@clisp.org>
9942
9943         * modules/ceill-tests: New file.
9944         * tests/test-ceill.c: New file.
9945
9946         * modules/ceill: New file.
9947         * lib/ceill.c: Replace entire file.
9948         * m4/ceill.m4: New file.
9949         * lib/math.in.h (ceill): Replace declaration.
9950         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
9951         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
9952         * doc/functions/ceill.texi: Mention the 'ceill' module.
9953         * modules/mathl (Files): Remove lib/ceill.c.
9954         (Depends-on): Add ceill.
9955
9956 2007-10-04  Bruno Haible  <bruno@clisp.org>
9957
9958         * modules/ceilf-tests: New file.
9959         * tests/test-ceilf.c: New file.
9960
9961         * modules/ceilf: New file.
9962         * lib/ceil.c: New file.
9963         * lib/ceilf.c: New file.
9964         * m4/ceilf.m4: New file.
9965         * lib/math.in.h (ceilf): New declaration.
9966         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
9967         HAVE_DECL_CEILF.
9968         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
9969         HAVE_DECL_CEILF.
9970         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
9971
9972 2007-10-04  Bruno Haible  <bruno@clisp.org>
9973
9974         * modules/floorl-tests: New file.
9975         * tests/test-floorl.c: New file.
9976
9977         * modules/floorl: New file.
9978         * lib/floorl.c: Replace entire file.
9979         * m4/floorl.m4: New file.
9980         * lib/math.in.h (floorl): Replace declaration.
9981         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
9982         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
9983         * doc/functions/floorl.texi: Mention the 'floorl' module.
9984         * modules/mathl (Files): Remove lib/floorl.c.
9985         (Depends-on): Add floorl.
9986
9987 2007-10-04  Bruno Haible  <bruno@clisp.org>
9988
9989         * modules/floorf-tests: New file.
9990         * tests/test-floorf.c: New file.
9991
9992         * modules/floorf: New file.
9993         * lib/floor.c: New file.
9994         * lib/floorf.c: New file.
9995         * m4/floorf.m4: New file.
9996         * lib/math.in.h (floorf): New declaration.
9997         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
9998         HAVE_DECL_FLOORF.
9999         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
10000         HAVE_DECL_FLOORF.
10001         * doc/functions/floorf.texi: Mention the 'floorf' module.
10002
10003 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
10004             Bruno Haible  <bruno@clisp.org>
10005
10006         Advertise for the Git server instead of the CVS server.
10007         * doc/gnulib-intro.texi (Steady Development): Mention the Git
10008         repository instead of the CVS one.
10009         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
10010         about all VCS systems generically.
10011         * doc/gnulib.texi (Introduction): Capitalize `Git'.
10012
10013 2007-10-04  Bruno Haible  <bruno@clisp.org>
10014
10015         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
10016         means.
10017         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
10018
10019 2007-10-04  Bruno Haible  <bruno@clisp.org>
10020
10021         * modules/truncl-tests: New file.
10022         * tests/test-truncl.c: New file.
10023
10024         * modules/truncl: New file.
10025         * lib/truncl.c: New file.
10026         * m4/truncl.m4: New file.
10027         * lib/math.in.h (truncl): New declaration.
10028         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
10029         HAVE_DECL_TRUNCL.
10030         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
10031         HAVE_DECL_TRUNCL.
10032         * doc/functions/truncl.texi: Mention the 'truncl' module.
10033
10034 2007-10-04  Bruno Haible  <bruno@clisp.org>
10035
10036         * modules/truncf-tests: New file.
10037         * tests/test-truncf.c: New file.
10038
10039         * modules/truncf: New file.
10040         * lib/trunc.c: Make paramerizable through USE_* macros.
10041         * lib/truncf.c: New file.
10042         * m4/truncf.m4: New file.
10043         * lib/math.in.h (truncf): New declaration.
10044         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
10045         HAVE_DECL_TRUNCF.
10046         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
10047         HAVE_DECL_TRUNCF.
10048         * doc/functions/truncf.texi: Mention the 'truncf' module.
10049
10050 2007-10-03  Bruno Haible  <bruno@clisp.org>
10051
10052         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10053         augmentation also for tests modules.
10054         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
10055         * modules/atexit-tests (Makefile.am): Likewise.
10056         * modules/binary-io-tests (Makefile.am): Likewise.
10057         * modules/c-strcase-tests (Makefile.am): Likewise.
10058         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
10059         * modules/canonicalize-tests (Makefile.am): Likewise.
10060         * modules/closein-tests (Makefile.am): Likewise.
10061         * modules/fprintf-posix-tests (Makefile.am): Likewise.
10062         * modules/freadahead-tests (Makefile.am): Likewise.
10063         * modules/fseek-tests (Makefile.am): Likewise.
10064         * modules/fseeko-tests (Makefile.am): Likewise.
10065         * modules/ftell-tests (Makefile.am): Likewise.
10066         * modules/ftello-tests (Makefile.am): Likewise.
10067         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
10068         * modules/isnanl-tests (Makefile.am): Likewise.
10069         * modules/lseek-tests (Makefile.am): Likewise.
10070         * modules/mbscasecmp-tests (Makefile.am): Likewise.
10071         * modules/mbscasestr-tests (Makefile.am): Likewise.
10072         * modules/mbschr-tests (Makefile.am): Likewise.
10073         * modules/mbscspn-tests (Makefile.am): Likewise.
10074         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
10075         * modules/mbspbrk-tests (Makefile.am): Likewise.
10076         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
10077         * modules/mbsrchr-tests (Makefile.am): Likewise.
10078         * modules/mbsspn-tests (Makefile.am): Likewise.
10079         * modules/mbsstr-tests (Makefile.am): Likewise.
10080         * modules/printf-posix-tests (Makefile.am): Likewise.
10081         * modules/snprintf-posix-tests (Makefile.am): Likewise.
10082         * modules/sprintf-posix-tests (Makefile.am): Likewise.
10083         * modules/tsearch-tests (Makefile.am): Likewise.
10084         * modules/uniname/uniname-tests (Makefile.am): Likewise.
10085         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
10086         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
10087         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
10088         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
10089         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
10090         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
10091         * modules/vprintf-posix-tests (Makefile.am): Likewise.
10092         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
10093         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
10094         * modules/xstrtoimax-tests (Makefile.am): Likewise.
10095         * modules/xstrtol-tests (Makefile.am): Likewise.
10096         * modules/xstrtoumax-tests (Makefile.am): Likewise.
10097         * modules/yesno-tests (Makefile.am): Likewise.
10098
10099 2007-10-03  Bruno Haible  <bruno@clisp.org>
10100
10101         * modules/trunc-tests: New file.
10102         * tests/test-trunc.c: New file.
10103
10104         * modules/trunc: New file.
10105         * lib/trunc.c: New file.
10106         * m4/trunc.m4: New file.
10107         * lib/math.in.h (trunc): New declaration.
10108         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
10109         HAVE_DECL_TRUNC.
10110         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
10111         HAVE_DECL_TRUNC.
10112         * doc/functions/trunc.texi: Mention the 'trunc' module.
10113
10114 2007-10-03  Bruno Haible  <bruno@clisp.org>
10115
10116         * tests/test-fpending.c: New file, mostly copied
10117         from coreutils/lib/t-fpending.c.
10118         * modules/fpending-tests: New file.
10119
10120 2007-10-03  Bruno Haible  <bruno@clisp.org>
10121
10122         Port the stdio extensions to QNX (untested).
10123         * lib/fseterr.c (fseterr): Add support for QNX.
10124         * lib/fbufmode.c (fbufmode): Likewise.
10125         * lib/freadable.c (freadable): Likewise.
10126         * lib/fwritable.c (fwritable): Likewise.
10127         * lib/freading.c (freading): Likewise.
10128         * lib/fwriting.c (fwriting): Likewise.
10129         * lib/freadahead.c (freadahed): Likewise.
10130         * lib/fpurge.c (fpurge): Likewise.
10131         * lib/fseeko.c (rpl_fseeko): Likewise.
10132
10133 2007-10-03  Bruno Haible  <bruno@clisp.org>
10134             Jim Meyering  <jim@meyering.net>
10135             Eric Blake  <ebb9@byu.net>
10136
10137         * doc/relocatable.texi: Use @command instead of @program.
10138
10139 2007-10-02  Jim Meyering  <jim@meyering.net>
10140
10141         Perform one more "_.h" -> ".in.h" substitution.
10142         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
10143         instead of unistd_.h here, too.
10144
10145 2007-10-01  Bruno Haible  <bruno@clisp.org>
10146
10147         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
10148         Needed for the alloca-opt module.
10149
10150 2007-09-30  Bruno Haible  <bruno@clisp.org>
10151
10152         * lib/alloca.in.h: Renamed from lib/alloca_.h.
10153         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
10154         alloca_.h.
10155         * lib/argz.in.h: Renamed from lib/argz_.h.
10156         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
10157         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
10158         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
10159         byteswap_.h.
10160         * lib/dirent.in.h: Renamed from lib/dirent_.h.
10161         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
10162         dirent_.h.
10163         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
10164         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
10165         fcntl_.h.
10166         * lib/float.in.h: Renamed from lib/float_.h.
10167         * modules/float (Files, Makefile.am): Use float.in.h instead of
10168         float_.h.
10169         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
10170         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
10171         fnmatch_.h.
10172         * lib/getopt.in.h: Renamed from lib/getopt_.h.
10173         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
10174         getopt_.h.
10175         * lib/glob.in.h: Renamed from lib/glob_.h.
10176         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
10177         * lib/iconv.in.h: Renamed from lib/iconv_.h.
10178         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
10179         iconv_.h.
10180         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
10181         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
10182         inttypes_.h.
10183         * lib/locale.in.h: Renamed from lib/locale_.h.
10184         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
10185         locale_.h.
10186         * lib/math.in.h: Renamed from lib/math_.h.
10187         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
10188         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
10189         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
10190         of netinet_in_.h. Add dependency.
10191         * lib/poll.in.h: Renamed from lib/poll_.h.
10192         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
10193         * lib/search.in.h: Renamed from lib/search_.h.
10194         * modules/search (Files, Makefile.am): Use search.in.h instead of
10195         search_.h.
10196         * lib/signal.in.h: Renamed from lib/signal_.h.
10197         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
10198         _signal.h.
10199         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
10200         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
10201         stdbool_.h.
10202         * lib/stdint.in.h: Renamed from lib/stdint_.h.
10203         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
10204         stdint_.h.
10205         * lib/stdio.in.h: Renamed from lib/stdio_.h.
10206         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
10207         stdio_.h.
10208         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
10209         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
10210         stdlib_.h.
10211         * lib/string.in.h: Renamed from lib/string_.h.
10212         * modules/string (Files, Makefile.am): Use string.in.h instead of
10213         string_.h.
10214         * doc/gnulib-tool.texi (Initial import): Update.
10215         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
10216         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
10217         of sys_select_.h. Add dependency.
10218         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
10219         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
10220         of sys_socket_.h.
10221         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
10222         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
10223         sys_stat_.h.
10224         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
10225         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
10226         sys_time_.h.
10227         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
10228         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
10229         sysexits_.h.
10230         * lib/time.in.h: Renamed from lib/time_.h.
10231         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
10232         * lib/unistd.in.h: Renamed from lib/unistd_.h.
10233         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
10234         unistd_.h.
10235         * lib/wchar.in.h: Renamed from lib/wchar_.h.
10236         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
10237         wchar_.h.
10238         * lib/wctype.in.h: Renamed from lib/wctype_.h.
10239         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
10240         wctype_.h.
10241         * build-aux/bootstrap (slurp): Update.
10242         * lib/.cppi-disable: Update.
10243
10244 2007-09-30  Bruno Haible  <bruno@clisp.org>
10245
10246         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
10247         Needed on BeOS.
10248
10249 2007-09-30  Bruno Haible  <bruno@clisp.org>
10250
10251         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
10252
10253 2007-09-29  Bruno Haible  <bruno@clisp.org>
10254
10255         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
10256
10257 2007-09-29  Bruno Haible  <bruno@clisp.org>
10258
10259         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
10260         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
10261         * build-aux/install-reloc: Compile also areadlink.c.
10262         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
10263
10264 2007-09-29  Bruno Haible  <bruno@clisp.org>
10265
10266         * gnulib-tool (func_emit_initmacro_done): Indentation.
10267
10268 2007-09-29  Bruno Haible  <bruno@clisp.org>
10269
10270         * README: Add CVS checkout update instructions.
10271         Info from Bob Proulx <bob@proulx.com>.
10272
10273 2007-09-28  Eric Blake  <ebb9@byu.net>
10274
10275         Provide move-if-change.
10276         * build-aux/move-if-change: New file, based on best practice
10277         rather than any canonical upstream location.
10278
10279 2007-09-28  Jim Meyering  <jim@meyering.net>
10280
10281         Fix canonicalize loop-detection corner case.
10282         Do not attempt to stat the symlink values stored via seen_triple.
10283         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
10284         on linux-2.6.18, (but not 2.6.22).
10285         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
10286         triple_compare.  The former compares dev,ino,filename, while the latter
10287         would actually stat dirname(filename) when dev and ino were equal.
10288         * lib/hash-triple.c: Install <string.h>.
10289         (STREQ): Define.
10290         (triple_compare_ino_str): New function.
10291         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
10292
10293 2007-09-28  Eric Blake  <ebb9@byu.net>
10294
10295         Enforce that AC_REPLACE_FUNCS files exist.
10296         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
10297         override check for typos.
10298
10299         Fix test-closein on Solaris 10.
10300         * tests/test-closein.c (main): Don't assume stdin can be inherited
10301         closed on all systems.
10302         * tests/test-closein.sh: Likewise.
10303         Reported by Piotr Tarnowski.
10304
10305 2007-09-28  Jim Meyering  <jim@meyering.net>
10306
10307         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
10308
10309 2007-09-27  Jim Meyering  <jim@meyering.net>
10310
10311         canonicalize: Avoid a false-positive cycle failure.
10312         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
10313         Sort.  Remove cycle-check.
10314         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
10315         not cycle-check.h.
10316         (seen_triple): New function.
10317         (canonicalize_filename_mode): Use it instead of cycle-check.
10318         * tests/test-canonicalize.c: Add a test for this bug.
10319         * tests/test-canonicalize.sh: Set up and run the test.
10320
10321         New module, file-set, from coreutils.
10322         * modules/file-set: Define it.
10323         * lib/file-set.c, lib/file-set.h: Implement.
10324
10325         New module, hash-triple, from coreutils.
10326         * modules/hash-triple: Define it.
10327         * lib/hash-triple.c, lib/hash-triple.h: Implement.
10328
10329 2007-09-25  Eric Blake  <ebb9@byu.net>
10330
10331         Fix strerror on Interix.
10332         * lib/string_.h (strerror): Declare replacement.
10333         * doc/functions/strerror.texi (strerror): Document the Interix
10334         shortcoming.
10335         * modules/string (Makefile.am): Support new hooks.
10336         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
10337         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
10338         gl_FUNC_STRERROR_SEPARATE.
10339         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
10340         * lib/strerror.c (rpl_strerror): Provide replacement.
10341         * modules/strerror (Depends-on): Add string.
10342         (configure.ac): Detect use of module.
10343         * tests/test-strerror.c: New file.
10344         * modules/strerror-tests: New test module.
10345         * modules/argp (Depends-on): Add strerror.
10346         * modules/error (Depends-on): Likewise.
10347         Reported by Martin Koeppe.
10348
10349 2007-09-24  Bruno Haible  <bruno@clisp.org>
10350
10351         * README: Update git instructions.
10352
10353 2007-09-24  Eric Blake  <ebb9@byu.net>
10354
10355         Revert fpending breakage from 2007-09-08.
10356         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
10357         __fpending.c.
10358
10359 2007-09-24  Jim Meyering  <jim@meyering.net>
10360
10361         filenamecat.c: Add a test.
10362         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
10363         showing how the function works when DIR is the empty string.
10364
10365 2007-09-21  Simon Josefsson  <simon@josefsson.org>
10366
10367         * tests/test-canonicalize.sh: Turn on executable bit.
10368
10369 2007-09-19  Eric Blake  <ebb9@byu.net>
10370
10371         * README: Update CVS instructions.
10372
10373 2007-09-18  Bruno Haible  <bruno@clisp.org>
10374
10375         * modules/areadlink: New file.
10376         * lib/areadlink.h (areadlink): New declaration.
10377         * lib/areadlink.c: New file, based on lib/xreadlink.c.
10378
10379 2007-09-17  Jim Meyering  <jim@meyering.net>
10380
10381         * lib/savewd.c (ESTALE) [!defined]: Define.
10382         Reported to be required on Interix by Martin Koeppe.
10383
10384 2007-09-17  Bruno Haible  <bruno@clisp.org>
10385
10386         * gnulib-tool (func_version): Use $version.
10387
10388 2007-09-16  Bruno Haible  <bruno@clisp.org>
10389
10390         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
10391         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
10392         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
10393         Reported by Greg Schafer <gschafer@zip.com.au>.
10394
10395 2007-09-15  Bruno Haible  <bruno@clisp.org>
10396
10397         * gnulib-tool (sed): Try a little harder to make bash understand the
10398         alias.
10399         Reported by Bruce Korb <bruce.korb@gmail.com>.
10400
10401 2007-09-13  Eric Blake  <ebb9@byu.net>
10402
10403         * ChangeLog: Remove conflict markers.
10404
10405 2007-09-13  Simon Josefsson  <simon@josefsson.org>
10406
10407         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
10408         Reported by Bruno Haible <bruno@clisp.org>.
10409
10410 2007-09-12  Bruno Haible  <bruno@clisp.org>
10411
10412         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
10413         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
10414         is not defined.
10415
10416 2007-09-12  Eric Blake  <ebb9@byu.net>
10417
10418         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
10419         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
10420         Autoconf definition.
10421         * modules/euidaccess (Depends-on): Add extensions, for
10422         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
10423         * modules/fnmatch (Depends-on): Likewise.
10424         * modules/getaddrinfo (Depends-on): Likewise.
10425         * modules/getdelim (Depends-on): Likewise.
10426         * modules/getline (Depends-on): Likewise.
10427         * modules/getsubopt (Depends-on): Likewise.
10428         * modules/gettext (Depends-on): Likewise.
10429         * modules/group-member (Depends-on): Likewise.
10430         * modules/mbchar (Depends-on): Likewise.
10431         * modules/memmem (Depends-on): Likewise.
10432         * modules/mempcpy (Depends-on): Likewise.
10433         * modules/memrchr (Depends-on): Likewise.
10434         * modules/pagealign_alloc (Depends-on): Likewise.
10435         * modules/readutmp (Depends-on): Likewise.
10436         * modules/stpcpy (Depends-on): Likewise.
10437         * modules/stpncpy (Depends-on): Likewise.
10438         * modules/strchrnul (Depends-on): Likewise.
10439         * modules/strndup (Depends-on): Likewise.
10440         * modules/strsep (Depends-on): Likewise.
10441         * modules/strverscmp (Depends-on): Likewise.
10442         * modules/vasprintf (Depends-on): Likewise.
10443         * modules/wcwidth (Depends-on): Likewise.
10444         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
10445         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
10446         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
10447         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
10448         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10449         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10450         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
10451         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10452         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
10453         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
10454         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10455         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
10456         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
10457         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
10458         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
10459         * m4/readutmp.m4 (gl_READUTMP): Likewise.
10460         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10461         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
10462         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10463         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
10464         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10465         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
10466         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
10467         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
10468         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
10469         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10470         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
10471         so that lock.m4 can be used in gettext without extensions module.
10472
10473 2007-09-11  Bruno Haible  <bruno@clisp.org>
10474
10475         * m4/isc-posix.m4: Remove file.
10476         Suggested by Eric Blake.
10477
10478 2007-09-11  Eric Blake  <ebb9@byu.net>
10479
10480         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
10481
10482 2007-09-10  Bruno Haible  <bruno@clisp.org>
10483
10484         * posix-modules: Fix typo in error message.
10485         Reported by Matt <mkraai@beckman.com>.
10486
10487 2007-09-09  Bruno Haible  <bruno@clisp.org>
10488
10489         * doc/functions/getdelim.texi: Update list of platforms lacking the
10490         function.
10491         * doc/functions/getline.texi: Likewise.
10492
10493 2007-09-09  Jim Meyering  <jim@meyering.net>
10494
10495         * lib/hash.c (hash_initialize): Detect calloc failure.
10496         Reported by Bruno Haible.
10497
10498 2007-09-09  Bruno Haible  <bruno@clisp.org>
10499
10500         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
10501         malloc or realloc fails.
10502
10503 2007-09-09  Bruno Haible  <bruno@clisp.org>
10504
10505         * modules/getcwd (Depends-on): Add malloc-posix.
10506         * modules/glob (Depends-on): Likewise.
10507         * modules/putenv (Depends-on): Likewise.
10508         * modules/strdup (Depends-on): Likewise.
10509         * modules/getdelim (Depends-on): Add realloc-posix.
10510         * modules/read-file (Depends-on): Likewise.
10511
10512 2007-09-09  Bruno Haible  <bruno@clisp.org>
10513
10514         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
10515         (gl_FUNC_MALLOC_POSIX): Require it.
10516         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
10517         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
10518         * modules/realloc (Files): Add m4/malloc.m4.
10519         * modules/calloc (Files): Likewise.
10520
10521 2007-09-09  Bruno Haible  <bruno@clisp.org>
10522
10523         * modules/malloc-posix: New file.
10524         * modules/malloc (Depends-on): Add malloc-posix.
10525         * lib/malloc.c: Include errno.h.
10526         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
10527         and a POSIX-compatible malloc into a single function. Set ENOMEM
10528         when returning NULL.
10529         * m4/malloc.m4: New file.
10530         * doc/functions/malloc.texi: Mention the malloc-posix module.
10531         * lib/stdlib_.h (malloc): New declaration.
10532         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10533         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
10534         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
10535         and HAVE_MALLOC_POSIX.
10536
10537 2007-09-09  Bruno Haible  <bruno@clisp.org>
10538
10539         * modules/realloc-posix: New file.
10540         * modules/realloc (Depends-on): Add realloc-posix.
10541         * lib/realloc.c: Include errno.h.
10542         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
10543         and a POSIX-compatible realloc into a single function. Set ENOMEM
10544         when returning NULL.
10545         * m4/realloc.m4: New file.
10546         * doc/functions/realloc.texi: Mention the realloc-posix module.
10547         * lib/stdlib_.h (realloc): New declaration.
10548         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10549         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
10550         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
10551         and HAVE_REALLOC_POSIX.
10552
10553 2007-09-09  Bruno Haible  <bruno@clisp.org>
10554
10555         * modules/calloc-posix: New file.
10556         * modules/calloc (Depends-on): Add calloc-posix.
10557         * lib/calloc.c: Include errno.h.
10558         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
10559         and a POSIX-compatible calloc into a single function. Set ENOMEM
10560         when returning NULL.
10561         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
10562         * doc/functions/calloc.texi: Mention the calloc-posix module.
10563         * lib/stdlib_.h (calloc): New declaration.
10564         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10565         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
10566         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
10567         and HAVE_CALLOC_POSIX.
10568
10569 2007-09-09  Bruno Haible  <bruno@clisp.org>
10570
10571         Allow for modules to show an arbitrary notice.
10572         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
10573         * gnulib-tool: New option --extract-notice.
10574         (func_usage): Document it.
10575         (sed_extract_prog): Update.
10576         (func_get_notice): New function.
10577         (func_modules_notice): New function.
10578         (func_import, func_create_testdir): Invoke it.
10579         Suggested by Jim Meyering.
10580
10581 2007-09-09  Bruno Haible  <bruno@clisp.org>
10582
10583         * gnulib-tool: New options --verbose, --quiet.
10584         (func_usage): Document them.
10585         (verbose): New variable.
10586         (func_execute_command): New function.
10587         (func_import): Don't show the module list and the file list if
10588         $verbose < 0.
10589         (func_create_testdir): Likewise. Use func_execute_command.
10590         (func_create_megatestdir): Use func_execute_command.
10591
10592 2007-09-08  Bruno Haible  <bruno@clisp.org>
10593
10594         * gnulib-tool (func_import): Prefer rsync over wget when available,
10595         for fetching the PO files.
10596
10597 2007-09-08  Bruno Haible  <bruno@clisp.org>
10598
10599         * posix-modules: New file. Portions copied from gnulib-tool.
10600         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
10601
10602 2007-09-08  Jim Meyering  <jim@meyering.net>
10603
10604         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
10605         * lib/fpending.h: Rename from __fpending.h.
10606         * lib/fpending.c: Rename from __fpending.c.
10607         Include "fpending.h", not "__fpending.h".
10608         * lib/__fpending.h, lib/__fpending.c: Remove files.
10609         * modules/fpending (Files): Reflect new file names.
10610         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
10611
10612 2007-09-08  Bruno Haible  <bruno@clisp.org>
10613
10614         * m4/inttypes-h.m4: Remove stub file.
10615
10616 2007-09-07  Simon Josefsson  <simon@josefsson.org>
10617
10618         * doc/headers/stdint.texi: Discuss #include_next issue.
10619
10620 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10621
10622         * build-aux/bootstrap: Remove obsolete comment about wget --help.
10623
10624 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10625
10626         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
10627         in variable name.
10628
10629 2007-09-03  Jim Meyering  <jim@meyering.net>
10630
10631         New module: git-version-gen.
10632         * modules/git-version-gen: New file.
10633
10634         Import changes from coreutils for bootstrap script.
10635
10636         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
10637
10638         bootstrap: uses rsync to download the .po files
10639         * build-aux/bootstrap (po_download_command_format): New global.
10640         (download_po_files): Use rsync.
10641         (update_po_files): Don't remove .po files after download,
10642         so future rsync runs can take advantage of the copies.
10643
10644         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
10645
10646         Solve the unnecessary-.po-file-regeneration problem once and for all.
10647         * build-aux/bootstrap (download_po_files): New function, renamed from
10648         get_translations.  Now, downloads, but doesn't update LINGUAS.
10649         (update_po_files): New function.
10650
10651         bootstrap: Ignore more.
10652         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
10653         uniwidth to e.g., lib/.gitignore.
10654         (slurp): Handle the sys_stat_.h -> sys mapping, too.
10655
10656         * build-aux/bootstrap: New setting: vc_ignore.
10657         (insert_sorted_if_absent): Create $file if absent.
10658         Adapt to new, possibly empty, list: $vc_ignore.
10659
10660         bootstrap: generate more ignorable names
10661         * build-aux/bootstrap (slurp): When generating ignorable names,
10662         also map .sin to .sed, .gperf to .c, and .y to .c.
10663
10664 2007-09-03  Jim Meyering  <jim@meyering.net>
10665
10666         * build-aux/git-version-gen: New file, from coreutils.  For details, see
10667         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
10668
10669 2007-09-02  Bruno Haible  <bruno@clisp.org>
10670
10671         Fix mis-recognition of 'mcs' on QNX 6.
10672         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
10673         output contains the string "Mono".
10674         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
10675         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
10676
10677 2007-09-01  Bruno Haible  <bruno@clisp.org>
10678
10679         Fix collision between uniwidth/* and linebreak modules.
10680         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
10681         u32_width): Remove declarations.
10682         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
10683         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
10684         streq3, streq2, streq1, streq0): Remove functions.
10685         (STREQ): Remove macro.
10686         (is_cjk_encoding): Remove function.
10687         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
10688         (uc_width, u8_width, u16_width, u32_width): Remove functions.
10689         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
10690         * NEWS: Document the change.
10691
10692 2007-09-01  Bruno Haible  <bruno@clisp.org>
10693
10694         * lib/streq.h: Add double-inclusion guard.
10695
10696 2007-09-01  Karl Berry  <karl@gnu.org>
10697
10698         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
10699
10700 2007-08-28  Jim Meyering  <jim@meyering.net>
10701
10702         Rename mreadlink_with_size to areadlink_with_size.
10703         * NEWS: Document the change.
10704         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
10705         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
10706         * lib/mreadlink.h: Rename this to...
10707         * lib/areadlink.h: ...this.
10708         * modules/mreadlink-with-size: Rename this to...
10709         * modules/areadlink-with-size: ...this.
10710         * lib/canonicalize.c: Reflect the renaming.
10711         * modules/canonicalize: Likewise.
10712
10713 2007-08-26  Bruno Haible  <bruno@clisp.org>
10714
10715         * gnulib-tool (func_import): When deciding which files to remove,
10716         consider also dangling symbolic links.
10717         Reported by Eric Blake.
10718
10719 2007-08-26  Bruno Haible  <bruno@clisp.org>
10720
10721         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
10722
10723 2007-08-23  Simon Josefsson  <simon@josefsson.org>
10724
10725         * lib/readline.c: Don't include getline.h, the prototype is now
10726         found in stdio.h.
10727
10728 2007-08-23  Jim Meyering  <jim@meyering.net>
10729
10730         Getdelim touchup.
10731         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
10732         around the funlockfile call, since funlockfile never sets errno.
10733         Don't set errno upon failed realloc.
10734
10735 2007-08-22  Eric Blake  <ebb9@byu.net>
10736
10737         Getline touchups.
10738         * lib/getdelim.c (getdelim): Revert regression that required *n to
10739         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
10740         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
10741         getdelim, rather than whether implementation is missing.
10742         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
10743         * lib/stdio_.h (getline): Also declare if replacement is
10744         required.
10745         * doc/functions/getdelim.texi: New file.
10746         * doc/functions/getline.texi: Likewise.
10747         * doc/gnulib.texi (Function Substitutes): Add new files.
10748         Reported by Bruno Haible.
10749
10750 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
10751
10752         * users.txt: Add Guile.
10753
10754 2007-08-22  Eric Blake  <ebb9@byu.net>
10755
10756         * tests/test-getdelim.c (main): Use remove, not unlink.
10757         * tests/test-getline.c (main): Likewise.
10758
10759         Move getline and getdelim into stdio.h, per POSIX 200x.
10760         * modules/getline (Files): Remove getline.h.
10761         (Depends-on): Add stdio.
10762         (configure.ac): Add module indicator.
10763         * modules/getdelim (Files): Remove getdelim.h.
10764         (Depends-on): Add stdio.
10765         (configure.ac): Add module indicator.
10766         * modules/stdio (Makefile.am): Work with new indicators.
10767         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10768         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
10769         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10770         * lib/getdelim.h: Delete.
10771         * lib/getline.h: Delete.
10772         * lib/stdio_.h (getdelim, getline): Declare.
10773         * modules/getdelim-tests: New module.
10774         * modules/getline-tests: Likewise.
10775         * tests/test-getdelim.c: New file.
10776         * tests/test-getline.c: Likewise.
10777         * NEWS: Document the change.
10778         * lib/getline.c: Update choice of header.
10779         * lib/csharpcomp.c: Likewise.
10780         * lib/getpass.c: Likewise.
10781         * lib/javacomp.c: Likewise.
10782         * lib/javaversion.c: Likewise.
10783         * lib/yesno.c: Likewise.
10784         * lib/getdelim.c: Likewise.
10785         (getdelim): Set errno on failure, and avoid memory leak.
10786
10787 2007-08-19  Bruno Haible  <bruno@clisp.org>
10788
10789         * modules/closein (Depends-on): Add freadahead.
10790         * lib/closein.c: Include freadahead.h.
10791         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
10792         is zero.
10793
10794 2007-08-19  Bruno Haible  <bruno@clisp.org>
10795
10796         * modules/freadahead-tests: New file.
10797         * tests/test-freadahead.sh: New file.
10798         * tests/test-freadahead.c: New file.
10799
10800         * modules/freadahead: New file.
10801         * lib/freadahead.h: New file.
10802         * lib/freadahead.c: New file.
10803         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
10804         fbufmode, fpurge, freadable, fwritable.
10805
10806 2007-08-19  Eric Blake  <ebb9@byu.net>
10807
10808         Test yesno in combination with closein.
10809         * lib/yesno.c (yesno): Document use of stdin.
10810         * modules/yesno-tests (Files): New module.
10811         * tests/test-yesno.c (main): New file.
10812         * tests/test-yesno.sh: Likewise.
10813
10814 2007-08-19  Bruno Haible  <bruno@clisp.org>
10815
10816         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
10817         * lib/fseeko.c (rpl_fseeko): Likewise.
10818         * lib/fseterr.c (fseterr): Likewise.
10819
10820 2007-08-19  Bruno Haible  <bruno@clisp.org>
10821
10822         * tests/test-lseek.c (main): Disable a test for BeOS.
10823         * doc/functions/lseek.texi: Document the BeOS bug.
10824
10825 2007-08-19  Bruno Haible  <bruno@clisp.org>
10826             Eric Blake  <ebb9@byu.net>
10827
10828         * lib/lseek.c: Include <sys/stat.h>.
10829         (rpl_lseek): Add workaround code also for Unix platforms.
10830         Needed for BeOS.
10831         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
10832         * doc/functions/lseek.texi: Document BeOS definiency.
10833
10834 2007-08-18  Bruno Haible  <bruno@clisp.org>
10835
10836         * modules/fstrcmp-tests: New file.
10837         * tests/test-fstrcmp.c: New file.
10838
10839 2007-08-18  Bruno Haible  <bruno@clisp.org>
10840
10841         * modules/fstrcmp: New file, from GNU gettext with modifications.
10842         * lib/fstrcmp.h: New file, from GNU gettext.
10843         * lib/fstrcmp.c: New file, from GNU gettext.
10844         * MODULES.html.sh (String handling): Add fstrcmp.
10845
10846 2007-08-18  Bruno Haible  <bruno@clisp.org>
10847
10848         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
10849         'bool'.
10850         (diag, compareseq): Remove const from the ctxt argument.
10851         (USE_HEURISTIC): Undefine at the end.
10852
10853 2007-08-18  Jim Meyering  <jim@meyering.net>
10854
10855         New file: lib/idcache.h
10856         * NEWS: Mention the addition.
10857         * modules/idcache (Files): Add lib/idcache.h
10858         * lib/idcache.c: Include "idcache.h".
10859         Don't include <sys/types.h>.
10860         Add a FIXME comment.
10861         Move file-scoped "static" declarations to the top.
10862         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
10863
10864 2007-08-17  Bruno Haible  <bruno@clisp.org>
10865         and Paul Eggert  <eggert@cs.ucla.edu>
10866
10867         * MODULES.html.sh: Add diffseq.
10868         * modules/diffseq: New file.
10869         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
10870         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
10871
10872 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10873
10874         Import changes from coreutils for bootstrap script.
10875
10876         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
10877
10878         * build-aux/bootstrap (slurp): Work even in environments where
10879         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
10880         current code does not slurp files whose names start with ".", and
10881         this looks like it might be a troublesome area.
10882
10883         2007-07-11  Jim Meyering  <jim@meyering.net>
10884
10885         If there's a GPL vN copyright comment, require that N == 3.
10886
10887         2007-07-08  Jim Meyering  <jim@meyering.net>
10888
10889         Run the coreutils-specific code only if tests/Makefile.am.in exists.
10890         * build-aux/bootstrap (mam_template): Move definition out of loop.
10891
10892         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
10893
10894         * build-aux/bootstrap (symlink_to_dir): Rename function from
10895         symlink_to_gnulib.  Add a directory parameter.  Update all
10896         callers.
10897         (cp_mark_as_generated): Also check for -- and link to -- files in
10898         gl/.
10899
10900         2007-07-08  Jim Meyering  <jim@meyering.net>
10901
10902         Adapt to deeper hierarchy in gnulib.
10903         * build-aux/bootstrap (symlink_to_dir): If the destination
10904         directory doesn't exist, create it. This is required at least for
10905         "lib/uniwidth/cjk.h".
10906
10907         2007-05-15  Jim Meyering  <jim@meyering.net>
10908
10909         * build-aux/bootstrap: Now that generated Makefile.am files
10910         are no longer under version control, they must be created at
10911         bootstrap time.
10912
10913 2007-08-14  Ben Pfaff  <blp@gnu.org>
10914
10915         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
10916
10917 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10918
10919         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
10920         given the changes below.
10921         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
10922         even on hosts that have padding bits beyond the supported 64.
10923
10924 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
10927         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
10928         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
10929         depends on it.
10930         (xstrtol_error): Remove.
10931         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
10932         but with a different signature.
10933         (ATTRIBUTE_NORETURN, __attribute__): New macros.
10934         * lib/xstrtol-error.c: Include exitfail.h.
10935         (xstrtol_fatal): New function, with a different signature from the
10936         old xstrtol_error, so that the caller need not worry about passing
10937         in an exit status, or about storage management of the option argument.
10938         (xstrtol_error): Now a static function.  Redo signature to
10939         implement xstrtol_fatal.  Output the correct number of hyphens in
10940         front of the option so that the caller need not worry about
10941         storage management.
10942         (N_): New macro.
10943         (_): Remove; not used now.
10944         * modules/xstrtol: Depend on getopt.
10945         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
10946         of old STRTOL_FATAL_ERROR macro.
10947         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
10948         of test program.
10949         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
10950         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
10951
10952 2007-08-08  Eric Blake  <ebb9@byu.net>
10953
10954         * lib/xstrtol-error.c: Add missing include.
10955
10956         Move xstrtol messages into gnulib domain, when --pobase is used.
10957         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
10958         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
10959         * modules/xstrtol (Files): Distribute new file.
10960         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
10961         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
10962         * tests/test-xstrtol.c: ...into new file.
10963         * tests/test-xstrtoul.c: Also test xstrtoul.
10964         * tests/test-xstrtoimax.c: Also test xstrtoimax.
10965         * tests/test-xstrtoumax.c: Also test xstrtoumax.
10966         * tests/test-xstrtol.sh: Drive the tests.
10967         * tests/test-xstrtoimax.sh: Likewise.
10968         * tests/test-xstrtoumax.sh: Likewise.
10969         * modules/xstrtol-tests: New module.
10970         * modules/xstrtoimax-tests: Likewise.
10971         * modules/xstrtoumax-tests: Likewise.
10972
10973 2007-08-08  Jim Meyering  <jim@meyering.net>
10974
10975         New function: mfile_name_concat.
10976         * lib/filenamecat.c (mfile_name_concat): New function, just like
10977         file_name_concat, but return NULL upon failure rather than exiting
10978         with a diagnostic.
10979         * lib/filenamecat.h: Declare it.
10980
10981 2007-08-07  Bruno Haible  <bruno@clisp.org>
10982
10983         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
10984         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
10985         warning from gcc.
10986         Reported by Eric Blake.
10987
10988 2007-08-07  Simon Josefsson  <simon@josefsson.org>
10989
10990         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
10991         * modules/crypto/arcfour (License): Likewise.
10992         * modules/crypto/des-tests (License): Likewise.
10993         * modules/crypto/gc-arctwo-tests (License): Likewise.
10994         * modules/crypto/gc-des-tests (License): Likewise.
10995         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
10996         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
10997         * modules/crypto/gc-md2-tests (License): Likewise.
10998         * modules/crypto/gc-md4-tests (License): Likewise.
10999         * modules/crypto/gc-md5-tests (License): Likewise.
11000         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
11001         * modules/crypto/gc-rijndael-tests (License): Likewise.
11002         * modules/crypto/gc-sha1-tests (License): Likewise.
11003         * modules/crypto/gc-tests (License): Likewise.
11004         * modules/crypto/hmac-md5 (License): Likewise.
11005         * modules/crypto/hmac-sha1 (License): Likewise.
11006         * modules/crypto/md2-tests (License): Likewise.
11007         * modules/crypto/md4-tests (License): Likewise.
11008         * modules/crypto/md5 (License): Likewise.
11009         * modules/crypto/rijndael (License): Likewise.
11010         * modules/crypto/sha1 (License): Likewise.
11011         * modules/memxor (License): Likewise.
11012
11013 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
11014         and Bruno Haible  <bruno@clisp.org>
11015
11016         * NEWS: Describe interface changes to human, xstrtol.
11017         * lib/human.h: Include <xstrtol.h>.
11018         (human_options): Return enum strtol_error, not int.  Remove
11019         bool arg; take int * instead.
11020         * lib/human.c: Don't include "gettext.h".
11021         (_): Remove; no longer used.
11022         Don't include <xstrtol.h>, since human.h does it.
11023         (human_options): Adjust to abovementioned interface changes.
11024         Do not report error to stderr; that's now the caller's
11025         responsibility.
11026         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
11027         interface change.
11028         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
11029         Str, Argument_type_string.  All uses changed.  Put " argument"
11030         in diagnostics to make them clearer.  Change wording of suffix
11031         message for clarity.
11032         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
11033         Argument_type_string.
11034         (STRTOL_FATAL_WARN): Remove; no longer used.
11035         * modules/human (Depends-on): Remove gettext-h.
11036
11037 2007-08-06  Simon Josefsson  <simon@josefsson.org>
11038
11039         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
11040
11041 2007-07-31  Bruno Haible  <bruno@clisp.org>
11042
11043         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
11044         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
11045         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
11046
11047 2007-07-31  Bruno Haible  <bruno@clisp.org>
11048
11049         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
11050         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
11051
11052 2007-07-30  Bruno Haible  <bruno@clisp.org>
11053
11054         * modules/base64 (License): Use the synonymous term "LGPLv2+".
11055         * modules/c-ctype (License): Likewise.
11056         * modules/c-strcase (License): Likewise.
11057         * modules/check-version (License): Likewise.
11058         * modules/iconv (License): Likewise.
11059         * modules/iconv_open (License): Likewise.
11060         * modules/read-file (License): Likewise.
11061         * modules/striconv (License): Likewise.
11062         * modules/strverscmp (License): Likewise.
11063         * modules/vasprintf (License): Likewise.
11064         * modules/crypto/des (License): Likewise.
11065         * modules/crypto/gc (License): Likewise.
11066         * modules/crypto/gc-arcfour (License): Likewise.
11067         * modules/crypto/gc-arctwo (License): Likewise.
11068         * modules/crypto/gc-des (License): Likewise.
11069         * modules/crypto/gc-hmac-md5 (License): Likewise.
11070         * modules/crypto/gc-hmac-sha1 (License): Likewise.
11071         * modules/crypto/gc-md2 (License): Likewise.
11072         * modules/crypto/gc-md4 (License): Likewise.
11073         * modules/crypto/gc-md5 (License): Likewise.
11074         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
11075         * modules/crypto/gc-random (License): Likewise.
11076         * modules/crypto/gc-rijndael (License): Likewise.
11077         * modules/crypto/gc-sha1 (License): Likewise.
11078         * modules/crypto/md2 (License): Likewise.
11079         * modules/crypto/md4 (License): Likewise.
11080
11081 2007-07-30  Jim Meyering  <jim@meyering.net>
11082
11083         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
11084         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
11085         it has valid stat data.  This bug would cause du not to count the
11086         sizes of inaccessible directories.
11087         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
11088         in <http://bugzilla.redhat.com/250077>.
11089
11090 2007-07-25  Peter O'Gorman  <peter@pogma.com>
11091             Bruno Haible  <bruno@clisp.org>
11092
11093         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
11094         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
11095         #include_next, gives a diagnostic about it, but reports no error in
11096         the exit code.
11097         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
11098
11099 2007-07-24  Ben Pfaff  <blp@gnu.org>
11100
11101         Improve name: "count-one-bits" is better than "popcount".
11102         * MODULES.html.sh: Update name.
11103         * lib/popcount.h: Renamed lib/count-one-bits.h.
11104         (popcount): Renamed count_one_bits.
11105         (popcountl): Renamed count_one_bits_l.
11106         (popcountll): Renamed count_one_bits_ll.
11107         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
11108         * modules/popcount: Renamed module/count-one-bits.
11109         * modules/popcount-tests: Renamed module/count-one-bits-tests.
11110         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
11111
11112 2007-07-23  Ben Pfaff  <blp@gnu.org>
11113
11114         * lib/popcount.h (popcount32): Reduce size of constants, to allow
11115         better code generation, and add U to large constants to avoid
11116         warnings, in non-GCC case.
11117         Suggested by Bruno Haible.
11118
11119 2007-07-23  Ben Pfaff  <blp@gnu.org>
11120
11121         * lib/popcount.h: Use verify_true instead of if...abort.
11122         * modules/popcount: Depend on verify module.
11123         Suggested by Jim Meyering.
11124
11125 2007-07-23  Bruno Haible  <bruno@clisp.org>
11126
11127         * gnulib-tool (func_import): Create a .cvsignore file also when the
11128         directory is not yet in CVS but the toplevel directory is. When
11129         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
11130         Reported by Karl Berry.
11131
11132 2007-07-22  Ben Pfaff  <blp@gnu.org>
11133
11134         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
11135         case.
11136         Suggested by Eric Blake.
11137
11138 2007-07-22  Ben Pfaff  <blp@gnu.org>
11139
11140         New module: popcount.
11141         * MODULES.html.sh: Add popcount.
11142         * modules/popcount: New file.
11143         * modules/popcount-tests: New file.
11144         * tests/test-popcount.c: New file.
11145         * lib/popcount.h: New file.
11146         * m4/popcount.m4: New file.
11147
11148 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11149
11150         * build-aux/announce-gen: Update to GPLv3.
11151
11152         * build-aux/config.guess: Update from config.
11153
11154 2007-07-21  Bruno Haible  <bruno@clisp.org>
11155
11156         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
11157         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
11158
11159 2007-07-20  Jim Meyering  <jim@meyering.net>
11160
11161         * check-module: Diagnose a self-dependency.
11162
11163 2007-07-19  Bruno Haible  <bruno@clisp.org>
11164
11165         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
11166         empty.
11167         Reported by Eric Blake.
11168
11169 2007-07-18  Bruno Haible  <bruno@clisp.org>
11170
11171         * gnulib-tool: New options --po-base, --po-domain.
11172         (func_usage): Document them.
11173         (pobase, po_domain): New variables.
11174         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
11175         DEFAULT_TEXT_DOMAIN.
11176         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
11177         (func_import): Consider pobase and po_domain. Create a po/ directory.
11178         (func_create_testdir): Set pobase and po_domain to empty.
11179         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
11180         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
11181
11182 2007-07-18  Bruno Haible  <bruno@clisp.org>
11183
11184         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11185         EXTRA_DIST augmentation for files in build-aux/.
11186
11187 2007-07-16  Bruno Haible  <bruno@clisp.org>
11188
11189         * modules/lseek (License): Use the synonymous term "LGPLv2+".
11190         * modules/getdelim (License): Likewise.
11191
11192 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11193
11194         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
11195         * modules/d-type (License): Likewise.
11196         * modules/extensions (License): Likewise.
11197         * modules/fnmatch (License): Likewise.
11198         * modules/fseeko (License): Likewise.
11199         * modules/getaddrinfo (License): Likewise.
11200         * modules/getline (License): Likewise.
11201         * modules/getlogin_r (License): Likewise.
11202         * modules/getpass (License): Likewise.
11203         * modules/gettimeofday (License): Likewise.
11204         * modules/glob (License): Likewise.
11205         * modules/inet_ntop (License): Likewise.
11206         * modules/malloc (License): Likewise.
11207         * modules/malloca (License): Likewise.
11208         * modules/memmem (License): Likewise.
11209         * modules/mempcpy (License): Likewise.
11210         * modules/memset (License): Likewise.
11211         * modules/minmax (License): Likewise.
11212         * modules/mktime (License): Likewise.
11213         * modules/netinet_in (License): Likewise.
11214         * modules/pathmax (License): Likewise.
11215         * modules/poll (License): Likewise.
11216         * modules/regex (License): Likewise.
11217         * modules/snprintf (License): Likewise.
11218         * modules/stdbool (License): Likewise.
11219         * modules/stdint (License): Likewise.
11220         * modules/stdio (License): Likewise.
11221         * modules/strcase (License): Likewise.
11222         * modules/strcasestr (License): Likewise.
11223         * modules/strdup (License): Likewise.
11224         * modules/string (License): Likewise.
11225         * modules/strndup (License): Likewise.
11226         * modules/strnlen (License): Likewise.
11227         * modules/strpbrk (License): Likewise.
11228         * modules/strptime (License): Likewise.
11229         * modules/strsep (License): Likewise.
11230         * modules/sys_select (License): Likewise.
11231         * modules/sys_socket (License): Likewise.
11232         * modules/sys_stat (License): Likewise.
11233         * modules/sys_time (License): Likewise.
11234         * modules/time (License): Likewise.
11235         * modules/time_r (License): Likewise.
11236         * modules/timegm (License): Likewise.
11237         * modules/unistd (License): Likewise.
11238         * modules/vsnprintf (License): Likewise.
11239         * modules/wctype (License): Likewise.
11240
11241 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11242
11243         * modules/argz (License): LGPLv2+.
11244
11245 2007-07-15  Karl Berry  <karl@gnu.org>
11246
11247         * doc/gnulib.texi: revise node structure per new fdl.texi.
11248
11249 2007-07-14  Bruno Haible  <bruno@clisp.org>
11250
11251         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
11252         the output file.
11253         * lib/uniname/uninames.h: Regenerated.
11254
11255 2007-07-14  Karl Berry  <karl@gnu.org>
11256
11257         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
11258         omitting sectioning and index commands.
11259
11260 2007-07-13  Bruno Haible  <bruno@clisp.org>
11261
11262         New gnulib-tool option --more-symlinks.
11263         * gnulib-tool (func_usage): Document --more-symlinks.
11264         (do_copyrights): New variable.
11265         Recognize option --more-symlinks.
11266         (func_import): Don't add a copyright notice transform to
11267         sed_transform_lib_file if do_copyrights is empty.
11268
11269 2007-07-13  Bruno Haible  <bruno@clisp.org>
11270
11271         * lib/vasnprintf.c (decimal_point_char): Define also if
11272         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
11273         && !NEED_PRINTF_DIRECTIVE_A.
11274         Reported by Clemens Koller <clemens.koller@anagramm.de> via
11275         Gary V. Vaughan <gary@gnu.org>.
11276
11277 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
11278
11279         * lib/inttypes_.h: Undo previous change, since it was fixed
11280         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
11281
11282 2007-07-13  Bruno Haible  <bruno@clisp.org>
11283
11284         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
11285         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
11286
11287 2007-07-13  Jim Meyering  <jim@meyering.net>
11288
11289         df: Don't fail for Tru64's "file-on-file mount".
11290         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
11291         so we fall through and use statfs instead.  Details here:
11292         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
11293         Reported by Albert Chin.
11294
11295 2007-07-13  Bruno Haible  <bruno@clisp.org>
11296
11297         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
11298         * modules/configmake (License): Likewise.
11299         * modules/gettext (License): Likewise.
11300         * modules/gettext-h (License): Likewise.
11301         * modules/include_next (License): Likewise.
11302         * modules/link-warning (License): Likewise.
11303         * modules/localcharset (License): Likewise.
11304         * modules/localename (License): Likewise.
11305         * modules/lock (License): Likewise.
11306         * modules/relocatable-lib-lgpl (License): Likewise.
11307         * modules/size_max (License): Likewise.
11308         * modules/vasnprintf (License): Likewise.
11309         * modules/wchar (License): Likewise.
11310         * modules/xsize (License): Likewise.
11311
11312 2007-07-13  Bruno Haible  <bruno@clisp.org>
11313
11314         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
11315         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
11316
11317 2007-07-12  Bruno Haible  <bruno@clisp.org>
11318
11319         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
11320         in the modules files.
11321
11322 2007-07-11  Karl Berry  <karl@gnu.org>
11323
11324         * MODULES.html.sh (func_module): use
11325          sed -e '\|^'"${includefile}"'$|d'
11326          instead of /.../d, to avoid errors on $includefile's containing /.
11327
11328 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11329
11330         * gnulib-tool (func_import): Avoid duplication of --avoid
11331         statements
11332         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
11333         names to `_' in variable names.
11334
11335 2007-07-10  Eric Blake  <ebb9@byu.net>
11336
11337         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
11338         * NEWS: Document this change.
11339
11340 2007-07-08  Bruno Haible  <bruno@clisp.org>
11341
11342         Update to Unicode 5.0.
11343         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
11344         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
11345         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
11346         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
11347         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
11348         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
11349         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
11350         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
11351         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
11352         U+10A3F, U+1D242..U+1D244.
11353         (nonspacing_table_ind): Update.
11354         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
11355         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
11356
11357 2007-07-08  Bruno Haible  <bruno@clisp.org>
11358
11359         Update to Unicode 5.0.
11360         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
11361         code transform. Extend the name index field of unicode_name_to_code and
11362         unicode_code_to_name from 16 to 24 bits.
11363         * lib/uniname/uniname.c (unicode_character_name,
11364         unicode_name_character): Add the range 0x12xxx to the code transform.
11365         * lib/uniname/uninames.h: Regenerated.
11366         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
11367
11368 2007-07-07  Bruno Haible  <bruno@clisp.org>
11369
11370         * modules/wcwidth-tests: New file.
11371         * tests/test-wcwidth.c: New file.
11372
11373         Work around MacOS X wcwidth() bug.
11374         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
11375         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
11376         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
11377         original wcwidth in non-UTF-8 locales.
11378         * modules/wcwidth (Depends-on): Add localcharset, streq,
11379         uniwidth/width.
11380         * doc/functions/wcwidth.texi: Update.
11381
11382 2007-07-07  Bruno Haible  <bruno@clisp.org>
11383
11384         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
11385         (wcwidth): New declaration.
11386         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
11387         macros.
11388         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
11389         here. Prepare for creating <wchar.h> unconditionally.
11390         * modules/wchar (Depends-on): Add link-warning.
11391         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
11392         REPLACE_WCWIDTH, and GL_LINK_WARNING.
11393         * lib/wcwidth.h: Remove file.
11394         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
11395         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
11396         * modules/wcwidth (Files): Remove lib/wcwidth.h.
11397         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
11398         (Include): Replace wcwidth.h with <wchar.h>.
11399         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
11400         * lib/mbchar.h: Don't include wcwidth.h.
11401         * lib/mbswidth.c: Likewise.
11402         * NEWS: Mention the change.
11403
11404 2007-07-07  Bruno Haible  <bruno@clisp.org>
11405
11406         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
11407         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
11408         definition with an external declaration.
11409         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
11410         defined as a function. Remove AC_C_INLINE requirement.
11411         * modules/wcwidth (Files): Add lib/wcwidth.c.
11412         (Makefile.am): Remove redundant statement.
11413
11414 2007-07-07  Bruno Haible  <bruno@clisp.org>
11415
11416         * MODULES.html.sh (Unicode string functions): Add the new modules.
11417
11418         * tests/uniwidth/test-u32-strwidth.c: New file.
11419         * modules/uniwidth/u32-strwidth-tests: New file.
11420
11421         * lib/uniwidth/u32-strwidth.c: New file.
11422         * modules/uniwidth/u32-strwidth: New file.
11423
11424         * tests/uniwidth/test-u16-strwidth.c: New file.
11425         * modules/uniwidth/u16-strwidth-tests: New file.
11426
11427         * lib/uniwidth/u16-strwidth.c: New file.
11428         * modules/uniwidth/u16-strwidth: New file.
11429
11430         * tests/uniwidth/test-u8-strwidth.c: New file.
11431         * modules/uniwidth/u8-strwidth-tests: New file.
11432
11433         * lib/uniwidth/u8-strwidth.c: New file.
11434         * modules/uniwidth/u8-strwidth: New file.
11435
11436         * tests/uniwidth/test-u32-width.c: New file.
11437         * modules/uniwidth/u32-width-tests: New file.
11438
11439         * lib/uniwidth/u32-width.c: New file.
11440         * modules/uniwidth/u32-width: New file.
11441
11442         * tests/uniwidth/test-u16-width.c: New file.
11443         * modules/uniwidth/u16-width-tests: New file.
11444
11445         * lib/uniwidth/u16-width.c: New file.
11446         * modules/uniwidth/u16-width: New file.
11447
11448         * tests/uniwidth/test-u8-width.c: New file.
11449         * modules/uniwidth/u8-width-tests: New file.
11450
11451         * lib/uniwidth/u8-width.c: New file.
11452         * modules/uniwidth/u8-width: New file.
11453
11454         * tests/uniwidth/test-uc_width.c: New file.
11455         * modules/uniwidth/width-tests: New file.
11456
11457         * lib/uniwidth/width.c: New file, from GNU libiconv.
11458         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
11459         * modules/uniwidth/width: New file.
11460
11461         * lib/uniwidth.h: New file, from GNU libiconv.
11462         * modules/uniwidth/base: New file.
11463
11464 2007-07-07  Bruno Haible  <bruno@clisp.org>
11465
11466         * lib/uniname.h: New file, from GNU gettext.
11467         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
11468         * lib/uniname/uninames.h: New file, from GNU gettext.
11469         * lib/uniname/uniname.c: New file, from GNU gettext.
11470         * tests/uniname/test-uninames.sh: New file.
11471         * tests/uniname/test-uninames.c: New file, from GNU gettext.
11472         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
11473         * modules/uniname/base: New file.
11474         * modules/uniname/uniname: New file.
11475         * modules/uniname/uniname-tests: New file.
11476         * MODULES.html.sh (Unicode string functions): Add the new modules.
11477
11478 2007-07-06  Bruno Haible  <bruno@clisp.org>
11479
11480         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
11481
11482 2007-07-06  Bruno Haible  <bruno@clisp.org>
11483
11484         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
11485         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
11486         includes <cygwin/sys_time.h> which includes <sys/select.h> which
11487         include <sys/time.h>.
11488         Reported by Eric Blake.
11489
11490 2007-07-06  Eric Blake  <ebb9@byu.net>
11491
11492         Fix testing canonicalize on cygwin.
11493         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
11494         Revert patch from 2007-06-19.
11495         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
11496         canonicalize module is also in use.
11497         * tests/test-canonicalize.c: New file.
11498         * tests/test-canonicalize.sh: Likewise.
11499         * modules/canonicalize-tests: Likewise.
11500
11501 2007-07-06  Jim Meyering  <jim@meyering.net>
11502
11503         * lib/getugroups.c (getugroups): Detect getgrent failure.
11504         Adjust comment to reflect reality: this function may return -1.
11505
11506 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
11507
11508         * build-aux/bootstrap (TP_URL,get_translations): Update to use
11509         the new TP address.
11510         (usage): Fix typo
11511         (gnulib_mk): New variable.
11512
11513 2007-07-05  Jim Meyering  <jim@meyering.net>
11514
11515         Don't let endgrent clobber errno, no matter how improbable.
11516         * lib/getugroups.c (getugroups): Save and restore errno around
11517         endgrent call.
11518
11519         Close the group DB even when failing with 2^31 or more members.
11520         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
11521
11522 2007-07-04  Jim Meyering  <jim@meyering.net>
11523
11524         * lib/getugroups.h: New file.
11525         * lib/getugroups.c: Include "getugroups.h".
11526         Remove uses of "register" keyword.
11527         Move local variable, "cp", down into scope where used.
11528         Give "username" parameter the "const" attribute.
11529         * modules/getugroups (Files): Add lib/getugroups.h
11530
11531 2007-07-04  Karl Berry  <karl@gnu.org>
11532
11533         * MODULES.html.sh (func_all_modules): Complete rename of
11534         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
11535
11536 2007-07-02  Bruno Haible  <bruno@clisp.org>
11537
11538         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
11539         mode, when inttypes.h comes from gnulib.
11540         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11541
11542 2007-07-02  Simon Josefsson  <simon@josefsson.org>
11543
11544         * NEWS: Mention lgpl module name change.
11545
11546         * modules/lgpl-2.1: Renamed from lgpl.
11547
11548         * NEWS: Mention gpl module name change.
11549
11550         * modules/gpl-3.0: New file, based on gpl-2.0.
11551
11552         * modules/gpl-2.0: Renamed from gpl.
11553
11554         * modules/gpl: Fix filename, doc/gpl.texi is now found at
11555         doc/gpl-2.0.texi.
11556
11557 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11558
11559         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
11560         #define __STDC_LIMIT_MACROS temporarily while including
11561         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
11562         Problem reported by Joel E. Denny in
11563         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
11564
11565 2007-07-01  Bruno Haible  <bruno@clisp.org>
11566
11567         * lib/unistdio.h: New file.
11568         * lib/unistdio/u-asnprintf.h: New file.
11569         * lib/unistdio/u-asprintf.h: New file.
11570         * lib/unistdio/u-printf-args.c: New file.
11571         * lib/unistdio/u-printf-args.h: New file.
11572         * lib/unistdio/u-printf-parse.h: New file.
11573         * lib/unistdio/u-snprintf.h: New file.
11574         * lib/unistdio/u-sprintf.h: New file.
11575         * lib/unistdio/u-vasprintf.h: New file.
11576         * lib/unistdio/u-vsnprintf.h: New file.
11577         * lib/unistdio/u-vsprintf.h: New file.
11578         * lib/unistdio/ulc-asnprintf.c: New file.
11579         * lib/unistdio/ulc-asprintf.c: New file.
11580         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
11581         * lib/unistdio/ulc-printf-parse.c: New file.
11582         * lib/unistdio/ulc-snprintf.c: New file.
11583         * lib/unistdio/ulc-sprintf.c: New file.
11584         * lib/unistdio/ulc-vasnprintf.c: New file.
11585         * lib/unistdio/ulc-vasprintf.c: New file.
11586         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
11587         * lib/unistdio/ulc-vsnprintf.c: New file.
11588         * lib/unistdio/ulc-vsprintf.c: New file.
11589         * lib/unistdio/u8-asnprintf.c: New file.
11590         * lib/unistdio/u8-asprintf.c: New file.
11591         * lib/unistdio/u8-printf-parse.c: New file.
11592         * lib/unistdio/u8-snprintf.c: New file.
11593         * lib/unistdio/u8-sprintf.c: New file.
11594         * lib/unistdio/u8-vasnprintf.c: New file.
11595         * lib/unistdio/u8-vasprintf.c: New file.
11596         * lib/unistdio/u8-vsnprintf.c: New file.
11597         * lib/unistdio/u8-vsprintf.c: New file.
11598         * lib/unistdio/u8-u8-asnprintf.c: New file.
11599         * lib/unistdio/u8-u8-asprintf.c: New file.
11600         * lib/unistdio/u8-u8-snprintf.c: New file.
11601         * lib/unistdio/u8-u8-sprintf.c: New file.
11602         * lib/unistdio/u8-u8-vasnprintf.c: New file.
11603         * lib/unistdio/u8-u8-vasprintf.c: New file.
11604         * lib/unistdio/u8-u8-vsnprintf.c: New file.
11605         * lib/unistdio/u8-u8-vsprintf.c: New file.
11606         * lib/unistdio/u16-asnprintf.c: New file.
11607         * lib/unistdio/u16-asprintf.c: New file.
11608         * lib/unistdio/u16-printf-parse.c: New file.
11609         * lib/unistdio/u16-snprintf.c: New file.
11610         * lib/unistdio/u16-sprintf.c: New file.
11611         * lib/unistdio/u16-vasnprintf.c: New file.
11612         * lib/unistdio/u16-vasprintf.c: New file.
11613         * lib/unistdio/u16-vsnprintf.c: New file.
11614         * lib/unistdio/u16-vsprintf.c: New file.
11615         * lib/unistdio/u16-u16-asnprintf.c: New file.
11616         * lib/unistdio/u16-u16-asprintf.c: New file.
11617         * lib/unistdio/u16-u16-snprintf.c: New file.
11618         * lib/unistdio/u16-u16-sprintf.c: New file.
11619         * lib/unistdio/u16-u16-vasnprintf.c: New file.
11620         * lib/unistdio/u16-u16-vasprintf.c: New file.
11621         * lib/unistdio/u16-u16-vsnprintf.c: New file.
11622         * lib/unistdio/u16-u16-vsprintf.c: New file.
11623         * lib/unistdio/u32-asnprintf.c: New file.
11624         * lib/unistdio/u32-asprintf.c: New file.
11625         * lib/unistdio/u32-printf-parse.c: New file.
11626         * lib/unistdio/u32-snprintf.c: New file.
11627         * lib/unistdio/u32-sprintf.c: New file.
11628         * lib/unistdio/u32-vasnprintf.c: New file.
11629         * lib/unistdio/u32-vasprintf.c: New file.
11630         * lib/unistdio/u32-vsnprintf.c: New file.
11631         * lib/unistdio/u32-vsprintf.c: New file.
11632         * lib/unistdio/u32-u32-asnprintf.c: New file.
11633         * lib/unistdio/u32-u32-asprintf.c: New file.
11634         * lib/unistdio/u32-u32-snprintf.c: New file.
11635         * lib/unistdio/u32-u32-sprintf.c: New file.
11636         * lib/unistdio/u32-u32-vasnprintf.c: New file.
11637         * lib/unistdio/u32-u32-vasprintf.c: New file.
11638         * lib/unistdio/u32-u32-vsnprintf.c: New file.
11639         * lib/unistdio/u32-u32-vsprintf.c: New file.
11640         * tests/unistdio/test-ulc-asnprintf1.c: New file.
11641         * tests/unistdio/test-ulc-asnprintf1.h: New file.
11642         * tests/unistdio/test-ulc-printf1.h: New file.
11643         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
11644         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
11645         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
11646         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
11647         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
11648         * tests/unistdio/test-ulc-vasprintf1.c: New file.
11649         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
11650         * tests/unistdio/test-ulc-vsprintf1.c: New file.
11651         * tests/unistdio/test-u8-asnprintf1.c: New file.
11652         * tests/unistdio/test-u8-asnprintf1.h: New file.
11653         * tests/unistdio/test-u8-printf1.h: New file.
11654         * tests/unistdio/test-u8-vasnprintf1.c: New file.
11655         * tests/unistdio/test-u8-vasnprintf2.c: New file.
11656         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
11657         * tests/unistdio/test-u8-vasnprintf3.c: New file.
11658         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
11659         * tests/unistdio/test-u8-vasprintf1.c: New file.
11660         * tests/unistdio/test-u8-vsnprintf1.c: New file.
11661         * tests/unistdio/test-u8-vsprintf1.c: New file.
11662         * tests/unistdio/test-u16-asnprintf1.c: New file.
11663         * tests/unistdio/test-u16-asnprintf1.h: New file.
11664         * tests/unistdio/test-u16-printf1.h: New file.
11665         * tests/unistdio/test-u16-vasnprintf1.c: New file.
11666         * tests/unistdio/test-u16-vasnprintf2.c: New file.
11667         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
11668         * tests/unistdio/test-u16-vasnprintf3.c: New file.
11669         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
11670         * tests/unistdio/test-u16-vasprintf1.c: New file.
11671         * tests/unistdio/test-u16-vsnprintf1.c: New file.
11672         * tests/unistdio/test-u16-vsprintf1.c: New file.
11673         * tests/unistdio/test-u32-asnprintf1.c: New file.
11674         * tests/unistdio/test-u32-asnprintf1.h: New file.
11675         * tests/unistdio/test-u32-printf1.h: New file.
11676         * tests/unistdio/test-u32-vasnprintf1.c: New file.
11677         * tests/unistdio/test-u32-vasnprintf2.c: New file.
11678         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
11679         * tests/unistdio/test-u32-vasnprintf3.c: New file.
11680         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
11681         * tests/unistdio/test-u32-vasprintf1.c: New file.
11682         * tests/unistdio/test-u32-vsnprintf1.c: New file.
11683         * tests/unistdio/test-u32-vsprintf1.c: New file.
11684         * modules/unistdio/base: New file.
11685         * modules/unistdio/u-printf-args: New file.
11686         * modules/unistdio/ulc-asnprintf: New file.
11687         * modules/unistdio/ulc-asprintf: New file.
11688         * modules/unistdio/ulc-fprintf: New file.
11689         * modules/unistdio/ulc-printf-parse: New file.
11690         * modules/unistdio/ulc-snprintf: New file.
11691         * modules/unistdio/ulc-sprintf: New file.
11692         * modules/unistdio/ulc-vasnprintf: New file.
11693         * modules/unistdio/ulc-vasprintf: New file.
11694         * modules/unistdio/ulc-vfprintf: New file.
11695         * modules/unistdio/ulc-vsnprintf: New file.
11696         * modules/unistdio/ulc-vsprintf: New file.
11697         * modules/unistdio/u8-asnprintf: New file.
11698         * modules/unistdio/u8-asprintf: New file.
11699         * modules/unistdio/u8-printf-parse: New file.
11700         * modules/unistdio/u8-snprintf: New file.
11701         * modules/unistdio/u8-sprintf: New file.
11702         * modules/unistdio/u8-vasnprintf: New file.
11703         * modules/unistdio/u8-vasprintf: New file.
11704         * modules/unistdio/u8-vsnprintf: New file.
11705         * modules/unistdio/u8-vsprintf: New file.
11706         * modules/unistdio/u8-u8-asnprintf: New file.
11707         * modules/unistdio/u8-u8-asprintf: New file.
11708         * modules/unistdio/u8-u8-snprintf: New file.
11709         * modules/unistdio/u8-u8-sprintf: New file.
11710         * modules/unistdio/u8-u8-vasnprintf: New file.
11711         * modules/unistdio/u8-u8-vasprintf: New file.
11712         * modules/unistdio/u8-u8-vsnprintf: New file.
11713         * modules/unistdio/u8-u8-vsprintf: New file.
11714         * modules/unistdio/u16-asnprintf: New file.
11715         * modules/unistdio/u16-asprintf: New file.
11716         * modules/unistdio/u16-printf-parse: New file.
11717         * modules/unistdio/u16-snprintf: New file.
11718         * modules/unistdio/u16-sprintf: New file.
11719         * modules/unistdio/u16-vasnprintf: New file.
11720         * modules/unistdio/u16-vasprintf: New file.
11721         * modules/unistdio/u16-vsnprintf: New file.
11722         * modules/unistdio/u16-vsprintf: New file.
11723         * modules/unistdio/u16-u16-asnprintf: New file.
11724         * modules/unistdio/u16-u16-asprintf: New file.
11725         * modules/unistdio/u16-u16-snprintf: New file.
11726         * modules/unistdio/u16-u16-sprintf: New file.
11727         * modules/unistdio/u16-u16-vasnprintf: New file.
11728         * modules/unistdio/u16-u16-vasprintf: New file.
11729         * modules/unistdio/u16-u16-vsnprintf: New file.
11730         * modules/unistdio/u16-u16-vsprintf: New file.
11731         * modules/unistdio/u32-asnprintf: New file.
11732         * modules/unistdio/u32-asprintf: New file.
11733         * modules/unistdio/u32-printf-parse: New file.
11734         * modules/unistdio/u32-snprintf: New file.
11735         * modules/unistdio/u32-sprintf: New file.
11736         * modules/unistdio/u32-vasnprintf: New file.
11737         * modules/unistdio/u32-vasprintf: New file.
11738         * modules/unistdio/u32-vsnprintf: New file.
11739         * modules/unistdio/u32-vsprintf: New file.
11740         * modules/unistdio/u32-u32-asnprintf: New file.
11741         * modules/unistdio/u32-u32-asprintf: New file.
11742         * modules/unistdio/u32-u32-snprintf: New file.
11743         * modules/unistdio/u32-u32-sprintf: New file.
11744         * modules/unistdio/u32-u32-vasnprintf: New file.
11745         * modules/unistdio/u32-u32-vasprintf: New file.
11746         * modules/unistdio/u32-u32-vsnprintf: New file.
11747         * modules/unistdio/u32-u32-vsprintf: New file.
11748         * modules/unistdio/ulc-asnprintf-tests: New file.
11749         * modules/unistdio/ulc-vasnprintf-tests: New file.
11750         * modules/unistdio/ulc-vasprintf-tests: New file.
11751         * modules/unistdio/ulc-vsnprintf-tests: New file.
11752         * modules/unistdio/ulc-vsprintf-tests: New file.
11753         * modules/unistdio/u8-asnprintf-tests: New file.
11754         * modules/unistdio/u8-vasnprintf-tests: New file.
11755         * modules/unistdio/u8-vasprintf-tests: New file.
11756         * modules/unistdio/u8-vsnprintf-tests: New file.
11757         * modules/unistdio/u8-vsprintf-tests: New file.
11758         * modules/unistdio/u16-asnprintf-tests: New file.
11759         * modules/unistdio/u16-vasnprintf-tests: New file.
11760         * modules/unistdio/u16-vasprintf-tests: New file.
11761         * modules/unistdio/u16-vsnprintf-tests: New file.
11762         * modules/unistdio/u16-vsprintf-tests: New file.
11763         * modules/unistdio/u32-asnprintf-tests: New file.
11764         * modules/unistdio/u32-vasnprintf-tests: New file.
11765         * modules/unistdio/u32-vasprintf-tests: New file.
11766         * modules/unistdio/u32-vsnprintf-tests: New file.
11767         * modules/unistdio/u32-vsprintf-tests: New file.
11768         * MODULES.html.sh (Unicode string functions): Add the new modules.
11769
11770 2007-07-01  Bruno Haible  <bruno@clisp.org>
11771
11772         * lib/sprintf.c (sprintf): Limit the available length estimation,
11773         to avoid address wraparound.
11774         * lib/vsprintf.c (vsprintf): Likewise.
11775         * modules/sprintf-posix (Dependencies): Add stdint.
11776         * modules/vsprintf-posix (Dependencies): Likewise.
11777
11778 2007-07-01  Bruno Haible  <bruno@clisp.org>
11779
11780         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
11781         Windows PATH as well. Conservative double-quoting. Comments.
11782
11783 2007-07-01  Bruno Haible  <bruno@clisp.org>
11784             Eric Blake  <ebb9@byu.net>
11785             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11786
11787         * gnulib-tool (self_abspathname): Fix algorithm to cope with
11788         empty components in $PATH, denoting '.'.
11789
11790 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11791
11792         * gnulib-tool: Fix indentation.
11793         (func_create_megatestdir): Likewise.
11794         Report by Bruno Haible.
11795
11796 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11797
11798         Sync from Automake.
11799         * build-aux/gnupload: Fix shell portability issues with for loops.
11800         Report by Karl Berry.
11801
11802 2007-06-29  Simon Josefsson  <simon@josefsson.org>
11803
11804         * build-aux/maint.mk (POURL): Use translationproject.org.
11805
11806 2007-06-27  Simon Josefsson  <simon@josefsson.org>
11807             Bruno Haible  <bruno@clisp.org>
11808
11809         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
11810         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
11811         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
11812         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
11813         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
11814
11815 2007-06-27  Bruno Haible  <bruno@clisp.org>
11816
11817         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
11818         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
11819
11820 2007-06-26  Karl Berry  <karl@gnu.org>
11821
11822         * MODULES.html.sh: remove xreadlink-with-size.
11823
11824 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11825
11826         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
11827         method that I hope also handles the double-include problem noted
11828         by Bruno Haible in
11829         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
11830
11831 2007-06-23  Bruno Haible  <bruno@clisp.org>
11832
11833         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11834         Don't let the 'mostlyclean' target fail if the last subdirectory could
11835         not be removed.
11836         Reported by Karl Berry.
11837
11838 2007-06-23  Bruno Haible  <bruno@clisp.org>
11839
11840         * gnulib-tool (echo): Add a speedier workaround for ksh.
11841         * tests/test-echo.sh: Likewise.
11842
11843 2007-06-23  Bruno Haible  <bruno@clisp.org>
11844
11845         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
11846         * tests/test-echo.sh: Likewise.
11847
11848 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11849
11850         * gnulib-tool (IFS): Initialize early, so we don't set it to
11851         empty later.
11852         (self_abspathname): Rewrite algorithm to set it, reindent.
11853         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
11854         (func_create_megatestdir): Merge some sed scripts.
11855
11856 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
11859         exposed by Sun Studio 11 cc on Solaris 8.
11860
11861 2007-06-22  Bruno Haible  <bruno@clisp.org>
11862
11863         * gnulib-tool (echo): Ensure the echo primitive does not interpret
11864         backslashes.
11865         * tests/test-echo.sh: New file.
11866
11867 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11868
11869         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
11870         simplify `sed_replace_build_aux' scripts, they are portable but
11871         echoing them with `echo' is not.
11872         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
11873
11874 2007-06-21  Karl Berry  <karl@gnu.org>
11875
11876         * config/srclist.txt: guess we can't handle the licenses via
11877         srclist at the moment.
11878
11879 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11880
11881         * MODULES.html.sh: Add include_next.
11882         * modules/include_next: New file.
11883
11884 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11885
11886         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
11887         INCLUDE_NEXT.
11888         (gl_CHECK_NEXT_HEADERS): New macro.
11889         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
11890         the obsolescent gl_ABSOLUTE_HEADER.
11891         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
11892         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
11893         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
11894         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
11895         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
11896         * m4/math_h.m4 (gl_MATH_H): Likewise.
11897         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
11898         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
11899         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
11900         * m4/stdint.m4 (gl_STDINT_H): Likewise.
11901         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
11902         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
11903         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
11904         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
11905         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
11906         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
11907         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
11908         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11909         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
11910         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
11911         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11912         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11913         * m4/inttypes.m4 (gl_INTTYPES_H): Define
11914         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
11915         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
11916         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
11917         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
11918         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
11919         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
11920         * lib/float_.h: Likewise.
11921         * lib/inttypes_.h: Likewise.
11922         * lib/math_.h: Likewise.
11923         * lib/search_.h: Likewise.
11924         * lib/signal_.h: Likewise.
11925         * lib/stdint_.h: Likewise.
11926         * lib/stdio_.h: Likewise.
11927         * lib/stdlib_.h: Likewise.
11928         * lib/string_.h: Likewise.
11929         * lib/sys_stat_.h: Likewise.
11930         * lib/sys_time_.h: Likewise.
11931         * lib/time_.h: Likewise.
11932         * lib/unistd_.h: Likewise.
11933         * lib/wchar_.h: Likewise.
11934         * lib/wctype_.h: Likewise.
11935         * lib/dirent_.h: Likewise.
11936         * lib/iconv_.h: Likewise.
11937         * lib/locale_.h: Likewise.
11938         * lib/netinet_in_.h: Likewise.
11939         * lib/sys_select_.h: Likewise.
11940         * lib/sys_socket_.h: Likewise.
11941         * lib/sysexits_.h: Likewise.
11942         * modules/fcntl (Depends-on): Depend on include_next, not
11943         absolute_header.
11944         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
11945         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
11946         * modules/fchdir: Likewise.
11947         * modules/float: Likewise.
11948         * modules/iconv_open: Likewise.
11949         * modules/inttypes: Likewise.
11950         * modules/locale: Likewise.
11951         * modules/math: Likewise.
11952         * modules/netinet_in: Likewise.
11953         * modules/search: Likewise.
11954         * modules/signal: Likewise.
11955         * modules/stdint: Likewise.
11956         * modules/stdio: Likewise.
11957         * modules/stdlib: Likewise.
11958         * modules/string: Likewise.
11959         * modules/sys_select: Likewise.
11960         * modules/sys_socket: Likewise.
11961         * modules/sys_stat: Likewise.
11962         * modules/sys_time: Likewise.
11963         * modules/sysexits: Likewise.
11964         * modules/time: Likewise.
11965         * modules/unistd: Likewise.
11966         * modules/wchar: Likewise.
11967         * modules/wctype: Likewise.
11968         * modules/sys_stat: Change maintainer to "all".
11969         * modules/unistd: Likewise.
11970
11971 2007-06-20  Karl Berry  <karl@gnu.org>
11972
11973         * config/srclist.txt: track www changes in license files.
11974
11975 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
11976
11977         * build-aux/bootstrap: Remove stray dot.
11978         Make sure build_aux settings are honored when linking
11979         gnulib_extra_files.
11980
11981 2007-06-19  Eric Blake  <ebb9@byu.net>
11982
11983         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
11984         Allow compilation on cygwin.
11985
11986 2007-06-19  Jim Meyering  <jim@meyering.net>
11987
11988         xreadlink-with-size: Remove module.  No longer used.
11989         Ex-callers now use xreadlink or mreadlink-with-size.
11990         * modules/xreadlink-with-size: Remove module.
11991         * lib/xreadlink-with-size.c: Remove file.
11992         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
11993         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
11994         just before the function definition *is* accurate.
11995
11996         Eliminate one way canonicalize_filename_mode could exit.
11997         * lib/canonicalize.c (canonicalize_filename_mode):
11998         Use mreadlink_with_size, not xreadlink_with_size.
11999
12000 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
12001
12002         Detect porting problems to FreeBSD/arm, which has time_t wider than
12003         long int.  Original problem reported for GNU diff by Xin Li in
12004         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
12005         * modules/getdate (Depends-on): Add intprops, verify.
12006         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
12007         is an integer type no wider than long int.
12008
12009 2007-06-18  Jim Meyering  <jim@meyering.net>
12010
12011         New module: mreadlink-with-size.
12012         * MODULES.html.sh: Add mreadlink-with-size.
12013         * modules/mreadlink-with-size: New module
12014         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
12015         not xreadlink-with-size.
12016         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
12017
12018 2007-06-16  Bruno Haible  <bruno@clisp.org>
12019
12020         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
12021         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
12022         Reported by Gary V. Vaughan <gary@gnu.org>.
12023
12024 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
12025
12026         Revamp lchown so that it lives in unistd.h where it belongs.
12027         * lib/lchown.h: Remove.
12028         * lib/dirchownmod.c: Don't include lib/lchown.h.
12029         * lib/fchownat.c: Likewise.
12030         * lib/openat.c: Likewise.
12031         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
12032         does not follow symlinks.
12033         (EOPNOTSUPP): Define if not defined.
12034         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
12035         is defined to 0.
12036         (lchown): New decl.
12037         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
12038         Do not check for lchown decl.
12039         Set REPLACE_LCHOWN.
12040         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
12041         REPLACE_LCHOWN.
12042         * modules/chown: Make it clear it follows symlinks.
12043         * modules/lchown: Make it clear it doesn't follow symlinks.
12044         (Files): Remove lib/lchown.h
12045         (Depends-on): Add unistd.
12046         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
12047         (Include): Include <unistd.h>, not "lchown.h".
12048         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
12049         REPLACE_LCHOWN.
12050
12051 2007-06-15  Jim Meyering  <jim@meyering.net>
12052
12053         Change license (GPL to LGPL) of fsusage and dependents.
12054         * modules/fsusage (License): Change to LGPL.
12055         * modules/full-read (License): Likewise.
12056         * modules/full-write (License): Likewise.
12057         * modules/safe-read (License): Likewise.
12058         * modules/safe-write (License): Likewise.
12059
12060 2007-06-14  Ben Pfaff  <blp@gnu.org>
12061
12062         Missing part of allocsa -> malloca transition.
12063         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
12064         gl_MALLOCA.
12065
12066 2007-06-12  Bruno Haible  <bruno@clisp.org>
12067
12068         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
12069         to ia64, x86_64, i386.
12070         Reported by Eric Blake.
12071
12072 2007-06-12  Bruno Haible  <bruno@clisp.org>
12073
12074         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
12075         cross-compiling to x86_64.
12076
12077 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
12078
12079         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
12080         glitch reported by Ralf Wildenhues in
12081         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
12082
12083         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
12084         Vin Shelton.
12085
12086 2007-06-11  Bruno Haible  <bruno@clisp.org>
12087
12088         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
12089         replacement string.
12090         Reported by Eric Blake.
12091
12092 2007-06-10  Bruno Haible  <bruno@clisp.org>
12093
12094         Prepare vasnprintf code for use with Unicode strings.
12095         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
12096         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
12097         TYPE_U32_STRING.
12098         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
12099         a_u32_string variants.
12100         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12101         * lib/printf-args.c: Don't include config.h and the specification
12102         header if PRINTF_FETCHARGS is already defined.
12103         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12104         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
12105         TYPE_U16_STRING, TYPE_U32_STRING.
12106         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
12107         u16_directive, u16_directives, u32_directive, u32_directives): New
12108         types.
12109         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
12110         New declarations.
12111         * lib/printf-parse.c: Don't include config.h and the specification
12112         header if PRINTF_PARSE is already defined. Eliminate the set of
12113         parameters for WIDE_CHAR_VERSION; the user of this file must provide
12114         them now. Include c-ctype.h.
12115         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
12116         directive and CHAR_T_ONLY_ASCII.
12117         * lib/vasnprintf.c: Don't include config.h and the specification header
12118         if VASNPRINTF is already defined.
12119         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
12120         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
12121         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
12122         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
12123         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
12124         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
12125         code accordingly.
12126         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
12127         pad_ourselves also in this case, with the 'c' and 's' directives, and
12128         with a different notion of "width".
12129         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
12130
12131 2007-06-10  Bruno Haible  <bruno@clisp.org>
12132
12133         * modules/unistr/u32-mbsnlen: New file.
12134         * lib/unistr/u32-mbsnlen.c: New file.
12135
12136         * modules/unistr/u16-mbsnlen: New file.
12137         * lib/unistr/u16-mbsnlen.c: New file.
12138
12139         * modules/unistr/u8-mbsnlen: New file.
12140         * lib/unistr/u8-mbsnlen.c: New file.
12141
12142         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
12143         declarations.
12144
12145 2007-06-10  Bruno Haible  <bruno@clisp.org>
12146
12147         * lib/string_.h (mbsnlen): New declaration.
12148         * lib/mbsnlen.c: New file.
12149         * m4/mbsnlen.m4: New file.
12150         * modules/mbsnlen: New file.
12151         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
12152         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
12153         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
12154
12155 2007-06-10  Bruno Haible  <bruno@clisp.org>
12156
12157         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
12158
12159 2007-06-10  Bruno Haible  <bruno@clisp.org>
12160
12161         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
12162         * lib/mbuiter.h: Likewise.
12163
12164 2007-06-10  Bruno Haible  <bruno@clisp.org>
12165
12166         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
12167         declaration.
12168
12169 2007-06-10  Karl Berry  <karl@gnu.org>
12170
12171         * config/srclist.txt: remove gettext entries, Bruno prefers
12172         to update individually.
12173
12174 2007-06-10  Bruno Haible  <bruno@clisp.org>
12175
12176         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
12177         'maxlen'. Ensure only length + width bytes are allocated, not
12178         length + 1 + width.
12179
12180 2007-06-09  Bruno Haible  <bruno@clisp.org>
12181
12182         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
12183         (CHAR_T): Remove macro.
12184         (VASNPRINTF): Update.
12185
12186 2007-06-09  Bruno Haible  <bruno@clisp.org>
12187
12188         * MODULES.html.sh (Unicode string functions): Add the new modules.
12189
12190         * modules/uniconv/u32-conv-to-enc: New file.
12191         * lib/uniconv/u32-conv-to-enc.c: New file.
12192         * modules/uniconv/u32-conv-to-enc-tests: New file.
12193         * tests/uniconv/test-u32-conv-to-enc.c: New file.
12194
12195         * modules/uniconv/u16-conv-to-enc: New file.
12196         * lib/uniconv/u16-conv-to-enc.c: New file.
12197         * lib/uniconv/u-conv-to-enc.h: New file.
12198         * modules/uniconv/u16-conv-to-enc-tests: New file.
12199         * tests/uniconv/test-u16-conv-to-enc.c: New file.
12200
12201         * modules/uniconv/u8-conv-to-enc: New file.
12202         * lib/uniconv/u8-conv-to-enc.c: New file.
12203         * modules/uniconv/u8-conv-to-enc-tests: New file.
12204         * tests/uniconv/test-u8-conv-to-enc.c: New file.
12205
12206         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12207         u32_conv_to_encoding): New declarations.
12208
12209 2007-06-09  Bruno Haible  <bruno@clisp.org>
12210
12211         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
12212
12213 2007-06-09  Bruno Haible  <bruno@clisp.org>
12214
12215         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
12216         * modules/malloca: Renamed from modules/allocsa, updated.
12217         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
12218         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
12219         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
12220         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
12221         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
12222         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
12223         * modules/xmalloca: Renamed from modules/xallocsa, updated.
12224         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
12225         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
12226         * modules/c-strcasestr (Depends-on): Update.
12227         * lib/c-strcasestr.c: Update.
12228         * modules/c-strstr (Depends-on): Update.
12229         * lib/c-strstr.c: Update.
12230         * modules/canonicalize-lgpl (Depends-on): Update.
12231         * lib/canonicalize-lgpl.c: Update.
12232         * modules/clean-temp (Depends-on): Update.
12233         * lib/clean-temp.c: Update.
12234         * modules/csharpcomp (Depends-on): Update.
12235         * lib/csharpcomp.c: Update.
12236         * modules/csharpexec (Depends-on): Update.
12237         * lib/csharpexec.c: Update.
12238         * modules/javacomp (Depends-on): Update.
12239         * lib/javacomp.c: Update.
12240         * modules/javaexec (Depends-on): Update.
12241         * lib/javaexec.c: Update.
12242         * modules/mbscasestr (Depends-on): Update.
12243         * lib/mbscasestr.c: Update.
12244         * modules/mbsstr (Depends-on): Update.
12245         * lib/mbsstr.c: Update.
12246         * modules/setenv (Depends-on): Update.
12247         * lib/setenv.c: Update.
12248         * modules/strcasestr (Depends-on): Update.
12249         * lib/strcasestr.c: Update.
12250         * modules/striconveha (Depends-on): Update.
12251         * lib/striconveha.c: Update.
12252         * modules/relocatable-prog-wrapper (Files): Update.
12253         * lib/relocwrapper.c: Update.
12254         * build-aux/install-reloc: Update.
12255         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
12256
12257 2007-06-08  Bruno Haible  <bruno@clisp.org>
12258
12259         Port to uClibc.
12260         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
12261         * lib/fpurge.c (fpurge): Likewise.
12262         * lib/freading.c (freading): Likewise.
12263         * lib/fseeko.c (rpl_fseeko): Likewise.
12264         * lib/fseterr.c (fseterr): Likewise.
12265         * lib/fwriting.c (fwriting): Likewise.
12266         * tests/test-fflush.c (main): Avoid a failure on uClibc.
12267
12268 2007-06-08  Bruno Haible  <bruno@clisp.org>
12269
12270         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
12271         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
12272         * modules/gettext (Files): Add m4/intlmacosx.m4.
12273
12274 2007-06-07  Bruno Haible  <bruno@clisp.org>
12275
12276         * modules/localename-tests: New file.
12277         * tests/test-localename.c: New file.
12278
12279         New module 'localename'.
12280         * lib/localename.h: New file.
12281         * lib/localename.c: New file, from GNU gettext.
12282         * m4/localename.m4: New file.
12283         * modules/localename: New file.
12284
12285 2007-06-07  Bruno Haible  <bruno@clisp.org>
12286
12287         Work around the lack of <wchar.h> on some builds of uClibc.
12288         * doc/headers/wchar.texi: Update.
12289         * lib/wchar_.h: Include <wchar.h> only if it exists.
12290         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
12291         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
12292         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
12293         doesn't exist.
12294         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
12295         * modules/mbfile (Depends-on): Add wchar.
12296         * modules/mbiter (Depends-on): Likewise.
12297         * modules/mbuiter (Depends-on): Likewise.
12298         Reported by Simon Josefsson.
12299
12300 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
12301
12302         Work around problem reported by Steven M. Schweda in
12303         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
12304         Tru64 5.1B with the Compaq compiler environment installed declares
12305         an 'isblank' function but does not define it in the C library.
12306         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
12307         * lib/regex_internal.h (isblank): Likewise.
12308         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
12309         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12310
12311 2007-06-05  Bruno Haible  <bruno@clisp.org>
12312
12313         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
12314         ia64.
12315         * modules/printf-safe: New file.
12316         * modules/fprintf-posix (Depends-on): Add printf-safe.
12317         * modules/printf-posix (Depends-on): Likewise.
12318         * modules/snprintf-posix (Depends-on): Likewise.
12319         * modules/sprintf-posix (Depends-on): Likewise.
12320         * modules/vasnprintf-posix (Depends-on): Likewise.
12321         * modules/vasprintf-posix (Depends-on): Likewise.
12322         * modules/vfprintf-posix (Depends-on): Likewise.
12323         * modules/vprintf-posix (Depends-on): Likewise.
12324         * modules/vsnprintf-posix (Depends-on): Likewise.
12325         * modules/vsprintf-posix (Depends-on): Likewise.
12326         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
12327         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
12328         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
12329         "no" on i386, x86_64, ia64.
12330         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
12331         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12332         on i386, x86_64, ia64.
12333         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
12334         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12335         on i386, x86_64, ia64.
12336         * tests/test-vasnprintf-posix.c: Include float.h.
12337         (LDBL80_WORDS): New macro.
12338         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12339         on i386, x86_64, ia64.
12340         * tests/test-vasprintf-posix.c: Include float.h.
12341         (LDBL80_WORDS): New macro.
12342         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12343         on i386, x86_64, ia64.
12344         * tests/test-snprintf-posix.c: Include float.h.
12345         * tests/test-sprintf-posix.c: Likewise.
12346         * tests/test-vsnprintf-posix.c: Likewise.
12347         * tests/test-vsprintf-posix.c: Likewise.
12348
12349 2007-06-05  Bruno Haible  <bruno@clisp.org>
12350
12351         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
12352         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
12353         non-IEEE numbers on i386, x86_64, ia64.
12354         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
12355         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
12356         * tests/test-isnanl.h: Include float.h.
12357         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
12358
12359 2007-06-05  Bruno Haible  <bruno@clisp.org>
12360
12361         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
12362         also the %a / %A. Handle the %a / %A code before this extra handling.
12363
12364 2007-06-05  Bruno Haible  <bruno@clisp.org>
12365
12366         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
12367         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
12368
12369 2007-06-05  Bruno Haible  <bruno@clisp.org>
12370
12371         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
12372         typo in variable name.
12373
12374 2007-06-05  Eric Blake  <ebb9@byu.net>
12375
12376         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
12377         Reported by Simon Josefsson.
12378
12379 2007-06-04  Bruno Haible  <bruno@clisp.org>
12380
12381         Avoid test failures on some PowerPC platforms.
12382         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
12383         Define differently for PowerPC.
12384         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
12385         Reported by Gary V. Vaughan <gary@gnu.org>.
12386
12387 2007-06-02  Bruno Haible  <bruno@clisp.org>
12388
12389         Fix test-stdint failure on FreeBSD/ia64.
12390         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
12391         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
12392         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
12393         * doc/headers/stdint.texi: Update.
12394
12395 2007-06-01  Bruno Haible  <bruno@clisp.org>
12396
12397         * tests/test-binary-io.c (main): Pass a third argument to open().
12398         Reported by Gary V. Vaughan <gary@gnu.org>.
12399
12400 2007-06-01  Bruno Haible  <bruno@clisp.org>
12401
12402         * doc/functions/frexpl.texi: Update for mingw.
12403
12404 2007-06-01  Bruno Haible  <bruno@clisp.org>
12405
12406         * tests/test-lseek.c (main): Disable test of errno for invalid third
12407         argument.
12408         * doc/functions/lseek.texi: Update.
12409         Reported by Gary V. Vaughan <gary@gnu.org>.
12410
12411 2007-05-28  Bruno Haible  <bruno@clisp.org>
12412
12413         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
12414
12415 2007-05-31  Eric Blake  <ebb9@byu.net>
12416
12417         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
12418         cross compiling.
12419
12420 2007-05-30  Eric Blake  <ebb9@byu.net>
12421         and Bruno Haible  <bruno@clisp.org>
12422
12423         Work around mingw test failures exposed by m4-1.4.9b.
12424         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
12425         * tests/test-unistd.c: Disable uid_t and git_t tests for the
12426         moment.
12427
12428 2007-05-30  Bruno Haible  <bruno@clisp.org>
12429
12430         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
12431         assuming that they are closed. Needed on HP-UX 11.
12432
12433 2007-05-29  Bruno Haible  <bruno@clisp.org>
12434
12435         Fix a problem with #include_next.
12436         * lib/dirent_.h: Split the double-inclusion guard.
12437         * lib/fcntl_.h: Likewise.
12438         * lib/float_.h: Likewise.
12439         * lib/iconv_.h: Likewise.
12440         * lib/inttypes_.h: Likewise.
12441         * lib/locale_.h: Likewise.
12442         * lib/math_.h: Likewise.
12443         * lib/netinet_in_.h: Likewise.
12444         * lib/search_.h: Likewise.
12445         * lib/signal_.h: Likewise.
12446         * lib/stdint_.h: Likewise.
12447         * lib/stdio_.h: Likewise.
12448         * lib/stdlib_.h: Likewise.
12449         * lib/string_.h: Likewise.
12450         * lib/sys_select_.h: Likewise.
12451         * lib/sys_socket_.h: Likewise.
12452         * lib/sys_stat_.h: Likewise.
12453         * lib/sys_time_.h: Likewise.
12454         * lib/sysexits_.h: Likewise.
12455         * lib/time_.h: Likewise.
12456         * lib/unistd_.h: Likewise.
12457         * lib/wchar_.h: Likewise.
12458         * lib/wctype_.h: Likewise.
12459
12460 2007-05-29  Bruno Haible  <bruno@clisp.org>
12461
12462         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
12463         for the moment.
12464
12465 2007-05-29  Bruno Haible  <bruno@clisp.org>
12466
12467         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
12468         invocation.
12469         Reported by Eric Blake.
12470
12471 2007-05-29  Bruno Haible  <bruno@clisp.org>
12472
12473         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
12474         compiling case.
12475
12476 2007-05-29  Eric Blake  <ebb9@byu.net>
12477             Bruno Haible  <bruno@clisp.org>
12478
12479         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
12480         cross compiles.
12481
12482 2007-05-28  Eric Blake  <ebb9@byu.net>
12483
12484         * modules/closein-tests (test_closein_LDADD): Support test on
12485         cygwin with libtool.
12486
12487 2007-05-28  Bruno Haible  <bruno@clisp.org>
12488
12489         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
12490         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12491         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12492         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12493         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12494         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12495         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12496         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12497         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12498
12499 2007-05-28  Eric Blake  <ebb9@byu.net>
12500
12501         Unconditionally include <config.h> in unit tests.
12502         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
12503         * tests/test-allocsa.c, tests/test-arcfour.c,
12504         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
12505         tests/test-array_list.c, tests/test-array_oset.c,
12506         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
12507         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
12508         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
12509         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
12510         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
12511         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
12512         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
12513         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
12514         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
12515         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
12516         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
12517         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
12518         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
12519         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
12520         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
12521         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
12522         test-md5.c, test-memmem.c, test-printf-posix.c,
12523         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
12524         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
12525         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
12526         test-strcasestr.c, test-striconv.c, test-striconveh.c,
12527         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
12528         test-vasnprintf-posix2.c, test-vasnprintf.c,
12529         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
12530         test-vfprintf-posix.c, test-vprintf-posix.c,
12531         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
12532         test-xvasprintf.c: Likewise.
12533
12534 2007-05-28  Bruno Haible  <bruno@clisp.org>
12535
12536         * gnulib-tool (func_import): Remember the --with-tests command-line
12537         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
12538         Reported by Eric Blake.
12539
12540 2007-05-28  Bruno Haible  <bruno@clisp.org>
12541
12542         * modules/ftell-tests: New file.
12543         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
12544         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
12545
12546         * lib/ftell.c: New file.
12547         * modules/ftell: New file.
12548         * m4/ftell.m4: New file.
12549         * doc/functions/ftell.texi: Update.
12550         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
12551         REPLACE_FTELL.
12552         * lib/stdio_.h (rpl_ftell): New declaration.
12553         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
12554         REPLACE_FTELL.
12555
12556 2007-05-28  Eric Blake  <ebb9@byu.net>
12557
12558         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
12559
12560 2007-05-28  Bruno Haible  <bruno@clisp.org>
12561
12562         * modules/fseek-tests: New file.
12563         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
12564         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
12565
12566         * lib/fseek.c: New file.
12567         * modules/fseek: New file.
12568         * m4/fseek.m4: New file.
12569         * doc/functions/fseek.texi: Update.
12570         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
12571         REPLACE_FSEEK.
12572         * lib/stdio_.h (rpl_fseek): New declaration.
12573         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
12574         REPLACE_FSEEK.
12575
12576 2007-05-28  Bruno Haible  <bruno@clisp.org>
12577
12578         * lib/stdio_.h (fflush): More comments.
12579
12580 2007-05-28  Bruno Haible  <bruno@clisp.org>
12581
12582         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
12583         runtime test.
12584
12585 2007-05-28  Eric Blake  <ebb9@byu.net>
12586
12587         Improve lseek module.
12588         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
12589         * lib/unistd_.h (lseek): Scale back link warning message.
12590         * tests/test-lseek.c: Beef up test.
12591         * tests/test-lseek.sh: Exercise more facets of lseek.
12592         Reported by Bruno Haible.
12593
12594 2007-05-28  Bruno Haible  <bruno@clisp.org>
12595
12596         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
12597         to define.
12598
12599 2007-05-27  Bruno Haible  <bruno@clisp.org>
12600
12601         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
12602
12603 2007-05-27  Bruno Haible  <bruno@clisp.org>
12604
12605         * modules/openmp: New file.
12606         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
12607         Noah Misch.
12608
12609 2007-05-26  Bruno Haible  <bruno@clisp.org>
12610
12611         * modules/chdir-long (Depends-on): Add fchdir.
12612         * modules/chdir-safer (Depends-on): Likewise.
12613         * modules/fts (Depends-on): Likewise.
12614         * modules/fts-lgpl (Depends-on): Likewise.
12615         * modules/openat (Depends-on): Likewise.
12616         * modules/savewd (Depends-on): Likewise.
12617
12618 2007-05-24  Eric Blake  <ebb9@byu.net>
12619
12620         Fix lseek on mingw.
12621         * modules/lseek: New module.
12622         * m4/lseek.m4: New file.
12623         * lib/lseek.c: New file.
12624         * modules/lseek-tests: New file.
12625         * tests/test-lseek.c: New file.
12626         * tests/test-lseek.sh: New file.
12627         * MODULES.html.sh: Document lseek module.
12628         * modules/fflush (Depends-on): Add lseek, fseeko.
12629         * modules/fseeko (Depends-on): Likewise.
12630         * modules/ftello (Depends-on): Likewise.
12631         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
12632         broken.
12633         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
12634         broken.
12635         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
12636         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
12637         * lib/ftello.c (rpl_ftello): Likewise.
12638         * tests/test-fseeko.c (main): Test this.
12639         * tests/test-fseeko.sh: Likewise.
12640         * tests/test-ftello.c (main): Likewise.
12641         * tests/test-ftello.sh: Likewise.
12642         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
12643         implies replacing fseek.
12644         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
12645         HAVE_FTELLO.
12646         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
12647         * modules/unistd (Makefile.am): Likewise.
12648         * lib/unistd_.h (lseek): Declare a replacement.
12649         * doc/functions/lseek.texi (lseek): Document this fix.
12650         * doc/functions/fseek.texi (fseek): Likewise.
12651         * doc/functions/ftell.texi (ftell): Likewise.
12652
12653 2007-05-24  Bruno Haible  <bruno@clisp.org>
12654
12655         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
12656         in the printed representation of a NaN.
12657         * tests/test-vasprintf-posix.c (test_function): Likewise.
12658         * tests/test-snprintf-posix.h (test_function): Likewise.
12659         * tests/test-sprintf-posix.h (test_function): Likewise.
12660         Reported by Eric Blake.
12661
12662 2007-05-23  Eric Blake  <ebb9@byu.net>
12663
12664         Fix fseeko/ftello on cygwin 1.5.24.
12665         * doc/functions/fseeko.texi (fseeko): Document the fix.
12666         * doc/functions/ftello.texi (ftello): Document the fix.
12667         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
12668         * doc/functions/stdout.text (stdout): New file.
12669         * doc/functions/stderr.text (stderr): New file.
12670         * doc/gnulib.texi (Function Substitutes): Use new files.
12671         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
12672         prior to 1.7.0.
12673         * tests/test-ftello.c (main): Likewise for ftello.
12674         * tests/test-fseeko.sh: New file.
12675         * tests/test-ftello.sh: New file.
12676         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
12677         with seekable stdin.
12678         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
12679         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
12680         (gl_REPLACE_FSEEKO): New macro.
12681         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
12682         * modules/fseeko (Files): Distribute fseeko.c.
12683         * modules/ftello (Files): Distribute ftello.c.
12684         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
12685         mode.
12686         * lib/ftello.c (rpl_ftello): New file.
12687         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
12688         fseeko, ftello.
12689         (gl_STDIN_LARGE_OFFSET): New macro.
12690         * modules/stdio (Makefile.am): Perform the replacement.
12691         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
12692
12693 2007-05-23  Bruno Haible  <bruno@clisp.org>
12694
12695         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
12696         GNULIB_POSIXCHECK is defined.
12697
12698 2007-05-21  Bruno Haible  <bruno@clisp.org>
12699
12700         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
12701         Check also the output for NaN arguments. When cross-compiling, guess
12702         no on IRIX.
12703         * lib/vasnprintf.c: Update comments.
12704         * tests/test-vasnprintf-posix.c (strisnan): New function.
12705         (test_function): Use it.
12706         * tests/test-vasprintf-posix.c (strisnan): New function.
12707         (test_function): Use it.
12708         * tests/test-snprintf-posix.h (strisnan): New function.
12709         (test_function): Use it.
12710         * tests/test-sprintf-posix.h (strisnan): New function.
12711         (test_function): Use it.
12712         Reported by Eric Blake.
12713
12714 2007-05-20  Bruno Haible  <bruno@clisp.org>
12715
12716         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
12717         numbers that fails on BeOS.
12718         * doc/functions/frexpl.texi: Update.
12719
12720 2007-05-20  Jim Meyering  <jim@meyering.net>
12721
12722         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
12723         forced upon us by glibc-2.6.
12724
12725 2007-05-20  Bruno Haible  <bruno@clisp.org>
12726
12727         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
12728         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
12729         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
12730         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
12731         NEED_PRINTF_INFINITE.
12732         (is_infinitel): New function.
12733         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
12734         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
12735         gl_PREREQ_VASNPRINTF_INFINITE.
12736         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
12737         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12738         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
12739         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
12740         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
12741         gl_PREREQ_VASNPRINTF_INFINITE.
12742         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12743         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12744         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12745         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12746         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12747         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12748         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12749         * doc/functions/fprintf.texi: Update.
12750         * doc/functions/printf.texi: Update.
12751         * doc/functions/snprintf.texi: Update.
12752         * doc/functions/sprintf.texi: Update.
12753         * doc/functions/vfprintf.texi: Update.
12754         * doc/functions/vprintf.texi: Update.
12755         * doc/functions/vsnprintf.texi: Update.
12756         * doc/functions/vsprintf.texi: Update.
12757
12758 2007-05-20  Bruno Haible  <bruno@clisp.org>
12759
12760         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
12761         was not found in libc.
12762         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
12763
12764 2007-05-20  Bruno Haible  <bruno@clisp.org>
12765
12766         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
12767         printed as "-nan" instead of "nan".
12768         * tests/test-vasprintf-posix.c (test_function): Likewise.
12769         * tests/test-snprintf-posix.h (test_function): Likewise.
12770         * tests/test-sprintf-posix.h (test_function): Likewise.
12771         Needed for HP-UX 11.
12772
12773 2007-05-20  Jim Meyering  <jim@meyering.net>
12774
12775         Fix buggy test for the fchownat-deref bug.
12776         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
12777         symlink required for the run-test.  Without it, this test would
12778         always declare that fchownat doesn't work, and client code would
12779         unnecessarily use the replacement function with fixed libc.
12780         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
12781         Reported by Greg Schafer.
12782
12783 2007-05-19  Bruno Haible  <bruno@clisp.org>
12784
12785         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
12786         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
12787         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
12788         Needed for IRIX 6.5 and Solaris 2.5.1.
12789
12790 2007-05-19  Bruno Haible  <bruno@clisp.org>
12791
12792         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
12793         (test_function): Skip tests involving -0.0 on platforms where
12794         -0.0 = 0.0.
12795         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
12796         (test_function): Skip tests involving -0.0 on platforms where
12797         -0.0 = 0.0.
12798         * tests/test-snprintf-posix.h (have_minus_zero): New function.
12799         (test_function): Skip tests involving -0.0 on platforms where
12800         -0.0 = 0.0.
12801         * tests/test-sprintf-posix.h (have_minus_zero): New function.
12802         (test_function): Skip tests involving -0.0 on platforms where
12803         -0.0 = 0.0.
12804         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
12805         tests.
12806         * tests/test-printf-posix.h (test_function): Likewise.
12807         * tests/test-printf-posix.output: Remove all -0.0 related results.
12808         Needed for IRIX 6.5.
12809
12810 2007-05-19  Bruno Haible  <bruno@clisp.org>
12811
12812         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
12813         printed as "nan0x7fffffff" instead of "nan".
12814         * tests/test-vasprintf-posix.c (test_function): Likewise.
12815         * tests/test-snprintf-posix.h (test_function): Likewise.
12816         * tests/test-sprintf-posix.h (test_function): Likewise.
12817         * tests/test-fprintf-posix.h (NaN): Remove macro.
12818         (test_function): Remove all NaN related tests.
12819         * tests/test-printf-posix.h (NaN): Remove macro.
12820         (test_function): Remove all NaN related tests.
12821         * tests/test-printf-posix.output: Remove all NaN related results.
12822         Needed for IRIX 6.5.
12823
12824 2007-05-19  Bruno Haible  <bruno@clisp.org>
12825
12826         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
12827         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
12828
12829 2007-05-19  Bruno Haible  <bruno@clisp.org>
12830
12831         * lib/float_.h: New file.
12832         * m4/float_h.m4: New file.
12833         * modules/float: New file.
12834         * modules/isnanl (Dependencies): Add float.
12835         * modules/isnanl-nolibm (Dependencies): Likewise.
12836         * modules/mathl (Dependencies): Likewise.
12837         * modules/printf-frexpl (Dependencies): Likewise.
12838         * modules/signbit (Dependencies): Likewise.
12839         * modules/vasnprintf (Dependencies): Likewise.
12840         * doc/headers/float.texi: Update.
12841
12842 2007-05-19  Jim Meyering  <jim@meyering.net>
12843
12844         * lib/utimens.c (gl_futimens): Rename from futimens,
12845         now that glibc-2.6 declares futimens.
12846         * lib/utimens.h: Likewise.
12847
12848 2007-05-19  Bruno Haible  <bruno@clisp.org>
12849
12850         Avoid test failures on mingw.
12851         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
12852         * tests/test-printf-posix.sh: Likewise.
12853         * tests/test-vfprintf-posix.sh: Likewise.
12854         * tests/test-vprintf-posix.sh: Likewise.
12855
12856 2007-05-19  Bruno Haible  <bruno@clisp.org>
12857
12858         Fix *printf result for NaN, Inf, -0.0 on mingw.
12859         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
12860         * lib/vasnprintf.c: Include math.h and isnan.h.
12861         (is_infinite_or_zero): New function.
12862         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
12863         values in the %f, %F, %e, %E, %g, %G directives.
12864         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
12865         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12866         gl_PRINTF_INFINITE and test its result. Invoke
12867         gl_PREREQ_VASNPRINTF_INFINITE.
12868         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12869         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12870         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12871         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12872         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12873         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12874         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12875         * doc/functions/fprintf.texi: Update.
12876         * doc/functions/printf.texi: Update.
12877         * doc/functions/snprintf.texi: Update.
12878         * doc/functions/sprintf.texi: Update.
12879         * doc/functions/vfprintf.texi: Update.
12880         * doc/functions/vprintf.texi: Update.
12881         * doc/functions/vsnprintf.texi: Update.
12882         * doc/functions/vsprintf.texi: Update.
12883
12884 2007-05-19  Bruno Haible  <bruno@clisp.org>
12885
12886         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
12887         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
12888         Instead of multiplying with 10^k, set extra_zeroes to k.
12889         (scale10_round_long_double): Remove function.
12890
12891 2007-05-18  Bruno Haible  <bruno@clisp.org>
12892
12893         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
12894         introduced on 2007-05-06.
12895
12896 2007-05-18  Bruno Haible  <bruno@clisp.org>
12897
12898         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
12899         %g directives.
12900         * tests/test-vasprintf-posix.c (test_function): Likewise.
12901         * tests/test-snprintf-posix.h (test_function): Likewise.
12902         * tests/test-sprintf-posix.h (test_function): Likewise.
12903
12904 2007-05-18  Bruno Haible  <bruno@clisp.org>
12905
12906         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
12907         (strmatch): New function.
12908         (test_function): Test the %f directive on numbers of various exponents.
12909         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
12910         (strmatch): New function.
12911         (test_function): Test the %f directive on numbers of various exponents.
12912         * tests/test-snprintf-posix.h (strmatch): New function.
12913         (test_function): Test the %f directive on numbers of various exponents.
12914         * tests/test-sprintf-posix.h (strmatch): New function.
12915         (test_function): Test the %f directive on numbers of various exponents.
12916         * tests/test-snprintf-posix.c (SIZEOF): New macro.
12917         * tests/test-sprintf-posix.c (SIZEOF): New macro.
12918         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
12919         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
12920
12921 2007-05-18  Bruno Haible  <bruno@clisp.org>
12922
12923         Add support for 'long double' number output.
12924         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
12925         * lib/vasnprintf.c: Include math.h and float+.h.
12926         (mp_limb_t): New type.
12927         (GMP_LIMB_BITS): New macro.
12928         (mp_twolimb_t): New type.
12929         (GMP_TWOLIMB_BITS): New macro.
12930         (mpn_t): New type.
12931         (multiply, divide, convert_to_decimal, decode_long_double,
12932         scale10_round_long_double, scale10_round_decimal_long_double,
12933         floorlog10l): New functions.
12934         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
12935         for the %f, %F, %e, %E, %g, %G directives.
12936         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
12937         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12938         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
12939         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
12940         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12941         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12942         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12943         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12944         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12945         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12946         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12947         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
12948         * modules/snprintf-posix (Depends-on): Likewise.
12949         * modules/sprintf-posix (Depends-on): Likewise.
12950         * modules/vasnprintf-posix (Depends-on): Likewise.
12951         * modules/vasprintf-posix (Depends-on): Likewise.
12952         * modules/vfprintf-posix (Depends-on): Likewise.
12953         * modules/vsnprintf-posix (Depends-on): Likewise.
12954         * modules/vsprintf-posix (Depends-on): Likewise.
12955         * modules/vasnprintf (Files): Add lib/float+.h.
12956         * doc/functions/fprintf.texi: Update.
12957         * doc/functions/printf.texi: Update.
12958         * doc/functions/snprintf.texi: Update.
12959         * doc/functions/sprintf.texi: Update.
12960         * doc/functions/vfprintf.texi: Update.
12961         * doc/functions/vprintf.texi: Update.
12962         * doc/functions/vsnprintf.texi: Update.
12963         * doc/functions/vsprintf.texi: Update.
12964
12965 2007-05-18  Bruno Haible  <bruno@clisp.org>
12966
12967         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
12968
12969 2007-05-18  Bruno Haible  <bruno@clisp.org>
12970
12971         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
12972         for printing 64-bit integers. Needed for mingw.
12973
12974 2007-05-18  Bruno Haible  <bruno@clisp.org>
12975
12976         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
12977         gl_FUNC_FREXPL_WORKS.
12978         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
12979
12980 2007-05-18  Bruno Haible  <bruno@clisp.org>
12981
12982         * modules/frexpl-nolibm-tests: New file.
12983
12984         * modules/frexpl-nolibm: New file.
12985         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
12986
12987 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12988
12989         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
12990         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
12991         GCC 4.2, which otherwise issues a lot of warnings.
12992         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
12993         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
12994         Likewise.
12995         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
12996         * modules/iconv_open (iconv.h): Likewise.
12997         * modules/locale (locale.h): Likewise.
12998         * modules/netinet_in (netinet/in.h): Likewise.
12999         * modules/sys_select (sys_select.h): Likewise.
13000         * modules/sys_socket (sys/socket.h): Likewise.
13001         * modules/sys_stat (sys/stat.h): Likewise.
13002         * modules/sysexits (sysexits.h): Likewise.
13003         * modules/unistd (unistd.h): Likewise.
13004
13005 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13006
13007         * modules/closein-tests (Makefile.am): Distribute
13008         `test-closein.sh'.
13009
13010 2007-05-17  Bruno Haible  <bruno@clisp.org>
13011
13012         * tests/test-printf-posix.output: Renamed from
13013         tests/test-fprintf-posix.out.
13014         * modules/fprintf-posix-tests: Update.
13015         * modules/printf-posix-tests: Update.
13016         * modules/vfprintf-posix-tests: Update.
13017         * modules/vprintf-posix-tests: Update.
13018         * tests/test-fprintf-posix.sh: Update.
13019         * tests/test-printf-posix.sh: Update.
13020         * tests/test-vfprintf-posix.sh: Update.
13021         * tests/test-vprintf-posix.sh: Update.
13022         Reported by Ralf Wildenhues.
13023
13024 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13025
13026         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
13027         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13028         GCC 4.2, which otherwise issues a lot of warnings.
13029         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
13030         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
13031         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
13032         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
13033         it should no longer be needed.
13034         * lib/string_.h: Likewise.
13035         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
13036         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
13037         * modules/inttypes (inttypes.h): Likewise.
13038         * modules/math (math.h): Likewise.
13039         * modules/search (search.h): Likewise.
13040         * modules/signal (signal.h): Likewise.
13041         * modules/stdint (stdint.h): Likewise.
13042         * modules/stdio (stdio.h): Likewise.
13043         * modules/stdlib (stdlib.h): Likewise.
13044         * modules/string (string.h): Likewise.
13045         * modules/sys_time (sys/time.h): Likewise.
13046         * modules/time (time.h): Likewise.
13047         * modules/wchar (wchar.h): Likewise.
13048         * modules/wctype (wtype.h): Likewise.
13049
13050 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13051
13052         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
13053
13054 2007-05-13  Bruno Haible  <bruno@clisp.org>
13055
13056         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
13057         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13058         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
13059         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13060         (gl_PREREQ_STRTOK_R): Don't require it here.
13061
13062 2007-05-13  Bruno Haible  <bruno@clisp.org>
13063
13064         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
13065         when used in C++ mode.
13066
13067 2007-05-12  Bruno Haible  <bruno@clisp.org>
13068
13069         * lib/linebuffer.h: Tweak doc.
13070         * lib/linebuffer.c: Likewise.
13071
13072 2007-05-12  James Youngman  <jay@gnu.org>
13073
13074         * lib/linebuffer.c (readlinebuffer_delim): New function,
13075         like readlinebuffer, but use a caller-specified delimiter.
13076         (readlinebuffer): Just call readlinebuffer_delim with '\n'
13077         as the delimiter.
13078         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
13079
13080 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13081
13082         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
13083         * modules/openat (Files): Remove openat-die.c.
13084         (Depends-on): Add openat-die.
13085         * modules/openat-die: New module.
13086
13087 2007-05-06  Bruno Haible  <bruno@clisp.org>
13088
13089         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
13090         Update with info about Cygwin.
13091         * doc/functions/fprintf.texi: Update.
13092         * doc/functions/printf.texi: Update.
13093         * doc/functions/snprintf.texi: Update.
13094         * doc/functions/sprintf.texi: Update.
13095         * doc/functions/vfprintf.texi: Update.
13096         * doc/functions/vprintf.texi: Update.
13097         * doc/functions/vsnprintf.texi: Update.
13098         * doc/functions/vsprintf.texi: Update.
13099         Reported by Eric Blake.
13100
13101 2007-05-06  Bruno Haible  <bruno@clisp.org>
13102
13103         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
13104         padding ourselves for the floating-point directives.
13105         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
13106         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
13107         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13108         gl_PRINTF_FLAG_ZERO and test its result. Invoke
13109         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
13110         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13111         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13112         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13113         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13114         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13115         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13116         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13117         * tests/test-snprintf-posix.h (test_function): Also check the width
13118         and some flags in the %f directive.
13119         * tests/test-sprintf-posix.h (test_function): Likewise.
13120         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13121         * tests/test-vasprintf-posix.c (test_function): Likewise.
13122         * doc/functions/fprintf.texi: Update.
13123         * doc/functions/printf.texi: Update.
13124         * doc/functions/snprintf.texi: Update.
13125         * doc/functions/sprintf.texi: Update.
13126         * doc/functions/vfprintf.texi: Update.
13127         * doc/functions/vprintf.texi: Update.
13128         * doc/functions/vsnprintf.texi: Update.
13129         * doc/functions/vsprintf.texi: Update.
13130
13131 2007-05-06  Bruno Haible  <bruno@clisp.org>
13132
13133         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
13134         pass the ' flag character to sprintf or snprintf.
13135         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
13136         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
13137         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13138         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
13139         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
13140         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13141         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13142         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13143         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13144         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13145         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13146         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13147         * tests/test-snprintf-posix.h (test_function): Also check the grouping
13148         flag.
13149         * tests/test-sprintf-posix.h (test_function): Likewise.
13150         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13151         * tests/test-vasprintf-posix.c (test_function): Likewise.
13152         * doc/functions/fprintf.texi: Update.
13153         * doc/functions/printf.texi: Update.
13154         * doc/functions/snprintf.texi: Update.
13155         * doc/functions/sprintf.texi: Update.
13156         * doc/functions/vfprintf.texi: Update.
13157         * doc/functions/vprintf.texi: Update.
13158         * doc/functions/vsnprintf.texi: Update.
13159         * doc/functions/vsprintf.texi: Update.
13160
13161 2007-05-01  Bruno Haible  <bruno@clisp.org>
13162
13163         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
13164
13165 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
13166
13167         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
13168         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
13169
13170 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13171
13172         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
13173         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
13174         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
13175
13176 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
13177
13178         * lib/argp-help.c (struct hol_entry): New member `ord'.
13179         (HOL_ENTRY_PTRCMP): Use ord for comparison
13180         (hol_sort): Initialize ord.
13181
13182 2007-05-01  Bruno Haible  <bruno@clisp.org>
13183
13184         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
13185         Reported by Eric Blake.
13186         * doc/gnulib.texi (Function Substitutes): Update.
13187
13188 2007-05-01  Bruno Haible  <bruno@clisp.org>
13189
13190         * doc/functions.texi: Remove file, now redundant through
13191         doc/functions/*.texi.
13192
13193 2007-05-01  Bruno Haible  <bruno@clisp.org>
13194
13195         * modules/argp (Depends-on): Add sleep.
13196
13197 2007-05-01  Bruno Haible  <bruno@clisp.org>
13198
13199         * modules/sleep-tests: New file.
13200         * tests/test-sleep.c: New file.
13201
13202         * modules/sleep: New file.
13203         * lib/sleep.c: New file.
13204         * m4/sleep.m4: New file.
13205         * lib/unistd_.h (sleep): New declaration.
13206         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
13207         HAVE_SLEEP.
13208         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
13209         * doc/functions/sleep.texi: Document the sleep module.
13210
13211 2007-05-01  Bruno Haible  <bruno@clisp.org>
13212
13213         * lib/sigprocmask.h: Remove file.
13214         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
13215         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
13216         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
13217         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
13218         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
13219         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
13220         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
13221         HAVE_SIGSET_T as a shell variable.
13222         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
13223         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
13224         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
13225         (Depends-on): Add signal. Remove verify.
13226         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
13227         (Include): Mention <signal.h> instead of sigprocmask.h.
13228         * NEWS: Mention the change.
13229         * lib/fatal-signal.c: Don't include sigprocmask.h.
13230
13231 2007-05-01  Bruno Haible  <bruno@clisp.org>
13232
13233         * modules/signal: New file.
13234         * lib/signal_.h: New file.
13235         * m4/signal_h.m4: New file.
13236
13237 2007-05-01  Bruno Haible  <bruno@clisp.org>
13238
13239         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
13240         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
13241         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
13242         HAVE_WCTYPE_CTMP_BUG into wctype.h.
13243
13244 2007-05-01  Bruno Haible  <bruno@clisp.org>
13245
13246         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
13247         configure time.
13248         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
13249         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
13250         * modules/sys_stat (Makefile.am): Substitute their values into
13251         sys/stat.h.
13252
13253 2007-05-01  Bruno Haible  <bruno@clisp.org>
13254
13255         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
13256         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
13257         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
13258
13259 2007-05-01  Bruno Haible  <bruno@clisp.org>
13260
13261         * doc/header/assert.texi: Undo last change: don't mention the gnulib
13262         'assert' module here.
13263
13264 2007-05-01  Bruno Haible  <bruno@clisp.org>
13265
13266         * doc/functions/*.texi: New files.
13267         * doc/functions/google-ranking.txt: New file.
13268         * doc/gnulib.texi (Function Substitutes): New chapter.
13269         (ctime, inet_ntoa): Remove sections.
13270         * doc/ctime.texi: Remove file.
13271         * doc/inet_ntoa.texi: Remove file.
13272         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
13273         dependencies.
13274         (%.info): New rule, specifying a --reference-limit.
13275
13276 2007-05-01  Bruno Haible  <bruno@clisp.org>
13277
13278         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
13279
13280 2007-05-01  Bruno Haible  <bruno@clisp.org>
13281
13282         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
13283         the portability of 'mkdir' to mingw systems.
13284
13285 2007-05-01  Bruno Haible  <bruno@clisp.org>
13286
13287         * doc/headers/google-ranking.txt: New file.
13288
13289 2007-04-30  Eric Blake  <ebb9@byu.net>
13290
13291         Prefer fseeko to fseek.
13292         * modules/getpass (Depends-on): Add fseeko.
13293         * lib/getpass.c (getpass): Use fseeko, not fseek.
13294
13295 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
13296
13297         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
13298         assumes the sorting is stable, while most qsort implementations
13299         are not.  Use argument addresses to ensure they never compare as
13300         equal.
13301
13302         * tests/test-argp-2.sh (usage-indent test): Fix output
13303         (func_compare): Restore diff options
13304         * tests/test-argp.c: Restore #include "progname.h"
13305
13306 2007-04-29  Bruno Haible  <bruno@clisp.org>
13307
13308         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
13309         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13310         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
13311         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13312         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
13313         (configure.ac): Define CHECK_SNPRINTF_POSIX.
13314         (TESTS, check_PROGRAMS): Add test-snprintf.
13315         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
13316         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
13317         (TESTS, check_PROGRAMS): Add test-vsnprintf.
13318         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
13319         assertions that fail on HP-UX, OSF/1, or IRIX.
13320         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
13321
13322 2007-04-29  Bruno Haible  <bruno@clisp.org>
13323
13324         * MODULES.html.sh (posix_functions): Remove 'contents'.
13325
13326 2007-04-29  Karl Berry  <karl@gnu.org>
13327
13328         * config/srclist.txt (gendocs_template_min): new entry.
13329
13330 2007-04-29  Bruno Haible  <bruno@clisp.org>
13331
13332         Work around fpurge bug on BSD systems.
13333         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
13334         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
13335         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
13336         fpurge to rpl_fpurge if the system already has this function.
13337         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
13338         the case where the system already has this function. Correct invariants
13339         on BSD systems.
13340         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
13341         BSD systems.
13342
13343 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
13344
13345         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
13346         proposed by Sven Verdoolaege.
13347
13348         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
13349         options.
13350         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
13351         (usage and help tests): Update
13352
13353 2007-04-29  Bruno Haible  <bruno@clisp.org>
13354
13355         * tests/test-fflush.c (main): Use a file of size 17, not 10.
13356         Print more information in case of failure. Disable a test on BeOS.
13357
13358 2007-04-29  Bruno Haible  <bruno@clisp.org>
13359
13360         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
13361         This helps debugging on systems on which no gdb is available.
13362
13363 2007-04-29  Bruno Haible  <bruno@clisp.org>
13364
13365         * lib/freading.h: Improve comments.
13366         * lib/fwriting.h: Likewise.
13367         * tests/test-freading.c (main): Don't check freading immediately after
13368         repositioning. Needed for glibc.
13369
13370 2007-04-29  Bruno Haible  <bruno@clisp.org>
13371
13372         * lib/freading.c (freading): Trivial simplification.
13373
13374 2007-04-28  Bruno Haible  <bruno@clisp.org>
13375
13376         * tests/test-fwriting.c (main): Also test the interaction between
13377         fflush and fwriting.
13378         * modules/fwriting-tests (Depends-on): Add fflush.
13379
13380         * tests/test-freading.c (main): Also test the interaction between
13381         fflush and freading.
13382         * modules/freading-tests (Depends-on): Add fflush.
13383
13384 2007-04-28  Bruno Haible  <bruno@clisp.org>
13385
13386         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
13387         fseeko and ftello.
13388         Suggested by Eric Blake.
13389
13390 2007-04-28  Jim Meyering  <jim@meyering.net>
13391
13392         Avoid false-negative in gl_STDINT_H's C99 conformance test.
13393         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
13394         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
13395
13396 2007-04-27  Eric Blake  <ebb9@byu.net>
13397
13398         * doc/headers/assert.texi (assert.h): Document assert module use.
13399
13400 2007-04-27  Bruno Haible  <bruno@clisp.org>
13401
13402         * doc/headers/*.texi: New files.
13403         * doc/gnulib.texi (Header File Substitutes): New chapter.
13404         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
13405         dependencies.
13406         (standards.info ,standards.html, standards.dvi): Update dependencies.
13407         (mostlyclean, clean): New targets.
13408
13409 2007-04-27  Bruno Haible  <bruno@clisp.org>
13410
13411         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
13412         * modules/sysexits (Files, Makefile.am): Update.
13413
13414         * lib/sys_socket_.h: Renamed from lib/socket_.h.
13415         * modules/sys_socket (Files, Makefile.am): Update.
13416
13417         * lib/sys_stat_.h: Renamed from lib/stat_.h.
13418         * modules/sys_stat (Files, Makefile.am): Update.
13419
13420 2007-04-27  Eric Blake  <ebb9@byu.net>
13421
13422         * lib/freading.h: Improve comments.
13423         * lib/fwriting.h: Likewise.
13424         * lib/fflush.c: Likewise.
13425
13426         Fix closein for mingw.
13427         * modules/closein-tests: Add tests for closein.
13428         * tests/test-closein.c: New file.
13429         * tests/test-closein.sh: Likewise.
13430         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
13431         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
13432
13433 2007-04-27  Bruno Haible  <bruno@clisp.org>
13434
13435         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
13436         version is < 6.
13437         * lib/math_.h [__DECC]: Likewise.
13438         * lib/stdio_.h [__DECC]: Likewise.
13439         * lib/stdlib_.h [__DECC]: Likewise.
13440         * lib/string_.h [__DECC]: Likewise.
13441         * lib/time_.h [__DECC]: Likewise.
13442         * lib/wchar_.h [__DECC]: Likewise.
13443         * lib/wctype_.h [__DECC]: Likewise.
13444
13445 2007-04-27  Bruno Haible  <bruno@clisp.org>
13446
13447         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
13448
13449 2007-04-27  Bruno Haible  <bruno@clisp.org>
13450
13451         * lib/fflush.c: Add comments.
13452         * modules/fpurge-tests (Depends-on): Add fflush.
13453         * modules/freadable-tests (Depends-on): Likewise.
13454         * modules/fwritable-tests (Depends-on): Likewise.
13455
13456 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
13457
13458         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
13459         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
13460         Report by Bruno Haible <bruno@clisp.org>.
13461
13462 2007-04-26  Eric Blake  <ebb9@byu.net>
13463
13464         Fix fflush on mingw.
13465         * modules/fflush (Depends-on): Add freading.
13466         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
13467         but unread data.
13468
13469 2007-04-26  Eric Blake  <ebb9@byu.net>
13470         and Bruno Haible  <bruno@clisp.org>
13471
13472         Implement freading and fwriting.
13473         * lib/freading.c: New file.
13474         * lib/freading.h: Likewise.
13475         * m4/freading.m4: Likewise.
13476         * modules/freading: Likewise.
13477         * modules/freading-tests: Likewise.
13478         * tests/test-freading.c: Likewise.
13479         * lib/fwriting.c: New file.
13480         * lib/fwriting.h: Likewise.
13481         * m4/fwriting.m4: Likewise.
13482         * modules/fwriting: Likewise.
13483         * modules/fwriting-tests: Likewise.
13484         * tests/test-fwriting.c: Likewise.
13485         * MODULES.html.sh (File stream based Input/Output): Mention them.
13486
13487 2007-04-26  Bruno Haible  <bruno@clisp.org>
13488
13489         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
13490         'long' when we assume it.
13491         Suggested by Eric Blake.
13492
13493 2007-04-26  Bruno Haible  <bruno@clisp.org>
13494
13495         Ensure fseeko, ftello are declared on glibc systems.
13496         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
13497         * modules/fseeko (configure.ac-early): Likewise.
13498         * modules/ftello (configure.ac-early): Likewise.
13499         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
13500         AC_FUNC_FSEEKO for this.
13501         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
13502         (gl_CHECK_FSEEKO): Remove macro.
13503
13504 2007-04-26  Bruno Haible  <bruno@clisp.org>
13505
13506         * tests/test-fflush.c (main): Also check the ftell result after
13507         fflush and fseek/fseeko.
13508         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
13509         file descriptor position cache in the stream.
13510         * lib/fseeko.c (rpl_fseeko): Likewise.
13511
13512 2007-04-26  Bruno Haible  <bruno@clisp.org>
13513
13514         * modules/fflush-tests (Depends-on): Add fseeko.
13515
13516 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
13517             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13518
13519         * lib/argz_.h: ensure error_t definition is obtained in same
13520         mechanism system argz.h would have.
13521         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
13522         argz facilities are known bad.  Err on the side of caution if
13523         cross-compiling.
13524
13525 2007-04-25  Eric Blake  <ebb9@byu.net>
13526
13527         * lib/fpurge.c (includes): Use stdlib.h for free.
13528         * tests/test-fflush.c (main): Also test fflush-fseeko.
13529
13530 2007-04-25  Bruno Haible  <bruno@clisp.org>
13531
13532         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
13533         * lib/fseeko.c: New file.
13534         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
13535         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
13536         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
13537         gl_FUNC_FSEEKO.
13538         (gl_FUNC_FSEEKO): Invoke it.
13539         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
13540         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
13541         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
13542
13543 2007-04-25  Bruno Haible  <bruno@clisp.org>
13544
13545         * modules/fflush (Depends-on): Add ftello.
13546
13547 2007-04-25  Bruno Haible  <bruno@clisp.org>
13548
13549         * modules/ftello-tests: New file.
13550         * tests/test-ftello.c: New file.
13551
13552         * modules/ftello: New file.
13553         * m4/ftello.m4: New file.
13554         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
13555         HAVE_FTELLO.
13556         * lib/stdio_.h (ftello): New declaration.
13557         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
13558         HAVE_FTELLO.
13559
13560 2007-04-25  Bruno Haible  <bruno@clisp.org>
13561
13562         * modules/fseeko-tests: New file.
13563         * tests/test-fseeko.c: New file.
13564
13565         * modules/fseeko: New file.
13566         * m4/fseeko.m4: New file.
13567         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
13568         HAVE_FSEEKO.
13569         * lib/stdio_.h (fseeko): New declaration.
13570         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
13571         HAVE_FSEEKO.
13572
13573 2007-04-25  Bruno Haible  <bruno@clisp.org>
13574
13575         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
13576
13577 2007-04-25  Bruno Haible  <bruno@clisp.org>
13578
13579         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
13580         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
13581         * tests/test-unistd.c: Likewise.
13582         * tests/test-fcntl.c: Likewise.
13583
13584 2007-04-23  Eric Blake  <ebb9@byu.net>
13585
13586         * lib/fflush.c: Fix missing include.
13587         Reported by Bruno Haible.
13588
13589 2007-04-23  Bruno Haible  <bruno@clisp.org>
13590
13591         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
13592         Reported by Eric Blake.
13593
13594 2007-04-23  Bruno Haible  <bruno@clisp.org>
13595
13596         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
13597
13598 2007-04-23  Bruno Haible  <bruno@clisp.org>
13599
13600         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
13601
13602 2007-04-23  Bruno Haible  <bruno@clisp.org>
13603
13604         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
13605         Needed on HP-UX 11.
13606
13607 2007-04-16  Eric Blake  <ebb9@byu.net>
13608
13609         Make fflush rely on fpurge.
13610         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
13611         open coding all variants.
13612         * modules/fflush (Depends-on): Add fpurge and unistd.
13613         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
13614         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
13615
13616         Fix --with-tests compilation on cygwin.
13617         * modules/argmatch-tests (Makefile.am): List gnulib library first
13618         in LDADD.
13619         * modules/argp-tests (Makefile.am): Likewise.
13620         * modules/array-list-tests (Makefile.am): Likewise.
13621         * modules/array-oset-tests (Makefile.am): Likewise.
13622         * modules/avltree-list-tests (Makefile.am): Likewise.
13623         * modules/avltree-oset-tests (Makefile.am): Likewise.
13624         * modules/avltreehash-list-tests (Makefile.am): Likewise.
13625         * modules/carray-list-tests (Makefile.am): Likewise.
13626         * modules/dirname-tests (Makefile.am): Likewise.
13627         * modules/frexp-tests (Makefile.am): Likewise.
13628         * modules/isnanl-tests (Makefile.am): Likewise.
13629         * modules/linked-list-tests (Makefile.am): Likewise.
13630         * modules/linkedhash-list-tests (Makefile.am): Likewise.
13631         * modules/lock-tests (Makefile.am): Likewise.
13632         * modules/rbtree-list-tests (Makefile.am): Likewise.
13633         * modules/rbtree-oset-tests (Makefile.am): Likewise.
13634         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
13635         * modules/tls-tests (Makefile.am): Likewise.
13636         * modules/tsearch-tests (Makefile.am): Likewise.
13637         * modules/xvasprintf-tests (Makefile.am): Likewise.
13638
13639         Fix fpurge for cygwin.
13640         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
13641         value.
13642         * modules/fpurge-tests (Depends-on): Clean up trash.
13643
13644 2007-04-16  Simon Josefsson  <simon@josefsson.org>
13645
13646         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
13647
13648         * m4/autobuild.m4: Re-indent.
13649
13650 2007-04-13  Bruno Haible  <bruno@clisp.org>
13651
13652         * modules/fpurge-tests: New file.
13653         * tests/test-fpurge.c: New file.
13654
13655         * modules/fpurge: New file.
13656         * lib/fpurge.h: New file.
13657         * lib/fpurge.c: New file.
13658         * m4/fpurge.m4: New file.
13659
13660 2007-04-13  Bruno Haible  <bruno@clisp.org>
13661
13662         * modules/fbufmode-tests: New file.
13663         * tests/test-fbufmode.c: New file.
13664
13665         * modules/fbufmode: New file.
13666         * lib/fbufmode.h: New file.
13667         * lib/fbufmode.c: New file.
13668         * m4/fbufmode.m4: New file.
13669
13670 2007-04-13  Bruno Haible  <bruno@clisp.org>
13671
13672         * modules/fwritable-tests: New file.
13673         * tests/test-fwritable.c: New file.
13674
13675         * modules/fwritable: New file.
13676         * lib/fwritable.h: New file.
13677         * lib/fwritable.c: New file.
13678         * m4/fwritable.m4: New file.
13679
13680 2007-04-13  Bruno Haible  <bruno@clisp.org>
13681
13682         * modules/freadable-tests: New file.
13683         * tests/test-freadable.c: New file.
13684
13685         * modules/freadable: New file.
13686         * lib/freadable.h: New file.
13687         * lib/freadable.c: New file.
13688         * m4/freadable.m4: New file.
13689
13690 2007-04-13  Bruno Haible  <bruno@clisp.org>
13691
13692         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
13693         MOSTLYCLEANFILES.
13694
13695 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13696
13697         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
13698         gzip bootstrap.conf to avoid dragging in i18n machinery.
13699         (gnulib_tool_option): Use it.
13700
13701 2007-04-13  Bruno Haible  <bruno@clisp.org>
13702
13703         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
13704         %F directives.
13705         * tests/test-vasprintf-posix.c (test_function): Likewise.
13706         * tests/test-snprintf-posix.h (test_function): Likewise.
13707         * tests/test-sprintf-posix.h (test_function): Likewise.
13708         * tests/test-fprintf-posix.h (test_function): Likewise.
13709         * tests/test-printf-posix.h (test_function): Likewise.
13710         * tests/test-fprintf-posix.out: Likewise.
13711
13712 2007-04-13  Bruno Haible  <bruno@clisp.org>
13713
13714         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
13715         * modules/tls-tests (configure.ac): Likewise.
13716         Reported by Arto C. Nirkko <anirkko@insel.ch>.
13717
13718 2007-04-13  Bruno Haible  <bruno@clisp.org>
13719
13720         * lib/tls.c (glthread_tls_get): Fix return type.
13721         Patch by Arto C. Nirkko <anirkko@insel.ch>.
13722
13723 2007-04-12  Eric Blake  <ebb9@byu.net>
13724
13725         * modules/gettime (Depends-on): Remove gettime.
13726         Reported by Dmitry V. Levin.
13727
13728 2007-04-12  Bruno Haible  <bruno@clisp.org>
13729
13730         * modules/fflush (Include): Mention <stdio.h>.
13731         * modules/strtoimax (Include): Mention <inttypes.h>.
13732         * modules/strtoumax (Include): Likewise.
13733
13734 2007-04-12  Eric Blake  <ebb9@byu.net>
13735
13736         * .cvsignore: New file.
13737         * .gitignore: Likewise.
13738
13739 2007-04-12  Bruno Haible  <bruno@clisp.org>
13740
13741         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
13742         not before, since $(LDADD) often contains libgnu.a.
13743         * modules/striconv-tests (test_striconv_LDADD): Likewise.
13744         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
13745         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
13746         Needed on Cygwin.
13747
13748 2007-04-12  Eric Blake  <ebb9@byu.net>
13749
13750         Work around glibc's failure to flush stdin on fclose.
13751         * lib/closein.c (close_stdin): Flush stdin before closing.
13752
13753         Work around glibc's failure to reset seekable stdin on exit.
13754         * modules/closein: New module.
13755         * lib/closein.c: New file.
13756         * lib/closein.h: Likewise.
13757         * m4/closein.m4: Likewise.
13758         * MODULES.html.sh (File stream based Input/Output): Document it.
13759
13760 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13761
13762         * gnulib-tool: Rename generated 'autobuild' script to
13763         'do-autobuild' in --create-megatestdir output.
13764
13765         * doc/gnulib.texi (Build robot for gnulib): Fix.
13766
13767 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13768
13769         * modules/sysexits (Depends-on): Add absolute-header.
13770
13771 2007-04-12  Eric Blake  <ebb9@byu.net>
13772
13773         No need to preserve errno on success.
13774         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
13775         Reported by Bruno Haible.
13776
13777 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13778
13779         * MODULES.html.sh (Support for maintaining and releasing
13780         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
13781
13782 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13783
13784         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
13785
13786 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13787
13788         * modules/autobuild: New module.
13789
13790         * m4/autobuild.m4: New file.
13791
13792 2007-04-11  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
13795         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
13796         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
13797         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
13798         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13799         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13800         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13801         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13802         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13803         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13804         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
13805         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13806         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13807         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
13808         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13809         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13810         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
13811         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13812         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13813         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
13814         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13815         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13816         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
13817         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13818         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13819         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
13820         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13821         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13822         Reported by Eric Blake.
13823
13824 2007-04-11  Bruno Haible  <bruno@clisp.org>
13825
13826         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
13827
13828 2007-04-10  Bruno Haible  <bruno@clisp.org>
13829
13830         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
13831         for NaN and Infinity. Needed on FreeBSD 6.1.
13832         * tests/test-vasnprintf-posix.c (test_function): Undo last change
13833         regarding results for "%010a" of Infinity and NaN.
13834         * tests/test-vasprintf-posix.c (test_function): Likewise.
13835         * tests/test-snprintf-posix.h (test_function): Likewise.
13836         * tests/test-sprintf-posix.h (test_function): Likewise.
13837         * tests/test-fprintf-posix.h (test_function): Likewise.
13838         * tests/test-printf-posix.h (test_function): Likewise.
13839         * tests/test-fprintf-posix.out: Likewise.
13840
13841 2007-04-10  Bruno Haible  <bruno@clisp.org>
13842
13843         * modules/locale-tests: New file.
13844         * tests/test-locale.c: New file.
13845
13846         * modules/locale: New file.
13847         * lib/locale_.h: New file.
13848         * m4/locale_h.m4: New file.
13849
13850 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
13851             Bruno Haible  <bruno@clisp.org>
13852
13853         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
13854         be determined, test for availability of the copysignf, copysign,
13855         copysignl functions.
13856         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
13857         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
13858         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
13859
13860 2007-04-09  Eric Blake  <ebb9@byu.net>
13861
13862         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
13863         * modules/stdio (Makefile.am): Support fflush.
13864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13865         * modules/fflush: New file.
13866         * lib/fflush.c: Likewise.
13867         * m4/fflush.m4: Likewise.
13868         * modules/fflush-tests: New test.
13869         * tests/test-fflush.c: Likewise.
13870         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
13871
13872 2007-04-06  Bruno Haible  <bruno@clisp.org>
13873
13874         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
13875         (VASNPRINTF): Use signbit for faster determination whether to print a
13876         minus sign.
13877         * modules/vasnprintf (Files): Remove lib/float+.h.
13878         * modules/fprintf-posix (Depends-on): Add signbit.
13879         * modules/snprintf-posix (Depends-on): Likewise.
13880         * modules/sprintf-posix (Depends-on): Likewise.
13881         * modules/vasnprintf-posix (Depends-on): Likewise.
13882         * modules/vasprintf-posix (Depends-on): Likewise.
13883         * modules/vfprintf-posix (Depends-on): Likewise.
13884         * modules/vsnprintf-posix (Depends-on): Likewise.
13885         * modules/vsprintf-posix (Depends-on): Likewise.
13886
13887 2007-04-06  Bruno Haible  <bruno@clisp.org>
13888
13889         * tests/test-frexp.c (main): Test also the sign bit of zero results.
13890         * tests/test-frexpl.c (main): Likewise.
13891         * tests/test-ldexpl.c (main): Likewise.
13892         * modules/frexp-tests (Depends-on): Add signbit.
13893         * modules/frexpl-tests (Depdends-on): Likewise.
13894         * modules/ldexpl-tests (Depdends-on): Likewise.
13895
13896 2007-04-06  Bruno Haible  <bruno@clisp.org>
13897
13898         * modules/signbit-tests: New file.
13899         * tests/test-signbit.c: New file.
13900
13901         * modules/signbit: New file.
13902         * lib/signbitf.c: New file.
13903         * lib/signbitd.c: New file.
13904         * lib/signbitl.c: New file.
13905         * m4/signbit.m4: New file.
13906         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
13907         (signbit): New macro.
13908         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
13909         REPLACE_SIGNBIT.
13910         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
13911         REPLACE_FREXPL into math.h.
13912
13913 2007-04-06  Bruno Haible  <bruno@clisp.org>
13914
13915         * modules/isnanf-nolibm-tests: New file.
13916         * tests/test-isnanf.c: New file.
13917
13918         * modules/isnanf-nolibm: New file.
13919         * lib/isnanf.h: New file.
13920         * lib/isnanf.c: New file.
13921         * lib/isnan.c: Consider the USE_FLOAT macro.
13922         * m4/isnanf.m4: New file.
13923
13924 2007-04-06  Bruno Haible  <bruno@clisp.org>
13925
13926         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
13927         (Link): New section.
13928
13929         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
13930
13931 2007-04-06  Bruno Haible  <bruno@clisp.org>
13932
13933         Assume the 'long double' type.
13934         * m4/longdouble.m4: Remove file.
13935         * config/srclist.txt: Don't mention longdouble.m4.
13936         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
13937         * lib/float+.h: Likewise.
13938         * lib/frexp.c: Likewise.
13939         * lib/printf-args.h: Likewise.
13940         * lib/printf-args.c: Likewise.
13941         * lib/printf-frexp.c: Likewise.
13942         * lib/printf-parse.c: Likewise.
13943         * lib/vasnprintf.c: Likewise.
13944         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
13945         * m4/intl.m4: Likewise.
13946         * m4/isnanl.m4: Likewise.
13947         * m4/printf.m4: Likewise.
13948         * m4/printf-frexpl.m4: Likewise.
13949         * m4/vasnprintf.m4: Likewise.
13950         * modules/allocsa (Files): Remove m4/longdouble.m4.
13951         * modules/gettext (Files): Likewise.
13952         * modules/relocatable-prog-wrapper (Files): Likewise.
13953         * modules/vasnprintf (Files): Likewise.
13954         * modules/isnanl (Files): Likewise.
13955         (Include): Simplify.
13956         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
13957         (Include): Simplify.
13958         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
13959         (Include): Simplify.
13960         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
13961         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13962         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
13963         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13964         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
13965         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13966         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
13967         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13968         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
13969         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13970         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
13971         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13972         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
13973         * tests/test-isnanl.c: Likewise.
13974         * tests/test-snprintf-posix.h: Likewise.
13975         * tests/test-sprintf-posix.h: Likewise.
13976         * tests/test-vasnprintf-posix.c: Likewise.
13977         * tests/test-vasnprintf-posix2.c: Likewise.
13978         * tests/test-vasprintf-posix.c: Likewise.
13979
13980 2007-04-06  Bruno Haible  <bruno@clisp.org>
13981
13982         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
13983         * lib/math_.h [__DECC]: Include the overridden include file through
13984         #include_next, outside the double-inclusion guard.
13985         * lib/stdio_.h [__DECC]: Likewise.
13986         * lib/stdlib_.h [__DECC]: Likewise.
13987         * lib/string_.h [__DECC]: Likewise.
13988         * lib/time_.h [__DECC]: Likewise.
13989         * lib/wchar_.h [__DECC]: Likewise.
13990         * lib/wctype_.h [__DECC]: Likewise.
13991         * lib/inttypes_.h [__DECC]: Likewise.
13992         Reported by Albert Chin <china@thewrittenword.com> in
13993         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
13994
13995 2007-04-04  Eric Blake  <ebb9@byu.net>
13996
13997         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
13998         1.5.x.
13999
14000 2007-04-04  Bruno Haible  <bruno@clisp.org>
14001
14002         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
14003         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
14004
14005 2007-04-04  Bruno Haible  <bruno@clisp.org>
14006
14007         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
14008         results for "%010a" of Infinity and NaN.
14009         * tests/test-vasprintf-posix.c (test_function): Likewise.
14010         * tests/test-snprintf-posix.h (test_function): Likewise.
14011         * tests/test-sprintf-posix.h (test_function): Likewise.
14012         * tests/test-fprintf-posix.h (test_function): Remove these tests.
14013         * tests/test-printf-posix.h (test_function): Likewise.
14014         * tests/test-fprintf-posix.out: Update.
14015         Needed for FreeBSD 6.1.
14016
14017 2007-04-04  Bruno Haible  <bruno@clisp.org>
14018
14019         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
14020         directly used by the gnulib modules nor by gnulib-tool.
14021
14022 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14023
14024         * DEPENDENCIES: Give overall description of version dependency
14025         desirability.  Use more-typical names for apps.
14026         Add shell, coreutils, diffutils, grep, tar, gzip.
14027
14028 2007-04-04  Simon Josefsson  <simon@josefsson.org>
14029
14030         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
14031
14032 2007-04-04  Karl Berry  <karl@gnu.org>
14033
14034         * MODULES.html.sh (func_module): missing '.
14035
14036 2007-04-03  Bruno Haible  <bruno@clisp.org>
14037
14038         * modules/argmatch-tests (Makefile.am): New variable
14039         test_argmatch_LDADD.
14040         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
14041         * modules/array-list-tests (Makefile.am): New variable
14042         test_array_list_LDADD.
14043         * modules/array-oset-tests (Makefile.am): New variable
14044         test_array_oset_LDADD.
14045         * modules/avltree-list-tests (Makefile.am): New variable
14046         test_avltree_list_LDADD.
14047         * modules/avltree-oset-tests (Makefile.am): New variable
14048         test_avltree_oset_LDADD.
14049         * modules/avltreehash-list-tests (Makefile.am): New variable
14050         test_avltreehash_list_LDADD.
14051         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
14052         test_canonicalize_lgpl_LDADD.
14053         * modules/carray-list-tests (Makefile.am): New variable
14054         test_carray_list_LDADD.
14055         * modules/dirname-tests (Makefile.am): New variable
14056         test_dirname_LDADD.
14057         * modules/linked-list-tests (Makefile.am): New variable
14058         test_linked_list_LDADD.
14059         * modules/linkedhash-list-tests (Makefile.am): New variable
14060         test_linkedhash_list_LDADD.
14061         * modules/rbtree-list-tests (Makefile.am): New variable
14062         test_rbtree_list_LDADD.
14063         * modules/rbtree-oset-tests (Makefile.am): New variable
14064         test_rbtree_oset_LDADD.
14065         * modules/rbtreehash-list-tests (Makefile.am): New variable
14066         test_rbtreehash_list_LDADD.
14067         * modules/xvasprintf-tests (Makefile.am): New variable
14068         test_xvasprintf_LDADD.
14069         Reported by Eric Blake.
14070
14071 2007-04-03  Eric Blake  <ebb9@byu.net>
14072
14073         * DEPENDENCIES: Weaken m4 requirements.
14074
14075 2007-04-03  Bruno Haible  <bruno@clisp.org>
14076
14077         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
14078         * modules/isnanl-tests (configure.ac): Likewise.
14079
14080 2007-04-03  Ben Pfaff  <blp@gnu.org>
14081
14082         * modules/iconv_open: Add $(srcdir)/ to source directory
14083         references in Makefile fragments that call gperf, to fix VPATH
14084         builds.
14085
14086 2007-04-03  Bruno Haible  <bruno@clisp.org>
14087
14088         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
14089         * lib/ldexpl.c: Undo last change.
14090
14091 2007-04-03  Bruno Haible  <bruno@clisp.org>
14092
14093         * modules/printf-frexpl (Depends-on): Undo last change.
14094         (Files): Add m4/ldexpl.m4.
14095
14096 2007-04-03  Bruno Haible  <bruno@clisp.org>
14097
14098         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
14099         * modules/isnanl (Link): New section.
14100
14101         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
14102         * modules/frexp (Link): New section.
14103
14104         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
14105         * modules/frexpl (Link): New section.
14106
14107         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
14108         * modules/ldexpl (Link): New section.
14109
14110 2007-04-03  Bruno Haible  <bruno@clisp.org>
14111
14112         * modules/TEMPLATE-EXTENDED: New file.
14113         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
14114
14115 2007-04-03  Bruno Haible  <bruno@clisp.org>
14116
14117         * DEPENDENCIES: New file.
14118         Suggested by Simon Josefsson.
14119
14120 2007-04-03  Bruno Haible  <bruno@clisp.org>
14121
14122         * doc/gnulib.texi: Escape @.
14123
14124 2007-04-03  James Youngman  <jay@gnu.org>
14125         and Paul Eggert  <eggert@cs.ucla.edu>
14126
14127         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
14128         birthtime on all systems that have birthtime, not just those which
14129         use st_birthtimensec rather than st_birthtim.  Putting zero in
14130         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
14131         that the birth time is not available for files on an NFS mount.
14132
14133 2007-04-03  Simon Josefsson  <simon@josefsson.org>
14134
14135         * modules/memxor: Move back from crypto/, suggested by Bruno.
14136         * modules/crypto/hmac-sha1: Fix memxor dependency.
14137
14138         * modules/crypto/gc: Moved from ../.
14139
14140 2007-04-02  Eric Blake  <ebb9@byu.net>
14141
14142         * lib/ldexpl.c (includes): Avoid libm.
14143
14144         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
14145
14146 2007-04-02  Bruno Haible  <bruno@clisp.org>
14147
14148         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
14149         on IRIX.
14150
14151 2007-04-02  Bruno Haible  <bruno@clisp.org>
14152
14153         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
14154         x86 or x86_64 platforms running MacOS X.
14155         Reported by Ryan Schmidt <@ryandesign.com>.
14156
14157 2007-04-02  Bruno Haible  <bruno@clisp.org>
14158
14159         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
14160         i386.
14161
14162 2007-04-01  Simon Josefsson  <simon@josefsson.org>
14163
14164         * modules/crypto/arcfour: Moved from ../.
14165         * modules/crypto/arcfour-tests: Moved from ../.
14166         * modules/crypto/arctwo: Moved from ../.
14167         * modules/crypto/arctwo-tests: Moved from ../.
14168         * modules/crypto/des: Moved from ../.
14169         * modules/crypto/des-tests: Moved from ../.
14170         * modules/crypto/gc-arcfour: Moved from ../.
14171         * modules/crypto/gc-arcfour-tests: Moved from ../.
14172         * modules/crypto/gc-arctwo: Moved from ../.
14173         * modules/crypto/gc-arctwo-tests: Moved from ../.
14174         * modules/crypto/gc-des: Moved from ../.
14175         * modules/crypto/gc-des-tests: Moved from ../.
14176         * modules/crypto/gc-hmac-md5: Moved from ../.
14177         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
14178         * modules/crypto/gc-hmac-sha1: Moved from ../.
14179         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
14180         * modules/crypto/gc-md2: Moved from ../.
14181         * modules/crypto/gc-md2-tests: Moved from ../.
14182         * modules/crypto/gc-md4: Moved from ../.
14183         * modules/crypto/gc-md4-tests: Moved from ../.
14184         * modules/crypto/gc-md5: Moved from ../.
14185         * modules/crypto/gc-md5-tests: Moved from ../.
14186         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
14187         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
14188         * modules/crypto/gc-random: Moved from ../.
14189         * modules/crypto/gc-rijndael: Moved from ../.
14190         * modules/crypto/gc-rijndael-tests: Moved from ../.
14191         * modules/crypto/gc-sha1: Moved from ../.
14192         * modules/crypto/gc-sha1-tests: Moved from ../.
14193         * modules/crypto/gc-tests: Moved from ../.
14194         * modules/crypto/hmac-md5: Moved from ../.
14195         * modules/crypto/hmac-md5-tests: Moved from ../.
14196         * modules/crypto/hmac-sha1: Moved from ../.
14197         * modules/crypto/hmac-sha1-tests: Moved from ../.
14198         * modules/crypto/md2: Moved from ../.
14199         * modules/crypto/md2-tests: Moved from ../.
14200         * modules/crypto/md4: Moved from ../.
14201         * modules/crypto/md4-tests: Moved from ../.
14202         * modules/crypto/md5: Moved from ../.
14203         * modules/crypto/md5-tests: Moved from ../.
14204         * modules/crypto/memxor: Moved from ../.
14205         * modules/crypto/rijndael: Moved from ../.
14206         * modules/crypto/rijndael-tests: Moved from ../.
14207         * modules/crypto/sha1: Moved from ../.
14208
14209 2007-03-30  James Youngman  <jay@gnu.org>
14210
14211         * tests/test-stat-time.c (prepare_test): use chmod() rather than
14212         rename() to change the ctime of a file (because ctime is unaffected
14213         by rename on jfs2 on AIX 5.1).
14214         (main): Start by doing cleanup, in case a previous run failed leaving
14215         test files behind.
14216
14217 2007-03-31  Bruno Haible  <bruno@clisp.org>
14218
14219         Support old proprietary implementations of iconv.
14220         * modules/iconv_open: New file.
14221         * lib/iconv_.h: New file.
14222         * m4/iconv_h.m4: New file.
14223         * lib/iconv_open.c: New file.
14224         * lib/iconv_open-aix.gperf: New file.
14225         * lib/iconv_open-hpux.gperf: New file.
14226         * lib/iconv_open-irix.gperf: New file.
14227         * lib/iconv_open-osf.gperf: New file.
14228         * m4/iconv_open.m4: New file.
14229         * modules/linebreak (Depends-on): Add iconv_open.
14230         * modules/striconv (Depends-on): Likewise.
14231         * modules/striconveh (Depends-on): Likewise.
14232         * modules/unicodeio (Depends-on): Likewise.
14233         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
14234         (iconv_t)(-1).
14235         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
14236         conversion if cd is (iconv_t)(-1).
14237         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
14238         is not possible.
14239
14240 2007-03-31  Bruno Haible  <bruno@clisp.org>
14241
14242         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14243         work on Solaris either. Protect also second use of "autodetect_jp".
14244
14245 2007-03-31  Bruno Haible  <bruno@clisp.org>
14246
14247         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
14248         the function is not present.
14249
14250 2007-03-31  Bruno Haible  <bruno@clisp.org>
14251
14252         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
14253         the function is not present.
14254
14255 2007-03-31  Bruno Haible  <bruno@clisp.org>
14256
14257         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
14258         a bug in HP-UX iconv_open().
14259
14260 2007-03-31  Bruno Haible  <bruno@clisp.org>
14261
14262         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
14263         (Mathematics <math.h>): New section, add fpieee.
14264         (Input/output <stdio.h>): Add fseterr.
14265         (Mathematics <math.h>): New section, add printf-frexp.
14266         (Container data structures): Add sublist.
14267         (Core language properties): Add fpucw, inline.
14268         (Functions for greatest-width integer types <inttypes.h>): Add
14269         imaxabs, imaxdiv, inttypes.
14270         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
14271         isnanl-nolibm, ldexp.
14272         (Mathematics <math.h>): New section, add printf-frexpl.
14273         (Support for systems lacking POSIX:2001): Add fprintf-posix,
14274         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
14275         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
14276         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
14277         (Unicode string functions): Add unistr/u*-mbtoucr.
14278         (Java): Add javacomp-script, javaexec-script.
14279         (C#): Add csharpcomp-script, csharpexec-script.
14280         (Support for building libraries and executables): Add havelib,
14281         relocatable-*.
14282         (Support for maintaining and releasing projects): Renamed from
14283         'Support for maintaining and release projects'. Add announce-gen.
14284
14285 2007-03-31  Bruno Haible  <bruno@clisp.org>
14286
14287         * README: Talk primarily about git.
14288         (git and CVS): Renamed from CVS.
14289         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
14290         gnulib is available through git.
14291         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
14292
14293 2007-03-30  Bruno Haible  <bruno@clisp.org>
14294
14295         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
14296         * lib/poll_.h: Likewise.
14297         * lib/stat_.h: Likewise.
14298         * lib/sys_time_.h: Likewise.
14299         * lib/sysexit_.h: Likewise.
14300         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
14301         * lib/stdbool_.h: Likewise.
14302         * lib/byteswap_.h: Add double-inclusion guard.
14303
14304 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
14305
14306         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
14307
14308 2007-03-30  Karl Berry  <karl@gnu.org>
14309
14310         * config/srclist-update: double space after USA in the license
14311         substitution, since that's how it's usually (?) written.
14312
14313 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
14314
14315         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
14316         reported by Bruno Haible.
14317
14318 2007-03-29  Bruno Haible  <bruno@clisp.org>
14319
14320         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
14321         a bug in AIX iconv().
14322
14323 2007-03-29  Bruno Haible  <bruno@clisp.org>
14324
14325         * modules/ldexpl-tests: New file.
14326         * tests/test-ldexpl.c: New file.
14327
14328 2007-03-29  Bruno Haible  <bruno@clisp.org>
14329
14330         * lib/ldexpl.c: Include fpucw.h.
14331         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
14332         multiplication.
14333         * modules/ldexpl (Depends-on): Add fpucw.
14334
14335 2007-03-29  Bruno Haible  <bruno@clisp.org>
14336
14337         * modules/ldexpl: New file.
14338         * m4/ldexpl.m4: New file.
14339         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
14340         set.
14341         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
14342         REPLACE_LDEXPL.
14343         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
14344         REPLACE_LDEXPL.
14345         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
14346         gl_FUNC_LDEXPL_WORKS.
14347         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
14348         * modules/mathl (Files): Remove lib/ldexpl.c.
14349         (Depends-on): Add ldexpl.
14350
14351 2007-03-29  Bruno Haible  <bruno@clisp.org>
14352
14353         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
14354
14355 2007-03-29  Bruno Haible  <bruno@clisp.org>
14356
14357         * tests/test-striconveh.c (main): Don't assume that a direct conversion
14358         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
14359         and possibly also HP-UX.
14360         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14361         work on AIX, IRIX, HP-UX, OSF/1.
14362         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
14363         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
14364         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
14365         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
14366         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
14367         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
14368
14369 2007-03-29  Bruno Haible  <bruno@clisp.org>
14370
14371         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
14372
14373 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
14374
14375         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
14376         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
14377
14378 2007-03-29  Eric Blake  <ebb9@byu.net>
14379
14380         * lib/acl-internal.h: Remove redundant include.
14381         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
14382         Cygwin when a file is locked.
14383
14384 2007-03-29  Bruno Haible  <bruno@clisp.org>
14385
14386         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
14387         file.
14388         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
14389
14390 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
14393         try to remove a parent directory if the child couldn't be removed
14394         (except for the first rmdir, which could fail because the child
14395         doesn't exist).  Problem reported by Jeff Blaine in
14396         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
14397
14398 2007-03-28  Bruno Haible  <bruno@clisp.org>
14399
14400         * lib/striconveh.c (utf8conv_carefully): New function.
14401         (mem_cd_iconveh_internal): Invoke it.
14402
14403 2007-03-28  Bruno Haible  <bruno@clisp.org>
14404
14405         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
14406         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
14407         input.
14408         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
14409         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
14410         unistr/u8-uctomb.
14411
14412 2007-03-28  Bruno Haible  <bruno@clisp.org>
14413
14414         * modules/unistr/u8-mbtoucr: New file.
14415         * lib/unistr/u8-mbtoucr.c: New file.
14416         * modules/unistr/u16-mbtoucr: New file.
14417         * lib/unistr/u16-mbtoucr.c: New file.
14418         * modules/unistr/u16-mbtoucr: New file.
14419         * lib/unistr/u16-mbtoucr.c: New file.
14420         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
14421
14422 2007-03-27  Simon Josefsson  <simon@josefsson.org>
14423             Bruno Haible  <bruno@clisp.org>
14424
14425         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
14426         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
14427         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
14428
14429         * m4/stdio_h.m4: Add stubs for vasprintf too.
14430
14431         * modules/stdio: Support vasprintf in sed command.
14432
14433         * modules/vasprintf: Depend on stdio for prototypes.  Remove
14434         vasprintf.h.  Add stdio module indicator.
14435
14436         * lib/stdio_.h: Declare asprintf and vasprintf, based on
14437         vasprintf.h.
14438
14439         * lib/vasprintf.h: File removed.
14440
14441         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
14442         * lib/vasprintf.c: Ditto.
14443         * lib/xvasprintf.c: Ditto.
14444         * tests/test-vasprintf-posix.c: Ditto.
14445         * tests/test-vasprintf.c: Ditto.
14446
14447 2007-03-27  Bruno Haible  <bruno@clisp.org>
14448
14449         Make vasnprintf multithread-safe.
14450         * lib/vasnprintf.c (decimal_point_char): New function.
14451         (VASNPRINTF): Use it.
14452         Suggested by Simon Josefsson.
14453
14454 2007-03-27  Eric Blake  <ebb9@byu.net>
14455
14456         Support sub-second birthtime on cygwin.
14457         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
14458         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
14459         (get_stat_birthtime): Also work with st_birthtim.
14460
14461 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
14462
14463         * lib/stat-time.h (USE_BIRTHTIME): Remove.
14464         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
14465         (get_stat_birthtime_ns): Do not try to use "spare" fields.
14466         (get_stat_birthtime_ns): Simplify compile-time tests.
14467         (get_stat_birthtime): Change the API to look like
14468         get_stat_mtime etc., except return a negative tv_nsec on error.
14469         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
14470         Don't check for "spare" fields.
14471         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
14472         or for struct stat.st_birthtime, as these tests aren't used.
14473         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
14474
14475 2007-03-27  Bruno Haible  <bruno@clisp.org>
14476
14477         * lib/stat-time.h: Include <sys/stat.h>.
14478
14479 2007-03-27  James Youngman  <jay@gnu.org>
14480
14481         * lib/stat-time.h (get_stat_birthtime): New function for
14482           retrieving st_birthtime as provided by UFS2 (hence *BSD).
14483         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
14484           and its variants.
14485         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
14486         * modules/stat-time-test: New file.
14487         * tests/test-stat-time.c: New test, devised by Bruno Haible.
14488
14489 2007-03-26  Bruno Haible  <bruno@clisp.org>
14490
14491         Better support of signalling NaNs.
14492         * lib/atanl.c: Include isnanl.h.
14493         (atanl): Perform test for NaN at the beginning of the function and
14494         through a call to isnanl.
14495         * lib/cosl.c: Include isnanl.h.
14496         (cosl): Perform test for NaN at the beginning of the function and
14497         through a call to isnanl.
14498         * lib/ldexpl.c: Include isnanl.h.
14499         (ldexpl): Perform test for NaN through a call to isnanl.
14500         * lib/logl.c: Include isnanl.h.
14501         (logl): Perform test for NaN at the beginning of the function and
14502         through a call to isnanl.
14503         * lib/sinl.c: Include isnanl.h.
14504         (sinl): Perform test for NaN at the beginning of the function and
14505         through a call to isnanl.
14506         * lib/sqrtl.c: Include isnanl.h.
14507         (sqrtl): Perform test for NaN at the beginning of the function and
14508         through a call to isnanl.
14509         * lib/tanl.c: Include isnanl.h.
14510         (tanl): Perform test for NaN at the beginning of the function and
14511         through a call to isnanl.
14512         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
14513         * modules/mathl (Depends-on): Add isnanl.
14514
14515 2007-03-26  Eric Blake  <ebb9@byu.net>
14516
14517         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
14518         regression in logic sense of previous patch.
14519
14520 2007-03-26  Bruno Haible  <bruno@clisp.org>
14521
14522         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
14523         unportable shell command "if ! ...".
14524         Reported by Ralf Wildenhues.
14525
14526 2007-03-25  Bruno Haible  <bruno@clisp.org>
14527
14528         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
14529         <sysexits.h> file, and only add EX_CONFIG.
14530         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
14531         absolute file name and whether it is sufficient. Substitute also
14532         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
14533         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
14534         ABSOLUTE_SYSEXITS_H into sysexits.h.
14535
14536 2007-03-25  Bruno Haible  <bruno@clisp.org>
14537
14538         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
14539         hints is NULL.
14540
14541 2007-03-25  Bruno Haible  <bruno@clisp.org>
14542
14543         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
14544         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
14545
14546 2007-03-25  Bruno Haible  <bruno@clisp.org>
14547
14548         * lib/vasnprintf.c: Include langinfo.h.
14549         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
14550         multithread-safe.
14551         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
14552         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
14553         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14554         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14555         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14556         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14557         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14558         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
14559         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14560         Reported by Simon Josefsson.
14561
14562 2007-03-25  Bruno Haible  <bruno@clisp.org>
14563
14564         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
14565         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
14566         * modules/vasnprintf (Depends-on): Add stdint.
14567
14568 2007-03-25  Bruno Haible  <bruno@clisp.org>
14569
14570         * modules/fpieee: New file.
14571         * m4/fpieee.m4: New file.
14572         * modules/isnan-nolibm (Depends-on): Add fpieee.
14573         * modules/isnanl-nolibm (Depends-on): Add fpieee.
14574         * modules/isnanl (Depends-on): Add fpieee.
14575
14576 2007-03-25  Bruno Haible  <bruno@clisp.org>
14577
14578         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
14579
14580 2007-03-25  Bruno Haible  <bruno@clisp.org>
14581
14582         Avoid test failures on IRIX 6.5.
14583         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
14584         (main): Use it.
14585         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
14586         macros.
14587         (main): Use them.
14588
14589 2007-03-25  Bruno Haible  <bruno@clisp.org>
14590
14591         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
14592         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
14593         exists but doesn't work.
14594         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
14595         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
14596         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
14597         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
14598
14599 2007-03-25  Bruno Haible  <bruno@clisp.org>
14600
14601         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
14602         returns inf. Needed on IRIX 6.5.
14603
14604 2007-03-25  Bruno Haible  <bruno@clisp.org>
14605
14606         * tests/test-frexpl.c: Include isnanl-nolibm.h.
14607         (main): Use isnanl instead of x != x idiom.
14608         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
14609
14610         * tests/test-frexp.c: Include isnan.h.
14611         (main): Use isnan instead of x != x idiom.
14612         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
14613
14614 2007-03-25  Bruno Haible  <bruno@clisp.org>
14615
14616         * tests/test-frexp.c (NaN): New function/macro.
14617         (main): Use it instead of 0.0 / 0.0.
14618         * tests/test-isnan.c (NaN): New function/macro.
14619         (main): Use it instead of 0.0 / 0.0.
14620         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
14621         (test_function): Use it instead of 0.0 / 0.0.
14622         * tests/test-vasprintf-posix.c (NaN): New function/macro.
14623         (test_function): Use it instead of 0.0 / 0.0.
14624         * tests/test-snprintf-posix.h (NaN): New function/macro.
14625         (test_function): Use it instead of 0.0 / 0.0.
14626         * tests/test-sprintf-posix.h (NaN): New function/macro.
14627         (test_function): Use it instead of 0.0 / 0.0.
14628         * tests/test-fprintf-posix.h (NaN): New function/macro.
14629         (test_function): Use it instead of 0.0 / 0.0.
14630         * tests/test-printf-posix.h (NaN): New function/macro.
14631         (test_function): Use it instead of 0.0 / 0.0.
14632
14633         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
14634
14635 2007-03-25  Bruno Haible  <bruno@clisp.org>
14636
14637         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
14638
14639 2007-03-25  Bruno Haible  <bruno@clisp.org>
14640
14641         * lib/regexec.c (merge_state_with_log): Make static.
14642
14643 2007-03-25  Bruno Haible  <bruno@clisp.org>
14644
14645         * lib/trigl.c (kernel_rem_pio2): Make static.
14646
14647 2007-03-25  Bruno Haible  <bruno@clisp.org>
14648
14649         * lib/sincosl.c (sincosl_table): Make static.
14650
14651 2007-03-25  Bruno Haible  <bruno@clisp.org>
14652
14653         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
14654         if the compiler does not support C99.
14655
14656 2007-03-25  Bruno Haible  <bruno@clisp.org>
14657
14658         * modules/time (Makefile.am): Ensure all rule action lines start with a
14659         tab.
14660
14661 2007-03-24  Bruno Haible  <bruno@clisp.org>
14662
14663         * modules/tsearch-tests: New file.
14664         * tests/test-tsearch.sh: New file.
14665         * tests/test-tsearch.c: New file, mostly copied from glibc.
14666
14667         * modules/search-tests: New file.
14668         * tests/test-search.c: New file.
14669
14670         * modules/search: New file.
14671         * lib/search_.h: New file, incorporating lib/tsearch.h.
14672         * m4/search_h.m4: New file.
14673         * lib/tsearch.h: Remove file.
14674         * lib/tsearch.c: Include search.h instead of tsearch.h.
14675         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
14676         HAVE_TSEARCH.
14677         * modules/tsearch (Files): Remove lib/tsearch.h.
14678         (Depends-on): Add search.
14679         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
14680         (Include): Change tsearch.h into search.h.
14681
14682 2007-03-24  Bruno Haible  <bruno@clisp.org>
14683
14684         * modules/fpucw: New file.
14685         * lib/fpucw.h: New file.
14686         * lib/frexp.c: Include fpucw.h.
14687         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14688         (FUNC): Use them.
14689         * lib/printf-frexp.c: Include fpucw.h.
14690         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14691         (FUNC): Use them.
14692         * lib/vasnprintf.c: Include fpucw.h.
14693         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
14694         'long double' calculations.
14695         * tests/test-frexpl.c: Include fpucw.h.
14696         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14697         * tests/test-printf-frexpl.c: Include fpucw.h.
14698         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14699         * modules/frexpl (Depends-on): Add fpucw.
14700         * modules/printf-frexpl (Depends-on): Likewise.
14701         * modules/fprintf-posix (Depends-on): Likewise.
14702         * modules/snprintf-posix (Depends-on): Likewise.
14703         * modules/sprintf-posix (Depends-on): Likewise.
14704         * modules/vasnprintf-posix (Depends-on): Likewise.
14705         * modules/vasprintf-posix (Depends-on): Likewise.
14706         * modules/vfprintf-posix (Depends-on): Likewise.
14707         * modules/vsnprintf-posix (Depends-on): Likewise.
14708         * modules/vsprintf-posix (Depends-on): Likewise.
14709         * modules/frexpl-tests (Depends-on): Likewise.
14710         * modules/printf-frexpl-tests (Depends-on): Likewise.
14711
14712 2007-03-24  Bruno Haible  <bruno@clisp.org>
14713
14714         * lib/float+.h: New file.
14715         * lib/isnan.c: Include float+.h.
14716         (SIZE): New macro.
14717         (FUNC): Compare only SIZE bytes of the value.
14718         * lib/vasnprintf.c: Include float+.h.
14719         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
14720         SIZEOF_LDBL or SIZEOF_DBL bytes.
14721         * modules/isnan-nolibm (Files): Add lib/float+.h.
14722         * modules/isnanl-nolibm (Files): Add lib/float+.h.
14723         * modules/isnanl (Files): Add lib/float+.h.
14724         * modules/vasnprintf (Files): Add lib/float+.h.
14725
14726 2007-03-24  Bruno Haible  <bruno@clisp.org>
14727
14728         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
14729         include isnanl-nolibm.h.
14730
14731 2007-03-24  Bruno Haible  <bruno@clisp.org>
14732
14733         * tests/test-read-file.c (main): Don't produce spurious output for
14734         expected situations. Make the test fail if it encountered unexpected
14735         results.
14736
14737 2007-03-24  Bruno Haible  <bruno@clisp.org>
14738
14739         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
14740         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
14741
14742 2007-03-24  Bruno Haible  <bruno@clisp.org>
14743
14744         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
14745
14746 2007-03-24  Bruno Haible  <bruno@clisp.org>
14747
14748         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
14749         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
14750
14751         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
14752         * modules/utf8-ucs4: Turn into a symbolic link to module
14753         unistr/u8-mbtouc.
14754
14755         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
14756         utf8-ucs4-unsafe.
14757         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
14758         unistr/u8-mbtouc-unsafe.
14759
14760         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
14761         * modules/utf16-ucs4: Turn into a symbolic link to module
14762         unistr/u16-mbtouc.
14763
14764         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
14765         utf16-ucs4-unsafe.
14766         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
14767         unistr/u16-mbtouc-unsafe.
14768
14769         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
14770         * modules/ucs4-utf8: Turn into a symbolic link to module
14771         unistr/u8-ubtomb.
14772
14773         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
14774         * modules/ucs4-utf16: Turn into a symbolic link to module
14775         unistr/u16-ubtomb.
14776
14777 2007-03-24  Bruno Haible  <bruno@clisp.org>
14778
14779         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
14780         Enable the function only if HAVE_INLINE.
14781         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
14782         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
14783         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
14784         Enable the function only if HAVE_INLINE.
14785         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
14786         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
14787         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
14788         Enable the function only if HAVE_INLINE.
14789         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
14790         Enable the function only if HAVE_INLINE.
14791         * modules/utf8-ucs4: Update.
14792         * modules/utf8-ucs4-unsafe: Update.
14793         * modules/utf16-ucs4: Update.
14794         * modules/utf16-ucs4-unsafe: Update.
14795         * modules/ucs4-utf8: Update.
14796         * modules/ucs4-utf16: Update.
14797
14798 2007-03-24  Bruno Haible  <bruno@clisp.org>
14799
14800         * lib/utf8-ucs4.h: Remove file.
14801         * lib/utf8-ucs4-unsafe.h: Remove file.
14802         * lib/utf16-ucs4.h: Remove file.
14803         * lib/utf16-ucs4-unsafe.h: Remove file.
14804         * lib/ucs4-utf8.h: Remove file.
14805         * lib/ucs4-utf16.h: Remove file.
14806         * lib/unistr.h: Include their previous contents.
14807         * m4/utf-ucs4.m4: Remove file.
14808         * m4/ucs4-utf.m4: Remove file.
14809         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
14810         (Depends-on): Add unistr/base.
14811         (configure.ac): Remove gl_UTF_UCS4.
14812         (Makefile.am): Update.
14813         (Include): Change to unistr.h.
14814         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
14815         (Depends-on): Add unistr/base.
14816         (configure.ac): Remove gl_UTF_UCS4.
14817         (Makefile.am): Update.
14818         (Include): Change to unistr.h.
14819         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
14820         (Depends-on): Add unistr/base.
14821         (configure.ac): Remove gl_UTF_UCS4.
14822         (Makefile.am): Update.
14823         (Include): Change to unistr.h.
14824         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
14825         (Depends-on): Add unistr/base.
14826         (configure.ac): Remove gl_UTF_UCS4.
14827         (Makefile.am): Update.
14828         (Include): Change to unistr.h.
14829         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
14830         (Depends-on): Add unistr/base.
14831         (configure.ac): Remove gl_UCS4_UTF.
14832         (Makefile.am): Update.
14833         (Include): Change to unistr.h.
14834         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
14835         (Depends-on): Add unistr/base.
14836         (configure.ac): Remove gl_UCS4_UTF.
14837         (Makefile.am): Update.
14838         (Include): Change to unistr.h.
14839         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
14840         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
14841         utf8-ucs4-unsafe.h.
14842         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
14843         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
14844         utf16-ucs4-unsafe.h.
14845         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
14846         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
14847         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
14848         * lib/unistr/u8-strchr.c: Likewise.
14849         * lib/unistr/u8-strrchr.c: Likewise.
14850         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
14851         * lib/unistr/u16-strchr.c: Likewise.
14852         * lib/unistr/u16-strrchr.c: Likewise.
14853         * lib/striconveh.c: Update.
14854         * lib/linebreak.c: Update.
14855
14856 2007-03-24  Bruno Haible  <bruno@clisp.org>
14857
14858         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
14859         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
14860
14861 2007-03-22  Bruno Haible  <bruno@clisp.org>
14862
14863         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
14864
14865 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14866
14867         * MODULES.html.sh (File system functions): New module write-any-file.
14868         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
14869         * m4/write-any-file.m4: New files.
14870
14871 2007-03-23  Eric Blake  <ebb9@byu.net>
14872
14873         * gnulib-tool: Rearrange space-tab sequences, since some editors
14874         like to eat them.
14875
14876 2007-03-23  Eric Blake  <ebb9@byu.net>
14877
14878         * lib/version-etc.c (version_etc_va): Update license wording to
14879         be more concise.  Recommended by Richard Stallman.
14880
14881 2007-03-22  Bruno Haible  <bruno@clisp.org>
14882
14883         * lib/poll.c (MSG_PEEK): New fallback definition.
14884
14885 2007-03-22  Bruno Haible  <bruno@clisp.org>
14886
14887         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
14888         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
14889         (main): Update.
14890         Fixes a compilation error on BeOS.
14891
14892 2007-03-22  Bruno Haible  <bruno@clisp.org>
14893
14894         * modules/frexpl-tests: New file.
14895         * tests/test-frexpl.c: New file.
14896
14897         * modules/frexpl: New file.
14898         * m4/frexpl.m4: New file.
14899         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
14900         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
14901         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
14902         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
14903         (Depends-on): Add frexpl. Remove isnanl-nolibm.
14904         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
14905
14906 2007-03-22  Bruno Haible  <bruno@clisp.org>
14907
14908         * lib/frexpl.c: Share code with lib/frexp.c.
14909         * modules/mathl (Files): Add lib/frexp.c.
14910         (Depends-on): Add isnanl-nolibm.
14911
14912 2007-03-22  Bruno Haible  <bruno@clisp.org>
14913
14914         * modules/printf-frexp (Files): Add m4/frexp.m4.
14915         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
14916         only if the found frexp function actually works.
14917
14918 2007-03-22  Bruno Haible  <bruno@clisp.org>
14919
14920         * lib/frexp.c: Remove older implementation that uses divisions.
14921
14922 2007-03-21  Bruno Haible  <bruno@clisp.org>
14923
14924         * modules/frexp-tests: New file.
14925         * tests/test-frexp.c: New file.
14926
14927         * modules/frexp: New file.
14928         * lib/frexp.c: New file.
14929         * m4/frexp.m4: New file.
14930         * lib/math_.h (frexp): New declaration.
14931         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
14932         REPLACE_FREXP.
14933         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
14934
14935 2007-03-21  Bruno Haible  <bruno@clisp.org>
14936
14937         * modules/isnanl-tests: New file.
14938         * tests/test-isnanl.c: New file.
14939
14940         * modules/isnanl: New file.
14941         * lib/isnanl.h: New file.
14942         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
14943         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
14944         gl_FUNC_ISNANL_WORKS.
14945         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
14946         New macros.
14947
14948 2007-03-21  Bruno Haible  <bruno@clisp.org>
14949
14950         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
14951         lib/isnanl.h.
14952         (Include): Update.
14953         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
14954         * lib/vasnprintf.c: Update.
14955         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
14956         tests/test-isnanl.h, remove tests/test-isnanl.c.
14957         (Makefile.am): Update.
14958         * tests/test-isnanl-nolibm.c: New file.
14959         * tests/test-isnanl.h: New file.
14960         * tests/test-isnanl.c: Remove file.
14961
14962 2007-03-21  Jim Meyering  <jim@meyering.net>
14963
14964         When trying to open ".", treat ESTALE like EACCES.
14965         * lib/savewd.c (savewd_save): Resort to forking not just upon
14966         failure with EACCES, but also when errno is ESTALE.
14967
14968 2007-03-20  Bruno Haible  <bruno@clisp.org>
14969
14970         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
14971         Needed on AIX 5.1. Reported by Matthew Woehlke.
14972
14973 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14974
14975         Suggestions by Bruno Haible:
14976         * lib/acl-internal.h: Include "gettext.h" rather than rolling
14977         our own.
14978         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
14979         * modules/acl (Depends-on): Add gettext.
14980
14981 2007-03-19  Bruno Haible  <bruno@clisp.org>
14982
14983         * modules/iconvme: Remove file.
14984         * lib/iconvme.h: Remove file.
14985         * lib/iconvme.c: Remove file.
14986         * m4/iconvme.m4: Remove file.
14987
14988 2007-03-19  Bruno Haible  <bruno@clisp.org>
14989
14990         * doc/relocatable-maint.texi: Break long shell script line.
14991         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
14992
14993 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
14996         handle file_has_acl.
14997         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
14998         * lib/acl.c: Move header inclusions and related macro defns into
14999         lib/acl-internal.h.
15000         (S_ISLNK): Remove defn, since that's now done for us.
15001         (file_has_acl): Move to lib/file-has-acl.c.
15002         Call acl_trivial if available.  This is the crucial part of the fix.
15003         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
15004         shared within the library.  Rewrite a bit, partly to make it compatible
15005         with the GNU coding style.
15006         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
15007         Remove unnecessary double-quotes.
15008         Don't test for acl_to_text; the build will catch that.
15009         Replace acl_entries if it doesn't exist and it is needed.
15010         Check for -lsec and acl_trivial (as used on Solaris 10).
15011         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
15012         lib/file-has-acl.c.
15013         (Depends-on): Add sys_stat, for S_ISLNK.
15014
15015 2007-03-19  Ben Pfaff  <blp@gnu.org>
15016
15017         * doc/gnulib.texi: Fix typos.
15018         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15019
15020 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
15023         If size is zero here, buf must be zero.
15024
15025 2007-03-19  Simon Josefsson  <simon@josefsson.org>
15026
15027         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
15028         <bruno@clisp.org>.
15029
15030 2007-03-18  Bruno Haible  <bruno@clisp.org>
15031
15032         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
15033         Suggested by Eric Blake.
15034
15035 2007-03-18  Ben Pfaff  <blp@gnu.org>
15036
15037         * doc/relocatable.texi: Recommend using as prefix a directory
15038         that does not exist and will never be created.  Based on
15039         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
15040         and others.
15041
15042 2007-03-17  Bruno Haible  <bruno@clisp.org>
15043
15044         * lib/fchownat.c: Include lchown.h.
15045
15046 2007-03-17  Bruno Haible  <bruno@clisp.org>
15047
15048         Fix endless loop when the given allocated size was > INT_MAX.
15049         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
15050         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
15051         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
15052         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
15053         * lib/sprintf.c (sprintf): Likewise.
15054
15055 2007-03-17  Bruno Haible  <bruno@clisp.org>
15056
15057         * tests/test-argp-2.sh (func_compare): Output a context diff.
15058
15059 2007-03-17  Bruno Haible  <bruno@clisp.org>
15060
15061         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
15062         locale's decimal-point character.
15063
15064 2007-03-17  Bruno Haible  <bruno@clisp.org>
15065
15066         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
15067         before comparing it. Needed because on some platforms (e.g. x86) a
15068         'long double' occupies less bytes than sizeof (long double).
15069
15070 2007-03-17  Bruno Haible  <bruno@clisp.org>
15071
15072         * tests/test-crc.c (main): Make printf statements 64-bit clean.
15073         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
15074         * tests/test-getaddrinfo.c (simple): Likewise.
15075         * tests/test-read-file.c (main): Likewise.
15076
15077 2007-03-17  Bruno Haible  <bruno@clisp.org>
15078
15079         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
15080
15081 2007-03-17  Bruno Haible  <bruno@clisp.org>
15082
15083         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
15084         unused variable.
15085
15086 2007-03-17  Bruno Haible  <bruno@clisp.org>
15087
15088         * tests/test-c-strcasecmp.c: Include c-strcase.h.
15089         * tests/test-c-strncasecmp.c: Likewise.
15090
15091 2007-03-17  Bruno Haible  <bruno@clisp.org>
15092
15093         * modules/stdlib (Depends-on): Add unistd.
15094         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
15095         Needed for MacOS X 10.3.
15096
15097 2007-03-17  Bruno Haible  <bruno@clisp.org>
15098
15099         * lib/unistr/u-strdup.h: Include <stdlib.h>.
15100
15101 2007-03-17  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
15104
15105 2007-03-17  Bruno Haible  <bruno@clisp.org>
15106
15107         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
15108         to reflect files copied from gnulib (with or without modifications).
15109         Suggested by Jim Meyering.
15110
15111 2007-03-17  Eric Blake  <ebb9@byu.net>
15112
15113         * NEWS: Document stdlib change from 2007-02-18.
15114
15115 2007-03-17  Jim Meyering  <jim@meyering.net>
15116
15117         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
15118         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
15119         someone uses a name containing shell meta-characters.
15120         Reported by Alfred M. Szmidt.
15121
15122         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
15123
15124 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15125
15126         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
15127         and copy gettext configuration files only if configure.ac contains
15128         a use of AM_GNU_GETTEXT_VERSION.
15129
15130 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15131
15132         * build-aux/bootstrap (gnulib_name): New variable.
15133         (gnulib_tool_options): Use it.
15134
15135 2007-03-13  Simon Josefsson  <simon@josefsson.org>
15136
15137         * tests/test-des.c: Use new namespace.
15138
15139 2007-03-15  Bruno Haible  <bruno@clisp.org>
15140
15141         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
15142         Reported by James Youngman <jay@gnu.org>.
15143
15144 2007-03-15  Bruno Haible  <bruno@clisp.org>
15145
15146         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
15147         declared prototype. Needed with cc on OSF/1 5.1.
15148
15149 2007-03-15  Bruno Haible  <bruno@clisp.org>
15150
15151         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
15152         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
15153         (struct gl_list_implementation): Add dispose_fn argument to the
15154         'create_empty', 'create' methods.
15155         (struct gl_list_impl_base): Add field 'dispose_fn'.
15156         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
15157         argument.
15158         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
15159         dispose_fn argument.
15160         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
15161         dispose_fn on the dropped values.
15162         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
15163         dispose_fn argument.
15164         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
15165         dropped values.
15166         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
15167         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15168         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
15169         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15170         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
15171         argument.
15172         (gl_tree_list_free): Call dispose_fn on the dropped values.
15173         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
15174         the dropped values.
15175         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15176         Add dispose_fn argument.
15177         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
15178         Call dispose_fn on the dropped values.
15179         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
15180         Add dispose_fn argument.
15181         (gl_sublist_create): Initialize the 'dispose_fn' field.
15182         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
15183         * tests/test-array_list.c (main): Update.
15184         * tests/test-carray_list.c (main): Update.
15185         * tests/test-avltree_list.c (main): Update.
15186         * tests/test-rbtree_list.c (main): Update.
15187         * tests/test-avltreehash_list.c (main): Update.
15188         * tests/test-rbtreehash_list.c (main): Update.
15189         * tests/test-linked_list.c (main): Update.
15190         * tests/test-linkedhash_list.c (main): Update.
15191         * tests/test-array_oset.c (main): Update.
15192
15193 2007-03-15  Bruno Haible  <bruno@clisp.org>
15194
15195         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
15196         (gl_oset_create_empty): Add dispose_fn argument.
15197         (struct gl_oset_implementation): Add dispose_fn argument to
15198         'create_empty' method.
15199         (struct gl_oset_impl_base): Add dispose_fn field.
15200         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
15201         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
15202         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
15203         values.
15204         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
15205         (gl_tree_oset_free): Call dispose_fn on the dropped values.
15206         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15207         dropped value.
15208         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15209         dropped value.
15210         * tests/test-array_oset.c (main): Update.
15211         * tests/test-avltree_oset.c (main): Update.
15212         * tests/test-rbtree_oset.c (main): Update.
15213         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
15214
15215 2007-03-13  Bruno Haible  <bruno@clisp.org>
15216
15217         * tests/test-stdbool.c (i): Update after last patch.
15218
15219 2007-03-12  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/quotearg.c: Include <wctype.h> early, before the definition of
15222         the iswprint macro. Needed on Solaris 2.5.1.
15223
15224 2007-03-12  Bruno Haible  <bruno@clisp.org>
15225
15226         * tests/test-printf-frexp.c (main): Declare x as volatile.
15227
15228 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15229
15230         * doc/gnulib.texi (Build robot for gnulib): New section.
15231
15232 2007-03-12  Jim Meyering  <jim@meyering.net>
15233
15234         * build-aux/bootstrap: New file.
15235         * build-aux/bootstrap.conf: New file, from coreutils.
15236
15237 2007-03-11  Bruno Haible  <bruno@clisp.org>
15238
15239         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
15240
15241 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15242
15243         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
15244         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
15245         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
15246
15247 2007-03-11  Bruno Haible  <bruno@clisp.org>
15248
15249         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
15250         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
15251
15252 2007-03-11  Bruno Haible  <bruno@clisp.org>
15253
15254         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
15255         formula. Needed for SunPRO C 5.0.
15256
15257 2007-03-11  Bruno Haible  <bruno@clisp.org>
15258
15259         * modules/long-options (Depends-on): Add getopt.
15260
15261 2007-03-11  Bruno Haible  <bruno@clisp.org>
15262
15263         * modules/modechange (Depends-on): Add stdbool.
15264
15265 2007-03-11  Bruno Haible  <bruno@clisp.org>
15266
15267         * modules/i-ring (Depends-on): Add stdbool.
15268
15269 2007-03-11  Bruno Haible  <bruno@clisp.org>
15270
15271         * modules/gc-des (Depends-on): Add stdbool.
15272
15273 2007-03-11  Bruno Haible  <bruno@clisp.org>
15274
15275         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
15276
15277 2007-03-11  Bruno Haible  <bruno@clisp.org>
15278
15279         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
15280
15281 2007-03-11  Bruno Haible  <bruno@clisp.org>
15282
15283         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
15284
15285 2007-03-11  Bruno Haible  <bruno@clisp.org>
15286
15287         * lib/vasnprintf.c (sprintf): Undefine.
15288
15289 2007-03-11  Bruno Haible  <bruno@clisp.org>
15290
15291         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
15292         initializers in SunPRO C and Compaq C compilers.
15293
15294 2007-03-11  Bruno Haible  <bruno@clisp.org>
15295
15296         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
15297         decrementing code ANSI C compliant.
15298
15299 2007-03-11  Bruno Haible  <bruno@clisp.org>
15300
15301         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
15302         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
15303
15304 2007-03-11  Bruno Haible  <bruno@clisp.org>
15305
15306         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
15307         <stdbool.h> substitute doesn't pass.
15308
15309 2007-03-11  Bruno Haible  <bruno@clisp.org>
15310
15311         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
15312
15313 2007-03-11  Bruno Haible  <bruno@clisp.org>
15314
15315         * gnulib-tool (func_create_megatestdir): Create also an autobuild
15316         script, for submission to autobuild.josefsson.org.
15317
15318 2007-03-10  Bruno Haible  <bruno@clisp.org>
15319
15320         * modules/canonicalize-lgpl-tests: New file.
15321         * tests/test-canonicalize-lgpl.sh: New file.
15322         * tests/test-canonicalize-lgpl.c: New file.
15323
15324         * modules/c-strcase-tests: New file.
15325         * tests/test-c-strcase.sh: New file.
15326         * tests/test-c-strcasecmp.c: New file.
15327         * tests/test-c-strncasecmp.c: New file.
15328
15329         * modules/atexit-tests: New file.
15330         * tests/test-atexit.sh: New file.
15331         * tests/test-atexit.c: New file.
15332
15333 2007-03-10  Bruno Haible  <bruno@clisp.org>
15334
15335         * tests/test-binary-io.sh: Use temporary filenames that are not so
15336         likely to clash with those of other tests (in a parallel make).
15337         * tests/test-binary-io.c: Likewise.
15338
15339 2007-03-10  Bruno Haible  <bruno@clisp.org>
15340
15341         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
15342         fallback; use #error instead.
15343         Suggested by Simon Josefsson.
15344
15345 2007-03-10  Bruno Haible  <bruno@clisp.org>
15346
15347         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
15348         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
15349         first and the last.
15350
15351 2007-03-10  Bruno Haible  <bruno@clisp.org>
15352
15353         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
15354
15355 2007-03-10  Bruno Haible  <bruno@clisp.org>
15356
15357         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
15358         "make distcheck".
15359         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
15360         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
15361         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
15362
15363 2007-03-10  Bruno Haible  <bruno@clisp.org>
15364
15365         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
15366         variable.
15367         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
15368         variable.
15369
15370 2007-03-09  Eric Blake  <ebb9@byu.net>
15371         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
15372
15373         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
15374         types are not being provided by gnulib.
15375         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
15376         types are supported.
15377
15378 2007-03-10  Bruno Haible  <bruno@clisp.org>
15379
15380         * lib/stdio_.h (__attribute__): New macro.
15381         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
15382         vsprintf): Specify __attribute__ __format__ for GCC.
15383         Suggested by Eric Blake.
15384
15385 2007-03-09  Bruno Haible  <bruno@clisp.org>
15386
15387         * modules/printf-posix-tests: New file.
15388         * tests/test-printf-posix.sh: New file.
15389         * tests/test-printf-posix.c: New file.
15390
15391         * modules/printf-posix: New file.
15392         * lib/printf.c: New file.
15393         * m4/printf-posix-rpl.m4: New file.
15394         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
15395         REPLACE_PRINTF.
15396         * lib/stdio_.h (printf): New declaration.
15397         (format, __format__, ____printf____, ____scanf____, ____strftime____,
15398         ____strfmon____): New macros.
15399         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
15400         REPLACE_PRINTF.
15401
15402 2007-03-09  Bruno Haible  <bruno@clisp.org>
15403
15404         * tests/test-vasnprintf-posix2.sh: New file.
15405         * tests/test-vasnprintf-posix2.c: New file.
15406         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
15407         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
15408         (Makefile.am): Activate test-vasnprintf-posix2.sh.
15409
15410         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
15411         a locale dependent decimal point, rather than always '.'.
15412
15413 2007-03-09  Eric Blake  <ebb9@byu.net>
15414
15415         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
15416         spite of platforms like Tandem/NSK that define it to -1.
15417
15418 2007-03-08  Bruno Haible  <bruno@clisp.org>
15419
15420         * modules/vprintf-posix-tests: New file.
15421         * tests/test-vprintf-posix.sh: New file.
15422         * tests/test-vprintf-posix.c: New file.
15423         * tests/test-printf-posix.h: New file.
15424
15425         * modules/vprintf-posix: New file.
15426         * lib/vprintf.c: New file.
15427         * m4/vprintf-posix.m4: New file.
15428         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
15429         REPLACE_VPRINTF.
15430         * lib/stdio_.h (vprintf): New declaration.
15431         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
15432         REPLACE_VPRINTF.
15433
15434 2007-03-08  Bruno Haible  <bruno@clisp.org>
15435
15436         * modules/fprintf-posix-tests: New file.
15437         * tests/test-fprintf-posix.sh: New file.
15438         * tests/test-fprintf-posix.c: New file.
15439
15440         * modules/fprintf-posix: New file.
15441         * lib/fprintf.c: New file.
15442         * m4/fprintf-posix.m4: New file.
15443         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
15444         REPLACE_FPRINTF.
15445         * lib/stdio_.h (fprintf): New declaration.
15446         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
15447         REPLACE_FPRINTF.
15448
15449 2007-03-08  Bruno Haible  <bruno@clisp.org>
15450
15451         * modules/vfprintf-posix-tests: New file.
15452         * tests/test-vfprintf-posix.sh: New file.
15453         * tests/test-vfprintf-posix.c: New file.
15454         * tests/test-fprintf-posix.h: New file.
15455         * tests/test-fprintf-posix.out: New file.
15456
15457         * modules/vfprintf-posix: New file.
15458         * lib/vfprintf.c: New file.
15459         * m4/vfprintf-posix.m4: New file.
15460         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
15461         REPLACE_VFPRINTF.
15462         * lib/stdio_.h (vfprintf): New declaration.
15463         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
15464         REPLACE_VFPRINTF.
15465
15466 2007-03-08  Bruno Haible  <bruno@clisp.org>
15467
15468         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
15469
15470 2007-03-08  Bruno Haible  <bruno@clisp.org>
15471
15472         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
15473         instead of 'expr' invocations.
15474         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15475         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15477         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15478         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15479         Suggested by Paul Eggert.
15480
15481 2007-03-08  Bruno Haible  <bruno@clisp.org>
15482
15483         * modules/fseterr-tests: New file.
15484         * tests/test-fseterr.c: New file.
15485
15486         * modules/fseterr: New file.
15487         * lib/fseterr.h: New file.
15488         * lib/fseterr.c: New file.
15489
15490 2007-03-08  Bruno Haible  <bruno@clisp.org>
15491
15492         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
15493         * lib/getopt_.h: Likewise.
15494         * lib/mbswidth.h: Likewise.
15495         * lib/setenv.h: Likewise.
15496         * lib/vasnprintf.h: Likewise.
15497         * lib/vasprintf.h: Likewise.
15498         * lib/verror.h: Likewise.
15499         * lib/xsetenv.h: Likewise.
15500         * lib/xvasprintf.h: Likewise.
15501
15502 2007-03-08  Jim Meyering  <jim@meyering.net>
15503
15504         * users.txt: Add parted.
15505
15506         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
15507
15508 2007-03-07  Bruno Haible  <bruno@clisp.org>
15509
15510         * m4/printf.m4: Make the shell script snippets copy&pastable.
15511
15512 2007-03-02  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/netinet_in_.h: New file.
15515         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
15516         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
15517         * modules/netinet_in (Files): Add lib/netinet_in_.h.
15518         (Depends-on): Add absolute-header.
15519         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
15520         into netinet/in.h.
15521
15522 2007-03-03  Bruno Haible  <bruno@clisp.org>
15523
15524         * lib/sys_select_.h: New file.
15525         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
15526         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
15527         * modules/sys_select (Files): Add lib/sys_select_.h.
15528         (Depends-on): Add absolute-header.
15529         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
15530         into sys/select.h.
15531
15532 2007-03-02  Bruno Haible  <bruno@clisp.org>
15533
15534         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
15535         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
15536         values.
15537         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
15538         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
15539         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
15540         * modules/sys_socket (Depends-on): Add absolute-header.
15541         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
15542         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
15543         (Include): Remove requirement of inclusion of <sys/types.h>.
15544
15545 2007-03-02  Bruno Haible  <bruno@clisp.org>
15546
15547         * lib/byteswap_.h (bswap_32): Fix formula.
15548
15549 2007-03-06  Bruno Haible  <bruno@clisp.org>
15550
15551         * modules/sprintf-posix-tests: New file.
15552         * tests/test-sprintf-posix.c: New file.
15553
15554         * modules/sprintf-posix: New file.
15555         * lib/sprintf.c: New file.
15556         * m4/sprintf-posix.m4: New file.
15557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
15558         REPLACE_SPRINTF.
15559         * lib/stdio_.h (sprintf): New declaration.
15560         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
15561         REPLACE_SPRINTF.
15562
15563 2007-03-06  Bruno Haible  <bruno@clisp.org>
15564
15565         * modules/vsprintf-posix-tests: New file.
15566         * tests/test-vsprintf-posix.c: New file.
15567         * tests/test-sprintf-posix.h: New file.
15568
15569         * modules/vsprintf-posix: New file.
15570         * lib/vsprintf.c: New file.
15571         * m4/vsprintf-posix.m4: New file.
15572         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
15573         REPLACE_VSPRINTF.
15574         * lib/stdio_.h (vsprintf): New declaration.
15575         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
15576         REPLACE_VSPRINTF.
15577
15578 2007-03-06  Bruno Haible  <bruno@clisp.org>
15579
15580         * modules/vsnprintf (Depend-on): Remove minmax.
15581
15582 2007-03-06  Bruno Haible  <bruno@clisp.org>
15583
15584         * modules/snprintf-posix-tests: New file.
15585         * tests/test-snprintf-posix.c: New file.
15586
15587         * modules/snprintf-posix: New file.
15588         * m4/snprintf-posix.m4: New file.
15589         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
15590         gl_FUNC_SNPRINTF.
15591         (gl_FUNC_SNPRINTF): Invoke it.
15592         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
15593         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
15594         is set.
15595         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
15596
15597 2007-03-06  Bruno Haible  <bruno@clisp.org>
15598
15599         * modules/vsnprintf-posix-tests: New file.
15600         * tests/test-vsnprintf-posix.c: New file.
15601         * tests/test-snprintf-posix.h: New file.
15602
15603         * modules/vsnprintf-posix: New file.
15604         * m4/vsnprintf-posix.m4: New file.
15605         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
15606         gl_FUNC_VSNPRINTF.
15607         (gl_FUNC_VSNPRINTF): Invoke it.
15608         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
15609         * lib/stdio_.h (vsnprintf): Define as a replacement if
15610         REPLACE_VSNPRINTF is set.
15611         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
15612
15613 2007-03-06  Bruno Haible  <bruno@clisp.org>
15614
15615         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
15616         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
15617
15618 2007-03-06  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
15621         (asinl): Declare also if HAVE_DECL_ASINL is set.
15622         (atanl): Declare also if HAVE_DECL_ATANL is set.
15623         (ceill): Declare also if HAVE_DECL_CEILL is set.
15624         (cosl): Declare also if HAVE_DECL_COSL is set.
15625         (expl): Declare also if HAVE_DECL_EXPL is set.
15626         (floorl): Declare also if HAVE_DECL_FLOORL is set.
15627         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
15628         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
15629         (logl): Declare also if HAVE_DECL_LOGL is set.
15630         (sinl): Declare also if HAVE_DECL_SINL is set.
15631         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
15632         (tanl): Declare also if HAVE_DECL_TANL is set.
15633         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
15634         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
15635         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
15636         declaration of frexpl, ldexpl.
15637         * modules/printf-frexpl (Depends-on): Add math.
15638         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
15639
15640 2007-03-05  Bruno Haible  <bruno@clisp.org>
15641
15642         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
15643         frexpl and ldexpl are declared.
15644         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
15645
15646 2007-03-05  Bruno Haible  <bruno@clisp.org>
15647
15648         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
15649         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
15650
15651 2007-03-05  Bruno Haible  <bruno@clisp.org>
15652
15653         * lib/stdio_.h: Include <stddef.h>.
15654
15655 2007-03-05  Bruno Haible  <bruno@clisp.org>
15656
15657         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
15658
15659 2007-03-05  Bruno Haible  <bruno@clisp.org>
15660
15661         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
15662         NetBSD 4, from Ralf Wildenhues.
15663
15664 2007-03-04  Bruno Haible  <bruno@clisp.org>
15665
15666         * lib/vasprintf.h: Update #if logic for the case when the functions
15667         exist but are overridden.
15668
15669 2007-03-04  Bruno Haible  <bruno@clisp.org>
15670
15671         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
15672         implementations: glibc-2.4 and MacOS X 10.3.
15673         * tests/test-vasnprintf-posix.c (test_function): Test also the case
15674         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
15675         * tests/test-vasprintf-posix.c (test_function): Likewise.
15676
15677 2007-03-04  Bruno Haible  <bruno@clisp.org>
15678
15679         * modules/vasprintf-posix-tests: New file.
15680         * tests/test-vasprintf-posix.c: New file.
15681
15682         * modules/vasprintf-posix: New file.
15683         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
15684         defined.
15685         * m4/vasprintf-posix.m4: New file.
15686         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
15687         gl_FUNC_VASPRINTF.
15688         (gl_FUNC_VASPRINTF): Invoke it.
15689         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
15690         here.
15691         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
15692
15693 2007-03-04  Bruno Haible  <bruno@clisp.org>
15694
15695         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
15696         REPLACE_GETTIMEOFDAY.
15697         * modules/sys_time (Makefile.am): Likewise.
15698         * m4/sys_time_h.m4: Likewise.
15699         * m4/gettimeofday.m4: Likewise.
15700
15701 2007-03-04  Bruno Haible  <bruno@clisp.org>
15702
15703         * modules/vasnprintf-posix-tests: New file.
15704         * tests/test-vasnprintf-posix.c: New file.
15705
15706         * modules/vasnprintf-posix: New file.
15707         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
15708         printf-frexpl.h.
15709         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
15710         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
15711         REPLACE_VASNPRINTF is defined.
15712         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
15713         gl_FUNC_VASNPRINTF.
15714         (gl_FUNC_VASNPRINTF): Invoke it.
15715         * m4/vasnprintf-posix.m4: New file.
15716         * m4/printf.m4: New file.
15717
15718 2007-03-04  Bruno Haible  <bruno@clisp.org>
15719
15720         Compile progreloc.c only if --enable-relocatable is specified.
15721         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
15722         if --enable-relocatable was specified.
15723         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
15724         lib_SOURCES.
15725
15726 2007-03-04  Jim Meyering  <jim@meyering.net>
15727
15728         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
15729         Use it consistently, rather than enumerating errno constants.
15730
15731 2007-03-04  Bruno Haible  <bruno@clisp.org>
15732
15733         * modules/xvasprintf-tests: New file.
15734         * tests/test-xvasprintf.c: New file.
15735
15736         * modules/vasprintf-tests: New file.
15737         * tests/test-vasprintf.c: New file.
15738
15739         * modules/vasnprintf-tests: New file.
15740         * tests/test-vasnprintf.c: New file.
15741
15742         * modules/vsnprintf-tests: New file.
15743         * tests/test-vsnprintf.c: New file.
15744
15745         * modules/snprintf-tests: New file.
15746         * tests/test-snprintf.c: New file.
15747
15748 2007-03-04  Bruno Haible  <bruno@clisp.org>
15749
15750         Compile relocatable.c only if --enable-relocatable is specified.
15751         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
15752         gl_RELOCATABLE_LIBRARY.
15753         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
15754         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
15755         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
15756         gl_RELOCATABLE_LIBRARY.
15757         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
15758         (Makefile.am): Remove lib_SOURCES.
15759         * modules/relocatable-lib-lgpl (configure.ac): Invoke
15760         gl_RELOCATABLE_LIBRARY.
15761         (Makefile.am): Remove lib_SOURCES.
15762         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
15763         always.
15764         * modules/relocatable-prog-wrapper (configure.ac): Invoke
15765         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
15766
15767 2007-03-04  Bruno Haible  <bruno@clisp.org>
15768
15769         * modules/argmatch-tests: New file.
15770         * tests/test-argmatch.c: New file.
15771
15772         * tests/test-allocsa.c (main): Halve the number of loop runs.
15773
15774         * modules/alloca-opt-tests: New file.
15775         * tests/test-alloca-opt.c: New file.
15776
15777 2007-03-04  Jim Meyering  <jim@meyering.net>
15778
15779         Work around difference between Linux ACLs and Solaris 10 ZFS.
15780         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
15781         for EINVAL.
15782
15783 2007-03-03  Bruno Haible  <bruno@clisp.org>
15784
15785         * modules/relocatable-prog (Depends-on): Add back progreloc's
15786         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
15787
15788 2007-03-03  Bruno Haible  <bruno@clisp.org>
15789
15790         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
15791         * modules/relocatable-lib: New file.
15792
15793 2007-03-03  Bruno Haible  <bruno@clisp.org>
15794
15795         * modules/relocatable-prog: Renamed from modules/relocatable.
15796         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
15797
15798 2007-03-03  Bruno Haible  <bruno@clisp.org>
15799
15800         * modules/relocatable-script (Files): Add doc/relocatable.texi,
15801         m4/relocatable-lib.m4.
15802         (Depends-on): Remove 'relocatable'.
15803         (configure.ac): Add gl_RELOCATABLE_NOP.
15804
15805 2007-03-03  Bruno Haible  <bruno@clisp.org>
15806
15807         * modules/relocatable-prog-wrapper: New file.
15808         * modules/relocatable (Depends-on): Add it. Remove all other
15809         dependencies except progname.
15810         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
15811
15812         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
15813         (gl_FUNC_STRERROR): Nop.
15814         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
15815
15816         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
15817         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
15818
15819         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
15820         (gl_FUNC_READLINK): Update.
15821
15822         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
15823
15824 2007-03-03  Bruno Haible  <bruno@clisp.org>
15825
15826         * lib/xreadlink.c: Include <unistd.h> unconditionally.
15827         * modules/xreadlink (Depends-on): Add unistd.
15828         * modules/xreadlink-with-size (Depends-on): Likewise.
15829
15830 2007-03-03  Bruno Haible  <bruno@clisp.org>
15831
15832         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
15833         extracted from gt_FUNC_SETENV.
15834         (gt_FUNC_SETENV): Remove macro.
15835         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
15836         remove gt_FUNC_SETENV.
15837
15838 2007-03-03  Bruno Haible  <bruno@clisp.org>
15839
15840         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
15841         ENABLE_RELOCATABLE here.
15842         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
15843
15844 2007-03-03  Bruno Haible  <bruno@clisp.org>
15845
15846         * modules/rbtreehash-list-tests (Depends-on): Add progname.
15847         * tests/test-rbtreehash_list.c: Include progname.h.
15848         (main): Call set_program_name.
15849
15850         * modules/rbtree-oset-tests (Depends-on): Add progname.
15851         * tests/test-rbtree_oset.c: Include progname.h.
15852         (main): Call set_program_name.
15853
15854         * modules/rbtree-list-tests (Depends-on): Add progname.
15855         * tests/test-rbtree_list.c: Include progname.h.
15856         (main): Call set_program_name.
15857
15858         * modules/linked-list-tests (Depends-on): Add progname.
15859         * tests/test-linked_list.c: Include progname.h.
15860         (main): Call set_program_name.
15861
15862 2007-03-03  Bruno Haible  <bruno@clisp.org>
15863
15864         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
15865         All uses of __restrict changed to _Restrict_.
15866         * lib/glob_.h (__restrict): Remove macro.
15867
15868 2007-03-02  Bruno Haible  <bruno@clisp.org>
15869
15870         * modules/gettext (configure.ac): Require gettext infrastructure
15871         from version 0.16.1.
15872
15873 2007-03-02  Bruno Haible  <bruno@clisp.org>
15874
15875         * modules/linkedhash-list-tests (Depends-on): Add progname.
15876         * tests/test-linkedhash_list.c: Include progname.h.
15877         (main): Call set_program_name.
15878
15879         * modules/carray-list-tests (Depends-on): Add progname.
15880         * tests/test-carray_list.c: Include progname.h.
15881         (main): Call set_program_name.
15882
15883         * modules/avltreehash-list-tests (Depends-on): Add progname.
15884         * tests/test-avltreehash_list.c: Include progname.h.
15885         (main): Call set_program_name.
15886
15887         * modules/avltree-oset-tests (Depends-on): Add progname.
15888         * tests/test-avltree_oset.c: Include progname.h.
15889         (main): Call set_program_name.
15890
15891         * modules/avltree-list-tests (Depends-on): Add progname.
15892         * tests/test-avltree_list.c: Include progname.h.
15893         (main): Call set_program_name.
15894
15895         * modules/array-oset-tests (Depends-on): Add progname.
15896         * tests/test-array_oset.c: Include progname.h.
15897         (main): Call set_program_name.
15898
15899         * modules/array-list-tests (Depends-on): Add progname.
15900         * tests/test-array_list.c: Include progname.h.
15901         (main): Call set_program_name.
15902
15903         * modules/argp-tests (Depends-on): Add progname.
15904         * tests/test-argp.c: Include argp.h first. Include progname.h.
15905         (main): Call set_program_name.
15906
15907 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         * doc/gnulib-tool.texi (Initial import): Reword description of
15910         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
15911         limited effect even if defined after the first system include.
15912
15913 2007-03-01  Bruno Haible  <bruno@clisp.org>
15914
15915         * build-aux/config.libpath: Update to libtool-1.5.22.
15916         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15917
15918 2007-03-01  Bruno Haible  <bruno@clisp.org>
15919
15920         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
15921         foo_CFLAGS.
15922         Reported by Ralf Wildenhues.
15923
15924 2007-03-01  Bruno Haible  <bruno@clisp.org>
15925
15926         * build-aux/install-reloc: Remove object files left over by some
15927         compilers.
15928         Reported by Ralf Wildenhues.
15929
15930 2007-03-01  Bruno Haible  <bruno@clisp.org>
15931
15932         * build-aux/install-reloc: Break long lines.
15933
15934 2007-03-01  Bruno Haible  <bruno@clisp.org>
15935
15936         * doc/relocatable.texi: Document that it may not work on OpenBSD.
15937         Reported by Ralf Wildenhues.
15938
15939 2007-03-01  Bruno Haible  <bruno@clisp.org>
15940
15941         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
15942         include ordering constraints.
15943
15944 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15945
15946         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
15947         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
15948         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
15949         as another example.
15950         * lib/time_.h: Fix misspelling.
15951         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15952         Require gl_HEADER_TIME_H_DEFAULTS.
15953         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
15954         * m4/time_r.m4 (gl_TIME_R): Likewise.
15955         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
15956
15957 2007-03-01  Bruno Haible  <bruno@clisp.org>
15958
15959         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
15960         * m4/utimens.m4 (gl_UTIMENS): Likewise.
15961
15962 2007-03-01  Jim Meyering  <jim@meyering.net>
15963
15964         * modules/xreadlink (Maintainer): Add my name.
15965         * modules/xreadlink-with-size (Depends-on): Alphabetize.
15966
15967 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
15968             Bruno Haible  <bruno@clisp.org>
15969
15970         * build-aux/install-reloc: Compile also c-ctype.c.
15971         * build-aux/relocatable.sh.in: New file.
15972         * doc/relocatable.texi: New file.
15973         * doc/relocatable-maint.texi: New file.
15974         * doc/gnulib.texi: Include relocatable-maint.texi.
15975         * lib/progreloc.c: Include unistd.h unconditionally.
15976         * lib/relocwrapper.c: Include unistd.h unconditionally.
15977         Include c-ctype.h.
15978         (add_dotbin): Use c_tolower.
15979         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
15980         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
15981         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
15982         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
15983         to m4/relocatable-lib.m4.
15984         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
15985         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
15986         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
15987         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
15988         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
15989         * modules/relocatable: New file.
15990         * modules/relocatable-lib: New file.
15991         * modules/relocatable-script: New file.
15992
15993 2007-02-28  Bruno Haible  <bruno@clisp.org>
15994
15995         Import --enable-relocatable infrastructure.
15996         * build-aux/config.libpath: New file, from GNU gettext.
15997         * build-aux/install-reloc: New file, from GNU gettext.
15998         * build-aux/reloc-ldflags: New file, from GNU gettext.
15999         * lib/relocatable.h: New file, from GNU gettext.
16000         * lib/relocatable.c: New file, from GNU gettext.
16001         * lib/relocwrapper.c: New file, from GNU gettext.
16002         * m4/relocatable.m4: New file, from GNU gettext.
16003
16004 2007-02-28  Bruno Haible  <bruno@clisp.org>
16005
16006         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
16007
16008         * modules/xreadlink: New file, from GNU gettext with modifications.
16009         * lib/xreadlink.c: New file, from GNU gettext.
16010         * lib/xreadlink.h: Add comments.
16011         (xreadlink): New declaration.
16012
16013         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
16014         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
16015         lib/xreadlink-with-size.c.
16016         (configure.ac): Remove gl_XREADLINK invocation.
16017         (Makefile.am): Augment lib_SOURCES.
16018         * m4/xreadlink.m4: Remove file.
16019         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
16020         (xreadlink_with_size): Renamed from xreadink.
16021         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
16022         * modules/canonicalize (Depends-on): Replace xreadlink with
16023         xreadlink-with-size.
16024         * lib/canonicalize.c (canonicalize_filename_mode): Update.
16025
16026 2007-02-25  Jim Meyering  <jim@meyering.net>
16027
16028         * build-aux/announce-gen: When complaining about excess arguments,
16029         list them.
16030
16031 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * README: Document signed integer overflow situation more
16034         accurately.
16035
16036 2007-02-25  Bruno Haible  <bruno@clisp.org>
16037
16038         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
16039         'a' or 'A' conversion.
16040
16041 2007-02-25  Bruno Haible  <bruno@clisp.org>
16042
16043         * modules/filename: Renamed from modules/pathname.
16044         (Files): Replace lib/pathname.h with lib/filename.h. Replace
16045         lib/concatpath.c with lib/concat-filename.c.
16046         (Makefile.am): Update.
16047         (Include): Replace pathname.h with filename.h.
16048         * lib/filename.h: Renamed from lib/pathname.h.
16049         (concatenated_filename): Renamed from concatenated_pathname.
16050         * lib/concat-filename.c: Renamed from lib/concatpath.c.
16051         (concatenated_filename): Renamed from concatenated_pathname.
16052         * lib/findprog.c: Include filename.h instead of pathname.h.
16053         (find_in_path): Update.
16054         * lib/javacomp.c: Include filename.h instead of pathname.h.
16055         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
16056         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
16057         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
16058         is_oldgcj_14_13_usable, is_javac_usable): Update.
16059         * lib/javaexec.c: Include filename.h instead of pathname.h.
16060         (execute_java_class): Update.
16061         * modules/findprog: Update.
16062         * modules/javacomp: Update.
16063         * modules/javaexec: Update.
16064         * MODULES.html.sh (File system functions): Add 'filename', remove
16065         'pathname'.
16066
16067 2007-02-25  Bruno Haible  <bruno@clisp.org>
16068
16069         * modules/printf-frexpl-tests: New file.
16070         * tests/test-printf-frexpl.c: New file.
16071
16072         * modules/printf-frexpl: New file.
16073         * lib/printf-frexpl.h: New file.
16074         * lib/printf-frexpl.c: New file.
16075         * m4/printf-frexpl.m4: New file.
16076
16077 2007-02-25  Bruno Haible  <bruno@clisp.org>
16078
16079         * modules/printf-frexp-tests: New file.
16080         * tests/test-printf-frexp.c: New file.
16081
16082         * modules/printf-frexp: New file.
16083         * lib/printf-frexp.h: New file.
16084         * lib/printf-frexp.c: New file.
16085         * m4/printf-frexp.m4: New file.
16086
16087 2007-02-25  Bruno Haible  <bruno@clisp.org>
16088
16089         Assume automake >= 1.10 for the tests.
16090         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
16091         * modules/arctwo-tests: Likewise.
16092         * modules/argp-tests: Likewise.
16093         * modules/avltree-list-tests: Likewise.
16094         * modules/avltree-oset-tests: Likewise.
16095         * modules/avltreehash-list-tests: Likewise.
16096         * modules/carray-list-tests: Likewise.
16097         * modules/crc-tests: Likewise.
16098         * modules/des-tests: Likewise.
16099         * modules/gc-arcfour-tests: Likewise.
16100         * modules/gc-arctwo-tests: Likewise.
16101         * modules/gc-des-tests: Likewise.
16102         * modules/gc-hmac-md5-tests: Likewise.
16103         * modules/gc-hmac-sha1-tests: Likewise.
16104         * modules/gc-md2-tests: Likewise.
16105         * modules/gc-md4-tests: Likewise.
16106         * modules/gc-md5-tests: Likewise.
16107         * modules/gc-pbkdf2-sha1-tests: Likewise.
16108         * modules/gc-rijndael-tests: Likewise.
16109         * modules/gc-sha1-tests: Likewise.
16110         * modules/gc-tests: Likewise.
16111         * modules/getaddrinfo-tests: Likewise.
16112         * modules/hmac-md5-tests: Likewise.
16113         * modules/hmac-sha1-tests: Likewise.
16114         * modules/linked-list-tests: Likewise.
16115         * modules/linkedhash-list-tests: Likewise.
16116         * modules/lock-tests: Likewise.
16117         * modules/md2-tests: Likewise.
16118         * modules/md4-tests: Likewise.
16119         * modules/md5-tests: Likewise.
16120         * modules/rbtree-list-tests: Likewise.
16121         * modules/rbtree-oset-tests: Likewise.
16122         * modules/rbtreehash-list-tests: Likewise.
16123         * modules/read-file-tests: Likewise.
16124         * modules/rijndael-tests: Likewise.
16125         * modules/stdint-tests: Likewise.
16126         * modules/tls-tests: Likewise.
16127
16128 2007-02-24  Bruno Haible  <bruno@clisp.org>
16129
16130         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
16131         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
16132         function; instead check whether isnan with a double argument links.
16133         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
16134         function; instead check whether isnan with a 'long double' argument
16135         links.
16136         Reported by Eric Blake <ebb9@byu.net>.
16137
16138 2007-02-24  Bruno Haible  <bruno@clisp.org>
16139
16140         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
16141         defined.
16142         * lib/isnanl.c: Remove all code. Just include isnan.c.
16143         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
16144
16145 2007-02-25  Jim Meyering  <jim@meyering.net>
16146
16147         Avoid conflicting types for 'unsetenv' on FreeBSD.
16148         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
16149         conflicting with FreeBSD's (5.0 and 6.1) function declaration
16150         in stdlib.h.
16151
16152 2007-02-24  Bruno Haible  <bruno@clisp.org>
16153
16154         * modules/isnanl-nolibm-tests: New file.
16155         * tests/test-isnanl.c: New file.
16156
16157         * modules/isnanl-nolibm: New file.
16158         * lib/isnanl.h: New file.
16159         * lib/isnanl.c: New file.
16160         * m4/isnanl.m4: New file.
16161
16162 2007-02-24  Bruno Haible  <bruno@clisp.org>
16163
16164         * modules/isnan-nolibm-tests: New file.
16165         * tests/test-isnan.c: New file.
16166
16167         * modules/isnan-nolibm: New file.
16168         * lib/isnan.h: New file.
16169         * lib/isnan.c: New file.
16170         * m4/isnan.m4: New file.
16171
16172 2007-02-24  Bruno Haible  <bruno@clisp.org>
16173
16174         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
16175         assume that an exponent fits in 20 bits.
16176
16177 2007-02-24  Jim Meyering  <jim@meyering.net>
16178
16179         * m4/regex.m4: Update the description of the configure-time option,
16180         --without-included-regex, to state accurately what the defaults are,
16181         and perhaps to give people an idea why using this option is risky.
16182
16183 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
16186         loops on small arguments.  This attempts to avoid the problem
16187         Bruno Haible reported for AIX 4.3.2 in
16188         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
16189
16190 2007-02-23  Bruno Haible  <bruno@clisp.org>
16191
16192         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
16193         Needed for help2man.
16194
16195 2007-02-23  Karl Berry  <karl@gnu.org>
16196
16197         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
16198         exists, foo.h should be cvs-ignored, not committed.
16199
16200 2007-02-23  Eric Blake  <ebb9@byu.net>
16201
16202         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
16203         * lib/stat-time.h (includes): Likewise.
16204         * lib/utimecmp.c (includes): Likewise.
16205         * lib/utimens.h (includes): Likewise.
16206         * lib/getdate.y (includes): Also include "timespec.h" for use
16207         internal to the module.
16208         * modules/utimens (Depends-on): Revert yesterday's patch.
16209         * modules/nanosleep (Depends-on): Add missing dependency.
16210
16211 2007-02-22  Bruno Haible  <bruno@clisp.org>
16212
16213         * lib/glob.c: Don't include getlogin_r.h.
16214
16215 2007-02-22  Jim Meyering  <jim@meyering.net>
16216
16217         * modules/utimens (Depends-on): Add timespec, required for
16218         utimens.h's inclusion of timespec.h.
16219
16220 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
16221
16222         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
16223         long unreadable paths in GNU/Linux.  Problem reported by Andreas
16224         Schwab in
16225         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
16226         I'll try to think of a better way to fix the Solaris problem.
16227
16228         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
16229         like glibc; on Solaris 10, it fails with errno == EINVAL.
16230         POSIX says the behavior is unspecified if the first argument is NULL,
16231         so play it safe and never pass NULL to the system getcwd.
16232
16233 2007-02-21  Jim Meyering  <jim@meyering.net>
16234
16235         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
16236         of gettimeofday.  It would conflict with the one now always
16237         provided via sys_time_.h.  Reported by Matthew Woehlke, as
16238         an IRIX 6.5 build failure.
16239
16240 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         Minor fixups to port to Solaris 10 with Sun C 5.8.
16243         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
16244         * modules/getcwd (Depends-on): Add dirfd.
16245         * lib/putenv.c (putenv): #undef it.
16246         (rpl_putenv): New decl.
16247         (malloc, free): Include <stdlib.h> rather than prototyping separately.
16248
16249 2007-02-20  Bruno Haible  <bruno@clisp.org>
16250
16251         * modules/stdio-tests: New file.
16252         * tests/test-stdio.c: New file.
16253
16254         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
16255         (Depends-on): Add stdio.
16256         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16257         (Include): Use <stdio.h> instead of vsnprintf.h.
16258         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16259         HAVE_DECL_VSNPRINTF.
16260         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
16261
16262         * modules/snprintf (Files): Remove lib/snprintf.h.
16263         (Depends-on): Add stdio.
16264         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16265         (Include): Use <stdio.h> instead of snprintf.h.
16266         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16267         HAVE_DECL_SNPRINTF.
16268         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
16269         * lib/getaddrinfo.c: Likewise.
16270
16271         * modules/stdio: New file.
16272         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
16273         * lib/snprintf.h: Remove file.
16274         * lib/vsnprintf.h: Remove file.
16275         * lib/.cppi-disable: Remove snprintf.h.
16276         * m4/stdio_h.m4: New file.
16277         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
16278
16279 2007-02-20  Jim Meyering  <jim@meyering.net>
16280
16281         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
16282         used by e.g., mingw.  From Bruno Haible.
16283
16284 2007-02-19  Bruno Haible  <bruno@clisp.org>
16285
16286         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
16287         warnings.
16288         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16289
16290 2007-02-19  Bruno Haible  <bruno@clisp.org>
16291
16292         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
16293         from mingw users.
16294
16295 2007-02-19  Bruno Haible  <bruno@clisp.org>
16296
16297         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
16298         warnings.
16299         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
16300
16301 2007-02-19  Jim Meyering  <jim@meyering.net>
16302
16303         Don't use FD after a successful "fdopendir (fd)".
16304         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
16305         Reset it by calling dirfd on the just-obtained DIR*.
16306
16307         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
16308         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
16309
16310 2007-02-18  Bruno Haible  <bruno@clisp.org>
16311
16312         * lib/readlink.c: Include <unistd.h>.
16313         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
16314         HAVE_READLINK.
16315         * modules/readlink (Depends-on): Add unistd.
16316         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16317         (Include): Add <unistd.h>.
16318
16319         * lib/getlogin_r.h: Remove file.
16320         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
16321         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
16322         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
16323         HAVE_DECL_GETLOGIN_R.
16324         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
16325         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16326         (Include): Use <unistd.h> instead of getlogin_r.h.
16327
16328         * lib/getcwd.h: Remove file.
16329         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
16330         * lib/xgetcwd.c: Likewise.
16331         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
16332         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
16333         * modules/getcwd (Files): Remove lib/getcwd.h.
16334         (Depends-on): Add unistd.
16335         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16336         (Include): Use <unistd.h> instad of getcwd.h.
16337
16338         * lib/ftruncate.c: Include <unistd.h> first.
16339         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
16340         Set HAVE_FTRUNCATE.
16341         * modules/ftruncate (Depends-on): Add unistd.
16342         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16343
16344         * lib/fchdir.c: Include <unistd.h> first.
16345         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
16346         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
16347         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
16348         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16349         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
16350
16351         * lib/dup2.c: Include <unistd.h> first.
16352         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
16353         HAVE_DUP2.
16354         * modules/dup2 (Depends-on): Add unistd.
16355         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16356
16357         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
16358         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
16359         REPLACE_CHOWN. Don't define chown as a macro here.
16360         * modules/chown (Depends-on): Add unistd.
16361         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16362
16363         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
16364         Add definition for GL_LINK_WARNING.
16365         (chown, dup2): New declarations.
16366         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
16367         link warning.
16368         (ftruncate): New declaration.
16369         (getcwd): New declaration, taken from old getcwd.h.
16370         (getlogin_r): New declaration, taken from old getlogin_r.h.
16371         (readlink): New declaration.
16372         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
16373         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
16374         (gl_PREREQ_UNISTD): Remove macro.
16375         (gl_UNISTD_MODULE_INDICATOR): New macro.
16376         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
16377         many new variables. Don't set UNISTD_H.
16378         * modules/unistd (Description): Change.
16379         (Depends-on): Add link-warning.
16380         (configure.ac): Update.
16381         (Makefile.am): Create unistd.h always. Substitute many new variables
16382         into it.
16383
16384 2007-02-18  Bruno Haible  <bruno@clisp.org>
16385
16386         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
16387         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
16388         HAVE_GETSUBOPT.
16389         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
16390         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
16391         * lib/getsubopt.h: Remove file.
16392         * modules/getsubopt (Files): Remove lib/getsubopt.h.
16393         (Depends-on): Add stdlib.
16394         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16395         (Includes): Use <stdlib.h> instead of getsubopt.h.
16396         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
16397         Set HAVE_GETSUBOPT.
16398         * lib/getsubopt.c: Don't include getsubopt.h.
16399
16400 2007-02-18  Bruno Haible  <bruno@clisp.org>
16401
16402         * modules/fchdir (Depends-on): Add dup2.
16403
16404 2007-02-18  Bruno Haible  <bruno@clisp.org>
16405
16406         * lib/stdlib_.h: Handle glibc's special invocation convention
16407         specially.
16408
16409 2007-02-18  Bruno Haible  <bruno@clisp.org>
16410
16411         * modules/stdlib-tests: New file.
16412         * tests/test-stdlib.c: New file.
16413
16414         * modules/mkstemp (Files): Remove lib/mkstemp.h.
16415         (Depends-on): Add stdlib.
16416         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16417         (Includes): Use <stdlib.h> instead of mkstemp.h.
16418         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16419         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
16420         * lib/mkstemp.c: Don't include mkstemp.h.
16421         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
16422         * lib/stdlib--.h: Don't include mkstemp.h.
16423
16424         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
16425         (Depends-on): Add stdlib.
16426         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16427         (Includes): Use <stdlib.h> instead of mkdtemp.h.
16428         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16429         HAVE_MKDTEMP.
16430         * lib/mkdtemp.c: Don't include mkdtemp.h.
16431         * lib/clean-temp.c: Don't include mkdtemp.h.
16432
16433         * modules/exit (Files): Remove lib/exit.h.
16434         (Depends-on): Add stdlib.
16435         (Makefile.am): Remove lib_SOURCES.
16436         (Include): Use <stdlib.h> instead of exit.h.
16437         * lib/argmatch.c: Don't include exit.h.
16438         * lib/execute.c: Likewise.
16439         * lib/pagealign_alloc.c: Likewise.
16440         * lib/pipe.c: Likewise.
16441         * lib/wait-process.c: Likewise.
16442         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
16443         * lib/exitfail.c: Likewise.
16444         * lib/savewd.c: Likewise.
16445         * lib/xsetenv.c: Likewise.
16446
16447         * modules/stdlib: New file.
16448         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
16449         and extra comments about mkstemp().
16450         * lib/exit.h: Remove file.
16451         * lib/mkdtemp.h: Remove file.
16452         * lib/mkstemp.h: Remove file.
16453         * m4/stdlib_h.m4: New file.
16454         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
16455
16456 2007-02-18  Bruno Haible  <bruno@clisp.org>
16457
16458         * modules/math-tests: New file.
16459         * tests/test-math.c: New file.
16460
16461         * modules/math: New file.
16462         * modules/mathl (Files): Remove lib/mathl.h.
16463         (Depends-on): Add math.
16464         (Makefile.am): Don't mention mathl.h.
16465         (Include): Use <math.h> instead of mathl.h.
16466         * lib/math_.h: New file.
16467         * lib/mathl.h: Remove file.
16468         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
16469         mathl.h.
16470         * lib/asinl.c: Likewise.
16471         * lib/atanl.c: Likewise.
16472         * lib/ceill.c: Likewise.
16473         * lib/cosl.c: Likewise.
16474         * lib/expl.c: Likewise.
16475         * lib/floorl.c: Likewise.
16476         * lib/frexpl.c: Likewise.
16477         * lib/ldexpl.c: Likewise.
16478         * lib/logl.c: Likewise.
16479         * lib/sincosl.c: Likewise.
16480         * lib/sinl.c: Likewise.
16481         * lib/sqrtl.c: Likewise.
16482         * lib/tanl.c: Likewise.
16483         * lib/trigl.c: Likewise.
16484         * m4/math_h.m4: New file.
16485         * MODULES.html.sh (Mathematics): Add math.
16486
16487 2007-02-17  Bruno Haible  <bruno@clisp.org>
16488
16489         * modules/wctype-tests: New file.
16490         * tests/test-wctype.c: New file.
16491
16492         * modules/wchar-tests: New file.
16493         * tests/test-wchar.c: New file.
16494
16495         * modules/unistd-tests: New file.
16496         * tests/test-unistd.c: New file.
16497
16498         * modules/time-tests: New file.
16499         * tests/test-time.c: New file.
16500
16501         * modules/sysexits-tests: New file.
16502         * tests/test-sysexits.c: New file.
16503
16504         * modules/sys_time-tests: New file.
16505         * tests/test-sys_time.c: New file.
16506
16507         * modules/sys_stat-tests: New file.
16508         * tests/test-sys_stat.c: New file.
16509
16510         * modules/sys_socket-tests: New file.
16511         * tests/test-sys_socket.c: New file.
16512
16513         * modules/sys_select-tests: New file.
16514         * tests/test-sys_select.c: New file.
16515
16516         * modules/string-tests: New file.
16517         * tests/test-string.c: New file.
16518
16519         * modules/stdbool-tests: New file.
16520         * tests/test-stdbool.c: New file.
16521
16522         * modules/netinet_in-tests: New file.
16523         * tests/test-netinet_in.c: New file.
16524
16525         * modules/inttypes-tests: New file.
16526         * tests/test-inttypes.c: New file.
16527
16528         * modules/fcntl-tests: New file.
16529         * tests/test-fcntl.c: New file.
16530
16531         * modules/byteswap-tests: New file.
16532         * tests/test-byteswap.c: New file.
16533
16534         * modules/arpa_inet-tests: New file.
16535         * tests/test-arpa_inet.c: New file.
16536
16537 2007-02-17  Bruno Haible  <bruno@clisp.org>
16538
16539         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
16540         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
16541         if the corresponding module is not enabled. Emit link warnings if
16542         the function is used nevertheless.
16543         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
16544         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
16545         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
16546         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
16547         * modules/inttypes (Depends-on): Add link-warning.
16548         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16549         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
16550         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
16551         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
16552         * modules/imaxdiv (configure.ac): Likewise.
16553         * modules/strtoimax (configure.ac): Likewise.
16554         * modules/strtoumax (configure.ac): Likewise.
16555
16556 2007-02-17  Bruno Haible  <bruno@clisp.org>
16557
16558         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
16559         gl_STRING_MODULE_INDICATOR_DEFAULTS.
16560         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
16561         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
16562
16563 2007-02-17  Bruno Haible  <bruno@clisp.org>
16564
16565         * modules/link-warning: New file.
16566         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
16567         * lib/string_.h (GL_LINK_WARNING): Remove definition.
16568         * modules/string (Depends-on): Add link-warning.
16569         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16570         string.h.
16571         * MODULES.html.sh (Support for building libraries and executables): Add
16572         link-warning.
16573
16574 2007-02-17  Bruno Haible  <bruno@clisp.org>
16575
16576         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
16577         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
16578         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
16579         long lines.
16580
16581 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
16582             Bruno Haible  <bruno@clisp.org>
16583
16584         * modules/tmpfile: New file.
16585         * lib/tmpfile.c: New file.
16586         * m4/tmpfile.m4: New file.
16587         * MODULES.html.sh (func_all_modules): New section "Input/output".
16588
16589 2007-02-15  Bruno Haible  <bruno@clisp.org>
16590
16591         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
16592         (supports_delete_on_close): New function.
16593         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
16594
16595 2007-02-14  Bruno Haible  <bruno@clisp.org>
16596
16597         * modules/mbspcasecmp-tests: New file.
16598         * tests/test-mbspcasecmp.sh: New file.
16599         * tests/test-mbspcasecmp.c: New file.
16600
16601         New module mbspcasecmp.
16602         * modules/mbspcasecmp: New file.
16603         * lib/mbspcasecmp.c: New file.
16604         * lib/string_.h (strncasecmp): Change warning message.
16605         (mbspcasecmp): New declaration.
16606         * m4/mbspcasecmp.m4: New file.
16607         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16608         GNULIB_MBSPCASECMP.
16609         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
16610         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
16611
16612 2007-02-14  Bruno Haible  <bruno@clisp.org>
16613
16614         * modules/mbsncasecmp-tests: New file.
16615         * tests/test-mbsncasecmp.sh: New file.
16616         * tests/test-mbsncasecmp.c: New file.
16617
16618         New module mbsncasecmp.
16619         * modules/mbsncasecmp: New file.
16620         * lib/mbsncasecmp.c: New file.
16621         * lib/string_.h (mbsncasecmp): New declaration.
16622         * m4/mbsncasecmp.m4: New file.
16623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16624         GNULIB_MBSNCASECMP.
16625         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
16626         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
16627
16628 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
16629
16630         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
16631         Verify that it doesn't overlap with our flags.
16632         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
16633         do not have the desired effect in multibyte locales; instead, use
16634         mbscasecmp.
16635         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
16636         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
16637         we don't require GNU fnmatch ourselves (if our users require it, they
16638         should do so explicitly).
16639
16640         Fix regex code so it doesn't rely on strcasecmp.
16641         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
16642         Otherwise, include gnulib's langinfo.h.
16643         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
16644         undesirable behavior in non-C locales.  Instead, rely on localecharset.
16645         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
16646         * modules/regex (FILES): Remove m4/codeset.m4.
16647         (Depends-on): Add localcharset.  Remove strcase.
16648
16649 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16650
16651         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
16652         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
16653
16654 2007-02-13  Bruno Haible  <bruno@clisp.org>
16655
16656         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
16657         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16658
16659 2007-02-12  Bruno Haible  <bruno@clisp.org>
16660
16661         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
16662         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
16663         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
16664         time warning rather than a link error.
16665
16666 2007-02-12  Bruno Haible  <bruno@clisp.org>
16667
16668         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
16669         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16670         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16671
16672 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
16675         args, not 2.
16676
16677 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         New module 'time', so that apps can include <time.h> as per
16680         POSIX and GNU instead of separate include files like time_r.h
16681         and timegm.h.  This implementation tries out a simpler approach
16682         for replacing decls in standard include files (as compared to
16683         the string module), somewhat as an experiment.
16684
16685         * config/srclist.txt: Comment out mktime.c for now.
16686         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
16687         since it doesn't apply any more.  Use generic wording instead.
16688         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
16689         'time'.
16690         * lib/time_.h, m4/time_h.m4, modules/time: New files.
16691         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
16692         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
16693         Don't include <sys/types.h>; no longer needed since we assume C89.
16694         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
16695         * lib/strftime.c: Likewise.
16696         * lib/time_r.c: Likewise.
16697         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
16698         * lib/nanosleep.c: Include <time.h> first, to check interface.
16699         * lib/strptime.c: Likewise.
16700         * lib/time_r.c: Likewise.
16701         * lib/timegm.c: Likewise.
16702         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
16703         needed.
16704         * lib/timegm.c: Don't include timegm.h; no longer needed.
16705         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
16706         time.h now handles any problems in that area.
16707         (struct timespec, nanosleep): Remove; time.h now arranges for these.
16708         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
16709         that time.h defines struct timespec.
16710         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
16711         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
16712         handles that.
16713         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
16714         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
16715         needed.  Set REPLACE_LOCALTIME.
16716         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
16717         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
16718         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
16719         nanosleep; time_h.m4 now does that.  Don't require
16720         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
16721         module handles this now.
16722         * modules/getdate (Depends-on): Remove timespec.  Add time.
16723         * modules/nanosleep (Depends-on): Likewise.
16724         * modules/stat-time (Depends-on): Likewise.
16725         * modules/nanosleep (Include): Include time.h, not timespec.h.
16726         * modules/strptime (Files): Remove lib/strptime.h.
16727         (Depends-on): Add extensions, time.
16728         (Include): Include time.h, not strptime.h.
16729         * modules/time_r (Files): Remove lib/time_r.h.
16730         (Depends-on): Add time.
16731         (Include): Include time.h, not time_r.h.
16732         * modules/timegm: Likewise.
16733         * modules/timespec (Description): Now does timespec-related decls
16734         of our own, instead of struct timespec itself.
16735         (Depends-on): Add time; remove extensions.
16736         (Maintainer): Add self.
16737         * modules/utimecmp (Depends-on): Add time; remove timespec.
16738         * modules/utimens (Depends-on): Likewise.
16739         * modules/xnanosleep (Depends-on): Likewise.
16740
16741 2007-02-11  Bruno Haible  <bruno@clisp.org>
16742
16743         * lib/c-strstr.c: Include allocsa.h.
16744         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16745         * lib/c-strcasestr.c: Include allocsa.h.
16746         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16747         * lib/strcasestr.c: Include allocsa.h.
16748         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16749         * lib/mbsstr.c: Include allocsa.h.
16750         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16751         allocsa/freesa instead of malloc/free.
16752         * lib/mbscasestr.c: Include allocsa.h.
16753         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16754         allocsa/freesa instead of malloc/free.
16755         * modules/c-strstr (Depends-on): Add allocsa.
16756         * modules/c-strcasestr (Depends-on): Likewise.
16757         * modules/strcasestr (Depends-on): Likewise.
16758         * modules/mbsstr (Depends-on): Likewise.
16759         * modules/mbscasestr (Depends-on): Likewise.
16760
16761 2007-02-11  Bruno Haible  <bruno@clisp.org>
16762
16763         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
16764
16765         * modules/mbsspn-tests: New file.
16766         * tests/test-mbsspn.sh: New file.
16767         * tests/test-mbsspn.c: New file.
16768
16769 2007-02-11  Bruno Haible  <bruno@clisp.org>
16770
16771         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
16772
16773         * modules/mbspbrk-tests: New file.
16774         * tests/test-mbspbrk.sh: New file.
16775         * tests/test-mbspbrk.c: New file.
16776
16777 2007-02-11  Bruno Haible  <bruno@clisp.org>
16778
16779         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
16780         unneeded cast.
16781
16782         * modules/mbscspn-tests: New file.
16783         * tests/test-mbscspn.sh: New file.
16784         * tests/test-mbscspn.c: New file.
16785
16786 2007-02-11  Bruno Haible  <bruno@clisp.org>
16787
16788         * modules/mbscasecmp-tests: New file.
16789         * tests/test-mbscasecmp.sh: New file.
16790         * tests/test-mbscasecmp.c: New file.
16791
16792 2007-02-11  Bruno Haible  <bruno@clisp.org>
16793
16794         Ensure O(n) worst-case complexity of mbscasestr.
16795         * lib/mbscasestr.c: Include stdbool.h.
16796         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
16797         functions.
16798         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
16799         the bookkeeping indicates that it's worth it.
16800         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
16801
16802         * modules/mbscasestr-tests: New file.
16803         * tests/test-mbscasestr1.c: New file.
16804         * tests/test-mbscasestr2.sh: New file.
16805         * tests/test-mbscasestr2.c: New file.
16806         * tests/test-mbscasestr3.sh: New file.
16807         * tests/test-mbscasestr3.c: New file.
16808         * tests/test-mbscasestr4.sh: New file.
16809         * tests/test-mbscasestr4.c: New file.
16810         * m4/locale-tr.m4: New file.
16811
16812 2007-02-11  Bruno Haible  <bruno@clisp.org>
16813
16814         Ensure O(n) worst-case complexity of mbsstr.
16815         * lib/mbsstr.c: Include stdbool.h.
16816         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
16817         functions.
16818         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
16819         bookkeeping indicates that it's worth it.
16820         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
16821
16822         * modules/mbsstr-tests: New file.
16823         * tests/test-mbsstr1.c: New file.
16824         * tests/test-mbsstr2.sh: New file.
16825         * tests/test-mbsstr2.c: New file.
16826         * tests/test-mbsstr3.sh: New file.
16827         * tests/test-mbsstr3.c: New file.
16828         * m4/locale-fr.m4: New file.
16829
16830 2007-02-11  Bruno Haible  <bruno@clisp.org>
16831
16832         * lib/mbsrchr.c (mbsrchr): Fix bug.
16833
16834         * modules/mbsrchr-tests: New file.
16835         * tests/test-mbsrchr.sh: New file.
16836         * tests/test-mbsrchr.c: New file.
16837
16838 2007-02-11  Bruno Haible  <bruno@clisp.org>
16839
16840         * lib/mbschr.c (mbschr): Fix bug.
16841
16842         * modules/mbschr-tests: New file.
16843         * tests/test-mbschr.sh: New file.
16844         * tests/test-mbschr.c: New file.
16845         * m4/locale-zh.m4: New file.
16846
16847 2007-02-11  Bruno Haible  <bruno@clisp.org>
16848
16849         Support for copying multibyte string iterators.
16850         * lib/mbiter.h: Include <string.h>.
16851         (mbiter_multi_copy): New function.
16852         (mbi_copy): New macro.
16853         * lib/mbuiter.h: Include <string.h>.
16854         (mbuiter_multi_copy): New function.
16855         (mbui_copy): New macro.
16856
16857 2007-02-11  Bruno Haible  <bruno@clisp.org>
16858
16859         New module mbslen.
16860         * modules/mbslen: New file.
16861         * lib/mbslen.c: New file.
16862         * lib/string_.h (mbslen): New declaration.
16863         * m4/mbslen.m4: New file.
16864         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16865         GNULIB_MBSLEN.
16866         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
16867         * MODULES.html.sh (Internationalization functions): Add mbslen.
16868
16869 2007-02-11  Bruno Haible  <bruno@clisp.org>
16870
16871         Ensure O(n) worst-case complexity of strcasestr substitute.
16872         * lib/strcasestr.c: Include stdbool.h.
16873         (knuth_morris_pratt): New function.
16874         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
16875         bookkeeping indicates that it's worth it.
16876         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
16877
16878         * modules/strcasestr-tests: New file.
16879         * tests/test-strcasestr.c: New file.
16880
16881 2007-02-11  Bruno Haible  <bruno@clisp.org>
16882
16883         Ensure O(n) worst-case complexity of c_strcasestr.
16884         * lib/c-strcasestr.c: Include stdbool.h, string.h.
16885         (knuth_morris_pratt): New function.
16886         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
16887         the bookkeeping indicates that it's worth it.
16888         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
16889
16890         * modules/c-strcasestr-tests: New file.
16891         * tests/test-c-strcasestr.c: New file.
16892
16893 2007-02-11  Bruno Haible  <bruno@clisp.org>
16894
16895         Ensure O(n) worst-case complexity of c_strstr.
16896         * lib/c-strstr.c: Include stdbool.h, string.h.
16897         (knuth_morris_pratt): New function.
16898         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
16899         bookkeeping indicates that it's worth it.
16900         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
16901
16902         * lib/c-strstr.c: Complete rewrite for maintainability.
16903
16904         * modules/c-strstr-tests: New file.
16905         * tests/test-c-strstr.c: New file.
16906
16907 2007-02-11  Bruno Haible  <bruno@clisp.org>
16908
16909         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
16910         5.2.1 and earlier, whereby \055 was treated just like the range
16911         delimiter '-'.
16912         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
16913
16914 2007-02-08  Bruno Haible  <bruno@clisp.org>
16915
16916         * modules/regex (Depends-on): Add stdbool.
16917         Reported by Dalibor Topic <robilad@kaffe.org>.
16918
16919 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
16920
16921         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
16922         Prefer returning from main to exiting from it.
16923         Remove unnecessary parens after sizeof.
16924
16925 2007-02-05  Bruno Haible  <bruno@clisp.org>
16926
16927         New module mbssep.
16928         * modules/mbssep: New file.
16929         * lib/mbssep.c: New file.
16930         * lib/string_.h (strsep): Add a conditional link warning.
16931         (mbssep): New declaration.
16932         * m4/mbssep.m4: New file.
16933         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16934         GNULIB_MBSSEP.
16935         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
16936         * MODULES.html.sh (Internationalization functions): Add mbssep.
16937
16938 2007-02-05  Bruno Haible  <bruno@clisp.org>
16939
16940         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
16941         Optimize search in case of 1 delimiter.
16942
16943 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
16944
16945         * lib/acl.h: Include sys/types.h before sys/acl.h.
16946
16947 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
16948
16949         Merge upstream fix for glibc bugzilla #3957:
16950
16951         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
16952
16953         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
16954         bit for RE_HAT_LISTS_NOT_NEWLINE.
16955         (build_charclass_op): Remove bogus comment.
16956
16957 2007-02-05  Simon Josefsson  <simon@josefsson.org>
16958
16959         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
16960
16961 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
16962
16963         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
16964         * lib/memmem.c [!defined _LIBC]: Include config.h.
16965
16966 2007-02-04  Bruno Haible  <bruno@clisp.org>
16967
16968         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
16969         warning message.
16970
16971 2007-02-04  Bruno Haible  <bruno@clisp.org>
16972
16973         New module mbstok_r.
16974         * modules/mbstok_r: New file.
16975         * lib/mbstok_r.c: New file.
16976         * lib/string_.h (strtok_r): Change argument names to match the
16977         comments. Add a conditional link warning.
16978         (mbstok_r): New declaration.
16979         * m4/mbstok_r.m4: New file.
16980         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16981         GNULIB_MBSTOK_R.
16982         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
16983         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
16984
16985 2007-02-04  Bruno Haible  <bruno@clisp.org>
16986
16987         New module mbsspn.
16988         * modules/mbsspn: New file.
16989         * lib/mbsspn.c: New file.
16990         * lib/string_.h (strspn): Add a conditional link warning.
16991         (mbsspn): New declaration.
16992         * m4/mbsspn.m4: New file.
16993         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16994         GNULIB_MBSSPN.
16995         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
16996         * MODULES.html.sh (Internationalization functions): Add mbsspn.
16997
16998 2007-02-04  Bruno Haible  <bruno@clisp.org>
16999
17000         New module mbspbrk.
17001         * modules/mbspbrk: New file.
17002         * lib/mbspbrk.c: New file.
17003         * lib/string_.h (strpbrk): Add a conditional link warning.
17004         (mbspbrk): New declaration.
17005         * m4/mbspbrk.m4: New file.
17006         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17007         GNULIB_MBSPBRK.
17008         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
17009         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
17010
17011 2007-02-04  Bruno Haible  <bruno@clisp.org>
17012
17013         New module mbscspn.
17014         * modules/mbscspn: New file.
17015         * lib/mbscspn.c: New file.
17016         * lib/string_.h (strcspn): Add a conditional link warning.
17017         (mbscspn): New declaration.
17018         * m4/mbscspn.m4: New file.
17019         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17020         GNULIB_MBSCSPN.
17021         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
17022         * MODULES.html.sh (Internationalization functions): Add mbscspn.
17023
17024 2007-02-04  Bruno Haible  <bruno@clisp.org>
17025
17026         New module mbscasestr, reduced goal of strcasestr.
17027         * modules/mbscasestr: New file.
17028         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
17029         (mbscasestr): Renamed from strcasestr.
17030         * lib/strcasestr.c: Don't include mbuiter.h.
17031         (strcasestr): Remove support for multibyte locales.
17032         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
17033         Change the conditional link warning.
17034         (mbscasestr): New declaration.
17035         * m4/mbscasestr.m4: New file.
17036         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
17037         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
17038         REPLACE_STRCASESTR.
17039         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
17040         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17041         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17042         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
17043         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
17044         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17045         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
17046         (Depends-on): Remove mbuiter.
17047         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
17048
17049 2007-02-04  Bruno Haible  <bruno@clisp.org>
17050
17051         Simplify handling of strncasecmp.
17052         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
17053         the conditional link warning.
17054         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17055         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
17056         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
17057         * modules/strcase (configure.ac): Don't invoke
17058         gl_STRING_MODULE_INDICATOR.
17059         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
17060
17061 2007-02-04  Bruno Haible  <bruno@clisp.org>
17062
17063         New module mbscasecmp, reduced goal of strcasecmp.
17064         * modules/mbscasecmp: New file.
17065         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
17066         (mbscasecmp): Renamed from strcasecmp.
17067         * lib/strcasecmp.c: Don't include mbuiter.h.
17068         (strcasecmp): Remove support for multibyte locales.
17069         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
17070         Change the conditional link warning.
17071         (mbscasecmp): New declaration.
17072         * m4/mbscasecmp.m4: New file.
17073         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
17074         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
17075         REPLACE_STRCASECMP.
17076         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
17077         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17078         GNULIB_MBSCASECMP.
17079         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
17080         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
17081         * modules/strcase (Files): Remove m4/mbrtowc.m4.
17082         (Depends-on): Remove mbuiter.
17083         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
17084
17085 2007-02-04  Bruno Haible  <bruno@clisp.org>
17086
17087         New module mbsstr. Remove module strstr.
17088         * modules/mbsstr: New file.
17089         * modules/strstr: Remove file.
17090         * lib/mbsstr.c: Renamed from lib/strstr.c.
17091         (mbsstr): Renamed from strstr.
17092         * lib/string_.h (strstr): Remove declaration. Change the conditional
17093         link warning.
17094         (mbsstr): New declaration.
17095         * m4/mbsstr.m4: New file.
17096         * m4/strstr.m4: Remove file.
17097         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
17098         REPLACE_STRSTR.
17099         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
17100         Don't initialize GNULIB_STRSTR.
17101         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
17102         substitute GNULIB_STRSTR and REPLACE_STRSTR.
17103         * MODULES.html.sh (Internationalization functions): Add mbsstr.
17104         (Support for systems lacking ANSI C 89): Remove strstr.
17105
17106 2007-02-04  Bruno Haible  <bruno@clisp.org>
17107
17108         New module mbsrchr.
17109         * modules/mbsrchr: New file.
17110         * lib/mbsrchr.c: New file.
17111         * lib/string_.h (strrchr): Add a conditional link warning.
17112         (mbsrchr): New declaration.
17113         * m4/mbsrchr.m4: New file.
17114         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17115         GNULIB_MBSRCHR.
17116         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
17117         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
17118
17119 2007-02-04  Bruno Haible  <bruno@clisp.org>
17120
17121         New module mbschr.
17122         * modules/mbschr: New file.
17123         * lib/mbschr.c: New file.
17124         * lib/string_.h (strchr): Add a conditional link warning.
17125         (mbschr): New declaration.
17126         * m4/mbschr.m4: New file.
17127         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17128         GNULIB_MBSCHR.
17129         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
17130         * MODULES.html.sh (Internationalization functions): Add mbschr.
17131
17132 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17133
17134         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
17135
17136         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
17137
17138 2007-02-04  Bruno Haible  <bruno@clisp.org>
17139
17140         New module description section 'configure.ac-early'.
17141         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
17142         (func_get_autoconf_early_snippet): New function.
17143         (func_import, func_create_testdir): Use it. Remove special cases for
17144         modules 'extensions' and 'lock'.
17145         * modules/extensions (configure.ac-early): Require
17146         gl_USE_SYSTEM_EXTENSIONS.
17147         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
17148
17149 2007-02-04  Bruno Haible  <bruno@clisp.org>
17150
17151         Make use of gcj-4.3's -fsource and -ftarget option.
17152         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
17153         and if so try the options -fsource and -ftarget.
17154         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
17155         source_version, ftarget_option, target_version arguments.
17156         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
17157         (is_envjavac_oldgcj_14_14_usable): Renamed from
17158         is_envjavac_gcj_14_14_usable.
17159         (is_envjavac_oldgcj_14_13_usable): Renamed from
17160         is_envjavac_gcj_14_13_usable.
17161         (is_gcj_present): Update.
17162         (is_gcj_43, is_gcj43_usable): New functions.
17163         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
17164         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
17165         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
17166         try the options -fsource and -ftarget.
17167
17168 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17169
17170         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
17171         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
17172         larger value.
17173
17174 2007-02-03  Jim Meyering  <jim@meyering.net>
17175
17176         Give tools a better chance to allocate space for very large buffers.
17177         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
17178
17179         Make pwd and readlink work also when run with an unreadable parent dir
17180         on systems with openat support.
17181         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
17182         provided getcwd function, even when we have openat support.
17183         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
17184
17185 2007-02-02  Bruno Haible  <bruno@clisp.org>
17186
17187         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17188         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
17189         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
17190         portability problems if one of these functions is only used on specific
17191         platforms.
17192         Reported by Paul Eggert.
17193
17194 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
17197         is causing more trouble than it's curing.
17198         * lib/regex_internal.h (__mempcpy): Remove.
17199         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
17200         (and make the code a tad smaller to boot).
17201         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
17202
17203 2007-02-02  Jim Meyering  <jim@meyering.net>
17204
17205         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
17206         section, not in the Makefile.am: one.
17207
17208 2007-02-02  Eric Blake  <ebb9@byu.net>
17209
17210         * lib/strchrnul.c: Always include config.h first.
17211
17212         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
17213         gnulib strstr is not necessary here.
17214
17215 2007-02-02  Simon Josefsson  <simon@josefsson.org>
17216
17217         * m4/socklen.m4: Fix typo.
17218
17219 2007-02-02  Eric Blake  <ebb9@byu.net>
17220
17221         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
17222         * modules/netinet_in (Makefile.am): Likewise.
17223
17224 2007-02-01  Bruno Haible  <bruno@clisp.org>
17225
17226         * lib/string_.h (GL_LINK_WARNING): New macro.
17227         (strcasecmp, strstr, strcasestr): If provided by the system,
17228         conditionally define as a macro that leads to a warning instead of to
17229         an error.
17230         (strncasecmp): Conditionally define as a macro that leads to a warning.
17231
17232 2007-02-01  Karl Berry  <karl@gnu.org>
17233
17234         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
17235
17236 2007-02-01  Bruno Haible  <bruno@clisp.org>
17237
17238         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
17239         renamings.
17240
17241 2007-02-01  Eric Blake  <ebb9@byu.net>
17242
17243         * modules/regex (Depends-on): Revert dependence on mempcpy.
17244         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
17245         module's definition of mempcpy.
17246         Reported by Paul Eggert.
17247
17248 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17249
17250         * lib/string_.h: If the gnulib module XYZ is not present, undefine
17251         the symbol XYZ before redefining it.  This fixes a problem with
17252         programs that don't use XYZ, when compiled on systems that define
17253         XYZ to something else.
17254
17255 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
17256
17257         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
17258         occurs when "mkdir -m foo" creates a setgid directory that is (1)
17259         writeable to group or other and (2) is intended to have a special
17260         mode bit that is set or cleared.  In such a case, the directory
17261         should be neither group- nor other-writeable until the special
17262         mode bits are right.
17263
17264 2007-01-31  Eric Blake  <ebb9@byu.net>
17265
17266         * modules/mountlist (Depends-on): Add strstr.
17267
17268         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
17269         bug.
17270         * modules/string (Makefile.am): Remove redundant replacement.
17271         * modules/regex (Depends-on): Add mempcpy.
17272
17273 2007-01-31  Bruno Haible  <bruno@clisp.org>
17274
17275         New module description field 'Link'.
17276         * gnulib-tool (func_usage): Document --extract-link-directive.
17277         (sed_extract_prog): Recognize 'Link' directive.
17278         (func_get_link_directive): New function.
17279         (func_import): Show summary of link directives.
17280         Handle --extract-link-directive option.
17281         * modules/acl (Link): New section.
17282         * modules/clock-time (Link): New section.
17283         * modules/euidaccess (Link): New section.
17284         * modules/gettext (Link): New section.
17285         * modules/iconv (Link): New section.
17286         * modules/lock (Link): New section.
17287         * modules/nanosleep (Link): New section.
17288         * modules/readline (Link): New section.
17289
17290 2007-01-27  Bruno Haible  <bruno@clisp.org>
17291
17292         Enforce the use of gnulib modules for unportable <string.h> functions.
17293         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
17294         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
17295         (gl_HEADER_STRING_H_BODY): Require it.
17296         * lib/string_.h: If the gnulib module XYZ is not present, redefine
17297         the symbol XYZ to one that gives a link error.
17298         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
17299         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
17300         * modules/mempcpy (configure.ac): Likewise.
17301         * modules/memrchr (configure.ac): Likewise.
17302         * modules/stpcpy (configure.ac): Likewise.
17303         * modules/stpncpy (configure.ac): Likewise.
17304         * modules/strcase (configure.ac): Likewise.
17305         * modules/strcasestr (configure.ac): Likewise.
17306         * modules/strchrnul (configure.ac): Likewise.
17307         * modules/strdup (configure.ac): Likewise.
17308         * modules/strndup (configure.ac): Likewise.
17309         * modules/strnlen (configure.ac): Likewise.
17310         * modules/strpbrk (configure.ac): Likewise.
17311         * modules/strsep (configure.ac): Likewise.
17312         * modules/strstr (configure.ac): Likewise.
17313         * modules/strtok_r (configure.ac): Likewise.
17314
17315 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
17316
17317         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
17318
17319 2007-01-30  Jim Meyering  <jim@meyering.net>
17320
17321         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
17322
17323 2007-01-29  Bruno Haible  <bruno@clisp.org>
17324
17325         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
17326         * lib/execute.c: Likewise.
17327         * lib/pipe.c: Likewise.
17328         * lib/printf-args.h: Likewise.
17329         * lib/printf-args.c: Likewise.
17330         * lib/printf-parse.c: Likewise.
17331         * lib/vasnprintf.c: Likewise.
17332
17333 2007-01-29  Eric Blake  <ebb9@byu.net>
17334
17335         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
17336         declaration.
17337
17338 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
17339
17340         * lib/strptime.h (strptime): Use 'restrict' for args where
17341         POSIX requires this.
17342         * lib/strptime.c (strptime): Likewise.
17343         Change license notice from LGPL to GPL, since gnulib-tool will
17344         change this as needed.
17345         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
17346         defined.
17347         Include "strptime.h" first, to check interface.
17348         Do not #undef _LIBC and _NL_CURRENT.
17349         Do not include <stdlib.h>; no longer needed.
17350         Include "time_r.h" and declare ptime_locale_status
17351         only if _LIBC is not defined.
17352         (__P): Remove unused macro.
17353         (match_string): Bring back glibc version, but use it only if _LIBC
17354         is defined.
17355         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
17356         Remove unnecessary assertion and abort() call.
17357         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
17358         * m4/strptime.m4: Fix serial number comment.
17359         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
17360         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
17361         (Depends-on): Add time_r.
17362
17363 2007-01-29  Bruno Haible  <bruno@clisp.org>
17364
17365         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17366         strptime.
17367         * modules/strptime (Depends-on): Add stdbool.
17368         * lib/strptime.h: Include <time.h> always. Add comments.
17369
17370 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17371
17372         * modules/strptime: New file.
17373         * lib/strptime.h: New file.
17374         * lib/strptime.c: New file.
17375         * m4/strptime.m4: New file.
17376
17377 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17378
17379         * MODULES.html.sh: New module mpsort.
17380         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
17381
17382         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
17383         a circularity problem with HP-UX ia64 reported by Bob Proulx in
17384         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
17385         All uses changed.
17386         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
17387         All uses changed.
17388         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
17389         to _Restrict_.
17390         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
17391         the parameter matches the prototype.
17392
17393 2007-01-28  Jim Meyering  <jim@meyering.net>
17394
17395         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
17396         sys/time.h here, reverting that part of the previous patch:
17397         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
17398
17399 2007-01-28  Bruno Haible  <bruno@clisp.org>
17400
17401         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
17402         value of $(SYS_TIME_H).
17403         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
17404         remove it conditionally, too. [added by Jim Meyering]
17405         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
17406         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
17407         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
17408         GETTIMEOFDAY_REPLACEMENT to 1.
17409
17410 2007-01-28  Bruno Haible  <bruno@clisp.org>
17411
17412         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
17413         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
17414         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
17415         Set UNISTD_H instead of UNISTD_H2.
17416         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
17417
17418 2007-01-28  Bruno Haible  <bruno@clisp.org>
17419
17420         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
17421         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
17422
17423 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17424
17425         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
17426         (func_create_testdir): Ensure C locale for `grep' and `tr'
17427         character ranges.
17428         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
17429         ACLOCAL_AMFLAGS parsing state machine.
17430
17431 2007-01-27  Bruno Haible  <bruno@clisp.org>
17432
17433         * modules/unistr/base: Update.
17434
17435 2007-01-27  Bruno Haible  <bruno@clisp.org>
17436
17437         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
17438         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
17439         * modules/unistr/u32-mbtouc-unsafe: Renamed from
17440         modules/unistr/u32-mbtouc.
17441         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
17442         * lib/unistr.h: Update.
17443         * lib/linebreak.c: Update.
17444         * modules/unistr/u32-mbtouc: Renamed from
17445         modules/unistr/u32-mbtouc-safe.
17446         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
17447         * lib/unistr.h: Update.
17448         * lib/unistr/u32-to-u8.c: Update.
17449         * lib/unistr/u32-to-u16.c: Update.
17450
17451 2007-01-27  Bruno Haible  <bruno@clisp.org>
17452
17453         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
17454         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
17455         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
17456         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
17457         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
17458         * modules/unistr/u16-mbtouc-unsafe: Renamed from
17459         modules/unistr/u16-mbtouc.
17460         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
17461         * lib/unistr.h: Update.
17462         * lib/linebreak.c: Update.
17463         * modules/linebreak: Update.
17464         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
17465         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
17466         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
17467         * modules/unistr/u16-mbtouc: Renamed from
17468         modules/unistr/u16-mbtouc-safe.
17469         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
17470         * lib/unistr.h: Update.
17471         * lib/unistr/u16-to-u8.c: Update.
17472         * modules/unistr/u16-to-u8: Update.
17473         * lib/unistr/u16-to-u32.c: Update.
17474         * modules/unistr/u16-to-u32: Update.
17475
17476 2007-01-27  Bruno Haible  <bruno@clisp.org>
17477
17478         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
17479         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
17480         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
17481         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
17482         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
17483         * modules/unistr/u8-mbtouc-unsafe: Renamed from
17484         modules/unistr/u8-mbtouc.
17485         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
17486         * lib/unistr.h: Update.
17487         * lib/striconveh.c: Update.
17488         * modules/striconveh: Update.
17489         * lib/linebreak.c: Update.
17490         * modules/linebreak: Update.
17491         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
17492         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
17493         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
17494         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
17495         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
17496         * lib/unistr.h: Update.
17497         * lib/striconveh.c: Update.
17498         * modules/striconveh: Update.
17499         * lib/unistr/u8-to-u16.c: Update.
17500         * modules/unistr/u8-to-u16: Update.
17501         * lib/unistr/u8-to-u32.c: Update.
17502         * modules/unistr/u8-to-u32: Update.
17503
17504 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17505
17506         Sync from Libtool.
17507         * lib/argz.c: Do not include strings.h nor memory.h, include
17508         string.h unconditionally.  Patch by Simon Josefsson.
17509
17510 2007-01-27  Bruno Haible  <bruno@clisp.org>
17511
17512         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
17513         from gl_HEADER_STRING_H_BODY.
17514         (gl_HEADER_STRING_H_BODY): Require it.
17515         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
17516         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17517         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17518         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17519         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17520         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
17521         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17522         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17523         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
17524         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17525         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17526         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
17527         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17528         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17529         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
17530
17531 2007-01-27  Bruno Haible  <bruno@clisp.org>
17532
17533         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
17534         check_PROGRAMS into noinst_PROGRAMS.
17535         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
17536         check_PROGRAMS in this case.
17537         (func_import): Set for_test to false.
17538         (func_create_testdir): Set for_test to true.
17539
17540 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
17541             Bruno Haible  <bruno@clisp.org>
17542
17543         * modules/strcasestr (Files): Remove lib/strcasestr.h.
17544         (Depends-on): Add string.
17545         (Includes): Use <string.h> instead of strcasestr.h.
17546         * modules/string (Makefile.am): Also substitute the value of
17547         REPLACE_STRCASESTR.
17548         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
17549         assume strcasestr is declared in <string.h> not <strings.h>. Also
17550         set REPLACE_STRCASESTR.
17551         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
17552         REPLACE_STRCASESTR.
17553         * lib/strcasestr.h: Remove file.
17554         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
17555         * lib/string_.h (strcasestr): New declaration.
17556
17557 2007-01-27  Bruno Haible  <bruno@clisp.org>
17558
17559         * lib/string_.h: Use 'extern'.
17560
17561 2007-01-27  Jim Meyering  <jim@meyering.net>
17562
17563         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
17564         of set-but-not-used local, "q".
17565
17566         * lib/mempcpy.c: Include <config.h> before <string.h>.
17567         This fixes a compilation error on HP-UX, due to the system's
17568         "restrict"-using mempcpy prototype.
17569
17570 2007-01-26  Bruno Haible  <bruno@clisp.org>
17571
17572         Small optimization.
17573         * lib/javacomp.c: Include c-strstr.h.
17574          (is_envjavac_gcj): Use c_strstr instead of strstr.
17575         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
17576
17577 2007-01-26  Bruno Haible  <bruno@clisp.org>
17578
17579         * MODULES.html.sh (Unicode string functions): Add the new modules.
17580
17581         * modules/uniconv/u32-strconv-to-locale: New file.
17582         * lib/uniconv/u32-strconv-to-locale.c: New file.
17583
17584         * modules/uniconv/u16-strconv-to-locale: New file.
17585         * lib/uniconv/u16-strconv-to-locale.c: New file.
17586
17587         * modules/uniconv/u8-strconv-to-locale: New file.
17588         * lib/uniconv/u8-strconv-to-locale.c: New file.
17589
17590         * modules/uniconv/u32-strconv-from-locale: New file.
17591         * lib/uniconv/u32-strconv-from-locale.c: New file.
17592
17593         * modules/uniconv/u16-strconv-from-locale: New file.
17594         * lib/uniconv/u16-strconv-from-locale.c: New file.
17595
17596         * modules/uniconv/u8-strconv-from-locale: New file.
17597         * lib/uniconv/u8-strconv-from-locale.c: New file.
17598
17599         * modules/uniconv/u32-strconv-to-enc: New file.
17600         * lib/uniconv/u32-strconv-to-enc.c: New file.
17601         * modules/uniconv/u32-strconv-to-enc-tests: New file.
17602         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
17603
17604         * modules/uniconv/u16-strconv-to-enc: New file.
17605         * lib/uniconv/u16-strconv-to-enc.c: New file.
17606         * lib/uniconv/u-strconv-to-enc.h: New file.
17607         * modules/uniconv/u16-strconv-to-enc-tests: New file.
17608         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
17609
17610         * modules/uniconv/u8-strconv-to-enc: New file.
17611         * lib/uniconv/u8-strconv-to-enc.c: New file.
17612         * modules/uniconv/u8-strconv-to-enc-tests: New file.
17613         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
17614
17615         * modules/uniconv/u32-strconv-from-enc: New file.
17616         * lib/uniconv/u32-strconv-from-enc.c: New file.
17617         * modules/uniconv/u32-strconv-from-enc-tests: New file.
17618         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
17619
17620         * modules/uniconv/u16-strconv-from-enc: New file.
17621         * lib/uniconv/u16-strconv-from-enc.c: New file.
17622         * modules/uniconv/u16-strconv-from-enc-tests: New file.
17623         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
17624
17625         * modules/uniconv/u8-strconv-from-enc: New file.
17626         * lib/uniconv/u8-strconv-from-enc.c: New file.
17627         * lib/uniconv/u-strconv-from-enc.h: New file.
17628         * modules/uniconv/u8-strconv-from-enc-tests: New file.
17629         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
17630
17631         * modules/uniconv/u32-conv-from-enc: New file.
17632         * lib/uniconv/u32-conv-from-enc.c: New file.
17633         * modules/uniconv/u32-conv-from-enc-tests: New file.
17634         * tests/uniconv/test-u32-conv-from-enc.c: New file.
17635
17636         * modules/uniconv/u16-conv-from-enc: New file.
17637         * lib/uniconv/u16-conv-from-enc.c: New file.
17638         * lib/uniconv/u-conv-from-enc.h: New file.
17639         * modules/uniconv/u16-conv-from-enc-tests: New file.
17640         * tests/uniconv/test-u16-conv-from-enc.c: New file.
17641
17642         * modules/uniconv/u8-conv-from-enc: New file.
17643         * lib/uniconv/u8-conv-from-enc.c: New file.
17644         * modules/uniconv/u8-conv-from-enc-tests: New file.
17645         * tests/uniconv/test-u8-conv-from-enc.c: New file.
17646
17647         * modules/uniconv/base: New file.
17648         * lib/uniconv.h: New file.
17649
17650 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17651
17652         * doc/gnulib-tool.texi (Initial import): Update to match current
17653         behavior with strdup module.
17654         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
17655         * lib/memmem.h: Remove; all uses removed.  This is now done
17656         by <string.h>.
17657         * lib/mempcpy.h: Likewise.
17658         * lib/memrchr.h: Likewise.
17659         * lib/stpcpy.h: Likewise.
17660         * lib/stpncpy.h: Likewise.
17661         * lib/strcase.h: Likewise.
17662         * lib/strchrnul.h: Likewise.
17663         * lib/strdup.h: Likewise.
17664         * lib/strndup.h: Likewise.
17665         * lib/strnlen.h: Likewise.
17666         * lib/strpbrk.h: Likewise.
17667         * lib/strsep.h: Likewise.
17668         * lib/strstr.h: Likewise.
17669         * lib/strtok_r.h: Likewise.
17670         * lib/string_.h: New file.
17671         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
17672         Rely on <string.h> instead.
17673         * lib/canon-host.c: Likewise.
17674         * lib/chdir-long.c: Likewise.
17675         * lib/concatpath.c: Likewise.
17676         * lib/exclude.c: Likewise.
17677         * lib/fchdir.c: Likewise.
17678         * lib/getaddrinfo.c: Likewise.
17679         * lib/getcwd.c: Likewise.
17680         * lib/getsubopt.c: Likewise.
17681         * lib/glob.c: Likewise.
17682         * lib/hard-locale.c: Likewise.
17683         * lib/iconvme.c: Likewise.
17684         * lib/javacomp.c: Likewise.
17685         * lib/mempcpy.c: Likewise.
17686         * lib/memrchr.c: Likewise.
17687         * lib/regex_internal.h: Likewise.
17688         * lib/stpncpy.c: Likewise.
17689         * lib/strcasecmp.c: Likewise.
17690         * lib/strchrnul.c: Likewise.
17691         * lib/strdup.c: Likewise.
17692         * lib/striconv.c: Likewise.
17693         * lib/striconveh.c: Likewise.
17694         * lib/striconveha.c: Likewise.
17695         * lib/strncasecmp.c: Likewise.
17696         * lib/strndup.c: Likewise.
17697         * lib/strnlen.c: Likewise.
17698         * lib/strsep.c: Likewise.
17699         * lib/strstr.c: Likewise.
17700         * lib/strtok_r.c: Likewise.
17701         * lib/userspec.c: Likewise.
17702         * lib/w32spawn.h: Likewise.
17703         * lib/xstrndup.c: Likewise.
17704         * lib/mountlist.c (strstr): Remove decl.
17705         * m4/string_h.m4: New file.
17706         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
17707         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
17708         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
17709         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
17710         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
17711         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
17712         Set REPLACE_STRCASECMP if necessary.
17713         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
17714         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
17715         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
17716         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
17717         HAVE_DECL_STRDUP if necessary.
17718         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
17719         since gl_FUNC_STRNDUP does that now.
17720         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
17721         Check for decl here...
17722         (gl_PREREQ_STRNLEN): ... not here.
17723         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
17724         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
17725         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
17726         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
17727         necessary.
17728         * modules/string: New file.
17729         * modules/memmem (Files): Remove special-purpose include file.
17730         (Depends-on): Add string.
17731         (Include): Include <string.h>, not the removed file.
17732         * modules/mempcpy: Likewise.
17733         * modules/memrchr: Likewise.
17734         * modules/stpcpy: Likewise.
17735         * modules/stpncpy: Likewise.
17736         * modules/strcase: Likewise.
17737         * modules/strchrnul: Likewise.
17738         * modules/strdup: Likewise.
17739         * modules/strndup: Likewise.
17740         * modules/strnlen: Likewise.
17741         * modules/strpbrk: Likewise.
17742         * modules/strsep: Likewise.
17743         * modules/strstr: Likewise.
17744         * modules/strtok_r: Likewise.
17745         * tests/test-dirname.c: Don't include "strdup.h", since
17746         <string.h> now suffices.
17747         * tests/test-memmem.c: Don't include "memmem.h", since
17748         <string.h> now suffices.
17749
17750 2007-01-25  Bruno Haible  <bruno@clisp.org>
17751
17752         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
17753         *resultp is 0.
17754
17755         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
17756         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
17757         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
17758         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
17759
17760         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
17761         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
17762         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
17763         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
17764         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
17765         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
17766
17767 2007-01-24  Bruno Haible  <bruno@clisp.org>
17768
17769         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
17770         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
17771         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
17772         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
17773         gl_FUNC_FTS_CORE.
17774         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
17775         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
17776         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
17777         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
17778         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
17779         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
17780         gl_FUNC_FCHOWNAT.
17781         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
17782         gl_FUNC_STRFTIME.
17783         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
17784         Reported by Ralf Wildenhues.
17785
17786 2007-01-24  Bruno Haible  <bruno@clisp.org>
17787
17788         Drop AC_REQUIRE calls that are redundant with the module dependencies.
17789         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
17790         gl_GETADDRINFO.
17791         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
17792         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
17793         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
17794
17795 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
17798         Don't use 'exit'; just return from 'main'.
17799         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
17800
17801         * lib/fnmatch_.h: Readjust white space and comments to match
17802         glibc, to avoid spurious diffs.
17803
17804 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17805
17806         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
17807         2004-12-01 change by Jakub Jelinek, since this code won't compile
17808         if !LIBC.  Problem reported by Bob Proulx.
17809
17810 2007-01-23  Bruno Haible  <bruno@clisp.org>
17811
17812         * lib/striconveh.c: Include c-strcaseeq.h.
17813         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
17814         * modules/striconveh (Depends-on): Add c-strcaseeq.
17815
17816 2007-01-23  Bruno Haible  <bruno@clisp.org>
17817
17818         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
17819
17820         * modules/c-strcaseeq: New file.
17821         * lib/c-strcaseeq.h: New file.
17822
17823         * modules/streq: New file.
17824         * lib/streq.h: New file.
17825
17826 2007-01-23  Bruno Haible  <bruno@clisp.org>
17827
17828         * modules/striconveha-tests: New file.
17829         * tests/test-striconveha.c: New file.
17830
17831         * lib/striconveha.h: Include <stdbool.h>.
17832         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
17833         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
17834         (mem_iconveha_notranslit): Renamed from mem_iconveha.
17835         (mem_iconveha): New function.
17836         (str_iconveha_notranslit): Renamed from str_iconveha.
17837         (str_iconveha): New function.
17838         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
17839         c-strcase.
17840
17841 2007-01-23  Bruno Haible  <bruno@clisp.org>
17842
17843         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
17844         encodings without forgiving before trying any encoding with handler.
17845         (str_iconveha): Try all encodings without forgiving before trying any
17846         encoding with handler.
17847
17848 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17849
17850         Import the following changes from libc.
17851
17852         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17853
17854         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
17855
17856         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17857
17858         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
17859         normal_bracket label.
17860
17861         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
17862
17863         [BZ #361]
17864         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
17865         to normal_bracket after fetching the next character.
17866
17867 2007-01-22  Bruno Haible  <bruno@clisp.org>
17868
17869         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
17870         argument.
17871         * lib/striconveh.c (iconv_carefully_1): New function.
17872         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
17873         argument.
17874         (str_cd_iconveh): Update.
17875         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
17876         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
17877         * tests/test-striconveh.c (MAGIC): New macro.
17878         (new_offsets): New function.
17879         (main): Test call with and without offsets.
17880
17881 2007-01-22  Bruno Haible  <bruno@clisp.org>
17882
17883         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
17884         * modules/sys_select (Makefile.am): Likewise.
17885         * modules/sys_socket (Makefile.am): Likewise.
17886         * modules/sys_time (Makefile.am): Likewise.
17887
17888 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17889
17890         * modules/gettimeofday (License): Change from GPL to LGPL, since
17891         gettimeofday is a library function.
17892
17893 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17894
17895         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
17896
17897 2007-01-21  Bruno Haible  <bruno@clisp.org>
17898
17899         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
17900
17901 2007-01-21  Bruno Haible  <bruno@clisp.org>
17902
17903         * modules/striconveha: New file.
17904         * lib/striconveha.h: New file.
17905         * lib/striconveha.c: New file.
17906         * MODULES.html.sh (Internationalization functions): Add striconveha.
17907         * lib/striconv.c (str_iconv): Optimize the case of an empty input
17908         string.
17909         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
17910
17911 2007-01-21  Bruno Haible  <bruno@clisp.org>
17912
17913         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
17914         * lib/striconveh.c (str_iconveh): Likewise.
17915
17916 2007-01-21  Bruno Haible  <bruno@clisp.org>
17917
17918         * lib/striconveh.h (mem_iconveh): New declaration.
17919         * lib/striconveh.c (mem_iconveh): New function.
17920         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
17921
17922 2007-01-21  Bruno Haible  <bruno@clisp.org>
17923
17924         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
17925
17926         * lib/striconveh.h (mem_cd_iconveh): Change specification.
17927         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
17928         original result buffer.
17929         (str_cd_iconveh): Update.
17930         * tests/test-striconveh.c (main): Update.
17931
17932         * lib/striconv.h (mem_cd_iconv): Change specification.
17933         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
17934         result buffer.
17935         (str_cd_iconv): Update.
17936         * tests/test-striconv.c (main): Update.
17937
17938 2007-01-21  Bruno Haible  <bruno@clisp.org>
17939
17940         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
17941
17942 2007-01-20  Jim Meyering  <jim@meyering.net>
17943
17944         * lib/userspec.c (parse_with_separator): If a user or group string
17945         starts with "+", skip the corresponding name-to-ID look-up, since
17946         such a look-up must fail: user and group names may not include "+".
17947
17948 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17949
17950         * lib/poll.c: Include sys/time.h and time.h unconditionally,
17951         since we now assume the sys_time module.
17952         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
17953         check for sys/time.h; no longer needed.
17954         * modules/poll (Depends-on): Depend on sys_time.
17955
17956 2007-01-18  Bruno Haible  <bruno@clisp.org>
17957
17958         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
17959         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
17960
17961         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
17962         gettimeofday.
17963
17964         * tests/test-gettimeofday.c: Include <time.h>.
17965         (dummy): Remove variable.
17966
17967         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
17968         gl_HEADER_SYS_TIME_H.
17969         (gl_HEADER_SYS_TIME_H): New macro.
17970
17971         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
17972         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17973         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
17974         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
17975         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17976         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
17977         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
17978         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17979         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
17980         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
17981         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17982
17983         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
17984         last change; it caused a compilation error when cross-compiling to
17985         Cygwin.
17986
17987 2007-01-18  Jim Meyering  <jim@meyering.net>
17988
17989         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
17990         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
17991         than the race-prone "test -d sys || mkdir sys".
17992         (configure.ac): Use AC_PROG_MKDIR_P.
17993         * modules/sys_select: Likewise.
17994         * modules/sys_socket: Likewise.
17995         * modules/sys_time: Likewise.
17996
17997 2007-01-18  Eric Blake  <ebb9@byu.net>
17998
17999         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
18000         replace gettimeofday.
18001         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
18002         name, to avoid infinite recursion.
18003
18004 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
18005
18006         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
18007         module sys_time.
18008         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
18009         assume timespec.h defines struct timeval.
18010         * lib/settime.c: Likewise.
18011         * lib/utimens.c: Likewise.
18012         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
18013         since we now assume the gettimeofday module.
18014         * lib/tempname.c (__gen_tempname): Likewise.
18015         * lib/gettimeofday.h: Remove.
18016         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
18017         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
18018         Include <time.h>, for 'time()'.
18019         (localtime_buffer_addr): Also use this workaround if
18020         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
18021         to simplify the uses.  All uses changed.
18022         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
18023         that #undef is inside {}, and 'const' follows type name consistently.
18024         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
18025         (gettimeofday): Do not use the maximum possible value for
18026         tv->tv_usec, since that might break usages other than ls.c.
18027         Instead, we'll leave ls.c alone.  This undoes today's patch
18028         by Bruno.  Add a compile-time warning for 1s-clock resolution;
18029         we've never observed the problem but might as well keep the
18030         canary.
18031         * lib/nanosleep.c: Include timespec.h first, for interface check.
18032         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
18033         now assume the sys_time module.
18034         * lib/tempname.c: Likewise.
18035         * lib/timespec.h: Likewise.
18036         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
18037         needed.
18038         * lib/strftime.c: Likewise.
18039         * lib/timespec.h: Likewise.
18040         * lib/posixtm.c: Include posixtm.h first, for interface check.
18041         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
18042         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
18043         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
18044         * lib/sys_time_.h: New file.
18045         * lib/timespec.h (struct timespec): Use long int, not long.
18046         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18047         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
18048         Remove obsolescent call to AC_HEADER_TIME.
18049         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
18050         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18051         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18052         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
18053         Likewise.
18054         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
18055         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
18056         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
18057         into the sys_time module.  Check for gettimeofday just once.
18058         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
18059         for gettimeofday signature to just check the signature.  Merely
18060         compile it, since linking doesn't test signature.  Improve test for
18061         whether gettimeofday.o is actually needed.
18062         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
18063         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
18064         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
18065         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18066         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
18067         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
18068         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
18069         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
18070         than worrying about sys/time.h.
18071         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18072         Don't bother worrying about TIME_WITH_SYS_TIME.
18073         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
18074         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
18075         * m4/sys_time_h.m4: New file.
18076         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
18077         Don't include sys/time.h.  Return from main rather than exiting.
18078         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
18079         all uses changed.
18080         * modules/gethrxtime (Depends-on): Add sys_time.
18081         * modules/gettime (Depends-on): Likewise.
18082         * modules/gettimeofday (Depends-on): Likewise.
18083         * modules/nanosleep (Depends-on): Likewise.
18084         * modules/settime (Depends-on): Likewise.
18085         * modules/tempname (Depends-on): Likewise.
18086         * modules/utimens (Depends-on): Likewise.
18087         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
18088         (Include:) Change back to <sys/time.h>.
18089         (Maintainer:) Add self.
18090         * modules/sys_time: New file.
18091         * modules/tempname (Depends-on): Add gettimeofday.
18092         * tests/test-gettimeofday.c: Include <sys/time.h>
18093         rather than gettimeofday.h.
18094
18095 2007-01-17  Bruno Haible  <bruno@clisp.org>
18096
18097         * gnulib-tool (func_get_license): Revert last patch. Instead, let
18098         the license default to GPL.
18099         (func_create_testdir): Don't complain if a module is LGPL and its
18100         tests module depends on GPLed modules.
18101
18102 2007-01-17  Bruno Haible  <bruno@clisp.org>
18103
18104         * lib/gettimeofday.c (gettimeofday): Add code for the case
18105         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
18106         maximum possible value for tv->tv_usec, rather than the minimum one.
18107
18108 2005-10-08  Martin Lambers  <marlam@marlam.de>
18109 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18110 2007-01-16  Bruno Haible  <bruno@clisp.org>
18111
18112         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
18113         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
18114         gl_FUNC_GETTIMEOFDAY.
18115         (Include): Add gettimeofday.h.
18116         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
18117         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
18118         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
18119         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
18120         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
18121         * lib/gettimeofday.h: New file.
18122         * lib/gettimeofday.c: Include <sys/timeb.h>.
18123         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
18124         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18125         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
18126         fall back on time().
18127
18128         * tests/test-gettimeofday.c: New file.
18129         * modules/gettimeofday-tests: New file.
18130
18131 2007-01-16  Eric Blake  <ebb9@byu.net>
18132
18133         * modules/fnmatch (Depends-on): Depend on wchar.
18134         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
18135         * m4/fnmatch.m4: Likewise.
18136         * modules/mbchar (Makefile.am): Assume <wchar.h>.
18137         * m4/mbchar.m4: Likewise.
18138         * modules/mbswidth (Depends-on): Depend on wchar.
18139         * lib/mbswidth.c: Assume <wchar.h>.
18140         * m4/mbswidth.m4: Likewise.
18141         * modules/quotearg (Depends-on): Depend on wchar.
18142         * lib/quotearg.c: Assume <wchar.h>.
18143         * m4/quotearg.m4: Likewise.
18144         * modules/regex (Depends-on): Depend on wchar.
18145         * lib/regex_internal.h: Assume <wchar.h>.
18146         * m4/regex.m4: Likewise.
18147         * modules/stdint (Depends-on): Depend on wchar.
18148         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
18149         * m4/stdint.m4: Likewise.
18150         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
18151         * modules/strftime (Depends-on): Depend on wchar.
18152         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
18153         * modules/strtol (Depends-on): Depend on wchar.
18154         * lib/strtol.c: Assume <wchar.h>.
18155         * modules/wcwidth (Depends-on): Depend on wchar.
18156         * lib/wcwidth.h: Assume <wchar.h>.
18157         * m4/wcwidth.m4: Likewise.
18158
18159 2007-01-16  Bruno Haible  <bruno@clisp.org>
18160
18161         * modules/csharpexec-script: New, created from...
18162         * modules/csharpexec: ... this.
18163
18164 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
18165
18166         * modules/javaexec-script: New, created from...
18167         * modules/javaexec: ... this.
18168
18169 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18170
18171         * modules/poll (Dependencies): Add sys_select.
18172
18173 2007-01-15  Jim Meyering  <jim@meyering.net>
18174
18175         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
18176         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
18177         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
18178         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
18179
18180 2007-01-15  Bruno Haible  <bruno@clisp.org>
18181
18182         * modules/striconveh: New file.
18183         * lib/striconveh.h: New file.
18184         * lib/striconveh.c: New file.
18185         * MODULES.html.sh (Internationalization functions): Add striconveh.
18186
18187         * modules/striconveh-tests: New file.
18188         * tests/test-striconveh.c: New file.
18189
18190 2007-01-15  Bruno Haible  <bruno@clisp.org>
18191
18192         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
18193         not from GNU libiconv or GNU libc.
18194
18195 2007-01-15  Bruno Haible  <bruno@clisp.org>
18196
18197         * doc/gnulib-intro.texi (Copyright): Explain the different license
18198         terms for module descriptions, autoconf macros, tests, documentation.
18199
18200 2007-01-14  Bruno Haible  <bruno@clisp.org>
18201
18202         * modules/striconv-tests: New file.
18203         * tests/test-striconv.c: New file.
18204
18205 2007-01-14  Bruno Haible  <bruno@clisp.org>
18206
18207         * modules/iconv-tests: New file.
18208         * tests/test-iconv.c: New file.
18209
18210 2007-01-14  Bruno Haible  <bruno@clisp.org>
18211
18212         * gnulib-tool (func_get_license): For test modules, use the license of
18213         the main module.
18214
18215 2007-01-14  Bruno Haible  <bruno@clisp.org>
18216
18217         * modules/iconv (Include): Clarify that <iconv.h> can only be included
18218         if iconv is found to exist.
18219
18220 2007-01-14  Bruno Haible  <bruno@clisp.org>
18221
18222         * modules/c-ctype-tests: New file.
18223         * tests/test-c-ctype.c: New file.
18224
18225 2007-01-14  Bruno Haible  <bruno@clisp.org>
18226
18227         * modules/binary-io-tests: New file.
18228         * tests/test-binary-io.sh: New file.
18229         * tests/test-binary-io.c: New file.
18230
18231 2007-01-14  Bruno Haible  <bruno@clisp.org>
18232
18233         * modules/array-oset-tests: New file.
18234         * tests/test-array_oset.c: New file.
18235
18236 2007-01-14  Bruno Haible  <bruno@clisp.org>
18237
18238         * modules/array-list-tests: New file.
18239         * tests/test-array_list.c: New file.
18240
18241 2007-01-14  Bruno Haible  <bruno@clisp.org>
18242
18243         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
18244         and make.
18245         Reported by Simon Josefsson in
18246         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
18247
18248 2007-01-14  Bruno Haible  <bruno@clisp.org>
18249
18250         * modules/allocsa-tests: New file.
18251         * tests/test-allocsa.c: New file.
18252
18253 2007-01-14  Bruno Haible  <bruno@clisp.org>
18254
18255         * modules/fchdir (Depends-on): Add absolute-header.
18256         * modules/unistd (Depends-on): Likewise.
18257
18258 2006-12-30  Bruno Haible  <bruno@clisp.org>
18259
18260         * modules/fchdir: New file.
18261         * modules/unistd (Files): Add lib/unistd_.h.
18262         (Makefile.am): Generate unistd.h from unistd_.h.
18263         * lib/fchdir.c: New file.
18264         * lib/dirent_.h: New file.
18265         * lib/unistd_.h: New file.
18266         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
18267         * m4/fchdir.m4: New file.
18268         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
18269         (gl_HEADER_UNISTD): Invoke it.
18270         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
18271         function.
18272         * lib/backupfile.c (opendir, closedir): Undefine.
18273         * lib/chown.c (open, close): Undefine.
18274         * lib/clean-temp.c (open, close): Undefine.
18275         * lib/copy-file.c (open, close): Undefine.
18276         * lib/execute.c (open, close): Undefine.
18277         * lib/fsusage.c (open, close): Undefine.
18278         * lib/gc-gnulib.c (open, close): Undefine.
18279         * lib/getcwd.c (opendir, closedir): Undefine.
18280         * lib/glob.c (opendir, closedir): Undefine.
18281         * lib/javacomp.c (open, close): Undefine.
18282         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
18283         * lib/openat-proc.c (open, close): Undefine.
18284         * lib/pagealign_alloc.c (open, close): Undefine.
18285         * lib/pipe.c (open, close): Undefine.
18286         * lib/progreloc.c (open, close): Undefine.
18287         * lib/savedir.c (opendir, closedir): Undefine.
18288         * lib/utime.c (open, close): Undefine.
18289         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
18290
18291 2007-01-10  Bruno Haible  <bruno@clisp.org>
18292
18293         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
18294
18295 2007-01-12  Eric Blake  <ebb9@byu.net>
18296
18297         Provide a robust <wchar.h>.  Further simplifications are now
18298         possible in other modules, but not included here.
18299         * modules/wchar: New module.
18300         * m4/wchar.m4: New file.
18301         * lib/wchar_.h: Likewise.
18302         * modules/mbchar (Depends-on): Depend on wchar, as the first use
18303         of the new module.
18304         * MODULES.html.sh (Extended multibyte and wide character utilities):
18305         New section.
18306
18307 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
18308
18309         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
18310         to a reasonable default for memory allocation.
18311         (xreadlink): Don't allocate a huge buffer, to work around a buggy
18312         file system that reports garbage st_size values for symlinks.
18313         Problem reported by Liyang Hu.
18314
18315 2007-01-11  Simon Josefsson  <simon@josefsson.org>
18316
18317         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
18318         Emacs .#* auto-save files).
18319
18320 2007-01-11  Bruno Haible  <bruno@clisp.org>
18321
18322         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
18323         directory.
18324
18325 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18326
18327         Use @...@ consistently in lib/wctype_.h.
18328         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
18329         on it being set to 1 or 0.
18330         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
18331         go back to AC_SUBSTing it.
18332         * modules/wctype (Makefile.am): Undo previous change.
18333
18334 2007-01-10  Eric Blake  <ebb9@byu.net>
18335
18336         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
18337         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
18338         * modules/wctype (Makefile.am): Likewise.
18339         Reported by Chris McGuire.
18340
18341 2007-01-10  Jim Meyering  <jim@meyering.net>
18342
18343         fts.c: a small readability/maintainability improvement
18344         * lib/fts.c (fts_read): Make this code slightly more readable and
18345         maintainable by hoisting the "sp->fts_cur = p" assignments to
18346         immediately follow the statements that set P.  Derived from
18347         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
18348
18349 2007-01-10  Eric Blake  <ebb9@byu.net>
18350
18351         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
18352         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
18353         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
18354         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18355         Reported by Chris McGuire.
18356
18357 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18358
18359         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
18360         in sed script.
18361
18362 2007-01-09  Bruno Haible  <bruno@clisp.org>
18363
18364         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
18365         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
18366         variables.
18367         (func_module): Use them.
18368
18369 2007-01-09  Bruno Haible  <bruno@clisp.org>
18370
18371         * modules/unistr/base: New file.
18372         * lib/unistr.h: New file.
18373
18374         * modules/unistr/u8-to-u16: New file.
18375         * lib/unistr/u8-to-u16.c: New file.
18376
18377         * modules/unistr/u8-to-u32: New file.
18378         * lib/unistr/u8-to-u32.c: New file.
18379
18380         * modules/unistr/u16-to-u8: New file.
18381         * lib/unistr/u16-to-u8.c: New file.
18382
18383         * modules/unistr/u16-to-u32: New file.
18384         * lib/unistr/u16-to-u32.c: New file.
18385
18386         * modules/unistr/u32-to-u8: New file.
18387         * lib/unistr/u32-to-u8.c: New file.
18388
18389         * modules/unistr/u32-to-u16: New file.
18390         * lib/unistr/u32-to-u16.c: New file.
18391
18392         * modules/unistr/u8-check: New file.
18393         * modules/unistr/u16-check: New file.
18394         * modules/unistr/u32-check: New file.
18395         * lib/unistr/u8-check.c: New file.
18396         * lib/unistr/u16-check.c: New file.
18397         * lib/unistr/u32-check.c: New file.
18398
18399         * modules/unistr/u8-chr: New file.
18400         * modules/unistr/u16-chr: New file.
18401         * modules/unistr/u32-chr: New file.
18402         * lib/unistr/u8-chr.c: New file.
18403         * lib/unistr/u16-chr.c: New file.
18404         * lib/unistr/u32-chr.c: New file.
18405
18406         * modules/unistr/u8-cmp: New file.
18407         * modules/unistr/u16-cmp: New file.
18408         * modules/unistr/u32-cmp: New file.
18409         * lib/unistr/u8-cmp.c: New file.
18410         * lib/unistr/u16-cmp.c: New file.
18411         * lib/unistr/u32-cmp.c: New file.
18412
18413         * modules/unistr/u8-cpy: New file.
18414         * modules/unistr/u16-cpy: New file.
18415         * modules/unistr/u32-cpy: New file.
18416         * lib/unistr/u8-cpy.c: New file.
18417         * lib/unistr/u16-cpy.c: New file.
18418         * lib/unistr/u32-cpy.c: New file.
18419         * lib/unistr/u-cpy.h: New file.
18420
18421         * modules/unistr/u8-cpy-alloc: New file.
18422         * modules/unistr/u16-cpy-alloc: New file.
18423         * modules/unistr/u32-cpy-alloc: New file.
18424         * lib/unistr/u8-cpy-alloc.c: New file.
18425         * lib/unistr/u16-cpy-alloc.c: New file.
18426         * lib/unistr/u32-cpy-alloc.c: New file.
18427         * lib/unistr/u-cpy-alloc.h: New file.
18428
18429         * modules/unistr/u8-endswith: New file.
18430         * modules/unistr/u16-endswith: New file.
18431         * modules/unistr/u32-endswith: New file.
18432         * lib/unistr/u8-endswith.c: New file.
18433         * lib/unistr/u16-endswith.c: New file.
18434         * lib/unistr/u32-endswith.c: New file.
18435         * lib/unistr/u-endswith.h: New file.
18436
18437         * modules/unistr/u8-mblen: New file.
18438         * modules/unistr/u16-mblen: New file.
18439         * modules/unistr/u32-mblen: New file.
18440         * lib/unistr/u8-mblen.c: New file.
18441         * lib/unistr/u16-mblen.c: New file.
18442         * lib/unistr/u32-mblen.c: New file.
18443
18444         * modules/unistr/u8-mbtouc: New file.
18445         * modules/unistr/u16-mbtouc: New file.
18446         * modules/unistr/u32-mbtouc: New file.
18447         * lib/unistr/u8-mbtouc.c: New file.
18448         * lib/unistr/u16-mbtouc.c: New file.
18449         * lib/unistr/u32-mbtouc.c: New file.
18450
18451         * modules/unistr/u8-mbtouc-safe: New file.
18452         * modules/unistr/u16-mbtouc-safe: New file.
18453         * modules/unistr/u32-mbtouc-safe: New file.
18454         * lib/unistr/u8-mbtouc-safe.c: New file.
18455         * lib/unistr/u16-mbtouc-safe.c: New file.
18456         * lib/unistr/u32-mbtouc-safe.c: New file.
18457
18458         * modules/unistr/u8-move: New file.
18459         * modules/unistr/u16-move: New file.
18460         * modules/unistr/u32-move: New file.
18461         * lib/unistr/u8-move.c: New file.
18462         * lib/unistr/u16-move.c: New file.
18463         * lib/unistr/u32-move.c: New file.
18464         * lib/unistr/u-move.h: New file.
18465
18466         * modules/unistr/u8-next: New file.
18467         * modules/unistr/u16-next: New file.
18468         * modules/unistr/u32-next: New file.
18469         * lib/unistr/u8-next.c: New file.
18470         * lib/unistr/u16-next.c: New file.
18471         * lib/unistr/u32-next.c: New file.
18472
18473         * modules/unistr/u8-prev: New file.
18474         * modules/unistr/u16-prev: New file.
18475         * modules/unistr/u32-prev: New file.
18476         * lib/unistr/u8-prev.c: New file.
18477         * lib/unistr/u16-prev.c: New file.
18478         * lib/unistr/u32-prev.c: New file.
18479
18480         * modules/unistr/u8-set: New file.
18481         * modules/unistr/u16-set: New file.
18482         * modules/unistr/u32-set: New file.
18483         * lib/unistr/u8-set.c: New file.
18484         * lib/unistr/u16-set.c: New file.
18485         * lib/unistr/u32-set.c: New file.
18486         * lib/unistr/u-set.h: New file.
18487
18488         * modules/unistr/u8-startswith: New file.
18489         * modules/unistr/u16-startswith: New file.
18490         * modules/unistr/u32-startswith: New file.
18491         * lib/unistr/u8-startswith.c: New file.
18492         * lib/unistr/u16-startswith.c: New file.
18493         * lib/unistr/u32-startswith.c: New file.
18494         * lib/unistr/u-startswith.h: New file.
18495
18496         * modules/unistr/u8-stpcpy: New file.
18497         * modules/unistr/u16-stpcpy: New file.
18498         * modules/unistr/u32-stpcpy: New file.
18499         * lib/unistr/u8-stpcpy.c: New file.
18500         * lib/unistr/u16-stpcpy.c: New file.
18501         * lib/unistr/u32-stpcpy.c: New file.
18502         * lib/unistr/u-stpcpy.h: New file.
18503
18504         * modules/unistr/u8-stpncpy: New file.
18505         * modules/unistr/u16-stpncpy: New file.
18506         * modules/unistr/u32-stpncpy: New file.
18507         * lib/unistr/u8-stpncpy.c: New file.
18508         * lib/unistr/u16-stpncpy.c: New file.
18509         * lib/unistr/u32-stpncpy.c: New file.
18510         * lib/unistr/u-stpncpy.h: New file.
18511
18512         * modules/unistr/u8-strcat: New file.
18513         * modules/unistr/u16-strcat: New file.
18514         * modules/unistr/u32-strcat: New file.
18515         * lib/unistr/u8-strcat.c: New file.
18516         * lib/unistr/u16-strcat.c: New file.
18517         * lib/unistr/u32-strcat.c: New file.
18518         * lib/unistr/u-strcat.h: New file.
18519
18520         * modules/unistr/u8-strchr: New file.
18521         * modules/unistr/u16-strchr: New file.
18522         * modules/unistr/u32-strchr: New file.
18523         * lib/unistr/u8-strchr.c: New file.
18524         * lib/unistr/u16-strchr.c: New file.
18525         * lib/unistr/u32-strchr.c: New file.
18526
18527         * modules/unistr/u8-strcmp: New file.
18528         * modules/unistr/u16-strcmp: New file.
18529         * modules/unistr/u32-strcmp: New file.
18530         * lib/unistr/u8-strcmp.c: New file.
18531         * lib/unistr/u16-strcmp.c: New file.
18532         * lib/unistr/u32-strcmp.c: New file.
18533
18534         * modules/unistr/u8-strcpy: New file.
18535         * modules/unistr/u16-strcpy: New file.
18536         * modules/unistr/u32-strcpy: New file.
18537         * lib/unistr/u8-strcpy.c: New file.
18538         * lib/unistr/u16-strcpy.c: New file.
18539         * lib/unistr/u32-strcpy.c: New file.
18540         * lib/unistr/u-strcpy.h: New file.
18541
18542         * modules/unistr/u8-strcspn: New file.
18543         * modules/unistr/u16-strcspn: New file.
18544         * modules/unistr/u32-strcspn: New file.
18545         * lib/unistr/u8-strcspn.c: New file.
18546         * lib/unistr/u16-strcspn.c: New file.
18547         * lib/unistr/u32-strcspn.c: New file.
18548         * lib/unistr/u-strcspn.h: New file.
18549
18550         * modules/unistr/u8-strdup: New file.
18551         * modules/unistr/u16-strdup: New file.
18552         * modules/unistr/u32-strdup: New file.
18553         * lib/unistr/u8-strdup.c: New file.
18554         * lib/unistr/u16-strdup.c: New file.
18555         * lib/unistr/u32-strdup.c: New file.
18556         * lib/unistr/u-strdup.h: New file.
18557
18558         * modules/unistr/u8-strlen: New file.
18559         * modules/unistr/u16-strlen: New file.
18560         * modules/unistr/u32-strlen: New file.
18561         * lib/unistr/u8-strlen.c: New file.
18562         * lib/unistr/u16-strlen.c: New file.
18563         * lib/unistr/u32-strlen.c: New file.
18564         * lib/unistr/u-strlen.h: New file.
18565
18566         * modules/unistr/u8-strmblen: New file.
18567         * modules/unistr/u16-strmblen: New file.
18568         * modules/unistr/u32-strmblen: New file.
18569         * lib/unistr/u8-strmblen.c: New file.
18570         * lib/unistr/u16-strmblen.c: New file.
18571         * lib/unistr/u32-strmblen.c: New file.
18572
18573         * modules/unistr/u8-strmbtouc: New file.
18574         * modules/unistr/u16-strmbtouc: New file.
18575         * modules/unistr/u32-strmbtouc: New file.
18576         * lib/unistr/u8-strmbtouc.c: New file.
18577         * lib/unistr/u16-strmbtouc.c: New file.
18578         * lib/unistr/u32-strmbtouc.c: New file.
18579
18580         * modules/unistr/u8-strncat: New file.
18581         * modules/unistr/u16-strncat: New file.
18582         * modules/unistr/u32-strncat: New file.
18583         * lib/unistr/u8-strncat.c: New file.
18584         * lib/unistr/u16-strncat.c: New file.
18585         * lib/unistr/u32-strncat.c: New file.
18586         * lib/unistr/u-strncat.h: New file.
18587
18588         * modules/unistr/u8-strncmp: New file.
18589         * modules/unistr/u16-strncmp: New file.
18590         * modules/unistr/u32-strncmp: New file.
18591         * lib/unistr/u8-strncmp.c: New file.
18592         * lib/unistr/u16-strncmp.c: New file.
18593         * lib/unistr/u32-strncmp.c: New file.
18594
18595         * modules/unistr/u8-strncpy: New file.
18596         * modules/unistr/u16-strncpy: New file.
18597         * modules/unistr/u32-strncpy: New file.
18598         * lib/unistr/u8-strncpy.c: New file.
18599         * lib/unistr/u16-strncpy.c: New file.
18600         * lib/unistr/u32-strncpy.c: New file.
18601         * lib/unistr/u-strncpy.h: New file.
18602
18603         * modules/unistr/u8-strnlen: New file.
18604         * modules/unistr/u16-strnlen: New file.
18605         * modules/unistr/u32-strnlen: New file.
18606         * lib/unistr/u8-strnlen.c: New file.
18607         * lib/unistr/u16-strnlen.c: New file.
18608         * lib/unistr/u32-strnlen.c: New file.
18609         * lib/unistr/u-strnlen.h: New file.
18610
18611         * modules/unistr/u8-strpbrk: New file.
18612         * modules/unistr/u16-strpbrk: New file.
18613         * modules/unistr/u32-strpbrk: New file.
18614         * lib/unistr/u8-strpbrk.c: New file.
18615         * lib/unistr/u16-strpbrk.c: New file.
18616         * lib/unistr/u32-strpbrk.c: New file.
18617         * lib/unistr/u-strpbrk.h: New file.
18618
18619         * modules/unistr/u8-strrchr: New file.
18620         * modules/unistr/u16-strrchr: New file.
18621         * modules/unistr/u32-strrchr: New file.
18622         * lib/unistr/u8-strrchr.c: New file.
18623         * lib/unistr/u16-strrchr.c: New file.
18624         * lib/unistr/u32-strrchr.c: New file.
18625
18626         * modules/unistr/u8-strspn: New file.
18627         * modules/unistr/u16-strspn: New file.
18628         * modules/unistr/u32-strspn: New file.
18629         * lib/unistr/u8-strspn.c: New file.
18630         * lib/unistr/u16-strspn.c: New file.
18631         * lib/unistr/u32-strspn.c: New file.
18632         * lib/unistr/u-strspn.h: New file.
18633
18634         * modules/unistr/u8-strstr: New file.
18635         * modules/unistr/u16-strstr: New file.
18636         * modules/unistr/u32-strstr: New file.
18637         * lib/unistr/u8-strstr.c: New file.
18638         * lib/unistr/u16-strstr.c: New file.
18639         * lib/unistr/u32-strstr.c: New file.
18640         * lib/unistr/u-strstr.h: New file.
18641
18642         * modules/unistr/u8-strtok: New file.
18643         * modules/unistr/u16-strtok: New file.
18644         * modules/unistr/u32-strtok: New file.
18645         * lib/unistr/u8-strtok.c: New file.
18646         * lib/unistr/u16-strtok.c: New file.
18647         * lib/unistr/u32-strtok.c: New file.
18648         * lib/unistr/u-strtok.h: New file.
18649
18650         * modules/unistr/u8-uctomb: New file.
18651         * modules/unistr/u16-uctomb: New file.
18652         * modules/unistr/u32-uctomb: New file.
18653         * lib/unistr/u8-uctomb.c: New file.
18654         * lib/unistr/u16-uctomb.c: New file.
18655         * lib/unistr/u32-uctomb.c: New file.
18656
18657         * MODULES.html.sh (Unicode string functions): Add the new modules.
18658
18659 2007-01-08  Bruno Haible  <bruno@clisp.org>
18660
18661         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
18662         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
18663         subdirectories.
18664
18665 2007-01-08  Karl Berry  <karl@gnu.org>
18666
18667         * doc/error.texi: mention that main() fns must set program_name
18668         when progname is used.
18669
18670 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
18671
18672         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
18673         WCTYPE_H is empty, for the benefit of builds from non-distclean
18674         directories.  Problem reported by Eric Blake in
18675         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
18676
18677 2007-01-08  Bruno Haible  <bruno@clisp.org>
18678
18679         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
18680         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
18681         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
18682         PROVIDE_CANONICALIZE_FILENAME_MODE.
18683         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
18684
18685 2007-01-08  Bruno Haible  <bruno@clisp.org>
18686
18687         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
18688         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
18689         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
18690         * lib/fts.c: Likewise.
18691         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
18692
18693 2006-12-25  Bruno Haible  <bruno@clisp.org>
18694
18695         * modules/utf8-ucs4-safe: New file.
18696         * lib/utf8-ucs4-safe.h: New file.
18697         * lib/unistr/utf8-ucs4-safe.c: New file.
18698
18699         * modules/utf16-ucs4-safe: New file.
18700         * lib/utf16-ucs4-safe.h: New file.
18701         * lib/unistr/utf16-ucs4-safe.c: New file.
18702
18703         * MODULES.html.sh (Unicode string functions): Add the new modules.
18704
18705 2007-01-08  Bruno Haible  <bruno@clisp.org>
18706
18707         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
18708         (Depends-on): Add unitypes.
18709         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18710         (u8_mbtouc_aux): Move out to separate file.
18711         (u8_mbtouc): Use ucs4_t, uint8_t types.
18712         * lib/unistr/utf8-ucs4.c: New file.
18713
18714         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
18715         (Depends-on): Add unitypes.
18716         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18717         (u16_mbtouc_aux): Move out to separate file.
18718         (u16_mbtouc): Use ucs4_t, uint16_t types.
18719         * lib/unistr/utf16-ucs4.c: New file.
18720
18721         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
18722         (Depends-on): Add unitypes.
18723         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
18724         (u8_uctomb_aux): Move out to separate file.
18725         (u8_uctomb): Use ucs4_t, uint8_t types.
18726         * lib/unistr/ucs4-utf8.c: New file.
18727
18728         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
18729         (Depends-on): Add unitypes.
18730         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
18731         (u16_uctomb_aux): Move out to separate file.
18732         (u16_uctomb): Use ucs4_t, uint16_t types.
18733         * lib/unistr/ucs4-utf16.c: New file.
18734
18735 2006-12-25  Bruno Haible  <bruno@clisp.org>
18736
18737         * modules/unitypes: New file.
18738         * lib/unitypes.h: New file.
18739         * MODULES.html.sh (func_all_modules): New section "Unicode string
18740         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
18741         this section. Add unitypes.
18742
18743 2007-01-08  Bruno Haible  <bruno@clisp.org>
18744
18745         Avoid variable names that conflict with those from libtool.
18746         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
18747         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
18748         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
18749         library_names_spec to acl_library_names_spec, hardcode_* to
18750         acl_hardcode_*.
18751         Reported by Ralf Wildenhues.
18752
18753 2007-01-08  Bruno Haible  <bruno@clisp.org>
18754
18755         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
18756         definition.
18757         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
18758         definition.
18759         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
18760         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
18761         definition.
18762         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
18763         definition.
18764         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
18765         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
18766         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
18767         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
18768         definition.
18769         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
18770         definition.
18771         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
18772         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
18773         GC_USE_<algorithm>.
18774         * lib/gc-libgcrypt.c: Likewise.
18775         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
18776         * modules/gc-arctwo (configure.ac): Likewise.
18777         * modules/gc-des (configure.ac): Likewise.
18778         * modules/gc-hmac-md5 (configure.ac): Likewise.
18779         * modules/gc-hmac-sha1 (configure.ac): Likewise.
18780         * modules/gc-md2 (configure.ac): Likewise.
18781         * modules/gc-md4 (configure.ac): Likewise.
18782         * modules/gc-md5 (configure.ac): Likewise.
18783         * modules/gc-random (configure.ac): Likewise.
18784         * modules/gc-rijndael (configure.ac): Likewise.
18785         * modules/gc-sha1 (configure.ac): Likewise.
18786
18787 2007-01-08  Bruno Haible  <bruno@clisp.org>
18788
18789         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
18790         macro definition.
18791         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
18792         definition.
18793         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
18794         definition.
18795         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
18796         * modules/fcntl-safer (configure.ac): Likewise.
18797         * modules/fopen-safer (configure.ac): Likewise.
18798         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
18799         GNULIB_FWRITEERROR macro definition.
18800
18801 2007-01-08  Bruno Haible  <bruno@clisp.org>
18802
18803         * m4/gnulib-common.m4: New file.
18804         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
18805         (func_get_filelist): Add m4/gnulib-common.m4.
18806
18807 2007-01-08  Bruno Haible  <bruno@clisp.org>
18808
18809         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
18810         command.
18811
18812 2007-01-08  Jim Meyering  <jim@meyering.net>
18813
18814         Use a more robust test for a "can't happen" condition.
18815         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
18816         narrowed the st_size value.  Presuming the "can't happen" condition
18817         is true, that narrowing could conceivably convert an invalid st_size
18818         value into a valid one.  Instead, use a change based on Matthew
18819         Woehlke's original patch.
18820
18821         Slight readability improvement: use an assert-like macro
18822         in place of literal "abort ()" uses.
18823         * lib/fts.c (fts_assert): Define.
18824         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
18825         Use this macro instead of a bare 'abort'.
18826
18827 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
18828
18829         Don't worry about using IRIX 5.3's wctype.h broken definitions;
18830         simply work around them.
18831         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
18832         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
18833         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
18834         declaring.
18835         Don't bother to define as macros, since the standard doesn't require it.
18836         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
18837         longer worry about IRIX 5.3.
18838         (HAVE_WCTYPE_CTMP_BUG): Remove.
18839
18840 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18841
18842         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
18843         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
18844         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18845         Problems reported by Georg Schwarz for IRIX 5.3.
18846
18847         * gnulib-tool (autoconf_minversion): Take the maximum version number
18848         found, not the minimum.  Problem reported by James Youngman.
18849
18850 2007-01-03  Karl Berry  <karl@gnu.org>
18851
18852         * doc/error.texi: new file, explaining interaction with progname.
18853         * doc/gnulib.texi: include it.  Update copyright.
18854
18855 2007-01-03  Simon Josefsson  <simon@josefsson.org>
18856
18857         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
18858         AC_CANONICAL_HOST, to improve autobuild outputs.
18859
18860 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
18861             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
18862
18863         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
18864         sockets, server sockets, and other file descriptors.  Count errors
18865         to compute the return value.  Reorder the code a bit to be easier
18866         to follow.  Don't set event bits that were not requested (except
18867         POLLERR and POLLHUP).
18868
18869 2007-01-01  Bruno Haible  <bruno@clisp.org>
18870
18871         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
18872
18873 2007-01-03  Jim Meyering  <jim@meyering.net>
18874
18875         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
18876
18877 2007-01-02  Bruno Haible  <bruno@clisp.org>
18878
18879         * modules/settime (Include): Require timespec.h.
18880         * modules/nanosleep (Include): Likewise.
18881
18882 2007-01-01  Bruno Haible  <bruno@clisp.org>
18883
18884         * gnulib-tool (func_emit_copyright_notice): Bump year.
18885         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
18886
18887 2007-01-01  Bruno Haible  <bruno@clisp.org>
18888
18889         Improve support for OpenBSD.
18890         * build-aux/config.rpath (libname_spec): Export.
18891         (library_names_spec): New variable. Export.
18892         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
18893         library_names_spec from the config.rpath output. Locate shared library
18894         through the name pattern in library_names_spec.
18895
18896 2007-01-01  Eric Blake  <ebb9@byu.net>
18897
18898         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
18899
18900 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
18901
18902         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
18903         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
18904         assume the C locale, and avoid an "eval" that could cause trouble.
18905         Problem with SORT reported by Bob Proulx.
18906
18907         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
18908         Define.  Trivial patch from Henning Nielsen Lund, originally
18909         sent to bug-grep@gnu.org today.
18910
18911 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
18912
18913         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
18914         struct stat.  Problem reported by Henning Nielsen Lund.
18915         * lib/acl.c: Include acl.h first, to check interface.  Don't
18916         bother to include sys/types.h and sys/stat.h again.
18917
18918 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18919
18920         Import the following change from libc; problem reported by
18921         Sven Verdoolaege.
18922
18923         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
18924
18925         [BZ #1373]
18926         * lib/argp.h: Remove __NTH for __argp_usage inline function.
18927
18928 2006-12-28  Jim Meyering  <jim@meyering.net>
18929
18930         * build-aux/announce-gen: Do not assume that the package
18931         builds any of tar.gz, tar.bz2, and .xdelta files.
18932         Suggestion from Simon Josefsson.
18933
18934 2006-12-28  Simon Josefsson  <simon@josefsson.org>
18935
18936         * modules/announce-gen: New file.
18937
18938 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
18939
18940         * lib/mbchar.h: Just include <wctype.h>; the wctype module
18941         handles its gotchas now.
18942         * lib/mbswidth.c: Likewise.
18943         * lib/wcwidth.h: Likewise.
18944         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
18945         and iswcntrl; the wctype module does this stuff now.
18946         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18947         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
18948         * modules/mbchar (Depends-on): Add wctype.
18949         * modules/mbswidth (Depends-on): Likewise.
18950         * modules/wcwidth (Depends-on): Likewise.
18951
18952 2006-12-27  Eric Blake  <ebb9@byu.net>
18953
18954         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
18955         module uses more than what <wctype.h> is required to provide.
18956
18957 2006-12-26  Eric Blake  <ebb9@byu.net>
18958
18959         * gnulib-tool (sed_extract_prog): Avoid space-tab.
18960
18961 2006-12-26  Eric Blake  <ebb9@byu.net>
18962
18963         * modules/absolute-header: New module.
18964         * modules/fcntl (Depends-on): Depend on it.
18965         * modules/inttypes (Depends-on): Likewise.
18966         * modules/stdint (Depends-on): Likewise.
18967         * modules/sys_stat (Depends-on): Likewise.
18968         * modules/wctype (Depends-on): Likewise.
18969         * MODULES.html.sh (Support for building libraries and
18970         executables): Document it.
18971
18972 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * gnulib-tool (SED): Remove, undoing previous change.
18975         The problem was that it broke coreutils on Solaris, because
18976         "sed --posix" leaked into a makefile.
18977         (sed): New alias, if 'alias' and GNU sed.
18978
18979 2006-12-24  Jim Meyering  <jim@meyering.net>
18980
18981         Work around an fchownat bug in glibc-2.4:
18982         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
18983         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
18984         in spite of the -P option.
18985         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
18986         New macros.
18987         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
18988         * modules/openat (Files): Add lib/fchownat.c.
18989         * lib/openat.c (fchownat): Don't define here.  Move to...
18990         * lib/fchownat.c: ...this new file.
18991
18992 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18993
18994         Fix bug reported by Bruno Haible in
18995         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
18996         where quotearg.c didn't compile on Mac OS X 10.2 because it
18997         lacks <wchar.h> and wint_t.
18998         * lib/wctype_.h (__wctype_wint_t): New type.
18999         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
19000         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
19001         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
19002         Arg is now of type __wctype_wint_t, not wint_t.
19003         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
19004         substitute HAVE_WINT_T.
19005         * modules/wctype (Files): Add m4/wint_t.m4.
19006         (wctype.h): Substitute HAVE_WINT_T.
19007
19008 2006-12-23  Bruno Haible  <bruno@clisp.org>
19009
19010         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
19011
19012 2006-12-23  Bruno Haible  <bruno@clisp.org>
19013
19014         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
19015         S_ISLNK.
19016         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
19017         mingw.
19018
19019 2006-12-22  Bruno Haible  <bruno@clisp.org>
19020
19021         * lib/copy-file.c: Include acl.h.
19022         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
19023         Close the file descriptors only after being done with copy_acl.
19024         * modules/copy-file (Depends-on): Add acl.
19025
19026 2006-12-22  Bruno Haible  <bruno@clisp.org>
19027
19028         * gnulib-tool (SED): New variable.
19029         Use $SED instead of sed everywhere.
19030
19031 2006-12-22  Bruno Haible  <bruno@clisp.org>
19032
19033         * modules/no-c++: New file.
19034         * m4/no-c++.m4: New file.
19035         * MODULES.html.sh (Support for building libraries and executables):
19036         Add no-c++.
19037
19038 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19039
19040         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19041         Include <limits.h>, and use its INT_MAX to rewrite the
19042         j loop so that it does not overflow 'int'.  Problem reported by
19043         Ralf Wildenhues in
19044         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
19045         Play it safe by shifting left by 1 rather than multiplying by 2,
19046         as GCC is less likely to optimize this away when the value
19047         is signed (when it assumes overflow leads to undefined behavior).
19048         Also, don't assume time_t uses two's complement.
19049
19050 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * MODULES.html.sh: New module wctype.
19053         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
19054         * lib/fnmatch.c: Don't bother to include <wchar.h> before
19055         <wctype.h>, since the new wctype module should fix this.
19056         * lib/quotearg.c: Include <wctype.h> unconditionally, since
19057         the wctype module should arrange for it.
19058         * lib/regex_internal.h: Likewise.
19059         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
19060         since the wctype module should handle this now.
19061         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
19062         * modules/fnmatch (Depends-on): Add wctype.
19063         * modules/quotearg (Depends-on): Likewise.
19064         * modules/regex (Depends-on): Likewise.
19065
19066 2006-12-19  Bruno Haible  <bruno@clisp.org>
19067
19068         * lib/strdup.h [C++]: Wrap definitions in extern "C".
19069         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
19070
19071 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19072
19073         * modules/savewd (Depends-on): Fix dependency on fcntl.
19074
19075 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
19078         conforms to C99, rather than relying on the user's environment
19079         setting of STDINT_H.
19080
19081 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19082         and Eric Blake  <ebb9@byu.net>
19083
19084         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
19085         This is more consistent with the other defines here.
19086         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
19087         Port to z/OS.  Problem reported by Paul Gilmartin.
19088         Change local vars to use gl_ prefix rather than ac_.
19089         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
19090         with other defines.
19091         * modules/double-slash-root: New module.
19092         * modules/dirname (Files): Remove m4/double-slash-root.m4.
19093         (Depends-on): Add double-slash-root.
19094         * MODULES.html.sh (File system functions): Mention new module.
19095
19096 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
19097
19098         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
19099         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
19100         This is for the benefit of gzip, which doesn't do i18n.
19101
19102 2006-12-12  Jim Meyering  <jim@meyering.net>
19103
19104         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
19105         Reported by Andreas Schwab <schwab@suse.de>.
19106
19107 2006-12-12  Bruno Haible  <bruno@clisp.org>
19108
19109         Merge these changes.
19110         2006-09-05  Bruno Haible  <bruno@clisp.org>
19111         * lib/iconvme.c (iconv_string): No need to save and restore errno when
19112         iconv_alloc succeeded.
19113         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
19114         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
19115         test for " && dest " at the end - dest is always != NULL there. Call
19116         iconv with 4xNULL arguments initially, to reset the state. Call iconv
19117         with 2xNULL arguments, also to flush the state storage. Handle the
19118         IRIX iconv behaviour. Realloc the final result, to throw away unused
19119         memory.
19120
19121 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
19122
19123         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
19124         and fchmodat unconditionally, since glibc 2.4 has them.
19125         Problem reported by Arkadiusz Miskiewicz.
19126
19127 2006-12-10  Bruno Haible  <bruno@clisp.org>
19128
19129         * gnulib-tool (func_import): Show the include files only for those
19130         modules that are copied and specified.
19131         Reported by Karl Berry.
19132
19133 2006-12-08  Jim Meyering  <jim@meyering.net>
19134
19135         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
19136         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
19137
19138         * build-aux/announce-gen: Add two new options, both optional:
19139         --bootstrap-tools=TOOL_LIST
19140               a comma-separated list of tools, e.g.,
19141               autoconf,automake,bison,gnulib
19142         --gnulib-snapshot-date=DATE
19143               if gnulib is in the bootstrap tool list,
19144               then report this as the snapshot date.
19145               If not specified, use the current date/time.
19146               If you specify a date here, be sure it's UTC.
19147
19148 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19149
19150         * tests/test-argp-2.sh: Fix test to match actual output.
19151         (func_compare): Fix sed script to be portable.
19152
19153 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
19154
19155         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
19156         workaround for this case.  It is not autoconfigured now; offhand
19157         it's hard to see how to autoconfigure it.
19158
19159 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
19160
19161         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
19162         a directory that is about to be chowned.  Such a directory's
19163         initial file permissions should permit the owner only and this
19164         should not be changed until after the chown, since the group and
19165         other bits would be incorrect if they granted permission before
19166         the chown.
19167
19168         Fix porting problem for iswctype reported by Georg Schwarz in:
19169         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
19170         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
19171         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
19172         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
19173         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19174
19175 2006-12-03  Jim Meyering  <jim@meyering.net>
19176
19177         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
19178         p->fts_statp may not yet be defined.
19179         (fts_read): Instead, set it in the caller, once p->fts_statp is
19180         sure to be defined, and corresponds to a top-level directory.
19181         This bug made du -x fail.  Here's the coreutils test case:
19182         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
19183         Reported by Mike Frysinger.
19184
19185 2006-12-01  Jim Meyering  <jim@meyering.net>
19186
19187         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
19188         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
19189         Reported by Simon Josefsson.
19190
19191 2006-11-30  Jim Meyering  <jim@meyering.net>
19192
19193         * m4/warning.m4: Use the all-permissive copyright notice
19194         recommended by RMS (rather than LGPL).
19195         * m4/vararrays.m4: Likewise.
19196         * m4/flexmember.m4: Likewise.
19197
19198 2006-11-29  Bruno Haible  <bruno@clisp.org>
19199
19200         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19201         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
19202         using +=.
19203         Reported by Simon Josefsson <simon@josefsson.org>.
19204
19205 2006-11-28  James Youngman <jay@gnu.org>
19206
19207         * README: Advise users that they might find the bug-gnulib@gnu.org
19208         and autotools-announce@gnu.org mailing lists useful.
19209
19210 2006-11-28  Bruno Haible  <bruno@clisp.org>
19211
19212         * m4/ptrdiff_max.m4: Remove file.
19213
19214 2006-11-21  Bruno Haible  <bruno@clisp.org>
19215
19216         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
19217         _AC_COMPUTE_INT.
19218         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19219         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
19220         _AC_COMPUTE_INT.
19221         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19222         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
19223         _AC_COMPUTE_INT.
19224         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19225
19226 2006-11-28  Jim Meyering  <jim@meyering.net>
19227
19228         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
19229         warning from "gcc -Wshadow" about shadowing the builtin.
19230
19231 2006-11-27  Bruno Haible  <bruno@clisp.org>
19232
19233         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
19234         _AC_COMPUTE_INT.
19235         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19236
19237 2006-11-27  Bruno Haible  <bruno@clisp.org>
19238             Paul Eggert  <eggert@cs.ucla.edu>
19239
19240         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
19241
19242 2006-11-26  Bruno Haible  <bruno@clisp.org>
19243
19244         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19245         noinst_LTLIBRARIES.
19246
19247 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19248             Bruno Haible  <bruno@clisp.org>
19249
19250         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
19251         if compiling with "gcc -ansi".
19252
19253 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19254
19255         Fix some incompatibilities with gcc -ansi -pedantic.
19256         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
19257         if compiling pedantically with GCC, unless it's C99 or later.
19258         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
19259         it mishandles gcc -ansi -pedantic as well.
19260         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
19261         if gcc -pedantic.
19262         * lib/regexec.c (check_node_accept_bytes): Don't use auto
19263         initializers for struct if -pedantic, unless it's C99 or later.
19264
19265 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
19266
19267         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
19268         Don't close an fd more than once. Identical atimes indicate
19269         success, not failure.
19270
19271 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
19272
19273         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
19274
19275 2006-11-23  Jim Meyering  <jim@meyering.net>
19276
19277         * build-aux/announce-gen: New file.  From coreutils.
19278
19279 2006-11-22  Jim Meyering  <jim@meyering.net>
19280
19281         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
19282         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
19283         (fts_read): Use a temporary to narrow the overused st_size member
19284         before using it in a switch statement.  Reported by Matthew Woehlke.
19285
19286         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
19287         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
19288
19289 2006-11-20  Bruno Haible  <bruno@clisp.org>
19290
19291         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
19292         changequote instead of pairs of brackets.
19293         Reported by Andreas Schwab <schwab@suse.de>.
19294
19295 2006-11-21  Jim Meyering  <jim@meyering.net>
19296
19297         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
19298         so as to remain compatible with older compilers.
19299         Patch from Michael Deutschmann.
19300
19301 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19302
19303         * MODULES.html.sh (File system functions): Add openat.
19304
19305         * lib/openat.h (rpl_fstatat): New macro, if
19306         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
19307         (fstatat): Define to rpl_fstatat under the same conditions,
19308         unless COMPILING_FSTATAT.
19309         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
19310         seems to have the bug.
19311         * lib/fstatat.c: New file.
19312         * modules/openat (Files): Add it.
19313
19314 2006-11-20  Bruno Haible  <bruno@clisp.org>
19315
19316         * Makefile: New file.
19317
19318 2006-11-20  Jim Meyering  <jim@meyering.net>
19319
19320         The beginnings of syntax-related checks for gnulib.
19321         * lib/Makefile: New file.
19322         * lib/t-idcache: New script.  Ensure that the two halves of
19323         idcache.c stay in sync.
19324
19325         * lib/idcache.c: Adjust comments in user- and group- portions to
19326         be more accurate, and to be consistent with one another.
19327
19328 2006-11-20  Jim Meyering  <jim@meyering.net>
19329
19330         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
19331         continue using the flexible array member (thus, this module performs
19332         half as many malloc calls), with the addition that...
19333         (getgroup, getuser): Consistently record a non-match via an empty
19334         "name" string, and map an empty string match to a NULL return value.
19335         * modules/idcache (Depends-on): Re-add flexmember.
19336
19337         * lib/idcache.c (getuser): Remove all uses of the register keyword.
19338         (getuidbyname, getgroup, getgidbyname): Likewise.
19339
19340         Use cleaner syntax: NULL rather than 0.
19341         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
19342
19343 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19344
19345         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
19346         It mishandled the case where the group was missing.
19347         Problem reported by Greg Schafer.
19348         * modules/idcache: Likewise.
19349
19350 2006-11-18  Jim Meyering  <jim@meyering.net>
19351
19352         * check-module (%exempt_header): Add exception for some
19353         conditionally-included headers.
19354
19355         * modules/i-ring (Depends-on): Add verify.
19356         (License): Change to LGPL.
19357
19358 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19359
19360         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
19361         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
19362         and inttostr.h.  Use snprintf rather than uinttostr, so that
19363         LGPLed code doesn't depend on GPLed.
19364
19365 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19366
19367         * modules/inline (License): Change from GPL to LGPL.
19368
19369 2006-11-17  Jim Meyering  <jim@meyering.net>
19370
19371         * modules/d-type (License): Switch to LGPL.
19372
19373 2006-11-15  Bruno Haible  <bruno@clisp.org>
19374
19375         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
19376
19377 2006-11-15  Eric Blake  <ebb9@byu.net>
19378
19379         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
19380         the module dependency.
19381
19382 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19383             Bruno Haible  <bruno@clisp.org>
19384
19385         * gnulib-tool (func_create_testdir): Add license consistency check.
19386
19387 2006-11-15  Eric Blake  <ebb9@byu.net>
19388
19389         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
19390         random "(cached)" in configure output.
19391
19392 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19393
19394         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
19395         test for conforming inttypes.h is both announced and cached.
19396
19397         * MODULES.html.sh (seen_modules, seen_files): New variables.
19398         (func_module): Rewrite to use a few less gnulib-tool and sed
19399         invocations.  Avoid a couple of quadratic algorithms for ...
19400         (missed_modules, missed_files): ... these, with ...
19401         (func_append, func_tmpdir): ... these new functions, from
19402         gnulib-tool.  Analogously, install traps for cleanup.
19403
19404         * tests/test-gc.c (main): Remove unused variables.
19405         * tests/test-read-file.c: Include stdlib.h, for 'free'.
19406
19407 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
19408
19409         * modules/inttostr (License): Change to LGPL.
19410
19411 2006-11-14  Eric Blake  <ebb9@byu.net>
19412
19413         * modules/tempname (License): Change to LGPL.
19414
19415 2006-11-14  Eric Blake  <ebb9@byu.net>
19416
19417         * doc/functions.texi (Function Portability): *printf functions on
19418         Cygwin now understand all POSIX size specifiers.
19419
19420 2006-11-14  Bruno Haible  <bruno@clisp.org>
19421
19422         * modules/c-ctype (License): Change to LGPL.
19423
19424 2006-11-12  Bruno Haible  <bruno@clisp.org>
19425
19426         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
19427         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
19428         for GNOME libraries, for which the include files are installed in
19429         subdirectories of $prefix/include.
19430
19431 2006-11-12  Bruno Haible  <bruno@clisp.org>
19432
19433         * m4/lib-link.m4: Require at least autoconf-2.54.
19434         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
19435         name to underscores for the --with option.
19436
19437 2006-11-13  Bruno Haible  <bruno@clisp.org>
19438
19439         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
19440         the tests directory.
19441         Reported by Ralf Wildenhues.
19442
19443 2006-11-13  Bruno Haible  <bruno@clisp.org>
19444
19445         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
19446         (func_emit_initmacro_end): Undo the override here.
19447         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
19448         Works around the famous automake error in coreutils.
19449
19450 2006-11-13  Eric Blake  <ebb9@byu.net>
19451
19452         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
19453         element, not its node.
19454
19455 2006-11-12  Bruno Haible  <bruno@clisp.org>
19456
19457         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
19458         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
19459
19460 2006-11-12  Bruno Haible  <bruno@clisp.org>
19461
19462         * gnulib-tool: New option --local-symlink.
19463         (func_usage): Document it.
19464         (lsymbolic): New variable.
19465         (func_import, func_create_testdir): If --symlink was not specified,
19466         test whether --local-symlink was specified and the file comes from
19467         the local_gnulib_dir.
19468
19469 2006-11-12  Bruno Haible  <bruno@clisp.org>
19470
19471         * gnulib-tool (func_ln): New function.
19472         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
19473
19474 2006-11-12  Bruno Haible  <bruno@clisp.org>
19475
19476         Finish support for source files in subdirectories.
19477         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
19478         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
19479         AUTOMAKE_OPTIONS.
19480         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
19481
19482 2006-11-12  Bruno Haible  <bruno@clisp.org>
19483
19484         * gnulib-tool (func_get_automake_snippet): Synthesize also an
19485         EXTRA_lib_SOURCES augmentation.
19486         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
19487
19488 2006-11-12  Jim Meyering  <jim@meyering.net>
19489
19490         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
19491         file descriptors.  This also averts a failure on systems with
19492         native openat support when a traversed directory lacks "x" access.
19493         * lib/fts_.h: Include "i-ring.h"
19494         (struct FTS) [fts_fd_ring]: New member.
19495         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
19496         (FCHDIR): Add parentheses.
19497         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
19498         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
19499         When descending, rather than simply closing the previous
19500         fts_cwd_fd value, push that file descriptor onto the ring.
19501         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
19502         (fts_open): Initialize the new fd_ring member.
19503         (fts_close): Clear the ring.
19504         (fts_safe_changedir): When possible, use our new fd_ring to skip
19505         the diropen and fstat and dev/ino comparison that would normally
19506         accompany a virtual `chdir ("..")'.
19507
19508         * modules/fts (Depends-on): Add i-ring.
19509         * modules/i-ring: New module.
19510         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
19511         * m4/i-ring.m4: New file.
19512
19513 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19514
19515         * gnulib-tool (func_create_testdir): Fix replacement of
19516         `build-aux' in configure.ac.  Run autotools in gltests
19517         subdirectory.
19518         (func_create_testdir, func_create_megatestdir, test): There is
19519         no need for '--force' in most autotool invocations in a new
19520         tree.  Actually fail the whole test if any of the tools, or the
19521         configure or make stages fail.
19522
19523         Sync from Automake.
19524         * build-aux/gnupload: Revert last change.  Add pointer to upload
19525         instructions of the GNU Maintenance Instructions.
19526         Suggestion by Karl Berry.
19527
19528 2006-11-10  Jim Meyering  <jim@meyering.net>
19529
19530         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
19531
19532 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19533
19534         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
19535         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
19536         (bind_textdomain_codeset) [! ENABLE_NLS]:
19537         Evaluate all the arguments.  That way, callers get compatible behavior
19538         if the arguments have side effects.  Also, it avoids some GCC
19539         diagnostics in some cases; Joel E. Denny reported problems when Bison
19540         was configured with --enable-gcc-warnigs.
19541
19542 2006-11-10  Jim Meyering  <jim@meyering.net>
19543
19544         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
19545         relevant options in CFLAGS (like -O, -fno-inline) are taken into
19546         account.
19547
19548 2006-11-10  Jim Meyering  <jim@meyering.net>
19549
19550         * modules/inline: New file/module.
19551         * modules/xalloc (Files): Remove m4/inline.m4.
19552         (Depends-on): Add inline, instead.
19553         * modules/oset: Likewise.
19554         * modules/list: Likewise.
19555
19556 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19557
19558         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
19559         Problem reported by Matthew Woehlke.
19560
19561 2006-11-09  Bruno Haible  <bruno@clisp.org>
19562
19563         * lib/tempname.c (gen_tempname): Remove variant that invokes
19564         __gen_tempname.
19565         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
19566         __gen_tempname.
19567
19568 2006-11-08  Bruno Haible  <bruno@clisp.org>
19569
19570         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
19571         to 'yes' instead of 'cross-compiling'.
19572
19573 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
19574
19575         * lib/quotearg.h (quotearg_free): New decl.
19576         * lib/quotearg.c (quotearg_free): New function.
19577         (slot0, nslots, slotvec0, slotvec):
19578         Now file-scope so that quotearg_free can get at them.
19579
19580 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19581
19582         Sync from Automake.
19583         * build-aux/gnupload: Add missing 'gnu' to example URL.
19584         Report by Karl Berry.
19585
19586 2006-11-08  Bruno Haible  <bruno@clisp.org>
19587
19588         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
19589         Suggested by Paul Eggert.
19590
19591 2006-11-08  Jim Meyering  <jim@meyering.net>
19592
19593         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
19594         It's already included if !_LIBC.
19595         (fts_safe_changedir): Add a comment.
19596
19597 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19598
19599         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
19600         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
19601         Matthew Woehlke.
19602
19603         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
19604         definitions up, to avoid colliding with change below.
19605         (static_inline) [HAVE_INLINE]: New macro.
19606         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
19607         Provide extern decls when !HAVE_INLINE.  Do not define unless
19608         static_inline is defined, either by us or by xmalloc.c.  Use
19609         static_inline rather than static inline.
19610         (XCALLOC): Optimize sizeof(T) = 1 case.
19611         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
19612
19613 2006-11-07  Bruno Haible  <bruno@clisp.org>
19614
19615         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
19616         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
19617         AC_C_INLINE.
19618         * modules/xalloc (Files): Add m4/inline.m4.
19619
19620 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19621
19622         * README: Fix typo.
19623         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
19624         (Miscellanous Notes): ...from this.
19625
19626 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19627
19628         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
19629         Mention that offsetof should be used instead of sizeof.
19630         From Bruno Haible.
19631
19632 2006-11-07  Bruno Haible  <bruno@clisp.org>
19633
19634         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
19635
19636 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19639         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
19640         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19641         (gl_tree_add_before, gl_tree_add_after):
19642         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
19643         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
19644         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
19645         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
19646         (gl_linked_add_after, gl_linked_add_at): Likewise.
19647         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
19648         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19649         (gl_tree_add_before, gl_tree_add_after): Likewise.
19650         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
19651         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
19652         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
19653
19654 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19655
19656         * lib/gl_oset.h: Use C comment style, not C++ comment style.
19657
19658 2006-11-06  Bruno Haible  <bruno@clisp.org>
19659
19660         * m4/inline.m4: New file.
19661         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
19662         * modules/list (Files): Add m4/inline.m4.
19663         * modules/oset (Files): Likewise.
19664
19665 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19666
19667         * lib/idcache.c: Include <stddef.h>, for offsetof.
19668         (struct userid.name): Change from char * to a flexible array member.
19669         All uses changed.
19670         * modules/idcache (Depends-on): Add flexmember.
19671
19672         * MODULES.html.sh (Core language properties): New module flexmember.
19673         * modules/flexmember, m4/flexmember.m4: New files.
19674
19675         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
19676         inline functions that are identical with the old xnmalloc_inline,
19677         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
19678         that we can avoid some unnecessary integer multiplications and
19679         divisions in the common case where the element size is known at
19680         compile time.
19681         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
19682         needed.
19683         (xnboundedmalloc): Remove.
19684         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
19685         arguments, for consistency with rest of this header.
19686         (xcharalloc): Rewrite using XNMALLOC.
19687         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
19688         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
19689         versions have been moved to lib/xalloc.h and renamed to be the
19690         non-*_inline versions.
19691         (xmalloc, xrealloc): Implement without reference to the xnmalloc
19692         and xnrealloc functions, since those functions are now inline and
19693         now call us.
19694         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
19695         renaming described above.
19696         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
19697         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
19698         captures the dependency in AC_C_INLINE.
19699
19700         New module canonicalize-lgpl, proposed by Charles Wilson in
19701         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
19702         with a few small changes afterwards.
19703         * MODULES.html.sh (File system functions): New module
19704         canonicalize-lgpl.
19705         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
19706         and canonicalize_file_name.
19707         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
19708         * modules/canonicalize-lgpl: New files.
19709
19710 2006-11-05  Bruno Haible  <bruno@clisp.org>
19711
19712         * gnulib-tool (func_import, func_create_testdir): Create directories
19713         also for files in subdirectories of lib/.
19714
19715 2006-11-05  Bruno Haible  <bruno@clisp.org>
19716
19717         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
19718         ANSI C compliant.
19719
19720 2006-11-03  Bruno Haible  <bruno@clisp.org>
19721
19722         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19723         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
19724         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
19725         (xnboundedmalloc): New inline function.
19726         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
19727         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
19728         xmalloc.
19729         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
19730         xmalloc.
19731         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
19732         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
19733         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
19734         xmalloc.
19735         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19736         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
19737         xmalloc.
19738         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
19739         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19740         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
19741         xmalloc.
19742         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19743         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
19744         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19745         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
19746         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
19747         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
19748         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
19749
19750 2006-11-03  Bruno Haible  <bruno@clisp.org>
19751
19752         * lib/c-ctype.h [C++]: Define functions without name mangling.
19753         * lib/fwriteerror.h [C++]: Likewise.
19754         * lib/gcd.h [C++]: Likewise.
19755         * lib/linebreak.h [C++]: Likewise.
19756
19757 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
19760         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
19761         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
19762         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19763         Check for functions and headers just once.
19764         Check for declaration of canonicalize_file_name.
19765         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
19766
19767 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19768
19769         * gnulib-tool (func_import): Fix typo in actioncmd.
19770
19771 2006-11-02  Bruno Haible  <bruno@clisp.org>
19772
19773         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
19774         newline sequence in the Makefile.am snippet as a space, like "make"
19775         does.
19776         Reported by Roger Persson <perrog@gmail.com>.
19777
19778 2006-11-01  Bruno Haible  <bruno@clisp.org>
19779
19780         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
19781         already declared in <string.h>.
19782         * lib/strcase.h (strncasecmp): Don't declare it if yes.
19783
19784 2006-11-01  Bruno Haible  <bruno@clisp.org>
19785
19786         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
19787         * lib/strcase.h: Include <string.h>.
19788         (strcasecmp): Define to rpl_strcasecmp here.
19789
19790 2006-11-01  Bruno Haible  <bruno@clisp.org>
19791
19792         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
19793
19794 2006-11-01  Eric Blake  <ebb9@byu.net>
19795
19796         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
19797
19798         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
19799
19800 2006-10-29  Bruno Haible  <bruno@clisp.org>
19801
19802         Make it compile in C++ mode.
19803         * lib/full-write.c (full_rw): Add a cast.
19804
19805 2006-11-01  Bruno Haible  <bruno@clisp.org>
19806
19807         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
19808         be POSIX compliant.
19809         Reported by Roger Persson <perrog@gmail.com>.
19810
19811 2006-11-01  Eric Blake  <ebb9@byu.net>
19812
19813         * lib/getopt_.h: Fix comments.
19814
19815 2006-10-31  Eric Blake  <ebb9@byu.net>
19816
19817         * modules/tmpdir (Depends-on): Add sys_stat.
19818         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
19819         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
19820         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
19821         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
19822         tempname.
19823
19824 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
19825
19826         Avoid some C++ diagnostics reported by Bruno Haible.
19827         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
19828         xmalloc.
19829         (quotearg_alloc): Use xcharalloc rather than xmalloc.
19830         (struct slotvec): Move to top level.
19831         (quotearg_n_options): Rewrite to avoid xmalloc.
19832         * lib/xalloc.h (xcharalloc): New function.
19833         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
19834         [defined __cplusplus]: Add function template that provides result
19835         type propagation.  This part of the change is from Bruno Haible.
19836
19837 2006-10-29  Bruno Haible  <bruno@clisp.org>
19838
19839         Make it compile in C++ mode.
19840         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
19841         * lib/strnlen1.c (strnlen1): Cast memchr result.
19842         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
19843         * lib/clean-temp.c (string_equals, string_hash): Add casts.
19844         (create_temp_dir): Rename local variable 'template'.
19845         (compile_csharp_using_sscli): Add cast.
19846         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
19847         * lib/findprog.c (find_in_path): Likewise.
19848         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
19849         * lib/wait-process.c (register_slave_subprocess): Likewise.
19850
19851 2006-10-22  Bruno Haible  <bruno@clisp.org>
19852
19853         * modules/tsearch: New file.
19854         * lib/tsearch.h: New file.
19855         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
19856         * m4/tsearch.m4: New file.
19857         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
19858
19859 2006-10-29  Eric Blake  <ebb9@byu.net>
19860
19861         * lib/arcfour.c: Assume config.h.
19862         * lib/arctwo.c: Likewise.
19863         * lib/base64.c: Likewise.
19864         * lib/check-version.c: Likewise.
19865         * lib/crc.c: Likewise.
19866         * lib/des.c: Likewise.
19867         * lib/gc-gnulib.c: Likewise.
19868         * lib/gc-libgcrypt.c: Likewise.
19869         * lib/gc-pbkdf2-sha1.c: Likewise.
19870         * lib/getaddrinfo.c: Likewise.
19871         * lib/getdelim.c: Likewise.
19872         * lib/getline.c: Likewise.
19873         * lib/hmac-md5.c: Likewise.
19874         * lib/hmac-sha1.c: Likewise.
19875         * lib/iconvme.c: Likewise.
19876         * lib/md2.c: Likewise.
19877         * lib/md4.c: Likewise.
19878         * lib/memxor.c: Likewise.
19879         * lib/read-file.c: Likewise.
19880         * lib/readline.c: Likewise.
19881         * lib/rijndael-alg-fst.c: Likewise.
19882         * lib/rijndael-api-fst.c: Likewise.
19883         * lib/xgetdomainname.c: Likewise.
19884
19885 2006-10-28  Eric Blake  <ebb9@byu.net>
19886
19887         * lib/xstrndup.c: Assume config.h.
19888
19889 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
19890
19891         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
19892         stat-macros.h is now for our own macros, whereas stat_h is for
19893         macros in the <sys/stat.h> name space.
19894         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
19895         (STAT_MACROS_H): Remove.
19896         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
19897         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
19898         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
19899         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
19900         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
19901         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
19902         Move these macros to ...
19903         * lib/stat_.h: here.  Don't include stat-macros.h.
19904         * lib/canonicalize.c: Don't include stat-macros.h.
19905         * lib/chown.c: Likewise.
19906         * lib/euidaccess.c: Likewise.
19907         * lib/file-type.c: Likewise.
19908         * lib/filemode.c: Likewise.
19909         * lib/glob.c: Likewise.
19910         * lib/isapipe.c: Likewise.
19911         * lib/lchown.c: Likewise.
19912         * lib/lstat.c: Likewise.
19913         * lib/mkdir-p.c: Likewise.
19914         * lib/rmdir.c: Likewise.
19915         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
19916         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
19917         unless mkdir isn't declared, to speed up 'configure'.
19918         Always create sys/stat.h, since it's unlikely any real sys/stat.h
19919         would define all the S_* symbols.
19920         * modules/canonicalize (Depends-on):
19921         Depend on sys_stat, not stat-macros.
19922         * modules/chown: Likewise.
19923         * modules/euidaccess: Likewise.
19924         * modules/filemode: Likewise.
19925         * modules/file-type: Likewise.
19926         * modules/glob: Likewise.
19927         * modules/isapipe: Likewise.
19928         * modules/lchown: Likewise.
19929         * modules/lstat: Likewise.
19930         * modules/mkancesdirs: Likewise.
19931         * modules/rmdir: Likewise.
19932         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
19933         * modules/modechange: Likewise.
19934         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
19935         (configure.ac): Remove gl_STAT_MACROS.
19936         * modules/sys_stat (Depends-on): Remove stat-macros.
19937
19938 2006-10-27  Bruno Haible  <bruno@clisp.org>
19939
19940         * m4/signed.m4: Remove file.
19941         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
19942         invocation.
19943         * modules/vasnprintf (Files): Remove m4/signed.m4.
19944
19945 2006-10-27  Bruno Haible  <bruno@clisp.org>
19946
19947         Update to GNU gettext 0.16.
19948         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
19949         m4/inttypes-h.m4, m4/signed.m4.
19950         * m4/gettext.m4: Update to GNU gettext 0.16.
19951         * m4/intl.m4: New file, from GNU gettext.
19952         * m4/intldir.m4: New file, from GNU gettext.
19953         * config/srclist.txt: Update
19954
19955 2006-10-27  Eric Blake  <ebb9@byu.net>
19956
19957         * MODULES.html.sh: Document tempname.
19958         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
19959         dependencies.
19960         (Files): Move lib/tempname.c...
19961         * modules/tempname: ...to this new module.
19962         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
19963         (gl_PREREQ_TEMPNAME): Move...
19964         * m4/tempname.m4: ...to this new file.
19965         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
19966         * modules/sys_stat (Depends-on): Add stat-macros.
19967         * lib/stat_.h (includes): Pick up stat macros.
19968         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
19969         if stat macros are broken.
19970         * lib/tempname.c (includes): No need to include "stat-macros.h".
19971         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
19972         (direxists, __path_search) [!_LIBC]: Don't compile these in
19973         gnulib; the tmpdir module covers that.
19974         * lib/tempname.h: New file.
19975
19976 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
19977
19978         * COPYING: Explain how gnulib-tool converts licence headers.
19979         Almost all wording by Eric Blake.
19980
19981 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
19982
19983         * lib/mbchar.h (is_basic_table): Make read-only.
19984         * lib/mbchar.c (is_basic_table): Likewise.
19985         Reported by John Darrington.
19986
19987 2006-10-25  Bruno Haible  <bruno@clisp.org>
19988
19989         * lib/progname.h (set_program_name): Undefine before defining.
19990
19991 2006-10-25  Bruno Haible  <bruno@clisp.org>
19992
19993         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
19994         false for non-gcc C++ compilers.
19995         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
19996
19997 2006-10-24  Bruno Haible  <bruno@clisp.org>
19998
19999         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
20000         iconv implementations like Irix iconv.
20001
20002 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20003
20004         * modules/vararrays: New file.
20005         * m4/vararrays.m4: New file, taken from diffutils.
20006         * MODULES.html.sh: New module vararrays.
20007
20008 2006-10-24  Karl Berry  <karl@gnu.org>
20009
20010         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
20011         Don't call GNU Unix.
20012
20013 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20014
20015         * users.txt: Add Libtool.
20016
20017         Sync from Libtool:
20018
20019         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20020
20021         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
20022         to gnulib's policy of including config.h unconditionally.
20023
20024 2006-10-24  Bruno Haible  <bruno@clisp.org>
20025
20026         * modules/wcwidth (Files): Add m4/wint_t.m4.
20027         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
20028         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
20029
20030 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20031
20032         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
20033         to pacify GCC with some -W flags enabled.  Problem reported by
20034         Bruno Haible.
20035
20036 2006-10-24  Jim Meyering  <jim@meyering.net>
20037
20038         * MODULES.html.sh: Remove uinttostr.  It's not a module.
20039         Reported by Karl Berry.
20040
20041 2006-10-23  Bruno Haible  <bruno@clisp.org>
20042
20043         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
20044
20045 2006-10-24  Bruno Haible  <bruno@clisp.org>
20046
20047         * lib/gl_list.h: Use C comment style, not C++ comment style.
20048
20049 2006-10-23  Eric Blake  <ebb9@byu.net>
20050
20051         * lib/getaddrinfo.c (includes): Add missing include.
20052
20053 2006-10-23  Bruno Haible  <bruno@clisp.org>
20054             Paul Eggert  <eggert@cs.ucla.edu>
20055
20056         Ability to rename obstack_free.
20057         * lib/obstack.h (__obstack_free): New macro. Declare instead of
20058         obstack_free.
20059         (obstack_free): Invoke the __obstack_free macro.
20060         * lib/obstack.c (obstack_free): Use __obstack_free macro.
20061
20062 2006-10-23  Bruno Haible  <bruno@clisp.org>
20063             Paul Eggert  <eggert@cs.ucla.edu>
20064
20065         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
20066         __argc, __argv from the declaration. (They are defined as macros on
20067         mingw.)
20068
20069 2006-10-22  Bruno Haible  <bruno@clisp.org>
20070
20071         * doc/gnulib-intro.texi: New file.
20072         * doc/gnulib.texi: Include it.
20073
20074 2006-10-21  Bruno Haible  <bruno@clisp.org>
20075
20076         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
20077         "Introduction", "Miscellanous Notes", "Particular Modules".
20078
20079 2006-10-21  Bruno Haible  <bruno@clisp.org>
20080
20081         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20082         Change mostlyclean-local rule to avoid sh syntax error from bash
20083         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
20084
20085 2006-10-23  Jim Meyering  <jim@meyering.net>
20086
20087         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
20088         in place of snprintf.
20089
20090         * modules/inttostr (Files): Add lib/uinttostr.c.
20091         * lib/uinttostr.c (inttostr): New file/function.
20092         * lib/inttostr.h (uinttostr): Declare.
20093         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
20094         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
20095         Add uinttostr.
20096         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
20097
20098 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20099
20100         * lib/canonicalize.c (ELOOP): Define if not already defined.
20101         Problem reported by Bruno Haible in
20102         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
20103
20104 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20105
20106         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
20107         Problem reported by Perry Smith and Ville Laurikari.
20108
20109         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
20110         uses.
20111
20112 2006-10-19  Bruno Haible  <bruno@clisp.org>
20113
20114         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
20115         for mingw.
20116
20117 2006-10-19  Bruno Haible  <bruno@clisp.org>
20118
20119         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
20120         Needed for mingw.
20121
20122 2006-10-19  Bruno Haible  <bruno@clisp.org>
20123
20124         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
20125
20126 2006-10-19  Bruno Haible  <bruno@clisp.org>
20127
20128         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
20129         it.
20130
20131 2006-10-19  Bruno Haible  <bruno@clisp.org>
20132
20133         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
20134         invocation.
20135
20136 2006-10-19  Bruno Haible  <bruno@clisp.org>
20137
20138         * gnulib-tool (func_create_testdir): Don't include ftruncate and
20139         mountlist by default.
20140
20141 2006-10-16  Bruno Haible  <bruno@clisp.org>
20142
20143         * lib/c-strstr.c: Include c-strstr.h.
20144
20145 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20146
20147         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
20148         in a slash.
20149
20150 2006-10-18  Bruno Haible  <bruno@clisp.org>
20151
20152         * lib/lock.h [C++]: Wrap definitions in extern "C".
20153
20154 2006-10-18  Bruno Haible  <bruno@clisp.org>
20155
20156         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
20157         gl_LIBOBJS list.
20158
20159 2006-10-18  Bruno Haible  <bruno@clisp.org>
20160
20161         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
20162
20163 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
20164
20165         * lib/xstrtol.h: Include gettext.h.
20166         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
20167         Problem reported by Eric Blake.
20168         * modules/xstrtol (Depends-on): Add gettext-h.
20169
20170 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
20171
20172         * lib/strftime.c (advance): New macro.
20173         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
20174         incomplete type, so you can't add 0 to it.  Problem and patch
20175         reported by Eelco Dolstra for dietlibc.
20176
20177 2006-10-18  Jim Meyering  <jim@meyering.net>
20178
20179         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
20180         type for a local, and rename it: s/up/user_proc/.
20181
20182 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
20183
20184         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
20185         READ_UTMP_USER_PROCESS.
20186         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
20187
20188 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20189
20190         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
20191         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
20192
20193 2006-10-17  Eric Blake  <ebb9@byu.net>
20194
20195         * lib/sigprocmask.c (sigprocmask): Fix typo.
20196
20197         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
20198
20199         * modules/clean-temp (Makefile.am): Don't add to make output...
20200         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
20201         config.h.
20202
20203 2006-10-17  Bruno Haible  <bruno@clisp.org>
20204
20205         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
20206         differently if DEFAULT_TEXT_DOMAIN is set.
20207
20208 2006-10-16  Bruno Haible  <bruno@clisp.org>
20209
20210         * lib/clean-temp.c: Include fwriteerror.h.
20211
20212 2006-10-16  Bruno Haible  <bruno@clisp.org>
20213
20214         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
20215
20216 2006-10-16  Bruno Haible  <bruno@clisp.org>
20217
20218         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
20219         * lib/sigprocmask.h: Include <sys/types.h>.
20220         (sigset_t): Use the system's definition if present.
20221
20222 2006-10-17  Eric Blake  <ebb9@byu.net>
20223
20224         * lib/xvasprintf.c (includes): Assume config.h.
20225         * lib/xasprintf.c (includes): Likewise.
20226
20227 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20228
20229         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
20230         at least as wide as intmax_t.
20231
20232 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
20233
20234         (Imported from Automake.)
20235         * build-aux/gnupload: Update to version 1.1 of directive file.
20236
20237 2006-10-16  Eric Blake  <ebb9@byu.net>
20238
20239         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
20240         match Automake 1.10a.
20241
20242 2006-10-14  Bruno Haible  <bruno@clisp.org>
20243
20244         * modules/sigprocmask: New file.
20245         * lib/sigprocmask.h: New file.
20246         * lib/sigprocmask.c: New file.
20247         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
20248         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
20249         request sigprocmask.o.
20250         (gl_PREREQ_SIGPROCMASK): New macro.
20251         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
20252         (Depends-on): Add sigprocmask.
20253         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
20254         gt_SIGNALBLOCKING. Test for 'raise' only once.
20255         * lib/fatal-signal.c: Include sigprocmask.h.
20256         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
20257         unblock_fatal_signals): Define always.
20258         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20259         sigprocmask.
20260
20261 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20262
20263         Sync from Automake.
20264         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
20265         which incorrectly sets the mode of an existing destination
20266         directory.  In some cases the unpatched install-sh could do the
20267         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
20268         system.  We hope this is rare in practice, but it's clearly worth
20269         fixing.  Problem reported by Alex Unleashed in
20270         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
20271         Also, don't bother to check for -m bugs unless we're using -m;
20272         suggested by Stepan Kasal.
20273
20274 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20275
20276         Sync from Automake.
20277         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
20278         `-c' flag, so they appear at the same position as in %FASTDEP%
20279         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
20280         which ignores unknown options only after the first non-option.
20281         Bug report against M4 by Nelson H. F. Beebe.
20282
20283 2006-10-13  Jim Meyering  <jim@meyering.net>
20284
20285         Fix a bug in yesterday's change.
20286         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
20287         p->fts_statp->st_dev would be used uninitialized.
20288         Ensures that we always call fts_stat on the very first entry.
20289         Miklos Szeredi reported that find -xdev stopped working.
20290
20291 2006-10-12  Bruno Haible  <bruno@clisp.org>
20292
20293         * gnulib-tool (func_get_automake_snippet): Append an automatically
20294         computed EXTRA_DIST augmentation.
20295         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
20296         * modules/alloca-opt (Makefile.am): Likewise.
20297         * modules/allocsa (Makefile.am): Likewise.
20298         * modules/arcfour (Makefile.am): Likewise.
20299         * modules/arctwo (Makefile.am): Likewise.
20300         * modules/argmatch (Makefile.am): Likewise.
20301         * modules/argz (Makefile.am): Likewise.
20302         * modules/atexit (Makefile.am): Likewise.
20303         * modules/backupfile (Makefile.am): Likewise.
20304         * modules/byteswap (Makefile.am): Likewise.
20305         * modules/c-strtod (Makefile.am): Likewise.
20306         * modules/c-strtold (Makefile.am): Likewise.
20307         * modules/calloc (Makefile.am): Likewise.
20308         * modules/canon-host (Makefile.am): Likewise.
20309         * modules/canonicalize (Makefile.am): Likewise.
20310         * modules/chdir-long (Makefile.am): Likewise.
20311         * modules/chdir-safer (Makefile.am): Likewise.
20312         * modules/check-version (Makefile.am): Likewise.
20313         * modules/chown (Makefile.am): Likewise.
20314         * modules/cloexec (Makefile.am): Likewise.
20315         * modules/close-stream (Makefile.am): Likewise.
20316         * modules/closeout (Makefile.am): Likewise.
20317         * modules/crc (Makefile.am): Likewise.
20318         * modules/csharpexec (Makefile.am): Likewise.
20319         * modules/cycle-check (Makefile.am): Likewise.
20320         * modules/des (Makefile.am): Likewise.
20321         * modules/dev-ino (Makefile.am): Likewise.
20322         * modules/dirfd (Makefile.am): Likewise.
20323         * modules/dirname (Makefile.am): Likewise.
20324         * modules/dup2 (Makefile.am): Likewise.
20325         * modules/eealloc (Makefile.am): Likewise.
20326         * modules/error (Makefile.am): Likewise.
20327         * modules/euidaccess (Makefile.am): Likewise.
20328         * modules/exclude (Makefile.am): Likewise.
20329         * modules/exitfail (Makefile.am): Likewise.
20330         * modules/fcntl-safer (Makefile.am): Likewise.
20331         * modules/fcntl (Makefile.am): Likewise.
20332         * modules/file-type (Makefile.am): Likewise.
20333         * modules/fileblocks (Makefile.am): Likewise.
20334         * modules/filemode (Makefile.am): Likewise.
20335         * modules/filenamecat (Makefile.am): Likewise.
20336         * modules/fnmatch (Makefile.am): Likewise.
20337         * modules/fopen-safer (Makefile.am): Likewise.
20338         * modules/fpending (Makefile.am): Likewise.
20339         * modules/fprintftime (Makefile.am): Likewise.
20340         * modules/free (Makefile.am): Likewise.
20341         * modules/fsusage (Makefile.am): Likewise.
20342         * modules/ftruncate (Makefile.am): Likewise.
20343         * modules/fts (Makefile.am): Likewise.
20344         * modules/gc-arcfour (Makefile.am): Likewise.
20345         * modules/gc-des (Makefile.am): Likewise.
20346         * modules/gc-hmac-md5 (Makefile.am): Likewise.
20347         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
20348         * modules/gc-md4 (Makefile.am): Likewise.
20349         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
20350         * modules/gc-sha1 (Makefile.am): Likewise.
20351         * modules/gc (Makefile.am): Likewise.
20352         * modules/getaddrinfo (Makefile.am): Likewise.
20353         * modules/getcwd (Makefile.am): Likewise.
20354         * modules/getdelim (Makefile.am): Likewise.
20355         * modules/getdomainname (Makefile.am): Likewise.
20356         * modules/getgroups (Makefile.am): Likewise.
20357         * modules/gethostname (Makefile.am): Likewise.
20358         * modules/gethrxtime (Makefile.am): Likewise.
20359         * modules/getline (Makefile.am): Likewise.
20360         * modules/getloadavg (Makefile.am): Likewise.
20361         * modules/getlogin_r (Makefile.am): Likewise.
20362         * modules/getndelim2 (Makefile.am): Likewise.
20363         * modules/getopt (Makefile.am): Likewise.
20364         * modules/getpagesize (Makefile.am): Likewise.
20365         * modules/getpass-gnu (Makefile.am): Likewise.
20366         * modules/getpass (Makefile.am): Likewise.
20367         * modules/getsubopt (Makefile.am): Likewise.
20368         * modules/gettime (Makefile.am): Likewise.
20369         * modules/gettimeofday (Makefile.am): Likewise.
20370         * modules/getugroups (Makefile.am): Likewise.
20371         * modules/getusershell (Makefile.am): Likewise.
20372         * modules/glob (Makefile.am): Likewise.
20373         * modules/group-member (Makefile.am): Likewise.
20374         * modules/hard-locale (Makefile.am): Likewise.
20375         * modules/hash (Makefile.am): Likewise.
20376         * modules/hmac-md5 (Makefile.am): Likewise.
20377         * modules/hmac-sha1 (Makefile.am): Likewise.
20378         * modules/human (Makefile.am): Likewise.
20379         * modules/idcache (Makefile.am): Likewise.
20380         * modules/imaxabs (Makefile.am): Likewise.
20381         * modules/imaxdiv (Makefile.am): Likewise.
20382         * modules/inet_ntop (Makefile.am): Likewise.
20383         * modules/inet_pton (Makefile.am): Likewise.
20384         * modules/intprops (Makefile.am): Likewise.
20385         * modules/inttostr (Makefile.am): Likewise.
20386         * modules/inttypes (Makefile.am): Likewise.
20387         * modules/isapipe (Makefile.am): Likewise.
20388         * modules/javaversion (Makefile.am): Likewise.
20389         * modules/lchmod (Makefile.am): Likewise.
20390         * modules/lchown (Makefile.am): Likewise.
20391         * modules/localcharset (Makefile.am): Likewise.
20392         * modules/long-options (Makefile.am): Likewise.
20393         * modules/lstat (Makefile.am): Likewise.
20394         * modules/malloc (Makefile.am): Likewise.
20395         * modules/mathl (Makefile.am): Likewise.
20396         * modules/mbchar (Makefile.am): Likewise.
20397         * modules/md2 (Makefile.am): Likewise.
20398         * modules/md4 (Makefile.am): Likewise.
20399         * modules/md5 (Makefile.am): Likewise.
20400         * modules/memcasecmp (Makefile.am): Likewise.
20401         * modules/memchr (Makefile.am): Likewise.
20402         * modules/memcmp (Makefile.am): Likewise.
20403         * modules/memcoll (Makefile.am): Likewise.
20404         * modules/memcpy (Makefile.am): Likewise.
20405         * modules/memmem (Makefile.am): Likewise.
20406         * modules/memmove (Makefile.am): Likewise.
20407         * modules/mempcpy (Makefile.am): Likewise.
20408         * modules/memrchr (Makefile.am): Likewise.
20409         * modules/memset (Makefile.am): Likewise.
20410         * modules/memxor (Makefile.am): Likewise.
20411         * modules/mkancesdirs (Makefile.am): Likewise.
20412         * modules/mkdir-p (Makefile.am): Likewise.
20413         * modules/mkdir (Makefile.am): Likewise.
20414         * modules/mkdtemp (Makefile.am): Likewise.
20415         * modules/mkstemp (Makefile.am): Likewise.
20416         * modules/mktime (Makefile.am): Likewise.
20417         * modules/modechange (Makefile.am): Likewise.
20418         * modules/mountlist (Makefile.am): Likewise.
20419         * modules/nanosleep (Makefile.am): Likewise.
20420         * modules/obstack (Makefile.am): Likewise.
20421         * modules/openat (Makefile.am): Likewise.
20422         * modules/pagealign_alloc (Makefile.am): Likewise.
20423         * modules/pathmax (Makefile.am): Likewise.
20424         * modules/physmem (Makefile.am): Likewise.
20425         * modules/poll (Makefile.am): Likewise.
20426         * modules/posixtm (Makefile.am): Likewise.
20427         * modules/posixver (Makefile.am): Likewise.
20428         * modules/putenv (Makefile.am): Likewise.
20429         * modules/quote (Makefile.am): Likewise.
20430         * modules/quotearg (Makefile.am): Likewise.
20431         * modules/raise (Makefile.am): Likewise.
20432         * modules/read-file (Makefile.am): Likewise.
20433         * modules/readline (Makefile.am): Likewise.
20434         * modules/readlink (Makefile.am): Likewise.
20435         * modules/readtokens (Makefile.am): Likewise.
20436         * modules/readutmp (Makefile.am): Likewise.
20437         * modules/realloc (Makefile.am): Likewise.
20438         * modules/regex (Makefile.am): Likewise.
20439         * modules/rename-dest-slash (Makefile.am): Likewise.
20440         * modules/rename (Makefile.am): Likewise.
20441         * modules/rijndael (Makefile.am): Likewise.
20442         * modules/rmdir (Makefile.am): Likewise.
20443         * modules/rpmatch (Makefile.am): Likewise.
20444         * modules/safe-read (Makefile.am): Likewise.
20445         * modules/safe-write (Makefile.am): Likewise.
20446         * modules/same-inode (Makefile.am): Likewise.
20447         * modules/same (Makefile.am): Likewise.
20448         * modules/save-cwd (Makefile.am): Likewise.
20449         * modules/savedir (Makefile.am): Likewise.
20450         * modules/setenv (Makefile.am): Likewise.
20451         * modules/settime (Makefile.am): Likewise.
20452         * modules/sha1 (Makefile.am): Likewise.
20453         * modules/sig2str (Makefile.am): Likewise.
20454         * modules/snprintf (Makefile.am): Likewise.
20455         * modules/stat-macros (Makefile.am): Likewise.
20456         * modules/stat-time (Makefile.am): Likewise.
20457         * modules/stdbool (Makefile.am): Likewise.
20458         * modules/stdint (Makefile.am): Likewise.
20459         * modules/stdlib-safer (Makefile.am): Likewise.
20460         * modules/stpcpy (Makefile.am): Likewise.
20461         * modules/stpncpy (Makefile.am): Likewise.
20462         * modules/strcase (Makefile.am): Likewise.
20463         * modules/strcasestr (Makefile.am): Likewise.
20464         * modules/strchrnul (Makefile.am): Likewise.
20465         * modules/strcspn (Makefile.am): Likewise.
20466         * modules/strdup (Makefile.am): Likewise.
20467         * modules/strerror (Makefile.am): Likewise.
20468         * modules/strftime (Makefile.am): Likewise.
20469         * modules/strndup (Makefile.am): Likewise.
20470         * modules/strnlen (Makefile.am): Likewise.
20471         * modules/strpbrk (Makefile.am): Likewise.
20472         * modules/strsep (Makefile.am): Likewise.
20473         * modules/strstr (Makefile.am): Likewise.
20474         * modules/strtod (Makefile.am): Likewise.
20475         * modules/strtoimax (Makefile.am): Likewise.
20476         * modules/strtok_r (Makefile.am): Likewise.
20477         * modules/strtol (Makefile.am): Likewise.
20478         * modules/strtoll (Makefile.am): Likewise.
20479         * modules/strtoul (Makefile.am): Likewise.
20480         * modules/strtoull (Makefile.am): Likewise.
20481         * modules/strtoumax (Makefile.am): Likewise.
20482         * modules/strverscmp (Makefile.am): Likewise.
20483         * modules/sys_socket (Makefile.am): Likewise.
20484         * modules/sys_stat (Makefile.am): Likewise.
20485         * modules/sysexits (Makefile.am): Likewise.
20486         * modules/time_r (Makefile.am): Likewise.
20487         * modules/timegm (Makefile.am): Likewise.
20488         * modules/timespec (Makefile.am): Likewise.
20489         * modules/tmpfile-safer (Makefile.am): Likewise.
20490         * modules/trim (Makefile.am): Likewise.
20491         * modules/unistd-safer (Makefile.am): Likewise.
20492         * modules/unlinkdir (Makefile.am): Likewise.
20493         * modules/unlocked-io (Makefile.am): Likewise.
20494         * modules/userspec (Makefile.am): Likewise.
20495         * modules/utime (Makefile.am): Likewise.
20496         * modules/utimecmp (Makefile.am): Likewise.
20497         * modules/utimens (Makefile.am): Likewise.
20498         * modules/vasnprintf (Makefile.am): Likewise.
20499         * modules/vasprintf (Makefile.am): Likewise.
20500         * modules/vsnprintf (Makefile.am): Likewise.
20501         * modules/xalloc (Makefile.am): Likewise.
20502         * modules/xgetcwd (Makefile.am): Likewise.
20503         * modules/xnanosleep (Makefile.am): Likewise.
20504         * modules/xreadlink (Makefile.am): Likewise.
20505         * modules/xstrtod (Makefile.am): Likewise.
20506         * modules/xstrtol (Makefile.am): Likewise.
20507         * modules/xstrtold (Makefile.am): Likewise.
20508         * modules/yesno (Makefile.am): Likewise.
20509         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
20510
20511 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20512
20513         * modules/error (Makefile.am): Distribute files through
20514         EXTRA_DIST, not lib_SOURCES.
20515
20516 2006-10-12  Eric Blake  <ebb9@byu.net>
20517
20518         * modules/error (Makefile.am): Distribute files in /lib.
20519         * modules/obstack (Makefile.am): Likewise.
20520
20521 2006-10-12  Bruno Haible  <bruno@clisp.org>
20522
20523         * modules/acl (Makefile.am): Distribute all files in lib/ through
20524         EXTRA_DIST.
20525         * modules/arcfour (Makefile.am): Likewise.
20526         * modules/arctwo (Makefile.am): Likewise.
20527         * modules/argmatch (Makefile.am): Likewise.
20528         * modules/argz (Makefile.am): Likewise.
20529         * modules/atexit (Makefile.am): Likewise.
20530         * modules/backupfile (Makefile.am): Likewise.
20531         * modules/c-strtod (Makefile.am): Likewise.
20532         * modules/c-strtold (Makefile.am): Likewise.
20533         * modules/calloc (Makefile.am): Likewise.
20534         * modules/canon-host (Makefile.am): Likewise.
20535         * modules/canonicalize (Makefile.am): Likewise.
20536         * modules/chdir-long (Makefile.am): Likewise.
20537         * modules/chdir-safer (Makefile.am): Likewise.
20538         * modules/check-version (Makefile.am): Likewise.
20539         * modules/chown (Makefile.am): Likewise.
20540         * modules/cloexec (Makefile.am): Likewise.
20541         * modules/close-stream (Makefile.am): Likewise.
20542         * modules/closeout (Makefile.am): Likewise.
20543         * modules/crc (Makefile.am): Likewise.
20544         * modules/cycle-check (Makefile.am): Likewise.
20545         * modules/des (Makefile.am): Likewise.
20546         * modules/dirfd (Makefile.am): Likewise.
20547         * modules/dirname (Makefile.am): Likewise.
20548         * modules/dup2 (Makefile.am): Likewise.
20549         * modules/euidaccess (Makefile.am): Likewise.
20550         * modules/exclude (Makefile.am): Likewise.
20551         * modules/exitfail (Makefile.am): Likewise.
20552         * modules/fcntl-safer (Makefile.am): Likewise.
20553         * modules/file-type (Makefile.am): Likewise.
20554         * modules/fileblocks (Makefile.am): Likewise.
20555         * modules/filemode (Makefile.am): Likewise.
20556         * modules/filenamecat (Makefile.am): Likewise.
20557         * modules/fnmatch (Makefile.am): Likewise.
20558         * modules/fopen-safer (Makefile.am): Likewise.
20559         * modules/fpending (Makefile.am): Likewise.
20560         * modules/fprintftime (Makefile.am): Likewise.
20561         * modules/free (Makefile.am): Likewise.
20562         * modules/fsusage (Makefile.am): Likewise.
20563         * modules/ftruncate (Makefile.am): Likewise.
20564         * modules/fts (Makefile.am): Likewise.
20565         * modules/gc (Makefile.am): Likewise.
20566         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
20567         * modules/getaddrinfo (Makefile.am): Likewise.
20568         * modules/getcwd (Makefile.am): Likewise.
20569         * modules/getdelim (Makefile.am): Likewise.
20570         * modules/getdomainname (Makefile.am): Likewise.
20571         * modules/getgroups (Makefile.am): Likewise.
20572         * modules/gethostname (Makefile.am): Likewise.
20573         * modules/gethrxtime (Makefile.am): Likewise.
20574         * modules/getline (Makefile.am): Likewise.
20575         * modules/getloadavg (Makefile.am): Likewise.
20576         * modules/getlogin_r (Makefile.am): Likewise.
20577         * modules/getopt (Makefile.am): Likewise.
20578         * modules/getpass (Makefile.am): Likewise.
20579         * modules/getpass-gnu (Makefile.am): Likewise.
20580         * modules/getsubopt (Makefile.am): Likewise.
20581         * modules/gettime (Makefile.am): Likewise.
20582         * modules/gettimeofday (Makefile.am): Likewise.
20583         * modules/getugroups (Makefile.am): Likewise.
20584         * modules/getusershell (Makefile.am): Likewise.
20585         * modules/glob (Makefile.am): Likewise.
20586         * modules/group-member (Makefile.am): Likewise.
20587         * modules/hard-locale (Makefile.am): Likewise.
20588         * modules/hash (Makefile.am): Likewise.
20589         * modules/hmac-md5 (Makefile.am): Likewise.
20590         * modules/hmac-sha1 (Makefile.am): Likewise.
20591         * modules/human (Makefile.am): Likewise.
20592         * modules/idcache (Makefile.am): Likewise.
20593         * modules/imaxabs (Makefile.am): Likewise.
20594         * modules/imaxdiv (Makefile.am): Likewise.
20595         * modules/inet_ntop (Makefile.am): Likewise.
20596         * modules/inet_pton (Makefile.am): Likewise.
20597         * modules/inttostr (Makefile.am): Likewise.
20598         * modules/isapipe (Makefile.am): Likewise.
20599         * modules/lchown (Makefile.am): Likewise.
20600         * modules/long-options (Makefile.am): Likewise.
20601         * modules/lstat (Makefile.am): Likewise.
20602         * modules/malloc (Makefile.am): Likewise.
20603         * modules/mathl (Makefile.am): Likewise.
20604         * modules/mbchar (Makefile.am): Likewise.
20605         * modules/md2 (Makefile.am): Likewise.
20606         * modules/md4 (Makefile.am): Likewise.
20607         * modules/md5 (Makefile.am): Likewise.
20608         * modules/memcasecmp (Makefile.am): Likewise.
20609         * modules/memchr (Makefile.am): Likewise.
20610         * modules/memcmp (Makefile.am): Likewise.
20611         * modules/memcoll (Makefile.am): Likewise.
20612         * modules/memcpy (Makefile.am): Likewise.
20613         * modules/memmem (Makefile.am): Likewise.
20614         * modules/memmove (Makefile.am): Likewise.
20615         * modules/mempcpy (Makefile.am): Likewise.
20616         * modules/memrchr (Makefile.am): Likewise.
20617         * modules/memset (Makefile.am): Likewise.
20618         * modules/memxor (Makefile.am): Likewise.
20619         * modules/mkancesdirs (Makefile.am): Likewise.
20620         * modules/mkdir (Makefile.am): Likewise.
20621         * modules/mkdir-p (Makefile.am): Likewise.
20622         * modules/mkdtemp (Makefile.am): Likewise.
20623         * modules/mkstemp (Makefile.am): Likewise.
20624         * modules/mktime (Makefile.am): Likewise.
20625         * modules/modechange (Makefile.am): Likewise.
20626         * modules/mountlist (Makefile.am): Likewise.
20627         * modules/nanosleep (Makefile.am): Likewise.
20628         * modules/openat (Makefile.am): Likewise.
20629         * modules/pagealign_alloc (Makefile.am): Likewise.
20630         * modules/physmem (Makefile.am): Likewise.
20631         * modules/poll (Makefile.am): Likewise.
20632         * modules/posixtm (Makefile.am): Likewise.
20633         * modules/posixver (Makefile.am): Likewise.
20634         * modules/putenv (Makefile.am): Likewise.
20635         * modules/quote (Makefile.am): Likewise.
20636         * modules/quotearg (Makefile.am): Likewise.
20637         * modules/raise (Makefile.am): Likewise.
20638         * modules/read-file (Makefile.am): Likewise.
20639         * modules/readline (Makefile.am): Likewise.
20640         * modules/readlink (Makefile.am): Likewise.
20641         * modules/readtokens (Makefile.am): Likewise.
20642         * modules/readutmp (Makefile.am): Likewise.
20643         * modules/realloc (Makefile.am): Likewise.
20644         * modules/regex (Makefile.am): Likewise.
20645         * modules/rename (Makefile.am): Likewise.
20646         * modules/rename-dest-slash (Makefile.am): Likewise.
20647         * modules/rijndael (Makefile.am): Likewise.
20648         * modules/rmdir (Makefile.am): Likewise.
20649         * modules/rpmatch (Makefile.am): Likewise.
20650         * modules/safe-read (Makefile.am): Likewise.
20651         * modules/safe-write (Makefile.am): Likewise.
20652         * modules/same (Makefile.am): Likewise.
20653         * modules/save-cwd (Makefile.am): Likewise.
20654         * modules/savedir (Makefile.am): Likewise.
20655         * modules/setenv (Makefile.am): Likewise.
20656         * modules/settime (Makefile.am): Likewise.
20657         * modules/sha1 (Makefile.am): Likewise.
20658         * modules/sig2str (Makefile.am): Likewise.
20659         * modules/snprintf (Makefile.am): Likewise.
20660         * modules/stdlib-safer (Makefile.am): Likewise.
20661         * modules/stpcpy (Makefile.am): Likewise.
20662         * modules/stpncpy (Makefile.am): Likewise.
20663         * modules/strcase (Makefile.am): Likewise.
20664         * modules/strcasestr (Makefile.am): Likewise.
20665         * modules/strchrnul (Makefile.am): Likewise.
20666         * modules/strcspn (Makefile.am): Likewise.
20667         * modules/strdup (Makefile.am): Likewise.
20668         * modules/strerror (Makefile.am): Likewise.
20669         * modules/strftime (Makefile.am): Likewise.
20670         * modules/strndup (Makefile.am): Likewise.
20671         * modules/strnlen (Makefile.am): Likewise.
20672         * modules/strpbrk (Makefile.am): Likewise.
20673         * modules/strsep (Makefile.am): Likewise.
20674         * modules/strstr (Makefile.am): Likewise.
20675         * modules/strtod (Makefile.am): Likewise.
20676         * modules/strtoimax (Makefile.am): Likewise.
20677         * modules/strtok_r (Makefile.am): Likewise.
20678         * modules/strtol (Makefile.am): Likewise.
20679         * modules/strtoll (Makefile.am): Likewise.
20680         * modules/strtoul (Makefile.am): Likewise.
20681         * modules/strtoull (Makefile.am): Likewise.
20682         * modules/strtoumax (Makefile.am): Likewise.
20683         * modules/strverscmp (Makefile.am): Likewise.
20684         * modules/time_r (Makefile.am): Likewise.
20685         * modules/timegm (Makefile.am): Likewise.
20686         * modules/tmpfile-safer (Makefile.am): Likewise.
20687         * modules/unistd-safer (Makefile.am): Likewise.
20688         * modules/unlinkdir (Makefile.am): Likewise.
20689         * modules/userspec (Makefile.am): Likewise.
20690         * modules/utime (Makefile.am): Likewise.
20691         * modules/utimecmp (Makefile.am): Likewise.
20692         * modules/utimens (Makefile.am): Likewise.
20693         * modules/vasnprintf (Makefile.am): Likewise.
20694         * modules/vasprintf (Makefile.am): Likewise.
20695         * modules/vsnprintf (Makefile.am): Likewise.
20696         * modules/xalloc (Makefile.am): Likewise.
20697         * modules/xgetcwd (Makefile.am): Likewise.
20698         * modules/xnanosleep (Makefile.am): Likewise.
20699         * modules/xreadlink (Makefile.am): Likewise.
20700         * modules/xstrtod (Makefile.am): Likewise.
20701         * modules/xstrtol (Makefile.am): Likewise.
20702         * modules/xstrtold (Makefile.am): Likewise.
20703         * modules/yesno (Makefile.am): Likewise.
20704
20705 2006-10-12  Jim Meyering  <jim@meyering.net>
20706
20707         * m4/getloadavg.m4: Revert the change below.
20708
20709         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
20710         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
20711         fail with a symlink, which is what coreutils' ./bootstrap now
20712         creates by default.
20713
20714 2006-10-12  Bruno Haible  <bruno@clisp.org>
20715
20716         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
20717         mingw.
20718         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
20719         MSVC and mingw explicitly.
20720
20721 2006-10-11  Simon Josefsson  <jas@extundo.com>
20722             Bruno Haible  <bruno@clisp.org>
20723
20724         Add support for multiple gnulib-tool invocations in the scope of a
20725         single configure.ac file.
20726         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
20727         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
20728         with the same contents as the _LIBADD variable.
20729         (func_emit_initmacro_start, func_emit_initmacro_end,
20730         func_emit_initmacro_done): New functions.
20731         (func_import, func_create_testdir): Invoke them. Allow the identifiers
20732         gl_LIBOBJS and gl_LTLIBOBJS.
20733
20734 2006-10-11  Bruno Haible  <bruno@clisp.org>
20735
20736         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
20737         (func_create_testdir): Don't create po/Makefile.am, don't invoke
20738         autoreconf. Instead, invoke autopoint explicitly but move back the
20739         *.m4 files from gnulib.
20740
20741 2006-10-11  Bruno Haible  <bruno@clisp.org>
20742
20743         * gnulib-tool (func_usage): Make module names after --create-testdir
20744         optional.
20745         (func_create_testdir): If no module was specified, use nearly all
20746         modules.
20747
20748 2006-10-12  Jim Meyering  <jim@meyering.net>
20749
20750         Big performance improvement for fts-based tools that use FTS_NOSTAT.
20751         Avoid spurious inode-mismatch problems on non-POSIX file systems.
20752         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
20753         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
20754         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
20755         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
20756         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
20757         (fts_set_stat_required): New function.
20758         (fts_open): Defer the calls to fts_stat, if possible or requested.
20759         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
20760         into fts_stat itself.
20761         (fts_read): Perform any required (deferred) fts_stat call.
20762         (fts_build): Likewise, for the directory we're about to open and read.
20763         In the readdir loop, carefully decide whether each entry will require
20764         an eventual call to fts_stat, using dirent.d_type info if available.
20765         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
20766         a command line argument into this function.  Update all callers.
20767         Map a return value of FTS_DOT to FTS_D for a command line argument.
20768         * modules/fts (Depends-on): Add d-type.  Alphabetize.
20769         Thanks to Miklos Szeredi for his tenacity and for the initial
20770         bug report about "find" failing on a FUSE-based file system.
20771
20772         * lib/fts.c (fts_open): Use consistent indentation.
20773
20774 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20775
20776         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
20777         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
20778         reported by Jim Meyering.  All uses of cache variables renamed
20779         to match Autoconf's.
20780         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
20781         the other one.
20782
20783         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
20784         Fix misspelling in diagnostic.
20785
20786 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20787
20788         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
20789         defined.  Problem reported by Matthew Woehlke.
20790
20791         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
20792         Add support for Tandem NonStop R series.
20793         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
20794         Use new macro.
20795
20796         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
20797         (has_trailing_slash): Omit size arg; all callers changed.
20798         Omit 'inline', since it doesn't help performance and we'd
20799         need to configure it.
20800         Don't count //, ///, etc. as having a trailing slash.
20801         As a side effect, this removes a C99ism reported by Matthew Woehlke.
20802         (rpl_rename_dest_slash): On failure, use rename's errno rather
20803         than (in some cases) an incorrect or junk errno.
20804         Simplify code by removing need to compute length; this does
20805         cause it to make two passes instead of one over the file name,
20806         but it's worth it.
20807
20808         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
20809         change, since Autoconf's version may no longer be appropriate now
20810         that we are using CVS Autoconf's version.  Add support for Tandem.
20811
20812 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20813             Bruno Haible  <bruno@clisp.org>
20814
20815         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
20816         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
20817         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
20818         gl_AC_TYPE_LONG_LONG.
20819
20820         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
20821         instead of HAVE_LONG_LONG.
20822         * lib/printf-args.c (printf_fetchargs): Likewise.
20823         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
20824         * lib/vasnprintf.c (VASNPRINTF): Likewise.
20825         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
20826         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
20827         gl_AC_TYPE_LONG_LONG.
20828
20829 2006-10-11  Bruno Haible  <bruno@clisp.org>
20830
20831         * m4/longlong.m4: Add comments.
20832         * m4/ulonglong.m4: Likewise.
20833
20834 2006-10-10  Bruno Haible  <bruno@clisp.org>
20835
20836         Make it possible to #define stpcpy, strdup to aliases.
20837         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
20838         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
20839
20840 2006-10-10  Bruno Haible  <bruno@clisp.org>
20841
20842         Make it possible to #define gcd to an alias.
20843         * lib/gcd.c: Include config.h.
20844
20845 2006-10-10  Bruno Haible  <bruno@clisp.org>
20846
20847         Make it possible to #define c_isascii to an alias.
20848         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
20849         defined. Undefine the macros before defining them, to avoid gcc
20850         warnings.
20851         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
20852         define NO_C_CTYPE_MACROS early.
20853
20854 2006-10-10  Bruno Haible  <bruno@clisp.org>
20855
20856         Make it possible to #define set_program_name to an alias.
20857         * lib/progname.c: Don't undefine set_program_name; instead, undefine
20858         ENABLE_RELOCATABLE early.
20859
20860 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
20861
20862         Port to Tandem NSK OSS, which has 64-bit signed int but at most
20863         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
20864         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
20865         More generally, don't assume that 64-bit signed int is available
20866         if unsigned int is, and vice versa.
20867         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
20868         unsigned symbols, not on their signed counterparts.
20869         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
20870         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
20871         (UINT64_C, UINTMAX_C):
20872         Likewise.
20873         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
20874         unsigned counterparts.
20875         (Have_long_long, Unsigned): New macros.
20876         (Int): Renamed from INT.
20877         (strtoimax): Use the new macros.
20878         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
20879         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
20880         * modules/inttypes (inttypes.h): Substitute
20881         HAVE_UNSIGNED_LONG_LONG_INT.
20882         * modules/stdint (stdint.h): Likewise.
20883         (Files): Add m4/ulonglong.m4.
20884
20885 2006-10-10  Bruno Haible  <bruno@clisp.org>
20886
20887         Fix a gcc -Wshadow warning.
20888         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
20889         to 'bucket'.
20890         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
20891         gl_linked_indexof_from_to): Likewise.
20892         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
20893         Likewise.
20894         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
20895         Likewise.
20896         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
20897         Reported by Eric Blake.
20898
20899 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
20900
20901         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
20902         for NetBSD.  Problem reported by Bruno Haible.
20903
20904 2006-10-09  Jim Meyering  <jim@meyering.net>
20905
20906         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
20907         Patch from Bruno Haible.
20908
20909 2006-10-09  Jim Meyering  <jim@meyering.net>
20910
20911         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
20912         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
20913         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
20914
20915 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20916
20917         Don't include <config.h> twice; this doesn't work in some cases,
20918         e.g., when config.h has "#define intmax_t long long int" and
20919         we include <config.h>, <inttypes.h>, <config.h> in that order.
20920         Problem reported by Matthew Woehlke in:
20921         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
20922         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
20923         * lib/fts-cycle.c: Don't include config.h.
20924         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
20925         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
20926         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
20927         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
20928         inttypes.h.
20929         * lib/xstrtoumax.c: Likewise.
20930         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
20931         __strtol and the like, so that this module is more like its siblings.
20932         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
20933         Remove; no longer needed now that we assume gnulib inttypes.h.
20934
20935 2006-10-08  Bruno Haible  <bruno@clisp.org>
20936
20937         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
20938         option.
20939
20940 2006-10-07  Jim Meyering  <jim@meyering.net>
20941
20942         * modules/inttypes (inttypes.h): Revert what seems to have been
20943         an inadvertent part of today's change: use "|", not "/" in the
20944         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
20945
20946 2006-10-07  Bruno Haible  <bruno@clisp.org>
20947
20948         * modules/sublist: New file.
20949
20950 2006-10-07  Bruno Haible  <bruno@clisp.org>
20951
20952         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
20953         * modules/argz (argz.h): Likewise.
20954         * modules/arpa_inet (arpa/inet.h): Likewise.
20955         * modules/byteswap (byteswap.h): Likewise.
20956         * modules/configmake (configmake.h): Likewise.
20957         * modules/fcntl (fcntl.h): Likewise.
20958         * modules/fnmatch (fnmatch.h): Likewise.
20959         * modules/getopt (getopt.h): Likewise.
20960         * modules/glob (glob.h): Likewise.
20961         * modules/inttypes (inttypes.h): Likewise.
20962         * modules/netinet_in (netinet/in.h): Likewise.
20963         * modules/poll (poll.h): Likewise.
20964         * modules/stdbool (stdbool.h): Likewise.
20965         * modules/stdint (stdint.h): Likewise.
20966         * modules/sys_select (sys/select.h): Likewise.
20967         * modules/sys_socket (sys/socket.h): Likewise.
20968         * modules/sys_stat (sys/stat.h): Likewise.
20969         * modules/sysexits (sysexits.h): Likewise.
20970         * modules/unistd (unistd.h): Likewise.
20971         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20972         Add a "DO NOT EDIT" comment to the generated file.
20973         (func_import): Likewise for gnulib-comp.m4.
20974
20975 2006-10-07  Bruno Haible  <bruno@clisp.org>
20976
20977         * lib/gl_sublist.h: New file.
20978         * lib/gl_sublist.c: New file.
20979
20980 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
20981
20982         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
20983         name (relative to the original working directory) and the file
20984         name component (relative to the temporary working directory).  All
20985         callers changed.
20986         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
20987         * lib/mkdir-p.c (make_dir_parents): Likewise.
20988         * lib/mkdir-p.h (make_dir_parents): Likewise.
20989
20990 2006-10-06  Eric Blake  <ebb9@byu.net>
20991
20992         Define several macros for use by the clean-temp module.
20993         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
20994         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
20995         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
20996
20997         * lib/clean-temp.h (close_stream_temp): New declaration.
20998         * lib/clean-temp.c (includes): Pull in headers according to what
20999         other modules are in use.
21000         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
21001
21002 2006-10-06  Bruno Haible  <bruno@clisp.org>
21003
21004         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
21005         instead of fopen, fwriteerror.
21006
21007 2006-10-06  Bruno Haible  <bruno@clisp.org>
21008
21009         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
21010         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
21011         int.
21012         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
21013         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
21014         Return an error indicator.
21015         Suggested by Eric Blake.
21016
21017 2006-10-06  Bruno Haible  <bruno@clisp.org>
21018
21019         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
21020         Reported by Eric Blake.
21021
21022 2006-10-06  Bruno Haible  <bruno@clisp.org>
21023
21024         * modules/closeout (Description): Mention stderr too.
21025
21026 2006-10-06  Bruno Haible  <bruno@clisp.org>
21027         and Paul Eggert  <eggert@cs.ucla.edu>
21028
21029         * lib/closeout.c (close_stdout): Also close stderr.
21030         * lib/closeout.h: Update comment.
21031
21032 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21033
21034         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
21035         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
21036         * lib/dirchownmod.c: Include lchown.h.
21037         * lib/lchown.c: Don't include files that lchown.h now includes.
21038         Don't declare chown, since lchown.h now does that.
21039         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
21040         (lchown): Define to rpl_chown if lchown is declared but
21041         does not exist.  Declare using a prototype if lchown is not
21042         declared.  Add a copyright notice.
21043         * lib/mkstemp.h: Include <unistd.h>.
21044         * lib/openat.c: Include lchown.h.
21045
21046         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
21047         we now test for that separately.
21048         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
21049         rather than O_NOFOLLOW, when testing whether it's possible to
21050         avoid a race condition reliably.
21051         * lib/savewd.c (savewd_chdir): Likewise.
21052
21053         Remove macros that are no longer needed now that stdint.h is
21054         reliable.
21055         * lib/fsusage.c (UINTMAX_MAX): Remove.
21056         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
21057         * lib/utimecmp.c (SIZE_MAX): Remove.
21058
21059         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
21060
21061         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
21062         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
21063         O_NOATIME works.
21064
21065 2006-10-05  Bruno Haible  <bruno@clisp.org>
21066
21067         * lib/gl_list.h (gl_sortedlist_search_from_to,
21068         gl_sortedlist_indexof_from_to): New declarations.
21069         (gl_list_implementation): New fields sortedlist_search_from_to,
21070         sortedlist_indexof_from_to.
21071         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
21072         inline functions.
21073         * lib/gl_list.c (gl_sortedlist_search_from_to,
21074         gl_sortedlist_indexof_from_to): New functions.
21075         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
21076         function.
21077         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
21078         (gl_array_sortedlist_search_from_to): New function.
21079         (gl_array_list_implementation): Update.
21080         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
21081         function.
21082         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
21083         (gl_carray_sortedlist_search_from_to): New function.
21084         (gl_carray_list_implementation): Update.
21085         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
21086         gl_linked_sortedlist_indexof_from_to): New functions.
21087         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21088         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21089         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
21090         gl_tree_sortedlist_indexof_from_to): New functions.
21091         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21092         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21093         Update.
21094         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21095         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
21096         Update.
21097
21098 2006-10-05  Bruno Haible  <bruno@clisp.org>
21099
21100         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
21101         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
21102         (struct gl_list_implementation): Add fields search_from_to,
21103         indexof_from_to. Remove fields search, indexof.
21104         (gl_list_search): Use the search_from_to method.
21105         (gl_list_search_from, gl_list_search_from_to): New functions.
21106         (gl_list_indexof): Use the indexof_from_to method.
21107         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21108         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
21109         (gl_list_search_from, gl_list_search_from_to): New functions.
21110         (gl_list_indexof): Use the indexof_from_to method.
21111         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21112         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
21113         gl_array_indexof. Add start_index, end_index arguments.
21114         (gl_array_search_from_to): Renamed from gl_array_search. Add
21115         start_index, end_index arguments.
21116         (gl_array_remove, gl_array_list_implementation): Update.
21117         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
21118         gl_carray_indexof. Add start_index, end_index arguments.
21119         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
21120         start_index, end_index arguments.
21121         (gl_carray_remove, gl_carray_list_implementation): Update.
21122         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
21123         gl_linked_search. Add start_index, end_index arguments.
21124         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
21125         start_index, end_index arguments.
21126         (gl_linked_remove): Update.
21127         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21128         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21129         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
21130         field to 'size_t'.
21131         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
21132         gl_tree_search. Add start_index, end_index arguments.
21133         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21134         start_index, end_index arguments.
21135         (gl_tree_remove): Update.
21136         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21137         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21138         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
21139         function.
21140         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
21141         gl_tree_search. Add start_index, end_index arguments.
21142         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21143         start_index, end_index arguments.
21144         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21145         Update.
21146         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
21147
21148 2006-10-05  Bruno Haible  <bruno@clisp.org>
21149
21150         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
21151
21152         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
21153         fwriteerror_temp): New declarations.
21154         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
21155         (descriptors): New variable.
21156         (cleanup): First, close the descriptors.
21157         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
21158         fclose_temp, fwriteerror_temp): New functions.
21159
21160 2006-10-04  Jim Meyering  <jim@meyering.net>
21161
21162         * lib/fts.c (fts_open): Tiny comment change.
21163
21164 2006-10-04  Bruno Haible  <bruno@clisp.org>
21165
21166         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
21167         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
21168         gl_LOCK_BODY.
21169         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
21170         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
21171         gl_LOCK_EARLY_BODY.
21172         (gl_LOCK): Require gl_LOCK_BODY.
21173
21174 2006-10-04  Bruno Haible  <bruno@clisp.org>
21175
21176         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
21177         (gl_oset_search_atleast): New declaration.
21178         (struct gl_oset_implementation): Add field 'search_atleast'.
21179         (gl_oset_search_atleast): New inline function.
21180         * lib/gl_oset.c (gl_oset_search_atleast): New function.
21181         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
21182         (gl_array_oset_implementation): Update.
21183         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
21184         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
21185         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
21186
21187 2006-10-04  Bruno Haible  <bruno@clisp.org>
21188
21189         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
21190
21191 2006-10-03  Bruno Haible  <bruno@clisp.org>
21192
21193         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
21194         from gl_avltreehash_list_implementation.
21195
21196 2006-10-03  Bruno Haible  <bruno@clisp.org>
21197
21198         * lib/gl_oset.c (gl_oset_add): Fix return type.
21199
21200 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
21201
21202         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
21203
21204 2006-10-02  Eric Blake  <ebb9@byu.net>
21205
21206         * modules/strnlen (Depends-on): Add extensions.
21207
21208 2006-10-02  Eric Blake  <ebb9@byu.net>
21209
21210         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
21211         definition in 2.60+.
21212
21213 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
21214
21215         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
21216         checks.
21217
21218 2006-10-02  Bruno Haible  <bruno@clisp.org>
21219
21220         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
21221         to the AUTOMAKE_OPTIONS.
21222         Reported by Jim Meyering.
21223
21224 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
21225
21226         Work around bug in Solaris 10 /proc file system:
21227         /proc/self/fd/NNN/.. isn't the parent directory of
21228         the directory whose file descriptor is NNN.  This needs to
21229         be worked around at run time, not compile time, since a
21230         program might be built on Solaris 8, where things work, and
21231         run on Solaris 10.
21232         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
21233         to use the following interface instead:
21234         (OPENAT_BUFFER_SIZE): New macro.
21235         (openat_proc_name): New function.
21236         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
21237         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
21238         Likewise.
21239         * lib/openat-proc.c: New file.
21240         * modules/openat (Files): Add lib/openat-proc.c.
21241         (Depends-on): Add same-inode, stdbool.
21242         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
21243
21244 2006-09-29  Bruno Haible  <bruno@clisp.org>
21245
21246         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
21247         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
21248         argument. Set stdout_closed before testing for ferror, not after.
21249         (fwriteerror, fwriteerror_no_ebadf): New functions.
21250
21251 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21252
21253         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
21254
21255 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
21256
21257         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
21258         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
21259
21260 2006-09-28  Jim Meyering  <jim@meyering.net>
21261
21262         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
21263         Include <unistd.h>.
21264
21265 2006-09-28  Bruno Haible  <bruno@clisp.org>
21266
21267         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
21268         * modules/linkedhash-list (Depends-on): Likewise.
21269         * modules/rbtreehash-list (Depends-on): Likewise.
21270
21271 2006-09-28  Bruno Haible  <bruno@clisp.org>
21272
21273         * lib/strndup.h: Simplify the redefinition of strndup.
21274         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
21275         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
21276
21277 2006-09-28  Bruno Haible  <bruno@clisp.org>
21278
21279         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
21280         * lib/gl_linkedhash_list.c: Likewise.
21281         * lib/gl_rbtreehash_list.c: Likewise.
21282
21283 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
21284
21285         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
21286         getaddrinfo.
21287
21288         * lib/__fpending.h: Don't include <stdio_ext.h> unless
21289         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
21290         it causes <stdio_ext.h> to cause a compile-time error.
21291         Problem reported by Nelson H. F. Beebe.
21292         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
21293         of HAVE_DECL___PENDING.
21294
21295         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
21296         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
21297         declaration.
21298
21299 2006-09-27  Jim Meyering  <jim@meyering.net>
21300
21301         This file could end up with a definition for a function
21302         named __strndup, rather than rpl_strndup on a system with
21303         incomplete weak_alias support.
21304         * lib/strndup.c (strndup): Rename from __strndup.
21305         Remove #defines that used to map __strndup to strndup.
21306         Don't use K&R prototypes.
21307         Remove LIBC-related code, since this file is not sync'd with glibc.
21308         * lib/strndup.h: Revamp, accordingly.
21309         * m4/strndup.m4: Modernize.
21310
21311 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
21312
21313         * modules/savewd (Depends-on): Add 'raise'.
21314         * lib/savewd.c: Include <signal.h>, for 'raise'.
21315
21316 2006-09-26  Jim Meyering  <jim@meyering.net>
21317
21318         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
21319         when we detect Darwin 8.7.0's acl_get_file bug.
21320         Rearrange to perform the new (below) run-test while $LIBS
21321         contains any acl-related library.  Set USE_ACL at the end.
21322         (gl_ACL_GET_FILE): New function.
21323
21324 2006-09-26  Eric Blake  <ebb9@byu.net>
21325
21326         * lib/verror.c: Include <config.h> unconditionally.
21327
21328 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
21329
21330         * modules/clock-time (Maintainer): Add self.
21331         * modules/getlogin_r (Depends-on): Add extensions.
21332
21333 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21334
21335         * modules/clock-time: New module.
21336         * modules/nanosleep (Depends-on): Add clock-time.
21337         * modules/gethrxtime (Depends-on): Likewise.
21338         * modules/gettime (Depends-on): Likewise.
21339         * modules/settime (Depends-on): Likewise.
21340
21341         * modules/fts-lgpl: Depend on openat.
21342         * modules/mkancesdirs: Depend on savewd.
21343         * modules/mkdir-p: Likewise.
21344
21345 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21346
21347         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
21348
21349         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
21350         `gl_have_arbitrary_file_name_length_limit' to
21351         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
21352         actually works between configure runs.
21353
21354 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21355             Bruno Haible  <bruno@clisp.org>
21356
21357         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
21358
21359 2006-09-25  Jim Meyering  <jim@meyering.net>
21360
21361         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
21362         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
21363
21364 2006-09-25  Eric Blake  <ebb9@byu.net>
21365
21366         * gnulib-tool (func_import, func_create_testdir): Fix typos in
21367         exec's in 2006-09-18 patch when shuffling fds.
21368
21369 2006-09-25  Bruno Haible  <bruno@clisp.org>
21370
21371         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
21372         Reported by Jim Meyering.
21373
21374 2006-09-24  Jim Meyering  <jim@meyering.net>
21375
21376         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
21377         compare a pointer against a literal "0".  That caused failures with
21378         at least HP-UX's hpcc.
21379
21380 2006-09-22  Simon Josefsson  <jas@extundo.com>
21381
21382         * modules/gc-sha1:
21383         * modules/gc-md4:
21384         * modules/gc-hmac-sha1:
21385         * modules/gc-hmac-md5:
21386         * modules/gc-des:
21387         * modules/gc-arcfour: Distribute more files.
21388
21389 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21390
21391         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
21392         (gl_linked_iterator_from_to): Initialize struct completely.
21393         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
21394         (gl_tree_iterator_from_to): Likewise
21395         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
21396         * lib/gl_array_list.c [lint] (gl_array_iterator)
21397         (gl_array_iterator_from_to): Likewise.
21398         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
21399         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
21400         (gl_carray_iterator_from_to): Likewise.
21401
21402         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
21403         * lib/md4.c (md4_process_block): Remove unused variable.
21404         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
21405         parentheses for clarity.
21406
21407 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21408
21409         * modules/bison-i18n (Depends-on): Add gettext.
21410
21411 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21412
21413         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
21414         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
21415         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
21416         also add missing comma that caused broken test.
21417         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
21418         stdlib.h, for `abort'.
21419         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
21420         variables.
21421         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
21422         include unistd.h if present, for `rmdir'.
21423         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
21424         variables.
21425         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
21426         in the process include standard headers for prototypes.
21427         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
21428         gets declared on GNU/Linux.
21429         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
21430         unistd.h, for `rmdir'.
21431         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
21432
21433         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
21434         always true.
21435         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
21436
21437         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
21438
21439 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21440
21441         * gnulib-tool (func_version): Create output all at once.  This
21442         may help avoid triggering unnecessary SIGPIPEs, and at any
21443         rate it doesn't hurt.
21444
21445 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21446             Bruno Haible  <bruno@clisp.org>
21447
21448         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
21449         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21450         * m4/signed.m4 (bh_C_SIGNED): Likewise.
21451
21452         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
21453         (gl_FUNC_VASPRINTF): Invoke it.
21454
21455 2006-09-22  Bruno Haible  <bruno@clisp.org>
21456
21457         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
21458         getloadavg.c as first argument.
21459
21460 2006-09-22  Bruno Haible  <bruno@clisp.org>
21461
21462         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
21463         at the beginning of the gl_INIT macro.
21464         * modules/getloadavg (configure.ac): Pass $gl_source_base to
21465         gl_GETLOADAVG.
21466
21467 2006-09-22  Bruno Haible  <bruno@clisp.org>
21468
21469         * gnulib-tool (func_create_megatestdir): Don't include the config-h
21470         module.
21471         Suggested by Ralf Wildenhues.
21472
21473 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21474
21475         Import this patch from libc:
21476
21477         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
21478
21479         * lib/regex_internal.c (re_string_reconstruct): Handle
21480         offset < pstr->valid_raw_len && pstr->offsets_needed case.
21481         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
21482         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
21483         re_string_context_at.
21484
21485         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
21486         now requires it.
21487         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
21488         gl_REGEX now does it for us.
21489         (gl_REGEX): Add test taken from
21490         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
21491
21492         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
21493         Check that large offsets work.  Modernize Autoconf usages.
21494         Prefer "yes" to mean a good thing rather than a bad.
21495         Don't put "#define mkstemp" in config.h, as this might interfere
21496         with standard system headers that "#define mkstemp mkstemp64".
21497
21498         * modules/mkstemp (Depends-on): Add extensions, so that
21499         mkstemp is visible on some platforms.
21500         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
21501         (Include): Change to "mkstemp.h" from <stdlib.h>.
21502         (Files): Add mkstemp.h.
21503
21504         * lib/mkstemp.h: New file, since some standard headers
21505         #define mkstemp.
21506         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
21507         Include "mkstemp.h".
21508         Make the _LIBC code resemble glibc original more,
21509         e.g., use K&R style.
21510         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
21511         (mkstemp): Remove, since mkstemp.h does this for us.
21512         * lib/stdlib--.h: Include mkstemp.h.
21513
21514         Import this patch from libc:
21515
21516         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21517
21518         * lib/tempname.c (__gen_tempname): Change attempts_min
21519         into a macro.  Use preprocessor to decide how to initialize
21520         attempts [Coverity CID 67].
21521
21522 2006-09-20  Bruno Haible  <bruno@clisp.org>
21523
21524         * lib/mkdtemp.c: Import from libc.
21525         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21526                 * sysdeps/posix/tempname.c (__gen_tempname): Change
21527                 attempts_min into a macro.  Use preprocessor to decide how to
21528                 initialize attempts [Coverity CID 67].
21529         2001-11-27  Paul Eggert  <eggert@twinsun.com>
21530                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
21531                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
21532
21533 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21534
21535         * gnulib-tool (func_exit): New function, to allow to pass the
21536         exit status portably through the trap.  Use everywhere.
21537         (--help, --version): Signal a write error.
21538         (trap): catch SIGPIPE, for write errors.
21539         Exit at the end of the trap, with the correct exit status.
21540
21541 2006-09-19  Karl Berry  <karl@gnu.org>
21542
21543         * doc/gnulib.texi: note about the license texinfo files.
21544
21545 2006-09-19  Eric Blake  <ebb9@byu.net>
21546
21547         * gnulib-tool: Avoid space-tab.
21548
21549 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21550
21551         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
21552         that prevented coreutils 6.1 from building.  Problem reported
21553         by Petter Reinholdtsen.
21554
21555 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21556
21557         * gnulib-tool (avoidlist): Fix typo that broke options like
21558         --avoid=lock that are used by coreutils bootstrap.
21559
21560 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
21561
21562         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
21563         more systematically.
21564
21565 2006-09-18  Jim Meyering  <jim@meyering.net>
21566
21567         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
21568
21569 2006-09-18  Bruno Haible  <bruno@clisp.org>
21570
21571         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
21572
21573 2006-09-18  Bruno Haible  <bruno@clisp.org>
21574
21575         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
21576         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
21577         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
21578         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
21579         * m4/gettext.m4: Require autoconf >= 2.52.
21580         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
21581         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
21582         of gl_cv_header_inttypes_h.
21583
21584 2006-09-18  Bruno Haible  <bruno@clisp.org>
21585
21586         * lib/javaversion.c: Include configmake.h.
21587
21588 2006-09-18  Bruno Haible  <bruno@clisp.org>
21589
21590         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
21591         avoid that the while loops be executed in a subshell.
21592
21593 2006-09-18  Bruno Haible  <bruno@clisp.org>
21594
21595         * MODULES.html.sh (func_module): Break long lines.
21596         Suggested by Bruce Korb <bkorb@gnu.org>.
21597
21598 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21599
21600         Speed up by a factor of 1.12.
21601         * gnulib-tool (nl): New variable.
21602         (func_import): Rewrite include directive extraction to only read each
21603         directive once.
21604
21605 2006-09-17  Bruno Haible  <bruno@clisp.org>
21606
21607         * modules/javaversion (Makefile.am): Remove DEFS setting.
21608         (Depends-on): Add configmake, for PKGDATADIR definition.
21609
21610 2006-09-17  Bruno Haible  <bruno@clisp.org>
21611
21612         * gnulib-tool (func_create_testdir): Rewrite all files at once.
21613
21614 2006-09-17  Bruno Haible  <bruno@clisp.org>
21615
21616         * gnulib-tool (func_append): New function, stolen from libtool.m4.
21617         (func_modules_transitive_closure, func_modules_add_dummy,
21618         func_modules_to_filelist, func_import, func_create_testdir,
21619         func_create_megatestdir, ...): Use it wherever possible.
21620         Suggested by Ralf Wildenhues.
21621
21622 2006-09-16  Karl Berry  <karl@gnu.org>
21623
21624         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
21625         to avoid sectioning errors.
21626         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
21627         [ifinfo]: blank line after @center-ed titles.
21628         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
21629         Spell FSF address consistently with others.
21630         (These changes approved by rms.)
21631
21632 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21633
21634         Speed up by a factor of 1.61.
21635         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
21636         already checked module names again.
21637
21638 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21639
21640         Speed up by a factor of 1.13.
21641         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
21642         for new_files, and the input to func_add_or_update.
21643
21644 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21645
21646         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
21647         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
21648
21649 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21650
21651         * modules/mkancesdirs (Depends-on): Add fcntl.
21652         * modules/savewd: New file.
21653         * MODULES.html.sh (File system functions): Add savewd.
21654
21655         * modules/configmake (Makefile.am): Add support for the
21656         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
21657
21658 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21659
21660         * m4/savewd.m4: New file.
21661
21662 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21663
21664         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
21665         (dirchownmod): New arg FD.  All callers changed.
21666         Use FD rather than opening the directory ourself, as opening is
21667         now the caller's responsibility.
21668         * lib/dirchownmod.h: Likewise.
21669         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
21670         hosts that require <sys/types.h> before <sys/stat.h>.  Include
21671         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
21672         (test_dir): Remove.
21673         (mkancesdirs): Return length of prefix of FILE that has already
21674         been made, or -2 if there is a child doing the work.  Redo
21675         algorithm so that it is O(N) rather than O(N**2).  Optimize away
21676         ".", and treat ".." specially since it might stray back into
21677         already-created areas.  Use a subprocess if necessary.  New arg
21678         WD; all users changed.  MAKE_DIR function should now return 1
21679         if it creates a directory that is not readable.  Return -2 if
21680         a child process is spun off.
21681         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
21682         Adjust signature to match code.
21683         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
21684         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
21685         all users changed.
21686         * lib/savewd.c, lib/savewd.h: New files.
21687
21688 2006-09-15  Jim Meyering  <jim@meyering.net>
21689
21690         * modules/rename-dest-slash: New module.
21691         * MODULES.html.sh (posix_compat): Add it here.
21692
21693         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
21694
21695 2006-09-15  Jim Meyering  <jim@meyering.net>
21696
21697         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
21698         file.
21699
21700         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
21701
21702 2006-09-15  Jim Meyering  <jim@meyering.net>
21703
21704         * lib/rename-dest-slash.c (has_trailing_slash): Use
21705         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
21706         (rpl_rename_dest_slash): Perform the cheaper trailing slash
21707         test before testing whether SRC is a directory.
21708         Suggestions from Bruno Haible.
21709
21710         Avoid a warning about an unused variable.
21711         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
21712         into the #ifdef block where it's used.
21713
21714         * lib/rename-dest-slash.c: New file.
21715
21716 2006-09-14  Bruno Haible  <bruno@clisp.org>
21717
21718         * lib/allocsa.c: Include <config.h> unconditionally.
21719         * lib/asnprintf.c: Likewise.
21720         * lib/asprintf.c: Likewise.
21721         * lib/c-strcasecmp.c: Likewise.
21722         * lib/c-strcasestr.c: Likewise.
21723         * lib/c-strncasecmp.c: Likewise.
21724         * lib/c-strstr.c: Likewise.
21725         * lib/classpath.c: Likewise.
21726         * lib/clean-temp.c: Likewise.
21727         * lib/concatpath.c: Likewise.
21728         * lib/copy-file.c: Likewise.
21729         * lib/csharpcomp.c: Likewise.
21730         * lib/csharpexec.c: Likewise.
21731         * lib/execute.c: Likewise.
21732         * lib/fatal-signal.c: Likewise.
21733         * lib/findprog.c: Likewise.
21734         * lib/fwriteerror.c: Likewise.
21735         * lib/gl_array_list.c: Likewise.
21736         * lib/gl_array_oset.c: Likewise.
21737         * lib/gl_avltree_list.c: Likewise.
21738         * lib/gl_avltree_oset.c: Likewise.
21739         * lib/gl_avltreehash_list.c: Likewise.
21740         * lib/gl_carray_list.c: Likewise.
21741         * lib/gl_linked_list.c: Likewise.
21742         * lib/gl_linkedhash_list.c: Likewise.
21743         * lib/gl_list.c: Likewise.
21744         * lib/gl_oset.c: Likewise.
21745         * lib/gl_rbtree_list.c: Likewise.
21746         * lib/gl_rbtree_oset.c: Likewise.
21747         * lib/gl_rbtreehash_list.c: Likewise.
21748         * lib/imaxabs.c: Likewise.
21749         * lib/imaxdiv.c: Likewise.
21750         * lib/javacomp.c: Likewise.
21751         * lib/javaexec.c: Likewise.
21752         * lib/javaversion.c: Likewise.
21753         * lib/linebreak.c: Likewise.
21754         * lib/localcharset.c: Likewise.
21755         * lib/lock.c: Likewise.
21756         * lib/mbchar.c: Likewise.
21757         * lib/mbswidth.c: Likewise.
21758         * lib/mkdtemp.c: Likewise.
21759         * lib/pipe.c: Likewise.
21760         * lib/printf-args.c: Likewise.
21761         * lib/printf-parse.c: Likewise.
21762         * lib/progname.c: Likewise.
21763         * lib/progreloc.c: Likewise.
21764         * lib/readlink.c: Likewise.
21765         * lib/sh-quote.c: Likewise.
21766         * lib/stpcpy.c: Likewise.
21767         * lib/stpncpy.c: Likewise.
21768         * lib/strcasecmp.c: Likewise.
21769         * lib/strcasestr.c: Likewise.
21770         * lib/strcspn.c: Likewise.
21771         * lib/striconv.c: Likewise.
21772         * lib/strncasecmp.c: Likewise.
21773         * lib/strnlen1.c: Likewise.
21774         * lib/strstr.c: Likewise.
21775         * lib/strtok_r.c: Likewise.
21776         * lib/tls.c: Likewise.
21777         * lib/tmpdir.c: Likewise.
21778         * lib/unicodeio.c: Likewise.
21779         * lib/unsetenv.c: Likewise.
21780         * lib/vasnprintf.c: Likewise.
21781         * lib/vasprintf.c: Likewise.
21782         * lib/wait-process.c: Likewise.
21783         * lib/xallocsa.c: Likewise.
21784         * lib/xsetenv.c: Likewise.
21785         * lib/xstriconv.c: Likewise.
21786
21787 2006-09-13  Simon Josefsson  <jas@extundo.com>
21788
21789         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
21790         that internally, suggested by Ralf Wildenhues
21791         <Ralf.Wildenhues@gmx.de>.
21792
21793 2006-09-13  Simon Josefsson  <jas@extundo.com>
21794
21795         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
21796         @LIBOBJS@.
21797         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21798
21799 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21800
21801         * lib/_fpending.c: Include <config.h> unconditionally, since we no
21802         longer worry about uses that don't define HAVE_CONFIG_H.
21803         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
21804         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
21805         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
21806         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
21807         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
21808         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
21809         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
21810         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
21811         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
21812         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
21813         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
21814         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
21815         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
21816         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
21817         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
21818         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
21819         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
21820         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
21821         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
21822         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
21823         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
21824         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
21825         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
21826         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
21827         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
21828         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
21829         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
21830         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
21831         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
21832         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
21833         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
21834         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
21835         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
21836         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
21837         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
21838         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
21839         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
21840         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
21841         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
21842         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
21843         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
21844         Likewise.
21845
21846 2006-09-13  Eric Blake  <ebb9@byu.net>
21847
21848         * lib/getopt.c: Fix typo in last commit.
21849
21850 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21851
21852         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
21853         dgettext.
21854
21855 2006-09-12  Jim Meyering  <jim@meyering.net>
21856
21857         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
21858         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
21859         Reported by Nelson H. F. Beebe.
21860
21861 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21862
21863         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
21864         program_invocation_name and program_invocation_short_name are
21865         initialized.
21866         * lib/argp-namefrob.h: Move declarations of program_invocation_name
21867         and program_invocation_short_name to argp.h, so they are visible
21868         to user programs.
21869         * lib/argp.h: Likewise
21870
21871 2006-09-10  Bruno Haible  <bruno@clisp.org>
21872
21873         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
21874         m4/inttypes_h.m4, m4/uintmax_t.m4.
21875
21876 2006-09-10  Bruno Haible  <bruno@clisp.org>
21877
21878         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
21879         gl_AC_TYPE_UINTMAX_T.
21880
21881 2006-09-10  Bruno Haible  <bruno@clisp.org>
21882
21883         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
21884
21885 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21886
21887         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
21888         convention.  Text proposed by Bruno Haible.
21889         (struct argp_option): Document the use of N_() wrappers.
21890
21891         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
21892         '\v', and translate the two parts separately, instead of feeding
21893         the whole string to gettext.  This allows to exclude
21894         '\v' from the strings visible to the translator by writing doc
21895         strings as N_("..") "\v" N_("..").
21896
21897 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
21898
21899         * config/srclist.txt: Undo latest change; the bug was fixed.
21900
21901 2006-09-09  Bruno Haible  <bruno@clisp.org>
21902
21903         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
21904         assignments if building a library without libtool.
21905         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
21906         in func_emit_lib_Makefile_am.
21907         (func_import): When building a static library libfoo.a, arrange to
21908         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
21909         (func_create_testdir): Likewise.
21910         * modules/gc (configure.ac, Makefile.am): If building statically,
21911         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
21912         * modules/iconvme (configure.ac, Makefile.am): Likewise.
21913         * modules/striconv (configure.ac, Makefile.am): Likewise.
21914         Based on a suggestion by Ralf Wildenhues.
21915
21916 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21917
21918         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21919         Check for unistd.h too, since Autoconf doesn't assume POSIX.
21920         Also:
21921
21922         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21923         Add year_2050_test to catch glibc bug 2821
21924         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
21925
21926         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21927         Prefer #ifdef to #if.
21928
21929         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
21930         Return from 'main' instead of calling 'exit'.
21931
21932 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21933
21934         * lib/mktime.c (guess_time_tm): Fix bug where mktime
21935         returned the maximum time_t value rather than (time_t) -1.
21936         Problem originally reported by William Bardwell
21937         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
21938
21939         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
21940         Moved to here ...
21941         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
21942         ... from here.
21943
21944 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21945
21946         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
21947         2821 is fixed.
21948
21949 2006-09-08  Jim Meyering  <jim@meyering.net>
21950
21951         Don't make generated files read-only.  That would bother too many
21952         people.  However, do retain the ability to work when targets are
21953         read-only: remove the destination and temporary files before writing
21954         them (when generated via sed or echo), or by using the -f option for
21955         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
21956         * modules/alloca-opt, modules/argz, modules/arpa_inet:
21957         * modules/byteswap, modules/configmake, modules/fcntl:
21958         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
21959         * modules/localcharset, modules/netinet_in, modules/poll:
21960         * modules/stdbool, modules/stdint, modules/sys_select:
21961         * modules/sys_socket, modules/sys_stat, modules/sysexits:
21962
21963 2006-09-08  Jim Meyering  <jim@meyering.net>
21964
21965         Avoid new build failure on FreeBSD 6.0.
21966         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
21967         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
21968         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
21969
21970 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21971
21972         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
21973
21974 2006-09-07  Jim Meyering  <jim@meyering.net>
21975
21976         Fix global typo in last change: use chmod u-w, not chmod u-x.
21977         Spotted by Paul Eggert and Bruce Korb.
21978         * modules/alloca-opt, modules/argz, modules/arpa_inet:
21979         * modules/byteswap, modules/configmake, modules/fcntl:
21980         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
21981         * modules/localcharset, modules/netinet_in, modules/poll:
21982         * modules/stdbool, modules/stdint, modules/sys_select:
21983         * modules/sys_socket, modules/sys_stat, modules/sysexits:
21984
21985 2006-09-06  Jim Meyering  <jim@meyering.net>
21986
21987         Make generated files be read-only.
21988         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
21989         Ensure that each generated file is now read-only.
21990         * modules/argz: Likewise.
21991         * modules/arpa_inet: Likewise.
21992         * modules/byteswap: Likewise.
21993         * modules/configmake: Likewise.
21994         * modules/fcntl: Likewise.
21995         * modules/fnmatch: Likewise.
21996         * modules/getopt: Likewise.
21997         * modules/glob: Likewise.
21998         * modules/inttypes: Likewise.
21999         * modules/netinet_in: Likewise.
22000         * modules/poll: Likewise.
22001         * modules/stdbool: Likewise.
22002         * modules/stdint: Likewise.
22003         * modules/sys_select: Likewise.
22004         * modules/sys_socket: Likewise.
22005         * modules/sys_stat: Likewise.
22006         * modules/sysexits: Likewise.
22007         * modules/localcharset: Same as above, but continue using temporary
22008         file named "t-$@" (why different?) rather than the "$@-t" used
22009         everywhere else.
22010
22011         * modules/sysexits (Makefile.am): Replace literal occurrences
22012         of "sysexit.h" more readable, and more consistent, "$@".
22013
22014 2006-09-06  Bruno Haible  <bruno@clisp.org>
22015
22016         * modules/striconv: New file.
22017         * modules/xstriconv: New file.
22018         * MODULES.html.sh (Internationalization functions): Add striconv,
22019         xstriconv.
22020
22021 2006-09-06  Bruno Haible  <bruno@clisp.org>
22022
22023         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
22024         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
22025         not using libtool correctly.
22026
22027 2006-09-06  Bruno Haible  <bruno@clisp.org>
22028
22029         * lib/striconv.h: New file.
22030         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
22031         iconvstring.c.
22032         * lib/xstriconv.h: New file.
22033         * lib/xstriconv.c: New file.
22034
22035 2006-09-06  Bruno Haible  <bruno@clisp.org>
22036
22037         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22038         lib_..._LDFLAGS.
22039
22040 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22041
22042         * lib/argz_.h: Sync from Libtool.
22043
22044         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
22045                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22046
22047         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
22048
22049 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22050
22051         * modules/trim: New file.
22052
22053 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22054
22055         * lib/trim.h: New file.
22056         * lib/trim.c: New file.
22057
22058 2006-09-05  Bruno Haible  <bruno@clisp.org>
22059
22060         * MODULES.html.sh (String handling): Add trim.
22061
22062 2006-09-04  Karl Berry  <karl@gnu.org>
22063
22064         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
22065         until next release.
22066
22067 2006-09-03  Bruno Haible  <bruno@clisp.org>
22068
22069         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
22070         correctly.
22071
22072 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22073
22074         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
22075         not gl_GETLOADAVG.  Omit unneeded semicolons.
22076         Problems reported by Ralf Wildenhues in
22077         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22078         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
22079         at the end, which is the usual gnulib style.
22080
22081         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
22082         of doing all the work ourselves.
22083         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
22084         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
22085
22086 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
22089         Problem reported by Ralf Wildenhues in
22090         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22091
22092         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
22093         HAVE_STRUCT_STATFS_F_FSTYPENAME.
22094
22095 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
22098         yesterday's patch by changing test -n to test -z.
22099
22100 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22101
22102         * modules/getloadavg (Files): Add m4/getloadavg.m4.
22103         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
22104         the former is now obsolescent.
22105
22106         * modules/chdir-long (Depends-on): Add fcntl.
22107
22108 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
22111         obsolescent, and programs should use gnulib instead.
22112         * m4/getloadavg.m4: New file, with contents taken from Autoconf
22113         but with prefixes changed.
22114
22115 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22116
22117         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
22118         or stdbool.h, because they might not exist while configuring.
22119
22120         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
22121         Don't include unistd.h or limits.h; not needed, since chdir-long.h
22122         does that for us.
22123         (O_DIRECTORY): Remove.
22124
22125 2006-08-31  Eric Blake  <ebb9@byu.net>
22126
22127         * gnulib-tool: Don't let emacs change spaces to TAB.
22128
22129 2006-08-31  Bruno Haible  <bruno@clisp.org>
22130
22131         * gnulib-tool: When calling func_import more than once, do it in a
22132         subshell.
22133         Reported by Eric Blake <ebb9@byu.net>.
22134
22135 2006-08-31  Bruno Haible  <bruno@clisp.org>
22136
22137         * gnulib-tool (nl): Remove variable.
22138         (sed_transform_lib_file): Use more robust test for config-h module.
22139         (func_import): Fix typo in 2006-08-25 patch.
22140
22141 2006-08-31  Bruno Haible  <bruno@clisp.org>
22142
22143         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
22144         specified, augment Makefile.am variables instead of assigning them.
22145
22146 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22147
22148         Work around a bug in both the Linux and SunOS 64-bit kernels:
22149         nanosleep mishandles sleeps for longer than 2**31 seconds.
22150         Problem reported by Frank v Waveren in
22151         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
22153         Check for nanosleep bug.
22154         (LIB_NANOSLEEP): Append clock_gettime library if needed.
22155
22156 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22157
22158         Work around a bug in both the Linux and SunOS 64-bit kernels:
22159         nanosleep mishandles sleeps for longer than 2**31 seconds.
22160         Problem reported by Frank v Waveren in
22161         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22162         * lib/nanosleep.c (BILLION): New constant.
22163         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
22164         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
22165         implementation.
22166
22167 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * modules/nanosleep (Depends-on): Add gettime.
22170
22171 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22172         and Simon Josefsson  <jas@extundo.com>
22173         and Oskar Liljeblad  <oskar@osk.mine.nu>
22174
22175         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
22176         * gnulib-tool (func_import): New license type 'unmodifiable license
22177         text'.
22178         * modules/fdl: Use it.  Longer description.
22179         * module/gpl, module/lgpl: New files.
22180
22181 2006-08-30  Jim Meyering  <jim@meyering.net>
22182
22183         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
22184         shadowing the parameter.
22185
22186 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22187
22188         Sync from Libtool:
22189
22190         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22191
22192         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
22193         sharing with gnulib.  Report by Eric Blake.
22194
22195 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22196
22197         * modules/isapipe: New file.
22198         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
22199
22200 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22201
22202         * modules/configmake (Makefile.am): Add a comment, and omit
22203         the CONFIGMAKE_ prefix from generated macro names.  Suggested
22204         by Bruno Haible.
22205
22206 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22207
22208         * m4/isapipe.m4: New file.
22209
22210 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22211
22212         * lib/isapipe.c, lib/isapipe.h: New files.
22213
22214 2006-08-29  Jim Meyering  <jim@meyering.net>
22215
22216         * modules/configmake (Makefile.am): Make configmake.h depend on
22217         Makefile.  Otherwise, a stale configmake.h could hang around.
22218
22219 2006-08-29  Eric Blake  <ebb9@byu.net>
22220
22221         * lib/error.c (error_at_line, print_errno_message): Match libc, after
22222         resolution of upstream bug 3044.
22223
22224 2006-08-29  Bruno Haible  <bruno@clisp.org>
22225
22226         * modules/localcharset (Depends-on): Add configmake.
22227         (Makefile.am): Remove setting of LIBDIR through DEFS.
22228
22229 2006-08-29  Bruno Haible  <bruno@clisp.org>
22230
22231         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
22232         defined.
22233
22234 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22235
22236         * modules/fcntl: New file.
22237         * modules/chdir-safer (Depends-on): Add fcntl.
22238         * modules/fts: Likewise.
22239         * modules/mkdir-p: Likewise.
22240
22241         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
22242         This undoes the most recent change, since we're now addressing the
22243         problem in a different way.
22244
22245         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
22246         into output, since the output might be called Makefile.am even
22247         if $makefile_name is something different.
22248         (func_import): Use $makefile_am rather than
22249         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
22250         empty.
22251
22252         * modules/inttypes (Files): Add m4/inttypes-h.m4.
22253
22254 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22255
22256         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
22257         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
22258         recent change to stdint.m4, since we're now addressing the problem in a
22259         different way.
22260
22261 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22262
22263         * m4/fcntl_h.m4: New file.
22264
22265 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22266
22267         * lib/fcntl_.h: New file.
22268         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
22269         the fcntl module.
22270         * lib/dirchownmod.c: Likewise.
22271         * lib/fts.c: Likewise.
22272
22273         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
22274         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
22275         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
22276         just before including <inttypes.h>, to avoid circular inclusion.
22277
22278 2006-08-28  Jim Meyering  <jim@meyering.net>
22279
22280         * doc/visibility.texi: Actually read and correct the grammar of the
22281         sentence affected by yesterday's change.
22282
22283 2006-08-28  Eric Blake  <ebb9@byu.net>
22284
22285         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
22286         needs wrapper.
22287
22288 2006-08-28  Eric Blake  <ebb9@byu.net>
22289
22290         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
22291
22292 2006-08-28  Eric Blake  <ebb9@byu.net>
22293
22294         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
22295
22296 2006-08-28  Bruno Haible  <bruno@clisp.org>
22297
22298         * modules/c-strstr: New file, from GNU gettext.
22299         * MODULES.html.sh (String handling): Add c-strstr.
22300
22301 2006-08-28  Bruno Haible  <bruno@clisp.org>
22302
22303         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
22304         macros.
22305         Reported by Eric Blake.
22306
22307 2006-08-28  Bruno Haible  <bruno@clisp.org>
22308
22309         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
22310         (VASNPRINTF): Return a string of length > INT_MAX without failing.
22311         * lib/vasprintf.c: Include errno.h, limits.h.
22312         (EOVERFLOW): New fallback definition.
22313         (vasprintf): Test here whether the string length is > INT_MAX.
22314         * lib/vsnprintf.c: Include errno.h, limits.h.
22315         (EOVERFLOW): New fallback definition.
22316         (vsnprintf): Fix bug when generated string was too long for the buffer.
22317         Test here whether the string length is > INT_MAX.
22318
22319 2006-08-28  Bruno Haible  <bruno@clisp.org>
22320
22321         * lib/inttypes_.h (SCNX*): Remove definitions.
22322         Reported by Eric Blake.
22323
22324 2006-08-28  Bruno Haible  <bruno@clisp.org>
22325
22326         * lib/c-strstr.h: New file, from GNU gettext.
22327         * lib/c-strstr.c: New file, from GNU gettext.
22328
22329 2006-08-28  Bruno Haible  <bruno@clisp.org>
22330
22331         * gnulib-tool: Reorder some statements.
22332
22333 2006-08-28  Bruno Haible  <bruno@clisp.org>
22334
22335         * gnulib-tool: New option --makefile-name.
22336         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
22337         $makefile_name.
22338         (func_import): Write $makefile_name to the cache file, and read it from
22339         there unless explicitly specified. Use $makefile_name as file name
22340         instead of Makefile.am. Adjust the recommendations accordingly.
22341
22342 2006-08-28  Bruno Haible  <bruno@clisp.org>
22343
22344         * gnulib-tool (func_verify_module): Check against misapplying patch.
22345
22346 2006-08-28  Bruno Haible  <bruno@clisp.org>
22347
22348         * gnulib-tool (func_relativize, func_relconcat): New functions.
22349         Give an error if --local-dir is given with --update.
22350         Remove trailing slashes from $local_gnulib_dir.
22351         (func_import): Store the relativized $local_gnulib_dir in
22352         gnulib-cache.m4, and read it from there if not specified explicitly.
22353
22354 2006-08-28  Bruno Haible  <bruno@clisp.org>
22355
22356         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
22357         is the current directory. Respect also $local_gnulib_dir.
22358
22359 2006-08-28  Bruno Haible  <bruno@clisp.org>
22360             Simon Josefsson  <jas@extundo.com>
22361
22362         BeOS portability.
22363         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
22364
22365 2006-08-27  Jim Meyering  <jim@meyering.net>
22366
22367         * doc/visibility.texi: Remove duplicate word: "pointer".
22368
22369 2006-08-26  Bruno Haible  <bruno@clisp.org>
22370
22371         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
22372         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
22373         (Makefile.am): Create inttypes.h from inttypes_.h.
22374         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
22375
22376         * modules/imaxabs: New file.
22377
22378         * modules/imaxdiv: New file.
22379
22380 2006-08-26  Bruno Haible  <bruno@clisp.org>
22381
22382         * m4/inttypes.m4: New file.
22383         * m4/_inttypes_h.m4: Remove file.
22384         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
22385         PRI_MACROS_BROKEN.
22386         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
22387
22388         * m4/imaxabs.m4: New file.
22389
22390         * m4/imaxdiv.m4: New file.
22391
22392 2006-08-26  Bruno Haible  <bruno@clisp.org>
22393
22394         * lib/inttypes_.h: New file.
22395         * lib/inttypes.h: Remove file.
22396         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
22397
22398         * lib/imaxabs.c: New file.
22399
22400         * lib/imaxdiv.c: New file.
22401
22402 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22403
22404         New config-h module, so that "make" output needn't be cluttered
22405         by -DHAVE_CONFIG_H.
22406         * MODULES.html.sh (Support for building libraries and executables):
22407         Add config-h.
22408         * modules/config-h: New file.
22409         * gnulib-tool (nl, sed_transform_lib_file): New vars.
22410         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
22411         the config-h module is used.
22412
22413         New configmake module, so that "make" output needn't be cluttered
22414         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
22415         * MODULES.html.sh (Support for building libraries and executables):
22416         Add configmake.
22417         * modules/configmake: New file.
22418
22419 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22420
22421         * m4/config-h.m4: New file.
22422
22423 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22424
22425         * config/srclist.txt: Add elisp-comp.
22426
22427 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22428
22429         * MODULES.html.sh (Support for building libraries and executables):
22430         Add elisp-comp.
22431         * build-aux/elisp-comp: New file.
22432         * modules/elisp-comp: New file.
22433
22434 2006-08-24  Bruno Haible  <bruno@clisp.org>
22435
22436         * gnulib-tool (func_create_testdir): Use non-default values of
22437         sourcebase and m4base.
22438
22439 2006-08-24  Bruno Haible  <bruno@clisp.org>
22440
22441         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
22442         HTML structure.
22443
22444 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22445
22446         * modules/openat (Depends-on): Add lchown.
22447
22448 2006-08-23  Bruno Haible  <bruno@clisp.org>
22449
22450         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
22451         of gl_LOCK_EARLY instead of gl_LOCK.
22452
22453 2006-08-23  Bruno Haible  <bruno@clisp.org>
22454
22455         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
22456         on OSF/1 to no.
22457         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
22458
22459 2006-08-23  Bruno Haible  <bruno@clisp.org>
22460
22461         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
22462         as unusable.
22463
22464         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
22465         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
22466         (gl_LOCK): New macro.
22467
22468 2006-08-22  Simon Josefsson  <jas@extundo.com>
22469
22470         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
22471         to md5 module.
22472
22473 2006-08-22  Simon Josefsson  <jas@extundo.com>
22474
22475         * MODULES.html.sh: Add "Support for maintaining and release
22476         projects".
22477
22478         * build-aux/gnupload: New file, from coreutils.
22479
22480 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22481
22482         Avoid the need for AC_LIBSOURCES in m4 macros.
22483         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
22484         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
22485         * modules/check-version (EXTRA_DIST): Add check-version.h.
22486         * modules/crc (EXTRA_DIST): Add crc.h.
22487         * modules/des (EXTRA_DIST): Add des.h.
22488         * modules/gc (EXTRA_DIST): Add gc.h.
22489         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
22490         * modules/getline (EXTRA_DIST): Add getline.h.
22491         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
22492         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
22493         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
22494         * modules/md2 (EXTRA_DIST): Add md2.h.
22495         * modules/md4 (EXTRA_DIST): Add md4.h.
22496         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
22497         * modules/read-file (EXTRA_DIST): Add read-file.h.
22498         * modules/readline (EXTRA_DIST): Add readline.h.
22499         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
22500         rijndael-api-fst.h.
22501
22502 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22503
22504         * m4/rijndael.m4 (gl_ARCFOUR):
22505         * m4/arctwo.m4 (gl_ARCTWO):
22506         * m4/check-version.m4 (gl_CHECK_VERSION):
22507         * m4/crc.m4 (gl_CRC):
22508         * m4/des.m4 (gl_DES):
22509         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
22510         * m4/gc.m4 (gl_GC):
22511         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
22512         * m4/getline.m4 (gl_FUNC_GETLINE):
22513         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
22514         * m4/hmac-md5.m4 (gl_HMAC_MD5):
22515         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
22516         * m4/md2.m4 (gl_MD2):
22517         * m4/md4.m4 (gl_MD4):
22518         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
22519         * m4/read-file.m4 (gl_FUNC_READ_FILE):
22520         * m4/readline.m4 (gl_FUNC_READLINE):
22521         * m4/rijndael.m4 (gl_RIJNDAEL):
22522         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
22523         to get the necessary .h files and whatnot.
22524
22525 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22526
22527         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
22528         gnulib rather than the other way around.
22529         * config/srclistvars.sh (COREUTILS): Remove.
22530
22531 2006-08-22  Jim Meyering  <jim@meyering.net>
22532
22533         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
22534
22535         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
22536
22537 2006-08-22  Eric Blake  <ebb9@byu.net>
22538
22539         * modules/regexprops-generic: New file.
22540         * MODULES.html.sh (Support for building documentation): List it.
22541
22542 2006-08-22  Eric Blake  <ebb9@byu.net>
22543
22544         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
22545         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
22546         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
22547         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
22548
22549 2006-08-22  Bruno Haible  <bruno@clisp.org>
22550
22551         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
22552         and lib_LTLIBRARIES like the other lib_* variables.
22553
22554 2006-08-22  Bruno Haible  <bruno@clisp.org>
22555
22556         * build-aux/x-to-1.in: New file, from GNU gettext.
22557
22558 2006-08-22  Bruno Haible  <bruno@clisp.org>
22559
22560         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
22561         <utmpx.h> exists.
22562
22563 2006-08-22  Bruno Haible  <bruno@clisp.org>
22564
22565         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
22566         <utmpx.h> exists.
22567
22568 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22569
22570         BeOS portability.
22571         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
22572         exist.
22573         Problem reported by Bruno Haible.
22574
22575 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22576
22577         Avoid the need for AC_LIBSOURCES in m4 macros.
22578         * modules/acl (EXTRA_DIST): Add acl.h.
22579         * modules/argmatch (Files): Add m4/argmatch.m4.
22580         (configure.ac): Add gl_ARGMATCH.
22581         (EXTRA_DIST): Renamed from lib_SOURCES, for
22582         consistency with the other modules.  Remove argmatch.c.
22583         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
22584         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
22585         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
22586         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
22587         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
22588         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
22589         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
22590         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
22591         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
22592         * modules/closeout (EXTRA_DIST): Add closeout.h.
22593         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
22594         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
22595         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
22596         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
22597         dirname.h; remove basename.c and stripslash.c.
22598         * modules/exclude (EXTRA_DIST): Add exclude.h.
22599         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
22600         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
22601         * modules/file-type (EXTRA_DIST): Add file-type.h.
22602         * modules/filemode (EXTRA_DIST): Add filemode.h.
22603         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
22604         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22605         * modules/fpending (EXTRA_DIST): Add __fpending.h.
22606         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
22607         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
22608         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
22609         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
22610         * modules/getdate (EXTRA_DIST): Add getdate.c.
22611         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
22612         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
22613         * modules/getpass (EXTRA_DIST): Add getpass.h.
22614         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
22615         * modules/group-member (EXTRA_DIST): Add group-member.h.
22616         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
22617         * modules/hash (EXTRA_DIST): Add hash.h.
22618         * modules/human (EXTRA_DIST): Add human.h.
22619         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
22620         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
22621         * modules/lchown (EXTRA_DIST): Add lchown.h.
22622         * modules/long-options (EXTRA_DIST): Add long-options.h.
22623         * modules/lstat (EXTRA_DIST): Add lstat.h.
22624         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
22625         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
22626         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
22627         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
22628         * modules/memxor (EXTRA_DIST): Add memxor.h.
22629         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
22630         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
22631         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
22632         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
22633         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
22634         * modules/physmem (EXTRA_DIST): Add physmem.h.
22635         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
22636         * modules/posixver (EXTRA_DIST): Add posixver.h.
22637         * modules/quote (EXTRA_DIST): Add quote.h.
22638         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
22639         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
22640         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
22641         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
22642         regex_internal.h regexec.c.
22643         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
22644         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
22645         * modules/same (EXTRA_DIST): Add same.h.
22646         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
22647         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
22648         * modules/savedir (EXTRA_DIST): Add savedir.h.
22649         * modules/sha1 (EXTRA_DIST): Add sha1.h.
22650         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
22651         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
22652         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
22653         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
22654         * modules/strdup (EXTRA_DIST): Add strdup.h.
22655         * modules/strftime (EXTRA_DIST): Add strftime.h.
22656         * modules/strndup (EXTRA_DIST): Add strndup.h.
22657         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
22658         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
22659         * modules/time_r (EXTRA_DIST): Add time_r.h.
22660         * modules/timespec (EXTRA_DIST): Add timespec.h.
22661         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22662         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
22663         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
22664         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
22665         * modules/userspec (EXTRA_DIST): Add userspec.h.
22666         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
22667         * modules/utimens (EXTRA_DIST): Add utimens.h.
22668         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
22669         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
22670         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
22671         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
22672         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
22673         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
22674         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
22675         * modules/yesno (EXTRA_DIST): Add yesno.h.
22676
22677 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22678
22679         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
22680
22681         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
22682         * m4/dev-ino.m4, same-inode.m4: Remove.
22683
22684         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
22685         * m4/acl.m4 (AC_FUNC_ACL):
22686         * m4/backupfile.m4 (gl_BACKUPFILE):
22687         * m4/c-strtod.m4 (gl_C99_STRTOLD):
22688         * m4/canon-host.m4 (gl_CANON_HOST):
22689         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22690         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
22691         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
22692         * m4/cloexec.m4 (gl_CLOEXEC):
22693         * m4/close-stream.m4 (gl_CLOSE_STREAM):
22694         * m4/closeout.m4 (gl_CLOSEOUT):
22695         * m4/dirfd.m4 (gl_FUNC_DIRFD):
22696         * m4/dirname.m4 (gl_DIRNAME):
22697         * m4/exclude.m4 (gl_EXCLUDE):
22698         * m4/exitfail.m4 (gl_EXITFAIL):
22699         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
22700         * m4/file-type.m4 (gl_FILE_TYPE):
22701         * m4/filemode.m4 (gl_FILEMODE):
22702         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
22703         * m4/fpending.m4 (gl_FUNC_FPENDING):
22704         * m4/fprintftime.m4 (gl_FPRINTFTIME):
22705         * m4/fts.m4 (gl_FUNC_FTS):
22706         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
22707         * m4/getdate.m4 (gl_GETDATE):
22708         * m4/gethrxtime.m4 (gl_GETHRXTIME):
22709         * m4/getpagesize.m4 (gl_GETPAGESIZE):
22710         * m4/getpass.m4 (gl_FUNC_GETPASS):
22711         * m4/gettime.m4 (gl_GETTIME):
22712         * m4/getugroups.m4 (gl_GETUGROUPS):
22713         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
22714         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
22715         * m4/hard-locale.m4 (gl_HARD_LOCALE):
22716         * m4/hash.m4 (gl_HASH):
22717         * m4/idcache.m4 (gl_IDCACHE):
22718         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
22719         * m4/lchown.m4 (gl_FUNC_LCHOWN):
22720         * m4/long-options.m4 (gl_LONG_OPTIONS):
22721         * m4/lstat.m4 (gl_FUNC_LSTAT):
22722         * m4/md5.m4 (gl_MD5):
22723         * m4/memcasecmp.m4 (gl_MEMCASECMP):
22724         * m4/memcoll.m4 (gl_MEMCOLL):
22725         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
22726         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
22727         * m4/memxor.m4 (gl_MEMXOR):
22728         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
22729         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
22730         * m4/modechange.m4 (gl_MODECHANGE):
22731         * m4/mountlist.m4 (gl_MOUNTLIST):
22732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22733         * m4/openat.m4 (gl_FUNC_OPENAT):
22734         * m4/pathmax.m4 (gl_PATHMAX):
22735         * m4/physmem.m4 (gl_PHYSMEM):
22736         * m4/posixtm.m4 (gl_POSIXTM):
22737         * m4/posixver.m4 (gl_POSIXVER):
22738         * m4/quote.m4 (gl_QUOTE):
22739         * m4/quotearg.m4 (gl_QUOTEARG):
22740         * m4/readtokens.m4 (gl_READTOKENS):
22741         * m4/readutmp.m4 (gl_READUTMP):
22742         * m4/regex.m4 (gl_REGEX):
22743         * m4/safe-read.m4 (gl_SAFE_READ):
22744         * m4/safe-write.m4 (gl_SAFE_WRITE):
22745         * m4/same.m4 (gl_SAME):
22746         * m4/save-cwd.m4 (gl_SAVE_CWD):
22747         * m4/savedir.m4 (gl_SAVEDIR):
22748         * m4/settime.m4 (gl_SETTIME):
22749         * m4/sha1.m4 (gl_SHA1):
22750         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
22751         * m4/stat-macros.m4 (gl_STAT_MACROS):
22752         * m4/stat-time.m4 (gl_STAT_TIME):
22753         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
22754         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
22755         * m4/strdup.m4 (gl_FUNC_STRDUP):
22756         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
22757         * m4/strndup.m4 (gl_FUNC_STRNDUP):
22758         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
22759         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
22760         * m4/time_r.m4 (gl_TIME_R):
22761         * m4/timespec.m4 (gl_TIMESPEC):
22762         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
22763         * m4/unlinkdir.m4 (gl_UNLINKDIR):
22764         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
22765         * m4/userspec.m4 (gl_USERSPEC):
22766         * m4/utimecmp.m4 (gl_UTIMECMP):
22767         * m4/utimens.m4 (gl_UTIMENS):
22768         * m4/xalloc.m4 (gl_XALLOC):
22769         * m4/xgetcwd.m4 (gl_XGETCWD):
22770         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
22771         * m4/xreadlink.m4 (gl_XREADLINK):
22772         * m4/xstrtod.m4 (gl_XSTRTOD):
22773         * m4/yesno.m4 (gl_YESNO):
22774         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
22775         to get the necessary .h files and whatnot.
22776
22777 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
22778             Bruno Haible  <bruno@clisp.org>
22779
22780         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
22781         /bin/sh understanding of '!' conditional negation.
22782
22783 2006-08-21  Jim Meyering  <jim@meyering.net>
22784
22785         * modules/openat (Depends-on): Really alphabetize.
22786
22787         * modules/acl (Depends-on): Add error and quote.
22788
22789         * check-module (find_included_lib_files): Add at-func.c to the
22790         ok-to-include-more-than-once white list.
22791
22792         * modules/openat (Depends-on): Add lstat.  Alphabetize.
22793
22794 2006-08-21  Bruno Haible  <bruno@clisp.org>
22795
22796         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22797         Emit a pkgdata_DATA variable only if some snippets add contents to it.
22798         Reported by Martin Lambers <marlam@marlam.de>.
22799
22800 2006-08-21  Bruno Haible  <bruno@clisp.org>
22801
22802         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
22803         specify an installation location, don't emit a noinst_LIBRARIES or
22804         noinst_LTLIBRARIES assignment.
22805
22806 2006-08-21  Bruno Haible  <bruno@clisp.org>
22807
22808         BeOS portability.
22809         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
22810         BeOS has mbrtowc() but no <wctype.h>.
22811
22812 2006-08-21  Bruno Haible  <bruno@clisp.org>
22813
22814         BeOS portability.
22815         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
22816         exist.
22817
22818 2006-08-21  Bruno Haible  <bruno@clisp.org>
22819
22820         BeOS portability.
22821         * lib/mbchar.h: Include <wctype.h> only if it exists.
22822
22823 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22824
22825         Remove files that are no longer needed by their respective modules.
22826         * m4/obstack.m4: Remove.
22827         * m4/strerror_r.m4: Remove.
22828         * m4/uint32_t.m4: Remove.
22829         * m4/uintptr_t.m4: Remove.
22830         * m4/ullong_max.m4: Remove.
22831         * m4/xstrtoimax.m4: Remove.
22832         * m4/xstrtoumax.m4: Remove.
22833
22834         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
22835         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
22836         dependencies now capture this.
22837
22838         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
22839         Do not use AC_LIBSOURCES, since gnulib modules now do this.
22840         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
22841         * m4/human.m4 (gl_HUMAN): Likewise.
22842         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
22843         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
22844
22845         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
22846
22847         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
22848         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
22849         stdint.
22850         * m4/human.m4 (gl_HUMAN): Likewise.
22851         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
22852         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
22853         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
22854         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
22855         * m4/xstrtol (gl_XSTRTOL): Likewise.
22856
22857         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
22858         AC_TYPE_LONG_LONG_INT.
22859         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
22860         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
22861         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
22862         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
22863
22864         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
22865         on stdbool.
22866
22867         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
22868         (gl_PREREQ_XSTRTOUL): Remove.
22869
22870         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
22871
22872         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
22873         mode.
22874
22875 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22876
22877         Add and change modules to make it easier for coreutils to use
22878         gnulib-tool.
22879         * modules/backupfile (Files): Remove m4/d-ino.m4.
22880         (Depends-on): Add d-ino.
22881         * modules/cycle-check (Depends-on): Add stdint.
22882         (lib_SOURCES): Add cycle-check.h.
22883         * modules/d-ino: New module.
22884         * modules/d-type: New module.
22885         * modules/error (Files): Remove m4/strerror_r.m4.
22886         * modules/filemode (Files): Add m4/st_dm_mode.m4.
22887         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
22888         m4/inttypes_h.m4, m4/uintmax_t.m4.
22889         (Depends-on): Add stdint.
22890         (lib_SOURCES): Add fsusage.h.
22891         * modules/getcwd (Files): Remove d-ino.m4.
22892         (Depends-on): Add d-ino.
22893         * modules/getndelim2 (Depends-on): Add stdint.
22894         * modules/glob (Files): Remove m4/d-type.m4.
22895         (Depends-on): Add d-type.
22896         * modules/host-os: New module.
22897         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
22898         m4/inttypes_h.m4, m4/uintmax_t.m4.
22899         * Depends-on: Add stdint.
22900         (lib_SOURCES): Add human.h.
22901         * modules/inttostr (Files): Remove m4/intmax_t.m4,
22902         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
22903         m4/uintmax_t.m4, m4/ulonglong.m4.
22904         (Depends-on): Add stdint.
22905         (EXTRA_DIST): Add inttostr.h.
22906         * modules/lchmod: New module.
22907         * modules/link-follow: New module.
22908         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
22909         (Depends-on): Add lchmod.
22910         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
22911         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
22912         (Depends-on): Add stdint.
22913         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
22914         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
22915         (Depends-on): Add stdint.
22916         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
22917         * modules/perl: New module.
22918         * modules/regex (Depends-on): Add stdint.
22919         * modules/rmdir-errno: New module.
22920         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
22921         m4/intmax_t.m4.
22922         (Depends-on): Add stdint.
22923         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
22924         m4/uintmax_t.m4.
22925         (Depends-on): Add stdint.
22926         * modules/unlink-busy: New module.
22927         * modules/utimecmp (Depends-on): Add stdint.
22928         * modules/uptime: New module.
22929         * modules/winsz-ioctl: New module.
22930         * modules/winsz-termios: New module.
22931         * modules/xnanosleep (Depends-on): Add nanosleep.
22932         * modules/ullong_max: Remove.
22933         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
22934         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
22935         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
22936         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
22937         (Depends-on): Add inttypes.
22938         (lib_SOURCES): Add xstrtol.h.
22939         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
22940         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
22941         * MODULES.html.sh: Move 'assert' into the assert section.
22942         Move 'dummy' into the linking section.
22943         Remove ullong_max.
22944         Add section for compatibility checks for POSIX:2001 functions,
22945         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
22946         winsz-ioctl, and winsz-termios into it.
22947         Add lchmod.
22948         Add top-level Misc section and put host-os, perl, and uptime
22949         into it.
22950
22951 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22952
22953         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
22954         now assume the stdint module.  Do not include inttypes.h.
22955         * lib/fsusage.h: Likewise.
22956         * lib/getndelim2.c: Likewise.
22957         * lib/human.h: Likewise.
22958         * lib/inttostr.h: Likewise.
22959         * lib/obstack.c: Likewise.
22960         * lib/regex_internal.h: Likewise.
22961         * lib/tempname.c: Likewise.
22962         * lib/utimecmp.c: Likewise.
22963         * lib/xstrtol.h: Likewise.
22964
22965         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
22966
22967         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
22968         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
22969         * lib/xtime.h: Likewise.
22970
22971 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22972
22973         * modules/openat (Files): Add lib/fchmodat.c.
22974         Fixes problem reported by Jay Youngman.
22975
22976 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22977
22978         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
22979         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
22980
22981 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
22982             Bruno Haible  <bruno@clisp.org>
22983
22984         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
22985         and is a script that invokes bison. Tighten the code. Add comments.
22986
22987 2006-08-18  Jim Meyering  <jim@meyering.net>
22988
22989         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
22990         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
22991         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
22992         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
22993
22994 2006-08-18  Bruno Haible  <bruno@clisp.org>
22995
22996         * modules/bison-i18n: New file.
22997         * MODULES.html.sh (Internationalization functions): Add it.
22998
22999 2006-08-18  Bruno Haible  <bruno@clisp.org>
23000
23001         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
23002         sys/statvfs.h. When getmntinfo was found, check its declaration and
23003         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
23004
23005 2006-08-18  Bruno Haible  <bruno@clisp.org>
23006
23007         * m4/bison-i18n.m4: New file, from bison.
23008
23009 2006-08-18  Bruno Haible  <bruno@clisp.org>
23010
23011         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
23012         (ME_DUMMY): Treat "kernfs" as a dummy.
23013         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
23014
23015 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23016
23017         Update from coreutils.
23018
23019         2006-08-15  Jim Meyering  <jim@meyering.net>
23020
23021         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
23022
23023         2006-01-17  Jim Meyering  <jim@meyering.net>
23024
23025         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
23026
23027         2006-01-11  Jim Meyering  <jim@meyering.net>
23028
23029         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
23030         Check for the lchmod function.
23031
23032 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23033
23034         Update from coreutils.
23035
23036         * lib/__fpending.h: Add copyright notice.
23037         * lib/fprintftime.h: Likewise.
23038         * lib/savedir.c: Use (C) in copyright notice.
23039         * lib/savedir.h: Likewise.
23040
23041         2006-08-15  Jim Meyering  <jim@meyering.net>
23042
23043         * lib/at-func.c: New file, with the logic of all emulated at-functions.
23044         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
23045         in support of the EXPECTED_ERRNO macro.
23046         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
23047         definitions.  Instead, define the appropriate symbols and include
23048         "at-func.c".
23049         * lib/mkdirat.c (mkdirat): Likewise.
23050         * lib/fchmodat.c (fchmodat): Likewise.
23051         (ENOSYS): Remove definition.
23052         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
23053         it.  Don't include "unistd--.h" -- it wasn't ever used.
23054
23055         2006-01-17  Jim Meyering  <jim@meyering.net>
23056
23057         Rewrite fts.c not to change the current working directory,
23058         by using openat, fstatat, fdopendir, etc..
23059
23060         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
23061         (HAVE_OPENAT_SUPPORT): Define.
23062         [_LIBC] (fchdir): Don't undef or define; no longer used.
23063         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
23064         Now, this `function' always succeeds, and consumes its file descriptor
23065         parameter -- so callers must not close such FDs.  Update callers.
23066         (diropen_fd, opendirat, cwd_advance_fd): New functions.
23067         (diropen): Add parameter, SP.  Adjust all callers.
23068         Implement using diropen_fd, rather than open.
23069         (fts_open): Initialize new member, fts_cwd_fd.
23070         Remove fts_rft-setting code.
23071         (fts_close): Close fts_cwd_fd, if necessary.
23072         (__opendir2): Define in terms of opendir or opendirat,
23073         depending on whether the FST_NOCHDIR flag is set.
23074         (fts_build): Since fts_safe_changedir consumes its FD, and since
23075         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
23076         and close the dup'd file descriptor upon failure.
23077         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
23078         (fts_safe_changedir): Tweak semantics to reflect that this function
23079         now calls cwd_advance_fd and hence consumes its FD argument.
23080         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
23081         [struct FTS] (fts_rft): Remove now-unused member.
23082         [struct FTS] (fts_cycle.state): Improve comment.
23083
23084         * lib/openat.c (openat_needs_fchdir): New function.
23085         * lib/openat.h (openat_needs_fchdir): Declare it.
23086
23087 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23088
23089         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
23090         Problem and fix reported by Pádraig Brady in
23091         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
23092
23093 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23094
23095         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
23096
23097 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23098
23099         * lib/memcoll.c (memcoll): Optimize for the common case where the
23100         arguments are bytewise equal.
23101
23102 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23103
23104         * doc/regexprops-generic.texi: Add a copyright notice.
23105
23106 2006-08-15  Bruno Haible  <bruno@clisp.org>
23107
23108         * modules/tmpdir (License): Change to LGPL.
23109
23110 2006-08-15  Bruno Haible  <bruno@clisp.org>
23111
23112         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
23113         module.
23114
23115 2006-08-14  Simon Josefsson  <jas@extundo.com>
23116
23117         * config/srclist.txt: Add gnupload.
23118
23119 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23120
23121         Change copyright notice from LGPL 2 to GPL 2, since that's the
23122         standard form used in the gnulib repository.
23123         * tests/test-lock.c: Likewise.
23124         * tests/test-stdint.c: Likewise.
23125         * tests/test-tls.c: Likewise.
23126
23127         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
23128         prelude-manager.  User shorter URLs for GNU projects, without '?'.
23129         Add copyright notice.
23130
23131         * check-module: Add copyright notice.  Output a copyright
23132         notice if "--version" is specified.
23133         * modules/COPYING: New file.
23134         * tests/test-getaddrinfo.c: Add copyright notice.
23135         * tests/test-verify.c: Likewise.
23136
23137 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23138
23139         Change copyright notice from LGPL 2 to GPL 2, since that's the
23140         standard form used in the gnulib repository.
23141         * lib/lock.c: LGPL -> GPL.
23142         * lib/lock.h: Likewise.
23143         * lib/strnlen1.c: Likewise.
23144         * lib/strnlen1.h: Likewise.
23145         * lib/tls.c: Likewise.
23146         * lib/tls.h: Likewise.
23147         * lib/tmpdir.c: Likewise.
23148
23149         * lib/TODO: Remove; this belongs only in coreutils.
23150
23151 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23152
23153         Add copyright notices to long-enough files that lack them, since
23154         otherwise the files aren't clearly free.  Use the same notice that
23155         getdate.texi already uses.
23156         * doc/alloca-opt.texi: Add copyright notice.
23157         * doc/alloca.texi: Likewise.
23158         * doc/ctime.texi: Likewise.
23159         * doc/functions.texi: Likewise.
23160         * doc/gcd.texi: Likewise.
23161         * doc/gnulib-tool.texi: Likewise.
23162         * doc/inet_ntoa.texi: Likewise.
23163         * doc/visibility.texi: Likewise.
23164
23165         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
23166         * doc/quote.texi: Add copyright notice.
23167
23168         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
23169         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
23170         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
23171         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
23172         is now obsolete, and give a pointer to the Sun list.
23173         Add copyright notice.
23174
23175 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23176
23177         * config/srclistvars.sh: Add copyright notice.
23178
23179 2006-08-14  Eric Blake  <ebb9@byu.net>
23180
23181         Import the following change from libc:
23182
23183         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
23184
23185         Upstream bug 2997.
23186         * lib/misc/error.c: Add space between program name and message if file
23187         name is missing.
23188
23189 2006-08-12  Karl Berry  <karl@gnu.org>
23190
23191         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
23192         remove, these originate in gnulib now.
23193
23194 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23195
23196         * doc/Makefile (standards.info standards.html standards.dvi):
23197         Also depend on make-stds.texi.
23198
23199 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23200
23201         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
23202         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
23203
23204         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
23205         in wchar_t.  Problem reported by Eric Blake.
23206
23207         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
23208         LEN is smaller than SIZE.  Suggested by Bruno Haible.
23209         Also, help the compiler to keep LEN in a register.
23210
23211 2006-08-11  Eric Blake  <ebb9@byu.net>
23212
23213         * users.txt: Sort.  Add tar.
23214
23215 2006-08-11  Bruno Haible  <bruno@clisp.org>
23216
23217         * users.txt: New file.
23218
23219 2006-08-11  Bruno Haible  <bruno@clisp.org>
23220
23221         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
23222         before <wchar.h>. Needed for OSF/1 and BSD/OS.
23223
23224 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23225
23226         * modules/snprintf (Depends-on): Remove minmax.
23227         (Maintainer): Add self and Bruno.
23228
23229 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23230
23231         * lib/.cppi-disable: Add snprintf.h, socket_.h.
23232         * lib/snprintf.c: Include <errno.h> and <limits.h>.
23233         (EOVERFLOW): Define if the system does not.
23234         Do not include "minmax.h"; it wasn't used.
23235         (snprintf): Don't assume size_t promotes to an unsigned type.
23236         Fix bug when generated string was too long for the buffer: the
23237         buffer's contents are supposed to be the initial prefix of the
23238         output.  Don't assume vasnprintf returns EOVERFLOW if the size
23239         exceeds INT_MAX; do the check ourselves.
23240
23241         Import the following changes from libc:
23242
23243         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
23244
23245         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
23246         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
23247         set wc to the byte which couldn't be converted.
23248         (re_string_reconstruct): Don't clear valid_raw_len before calling
23249         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
23250         tip_context using re_string_context_at.
23251
23252         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
23253
23254         * lib/posix/regex.h: g++ still cannot handled [restrict].
23255
23256         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
23257
23258         * lib/posix/regex.h: Remove special handling for VMS.
23259
23260 2006-08-10  Jim Meyering  <jim@meyering.net>
23261
23262         * modules/same-inode: New module.
23263         * modules/dev-ino: New module.
23264         * modules/cycle-check: Depend on these modules, rather than simply
23265         including their .h files.
23266         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
23267         required via m4/cycle-check.m4.
23268         * modules/same: Depend on new same-inode module, rather than
23269         including same-inode.h.
23270         * modules/chdir-safer: New file.
23271
23272         * modules/chown (Depends-on): Add stat-macros.
23273
23274 2006-08-10  Jim Meyering  <jim@meyering.net>
23275
23276         * m4/cycle-check.m4: New file.
23277         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
23278         * m4/dev-ino.m4, m4/same-inode.m4: New files.
23279
23280 2006-08-10  Eric Blake  <ebb9@byu.net>
23281
23282         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
23283         in from original proposal.
23284
23285 2006-08-10  Eric Blake  <ebb9@byu.net>
23286         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23287
23288         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
23289         namespace.
23290
23291 2006-08-10  Bruno Haible  <bruno@clisp.org>
23292
23293         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
23294         as well.
23295
23296 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23297
23298         Sync from coreutils.
23299
23300         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
23301
23302         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
23303         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
23304
23305 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23306
23307         * modules/restrict: Remove; no longer needed now that we assume
23308         Autoconf 2.59 or later.
23309         * MODULES.html.sh: Remove 'restrict'.
23310         * modules/argp (Depends-on): Remove 'restrict'.
23311         * modules/base64 (Depends-on): Likewise.
23312         * modules/gc (Depends-on): Likewise.
23313         * modules/getaddrinfo (Depends-on): Likewise.
23314         * modules/glob (Depends-on): Likewise.
23315         * modules/inet_ntop (Depends-on): Likewise.
23316         * modules/inet_pton (Depends-on): Likewise.
23317         * modules/memxor (Depends-on): Likewise.
23318         * modules/regex (Depends-on): Likewise.
23319         * modules/strtok_r (Depends-on): Likewise.
23320         * modules/time_r (Depends-on): Likewise.
23321
23322 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23323
23324         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
23325         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
23326         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23327         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
23328         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
23329         * m4/memxor.m4 (gl_MEMXOR): Likewise.
23330         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
23331         gl_C_RESTRICT replaced by AC_C_RESTRICT.
23332
23333         Merge from coreutils.
23334         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
23335         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
23336         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23337         * m4/time_r.m4 (gl_TIME_R): Likewise.
23338
23339 2006-08-09  Karl Berry  <karl@gnu.org>
23340
23341         * config/srclist.txt: no more gettext-tools, per Bruno.
23342
23343 2006-08-08  Eric Blake  <ebb9@byu.net>
23344
23345         * modules/verror: New module.
23346         * MODULES.html.sh: Document it.
23347
23348 2006-08-08  Eric Blake  <ebb9@byu.net>
23349
23350         * lib/verror.h, lib/verror.c: New files.
23351
23352 2006-08-08  Eric Blake  <ebb9@byu.net>
23353
23354         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
23355         verror_at_line output complies with GNU Coding Standards even when
23356         file is NULL.
23357
23358 2006-08-07  Bruno Haible  <bruno@clisp.org>
23359
23360         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
23361         versions of AIX.
23362         Reported by Ralf Wildenhues.
23363
23364 2006-08-07  Bruno Haible  <bruno@clisp.org>
23365
23366         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
23367         in an AC_DEFUN. Needed so that the autoconf snippets can use
23368         AC_REQUIRE.
23369
23370 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23371
23372         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23373         Initialize pkgdata_DATA.
23374         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
23375         overriding it.
23376
23377 2006-08-06  Eric Blake  <ebb9@byu.net>
23378
23379         * lib/error.h: Fold in some upstream changes from glibc.
23380         * lib/error.c: Likewise.
23381
23382 2006-08-04  Bruno Haible  <bruno@clisp.org>
23383
23384         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23385         Make the mostlyclean-local rule depend on mostlyclean-generic.
23386         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
23387
23388 2006-07-31  Bruno Haible  <bruno@clisp.org>
23389
23390         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
23391         <stdlib.h>, <string.h>.
23392
23393 2006-07-30  Bruno Haible  <bruno@clisp.org>
23394
23395         * modules/readlink (License): Change to LGPL.
23396
23397 2006-07-30  Bruno Haible  <bruno@clisp.org>
23398
23399         * modules/javaversion (Makefile.am): Distribute javaversion.java and
23400         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
23401         set PKGDATADIR to point to it.
23402
23403 2006-07-30  Bruno Haible  <bruno@clisp.org>
23404
23405         * modules/csharpexec (configure.ac): Comment out macro invocation.
23406         * modules/javaexec (configure.ac): Likewise.
23407         * modules/javacomp-script (configure.ac): Likewise.
23408
23409         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
23410
23411 2006-07-30  Bruno Haible  <bruno@clisp.org>
23412
23413         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
23414         linked-list.
23415
23416 2006-07-30  Bruno Haible  <bruno@clisp.org>
23417
23418         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
23419
23420 2006-07-30  Bruno Haible  <bruno@clisp.org>
23421
23422         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23423         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
23424         get removed.
23425
23426 2006-07-29  Bruno Haible  <bruno@clisp.org>
23427
23428         Make it possible for gnulib-tool to work with locally modified or
23429         augmented gnulib repositories.
23430         * gnulib-tool (func_usage): Document --local-dir option.
23431         (local_gnulib_dir): New variable.
23432         Handle --local-dir option.
23433         (func_lookup_file): New function.
23434         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
23435         (func_get_description, func_get_filelist, func_get_description,
23436         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
23437         func_get_automake_snippet, func_get_include_directive,
23438         func_get_license, func_get_maintainer): Use func_lookup_file.
23439         (func_import, func_create_testdir): Use func_lookup_file.
23440
23441 2006-07-29  Bruno Haible  <bruno@clisp.org>
23442
23443         * modules/setenv (Depends-on): Add unistd.
23444
23445 2006-07-29  Bruno Haible  <bruno@clisp.org>
23446
23447         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
23448
23449 2006-07-29  Bruno Haible  <bruno@clisp.org>
23450
23451         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
23452
23453 2006-07-29  Bruno Haible  <bruno@clisp.org>
23454
23455         * gnulib-tool (import, update): If there is no Makefile.am, look at
23456         aclocal.m4, instead of bailing out.
23457
23458 2006-07-29  Bruno Haible  <bruno@clisp.org>
23459
23460         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
23461         Categorize the options by when they are useful.
23462
23463 2006-07-29  Bruno Haible  <bruno@clisp.org>
23464
23465         * gnulib-tool (func_usage): Document option --no-libtool.
23466         Handle option --no-libtool.
23467         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
23468         for changed semantics of $libtool variable.
23469         (func_import): Likewise. If libtool is not used, show this through
23470         an option --no-libtool.
23471         (func_create_testdir): Update.
23472
23473 2006-07-29  Bruno Haible  <bruno@clisp.org>
23474
23475         * gnulib-tool (func_import): Extend error message about missing
23476         --doc-base.
23477
23478 2006-07-29  Bruno Haible  <bruno@clisp.org>
23479
23480         * gnulib-tool (func_import): Don't create the $docbase directory if
23481         there is no file to store there.
23482
23483 2006-07-29  Bruno Haible  <bruno@clisp.org>
23484
23485         * gnulib-tool (autoconf_minversion): If a --dir option is given and
23486         relevant, look for configure.ac there, not in the current directory.
23487         Also use a simple search for AC_PREREQ, not "autoconf --trace".
23488
23489 2006-07-29  Bruno Haible  <bruno@clisp.org>
23490
23491         * gnulib-tool (SORT): New variable.
23492         (func_usage): Undocument --assume-autoconf option.
23493         Remove --assume-autoconf option handling.
23494         (autoconf_minversion): Determine from the contents of configure.ac.
23495         (func_import): Remove autoconf_minversion handling.
23496         Suggested by Eric Blake.
23497
23498 2006-07-29  Bruno Haible  <bruno@clisp.org>
23499
23500         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
23501
23502 2006-07-29  Bruno Haible  <bruno@clisp.org>
23503
23504         * config/srclist.txt (*setenv.[ch]): Remove rules.
23505
23506 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23507
23508         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
23509
23510 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23511
23512         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
23513         arpa/inet.h.
23514
23515 2006-07-28  Simon Josefsson  <jas@extundo.com>
23516
23517         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
23518         * modules/inet_pton (Depends-on): Likewise.
23519
23520 2006-07-28  Simon Josefsson  <jas@extundo.com>
23521
23522         * m4/netinet_in_h.m4: New file.
23523
23524 2006-07-28  Simon Josefsson  <jas@extundo.com>
23525
23526         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
23527         #include's.
23528
23529 2006-07-28  Simon Josefsson  <jas@extundo.com>
23530
23531         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
23532         #include's.
23533
23534 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
23535
23536         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
23537         setgid on directories only if they set these bits.
23538         * lib/modechange.h: Remove obsolete comment about masks.
23539
23540 2006-07-28  Eric Blake  <ebb9@byu.net>
23541
23542         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
23543         macro expansion.
23544
23545 2006-07-28  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
23548
23549 2006-07-28  Bruno Haible  <bruno@clisp.org>
23550
23551         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
23552
23553 2006-07-28  Bruno Haible  <bruno@clisp.org>
23554
23555         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23556         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23557         Define fallbacks.
23558         Avoids link error on FreeBSD 4.x.
23559         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23560
23561         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
23562         encoding.
23563         * lib/mbswidth.c (iswcntrl): Likewise.
23564
23565 2006-07-27  Bruno Haible  <bruno@clisp.org>
23566
23567         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
23568         test.
23569
23570 2006-07-27  Bruno Haible  <bruno@clisp.org>
23571
23572         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
23573         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
23574         defined.
23575
23576 2006-07-26  Eric Blake  <ebb9@byu.net>
23577
23578         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
23579
23580 2006-07-26  Eric Blake  <ebb9@byu.net>
23581
23582         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
23583         like mingw that lack mkstemp.
23584         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
23585         avoid compilation warning on mingw.
23586
23587 2006-07-26  Bruno Haible  <bruno@clisp.org>
23588
23589         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
23590         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
23591         INT_FAST*_MIN, INTPTR_MIN.
23592
23593 2006-07-25  Bruno Haible  <bruno@clisp.org>
23594
23595         * modules/version-etc (Depends-on): Add stdarg.
23596
23597 2006-07-25  Bruno Haible  <bruno@clisp.org>
23598
23599         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
23600         complex commands.
23601
23602 2006-07-25  Bruno Haible  <bruno@clisp.org>
23603
23604         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
23605         defined in <stdarg.h> or config.h.
23606
23607 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23608
23609         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
23610         (gl_STDIO_SAFER): Remove.
23611
23612 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23613
23614         * MODULES.html.sh (File stream based Input/Output):
23615         Add fopen-safer, tmpfile-safer; remove stdio-safer.
23616         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
23617         * modules/fopen-safer, modules/tmpfile-safer: New files.
23618         * modules/stdio-safer: Remove.
23619
23620 2006-07-24  Bruno Haible  <bruno@clisp.org>
23621
23622         * modules/tmpdir: New file.
23623         * MODULES.html.sh (File system functions): Add it.
23624
23625 2006-07-24  Bruno Haible  <bruno@clisp.org>
23626
23627         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
23628         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
23629
23630 2006-07-24  Bruno Haible  <bruno@clisp.org>
23631
23632         * modules/clean-temp: New file.
23633
23634 2006-07-24  Bruno Haible  <bruno@clisp.org>
23635
23636         * m4/tmpdir.m4: New file, from GNU gettext.
23637
23638 2006-07-24  Bruno Haible  <bruno@clisp.org>
23639
23640         * lib/tmpdir.h: New file, from GNU gettext.
23641         * lib/tmpdir.c: New file, from GNU gettext.
23642
23643 2006-07-24  Bruno Haible  <bruno@clisp.org>
23644
23645         * lib/clean-temp.h: New file, from GNU gettext.
23646         * lib/clean-temp.c: New file, from GNU gettext.
23647
23648 2006-07-23  Eric Blake  <ebb9@byu.net>
23649
23650         * modules/stdio-safer (Files): Add tmpfile-safer.c.
23651         (Depends-on): Add binary-io.
23652
23653 2006-07-23  Eric Blake  <ebb9@byu.net>
23654
23655         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
23656
23657 2006-07-23  Eric Blake  <ebb9@byu.net>
23658
23659         * lib/tmpfile-safer.c: New file.
23660         * lib/stdio-safer.h (fopen_safer): Add prototype.
23661         * lib/stdio--.h (tmpfile): Make safer.
23662
23663 2006-07-23  Bruno Haible  <bruno@clisp.org>
23664
23665         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
23666         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
23667         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
23668         gl_linked_remove_at): Use it.
23669
23670 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23671         and Simon Josefsson <jas@extundo.com>
23672
23673         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
23674
23675         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
23676
23677 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23678
23679         * modules/close-stream: New file.
23680         * modules/closeout (Description): Make it clear that it exits
23681         with a diagnostic on error.
23682         (Depends-on): Add close-stream.  Remove fpending, stdbool.
23683         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
23684
23685 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23686
23687         * m4/close-stream.m4: New file.
23688
23689 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23690
23691         * lib/close-stream.c, lib/close-stream.h: New files.
23692
23693 2006-07-22  Bruno Haible  <bruno@clisp.org>
23694
23695         Merge from GNU gettext 0.15.
23696
23697         2006-05-01  Bruno Haible  <bruno@clisp.org>
23698
23699                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
23700
23701         2006-07-22  Bruno Haible  <bruno@clisp.org>
23702
23703                 * modules/javaversion: New file.
23704                 * MODULES.html.sh (Java): Add javaversion.
23705
23706         2006-03-12  Bruno Haible  <bruno@clisp.org>
23707
23708                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
23709
23710         2005-12-04  Bruno Haible  <bruno@clisp.org>
23711
23712                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
23713                 (untested).
23714
23715         2006-06-21  Bruno Haible  <bruno@clisp.org>
23716
23717                 Avoid warnings from recent versions of mcs.
23718                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
23719                 -o, -L, -r any more. Use options documented since mcs-1.0
23720                 instead. Similarly for -g.
23721
23722         2005-12-04  Bruno Haible  <bruno@clisp.org>
23723
23724                 * build-aux/csharpcomp.sh.in: Suffix for resources is
23725                 .resources, not .resource.
23726
23727         2005-07-09  Bruno Haible  <bruno@clisp.org>
23728
23729                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
23730                 add a .dll suffix.
23731                 Reported by Mark Junker <mjscod@gmx.de>.
23732
23733         2006-07-22  Bruno Haible  <bruno@clisp.org>
23734
23735                 * modules/gettext: Upgrade to gettext-0.15.
23736                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
23737                 m4/visibility.m4.
23738                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
23739
23740 2006-07-22  Bruno Haible  <bruno@clisp.org>
23741
23742         Merge from GNU gettext 0.15.
23743
23744         2006-03-25  Bruno Haible  <bruno@clisp.org>
23745
23746                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
23747
23748         2006-07-21  Bruno Haible  <bruno@clisp.org>
23749
23750                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
23751                 "1.1".
23752
23753         2006-05-09  Bruno Haible  <bruno@clisp.org>
23754
23755                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
23756                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
23757                 for the conftestver execution.
23758
23759         2006-05-01  Bruno Haible  <bruno@clisp.org>
23760
23761                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
23762                 optional target-version argument. Verify that the compiler
23763                 groks source of the specified source-version, or add -source
23764                 option as necessary. Verify that the compiler produces
23765                 bytecode in the specified target-version, or add -target and
23766                 -source options as necessary. Make the result of the test
23767                 available as variable CONF_JAVAC. Also log error output in
23768                 config.log.
23769
23770         2006-03-11  Bruno Haible  <bruno@clisp.org>
23771
23772                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
23773
23774         2006-05-09  Bruno Haible  <bruno@clisp.org>
23775
23776                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
23777                 CLASSPATH_SEPARATOR to a semicolon.
23778
23779         2006-03-12  Bruno Haible  <bruno@clisp.org>
23780
23781                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
23782                 available as variable CONF_JAVA, for subsequent autoconf
23783                 tests. Also log error output in config.log.
23784
23785         2006-07-19  Bruno Haible  <bruno@clisp.org>
23786
23787                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
23788                 that getline works on glibc2 systems. Needed to avoid trouble
23789                 in relocatable.c.
23790                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
23791
23792         2005-12-04  Bruno Haible  <bruno@clisp.org>
23793
23794                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
23795                 launcher (untested).
23796
23797         2005-12-04  Bruno Haible  <bruno@clisp.org>
23798
23799                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
23800
23801         2006-07-22  Bruno Haible  <bruno@clisp.org>
23802
23803                 * gettext.m4: Update from GNU gettext-0.15.
23804                 * nls.m4: Likewise.
23805                 * po.m4: Likewise.
23806                 * inttypes-pri.m4: Likewise.
23807                 * inttypes-h.m4: Renamed from inttypes.m4.
23808                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
23809
23810 2006-07-22  Bruno Haible  <bruno@clisp.org>
23811
23812         Merge from GNU gettext 0.15.
23813
23814         2005-07-05  Bruno Haible  <bruno@clisp.org>
23815
23816                 * printf-args.c (printf_fetchargs): Work around broken
23817                 definition of wint_t on mingw.
23818
23819         2005-02-12  Bruno Haible  <bruno@clisp.org>
23820
23821                 * xallocsa.h: Add extern "C" for C++.
23822
23823         2006-05-17  Bruno Haible  <bruno@clisp.org>
23824
23825                 Cygwin portability.
23826                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
23827
23828         2006-04-30  Bruno Haible  <bruno@clisp.org>
23829
23830                 * progreloc.c: Include <mach-o/dyld.h> if available.
23831                 (find_executable): Use _NSGetExecutablePath when possible.
23832
23833         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23834
23835                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
23836                 function.
23837
23838         2005-12-29  Bruno Haible  <bruno@clisp.org>
23839
23840                 * progreloc.c (set_program_name_and_installdir): Fix
23841                 compilation error.
23842
23843         2005-12-04  Bruno Haible  <bruno@clisp.org>
23844
23845                 Cygwin portability.
23846                 * progreloc.c: Include <windows.h> also on Cygwin.
23847                 (find_executable): Add support for Cygwin.
23848                 (set_program_name_and_installdir): Handle also platforms with
23849                 nonempty EXEEXT.
23850
23851         2006-07-11  Bruno Haible  <bruno@clisp.org>
23852
23853                 * javacomp.c: Fix a comment.
23854                 Reported by Jim Meyering.
23855
23856         2006-04-30  Bruno Haible  <bruno@clisp.org>
23857
23858                 * javacomp.h (compile_java_class): Add source_version,
23859                 target_version arguments.
23860                 * javacomp.c: Rewritten to choose only a compiler that
23861                 respects the specified source_version and target_version.
23862
23863         2006-06-27  Bruno Haible  <bruno@clisp.org>
23864
23865                 Assume correct S_ISDIR macro.
23866                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
23867
23868         2006-07-22  Bruno Haible  <bruno@clisp.org>
23869
23870                 * javaversion.h: New file, from GNU gettext.
23871                 * javaversion.c: New file, from GNU gettext.
23872                 * javaversion.java: New file, from GNU gettext.
23873                 * javaversion.class: New file, from GNU gettext.
23874
23875         2006-05-17  Bruno Haible  <bruno@clisp.org>
23876
23877                 Cygwin portability.
23878                 * javaexec.c (execute_java_class): Test for jview program
23879                 also on Cygwin.
23880
23881         2006-04-09  Bruno Haible  <bruno@clisp.org>
23882
23883                 * fatal-signal.c: Don't include string.h.
23884                 (at_fatal_signal): Use a copying loop instead of memcpy.
23885
23886         2005-12-04  Bruno Haible  <bruno@clisp.org>
23887
23888                 * csharpexec.c: Add support for 'clix' launcher (untested).
23889                 (execute_csharp_using_sscli): New function.
23890                 (execute_csharp_program): Call it.
23891
23892         2006-06-21  Bruno Haible  <bruno@clisp.org>
23893
23894                 Avoid warnings from recent versions of mcs.
23895                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
23896                 -o, -L, -r any more. Use options documented since mcs-1.0
23897                 instead. Similarly for -g.
23898
23899         2005-07-09  Bruno Haible  <bruno@clisp.org>
23900
23901                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
23902                 add a .dll suffix.
23903                 Reported by Mark Junker <mjscod@gmx.de>.
23904
23905         2006-06-17  Bruno Haible  <bruno@clisp.org>
23906
23907                 * config.charset: Update for NetBSD 3.0.
23908
23909         2006-05-17  Bruno Haible  <bruno@clisp.org>
23910
23911                 Cygwin portability.
23912                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
23913
23914         2006-05-16  Bruno Haible  <bruno@clisp.org>
23915
23916                 * localcharset.c [CYGWIN]: Include <windows.h>.
23917                 (get_charset_aliases): For Cygwin, return the same CPxxx
23918                 aliases list as under WIN32.
23919                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
23920                 the environment variables. Fall back to GetACP().
23921
23922         2006-04-05  Bruno Haible  <bruno@clisp.org>
23923
23924                 * config.charset: Update Juan Manuel Guerrero's address.
23925
23926         2005-02-12  Bruno Haible  <bruno@clisp.org>
23927
23928                 * allocsa.h: Add extern "C" for C++.
23929
23930         2005-02-10  Bruno Haible  <bruno@clisp.org>
23931
23932                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
23933                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
23934
23935         2006-07-22  Bruno Haible  <bruno@clisp.org>
23936
23937                 * gettext.h: Update to GNU gettext-0.15.
23938
23939 2006-07-22  Bruno Haible  <bruno@clisp.org>
23940
23941         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
23942         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
23943         lib-prefix.m4, longdouble.m4, ssize_t.m4.
23944
23945 2006-07-21  Eric Blake  <ebb9@byu.net>
23946
23947         * modules/stdlib-safer: New file.
23948         * MODULES.html.sh (File stream based Input/Output): Add
23949         stdlib-safer.
23950
23951 2006-07-21  Eric Blake  <ebb9@byu.net>
23952
23953         * lib/stdlib-safer.h: New file from coreutils, required by
23954         stdlib--.h.
23955
23956 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
23957
23958         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
23959
23960 2006-07-20  Bruno Haible  <bruno@clisp.org>
23961
23962         * gnulib-tool: Recognize new option --assume-autoconf.
23963         (autoconf_minversion): New variable.
23964         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
23965
23966 2006-07-20  Bruno Haible  <bruno@clisp.org>
23967
23968         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
23969
23970 2006-07-19  Derek R. Price  <derek@ximbiot.com>
23971
23972         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
23973         Reindent and repaginate.
23974
23975 2006-07-19  Derek Price  <derek@ximbiot.com>
23976
23977         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
23978         Correct grammar.
23979
23980 2006-07-17  Bruno Haible  <bruno@clisp.org>
23981
23982         * modules/list: New file.
23983         * modules/array-list: New file.
23984         * modules/carray-list, modules/carray-list-tests: New files.
23985         * modules/linked-list, modules/linked-list-tests: New files.
23986         * modules/avltree-list, modules/avltree-list-tests: New files.
23987         * modules/rbtree-list, modules/rbtree-list-tests: New files.
23988         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
23989         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
23990         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
23991         * modules/oset: New file.
23992         * modules/array-oset: New file.
23993         * modules/avltree-oset, modules/avltree-oset-tests: New files.
23994         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
23995         * tests/test-carray_list.c: New file.
23996         * tests/test-linked_list.c: New file.
23997         * tests/test-avltree_list.c: New file.
23998         * tests/test-rbtree_list.c: New file.
23999         * tests/test-linkedhash_list.c: New file.
24000         * tests/test-avltreehash_list.c: New file.
24001         * tests/test-rbtreehash_list.c: New file.
24002         * tests/test-avltree_oset.c: New file.
24003         * tests/test-rbtree_oset.c: New file.
24004         * MODULES.html.sh (Container data structures): New section.
24005
24006 2006-07-17  Bruno Haible  <bruno@clisp.org>
24007
24008         * m4/gl_list.m4: New file.
24009
24010 2006-07-17  Bruno Haible  <bruno@clisp.org>
24011
24012         * lib/gl_list.h: New file.
24013         * lib/gl_list.c: New file.
24014         * lib/gl_array_list.h: New file.
24015         * lib/gl_array_list.c: New file.
24016         * lib/gl_carray_list.h: New file.
24017         * lib/gl_carray_list.c: New file.
24018         * lib/gl_linked_list.h: New file.
24019         * lib/gl_linked_list.c: New file.
24020         * lib/gl_anylinked_list1.h: New file.
24021         * lib/gl_anylinked_list2.h: New file.
24022         * lib/gl_avltree_list.h: New file.
24023         * lib/gl_avltree_list.c: New file.
24024         * lib/gl_anyavltree_list1.h: New file.
24025         * lib/gl_anyavltree_list2.h: New file.
24026         * lib/gl_rbtree_list.h: New file.
24027         * lib/gl_rbtree_list.c: New file.
24028         * lib/gl_anyrbtree_list1.h: New file.
24029         * lib/gl_anyrbtree_list2.h: New file.
24030         * lib/gl_anytree_list1.h: New file.
24031         * lib/gl_anytree_list2.h: New file.
24032         * lib/gl_linkedhash_list.h: New file.
24033         * lib/gl_linkedhash_list.c: New file.
24034         * lib/gl_anyhash_list1.h: New file.
24035         * lib/gl_anyhash_list2.h: New file.
24036         * lib/gl_avltreehash_list.h: New file.
24037         * lib/gl_avltreehash_list.c: New file.
24038         * lib/gl_rbtreehash_list.h: New file.
24039         * lib/gl_rbtreehash_list.c: New file.
24040         * lib/gl_anytreehash_list1.h: New file.
24041         * lib/gl_anytreehash_list2.h: New file.
24042
24043         * lib/gl_oset.h: New file.
24044         * lib/gl_oset.c: New file.
24045         * lib/gl_array_oset.h: New file.
24046         * lib/gl_array_oset.c: New file.
24047         * lib/gl_avltree_oset.h: New file.
24048         * lib/gl_avltree_oset.c: New file.
24049         * lib/gl_rbtree_oset.h: New file.
24050         * lib/gl_rbtree_oset.c: New file.
24051         * lib/gl_anytree_oset.h: New file.
24052
24053 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24054
24055         * m4/mkancesdirs.m4: New file.
24056         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
24057         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
24058         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
24059         it.
24060
24061 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24062
24063         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
24064         * lib/mkancesdirs.h: New files.
24065         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
24066         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
24067         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
24068         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
24069         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
24070         callers changed.  Revamp internals significantly, by not
24071         attempting to create directories that are temporarily more
24072         permissive than the final results.  Do not attempt to use
24073         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
24074         This removes some race conditions, fixes some bugs, and simplifies
24075         things.  Use new dirchownmod function to do owner and mode changes.
24076         * lib/mkdir-p.h: Likewise.
24077         * lib/modechange.c (octal_to_mode): New function.
24078         (struct mode_change): New member mentioned.
24079         (make_node_op_equals): New arg mentioned.  All callers changed.
24080         (mode_compile): Keep track of which mode bits the user has explicitly
24081         mentioned.
24082         (mode_adjust): New arg DIR, so that we implement the X op correctly.
24083         New arg PMODE_BITS, to keep track of which mode bits the user
24084         mentioned; it treats S_ISUID and S_ISGID speciall.
24085         All callers changed.
24086         * lib/modechange.h: Likewise.
24087
24088 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24089
24090         * MODULES.html.sh: Add mkancestors.
24091         * modules/mkancesdirs: New module.
24092         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
24093         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
24094         The chdir-safer and afs files are now orphans; I'll remove them
24095         unless someone speaks up.
24096         Add lib/dirchownmod.c, lib/dirchownmod.h.
24097         (Depends-on): Remove alloca, chown, save-cwd, dirname.
24098         Add lchown, mkancesdirs.
24099         (Maintainer): Add self.
24100
24101 2006-07-15  Karl Berry  <karl@gnu.org>
24102
24103         * gnulib-tool: help message wording/arrangement.
24104
24105 2006-07-14  Simon Josefsson  <jas@extundo.com>
24106
24107         * doc/gnulib.texi (Libtool and Windows): New section.
24108
24109 2006-07-12  Simon Josefsson  <jas@extundo.com>
24110
24111         * modules/gendocs (License): Fix license, approved by Karl.
24112
24113 2006-07-12  Eric Blake  <ebb9@byu.net>
24114
24115         * MODULES.html.sh: Add gendocs.
24116
24117 2006-07-11  Eric Blake  <ebb9@byu.net>
24118
24119         * modules/fdl: New module, to install doc/fdl.texi.
24120         * MODULES.html.sh: Add new section for documentation modules.
24121         * gnulib-tool: Avoid space-tab.
24122         (--doc-base): New option, to manage files from doc.
24123
24124 2006-07-11  Eric Blake  <ebb9@byu.net>
24125
24126         * m4/absolute-header.m4: Fix comments to match recent change.
24127
24128 2006-07-11  Eric Blake  <ebb9@byu.net>
24129
24130         * gnulib-tool: List --doc-base before --tests-base.
24131
24132 2006-07-11  Derek R. Price  <derek@ximbiot.com>
24133
24134         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
24135
24136 2006-07-11  Bruno Haible  <bruno@clisp.org>
24137
24138         * README: Mention where to put documentation.
24139
24140 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24141
24142         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
24143
24144 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24145
24146         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
24147         to stdint.m4.
24148
24149 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24150
24151         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
24152         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
24153         "no/such/file/stdint.h" when there is no such file, so that
24154         the resulting C code can be parsed by dodgy compilers.
24155         Problems reported by Bob Proulx.
24156
24157 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24158
24159         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
24160         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24161         macros into the GNU _D_EXACT_NAMLEN.
24162         * lib/savedir.c:  Likewise.
24163         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
24164
24165 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24166         and Paul Eggert  <eggert@cs.ucla.edu>
24167
24168         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
24169         * m4/savedir.m4:
24170         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24171         macros into the GNU _D_EXACT_NAMLEN.
24172
24173 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24174
24175         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
24176         around the absolute name, to work around a problem with the HP-UX
24177         11.23 native C compiler, reported by Bob Proulx.
24178
24179 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24180
24181         * doc/maintain.texi, make-stds.texi: Sync from
24182         <http://savannah.gnu.org/projects/gnustandards>.
24183
24184 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24185
24186         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
24187
24188 2006-07-09  Jim Meyering  <jim@meyering.net>
24189
24190         * m4/glob.m4: Remove a doubled word in a comment.
24191
24192 2006-07-09  Jim Meyering  <jim@meyering.net>
24193
24194         * lib/argp-pv.c: Remove a doubled word in a comment.
24195         * lib/check-version.c (check_version): Likewise.
24196         * lib/javacomp.c (compile_java_class): Likewise.
24197
24198 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
24199
24200         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
24201         for the benefit of people using Autoconf 2.60.  If you want to
24202         support older Autoconf versions you can copy m4/onceonly_2_57.m4
24203         (or m4/onceonly.m4, if pre-2.57) manually.
24204
24205 2006-07-08  Jim Meyering  <jim@meyering.net>
24206
24207         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
24208         comment.
24209         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
24210         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
24211         comment.
24212
24213 2006-07-08  Jim Meyering  <jim@meyering.net>
24214
24215         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
24216
24217 2006-07-07  Simon Josefsson  <jas@extundo.com>
24218
24219         * tests/test-crc.c: Change expected crc value, the test vector
24220         were probably computed using the old broken crc.c?
24221
24222 2006-07-06  Simon Josefsson  <jas@extundo.com>
24223
24224         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
24225         now the canonical place for the M4 file).
24226
24227         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
24228         from the sys_socket dependency now.
24229
24230         * modules/inet_pton (Files): Ditto.
24231
24232         * modules/inet_ntop (Files): Ditto.
24233
24234 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24235
24236         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
24237         not gl_PREREQ_GETUSERSHELL.
24238
24239 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24240
24241         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
24242         with only one argument, for Autoconf 2.60.
24243         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
24244         expand to nothing, so add a shell command to avoid syntax error.
24245         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
24246
24247 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24248
24249         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
24250
24251 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24252
24253         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
24254         no longer needed.  Check for isblank decl.
24255         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
24256         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
24257         of existence.
24258
24259 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24260
24261         * lib/getloadavg.c: Use __VMS, not VMS.
24262         * lib/getopt.c: Likewise.
24263         * lib/getpagesize.h: Likewise.
24264         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
24265         and probably does not work.
24266
24267 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24268
24269         * lib/.cppi-disable: Add wcwidth.
24270         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
24271         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
24272         (ISGRAPH): Remove.  All uses changed to isgraph.
24273         (FOLD) [!defined _LIBC]: Remove special case.
24274         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
24275         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
24276         HAVE_ISBLANK.
24277         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
24278         case.
24279
24280 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
24281
24282         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
24283         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
24284         brackets.  Other minor changes to suppress some compiler
24285         warnings.
24286
24287 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24288         and Paul Eggert  <eggert@cs.ucla.edu>
24289
24290         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
24291         of invoking obsolescent AC_HEADER_DIRENT macro.
24292         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
24293         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
24294         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
24295         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
24296         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
24297         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24298         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
24299         * m4/readdir.m4: Remove; no longer needed.
24300
24301 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24302         and Paul Eggert  <eggert@cs.ucla.edu>
24303
24304         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
24305         Don't worry about this obsolete case any more.
24306         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
24307         directories.
24308         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
24309         worry about this obsolete case any more.
24310         * lib/fts.c: Likewise.
24311         * lib/getcwd.c: Likewise.
24312         * lib/glob.h: Likewise.
24313         * lib/savedir.c: Likewise.
24314
24315 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24316
24317         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
24318         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
24319         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
24320         needed.
24321         All uses removed.
24322         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24323         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24324         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
24325         needed.
24326         * m4/getdate.m4 (gl_GETDATE): Likewise.
24327         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
24328         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
24329         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
24330         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24331         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24332         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24333         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
24334         needed.
24335
24336 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24337
24338         * lib/memcasecmp.c: Include <limits.h>.
24339         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
24340         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
24341         Don't assume isdigit succeeds only on '0' through '9'.
24342
24343 2006-07-05  Eric Blake  <ebb9@byu.net>
24344
24345         * modules/getaddrinfo (Depends-on): Add snprintf.
24346
24347 2006-07-05  Eric Blake  <ebb9@byu.net>
24348
24349         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
24350         to avoid 'header present but could not be compiled' on cygwin.
24351
24352 2006-07-05  Eric Blake  <ebb9@byu.net>
24353
24354         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
24355         missing from netdb.h.
24356         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
24357
24358 2006-07-05  Derek R. Price  <derek@ximbiot.com>
24359
24360         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
24361         no longer needed.
24362         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
24363         * m4/getdate.m4 (gl_GETDATE): Likewise.
24364         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
24365         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
24366         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
24367         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24368         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24369
24370 2006-07-05  Derek R. Price  <derek@ximbiot.com>
24371
24372         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
24373         All uses of is_space replaced by isspace.
24374         * lib/exit.h: Don't talk about STDC_HEADERS.
24375         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
24376         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
24377         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
24378         replaced by isprint etc.
24379         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
24380         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
24381         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
24382         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
24383         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
24384         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
24385
24386 2006-07-05  Bruno Haible  <bruno@clisp.org>
24387
24388         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
24389         the function exists, before testing against AIX.
24390         Reported by Martin Lambers <marlam@marlam.de>.
24391
24392 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24393
24394         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
24395         From Mark D. Baushke.
24396
24397 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24398
24399         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
24400         to the absolute name, not just one, to bypass Sun C 5.8's
24401         "warning: #include of /usr/include/... may be non-portable".
24402
24403 2006-07-04  Eric Blake  <ebb9@byu.net>
24404
24405         * modules/dirname-tests: New test module.
24406         * tests/test-dirname.c: New file, replacing dirname.c
24407         TEST_DIRNAME section that was recently deleted.
24408
24409 2006-07-04  Bruno Haible  <bruno@clisp.org>
24410
24411         Assume ANSI C header files and <ctype.h> functions.
24412         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
24413         (mbsnwidth): Use isprint, iscntrl instead.
24414
24415 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24416
24417         Merge from coreutils.
24418         * MODULES.html.sh: Add xstrtold.
24419         * modules/xstrtold: New file.
24420         * modules/cycle-check (Files): Add lib/same-inode.h.
24421         * modules/dirname (Files): Add m4/double-slash-root.m4.
24422         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
24423         * modules/mkdir-p (Files): Add lib/same-inode.h.
24424         * modules/same (Files): Add lib/same-inode.h.
24425
24426 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24427
24428         * m4/absolute-header.m4: Renamed from full-header-path.m4.
24429         This is to keep the terminology clean; POSIX talks about
24430         "absolute pathnames", not "full pathnames", but the GNU
24431         Coding Standards say to use "path" for something else;
24432         so use "absolute" to keep both sides happy.
24433         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
24434         Set gl_absolute_header, not gl_full_header_path.
24435         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
24436         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
24437         All uses changed.
24438
24439         Merge from coreutils.
24440
24441         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24442
24443         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
24444         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
24445         want to require the building of c-strtod.o.
24446         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
24447         needs -lm directly.
24448         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
24449
24450         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
24451
24452         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
24453         --as-needed option if available.  Problem reported by Albert Chin in
24454         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
24455         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
24456         cc merely issues a bunch of annoying warnings for --as-needed
24457         (this problem was reported by Bob Proulx).  Also, try linking with
24458         -lm to detect a bug in binutils 2.16 (this problem was reported
24459         by Ralf Wildenhues).
24460
24461         2006-06-18  Jim Meyering  <jim@meyering.net>
24462
24463         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
24464         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
24465         macro.
24466         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
24467         also check for glibc-2.4's abort-inducing bug.
24468
24469         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
24470         Low-probability clean-up should be to use rmdir to get rid of
24471         the just-created directory, not unlink.
24472
24473         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
24474         configure fail, and request a bug report to inform us about it.
24475         Add a comment that, barring reports to the contrary, in 2007 we'll
24476         assume ftruncate is universally available.
24477
24478         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24479
24480         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
24481
24482         2006-03-12  Jim Meyering  <jim@meyering.net>
24483
24484         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
24485         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
24486         * m4/same.m4 (gl_SAME): Likewise.
24487         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
24488
24489         2006-03-11  Eric Blake  <ebb9@byu.net>
24490
24491         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
24492         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
24493         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
24494         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
24495
24496 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24497
24498         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
24499         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
24500         reported by Mark D. Baushke, one in
24501         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
24502
24503         Merge from coreutils.
24504
24505         * lib/.cppi-disable: Add stdint_.h.
24506         * lib/.cvsignore: Add stdint.h.
24507
24508         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24509
24510         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
24511         both double and long double versions.
24512         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
24513         * lib/xstrtold.c: New file.
24514         * lib/xstrtod.h (xstrtold): New decl.
24515
24516         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
24517
24518         * lib/filemode.c (setst): Remove.
24519         (strmode): Rewrite to avoid setst.  This makes the code shorter,
24520         (arguably) clearer, and the generated code is a bit smaller on my
24521         Debian GNU/Linux stable x86 host.
24522
24523         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24524
24525         * lib/filemode.c: Include "filemode.h" first, to test the interface.
24526         Assume that filemode.h includes sys/types.h and sys/stat.h.
24527         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
24528         (ftypelet): Reorder to put common cases first, for efficiency.
24529         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
24530         to do 'M'.
24531         (strmode): Renamed from mode_string, and now stores 12 bytes instead
24532         of 10, for compatibility with FreeBSD.  All callers changed.
24533         (filemodestring): Now stores 12 bytes instead of 10, and sets file
24534         types that can't be deduced solely from st_mode.  First arg is now a
24535         const pointer.
24536         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
24537         (strmode): Renamed from mode_string.
24538         (filemodestring): New decl.
24539         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
24540         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
24541         needed.
24542         (S_ISPORT, S_ISWHT): New macros, if not already defined.
24543
24544         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
24545
24546         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
24547         fsusage.h now does that.  Include fsusage.h first, to test interface.
24548         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
24549         at most one method (the old code could have generated decls that
24550         didn't conform to C89, not that this was ever exercised).
24551         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
24552
24553         2006-03-19  Jim Meyering  <jim@meyering.net>
24554
24555         Work even in a chroot where d_ino values for entries in "/"
24556         don't match the stat.st_ino values for the same names.
24557         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
24558         number, iterate through all entries again, using lstat instead.
24559         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
24560         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
24561
24562         * lib/getcwd.c (__getcwd): Clarify a comment.
24563         Use memcpy in place of a call to strcpy.
24564
24565         2006-03-12  Jim Meyering  <jim@meyering.net>
24566
24567         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
24568         matches that of the current directory (which we're about to chdir ".."
24569         out of), then save the dev-ino of the parent, instead.
24570
24571         * lib/same-inode.h (SAME_INODE): New file/macro.
24572         * lib/chdir-safer.c (SAME_INODE): Remove definition.
24573         Include "same-inode.h", instead.
24574         * lib/same.c: Likewise.
24575         * lib/cycle-check.h: Include "same-inode.h".
24576         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
24577         * lib/cycle-check.c (SAME_INODE): Remove definition.
24578         * lib/root-dev-ino.h: Include "same-inode.h".
24579
24580         2006-03-11  Eric Blake  <ebb9@byu.net>
24581
24582         * lib/same.c (same_name): s/base_name/last_component/
24583         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
24584         * lib/filenamecat.c (file_name_concat): Likewise.
24585
24586         2006-03-11  Eric Blake  <ebb9@byu.net>,
24587                     Paul Eggert  <eggert@cs.ucla.edu>
24588
24589         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
24590         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
24591         drive prefix.
24592         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
24593         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
24594         (last_component): New method.
24595         * lib/dirname.c (dir_len): Determine when drive letters need a
24596         subsequent slash.  Preserve // when it is special.
24597         (dir_name): Don't append dot when drive letter is absolute.
24598         [TEST_DIRNAME]: Move into a full-blown gnulib test.
24599         * lib/basename.c (base_name): New semantics - malloc the result.
24600         Preserve // when it is special.  Preserve relative files that look
24601         like drive letters.
24602         (base_len): Preserve // when it is special.
24603         (last_component): New method, similar to old base_name semantics.
24604         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
24605         base_name.  Strip redundant slashes from ///.
24606
24607 2006-07-03  Jim Meyering  <jim@meyering.net>
24608
24609         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
24610         macro is used before the first cycle_check call.
24611
24612 2006-07-03  Eric Blake  <ebb9@byu.net>
24613
24614         * modules/dirname (Depends-on): Add xstrndup.
24615
24616 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24617
24618         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
24619         test cases, so that config.log is a bit easier to follow.
24620
24621 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24622
24623         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
24624         both are 64 bits, since this seems to be the tradition, and this
24625         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
24626         we ever run into a host that prefers long long to long in this
24627         case, we'll need another configure-time test.  Problem reported by
24628         Jim Meyering.
24629
24630 2006-07-02  Eric Blake  <ebb9@byu.net>
24631
24632         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
24633
24634 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24635
24636         * modules/inttypes (Depends-on): No longer depends on stdint.
24637         * modules/stdint (Description): Say more about assumptions.
24638         Say that the fast types might differ.  Say macros are used.
24639         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
24640         (Makefile.am): Revise list of substituted symbols to match
24641         new stdint.m4.
24642         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
24643         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
24644         * tests/test-stdint.c (verify_same_types)
24645         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
24646         the code conforms to C99/C89.
24647         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
24648         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
24649
24650 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24651
24652         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
24653         but fix a bug, by requiring at least 64 bits.
24654         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
24655         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
24656         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
24657         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
24658
24659         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
24660         changes.  Make 2.59 a prerequisite.  Check and substitute for
24661         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
24662         inttypes.h.  Do not use special include files; just use the
24663         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
24664         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
24665         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
24666         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
24667         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
24668         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
24669         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
24670         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
24671         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
24672         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
24673         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
24674         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
24675         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
24676         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
24677         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
24678         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
24679         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
24680         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
24681         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
24682         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
24683         WINT_MAX.  Check for C99 conformance more strictly, by detecting
24684         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
24685         not check for things that C99 does not require, e.g., int8_t.  If
24686         a test isn't needed unless <stdint.h> isn't working, and is
24687         unlikely to be needed for any other reason, then don't do it
24688         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
24689         size_t, since we assume C89 freestanding at least.  Do not check
24690         for sig_atomic_t, wchar_t, or wint_t, since the code now does
24691         the right thing even if the types are not defined.  Instead use:
24692         (gl_STDINT_TYPE_PROPERTIES): New macro.
24693         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
24694         testing whether <sys/types.h> clashes, as Autoconf does this for
24695         us now.  All uses removed.
24696         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
24697         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
24698         (gl_CHECK_TYPE_SAME):
24699         Remove; no longer needed.
24700         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
24701         exists, since we'll return 0 anyway in that case.
24702         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
24703
24704 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24705
24706         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
24707         possible collision with system files.
24708         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
24709         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
24710         WCHAR_MIN and WCHAR_MAX in this case.
24711         (<stddef.h>): Do not include; no longer needed.
24712         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
24713         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
24714         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
24715         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
24716         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
24717         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
24718         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
24719         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
24720         !defined(__c99))]: Include in this case too, since it's harmless
24721         now.
24722         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
24723         dangerous to do so.
24724         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
24725         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
24726         (_STDINT_MIN, _STDINT_MAX): New macros.
24727         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
24728         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
24729         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
24730         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
24731         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
24732         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
24733         macros, not typedefs; this simplifies things quite a bit.
24734         Use long int for all types narrower than int64_t.
24735         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
24736         Define in terms of long long int or int64_t or long int,
24737         not int64_t or int32_t.  This saves some compile-time testing.
24738         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
24739         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
24740         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
24741         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
24742         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
24743         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
24744         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
24745         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
24746         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
24747         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
24748         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24749         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24750         undef any previous version and define our own version, for
24751         simplicity and consistency with the new macros for types.
24752         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24753         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24754         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
24755         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
24756         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
24757         @WINT_T_SUFFIX@ to keep things simple here.
24758         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
24759         Simplify by assuming typical 8/16/32/64 host, since we're
24760         already doing that elsewhere anyway.
24761         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
24762         and assume long long int is 64 bits if available.  This
24763         speeds up 'configure'.
24764
24765 2006-07-01  Eric Blake  <ebb9@byu.net>
24766
24767         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
24768         Reported by Andreas Buening.
24769
24770 2006-07-01  Eric Blake  <ebb9@byu.net>
24771
24772         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
24773
24774 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
24775
24776         * lib/getaddrinfo.c: fixed typo
24777
24778 2006-06-29  Jim Meyering  <jim@meyering.net>
24779
24780         * modules/strftime (Maintainer): Add my name, since with the
24781         FPRINTFTIME changes strftime.c has forked from glibc.
24782
24783 2006-06-29  Eric Blake  <ebb9@byu.net>
24784
24785         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
24786
24787 2006-06-29  Eric Blake  <ebb9@byu.net>
24788
24789         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
24790
24791 2006-06-29  Eric Blake  <ebb9@byu.net>
24792
24793         * lib/stat_.h: New file.
24794
24795 2006-06-29  Eric Blake  <ebb9@byu.net>
24796
24797         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
24798         unused static function.
24799
24800 2006-06-29  Eric Blake  <ebb9@byu.net>
24801
24802         * doc/functions.texi (Function Portability): Document missing lstat
24803         on mingw.
24804
24805 2006-06-29  Eric Blake  <ebb9@byu.net>
24806
24807         * MODULES.html.sh: Add sys_stat.
24808         * modules/sys_stat: New module.
24809         * modules/mkstemp (Depends-on): Add sys_stat.
24810
24811 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24812
24813         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
24814
24815 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24816
24817         * m4/c-bs-a.m4: Removed.
24818
24819 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24820
24821         * lib/strftime.c: Assume strftime() exists.
24822
24823 2006-06-29  Derek Price  <derek@ximbiot.com>
24824
24825         * modules/c-bs-a: Removed - \a is C89.
24826         * MODULES.html.sh: Remove c-bs-a.
24827
24828 2006-06-29  Bruno Haible  <bruno@clisp.org>
24829
24830         * modules/wcwidth (License): Change to LGPL.
24831
24832 2006-06-28  Simon Josefsson  <jas@extundo.com>
24833
24834         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
24835         on _WIN32.
24836
24837         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
24838         getnameinfo.
24839
24840 2006-06-28  Simon Josefsson  <jas@extundo.com>
24841
24842         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
24843
24844 2006-06-28  Simon Josefsson  <jas@extundo.com>
24845
24846         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
24847         functions there.  It will succeed on Windows XP, but on Windows
24848         2000 and (presumably) earlier, it will fail, and use the internal
24849         re-implementation.
24850         (use_win32_p): New function.
24851         (getaddrinfo): Use strtoul on servname, to support numeric ports.
24852         Support AI_NUMERICSERV to disable getservbyname.
24853         (getnameinfo): New function, only supports
24854         NI_NUMERICHOST|NI_NUMERICSERV for now.
24855
24856         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
24857         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
24858         getnameinfo.
24859
24860 2006-06-28  Eric Blake  <ebb9@byu.net>
24861
24862         * modules/wcwidth: New file.
24863         * modules/mbchar (Depends-on): Add wcwidth.
24864         * modules/mbswidth (Depends-on): Add wcwidth.
24865         * MODULES.html.sh: Add wcwidth.
24866
24867 2006-06-28  Eric Blake  <ebb9@byu.net>
24868
24869         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
24870         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
24871
24872 2006-06-28  Eric Blake  <ebb9@byu.net>
24873
24874         * lib/xvasprintf.h: Fix comments.
24875
24876 2006-06-28  Eric Blake  <ebb9@byu.net>
24877
24878         * lib/mbchar.h (wcwidth): Include wcwidth.h.
24879         * lib/mbswidth.c (wcwidth): Move from here...
24880         * lib/wcwidth.h: ...to this new file.
24881
24882 2006-06-28  Derek R. Price  <derek@ximbiot.com>
24883
24884         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
24885
24886         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
24887         it's obsolete.
24888         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
24889
24890 2006-06-28  Derek R. Price  <derek@ximbiot.com>
24891
24892         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
24893         Autoconf 2.60 says this stuff was obsolete.
24894
24895 2006-06-28  Bruno Haible  <bruno@clisp.org>
24896
24897         * modules/wcwidth (Files): Add m4/wchar_t.m4.
24898
24899 2006-06-28  Bruno Haible  <bruno@clisp.org>
24900
24901         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
24902         gt_TYPE_WCHAR_T.
24903
24904 2006-06-28  Bruno Haible  <bruno@clisp.org>
24905
24906         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
24907         declaration for wcwidth.
24908         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
24909
24910 2006-06-28  Bruno Haible  <bruno@clisp.org>
24911
24912         * lib/mkdtemp.c [MINGW]: Include <io.h>.
24913         (mkdir): Define using _mkdir.
24914
24915 2006-06-28  Bruno Haible  <bruno@clisp.org>
24916
24917         * lib/getaddrinfo.h: Fix POSIX URL.
24918         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
24919         _WIN32.
24920         (use_win32_p): Make static.
24921         (getaddrinfo): Reject service name if it is empty or does not consist
24922         solely of decimal digits, or if its value is > 65535.
24923         (getnameinfo): Remove useless casts.
24924
24925 2006-06-27  Simon Josefsson  <jas@extundo.com>
24926
24927         * modules/sys_select: New file, suggested by Bruno Haible, Paul
24928         Eggert and Martin Lambers.
24929
24930 2006-06-27  Simon Josefsson  <jas@extundo.com>
24931
24932         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
24933         Eggert and Martin Lambers.
24934
24935 2006-06-27  Bruno Haible  <bruno@clisp.org>
24936
24937         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
24938         result to 0, not to empty.
24939         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
24940
24941 2006-06-27  Bruno Haible  <bruno@clisp.org>
24942
24943         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
24944
24945 2006-06-26  Simon Josefsson  <jas@extundo.com>
24946
24947         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
24948         present.
24949
24950 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
24951
24952         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
24953         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
24954         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
24955
24956 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
24957
24958         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
24959
24960 2006-06-26  Bruno Haible  <bruno@clisp.org>
24961
24962         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
24963
24964 2006-06-26  Bruno Haible  <bruno@clisp.org>
24965
24966         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
24967
24968 2006-06-26  Bruno Haible  <bruno@clisp.org>
24969
24970         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
24971         SGI C compiler in pre-C99 mode.
24972         Suggested by Mark D. Baushke and Larry Jones.
24973
24974 2006-06-26  Bruno Haible  <bruno@clisp.org>
24975
24976         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
24977         WCHAR_MAX.
24978         Reported by Mark D. Baushke and Larry Jones.
24979
24980 2006-06-26  Bruno Haible  <bruno@clisp.org>
24981
24982         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
24983         in pre-C99 mode.
24984         Suggested by Mark D. Baushke and Larry Jones.
24985
24986 2006-06-23  Simon Josefsson  <jas@extundo.com>
24987             Bruno Haible  <bruno@clisp.org>
24988
24989         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
24990         Emit mostlyclean-local rule.
24991         (func_emit_tests_Makefile_am): Likewise.
24992         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
24993
24994 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
24995
24996         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
24997
24998 2006-06-23  Bruno Haible  <bruno@clisp.org>
24999
25000         * tests/test-stdint.c: Update to match ISO C 99 Technical
25001         Corrigendum 1.
25002
25003 2006-06-23  Bruno Haible  <bruno@clisp.org>
25004
25005         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
25006
25007 2006-06-23  Bruno Haible  <bruno@clisp.org>
25008
25009         * lib/stdint_.h: Treat IRIX like OpenBSD.
25010
25011 2006-06-23  Bruno Haible  <bruno@clisp.org>
25012
25013         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
25014         ISO C 99 Technical Corrigendum 1.
25015
25016 2006-06-22  Simon Josefsson  <jas@extundo.com>
25017
25018         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
25019         MinGW.
25020
25021 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25022
25023         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
25024         needed.  Some compiler complained about some of them.  Problem reported
25025         by Larry Jones in
25026         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
25027
25028 2006-06-21  Simon Josefsson  <jas@extundo.com>
25029
25030         * tests/test-getaddrinfo.c: New file.
25031
25032         * modules/getaddrinfo-tests: New file.
25033
25034         * MODULES.html.sh: Add inet_pton.
25035
25036         * modules/inet_pton: New file.
25037
25038 2006-06-21  Simon Josefsson  <jas@extundo.com>
25039
25040         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
25041         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
25042         of using the (limited) gnulib implementation on Windows XP.
25043
25044         * m4/inet_pton.m4: New file.
25045
25046 2006-06-21  Simon Josefsson  <jas@extundo.com>
25047
25048         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
25049         variable.
25050
25051         * lib/socket_.h: Don't define WINVER.
25052
25053         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
25054         slightly modified to work in gnulib.
25055
25056 2006-06-21  Simon Josefsson  <jas@extundo.com>
25057
25058         * doc/gnulib.texi (Windows sockets): Add.
25059
25060 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
25061
25062         * lib/read-file.c (fread_file): Start with buffer allocation of
25063         0 bytes rather than 1 byte; this simplifies the code.
25064         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
25065         code to free buffer and save/restore errno.
25066         (internal_read_file): Remove unused local.
25067
25068 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
25069
25070         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
25071         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
25072         Problem reported by Denis Excoffier in
25073         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
25074
25075 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25076
25077         * modules/sys_socket, modules/socklen: Include sys/types since
25078         FreeBSD 4.x's sys/socket.h needs it.
25079
25080 2006-06-19  Simon Josefsson  <jas@extundo.com>
25081
25082         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
25083
25084 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25085
25086         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
25087
25088 2006-06-19  Bruno Haible  <bruno@clisp.org>
25089
25090         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
25091         and FULL_PATH_INTTYPES_H in angle brackets.
25092         Reported by Mark D. Baushke <mdb@gnu.org>.
25093
25094 2006-06-17  Eric Blake  <ebb9@byu.net>
25095
25096         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
25097         errno.
25098
25099 2006-06-17  Bruno Haible  <bruno@clisp.org>
25100
25101         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
25102         <sys/inttypes.h>.
25103
25104 2006-06-17  Bruno Haible  <bruno@clisp.org>
25105
25106         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
25107         whether errno is declared. Assume <errno.h> declares errno.
25108
25109 2006-06-17  Bruno Haible  <bruno@clisp.org>
25110
25111         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
25112
25113 2006-06-17  Bruno Haible  <bruno@clisp.org>
25114
25115         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
25116         problem on Solaris 2.5.1.
25117
25118 2006-06-16  Eric Blake  <ebb9@byu.net>
25119
25120         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
25121         * lib/unicodeio.c [!defined errno]: Likewise.
25122         * lib/strtol.c [!defined errno]: Likewise.
25123         * lib/strtod.c [!defined errno]: Likewise.
25124
25125 2006-06-15  Eric Blake  <ebb9@byu.net>
25126
25127         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
25128
25129 2006-06-15  Eric Blake  <ebb9@byu.net>
25130
25131         * config/srclist.txt (ssize_t.m4): Lose sync.
25132
25133 2006-06-15  Bruno Haible  <bruno@clisp.org>
25134
25135         * modules/stdint (Files): Include m4/full-header-path.m4,
25136         m4/size_max.m4, m4/wchar_t.m4.
25137         (Makefile.am): Many more substitutions.
25138         * modules/stdint-tests: New file.
25139         * tests/test-stdint.c: New file.
25140
25141 2006-06-15  Bruno Haible  <bruno@clisp.org>
25142
25143         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
25144         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
25145         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
25146         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
25147         gl_CHECK_TYPE_SAME): New macros.
25148
25149 2006-06-15  Bruno Haible  <bruno@clisp.org>
25150
25151         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
25152
25153 2006-06-15  Bruno Haible  <bruno@clisp.org>
25154
25155         * lib/stdint_.h: Rewritten to be fully auto-configured.
25156         Fixes bug on HP-UX/IA64.
25157
25158 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
25159
25160         * lib/getdate.y (__attribute__): Don't define if already defined.
25161         Problem reported by Larry Jones.
25162         * lib/utimens.c (__attribute__): Likewise.
25163
25164 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
25165
25166         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
25167         reported by Andreas Schwab.
25168
25169 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25170             Bruno Haible  <bruno@clisp.org>
25171
25172         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
25173         check for the declaration of strnlen and a run test that exposes the
25174         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
25175         rpl_strndup.
25176
25177 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25178             Bruno Haible  <bruno@clisp.org>
25179
25180         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
25181
25182 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25183
25184         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
25185         compile test, for Tru64 4.0D.
25186
25187 2006-05-28  Karl Berry  <karl@gnu.org>
25188
25189         * config/srclist.txt (printf-args.c): lose sync.
25190
25191 2006-05-26  Martin Lambers  <marlam@marlam.de>
25192
25193         * lib/getpass.c: Updates the test for the native W32 API, and adds
25194         missing includes, thus fixing compilation warnings.
25195
25196 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25197
25198         * lib/exclude.c (exclude_fnmatch): New function.
25199         (excluded_file_name): Call exclude_fnmatch.
25200         * lib/exclude.h (excluded_file_name): New prototype
25201
25202 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
25203
25204         * lib/tempname.c (small_open, large_open): New macros.
25205         (__open, __open64) [!_LIBC]: Remove.
25206         (__gen_tempname): Use small_open and large_open instead of __open
25207         and __open64.  This fixes a portability bug on HP-UX 11.11i
25208         reported by Simon Wing-Tang in
25209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
25210
25211 2006-05-24  Bruno Haible  <bruno@clisp.org>
25212
25213         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
25214         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
25215         Reported by Thorsten Maerz <torte@netztorte.de> via
25216         Aaron Stone <aaron@serendipity.cx>.
25217
25218 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25219
25220         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
25221         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
25222         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
25223         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
25224         not really conditional on the cache.
25225         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
25226
25227 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25228
25229         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
25230         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
25231         (my_usleep): Don't mishandle maximum value.
25232
25233 2006-05-19  Jim Meyering  <jim@meyering.net>
25234
25235         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
25236
25237 2006-05-17  Bruno Haible  <bruno@clisp.org>
25238
25239         Cygwin portability.
25240         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
25241
25242 2006-05-17  Bruno Haible  <bruno@clisp.org>
25243
25244         * lib/stdint_.h: Fix recognition of Cygwin.
25245
25246 2006-05-15  Bruno Haible  <bruno@clisp.org>
25247
25248         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
25249         on libtool patch by Ralf Wildenhues.
25250
25251 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25252
25253         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
25254         test for C99 conformance; (bool) 0.5 is an integer constant
25255         expression, but (bool) -0.5 is not.  Problem reported by Fedor
25256         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
25257
25258 2006-05-11  Simon Josefsson  <jas@extundo.com>
25259
25260         * m4/xvasprintf.m4: Fix obvious typo.
25261
25262 2006-05-11  Jim Meyering  <jim@meyering.net>
25263
25264         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
25265         James Lemley.
25266
25267 2006-05-10  Simon Josefsson  <jas@extundo.com>
25268
25269         * lib/md4.c: Typo fix, update copyright years.
25270         (K1, K2): Don't use L because it turn computations into 64-bit on
25271         64-bit platforms.
25272
25273 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
25274
25275         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
25276         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
25277         unwanted sign propagation, e.g., on hosts with 64-bit int.
25278         There still are some problems with reeelly weird theoretical hosts
25279         (e.g., 33-bit int) but it's not worth worrying about now.
25280         * lib/sha1.c (rol): Likewise.
25281         (K1, K2, K3, K4): Remove unnecessary L suffix.
25282
25283 2006-05-10  Bruno Haible  <bruno@clisp.org>
25284
25285         * lib/des.c: Cast to avoid warnings.
25286
25287 2006-05-09  Bruno Haible  <bruno@clisp.org>
25288
25289         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
25290         (Depends-on): Depend also on xsize, stdarg.
25291         (configure.ac): Add gl_XVASPRINTF.
25292
25293 2006-05-09  Bruno Haible  <bruno@clisp.org>
25294
25295         * m4/xvasprintf.m4: New file.
25296
25297 2006-05-09  Bruno Haible  <bruno@clisp.org>
25298
25299         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
25300         (EOVERFLOW): Define fallback value.
25301         (xstrcat): New function.
25302         (xvasprintf): Recognize the special case of a string concatenation.
25303
25304 2006-05-08  Eric Blake  <ebb9@byu.net>
25305
25306         * gnulib-tool (func_version): Base copyright year on CVS date.
25307         (func_emit_copyright_notice): New function.
25308         (func_emit_lib_Makefile_am): Use it.
25309         (func_emit_tests_Makefile_am): Likewise.
25310         (func_import): Likewise.
25311
25312 2006-05-08  Bruno Haible  <bruno@clisp.org>
25313
25314         * modules/stdarg: New file.
25315         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
25316
25317 2006-05-08  Bruno Haible  <bruno@clisp.org>
25318
25319         * m4/stdarg.m4: New file, from GNU gettext.
25320
25321 2006-05-08  Bruno Haible  <bruno@clisp.org>
25322
25323         * config/srclist.txt (build-aux/config.rpath): different from latest
25324         release.
25325
25326 2006-05-08  Bruno Haible  <bruno@clisp.org>
25327
25328         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
25329
25330 2006-05-05  Jim Meyering  <jim@meyering.net>
25331
25332         * m4/warning.m4: New file, derived from bison's file by the same name.
25333
25334 2006-05-03  Bruno Haible  <bruno@clisp.org>
25335
25336         * lib/stdint_.h: Shorter URL.
25337         * lib/inttypes.h: Likewise.
25338
25339 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25340
25341         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
25342
25343 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25344
25345         * lib/verify.h: Document the internals better.  Most of this change
25346         was written by Bruno Haible.
25347
25348 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25349
25350         * doc/verify.texi: New file, partly based on a proposal by
25351         Bruno Haible.
25352
25353 2006-05-02  Bruno Haible  <bruno@clisp.org>
25354
25355         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
25356         test from here...
25357         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
25358
25359 2006-04-29  Bruno Haible  <bruno@clisp.org>
25360
25361         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
25362         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
25363
25364 2006-04-29  Bruno Haible  <bruno@clisp.org>
25365
25366         * gnulib-tool: Make --update option actually work.
25367
25368 2006-04-29  Bruno Haible  <bruno@clisp.org>
25369
25370         * doc/gcd.texi: New file.
25371         * doc/gnulib.texi: Include it.
25372
25373 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
25374
25375         * lib/getdate.y (get_date): When adding relative date, start with the
25376         initial time, not with the result of the first mktime call.
25377
25378 2006-04-25  Bruno Haible  <bruno@clisp.org>
25379
25380         * gnulib-tool (func_import): Output the include directives in three
25381         blocks, sorted separately.
25382         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25383
25384 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25385
25386         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
25387         to define main with arguments, for C++.  Reported by Eric Blake.
25388         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
25389         Prefer 'int main ()' to 'int main (void)', for C++.
25390         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
25391         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
25392         for 'main', for C99 and C++.
25393
25394 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25395
25396         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
25397         Don't assume that exit status -1 is valid.
25398         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25399         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25400         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
25401         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
25402         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
25403         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
25404         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
25405         functions can be used without declaring them, or that you can
25406         exit with status -1.
25407         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
25408
25409 2006-04-24  Karl Berry  <karl@gnu.org>
25410
25411         * config/srclist.txt (longdouble.m4): sync lost.
25412
25413 2006-04-24  Eric Blake  <ebb9@byu.net>
25414
25415         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
25416
25417 2006-04-24  Bruno Haible  <bruno@clisp.org>
25418
25419         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
25420         poll() implementation in AIX.
25421         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25422
25423 2006-04-24  Bruno Haible  <bruno@clisp.org>
25424
25425         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
25426         assigned exactly once.
25427
25428 2006-04-23  Claudio Fontana  <claudio@gnu.org>
25429             Bruno Haible  <bruno@clisp.org>
25430
25431         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
25432         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
25433         for AM_CPPFLAGS.
25434
25435 2006-04-23  Bruno Haible  <bruno@clisp.org>
25436
25437         * modules/copy-file: Depend on unistd.
25438         * modules/execute: Likewise.
25439         * modules/fatal-signal: Likewise.
25440         * modules/findprog: Likewise.
25441         * modules/mkdtemp : Likewise.
25442         * modules/pipe: Likewise.
25443         * modules/wait-process: Likewise.
25444
25445 2006-04-23  Bruno Haible  <bruno@clisp.org>
25446
25447         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
25448         condition was already detected.
25449         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25450
25451 2006-04-23  Bruno Haible  <bruno@clisp.org>
25452
25453         * lib/copy-file.c: Include <unistd.h> unconditionally.
25454         * lib/execute.c: Likewise.
25455         * lib/fatal-signal.c: Likewise.
25456         * lib/findprog.c: Likewise.
25457         * lib/mkdtemp.c: Likewise.
25458         * lib/pipe.h: Likewise.
25459         * lib/pipe.c: Likewise.
25460         * lib/wait-process.h: Likewise.
25461
25462 2006-04-23  Bruno Haible  <bruno@clisp.org>
25463
25464         * gnulib-tool (func_usage): Fix --import description. Document
25465         --update.
25466         (func_import): Create temporary file in a temporary directory, if
25467         --dry-run is specified. Silence errors from 'grep' when there are no
25468         m4 files in $m4dir.
25469         (func_create_testdir): Silence errors from 'grep' when there are no
25470         m4 files in $m4dir.
25471         Reported by Karl Berry <karl@freefriends.org>.
25472
25473 2006-04-20  Bruno Haible  <bruno@clisp.org>
25474
25475         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
25476         one argument, so that the code will be portable to Autoconf 2.60.
25477         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
25478         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
25479         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
25480
25481 2006-04-19  Derek Price  <derek@ximbiot.com>
25482             Eric Blake  <ebb9@byu.net>
25483
25484         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
25485         rather than "/full/path.h".  Update comment to match.  Shorten &
25486         generalize m4_translit call via AS_TR_CPP.
25487
25488 2006-04-19  Derek Price  <derek@ximbiot.com>
25489             Eric Blake  <ebb9@byu.net>
25490
25491         * lib/inttypes.h: Correct grammar in comment.
25492
25493 2006-04-18  Derek Price  <derek@ximbiot.com>
25494             Paul Eggert  <eggert@cs.ucla.edu>
25495
25496         * modules/inttypes: New file.
25497         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
25498
25499 2006-04-18  Derek Price  <derek@ximbiot.com>
25500             Paul Eggert  <eggert@cs.ucla.edu>
25501
25502         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
25503         New files.
25504
25505 2006-04-18  Derek Price  <derek@ximbiot.com>
25506             Paul Eggert  <eggert@cs.ucla.edu>
25507
25508         * lib/inttypes.h: New file.
25509         * lib/strtoimax.c: Assume <inttypes.h>.
25510
25511 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
25512
25513         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
25514         isn't mounted.  Problem reported by Kir Kolyshkin.
25515
25516 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
25517
25518         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
25519         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
25520         Derek R. Price.
25521         * lib/regex.h (RE_DUP_MAX): Update comment to match current
25522         implementation.
25523
25524 2006-04-12  Eric Blake  <ebb9@byu.net>
25525
25526         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
25527         is now done automatically by the corresponding Autoconf macro.
25528
25529 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
25532         time_r.h.
25533
25534 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25535
25536         Merge regex changes from libc, removing some of our
25537         POSIX-conformance changes that were rejected and redoing them in a
25538         less-intrusive way.
25539
25540         * lib/regcomp.c (re_compile_internal, init_dfa):
25541         Length arg is now size_t, not Idx.  All uses changed.
25542         (peek_token): Forward decl now says internal_function.
25543         (__re_error_msgid, __re_error_msgid_idx):
25544         Now static rather than extern with attribute_hidden.
25545         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
25546         For some reason libc prefers K&R style defns for external functions.
25547         (regerror) [!defined _LIBC]: Likewise.
25548         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
25549         (seek_collating_symbol_entry, lookup_collation_sequence_value):
25550         (build_range_exp, build_collating_symbol):
25551         Use K&R-style defn.
25552         (re_compile_fastmap): Use '\0' to memset, not 0.
25553         (utf8_sb_map): Make the calculations more obvious.
25554         (init_dfa, parse_bracket_exp, build_charclass_op):
25555         Call calloc and cast result, as glibc does.
25556         (init_word_char, fetch_token, peek_token, peek_token_bracket):
25557         (build_range_exp, build_collating_symbol):
25558         Now internal functions.
25559
25560         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
25561
25562         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
25563         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
25564         Don't depend on VMS; depend on __VMS instead, for POSIX
25565         namespace cleanness.
25566         (regoff_t): Define to ssize_t, not long int.
25567
25568         Remove the REG_ macros named below.  Instead, make the old names
25569         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
25570         __USE_GNU_REGEX.
25571         (REG_BACKSLASH_ESCAPE_IN_LISTS):
25572         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
25573         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
25574         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
25575         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
25576         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
25577         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
25578         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
25579         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
25580         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
25581         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
25582         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
25583         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
25584         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
25585         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
25586         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
25587         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
25588         (REG_NREGS):
25589         Remove.  All uses replaced by the old RE_* names.
25590         (RE_BACKSLASH_ESCAPE_IN_LISTS):
25591         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
25592         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
25593         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
25594         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
25595         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
25596         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
25597         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
25598         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
25599         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
25600         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
25601         Don't bother having these macros be independent of each others'
25602         values, since they no longer exist in the POSIX name space.
25603
25604         Rename the following member names back to their old names,
25605         unless !__USE_GNU_REGEX.  All uses changed back.
25606         (buffer): Renamed from re_buffer.
25607         (allocated): Renamed from re_allocated.
25608         (used): Renamed from re_used.
25609         (syntax): Renamed from re_syntax.
25610         (fastmap): Renamed from re_fastmap.
25611         (translate): Renamed from re_translate.
25612         (can_be_null): Renamed from re_can_be_null.
25613         (regs_allocated): Renamed from re_regs_allocated.
25614         (fastmap_accurate): Renamed from re_fastmap_accurate.
25615         (no_sub): Renamed from re_no_sub.
25616         (not_bol): Renamed from re_not_bol.
25617         (not_eol): Renamed from re_not_eol.
25618         (newline_anchor): Renamed from re_newline_anchor.
25619         (num_regs): Renamed from rm_num_regs.
25620         (start): Renamed from rm_start.
25621         (end): Renamed from rm_end.
25622
25623         (free_state): Move up a bit.
25624
25625         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
25626         #define to be empty.
25627         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
25628         when that is what is intended.
25629         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
25630         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
25631         (MAX): New macro.
25632         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
25633         All uses changed back to re_malloc, etc.  It's now the caller's
25634         responsibility to check for overflow; all callers changed.
25635         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
25636         (re_x2nrealloc): Remove.
25637         (free_state): Remove decl.
25638
25639         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
25640         (re_set_registers, re_exec):
25641         Use K&R-style defn.
25642
25643         2006-01-31  Roland McGrath  <roland@redhat.com>
25644
25645         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
25646         Reported by Mike Frysinger <vapier@gentoo.org>.
25647
25648         2006-01-15  Andreas Jaeger  <aj@suse.de>
25649
25650         [BZ #1950]
25651         * lib/regex_internal.c (re_string_reconstruct): Adjust for
25652         build_wcs_upper_buffer change.
25653         (build_wcs_upper_buffer): Change return type.
25654
25655         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
25656
25657         * lib/regex_internal.h: Include <stdint.h> if available.
25658
25659         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
25660
25661         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
25662
25663         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
25664
25665         * lib/regcomp.c: Adjust for changed secondary hash function.
25666
25667         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
25668
25669         * lib/regex.h: Pretty printing.
25670         Clean up namespace a bit.
25671
25672         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
25673
25674         * lib/regexec.c (update_cur_sifted_state, check_arrival,
25675         check_arrival_add_next_nodes): Avoid using uninitialized variable.
25676
25677         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25678                     Ulrich Drepper  <drepper@redhat.com>
25679
25680         [BZ #1302]
25681         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
25682         changed.
25683         (bitset_word_t): Renamed from bitset_word.  All uses changed.
25684
25685         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
25686
25687         [BZ #281]
25688         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
25689         * lib/regcomp.c: Remove unnecessary uses of
25690         unsigned RE_TRANSLATE_TYPE.
25691         * lib/regex_internal.h: Likewise.
25692         * lib/regex_internal.c: Likewise.
25693         * lib/regexec.c: Likewise.
25694         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
25695
25696         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
25697
25698         * lib/regexec.c (find_recover_state): Remove unnecessary
25699         initialization.
25700         (transit_state_bkref): Make DFA a const pointer.
25701         (get_subexp): Likewise.
25702         (check_arrival): Likewise.
25703         (update_cur_sifted_state): Likewise.
25704         (re_search_internal): Likewise.
25705         (prune_impossible_nodes): Likewise.
25706         (acquire_init_state_context): Likewise.
25707         (proceed_next_node): Likewise.
25708         (set_regs): Likewise.
25709         (free_fail_stack_return): Likewise.
25710         (check_arrival_expand_ecl): Mark DFA parameter as const.
25711         (check_arrival_expand_ecl_sub): Likewise.
25712         (check_subexp_limits): Likewise.
25713         (sub_epsilon_src_nodes):  Likewise.
25714         (add_epsilon_src_nodes):  Likewise.
25715         (merge_state_array): Likewise.
25716         (update_regs): Likewise.
25717         (build_trtable): Likewise.
25718         (sift_states_backward): Mark MCTX parameter as const.
25719         (build_sifted_states): Likewise.
25720         (update_cur_sifted_state): Likewise.
25721         (sift_states_mkref): Likewise.
25722         (check_arrival_expand_ecl): Mark eclosure as const.
25723         (check_dst_limits_calc_pos_1): Likewise.
25724         * lib/regex_internal.h (re_match_context_t): Make dfa a const
25725         pointer.
25726
25727         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
25728
25729         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
25730         (transit_state_sb): Likewise.
25731         (transit_state_mb): Likewise.
25732         (sift_states_iter_mb): Likewise.
25733         (check_arrival_add_next_nodes): Likewise.
25734         (check_node_accept_bytes): Change first parameter to pointer-to-const.
25735         [_LIBC] (re_search_2_stub): Use mempcpy.
25736
25737         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
25738         mbrtowc for very simple UTF-8 case.
25739
25740         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
25741         a pointer-to-const.
25742         (re_acquire_state_context): Likewise.
25743         * lib/regex_internal.h: Adjust prototypes.
25744
25745         * lib/regex.c: Prevent using C++ compilers.
25746
25747         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
25748         (re_acquire_state_context): Likewise.
25749
25750 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25751
25752         * modules/regex (Depends-on): Add ssize_t.
25753
25754 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25755
25756         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
25757         translation table.
25758
25759 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25760
25761         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
25762
25763 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
25764             Bruno Haible  <bruno@clisp.org>
25765
25766         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
25767         <sys/types.h> and <inttypes.h>.
25768
25769 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25770
25771         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
25772         `__error_t_defined', so argp.h will not typedef the former.
25773
25774 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
25775
25776         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
25777         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
25778         glibc names.  Even if glibc is changed to conform to POSIX, the
25779         traditional names will be available anyway, since regex depends on
25780         the extensions module.  Also, fix a longstanding typo in the
25781         implementation of Spencer ERE test #75 from grep 2.3.  Problems
25782         reported by Emanuele Giaquinta.  Also, change sense of cached
25783         variable, so that the message makes sense.
25784
25785 2006-03-24  Simon Josefsson  <jas@extundo.com>
25786
25787         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
25788         including some doc fixes.
25789         (base64_encode_alloc): Fix +1 bug on allocation failures.
25790
25791 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25792
25793         * lib/base64.c (base64_encode): Do not read past end of array with
25794         unsanitized input on systems with CHAR_BIT > 8.
25795
25796 2006-03-24  Eric Blake  <ebb9@byu.net>
25797
25798         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
25799
25800 2006-03-22  Karl Berry  <karl@gnu.org>
25801
25802         * config/srclist.txt (*setenv.[ch]): get from coreutils.
25803         * config/srclistvars.sh (COREUTILS): new var.
25804
25805 2006-03-17  Jim Meyering  <jim@meyering.net>
25806
25807         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
25808         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
25809
25810 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
25811
25812         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
25813         no longer needs it.  Instead, check that regoff_t is as least
25814         as wide as ptrdiff_t.
25815
25816         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
25817         so that our regex.h stays compatible with the installed regex.
25818         This is helpful for installers who configure --without-included-regex.
25819         Problem reported by Emanuele Giaquinta.
25820
25821 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
25822
25823         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
25824         Typedef to long int, not to off_, as POSIX will likely change
25825         in that direction.
25826
25827 2006-03-15  Eric Blake  <ebb9@byu.net>
25828
25829         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
25830
25831 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
25832
25833         * lib/argp-help.c (validate_uparams): Fix typo
25834         * lib/argp-parse.c (argp_default_options): Consistently begin help
25835         messages with a lowercase letter.
25836
25837 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
25838
25839         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
25840         overrun buffers and shouldn't be used (much as gets shouldn't be
25841         used).
25842         * lib/time_r.c (asctime_r, ctime_r): Likewise.
25843
25844 2006-03-08  Simon Josefsson  <jas@extundo.com>
25845
25846         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
25847         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25848
25849 2006-03-08  Simon Josefsson  <jas@extundo.com>
25850
25851         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
25852         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25853
25854 2006-03-08  Simon Josefsson  <jas@extundo.com>
25855
25856         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
25857         signal that configure disabled the device.
25858
25859 2006-03-08  Simon Josefsson  <jas@extundo.com>
25860
25861         * build-aux/maint.mk: Fix refresh-po, to handle no translated
25862         languages.
25863
25864 2006-03-07  Simon Josefsson  <jas@extundo.com>
25865
25866         * modules/getopt (Depends-on): Add unistd.
25867
25868         * modules/unistd: New file.
25869
25870 2006-03-07  Simon Josefsson  <jas@extundo.com>
25871
25872         * modules/gc-random: New file.
25873
25874 2006-03-07  Simon Josefsson  <jas@extundo.com>
25875
25876         * m4/unistd_h.m4: New file.
25877
25878 2006-03-07  Simon Josefsson  <jas@extundo.com>
25879
25880         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
25881         test to be side-effect free by storing the result in the cache
25882         variable gl_cv_lib_readline, and moving the assignment of
25883         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
25884         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25885
25886 2006-03-07  Simon Josefsson  <jas@extundo.com>
25887
25888         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
25889         error on missing devices (the functions will return an error).
25890
25891         * m4/gc.m4: Move random stuff to gc-random.m4
25892
25893 2006-03-07  Simon Josefsson  <jas@extundo.com>
25894
25895         * lib/unistd_.h: New file.
25896
25897 2006-03-07  Simon Josefsson  <jas@extundo.com>
25898
25899         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
25900
25901 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25902
25903         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
25904         Problem reported by Juan Manuel Guerrero.
25905
25906 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25907
25908         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
25909         the unistd module.
25910         * lib/getlogin_r.c: Likewise.
25911         * lib/getlogin_r.h: Likewise.
25912         * lib/glob.c: Likewise.
25913         * lib/pagealign_alloc.c: Likewise.
25914         * lib/unistd_.h: Remove; no longer needed.
25915
25916 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25917
25918         * MODULES.html.sh (Support for systems lacking POSIX:2001):
25919         Add unistd.
25920         * modules/c-stack (Depends-on): Add unistd.
25921         * modules/getlogin_r: Likewise.
25922         * modules/glob: Likewise.
25923         * modules/pagealign_alloc: Likewise.
25924         * modules/unistd (Files): Remove lib/unistd_.h.
25925         (EXTRA_DIST): Remove.
25926         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
25927         need unistd_.h.
25928         (MOSTLYCLEANFILES): Remove unistd.h-t.
25929
25930 2006-03-03  Simon Josefsson  <jas@extundo.com>
25931
25932         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
25933
25934 2006-03-03  Simon Josefsson  <jas@extundo.com>
25935
25936         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
25937         libidn and bison.
25938
25939 2006-03-03  Simon Josefsson  <jas@extundo.com>
25940
25941         * build-aux/maint.mk: Add indent target.
25942
25943 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
25944
25945         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
25946         our replacement poll.h in any case, to avoid a differing
25947         declaration from a system header.  Seen on AIX.
25948
25949 2006-03-01  Simon Josefsson  <jas@extundo.com>
25950
25951         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
25952         <kasal@ucw.cz>.
25953
25954 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25955
25956         * modules/gettime (Depends-on): Add extensions module.
25957         * modules/nanosleep (Depends-on): Likewise.
25958         * modules/settime (Depends-on): Likewise.
25959
25960 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25961
25962         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
25963         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
25964         pedantically.
25965         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25966         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
25967
25968         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
25969         not "==".  Reported by Ralf Wildenhues.
25970
25971 2006-03-01  Karl Berry  <karl@gnu.org>
25972
25973         * doc/Copyright/request-*: new files, synced from gnuorg.
25974
25975 2006-03-01  Karl Berry  <karl@gnu.org>
25976
25977         * config/srclist.txt (Copyright/*): new entries.
25978
25979 2006-02-28  Simon Josefsson  <jas@extundo.com>
25980
25981         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
25982
25983 2006-02-27  Simon Josefsson  <jas@extundo.com>
25984
25985         * lib/base64.h: Indent #define's.  From Jim Meyering
25986         <jim@meyering.net>.
25987
25988 2006-02-27  Jim Meyering  <jim@meyering.net>
25989
25990         Revert the change of 2006-02-24, so these files can continue
25991         to be sync'd from gettext.
25992         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
25993         of `config.h'.
25994
25995 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25996
25997         * modules/intprops: New file.
25998         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25999         Add intprops.
26000         * modules/getloadavg (Files): Remove lib/intprops.h.
26001         (Depends-on): Add intprops.
26002         * modules/human: Likewise.
26003         * modules/inttostr: Likewise.
26004         * modules/openat: Likewise.
26005         * modules/sig2str: Likewise.
26006         * modules/userspec: Likewise.
26007         * modules/utimecmp: Likewise.
26008         * modules/xnanosleep: Likewise.
26009         * modules/xstrtol: Likewise.
26010
26011 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
26012
26013         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
26014         * modules/lock-tests (TESTS): Use $(EXEEXT).
26015         * modules/tls-tests: Likewise.
26016         * modules/argp-tests: Likewise.
26017         (check_PROGRAMS): New var, replacing...
26018         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
26019
26020 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26021
26022         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
26023         `config.h'.
26024
26025 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
26026
26027         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
26028
26029 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26030
26031         Sync from coreutils.
26032         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
26033         gl_CHDIR_SAFER.
26034
26035 2006-02-22  Jim Meyering  <jim@meyering.net>
26036
26037         Sync from coreutils.
26038         * m4/chdir-safer.m4: New file.
26039
26040 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26041
26042         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
26043         AT_FDCWD exceeds INT_MAX.
26044         * lib/openat.h (AT_FDCWD): Likewise.
26045
26046 2006-02-17  Eric Blake  <address@hidden>
26047
26048         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
26049
26050 2006-02-16  Simon Josefsson  <jas@extundo.com>
26051
26052         * modules/getaddrinfo (Depends-on): Add sys_socket.
26053
26054 2006-02-15  Simon Josefsson  <jas@extundo.com>
26055
26056         * build-aux/maint.mk: Add dsyntax-check rule.
26057
26058 2006-02-15  Eric Blake  <ebb9@byu.net>
26059
26060         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
26061         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
26062         'present but cannot compile' warnings on cygwin.
26063         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
26064         use ws2tcpip.h if sys/socket.h works.
26065         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
26066         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
26067
26068 2006-02-14  Simon Josefsson  <jas@extundo.com>
26069
26070         * modules/maintainer-makefile (Files): Rename.
26071
26072         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
26073         and (the local) Makefile.cfg to maint-cfg.mk.
26074
26075         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
26076         to the latter.
26077
26078         * modules/maintainer-makefile: New module.
26079
26080         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
26081         severaly stripped to make it possible to build it up from scratch
26082         with reliable tests.
26083
26084         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
26085         fixes to permit overriding the default actions when configure and
26086         makefile are not available.
26087
26088 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
26089
26090         Sync from coreutils.
26091         * modules/lstat (Depends-on): Don't depend on xalloc.
26092         (License): Change from GPL to LGPL, since this is now simply a
26093         replacement for a libc function.
26094
26095 2006-02-14  Jim Meyering  <jim@meyering.net>
26096
26097         Sync from coreutils.
26098
26099         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
26100         failure on deficient systems, and simplify gnulib lgpl dependencies.
26101         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
26102         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
26103
26104         * lib/xalloc-die.c: Remove unused definition of N_.
26105
26106 2006-02-14  Jim Meyering  <jim@meyering.net>
26107
26108         Sync from coreutils.
26109         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
26110         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
26111         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
26112         double-quote uses of that variable, to accommodate the rare case in
26113         which getmntent is available in none of the libraries checked.  This
26114         happens at least on FreeBSD 5.0.
26115
26116 2006-02-13  Simon Josefsson  <jas@extundo.com>
26117
26118         * gnulib-tool (Usage): Fix --import, from
26119         karl@freefriends.org (Karl Berry).
26120
26121 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26122
26123         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
26124
26125 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
26126
26127         * lib/argp-namefrob.h: Restore changes accidentally lost during the
26128         "autoupdate" on 2005-12-12.
26129
26130 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26131
26132         * modules/closeout (Depends-on): Remove atexit.
26133
26134 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26135
26136         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
26137         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
26138
26139 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
26140
26141         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
26142         __EXTENSIONS__ if this causes compilation to fail.  Problem
26143         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
26144         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
26145
26146 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
26147
26148         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
26149         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
26150         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
26151         All uses changed.
26152
26153 2006-01-26  Simon Josefsson  <jas@extundo.com>
26154
26155         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
26156         prototype is visible on mingw32.
26157
26158         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
26159         for mingw32.
26160
26161         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
26162         mingw32).
26163
26164 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26165
26166         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
26167         attempt to open for write; this always fails, at least on POSIX
26168         hosts.  This reinstates the 2006-01-09 change, which was
26169         inadvertently removed.
26170
26171 2006-01-26  Bruno Haible  <bruno@clisp.org>
26172
26173         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
26174         Reported by Paul Eggert.
26175
26176 2006-01-26  Bruno Haible  <bruno@clisp.org>
26177             Paul Eggert  <eggert@cs.ucla.edu>
26178
26179         * lib/stdbool_.h (_Bool)
26180         [(! (defined __cplusplus || defined __BEOS__)
26181           && !defined __GNUC__
26182           && !(defined __HP_cc || defined __xlc__
26183                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
26184                || defined __sgi))]:
26185         #define to signed char in these cases too; this simplifies
26186         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
26187         etc., separately) and makes it more conservative.
26188
26189 2006-01-25  Simon Josefsson  <jas@extundo.com>
26190
26191         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
26192         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
26193         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
26194
26195 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26196
26197         * lib/argp-namefrob.h: Bugfix. Remove stray #
26198
26199 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
26200
26201         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
26202         so that we test the test.
26203         Check for yet another HP-UX cc bug involving *bool |= bool.
26204
26205 2006-01-25  Karl Berry  <karl@gnu.org>
26206
26207         * config/srclist.txt (vasnprintf.c): sync lost.
26208
26209 2006-01-25  Jim Meyering  <jim@meyering.net>
26210
26211         Sync from the stable (b5) branch of coreutils:
26212
26213         * lib/fts.c (fts_children): Don't let close() clobber errno from
26214         failed fchdir().
26215
26216         * lib/fts.c (fts_stat): When following a symlink-to-directory,
26217         don't necessarily interpret stat-fails+lstat-succeeds as indicating
26218         a dangling symlink.  That can also happen at least for ELOOP.
26219         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
26220         FYI, this bug predates the inclusion of fts.c in coreutils.
26221
26222         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
26223         in their own block, so pre-c99 compilers don't object.
26224
26225         Avoid the double-free (first in fts_read, second in fts_close) that
26226         would occur when an `active' directory is made inaccessible (e.g.,
26227         via chmod a-x) during a traversal.
26228         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26229         before returning.  Reproduce this failure by
26230         mkdir -p a/b; cd a; chmod a-x . b
26231         Reported by Stavros Passas.
26232
26233 2006-01-25  Jim Meyering  <jim@meyering.net>
26234
26235         * lib/fileblocks.c: Remove more useless parentheses.
26236         * lib/readutmp.h: Likewise.
26237
26238 2006-01-25  Bruno Haible  <bruno@clisp.org>
26239
26240         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
26241         warnings.
26242         Reported by Paul Eggert.
26243
26244 2006-01-25  Bruno Haible  <bruno@clisp.org>
26245
26246         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
26247         rid of a trap command. For Solaris sh.
26248         Reported by Mark D. Baushke <mdb@gnu.org>.
26249
26250 2006-01-24  Simon Josefsson  <jas@extundo.com>
26251
26252         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
26253         Bruno.
26254
26255 2006-01-24  Karl Berry  <karl@gnu.org>
26256
26257         * config/srclist.txt (argp-namefrob.h): sync lost.
26258
26259 2006-01-24  Jim Meyering  <jim@meyering.net>
26260
26261         * modules/openat (Files): Add lib/intprops.h.
26262         From Mark D. Baushke.
26263
26264 2006-01-24  Jim Meyering  <jim@meyering.net>
26265
26266         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
26267         Reported by Mark D. Baushke.
26268
26269 2006-01-24  Jim Meyering  <jim@meyering.net>
26270
26271         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
26272
26273 2006-01-24  Bruno Haible  <bruno@clisp.org>
26274
26275         * modules/strnlen (Maintainer): Change from glibc to all.
26276
26277 2006-01-24  Bruno Haible  <bruno@clisp.org>
26278
26279         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
26280         Patch by Paul Eggert.
26281
26282 2006-01-24  Bruno Haible  <bruno@clisp.org>
26283
26284         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
26285         already has it.
26286         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
26287         2005-11-26.
26288
26289         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
26290         'signed char' to avoid problems with the built-in _Bool type.
26291         Reported by Paul Eggert on 2005-11-26.
26292
26293 2006-01-24  Bruno Haible  <bruno@clisp.org>
26294
26295         * gnulib-tool (func_import): Avoid constructing complicated sed
26296         expressions inside backquote.
26297         Report and solution by Mark D. Baushke <mdb@gnu.org>.
26298
26299 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
26300
26301         These changes imported from libc.
26302         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
26303         test and two separate function calls.
26304         * lib/strndup.c (__strndup): Add libc_hidden_def.
26305
26306 2006-01-23  Simon Josefsson  <jas@extundo.com>
26307
26308         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
26309         Remove the test_*_SOURCES variable: automake infers it by default.
26310         * modules/tls-tests: Likewise.
26311
26312 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26313
26314         Work around porting bugs reported by Dieter in
26315         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
26316         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
26317         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
26318         Include "getopt.h" first, to check interface.
26319         (getenv): Declare only if defined HAVE_DECL_GETENV &&
26320         !HAVE_DECL_GETENV.
26321         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
26322         (__strndup): Revert to K&R-style function dfns, the glibc style.
26323         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
26324         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
26325         Include strnlen.h first, to get prototype properly.
26326         (strnlen): Renamed from __strnlen.
26327         Remove weak alias.
26328
26329 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26330
26331         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
26332
26333 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26334
26335         * config/srclist.txt: Adjust to reflect glibc reorganization.
26336         This affects only comments.
26337
26338 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26339
26340          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
26341          Reported by Bruce Korb <bkorb@gnu.org>.
26342
26343 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
26344
26345         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
26346         to pacify gcc -Wswitch-default.
26347
26348 2006-01-22  Bruno Haible  <bruno@clisp.org>
26349
26350         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
26351         temporary buffer for sprintf, take into account the precision also
26352         for 'd', 'i', 'u', 'o', 'x', 'X'.
26353
26354 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
26355
26356         * modules/argp-tests: New module
26357         * tests/test-argp.c: New file
26358         * tests/test-argp-2.sh: New file
26359
26360 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
26361
26362         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
26363         (__argp_base_name): Removed
26364         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
26365         typo.
26366         (__argp_base_name): Provide macro definition or extern declaration
26367         depending on the configuration
26368
26369 2006-01-20  Simon Josefsson  <jas@extundo.com>
26370
26371         * modules/inet_ntop (Depends-on): Depend on sys_socket.
26372
26373 2006-01-20  Simon Josefsson  <jas@extundo.com>
26374
26375         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
26376
26377 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26378
26379         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
26380         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
26381         Suggested by Bruno Haible.
26382
26383 2006-01-20  Karl Berry  <karl@gnu.org>
26384
26385         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
26386         until changes propagate, I guess.
26387
26388 2006-01-19  Simon Josefsson  <jas@extundo.com>
26389
26390         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
26391
26392 2006-01-19  Simon Josefsson  <jas@extundo.com>
26393
26394         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
26395
26396 2006-01-19  Simon Josefsson  <jas@extundo.com>
26397
26398         * gnulib-tool: Set check_PROGRAMS.
26399
26400         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26401         modules/des-tests, modules/gc-arcfour-tests,
26402         modules/gc-arctwo-tests, modules/gc-des-tests,
26403         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26404         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26405         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26406         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26407         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26408         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
26409         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
26410         test_*_SOURCES.
26411
26412 2006-01-18  Simon Josefsson  <jas@extundo.com>
26413
26414         * modules/socklen (Depends-on): Depend on sys_socket.
26415
26416 2006-01-18  Simon Josefsson  <jas@extundo.com>
26417
26418         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26419         modules/des-tests, modules/gc-arcfour-tests,
26420         modules/gc-arctwo-tests, modules/gc-des-tests,
26421         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26422         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26423         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26424         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26425         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26426         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
26427         $(EXEEXT) to automake TESTS variable, for mingw32.
26428
26429 2006-01-17  Simon Josefsson  <jas@extundo.com>
26430
26431         * modules/socklen (Include): Need sys/socket.h.
26432
26433 2006-01-17  Bruno Haible  <bruno@clisp.org>
26434
26435         * modules/ssize_t (Include): Add <sys/types.h>.
26436
26437 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
26438
26439         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
26440         it's not portable and it doesn't work with cross-compiles.
26441         Problem reported by Bruno Haible.  Fix missing-$ typo in
26442         'test "gl_cv_ignore_unused_libraries" ...' that prevented
26443         -zignore from being used with Sun's C compiler.
26444
26445 2006-01-12  Simon Josefsson  <jas@extundo.com>
26446
26447         * lib/base64.c: Fix warning, reported by Bruno Haible
26448         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
26449
26450 2006-01-12  Bruno Haible  <bruno@clisp.org>
26451
26452         * modules/ldd: New file.
26453         * build-aux/ldd.sh.in: New file.
26454         * MODULES.html.sh (Support for building libraries and executables): Add
26455         ldd.
26456
26457 2006-01-12  Bruno Haible  <bruno@clisp.org>
26458
26459         * m4/ldd.m4: New file.
26460
26461 2006-01-12  Bruno Haible  <bruno@clisp.org>
26462
26463         * gnulib-tool (func_import, func_create_testdir): Don't go into an
26464         endless loop while replacing $auxdir with build-aux.
26465
26466 2006-01-11  Simon Josefsson  <jas@extundo.com>
26467
26468         * lib/stdint_.h (SIZE_MAX): Add missing (.
26469
26470 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
26471
26472         Sync from coreutils.
26473         * lib/md5.c: Fix commentary typos.
26474         (alignof, UNALIGNED_P): No need for a GCC-specific version.
26475         * lib/md5.h (__attribute__): Remove; unused.
26476         * lib/sha1.c: Fix commentary to match md5 better.
26477         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
26478         so that we don't need to worry about alignment.  All uses changed.
26479         This merges the 2005-10-28 md5 change into sha1.
26480
26481 2006-01-11  Jim Meyering  <jim@meyering.net>
26482
26483         Sync from coreutils.
26484         * lib/md5.c (OP): Fix spacing.
26485
26486 2006-01-11  Bruno Haible  <bruno@clisp.org>
26487
26488         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26489         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
26490         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
26491
26492 2006-01-11  Bruno Haible  <bruno@clisp.org>
26493
26494         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26495         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
26496         the "early" section as well.
26497
26498 2006-01-11  Bruno Haible  <bruno@clisp.org>
26499
26500         Avoid "ar: no archive members specified" error on MacOS X.
26501         * gnulib-tool (func_modules_add_dummy): New function.
26502         (func_import, func_create_testdir): Invoke it.
26503
26504 2006-01-11  Bruno Haible  <bruno@clisp.org>
26505
26506         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
26507         with $auxdir in AC_CONFIG_FILES statements.
26508
26509 2006-01-11  Bruno Haible  <bruno@clisp.org>
26510
26511         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26512         Initialize also noinst_HEADERS to empty.
26513
26514 2006-01-11  Bruno Haible  <bruno@clisp.org>
26515
26516         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
26517         variables.
26518         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
26519         autoreconf.
26520
26521 2006-01-11  Bruno Haible  <bruno@clisp.org>
26522
26523         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
26524         overridable by the user.
26525         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26526
26527 2006-01-10  Simon Josefsson  <jas@extundo.com>
26528
26529         * modules/sys_socket: New file.
26530
26531 2006-01-10  Simon Josefsson  <jas@extundo.com>
26532
26533         * m4/sys_socket_h.m4: New file.
26534
26535 2006-01-10  Simon Josefsson  <jas@extundo.com>
26536
26537         * lib/socket_.h: New file.
26538
26539 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26540
26541         * modules/readutmp (Maintainer): Add myself.
26542
26543 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26544
26545         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
26546         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
26547         People who are still concerned with buggy memcmp implementations
26548         can invoke gl_FUNC_MEMCMP themselves.
26549
26550 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26551
26552         * lib/regex_internal.h (BITSET_WORD_BITS):
26553         Work around a bug in 64-bit PGC (before version 6.1-2), where the
26554         preprocessor mishandles large unsigned values as if they were signed.
26555         Problem reported by Claudio Fontana in
26556         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
26557
26558 2006-01-10  Jim Meyering  <jim@meyering.net>
26559
26560         Avoid the double-free (first in fts_read, second in fts_close) that
26561         would occur when an `active' directory is made inaccessible (e.g.,
26562         via chmod a-x) during a traversal.
26563         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26564         before returning.  Reproduce this failure by
26565         mkdir -p a/b; cd a; chmod a-x . b
26566         Reported by Stavros Passas.
26567
26568         Sync from coreutils.
26569         * lib/sha1.c: Tweak grammar in a comment.
26570
26571 2006-01-10  Jim Meyering  <jim@meyering.net>
26572
26573         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
26574         Patch by Joerg Sonnenberger.
26575
26576 2006-01-10  Bruno Haible  <bruno@clisp.org>
26577
26578         * modules/readutmp: Depend on module free.
26579         * modules/strtok_r: Depend on module restrict.
26580
26581 2006-01-10  Bruno Haible  <bruno@clisp.org>
26582
26583         * modules/gettext (configure.ac): Add an invocation of
26584         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
26585
26586 2006-01-10  Bruno Haible  <bruno@clisp.org>
26587
26588         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
26589         Reported by Werner Lemberg <wl@gnu.org>.
26590
26591 2006-01-10  Bruno Haible  <bruno@clisp.org>
26592
26593         * lib/localcharset.c: Update from GNU gettext.
26594
26595 2006-01-10  Bruno Haible  <bruno@clisp.org>
26596
26597         * lib/argp.h (__const): Remove macro. Use const instead.
26598         * lib/argp-fmtstream.h (__const): Likewise.
26599         * lib/glob_.h (__const): Remove macro.
26600         * lib/glob-libc.h: Use const instead of __const.
26601
26602 2006-01-10  Bruno Haible  <bruno@clisp.org>
26603
26604         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
26605         variable.
26606         Needed to avoid an automake error regarding the 'gettext' module.
26607
26608 2006-01-09  Simon Josefsson  <jas@extundo.com>
26609
26610         * modules/inet_ntop (Depends-on): Add restrict.
26611
26612 2006-01-09  Simon Josefsson  <jas@extundo.com>
26613
26614         * modules/gc-rijndael-tests (License): Put under LGPL.
26615
26616         * modules/gc-des-tests (License): Likewise.
26617
26618         * modules/gc-arcfour-tests (License): Likewise.
26619
26620         * modules/gc-arctwo-tests (License): Likewise.
26621
26622         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
26623
26624         * modules/gc-hmac-sha1-tests (Files): Likewise.
26625
26626         * modules/gc-hmac-md5-tests (License): Likewise.
26627
26628         * modules/gc-sha1-tests (License): Likewise.
26629
26630         * modules/gc-md5-tests (License): Likewise.
26631
26632         * modules/gc-md4-tests (License): Likewise.
26633
26634         * modules/gc-md2-tests (License): Likewise.
26635
26636         * modules/gc-tests (License): Likewise.
26637
26638         * modules/des-tests (License): Likewise.
26639
26640         * modules/md4-tests (License): Likewise.
26641
26642         * modules/md2-tests (License): Likewise.
26643
26644 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26645
26646         Sync from coreutils:
26647
26648         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
26649         * modules/lib-ignore: New file.
26650         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
26651         chdir-safer.m4, lchmod.m4.
26652         * modules/openat: Add mkdirat.c, openat-priv.h.
26653
26654 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26655
26656         Sync from coreutils.
26657         * m4/lib-ignore.m4: New file.
26658         * m4/lchmod.m4: New file.
26659
26660 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26661
26662         Sync from coreutils.
26663         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
26664         for write access: POSIX says that must fail.
26665         * lib/fts.c (diropen): Likewise.
26666         * lib/save-cwd.c (save_cwd): Likewise.
26667         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
26668         well, for minor improvements on hosts that lack O_DIRECTORY.
26669         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
26670         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
26671         Fall back on chown if open failed with EACCES.
26672
26673         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
26674         Report an error at compile-time if only a 1-second nominal clock
26675         resolution is found.
26676
26677         * lib/lchmod.h: New file.
26678         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
26679         (make_dir_parents): Use lchown rather than chown, and
26680         lchmod rather than chmod.
26681
26682         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
26683         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
26684         "proc" reported by n0dalus.
26685
26686         * lib/mountlist.c: Include <limits.h>.
26687         (dev_from_mount_options)
26688         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
26689         New function.  It no longer assumes "dev=" has the System V meaning
26690         on Linux (since it doesn't).  It also parses "dev=" more carefully.
26691         (read_file_system_list)
26692         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
26693         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
26694         dev= in that case.
26695
26696         * lib/posixtm.h (PDS_PRE_2000): New macro.
26697         * lib/posixtm.c (year): Arg is now syntax_bits rather than
26698         allow_century.  All usages changed.  Reject dates outside the range
26699         1969-1999 if PDS_PRE_2000 is used.
26700
26701 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26702
26703         Sync from coreutils.
26704         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
26705         (Time of day items): Mention the possibility of leap seconds.
26706         Problem reported by Dr. David Alan Gilbert.
26707
26708 2006-01-09  Jim Meyering  <jim@meyering.net>
26709
26710         Sync from coreutils.
26711
26712         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
26713
26714         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
26715
26716         * lib/modechange.c (mode_compile): Reject an invalid mode string
26717         that starts with an octal digit.  From Andreas Gruenbacher.
26718
26719         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
26720         and dup to open_safer and dup_safer, respectively.
26721         (openat_permissive): Fix typo in comment.
26722
26723         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
26724         "gettext.h"; either no longer needed or are guaranteed by openat.h.
26725         (_): Remove; no longer needed.
26726         (openat): Renamed from rpl_openat; no need for rpl_openat
26727         since openat.h renames openat for us.
26728         Replace most of the body with a call to openat_permissive,
26729         to avoid duplicate code.
26730         Port to (probably hypothetical) environments were mode_t is
26731         wider than int.
26732         (openat_permissive): Require mode arg, so that we can check
26733         types better.  Put it just after flags.  Change cwd failure
26734         indicator from pointer-to-bool to pointer-to-errno-value.
26735         All callers changed.
26736         Invoke openat_save_fail and/or openat_restore_fail if
26737         cwd_errno is null, so that openat can call us.
26738         (openat_permissive, fdopendir, fstatat, unlinkat):
26739         Simplify errno handling to avoid some duplicate code,
26740         as it's OK to set errno on success.
26741         * lib/openat.h: Revamp code so that function macros depend on
26742         __OPENAT_PREFIX only, not also on AT_FDCWD.
26743         (openat_ro): Remove.  Caller changed to use openat_permissive.
26744         (openat_permissive): Now a macro, if not a function.
26745         (openat_restore_fail, openat_save_fail): Now always functions,
26746         since mkdirat needs them even if __OPENAT_PREFIX is defined.
26747
26748         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
26749         and openat.c.
26750         * lib/mkdirat.c: Include openat-priv.h.
26751         Remove definitions of macros defined therein.
26752         * lib/openat.c: Likewise.
26753
26754         * lib/mkdirat.c (mkdirat): New file and function.
26755         * lib/openat.h (mkdirat): Declare.
26756
26757         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
26758
26759         * lib/openat.h (openat_permissive): Declare.
26760         (openat_ro): Define.
26761
26762         * lib/openat.c (EXPECTED_ERRNO): New macro.
26763         (openat_permissive): New function -- used in remove.c rewrite.
26764         (all functions): Set errno just before returning, only if there
26765         was an actual failure.
26766         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
26767
26768         Emulate openat-family functions using Linux's procfs, if possible.
26769         Idea and some code based on Ulrich Drepper's glibc changes.
26770
26771         * lib/openat.c: (BUILD_PROC_NAME): New macro.
26772         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
26773         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
26774         before falling back on save_cwd and restore_cwd.
26775         (fdopendir, fstatat, unlinkat): Likewise.
26776
26777         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
26778         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
26779
26780         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
26781         as second argument to va_arg.  Otherwise, some versions of gcc
26782         warn that `if this code is reached, the program will abort'.
26783
26784 2006-01-09  Jim Meyering  <jim@meyering.net>
26785
26786         Sync from coreutils.
26787         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
26788         Require openat-priv.h.
26789
26790 2006-01-09  Bruno Haible  <bruno@clisp.org>
26791
26792         * modules/strnlen (Include): Use strnlen.h.
26793
26794 2006-01-09  Bruno Haible  <bruno@clisp.org>
26795
26796         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
26797
26798 2006-01-09  Bruno Haible  <bruno@clisp.org>
26799
26800         * lib/sysexit_.h (EX_OK): New macro.
26801         Suggested by Martin Lambers <marlam@marlam.de>.
26802
26803 2006-01-09  Bruno Haible  <bruno@clisp.org>
26804
26805         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
26806         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
26807
26808 2006-01-09  Bruno Haible  <bruno@clisp.org>
26809
26810         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
26811         numbers.
26812
26813 2006-01-09  Bruno Haible  <bruno@clisp.org>
26814
26815         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
26816         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
26817         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
26818         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
26819
26820 2006-01-09  Bruno Haible  <bruno@clisp.org>
26821
26822         * build-aux/javacomp.sh.in: New file, moved from lib/.
26823         * modules/javacomp-script (Files): Update.
26824         (configure.ac): Add AC_CONFIG_FILES invocation.
26825         (EXTRA_DIST): Remove variable.
26826
26827         * build-aux/javaexec.sh.in: New file, moved from lib/.
26828         * modules/javaexec (Files): Update.
26829         (configure.ac): Add AC_CONFIG_FILES invocation.
26830         (EXTRA_DIST): Remove javaexec.sh.in.
26831
26832         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
26833         * modules/csharpcomp-script (Files): Update.
26834         (configure.ac): Add AC_CONFIG_FILES invocation.
26835         (EXTRA_DIST): Remove variable.
26836
26837         * build-aux/csharpexec.sh.in: New file, moved from lib/.
26838         * modules/csharpexec (Files): Update.
26839         (configure.ac): Add AC_CONFIG_FILES invocation.
26840         (EXTRA_DIST): Remove csharpexec.sh.in.
26841
26842 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
26843
26844         Sync from coreutils.
26845
26846         Add POSIX ACL support
26847         * lib/acl.h (copy_acl, set_acl): Add declarations.
26848         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
26849         systems other than Linux.
26850         (chmod_or_fchmod): New function: use fchmod when possible,
26851         and chmod otherwise.
26852         (file_has_acl): Add a POSIX ACL implementation, with a
26853         Linux-specific subcase.
26854         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
26855         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
26856         acls are unsupported.
26857         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
26858         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
26859         are unsupported.
26860
26861 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
26862
26863         Sync from coreutils.
26864         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
26865
26866 2006-01-07  Bruno Haible  <bruno@clisp.org>
26867
26868         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
26869         gl_EARLY.
26870
26871 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26872
26873         * lib/strftime.c (tzname): Don't declare if it is already #defined.
26874         Problem reported for Mingw by Mark Junker.
26875
26876 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26877
26878         * README: Gnulib normally doesn't generate a tarball.
26879
26880 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
26881
26882         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
26883         long int, not int, for nanosecond counts, so that people who are
26884         used to POSIX struct timespec won't be surprised.  Reported by Jim
26885         Meyering.
26886
26887 2005-12-28  Bruno Haible  <bruno@clisp.org>
26888
26889         * build-aux/config.rpath: Update from GNU gettext.
26890
26891 2005-12-16  Jim Meyering  <jim@meyering.net>
26892
26893         * modules/fprintftime: New module.
26894         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
26895
26896 2005-12-16  Jim Meyering  <jim@meyering.net>
26897
26898         * m4/fprintftime.m4: New file.
26899
26900 2005-12-16  Jim Meyering  <jim@meyering.net>
26901
26902         * lib/fprintftime.c, lib/fprintftime.h: New files.
26903
26904 2005-12-15  Simon Josefsson  <jas@extundo.com>
26905
26906         * modules/socklen (configure.ac): Fix M4 macro name, to align with
26907         new m4/socklen.m4.
26908
26909 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26910
26911         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
26912         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
26913
26914 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26915
26916         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
26917         * lib/argp-help.c (fill_in_uparams): Check if the constructed
26918         struct uparams is valid. Fall back to the default values if it is
26919         not.
26920
26921 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26922
26923         * modules/argp (Files): Add argp-pin.c
26924         (Depends-on): dirname
26925         (lib_SOURCES): Add argp-pin.c
26926
26927 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26928
26929         * m4/argp.m4:  Check if program_invocation_name and
26930         program_invocation_short_name are declared and define appropriate
26931         macros if they are not.
26932
26933 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26934
26935         * lib/argp-help.c (__argp_base_name): New function
26936         (__argp_short_program_name): Rewrite using __argp_base_name
26937         * lib/argp-namefrob.h: Define program_invocation_name and
26938         program_invocation_short_name if requested
26939         (__argp_base_name): Add prototype
26940         * lib/argp-parse.c (argp_def): Use gettext wrappers
26941         (argp_default_parser): Use __argp_base_name
26942         * lib/argp-pin.c: New file. Defines program_invocation_name and
26943         program_invocation_short_name on systems that lack them.
26944
26945 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
26946
26947         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
26948         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
26949         porting problem reported by Georg Schwarz in
26950         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
26951
26952 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
26953
26954         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
26955         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
26956         porting problem reported by Georg Schwarz in
26957         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
26958
26959 2005-12-05  Bruno Haible  <bruno@clisp.org>
26960
26961         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
26962         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
26963         Reported by Mark Junker <mjscod@gmx.de>.
26964
26965 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
26966
26967         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
26968         Use implementation from Albert Chin, with some
26969         comments/corrections by Stepan Kasal and myself.
26970
26971 2005-12-02  Bruno Haible  <bruno@clisp.org>
26972
26973         * gnulib-tool (func_import): Accept GPLed build tool modules when
26974         --lgpl is given.
26975         * modules/csharpcomp-script: New file.
26976         * modules/csharpcomp: Depend on it.
26977         * modules/javacomp-script: New file.
26978         * modules/javacomp: Depend on it.
26979         Suggested by Simon Josefsson.
26980
26981 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
26982
26983         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
26984         statement, to work around an HP-UX 10.20 compiler bug reported by
26985         Peter O'Gorman.
26986
26987 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
26988
26989         * modules/savedir (Depends-on): Add openat.
26990
26991 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
26992
26993         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
26994         (uintmax_t) [defined uintmax_t]: Do not declare.
26995         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
26996         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
26997         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
26998         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
26999         sake of portability to weird hosts that C allows (though we don't
27000         know of any practical examples).
27001
27002         * lib/savedir.h (fdsavedir): New decl.
27003         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
27004         contains most of the former guts of savedir.
27005         (savedir): Use savedirstream.
27006         Include "openat.h".
27007
27008 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27009
27010         * modules/obstack (Files): Add m4/ulonglong.m4.
27011         Problem reported by Davide Angelocola.
27012
27013 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
27014
27015         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
27016         coreutils no longer futzes with rounding modes.
27017
27018 2005-11-14  Jim Meyering  <jim@meyering.net>
27019
27020         * lib/mkstemp-safer.c: Include <config.h>, required for possible
27021         replacement of mkstemp.
27022
27023 2005-11-10  Simon Josefsson  <jas@extundo.com>
27024
27025         * lib/readline.c: Remove EOL.
27026
27027 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27028
27029         * modules/gethrxtime (Depends-on): Add gettime.
27030
27031 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27032
27033         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
27034         or gettimeofday; no longer needed.
27035
27036 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27037
27038         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
27039         time business.
27040         (gethrxtime) [! (HAVE_NANOUPTIME
27041         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
27042         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
27043         our own approximation.
27044
27045 2005-11-08  Eric Blake  <ebb9@byu.net>
27046
27047         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27048
27049 2005-11-08  Eric Blake  <ebb9@byu.net>
27050
27051         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27052
27053 2005-11-04  Bruno Haible  <bruno@clisp.org>
27054
27055         * gnulib-tool: Implement --update mode.
27056
27057 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27058
27059         Fix porting problem reported by Theodoros V. Kalamatianos.
27060         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
27061         Don't assume that futimes failing means we must fail.
27062
27063 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27064
27065         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
27066         variables to suggest the intended function of the PATH_MAX check.
27067
27068 2005-10-30  Kean Johnston  <jkj@sco.com>
27069
27070         Trivial changes to support SCO systems.
27071         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
27072         as PATH_MAX.
27073         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
27074         where __ptr is null when no I/O is pending.
27075
27076 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27077
27078         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
27079         leave errno alone.  Problem reported by Dmitry V. Levin.
27080
27081 2005-10-28  Simon Josefsson  <jas@extundo.com>
27082
27083         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
27084         Test more.
27085
27086         * tests/test-gc-md2.c, tests/test-md2.c: New files.
27087
27088         * modules/md2, modules/md2-tests: New files.
27089
27090 2005-10-28  Simon Josefsson  <jas@extundo.com>
27091
27092         * m4/inet_ntop.m4: More tests.
27093
27094         * m4/gc-md2.m4, md2.m4: New file.
27095
27096 2005-10-28  Simon Josefsson  <jas@extundo.com>
27097
27098         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
27099         "restrict" keywords, as per POSIX.  Protect the function
27100         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
27101         Don't use K&R prototypes.  Check the sprintf return values.
27102         Re-define EAFNOSUPPORT if not present.  Indent.
27103
27104         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
27105         suggested by Bruno Haible <bruno@clisp.org>.
27106
27107         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
27108
27109         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
27110
27111         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
27112         libgcrypt).
27113
27114         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
27115
27116         * lib/md2.h, lib/md2.c: New files.
27117
27118 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
27119
27120         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
27121         errno alone.  Problem reported by Frederic Jolliton.
27122
27123 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
27124
27125         * modules/verify (License): Change from GPL to LGPL.  This is a
27126         tiny module and there are apparently near-equivalents that are
27127         under the BSD license.
27128
27129 2005-10-24  Simon Josefsson  <jas@extundo.com>
27130
27131         * modules/sha1: Relicense to LGPL.
27132
27133 2005-10-24  Simon Josefsson  <jas@extundo.com>
27134
27135         * lib/md4.h: Shrink buffer size, now that we changed the type.
27136
27137 2005-10-23  Simon Josefsson  <jas@extundo.com>
27138
27139         * gnulib-tool (func_import): Fix --tests-base.
27140
27141 2005-10-22  Simon Josefsson  <jas@extundo.com>
27142
27143         * modules/arcfour (Depends-on): Need stdint.
27144
27145 2005-10-22  Simon Josefsson  <jas@extundo.com>
27146
27147         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
27148         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
27149
27150 2005-10-22  Simon Josefsson  <jas@extundo.com>
27151
27152         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
27153         suggested by Bruno Haible <bruno@clisp.org>.
27154
27155 2005-10-22  Simon Josefsson  <jas@extundo.com>
27156
27157         * lib/crc.h: Include stddef.h, for size_t.
27158
27159 2005-10-22  Simon Josefsson  <jas@extundo.com>
27160
27161         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
27162         arcfour_context struct (simplify test vector testing in GNU
27163         Shishi).
27164
27165 2005-10-21  Simon Josefsson  <jas@extundo.com>
27166
27167         * modules/des, modules/des-tests: New files.
27168
27169         * modules/gc-des, modules/gc-des-tests: New files.
27170
27171         * tests/test-des.c, tests/test-gc-des.c: New file.
27172
27173 2005-10-21  Simon Josefsson  <jas@extundo.com>
27174
27175         * modules/arctwo, modules/arctwo-tests: New files.
27176
27177         * tests/test-arctwo.c: New file.
27178
27179         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
27180
27181         * tests/test-gc-arctwo.c: New file.
27182
27183 2005-10-21  Simon Josefsson  <jas@extundo.com>
27184
27185         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
27186         Bruno Haible <bruno@clisp.org>.
27187
27188         * m4/gc-des.m4: New file.
27189
27190 2005-10-21  Simon Josefsson  <jas@extundo.com>
27191
27192         * m4/arctwo.m4: New file.
27193
27194         * m4/gc-arctwo.m4: New file.
27195
27196 2005-10-21  Simon Josefsson  <jas@extundo.com>
27197
27198         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
27199         block.
27200
27201 2005-10-21  Simon Josefsson  <jas@extundo.com>
27202
27203         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
27204         <bruno@clisp.org>.
27205
27206         * lib/hmac-sha1.c (hmac_sha1): Likewise.
27207
27208         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
27209         Bruno Haible <bruno@clisp.org>.
27210
27211         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
27212         <bruno@clisp.org>.
27213
27214 2005-10-21  Simon Josefsson  <jas@extundo.com>
27215
27216         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
27217
27218 2005-10-21  Simon Josefsson  <jas@extundo.com>
27219
27220         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
27221
27222 2005-10-21  Simon Josefsson  <jas@extundo.com>
27223
27224         * lib/des.h, lib/des.c: New files.
27225
27226         * lib/gc-gnulib.c: Support DES.c
27227
27228 2005-10-21  Simon Josefsson  <jas@extundo.com>
27229
27230         * lib/arctwo.h, lib/arctwo.c: New files.
27231
27232         * lib/gc-gnulib.c: Support ARCTWO.
27233
27234 2005-10-21  Simon Josefsson  <jas@extundo.com>
27235
27236         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
27237         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27238
27239 2005-10-21  Simon Josefsson  <jas@extundo.com>
27240
27241         * gnulib-tool (func_import, func_create_testdir): Define automake
27242         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
27243         Makefile.am snippet),
27244         suggested by Bruno Haible <bruno@clisp.org>.
27245
27246         * modules/gc (Makefile.am): Use it.
27247
27248 2005-10-21  Bruno Haible  <bruno@clisp.org>
27249
27250         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
27251         patch.
27252
27253 2005-10-19  Simon Josefsson  <jas@extundo.com>
27254
27255         * tests/test-gc-rijndael.c: New file.
27256
27257         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
27258
27259 2005-10-19  Simon Josefsson  <jas@extundo.com>
27260
27261         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
27262         interface too.
27263
27264 2005-10-19  Simon Josefsson  <jas@extundo.com>
27265
27266         * tests/test-gc-arcfour.c: New file.
27267
27268         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
27269
27270 2005-10-19  Simon Josefsson  <jas@extundo.com>
27271
27272         * modules/gc-md4, modules/gc-md4-tests: New file.
27273
27274         * tests/test-gc-md4.c: New file.
27275
27276 2005-10-19  Simon Josefsson  <jas@extundo.com>
27277
27278         * m4/gc-md4.m4: New file.
27279
27280 2005-10-19  Simon Josefsson  <jas@extundo.com>
27281
27282         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
27283         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
27284         <kasal@ucw.cz>.
27285
27286 2005-10-19  Simon Josefsson  <jas@extundo.com>
27287
27288         * m4/gc-arcfour.m4: New file.
27289
27290         * m4/gc-rijndael.m4: New file.
27291
27292 2005-10-19  Simon Josefsson  <jas@extundo.com>
27293
27294         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
27295
27296 2005-10-19  Simon Josefsson  <jas@extundo.com>
27297
27298         * lib/gc-gnulib.c: Support ARCFOUR.
27299
27300 2005-10-19  Simon Josefsson  <jas@extundo.com>
27301
27302         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
27303         support.
27304
27305         * lib/gc.h: Add ECB enum type.
27306
27307         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
27308
27309 2005-10-18  Simon Josefsson  <jas@extundo.com>
27310
27311         * tests/test-md5.c: New file.
27312
27313         * modules/md5-tests: New file.
27314
27315 2005-10-18  Simon Josefsson  <jas@extundo.com>
27316
27317         * tests/test-md4.c: New file.
27318
27319         * modules/md4, modules/md4-tests: New files.
27320
27321 2005-10-18  Simon Josefsson  <jas@extundo.com>
27322
27323         * m4/md4.m4: New file.
27324
27325 2005-10-18  Simon Josefsson  <jas@extundo.com>
27326
27327         * lib/md4.h, lib/md4.c: New files, based on md5.?.
27328
27329 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
27330
27331         * gnulib-tool (func_create_testdir): Omit the second check whether
27332         BUILT_SOURCES in nonempty.
27333
27334 2005-10-17  Simon Josefsson  <jas@extundo.com>
27335
27336         * tests/test-rijndael.c: New file.
27337
27338 2005-10-17  Simon Josefsson  <jas@extundo.com>
27339
27340         * modules/sha1: Depend on stdint instead of md5.
27341
27342         * modules/md5: Depend on stdint, remove uint32_t.
27343
27344 2005-10-17  Simon Josefsson  <jas@extundo.com>
27345
27346         * modules/gc-sha1-tests: New file.
27347
27348         * tests/test-gc-sha1.c: New file.
27349
27350 2005-10-17  Simon Josefsson  <jas@extundo.com>
27351
27352         * m4/md5.m4: Remove call to uint32_t.m4.
27353
27354 2005-10-17  Simon Josefsson  <jas@extundo.com>
27355
27356         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
27357
27358         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
27359         md5.h.
27360
27361         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
27362
27363         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
27364
27365 2005-10-17  Simon Josefsson  <jas@extundo.com>
27366
27367         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
27368
27369 2005-10-17  Simon Josefsson  <jas@extundo.com>
27370
27371         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
27372
27373 2005-10-17  Simon Josefsson  <jas@extundo.com>
27374
27375         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
27376
27377         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
27378
27379 2005-10-17  Bruno Haible  <bruno@clisp.org>
27380
27381         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
27382         that it can also be used in a test.
27383
27384 2005-10-16  Bruno Haible  <bruno@clisp.org>
27385
27386         * gnulib-tool (func_emit_tests_Makefile_am): Also define
27387         TESTS_ENVIRONMENT, so that individual tests can augment it.
27388
27389         * gnulib-tool (func_create_testdir): Use an intermediate target for
27390         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
27391         macros, like $(ALLOCA_H), which cannot be passed through the command
27392         line.
27393
27394 2005-10-15  Simon Josefsson  <jas@extundo.com>
27395
27396         * modules/rijndael-tests: New file.
27397
27398         * modules/rijndael: New file.
27399
27400 2005-10-15  Simon Josefsson  <jas@extundo.com>
27401
27402         * m4/rijndael.m4: New file.
27403
27404 2005-10-15  Simon Josefsson  <jas@extundo.com>
27405
27406         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
27407
27408         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
27409
27410 2005-10-14  Simon Josefsson  <jas@extundo.com>
27411
27412         * tests/test-arcfour.c: New file.
27413
27414         * modules/arcfour, modules/arcfour-tests: New files.
27415
27416 2005-10-14  Simon Josefsson  <jas@extundo.com>
27417
27418         * m4/arcfour.m4: New file.
27419
27420 2005-10-14  Simon Josefsson  <jas@extundo.com>
27421
27422         * lib/arcfour.h, lib/arcfour.c: New files.
27423
27424 2005-10-14  Roland McGrath  <roland@redhat.com>
27425
27426         Import from libc.  [BZ #1331]
27427         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
27428         macro argument.
27429         Reported by Matej Vela <vela@debian.org>.
27430
27431 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27432
27433         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
27434         include <wchar.h>; no longer needed.
27435
27436 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27437
27438         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
27439
27440 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
27441         and  Ulrich Drepper  <drepper@redhat.com>
27442
27443         Import from libc.
27444         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
27445         instead of inline stream orientation test and two separate
27446         function calls.  Pay no attention to USE_IN_LIBIO.
27447
27448 2005-10-13  Simon Josefsson  <jas@extundo.com>
27449
27450         * modules/gc-hmac-md5-tests: New file.
27451
27452         * tests/test-gc-hmac-sha1.c: New file.
27453
27454         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
27455
27456         * modules/gc-hmac-md5-tests: New file.
27457
27458         * tests/test-gc-md5.c: New file.
27459
27460         * modules/gc-md5-tests: New file.
27461
27462 2005-10-13  Simon Josefsson  <jas@extundo.com>
27463
27464         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
27465         Move memory allocation outside of loop.
27466
27467 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
27468
27469         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
27470         intermediate directory is in a read-only file system.  Problem
27471         reported by Eric Blake.
27472
27473 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
27474
27475         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
27476
27477 2005-10-12  Simon Josefsson  <jas@extundo.com>
27478
27479         * tests/test-hmac-sha1.c: New file.
27480
27481         * modules/hmac-sha1-tests: New file.
27482
27483         * modules/hmac-sha1: New file.
27484
27485 2005-10-12  Simon Josefsson  <jas@extundo.com>
27486
27487         * modules/gc-sha1: New file.
27488
27489 2005-10-12  Simon Josefsson  <jas@extundo.com>
27490
27491         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
27492
27493         * tests/test-gc-pbkdf2-sha1.c: New file.
27494
27495 2005-10-12  Simon Josefsson  <jas@extundo.com>
27496
27497         * modules/gc-md5, modules/gc-hmac-md5: New files.
27498
27499         * modules/gc (Files): Remove md5, memxor and hmac files.
27500
27501 2005-10-12  Simon Josefsson  <jas@extundo.com>
27502
27503         * m4/gc-pbkdf2-sha1.m4: New file.
27504
27505         * m4/gc-hmac-sha1.m4: New file.
27506
27507         * m4/gc-sha1: New file.
27508
27509         * m4/hmac-sha1.m4: New file.
27510
27511 2005-10-12  Simon Josefsson  <jas@extundo.com>
27512
27513         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
27514
27515         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
27516
27517 2005-10-12  Simon Josefsson  <jas@extundo.com>
27518
27519         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
27520         suggested by Bruno Haible <bruno@clisp.org>.
27521
27522 2005-10-12  Simon Josefsson  <jas@extundo.com>
27523
27524         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
27525
27526 2005-10-12  Simon Josefsson  <jas@extundo.com>
27527
27528         * lib/gc-pbkdf2-sha1.c: New file.
27529
27530         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
27531
27532 2005-10-12  Simon Josefsson  <jas@extundo.com>
27533
27534         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
27535
27536         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
27537
27538 2005-10-12  Simon Josefsson  <jas@extundo.com>
27539
27540         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
27541         GC_USE_HMAC_MD5, respectively.
27542
27543         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
27544         (gc_md5): Fix typo.
27545
27546         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
27547
27548         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
27549
27550         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
27551
27552 2005-10-12  Bruno Haible  <bruno@clisp.org>
27553
27554         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
27555         Reported by Stepan Kasal <kasal@ucw.cz>.
27556
27557 2005-10-11  Simon Josefsson  <jas@extundo.com>
27558
27559         * tests/test-crc.c: New file.
27560
27561         * modules/crc, modules/crc-tests: New files.
27562
27563 2005-10-11  Simon Josefsson  <jas@extundo.com>
27564
27565         * m4/crc.m4: New file.
27566
27567 2005-10-11  Simon Josefsson  <jas@extundo.com>
27568
27569         * lib/gc.h: Add gc_hash and gc_hash_buffer.
27570
27571         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
27572
27573         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
27574
27575 2005-10-11  Simon Josefsson  <jas@extundo.com>
27576
27577         * lib/crc.h, lib/crc.c: New files.
27578
27579         * lib/gc.h (gc_hash_buffer): Add doc.
27580
27581 2005-10-11  Bruno Haible  <bruno@clisp.org>
27582
27583         * modules/c-strcasestr: New file.
27584         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
27585
27586 2005-10-11  Bruno Haible  <bruno@clisp.org>
27587
27588         * modules/c-strcase: New file.
27589         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
27590
27591 2005-10-11  Bruno Haible  <bruno@clisp.org>
27592
27593         * lib/strcasecmp.c: Include limits.h.
27594         (strcasecmp): Avoid integer overflow on exotic platforms.
27595         * lib/strncasecmp.c: Include limits.h.
27596         (strncasecmp): Avoid integer overflow on exotic platforms.
27597         Reported by Paul Eggert.
27598
27599 2005-10-11  Bruno Haible  <bruno@clisp.org>
27600
27601         * lib/c-strcasestr.h: New file, from GNU gettext.
27602         * lib/c-strcasestr.c: New file, from GNU gettext.
27603
27604 2005-10-11  Bruno Haible  <bruno@clisp.org>
27605
27606         * lib/c-strcase.h: New file, from GNU gettext.
27607         * lib/c-strcasecmp.c: New file, from GNU gettext.
27608         * lib/c-strncasecmp.c: New file, from GNU gettext.
27609
27610 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27611
27612         * modules/mempcpy (License): GPL -> LGPL.
27613         * modules/strchrnul (License): Likewise.
27614         * modules/sysexits (License): Likewise.
27615
27616 2005-10-08  Simon Josefsson  <jas@extundo.com>
27617
27618         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
27619
27620 2005-10-07  Simon Josefsson  <jas@extundo.com>
27621
27622         * m4/memxor.m4: Remove gl_C_RESTRICT call.
27623
27624 2005-10-06  Simon Josefsson  <jas@extundo.com>
27625
27626         * tests/test-hmac-md5.c: New file.
27627
27628         * modules/hmac-md5-tests: New file.
27629
27630         * modules/hmac-md5: New file.
27631
27632 2005-10-06  Simon Josefsson  <jas@extundo.com>
27633
27634         * m4/hmac-md5.m4: New file.
27635
27636         * m4/memxor.m4: Require gl_C_RESTRICT.
27637
27638 2005-10-06  Simon Josefsson  <jas@extundo.com>
27639
27640         * lib/memxor.c (memxor): Avoid casts and warnings.
27641
27642 2005-10-06  Simon Josefsson  <jas@extundo.com>
27643
27644         * lib/hmac-md5.c: New file.
27645
27646         * lib/hmac.h: New file.
27647
27648 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27649
27650         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
27651         promotes to int, not unsigned int, to catch the AIX 5.3
27652         compiler bug.
27653
27654 2005-10-05  Simon Josefsson  <jas@extundo.com>
27655
27656         * modules/memxor: New file.
27657
27658         * modules/iconv (Files): Move config.rpath to havelib, it is used
27659         there.
27660
27661         * modules/havelib (Files): Add config.rpath.
27662
27663 2005-10-05  Simon Josefsson  <jas@extundo.com>
27664
27665         * m4/memxor.m4: New file.
27666
27667 2005-10-05  Simon Josefsson  <jas@extundo.com>
27668
27669         * lib/memxor.c (memxor): Fix compiler error.
27670
27671         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
27672         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
27673
27674         * lib/memxor.h, lib/memxor.c: New files.
27675
27676         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
27677         we assume all systems have it, suggested by Jim Meyering
27678         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
27679         any systems lack sys/socket.h; mingw32 is known to lack it, but we
27680         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
27681         same reasons.
27682
27683 2005-10-05  Simon Josefsson  <jas@extundo.com>
27684
27685         * config/srclist.txt: Add glibc bug 1423 for md5.h.
27686
27687 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27688
27689         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
27690         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
27691         needed, since the source code now assumes these .h files.
27692
27693 2005-10-05  Derek Price  <derek@ximbiot.com>
27694
27695         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
27696
27697 2005-10-05  Bruno Haible  <bruno@clisp.org>
27698
27699         * modules/stdint (License): Change to LGPL.
27700
27701 2005-10-04  Simon Josefsson  <jas@extundo.com>
27702
27703         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
27704         D. Baushke" <mdb@gnu.org>.
27705
27706 2005-10-04  Bruno Haible  <bruno@clisp.org>
27707
27708         * lib/verify.h (verify_true): Provide alternative definition for C++.
27709
27710 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
27711
27712         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
27713         (SSIZE_MAX): New macro, if not already defined.
27714         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
27715         than 2 GiB.
27716
27717 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27718
27719         Sync from coreutils.
27720         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
27721         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
27722         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
27723         ULLONG_MAX doesn't work with 2.7.2.1.
27724
27725 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27726
27727         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
27728         From Ben Pfaff.
27729
27730         * modules/exclude (Depends-on): Depend on verify.
27731         * modules/strtoimax (Depends-on): Likewise.
27732         * modules/utimecmp (Depends-on): Likewise.
27733
27734 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27735
27736         * lib/exclude.c: Include verify.h.
27737         (verify): Remove.  All callers changed to use verify.h's version.
27738         * lib/strtoimax.c: Likewise.
27739         * lib/utimecmp.c: Likewis.e
27740
27741         Sync from coreutils.
27742         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
27743         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
27744         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
27745         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
27746         bother returning ENOSYS if settimeofday or stime fails; just let
27747         them return whatever errno they want to return.
27748         * lib/utimens.c: Include unistd.h, for dup2.
27749         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
27750         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
27751
27752 2005-10-02  Jim Meyering  <jim@meyering.net>
27753
27754         Sync from coreutils.
27755         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
27756         from glibc-2.2.5 that fails for read-only files.
27757
27758 2005-10-02  Jim Meyering  <jim@meyering.net>
27759
27760         Sync from coreutils.
27761         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
27762         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
27763         `#if HAVE_CONFIG_H'.
27764         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
27765         Remove AT_FDCWD test.
27766         Do not consume the fd unless successful.
27767         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
27768         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
27769         block, so that we don't even try to compile it if settimeofday is
27770         available.  This works around a compilation failure on OSF1 V5.1,
27771         due to stime requiring a `long int*' while tv_sec is `int'.
27772
27773 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
27774
27775         Sync from coreutils.
27776         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
27777         against `yes', rather than just testing for nonempty.
27778
27779 2005-10-01  Simon Josefsson  <jas@extundo.com>
27780
27781         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
27782         and Darwin.
27783
27784         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
27785         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
27786         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
27787         freeaddrinfo and gai_strerror are declared by the POSIX headers.
27788         Check if struct addrinfo is declared.
27789
27790 2005-10-01  Simon Josefsson  <jas@extundo.com>
27791
27792         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
27793         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
27794         AI_* and EAI_* definitions.  Protect function declarations.
27795
27796 2005-10-01  Jim Meyering  <jim@meyering.net>
27797
27798         Sync from coreutils.
27799
27800         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
27801         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
27802         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
27803         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
27804         in the inet and nsl libraries.  Required on Solaris 5.7.
27805
27806 2005-10-01  Jim Meyering  <jim@meyering.net>
27807
27808         Sync from coreutils.
27809         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
27810         in the inet and nsl libraries.  Required on Solaris 5.7.
27811
27812 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
27813
27814         * lib/getdelim.c (getdelim): Remove unused variables.
27815
27816 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
27817
27818         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
27819         so that the code works even with ancient cpp.  Portability problem
27820         with GCC 2.7.2.1 reported by Thomas M.Ott.
27821
27822 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
27823
27824         * modules/regex (Depends-on): Add strcase.
27825
27826         * modules/gethostname (Licence): Change from GPL to LGPL, since
27827         gethostname.c is a trivial implementation of a standard library
27828         function.
27829         * modules/poll (License): Change from GPL to LGPL, since it's
27830         derived from LGPL code.
27831
27832 2005-09-27  Jim Meyering  <jim@meyering.net>
27833
27834         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
27835         HAVE_CONFIG_H.
27836
27837         * lib/intprops.h (signed_type_or_expr__): Define.
27838         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
27839         for unsigned types.
27840
27841 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
27842
27843         * lib/verify.h (verify_expr): Remove, replacing with:
27844         (verify_true): New macro that returns true instead of void.
27845         (verify_type__): Remove.
27846         (verify): Use verify_true rather than verify_type__.
27847
27848 2005-09-26  Bruno Haible  <bruno@clisp.org>
27849
27850         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
27851         is necessary.
27852         (lib_SOURCES): Remove mbchar.c.
27853         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
27854         (Files): Add m4/mbrtowc.m4.
27855         * modules/mbiter: Likewise.
27856         * modules/mbuiter: Likewise.
27857
27858 2005-09-26  Bruno Haible  <bruno@clisp.org>
27859
27860         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
27861         compile mbchar.c if they are not both present.
27862         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
27863         * m4/mbiter.m4 (gl_MBITER): Likewise.
27864         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
27865         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
27866         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
27867
27868 2005-09-25  Jim Meyering  <jim@meyering.net>
27869
27870         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
27871         also uses socklen_t.
27872
27873 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
27874
27875         * lib/utimens.c (ENOSYS): Define if not already defined.
27876         (futimens): Support having a null PATH if the file descriptor
27877         is nonnegative.
27878
27879         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
27880         Remove.
27881         (__attribute): Define to empty unless GCC 3.1 or later.
27882         This works around a core dump on OpenBSD 3.4, which has GCC
27883         2.95.3, which dumps core when given __attribute__(()).  It also
27884         simplifies other tests, since we really don't want to bother with
27885         worrying about which ancient version of GCC supported what.
27886         Original problem reported by Yoann Vandoorselaere, with part of
27887         the fix suggested by Derek Price.
27888
27889 2005-09-24  Jim Meyering  <jim@meyering.net>
27890
27891         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
27892         so we can once again use a positive bitfield width of 1 -- now we
27893         don't have to explain why we were using a bitfield width of 2.
27894
27895 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
27896
27897         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
27898         and similarly for the other external symbols.  Problem reported
27899         by James Gallager.
27900
27901         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
27902         bug reported by Jim Meyering.
27903
27904         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
27905         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
27906         not needed, since socklen is a prerequisite module.
27907
27908 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
27909
27910         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
27911         Problem reported by Eric Blake.
27912         (getaddrinfo): Initialize se so that it's not garbage.
27913         Redo internal storage allocation so that it doesn't make unportable
27914         assumptions about alignment.
27915         Fix a memory leak.
27916
27917         * lib/utimens.c (futimens): Use futimesat if available.
27918         Prefer it to futimes since it doesn't have the futimes bug.
27919
27920         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
27921         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
27922         Instead, declare a function that returns a pointer to an array,
27923         and use verify_type__ to declare the size of the array.
27924         Problem and germ of a solution reported by Bruno Haible.
27925         (verify_type__): Use 2, not 1, for bitfield size, to avoid
27926         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
27927
27928 2005-09-23  Jim Meyering  <jim@meyering.net>
27929
27930         Sync from coreutils.
27931         Correct build failure (socklen_t not defined) on at least
27932         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
27933         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
27934
27935 2005-09-23  Jim Meyering  <jim@meyering.net>
27936
27937         * modules/getaddrinfo (Depends-on): Add socklen.
27938
27939 2005-09-23  Bruno Haible  <bruno@clisp.org>
27940
27941         * tests/test-verify.c: New file.
27942
27943 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27944
27945         Sync from coreutils.
27946
27947         * modules/argmatch (Depends-on): Add verify.
27948         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
27949         unistd-safer.
27950         * modules/save-cwd (Depends-on): Likewise.
27951
27952         * modules/openat (Files): Add lib/openat-die.c.
27953         (Depends-on): Remove error, exitfail.
27954         Add dirname.
27955
27956         * modules/verify: New file.
27957         * MODULES.html.sh (Diagnostics <assert.h>): New section,
27958         with "verify" module.
27959
27960 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27961
27962         Sync from coreutils.
27963
27964         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
27965         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
27966         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
27967         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
27968         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
27969         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
27970         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
27971         Don't bother checking for string.h, stdlib.h, unistd.h.
27972         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
27973         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
27974         module's job.
27975         * m4/jm-macros.m4 (gl_MACROS): Likewise.
27976         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
27977
27978         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
27979         (gl_GETDATE): Use it.
27980
27981         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
27982
27983 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27984
27985         Sync from coreutils.
27986
27987         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
27988         stat-time.h.
27989         * lib/argmatch.h: Include verify.h
27990         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
27991         (ARGMATCH_ASSERT): Remove; unused.
27992         * lib/canonicalize.c: Assume STDC_HEADERS.
27993         * lib/exclude.c: Include "strcase.h".
27994         * lib/regex_internal.h [!defined _LIBC]: Likewise.
27995         * lib/getusershell.c: Include stdio--.h rather than stdio.h
27996         and stdio-safer.h.
27997         (getusershell): Call fopen, not fopen_safer.
27998         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
27999         Do not include unistd-safer.h.
28000         (save_cwd): Don't call fd_safer; no longer needed
28001         now that we include fcntl--.h.
28002
28003         * lib/getdate.y (relative_time): New type.
28004         (RELATIVE_TIME_0): New constant.
28005         (parser_control): Use relative_time instead of doing it ourselves.
28006         (%union): Add new relative_time rel member.
28007         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
28008         Now typeless.
28009         (relunit, relunit_snumber): Now of type rel.
28010         (zone, rel, relunit, get_date): Adjust to above changes.
28011
28012         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
28013         Do not include unistd-safer.h.
28014         (getloadavg): Don't call fd_safer; no longer needed
28015         now that we include fcntl--.h.
28016
28017         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
28018         (make_dir_parents): Treat ENOSYS like EEXIST.
28019
28020         Improve quality of diagnostics on restore_cwd failure.
28021         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
28022         (make_dir_parents): Last arg is now int * (for errno), not bool *.
28023         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
28024         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
28025         each time through the loop.  Do not diagnose restore_cwd failure;
28026         that is the caller's job (and perhaps the caller does not care).
28027
28028         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
28029         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
28030         If the file already exists but is not a directory, don't bother
28031         to try to make its parents.
28032         Close potential file descriptor leak if we can't chdir("/") (!).
28033         Don't always return true if chdir($PWD) fails; return true only
28034         if the requested action was done successfully (except for the
28035         chdir($PWD)).
28036         Don't log final directory unless we actually made it.
28037         Refactor to avoid duplicate code to fix up permissions.
28038         Don't attempt to fix up parent permissions if chdir($PWD) fails.
28039
28040         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
28041         to make it a bit faster and (I hope) clearer.
28042         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
28043         Fix bug in formats like %2N.
28044
28045         * lib/verify.h: New file.
28046
28047 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28048
28049         Sync from coreutils.
28050         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
28051
28052 2005-09-22  Jim Meyering  <jim@meyering.net>
28053
28054         Sync from coreutils.
28055
28056         * m4/lstat.m4 (gl_FUNC_LSTAT):
28057         Use AC_LIBSOURCES to require lstat.c and lstat.h.
28058         Remove obsolete comment.
28059         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
28060         * m4/xstrtod.m4: Likewise.
28061
28062         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
28063
28064 2005-09-22  Jim Meyering  <jim@meyering.net>
28065
28066         Sync from coreutils.
28067
28068         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
28069
28070         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
28071         the .tm_year member, since otherwise gcc-4.0 would now warn about
28072         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
28073
28074         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
28075         order to avoid an unsuppressible warning from gcc on 64-bit systems.
28076
28077         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
28078         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
28079         when run in a time zone for which daylight savings time is in effect
28080         for the starting date.
28081
28082         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
28083         stop us from restricting permissions of just-created absolute-named
28084         directories.
28085         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
28086         to restore initial working directory.
28087         * lib/mkdir-p.c (make_dir_parents): New parameter:
28088         different_working_dir, to tell caller if/when we change the working
28089         directory and are unable to return to the initial one.
28090         * lib/mkdir-p.h (make_dir_parents): Update prototype.
28091         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
28092         `return false'.  This fixes a bug introduced on 2004-07-30.
28093
28094         * lib/openat.c (fdopendir): Be sure to close the supplied
28095         file descriptor before returning.  This makes our replacement
28096         implementation a little closer to Solaris's, where fdopendir
28097         ties the file descriptor to the returned DIR* pointer.
28098         * lib/openat.c (unlinkat): New function.
28099         * lib/openat.h (unlinkat): Add prototype.
28100         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
28101         (openat_restore_fail): Rename from openat_restore_die.
28102         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
28103
28104         Provide an alternative to exiting immediately upon save_cwd or
28105         restore_cwd failure.  Now, an application can arrange e.g.,
28106         to perform a longjump in that case.
28107         * lib/openat.c: Include dirname.h.
28108         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
28109         (rpl_openat, fdopendir, fstatat): Call openat_save_die
28110         and openat_restore_die rather than calling error directly.
28111         Don't include "error.h" or "exitfail.h"; they're no longer needed.
28112
28113         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
28114         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
28115         define.
28116
28117         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
28118         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
28119                             int utc, int nanoseconds);
28120         Background:
28121         date should not have to allocate a megabyte of virtual memory to
28122         handle a format argument like +%1048575T.  When implemented with
28123         strftime, it must allocate such a buffer, use strftime to fill it
28124         in, print it, then free it.
28125         With fprintftime, it simply prints everything and exits.
28126         With no need for memory allocation, that's one fewer way to fail.
28127         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
28128         optional field width, not before, so we accept %9:z, not %:9z.
28129         (my_strftime): Be sure to use L_('x') for literals.
28130
28131         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
28132         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
28133         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
28134         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
28135         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
28136         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
28137         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
28138         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
28139         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
28140         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
28141         * lib/xgethostname.c, lib/xreadlink.c:
28142         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
28143
28144         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
28145         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
28146         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
28147         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28148         and don't include <sys/file.h>).
28149
28150 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
28151
28152         Sync from coreutils.
28153
28154         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
28155         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
28156         [!LDAV_DONE]: Avoid unused variable warning.
28157
28158 2005-09-21  Bruno Haible  <bruno@clisp.org>
28159
28160         * lib/unicodeio.h (unicode_to_mb): New declaration.
28161
28162 2005-09-20  Derek Price  <derek@ximbiot.com>
28163
28164         * lib/getaddrinfo.c: Don't include <netdb.h> included from
28165         getaddrinfo.h.
28166
28167 2005-09-20  Bruno Haible  <bruno@clisp.org>
28168
28169         * gnulib-tool: Remove trailing slashes from the values specified for
28170         --source-base, --m4-base, --tests-base, --aux-dir.
28171         Suggested by Simon Josefsson <jas@extundo.com>.
28172
28173 2005-09-20  Bruno Haible  <bruno@clisp.org>
28174
28175         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
28176         func_modules_to_filelist, func_import, func_create_testdir): Make all
28177         sorting results locale-independent, so that gnulib-cache.m4 doesn't
28178         change when gnulib-tool is invoked in a different locale.
28179
28180 2005-09-19  Simon Josefsson  <jas@extundo.com>
28181
28182         * m4/socklen.m4: Fix typo.
28183
28184 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28185
28186         Use a consistent style for including <config.h>.
28187         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
28188         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
28189         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
28190         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
28191         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
28192         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
28193         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
28194         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
28195         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
28196         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
28197         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
28198         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
28199         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
28200         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
28201         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
28202         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
28203         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
28204         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
28205         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
28206         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
28207         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
28208         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
28209         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
28210         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
28211         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
28212         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
28213         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
28214         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
28215         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
28216         lib/xstrtoumax.c, lib/yesno.c:
28217         Standardize inclusion of config.h.
28218         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
28219         lib/inttostr.h:  Removed inclusion of config.h from header files.
28220         * lib/inttostr.c:  Adjusted in-tree users.
28221         * lib/timespec.h: Remove superfluous warning to include config.h.
28222         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
28223         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
28224         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
28225         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
28226         config.h with HAVE_CONFIG_H.
28227
28228 2005-09-19  Jim Meyering  <jim@meyering.net>
28229
28230         * modules/pathmax (License): Change to LGPL.
28231
28232 2005-09-19  Derek Price  <derek@ximbiot.com>
28233
28234         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
28235
28236 2005-09-19  Bruno Haible  <bruno@clisp.org>
28237
28238         * gnulib-tool (import): Provide default for --tests-base.
28239
28240 2005-09-19  Bruno Haible  <bruno@clisp.org>
28241
28242         * doc/quote.texi: New file, extracted from gnulib.texi.
28243         * doc/ctime.texi: New file, extracted from gnulib.texi.
28244         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
28245         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
28246         * doc/gnulib.texi: Include them.
28247
28248 2005-09-18  Bruno Haible  <bruno@clisp.org>
28249
28250         Portability fix.
28251         * gnulib-tool (func_readlink): New function.
28252         (func_ln_if_changed): Use it.
28253
28254 2005-09-18  Bruno Haible  <bruno@clisp.org>
28255
28256         * gnulib-tool: Support --with-tests also with --import.
28257         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
28258         (func_import): Use variables $testsbase and $inctests. Emit a
28259         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
28260         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
28261         SUBDIRS += $testsdir.
28262         (func_create_testdir): Update.
28263
28264 2005-09-18  Bruno Haible  <bruno@clisp.org>
28265
28266         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
28267         instead of $dry_run.
28268         (func_cp_if_changed, func_mv_if_changed): Remove functions.
28269         (func_ln_if_changed): Don't handle dry-run here.
28270         (func_import): In dry-run mode, detect more precisely which actions
28271         would be performed, and don't use "...ing" verbs.
28272
28273 2005-09-18  Bruno Haible  <bruno@clisp.org>
28274
28275         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
28276         (func_import): Use join on two temporary files instead of three nested
28277         loops, in order to determine which files are new or old.
28278
28279 2005-09-18  Bruno Haible  <bruno@clisp.org>
28280
28281         * gnulib-tool (func_import): Comment out code that spits out the
28282         new files with --dry-run.
28283
28284 2005-09-18  Bruno Haible  <bruno@clisp.org>
28285
28286         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
28287
28288 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28289
28290         * lib/stat-time.h: New file.
28291         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
28292         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
28293         in a different way.
28294         (timespec_cmp): New function.
28295         * lib/utimecmp.c: Include stat-time.h.
28296         (SYSCALL_RESOLUTION): Depend on whether various struct stat
28297         members exist, not on the obsolescent ST_MTIM_NSEC.
28298         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
28299
28300 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28301
28302         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
28303
28304 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28305
28306         * MODULES.html.sh (File system functions): Add stat-time.
28307         * modules/stat-time: New file.
28308         * modules/timespec (Files): Remove m4/st_mtim.m4; this
28309         is now done in a different way, by the stat-time module.
28310         * modules/utimecmp (Depends-on): Add stat-time.
28311
28312 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28313
28314         * m4/st_mtim.m4: Remove.  Superseded by...
28315         * m4/stat-time.m4: New file.
28316         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
28317         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
28318
28319 2005-09-15  Derek Price  <derek@ximbiot.com>
28320
28321         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
28322
28323 2005-09-15  Derek Price  <derek@ximbiot.com>
28324
28325         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
28326         * lib/regex_internal.c: Ditto, using this...
28327         (__GNUC_PREREQ): ...new macro.
28328         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
28329         using...
28330         (__GNUC_PREREQ): ...this new macro.
28331
28332         * lib/strstr.h: Include string.h. Define strstr as a macro here.
28333
28334 2005-09-15  Derek Price  <derek@ximbiot.com>
28335             Paul Eggert  <eggert@cs.ucla.edu>
28336
28337         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
28338         changes, consolidating in...
28339         * lib/regex_internal.h: ...this file.
28340
28341 2005-09-13  Jim Meyering  <jim@meyering.net>
28342
28343         * lib/canon-host.c: Filter through gnu indent and reword comments
28344         slightly.
28345         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
28346
28347 2005-09-13  Derek Price  <derek@ximbiot.com>
28348
28349         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
28350         failure.
28351         Reported by Jim Meyering  <jim@meyering.net>.
28352
28353 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28354
28355         * lib/base64.c: Typo.
28356         (base64_encode): Put b64str in initialized data section.
28357
28358 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
28359
28360         Merge glibc and coreutils changes into gnulib, plus a few
28361         extra fixes.
28362         * lib/md5.c: Use #error rather than a string.
28363         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
28364         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
28365         (__attribute__): Define to empty for non recent-GCC.
28366         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
28367         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
28368         Renamed from their non-__ counterparts, with new macros replacing
28369         them if not _LIBC.  Add __THROW attribute.
28370         (rol): Remove.
28371         (struct md5_ctx): Align buffer if using GCC.
28372         * lib/sha1.h (struct sha1_ctx): Likewise.
28373         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
28374         The old name was backwards.
28375         (NOTSWAP): Remove; not used.
28376         (rol): New macro, moved here from md5.h.
28377         (sha1_process_block): Remove a FIXME that doesn't make sense.
28378
28379 2005-09-12  Derek Price  <derek@ximbiot.com>
28380
28381         Return usable errors from canon-host.
28382         * lib/canon-host.h: New file.
28383         * lib/canon-host.c (canon_host): Wrap...
28384         (canon_host_r): ...this new function, which now relies exclusively on
28385         getaddrinfo.
28386         (ch_strerror): New function.
28387         (last_cherror): New global.
28388         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
28389         interface.
28390         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
28391         void *.
28392         (freeaddrinfo): Free ai->ai_canonname when set.
28393
28394 2005-09-12  Derek Price  <derek@ximbiot.com>
28395
28396         Make canon-host require getaddrinfo.
28397         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
28398         AC_LIBSOURCE canon-host.h.  Call...
28399         (gl_PREREQ_CANON_HOST): ...this new function, which requires
28400         gl_GETADDRINFO.
28401         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
28402
28403 2005-09-12  Derek Price  <derek@ximbiot.com>
28404
28405         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
28406         LGPL.
28407         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
28408
28409 2005-09-12  Derek Price  <derek@ximbiot.com>
28410
28411         * lib/gai_strerror.c: Include config.h when available.  Include
28412         getaddrinfo.h before other headers to test interface.
28413         Reported by Larry Jones <lawrence.jones@ugs.com>.
28414
28415 2005-09-12  Derek Price  <derek@ximbiot.com>
28416             Paul Eggert  <eggert@cs.ucla.edu>
28417
28418         * modules/glob (Files): Add glob-libc.h.
28419
28420 2005-09-12  Derek Price  <derek@ximbiot.com>
28421             Paul Eggert  <eggert@cs.ucla.edu>
28422
28423         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
28424         glob_.h, glob-libc.h.
28425         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
28426
28427 2005-09-12  Derek Price  <derek@ximbiot.com>
28428             Paul Eggert  <eggert@cs.ucla.edu>
28429
28430         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
28431         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
28432         protecting things that should be done only in gnulib contexts.
28433         * lib/glob_.h: New file, containing only the glob things needed for
28434         gnulib.
28435         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
28436         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
28437         (glob, globfree, glob_pattern_p): Now defined simply in terms of
28438         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
28439         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
28440         and to respect the namespace rules better.
28441
28442 2005-09-08  Simon Josefsson  <jas@extundo.com>
28443
28444         * modules/socklen: New file.
28445
28446 2005-09-08  Simon Josefsson  <jas@extundo.com>
28447
28448         * m4/socklen.m4: New file.
28449
28450 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28451
28452         * modules/utimens (Files): Add m4/utimbuf.m4, since
28453         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
28454         Reported by Sergey Poznyakoff.
28455
28456 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28457
28458         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
28459         definitions, since that's the preferred style in glibc.
28460         Fix a minor spacing issue, and update copyright notice to match
28461         glibc's.
28462
28463 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28464
28465         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
28466
28467 2005-09-06  Simon Josefsson  <jas@extundo.com>
28468
28469         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
28470         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
28471
28472 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28473
28474         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
28475         warning.
28476
28477 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28478
28479         * config/srclist.txt: Add glibc bug 1302.
28480
28481 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
28482
28483         Change bitset word type from unsigned int to unsigned long int,
28484         as this has better performance on typical 64-bit hosts.
28485         Port bitset code to hosts with unusual word sizes.
28486         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
28487         (build_collating_symbol):
28488         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
28489         argument is a bitset.  This is merely a style issue, but it makes
28490         it clearer that an entire array is expected.
28491         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
28492         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
28493         Port to the case where bitset_word is not the same as unsigned int.
28494         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
28495         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
28496         Likewise.
28497         * lib/regexec.c (check_dst_limits_calc_pos_1,
28498         check_subexp_matching_top):
28499         (build_trtable, group_nodes_into_DFAstates):
28500         Likewise.
28501         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
28502         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
28503         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
28504         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
28505         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
28506         * lib/regcomp.c (optimize_subexps, lower_subexp):
28507         Work even if bitset_word has holes in its bitwise representation.
28508         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
28509         * lib/regexec.c (check_dst_limits_calc_pos_1,
28510         check_subexp_matching_top):
28511         Likewise.
28512         * lib/regex_internal.c (re_string_reconstruct):
28513         Don't assume UCHAR_MAX == 255.
28514         * lib/regex_internal.h (bitset_set_all): Likewise.
28515         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
28516         All uses changed.
28517         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
28518         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
28519         All uses changed.
28520         (BITSET_WORD_MAX): New macro.
28521         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
28522         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
28523         (bitset_empty, bitset_copy):
28524         Prefer sizeof (bitset) to multiplying it out ourselves.
28525         (bitset_not_merge): Remove; unused.
28526         (bitset_contain): Return bool, not unsigned int with one bit on.
28527         All callers changed.
28528         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
28529         alignment than re_node_set; do this by defining a new internal
28530         type struct dests_alloc and using it to allocate memory.
28531
28532 2005-09-05  Bruno Haible  <bruno@clisp.org>
28533
28534         * gnulib-tool (func_import): Fix comparison in handling of symbolic
28535         links.
28536
28537 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
28538
28539         * modules/size_max (Makefile.am): Add size_max.h
28540
28541 2005-09-04  Derek Price  <derek@ximbiot.com>
28542
28543         * gnulib-tool (func_import): Fix reversed $symbolic logic.
28544
28545 2005-09-03  Simon Josefsson  <jas@extundo.com>
28546
28547         * gnulib-tool: Fix typo.
28548
28549 2005-09-03  Simon Josefsson  <jas@extundo.com>
28550
28551         * config/srclist.txt: Add glibc bug 1293.
28552
28553 2005-09-03  Derek Price  <derek@ximbiot.com>
28554
28555         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
28556         From Larry Jones <lawrence.jones@ugs.com>.
28557
28558 2005-09-02  Simon Josefsson  <jas@extundo.com>
28559
28560         * modules/socklen: New file.
28561
28562 2005-09-02  Simon Josefsson  <jas@extundo.com>
28563
28564         * modules/havelib: New module.
28565
28566         * modules/gettext, modules/iconv, modules/lock, modules/readline:
28567         Use havelib.
28568
28569 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28570
28571         Check for arithmetic overflow when calculating sizes, to prevent
28572         some buffer-overflow issues.  These patches are conservative, in the
28573         sense that when I couldn't determine whether an overflow was possible,
28574         I inserted a run-time check.
28575         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
28576         macros.
28577         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
28578         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
28579         (re_xnrealloc, re_x2nrealloc): New inline functions.
28580         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
28581         parse_bracket_exp):
28582         (build_equiv_class, build_charclass): Check for arithmetic overflow
28583         in size expression calculations.
28584         * lib/regex_internal.c (re_string_realloc_buffers):
28585         (build_wcs_upper_buffer, re_node_set_add_intersect):
28586         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
28587         (re_dfa_add_node, register_state): Likewise.
28588         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
28589         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
28590         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
28591         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
28592
28593 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28594
28595         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
28596         m4/ulonglong.m4.  Problem reported by Martin Lambers.
28597
28598 2005-09-02  Bruno Haible  <bruno@clisp.org>
28599
28600         Support for lib vs. lib64 distinction on biarch platforms.
28601         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
28602         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
28603         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
28604
28605 2005-09-02  Bruno Haible  <bruno@clisp.org>
28606
28607         * gnulib-tool (import): In the other first-use case, provide defaults
28608         as well.
28609
28610 2005-09-02  Bruno Haible  <bruno@clisp.org>
28611
28612         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
28613         patches not yet found in the latest gettext release.
28614
28615 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28616
28617         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
28618         to avoid a collision with bits/local_lim.h in glibc.
28619         All uses changed.  Problem reported by Dmitry V. Levin in
28620         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
28621
28622         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
28623         bugs in int versus size_t comparisons.
28624         (re_string_context_at): Fix bug where the code assumed that
28625         Idx is signed.
28626
28627         Use bool where appropriate.
28628         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
28629         All callers changed.
28630         (calc_eclosure_iter): Likewise, for ROOT arg.
28631         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
28632         (build_charclass_op): Likewise, for NON_MATCH arg.
28633         * lib/regex_internal.c (re_string_allocate, re_string_construct):
28634         (re_string_construct_common): Likewise, for ICASE arg.
28635         * lib/regexec.c (re_search_2_stub, re_search_stub):
28636         Likewise, for RET_LEN arg.
28637         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
28638         (set_regs): Likewise, for FL_BACKTRACK arg.
28639         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
28640         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
28641         (calc_eclosure_iter, parse_bracket_exp):
28642         Use bool for internal variables that are booleans.
28643         * lib/regexec.c (re_search_internal, check_matching,
28644         proceed_next_node):
28645         (set_regs, build_sifted_states, sift_states_bkref):
28646         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
28647         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
28648         (find_collation_sequence_value):
28649         Likewise.
28650         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
28651         (re_node_set_compare):
28652         Return bool, not int. All callers changed.
28653         * lib/regexec.c (check_halt_node_context, check_dst_limits):
28654         (build_trtable, check_node_accept): Likewise.
28655         * lib/regex_internal.h: Include stdbool.h.
28656
28657         Fix bugs uncovered when converting to bool.
28658         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
28659         failure instead of charging ahead blindly.
28660         * lib/regex_internal.c (register_state): Likewise.
28661         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
28662         for freeing internal storage.
28663         (group_nodes_into_DFA_states): Use unsigned int, not int, for
28664         bitset pieces used as boolean, to avoid undefined behavior
28665         on hosts that do int overflow checking.
28666
28667 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28668
28669         * config/srclist.txt: Add glibc bugs 1285-1287.
28670
28671 2005-09-01  Jim Meyering  <jim@meyering.net>
28672
28673         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
28674         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
28675         Require gl_STAT_MACROS, too.
28676
28677 2005-09-01  Bruno Haible  <bruno@clisp.org>
28678
28679         * gnulib-tool (import): In the first-use case, provide defaults.
28680
28681 2005-09-01  Bruno Haible  <bruno@clisp.org>
28682
28683         * gnulib-tool (func_import): Remove the .tmp files.
28684
28685 2005-09-01  Bruno Haible  <bruno@clisp.org>
28686
28687         * gnulib-tool (func_import): Fix handling of symbolic links.
28688
28689 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28690
28691         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
28692         old glibc regex code mishandles strings longer than 2**31 bytes.
28693         This patch fixes this when the regex code is used in gnulib
28694         (i.e., outside glibc).
28695
28696         This patch should not affect the use of the regex code inside
28697         glibc.  No doubt this problem also needs to be handled for glibc
28698         as well, but the result will be an incompatible change to the
28699         glibc ABI, and the old ABI will have to be supported too.  That
28700         can be the the subject for another patch.
28701
28702         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
28703         governing whether the rest of this patch is active.  By default,
28704         the macro is disabled and the patch has no effect.
28705         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
28706         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
28707         (struct re_pattern_buffer, re_search, re_search_2, re_match):
28708         (re_match_2, re_set_registers): Use the new types.
28709         * lib/regex_internal.h (Idx, re_hashval_t): New types.
28710         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
28711         New macros.
28712         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
28713         (re_string_context_at, bin_tree_t, re_dfastate_t):
28714         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
28715         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
28716         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
28717         (re_string_char_size_at, re_string_wchar_at):
28718         (re_string_elem_size_at):
28719         Use the new types and macros to port to 64-bit hosts.
28720         Use unsigned types for internal values, so that the code
28721         mostly works even for arrays larger than SSIZE_MAX.
28722         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
28723         (search_duplicated_node, calc_eclosure_iter, fetch_number):
28724         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
28725         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
28726         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
28727         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
28728         (calc_inveclosure, parse_dup_op, build_range_exp):
28729         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
28730         (fetch_number, create_token_tree, mark_opt_subexp):
28731         Likewise.
28732         * lib/regex_internal.c (re_string_construct_common,
28733         create_ci_newstate):
28734         (create_cd_newstate, re_string_allocate, re_string_construct):
28735         (re_string_realloc_buffers, build_wcs_upper_buffer):
28736         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
28737         (re_string_reconstruct, re_string_peek_byte_case):
28738         (re_string_fetch_byte_case, re_string_context_at):
28739         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
28740         (re_node_set_init_copy, re_node_set_add_intersect):
28741         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28742         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28743         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
28744         (re_acquire_state, re_acquire_state_context, register_state):
28745         Likewise.
28746         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
28747         search_cur_bkref_entry):
28748         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
28749         (re_search_internal, re_search_2_stub, re_search_stub)
28750         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
28751         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
28752         (update_cur_sifted_state, check_dst_limits):
28753         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
28754         (check_subexp_limits, sift_states_bkref, merge_state_array):
28755         (check_subexp_matching_top, get_subexp, get_subexp_sub):
28756         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
28757         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
28758         (expand_bkref_cache, check_node_accept_bytes):
28759         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
28760         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
28761         (acquire_init_state_context, check_halt_node_context):
28762         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
28763         (sift_states_backward, clean_state_log_if_needed):
28764         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
28765         (find_recover_state, transit_state_sb, transit_state_mb):
28766         (transit_state_bkref, build_trtable, match_ctx_clean):
28767         Likewise.
28768         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
28769         to work around an assumption that REG_MISSING is negative.
28770
28771         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
28772         (seek_collating_symbol_entry) [defined _LIBC]:
28773         (lookup_collation_sequence_value) [defined _LIBC]:
28774         (build_range_exp, build_collating_symbol) [defined _LIBC]:
28775         Use prototypes rather than old-style function definitions.
28776         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
28777         (transit_state_sb) [0]:
28778         (find_collation_sequence_value) [defined _LIBC]: Likewise.
28779
28780         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
28781         rm_eo.
28782
28783         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
28784         (optimize_subexps, lower_subexp):
28785         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
28786         since the signed shift might overflow.  Use 1u<<31 instead.
28787         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
28788         Likewise.
28789         * lib/regexec.c (check_dst_limits_calc_pos_1,
28790         check_subexp_matching_top): Likewise.
28791
28792         * lib/regcomp.c (optimize_subexps, lower_subexp):
28793         Use CHAR_BIT rather than 8, for clarity.
28794         * lib/regexec.c (check_dst_limits_calc_pos_1):
28795         (check_subexp_matching_top): Likewise.
28796         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
28797         have to worry about portability issues when shifting it left.
28798         Remove no-longer-needed test for table_size > 0.
28799         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
28800         in a word, as the resulting behavior is undefined.
28801         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
28802         in one case, a <= should have been an <, and in another case the
28803         whole test was missing.
28804         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
28805         the standard name CHAR_BIT.
28806         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
28807         this is not true on one's complement and signed-magnitude hosts.
28808
28809         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
28810         next_last_offset.
28811         (struct re_dfa_t): Remove unused member states_alloc.
28812         * lib/regcomp.c (init_dfa): Don't initialize unused members.
28813
28814 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28815
28816         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
28817         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
28818         and large-file glibc and in 32-bit large-file Solaris.
28819
28820 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28821
28822         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
28823         lengths fit in regoff_t; this isn't true if regoff_t is the same
28824         width as size_t.
28825         * lib/regex.c (re_search_internal): 5th arg is LAST_START
28826         (= START + RANGE) instead of RANGE.  This avoids overflow
28827         problems when regoff_t is the same width as size_t.
28828         All callers changed.
28829         (re_search_2_stub): Check for overflow when adding the
28830         sizes of the two strings.
28831         (re_search_stub): Check for overflow when adding START
28832         to RANGE; if it occurs, substitute the extreme value.
28833
28834 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28835
28836         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
28837
28838 2005-08-31  Jim Meyering  <jim@meyering.net>
28839
28840         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
28841         a pointer-to-const.
28842         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
28843         (register_state): Likewise.
28844         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
28845         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
28846         (group_nodes_into_DFAstates): Likewise.
28847
28848 2005-08-31  Jim Meyering  <jim@meyering.net>
28849
28850         * check-module: Add a FIXME comment.
28851
28852 2005-08-31  Eric Blake  <ebb9@byu.net>
28853
28854         * modules/unistd-safer (Files): Add unistd--.h.
28855         * modules/stdio-safer (Files): Add stdio--.h.
28856
28857 2005-08-31  Derek Price  <derek@ximbiot.com>
28858
28859         * lib/getdelim.c (getdelim): Return EOF on EOF.
28860         Reported by Larry Jones <lawrence.jones@ugs.com>.
28861
28862 2005-08-31  Bruno Haible  <bruno@clisp.org>
28863
28864         Avoid unnecessary diffs in the generated lib/Makefile.am.
28865         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
28866         the generated files.
28867         (func_import): Don't set cmd.
28868
28869 2005-08-31  Bruno Haible  <bruno@clisp.org>
28870
28871         * lib/strstr.c: Include <stddef.h>, for NULL.
28872         * lib/strcasestr.c: Likewise.
28873         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28874
28875 2005-08-31  Bruno Haible  <bruno@clisp.org>
28876
28877         * gnulib-tool: New option --macro-prefix.
28878         (func_import): Use macro_prefix.
28879         (import): Handle option --macro-prefix.
28880
28881 2005-08-31  Bruno Haible  <bruno@clisp.org>
28882
28883         * gnulib-tool (import): Rename most ac_* variables to cached_*.
28884         Also use new variables cached_lgpl, cached_libtool.
28885
28886 2005-08-31  Bruno Haible  <bruno@clisp.org>
28887
28888         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
28889         always instantiating them.
28890
28891 2005-08-31  Bruno Haible  <bruno@clisp.org>
28892
28893         * gnulib-tool (func_import): Read the previous cached settings
28894         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
28895         earlier added by gnulib but are now dropped. Warn when a gnulib file
28896         overwrites a non-gnulib file.
28897
28898 2005-08-31  Bruno Haible  <bruno@clisp.org>
28899
28900         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
28901         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
28902         projects that don't keep autogenerated files in CVS. Put into
28903         actioncmd only the specified modules, not the transitive closure.
28904
28905 2005-08-31  Bruno Haible  <bruno@clisp.org>
28906
28907         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
28908         Create directories that shall be filled.
28909         (import): Don't look for gl_* macros in configure.ac. Recurse across
28910         all directories containing a gnulib-cache.m4 files, if meaningful.
28911
28912 2005-08-31  Bruno Haible  <bruno@clisp.org>
28913
28914         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
28915         (import): Set seen_libtool when we see gl_LIBTOOL.
28916
28917 2005-08-31  Bruno Haible  <bruno@clisp.org>
28918
28919         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
28920         declaration macro definitions from generated gnulib.m4.
28921
28922 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
28923
28924         * lib/iconvme.h: Add prototype for iconv_alloc.
28925
28926 2005-08-29  Simon Josefsson  <jas@extundo.com>
28927
28928         * lib/iconvme.c: Fix errno.
28929
28930 2005-08-29  Bruno Haible  <bruno@clisp.org>
28931
28932         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
28933         that it works when the directory contains spaces.
28934
28935 2005-08-29  Bruno Haible  <bruno@clisp.org>
28936
28937         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
28938
28939 2005-08-29  Bruno Haible  <bruno@clisp.org>
28940
28941         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
28942         Emit more advice.
28943
28944 2005-08-29  Bruno Haible  <bruno@clisp.org>
28945         and Stepan Kasal  <kasal@ucw.cz>
28946
28947         * check-module: If more parameters are given, check each of them
28948         separately; add more exceptions, as noted by Jim Meyering.
28949         (check_module): New procedure.
28950         (%exempt_header): Now contains all exceptions.
28951
28952 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
28953
28954         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
28955
28956 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
28957
28958         * lib/iconvme.c: Split iconv_string into iconv_alloc.
28959
28960 2005-08-28  Bruno Haible  <bruno@clisp.org>
28961
28962         * m4/gnulib-tool.m4: New file.
28963
28964 2005-08-27  Jim Meyering  <jim@meyering.net>
28965
28966         * modules/unistd-safer (Files): Add pipe-safer.c.
28967         * modules/fcntl-safer (Files): Add creat-safer.c.
28968
28969 2005-08-27  Jim Meyering  <jim@meyering.net>
28970
28971         * m4/stdlib-safer.m4: New file.  From coreutils.
28972         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
28973         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
28974         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
28975         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
28976         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
28977
28978 2005-08-27  Jim Meyering  <jim@meyering.net>
28979
28980         * lib/fopen-safer.c: Merge minor changes from coreutils.
28981         * lib/dup-safer.c: Likewise.
28982         * lib/fd-safer.c: Likewise.
28983
28984         Merge from coreutils.
28985         * lib/stdio--.h: New file.
28986         * lib/stdlib--.h: New file.
28987         * lib/mkstemp-safer.c: New file.
28988
28989         GNU tar needs these.
28990         * lib/pipe-safer.c: New file.
28991         * lib/creat-safer.c: New file.
28992         * lib/fcntl--.h (creat): Define to creat_safer.
28993         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
28994         * lib/unistd--.h (pipe): Define to pipe_safer.
28995         * lib/unistd-safer.h: Declare pipe_safer.
28996
28997 2005-08-26  Simon Josefsson  <jas@extundo.com>
28998
28999         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
29000         Haible <bruno@clisp.org>.
29001
29002 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
29003
29004         * lib/regex_internal.h: Remove all references to
29005         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
29006         or better.
29007         (bitset_not, bitset_merge, bitset_not_merge):
29008         (bitset_mask, re_string_allocate, re_string_construct):
29009         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
29010         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
29011         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
29012         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
29013         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29014         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29015         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
29016         (re_acquire_state_context):
29017         Remove unnecessary forward decls.
29018         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
29019         Put __attribute at function definition,
29020         now that the function decl has been removed.
29021         * lib/regex_internal.c (re_string_peek_byte_case):
29022         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
29023         Likewise.
29024
29025 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
29026
29027         * m4/regex.m4: Add AC_PREREQ(2.50).
29028         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
29029
29030 2005-08-25  Simon Josefsson  <jas@extundo.com>
29031
29032         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
29033         __fsetlocking.
29034
29035 2005-08-25  Simon Josefsson  <jas@extundo.com>
29036
29037         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
29038         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
29039         GLIBC specific code.
29040
29041 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29042
29043         Make regex safe for g++.  This fixes one real bug (an "err"
29044         that should have been "*err").  g++ problem reported by
29045         Sam Steingold.
29046         * lib/regex_internal.h (re_calloc): New macro, consistent with
29047         re_malloc etc.  All callers of calloc changed to use re_calloc.
29048         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
29049         not int.  All callers changed.
29050         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
29051         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
29052         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
29053         (find_recover_state): Change "err" to "*err"; this fixes what
29054         appears to be a real bug.
29055         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
29056         versus int.
29057
29058 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29059
29060         * modules/regex (Depends-on): Add malloc, since the code
29061         assumes that !malloc(0) means failure.
29062
29063 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29064
29065         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
29066
29067         alloca modernization/simplification for regex.
29068         * lib/regex.c: Remove portability cruft for alloca.  This no longer
29069         needs to be at the start of the file, and can be moved into
29070         regex_internal.h and simplified.
29071         * lib/regex_internal.h: Include <alloca.h>.
29072         (__libc_use_alloca) [!defined _LIBC]: New macro.
29073         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
29074         now works outside glibc.
29075
29076 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29077
29078         * config/srclist.txt: Add glibc bugs 1241, 1245.
29079
29080 2005-08-25  Jim Meyering  <jim@meyering.net>
29081
29082         * lib/open-safer.c: Include <config.h>.
29083         Otherwise, we'd lose LARGEFILE support in any file using
29084         e.g. "fcntl--.h"
29085
29086 2005-08-25  Bruno Haible  <bruno@clisp.org>
29087
29088         * m4/minmax.m4: Require autoconf 2.52.
29089         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
29090         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
29091         alternatives of translit over the alphabet.
29092         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
29093
29094 2005-08-24  Simon Josefsson  <jas@extundo.com>
29095
29096         * tests/test-getpass.c: New file.
29097
29098 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29099
29100         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
29101         for GNU regex features.
29102
29103 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29104
29105         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
29106         * lib/regex.h (regerror): Likewise.
29107
29108         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
29109         requires this.  (The code never needed it.)
29110
29111         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
29112         All uses of recently-renamed identifiers changed to use the new,
29113         POSIX-compliant names.  The code will build and run just fine
29114         without these changes, but it's better to eat our own dog food
29115         and use the standard-conforming names.
29116
29117         * lib/regex.h: Fix a multitude of POSIX name space violations.
29118         These changes have an effect only for programs that define
29119         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
29120         do not change anything for programs compiled in the normal way.
29121         Also, there is no effect on the ABI.
29122
29123         (_REGEX_SOURCE): New macro.
29124         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
29125         defined and _GNU_SOURCE is not; this fixes a name space violation.
29126
29127         Rename the following macros to obey POSIX requirements.
29128         The old names are still visible as macros if _REGEX_SOURCE is defined.
29129         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
29130         RE_BACKSLASH_ESCAPE_IN_LISTS.
29131         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
29132         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
29133         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
29134         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
29135         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
29136         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
29137         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
29138         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
29139         (REG_INTERVALS): renamed from RE_INTERVALS.
29140         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
29141         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
29142         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
29143         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
29144         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
29145         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
29146         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
29147         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
29148         RE_UNMATCHED_RIGHT_PAREN_ORD.
29149         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
29150         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
29151         (REG_DEBUG): renamed from RE_DEBUG.
29152         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
29153         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
29154         unusual, since we can't clash with the POSIX REG_ICASE.
29155         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
29156         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
29157         (REG_NO_SUB): renamed from RE_NO_SUB.
29158         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
29159         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
29160         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
29161         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
29162         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
29163         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
29164         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
29165         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
29166         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
29167         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
29168         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
29169         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
29170         RE_SYNTAX_POSIX_MINIMAL_BASIC.
29171         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
29172         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
29173         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
29174         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
29175         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
29176         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
29177         (REG_FIXED): Renamed from REGS_FIXED.
29178         (REG_NREGS): Renamed from RE_NREGS.
29179
29180         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
29181         of other REG_* macros, since POSIX says the user is allowed to
29182         #undef these macros selectively.
29183
29184         (reg_errcode_t): Update comment stating what other tables need
29185         to be consistent.
29186
29187         Rename the following enum values to obey POSIX requirements.
29188         The old names are still visible as macros.
29189         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
29190         is not defined, since GNU is supposed to be a superset of POSIX as
29191         much as possible, and since we want reg_errcode_t to be a signed
29192         type for implementation consistency.
29193         (_REG_NOERROR): Renamed from REG_NOERROR.
29194         (_REG_NOMATCH): Renamed from REG_NOMATCH.
29195         (_REG_BADPAT): Renamed from REG_BADPAT.
29196         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
29197         (_REG_ECTYPE): Renamed from REG_ECTYPE.
29198         (_REG_EESCAPE): Renamed from REG_EESCAPE.
29199         (_REG_ESUBREG): Renamed from REG_ESUBREG.
29200         (_REG_EBRACK): Renamed from REG_EBRACK.
29201         (_REG_EPAREN): Renamed from REG_EPAREN.
29202         (_REG_EBRACE): Renamed from REG_EBRACE.
29203         (_REG_BADBR): Renamed from REG_BADBR.
29204         (_REG_ERANGE): Renamed from REG_ERANGE.
29205         (_REG_ESPACE): Renamed from REG_ESPACE.
29206         (_REG_BADRPT): Renamed from REG_BADRPT.
29207         (_REG_EEND): Renamed from REG_EEND.
29208         (_REG_ESIZE): Renamed from REG_ESIZE.
29209         (_REG_ERPAREN): Renamed from REG_ERPAREN.
29210         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
29211         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
29212         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
29213         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
29214
29215         (_REG_RE_NAME, _REG_RM_NAME): New macros.
29216         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
29217         changed.  But support the old name if the new one is not defined
29218         and if _REGEX_SOURCE.
29219
29220         Change the following member names in struct re_pattern_buffer.
29221         The old names are still supported if !_REGEX_SOURCE.
29222         The new names are always supported, regardless of _REGEX_SOURCE.
29223         (re_buffer): Renamed from buffer.
29224         (re_allocated): Renamed from allocated.
29225         (re_used): Renamed from used.
29226         (re_syntax): Renamed from syntax.
29227         (re_fastmap): Renamed from fastmap.
29228         (re_translate): Renamed from translate.
29229         (re_can_be_null): Renamed from can_be_null.
29230         (re_regs_allocated): Renamed from regs_allocated.
29231         (re_fastmap_accurate): Renamed from fastmap_accurate.
29232         (re_no_sub): Renamed from no_sub.
29233         (re_not_bol): Renamed from not_bol.
29234         (re_not_eol): Renamed from not_eol.
29235         (re_newline_anchor): Renamed from newline_anchor.
29236
29237         Change the following member names in struct re_registers.
29238         The old names are still supported if !_REGEX_SOURCE.
29239         The new names are always supported, regardless of _REGEX_SOURCE.
29240         (rm_num_regs): Renamed from num_regs.
29241         (rm_start): Renamed from start.
29242         (rm_end): Renamed from end.
29243
29244         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
29245         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
29246         Prepend __ to parameter names.
29247
29248         Undo yesterday's changes.
29249
29250 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29251
29252         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
29253         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
29254         lib/regex.c.
29255
29256 2005-08-24  Jim Meyering  <jim@meyering.net>
29257
29258         Sync from coreutils.
29259         * m4/fcntl-safer.m4: New file.
29260
29261         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
29262         and object files for this module.
29263
29264 2005-08-24  Jim Meyering  <jim@meyering.net>
29265
29266         Sync from coreutils.
29267         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
29268
29269 2005-08-24  Jim Meyering  <jim@meyering.net>
29270
29271         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
29272         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
29273
29274 2005-08-24  Jim Meyering  <jim@meyering.net>
29275
29276         * modules/fcntl-safer: New module.
29277         * modules/fts (Depends-on): Add fcntl-safer.
29278         * MODULES.html.sh (File descriptor based Input/Output):
29279         Add fcntl-safer.
29280
29281 2005-08-24  Bruno Haible  <bruno@clisp.org>
29282
29283         Support for unit test modules.
29284         * modules/README: Mention tests modules.
29285         * modules/TEMPLATE-TESTS: New file.
29286         * gnulib-tool: New options --extract-tests-module, --with-tests and
29287         --tests-base (unused for the moment).
29288         (testsbase, inctests): New variables.
29289         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
29290         (func_verify_module): Exclude TEMPLATE-TESTS.
29291         (func_verify_nontests_module, func_verify_tests_module): New functions.
29292         (func_get_dependencies): Add implicit dependency for tests modules.
29293         (func_get_tests_module): New function.
29294         (func_modules_transitive_closure): When --with-tests was specified,
29295         include the unit tests as well, unless explicitly avoided.
29296         (func_emit_lib_Makefile_am): Ignore the tests modules here.
29297         (func_emit_tests_Makefile_am): New function.
29298         (func_create_testdir): When --with-tests was specified, emit a
29299         tests/ directory.
29300         * MODULES.html.sh (Future developments): Update.
29301
29302 2005-08-24  Bruno Haible  <bruno@clisp.org>
29303
29304         * modules/tls-tests: New file.
29305         * tests/test-tls.c: New file, from GNU gettext.
29306
29307 2005-08-24  Bruno Haible  <bruno@clisp.org>
29308
29309         * modules/lock-tests: New file.
29310         * tests/test-lock.c: New file, from GNU gettext.
29311
29312 2005-08-24  Bruno Haible  <bruno@clisp.org>
29313
29314         * lib/lock.h: Add multiple inclusion guard.
29315         * lib/tls.h: Add multiple inclusion guard.
29316
29317 2005-08-24  Bruno Haible  <bruno@clisp.org>
29318
29319         * gnulib-tool: Add support for the --aux-dir option to
29320         --create-testdir, --create-megatestdir, --test, --megatest.
29321         (func_create_testdir, func_create_megatestdir): Optionally emit a
29322         AC_CONFIG_AUX_DIR directive.
29323         (create-testdir, create-megatestdir, test, megatest): Provide a
29324         default value for $auxdir.
29325
29326 2005-08-24  Bruno Haible  <bruno@clisp.org>
29327
29328         * gnulib-tool (import): Use compound statement instead of subshell
29329         where possible.
29330
29331 2005-08-24  Bruno Haible  <bruno@clisp.org>
29332
29333         * gnulib-tool (import): Change --aux-dir default to "build-aux".
29334
29335 2005-08-24  Bruno Haible  <bruno@clisp.org>
29336
29337         * gnulib-tool (func_version): Update.
29338
29339 2005-08-24  Bruno Haible  <bruno@clisp.org>
29340
29341         * gnulib-tool (func_import, func_create_testdir,
29342         func_create_megatestdir): Quote all autoconf macro arguments.
29343
29344 2005-08-24  Bruno Haible  <bruno@clisp.org>
29345
29346         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
29347         option --force, because --force causes the aclocal.m4 of each
29348         subdirectory to be newer than the corresponding config.h.in.
29349
29350 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29351
29352         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
29353         All contents moved to gl_REGEX.
29354         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
29355         assume that it does.
29356
29357 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29358
29359         * lib/regex.h (REG_NOSYS)
29360         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
29361         Define, since POSIX requires it as of 2001.
29362         (_REG_ENOSYS)
29363         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
29364         New private symbol, used to keep the enum signed in all cases.
29365         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
29366         Youngman in
29367         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
29368
29369         * lib/regex_internal.c (re_string_skip_chars, register_state):
29370         (calc_state_hash):
29371         Remove forward decls; no longer needed now that we use prototypes.
29372         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
29373         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
29374         (clean_state_log_if_needed): Likewise.
29375
29376 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29377
29378         * config/srclist.txt: Add glibc bugs 1231-1233.
29379
29380 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29381
29382         Fix problems reported by Sam Steingold in
29383         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
29384         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
29385         assumed that reg_errcode_t is a signed type, which is not
29386         necessarily true if _XOPEN_SOURCE is not defined.
29387         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
29388         since some compilers warn about it otherwise.
29389
29390 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29391
29392         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
29393         (init_word_char, create_initial_state, duplicate_node_closure):
29394         (fetch_token, peek_token_bracket, build_range_exp):
29395         (build_collating_symbol): Remove forward decls; no longer needed
29396         now that we use prototypes.
29397
29398         * lib/regcomp.c:
29399         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
29400         (re_compile_fastmap_iter, regcomp, regerror, regfree):
29401         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
29402         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
29403         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
29404         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
29405         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
29406         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
29407         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
29408         (build_range_exp, build_collating_symbol, parse_bracket_exp):
29409         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
29410         (build_charclass, build_charclass_op, fetch_number, create_tree):
29411         (create_token_tree, mark_opt_subexp, duplicate_tree):
29412         Use prototypes rather than old-style definitions.
29413
29414         * lib/regex_internal.c:
29415         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
29416         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
29417         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
29418         (re_string_reconstruct, re_string_peek_byte_case):
29419         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
29420         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
29421         (re_node_set_init_copy, re_node_set_add_intersect):
29422         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29423         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29424         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
29425         (re_acquire_state, re_acquire_state_context, register_state):
29426         (create_ci_newstate, create_cd_newstate, free_state):
29427         Likewise.
29428         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
29429         re_search_2):
29430         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
29431         (re_search_internal, prune_impossible_nodes):
29432         (acquire_init_state_context, check_matching, static):
29433         (check_halt_node_context, check_halt_state_context, proceed_next_node):
29434         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
29435         (update_regs, sift_states_backward, build_sifted_states):
29436         (clean_state_log_if_needed, merge_state_array):
29437         (update_cur_sifted_state, add_epsilon_src_nodes):
29438         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
29439         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
29440         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
29441         (find_recover_state, check_subexp_matching_top, transit_state_mb):
29442         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
29443         (check_arrival, check_arrival_add_next_nodes):
29444         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
29445         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
29446         (check_node_accept_bytes, check_node_accept, extend_buffers):
29447         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
29448         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
29449         (sift_ctx_init):
29450         Likewise.
29451
29452         * lib/regex_internal.h:
29453         (re_string_allocate, re_string_construct, re_string_reconstruct):
29454         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
29455         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
29456         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
29457         (re_string_context_at, re_string_peek_byte_case):
29458         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
29459         is defined, since we now use prototypes always.
29460
29461         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
29462         C89 or better.  All uses removed.
29463
29464 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29465
29466         * config/srclist.txt: Add glibc bugs 1220-1227.
29467
29468 2005-08-20  Jim Meyering  <jim@meyering.net>
29469
29470         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
29471         of unused local, dfa.
29472
29473 2005-08-20  Bruno Haible  <bruno@clisp.org>
29474
29475         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
29476
29477 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29478
29479         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
29480         (re_node_set_insert_last, re_dfa_add_node):
29481         Rename local variables to avoid GCC shadowing warnings.
29482
29483 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29484
29485         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
29486         [defined lint]: Suppress bogus uninitialized-variable warnings.
29487
29488         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
29489         and let the caller return REG_ESPACE if out of space.  This
29490         removes an uninitialied-variable warning with GCC 4.0.1, and also
29491         avoids taking the address of a local variable.  All callers
29492         changed.
29493
29494 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29495
29496         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
29497         $LIBCSRC/posix/regexec.c.
29498         Add glibc bug 1217 for regcomp.c.
29499
29500 2005-08-19  Jim Meyering  <jim@meyering.net>
29501
29502         * lib/regexec.c (proceed_next_node): Redo local variables to
29503         avoid GCC shadowing warnings.
29504
29505 2005-08-18  Bruno Haible  <bruno@clisp.org>
29506
29507         * lib/strstr.c (strstr): Fix return value in multibyte case.
29508         * lib/strcasestr.c (strcasestr): Likewise.
29509
29510 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29511
29512         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
29513
29514 2005-08-17  Jim Meyering  <jim@meyering.net>
29515
29516         Make the %s format (seconds since the epoch) work for a negative
29517         number and when used with a zero-padded field width, e.g. %015s.
29518
29519         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
29520         label so that it precedes the code to set `digits'.  Otherwise,
29521         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
29522         print `00-22'.  Now, it prints `-0022', as it should.
29523
29524 2005-08-17  Bruno Haible  <bruno@clisp.org>
29525
29526         * modules/strstr (Files): Add m4/mbrtowc.m4.
29527         (Depends-on): Add mbuiter.
29528
29529 2005-08-17  Bruno Haible  <bruno@clisp.org>
29530
29531         * modules/strcasestr: New file.
29532         * MODULES.html.sh (String handling, based on ANSI C 89): Add
29533         strcasestr.
29534
29535 2005-08-17  Bruno Haible  <bruno@clisp.org>
29536
29537         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
29538
29539 2005-08-17  Bruno Haible  <bruno@clisp.org>
29540
29541         * modules/mbuiter: New file.
29542         * MODULES.html.sh (Extended multibyte and wide character utilities):
29543         Add mbuiter.
29544
29545 2005-08-17  Bruno Haible  <bruno@clisp.org>
29546
29547         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
29548         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
29549
29550 2005-08-17  Bruno Haible  <bruno@clisp.org>
29551
29552         * m4/strcasestr.m4: New file.
29553
29554 2005-08-17  Bruno Haible  <bruno@clisp.org>
29555
29556         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
29557         * lib/strstr.c: Completely rewritten, with multibyte locale support.
29558
29559 2005-08-17  Bruno Haible  <bruno@clisp.org>
29560
29561         * lib/strcasestr.h: New file.
29562         * lib/strcasestr.c: New file.
29563
29564 2005-08-17  Bruno Haible  <bruno@clisp.org>
29565
29566         * lib/strcasecmp.c: Use mbuiter.h.
29567
29568 2005-08-17  Bruno Haible  <bruno@clisp.org>
29569
29570         * lib/mbuiter.h: New file.
29571
29572 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29573
29574         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
29575         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
29576         and gl_GETOPT are both invoked via different paths (as happens
29577         with GNU tar CVS because it uses both argp and getopt), the former
29578         wins.
29579
29580 2005-08-16  Bruno Haible  <bruno@clisp.org>
29581
29582         * modules/tls: New file.
29583         * MODULES.html.sh (Multithreading): Add tls.
29584
29585 2005-08-16  Bruno Haible  <bruno@clisp.org>
29586
29587         * modules/strnlen1: New file.
29588         * MODULES.html.sh (String handling): Add strnlen1.
29589
29590 2005-08-16  Bruno Haible  <bruno@clisp.org>
29591
29592         * modules/strcase (Files): Add m4/mbrtowc.m4.
29593         (Depends-on): Add strnlen1, mbchar.
29594
29595 2005-08-16  Bruno Haible  <bruno@clisp.org>
29596
29597         * modules/mbiter: New file.
29598         * MODULES.html.sh (Extended multibyte and wide character utilities):
29599         Add mbiter.
29600
29601 2005-08-16  Bruno Haible  <bruno@clisp.org>
29602
29603         * modules/mbfile: New file.
29604         * MODULES.html.sh (Extended multibyte and wide character utilities):
29605         Add mbfile.
29606
29607 2005-08-16  Bruno Haible  <bruno@clisp.org>
29608
29609         * modules/mbchar: New file.
29610         * MODULES.html.sh (Extended multibyte and wide character utilities):
29611         New section.
29612
29613 2005-08-16  Bruno Haible  <bruno@clisp.org>
29614
29615         * m4/tls.m4: New file, from GNU gettext.
29616
29617 2005-08-16  Bruno Haible  <bruno@clisp.org>
29618
29619         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
29620         always.
29621         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
29622
29623 2005-08-16  Bruno Haible  <bruno@clisp.org>
29624
29625         * m4/mbiter.m4: New file.
29626
29627 2005-08-16  Bruno Haible  <bruno@clisp.org>
29628
29629         * m4/mbfile.m4: New file.
29630
29631 2005-08-16  Bruno Haible  <bruno@clisp.org>
29632
29633         * m4/mbchar.m4: New file.
29634
29635 2005-08-16  Bruno Haible  <bruno@clisp.org>
29636
29637         * lib/tls.h: New file, from GNU gettext.
29638         * lib/tls.c: New file, from GNU gettext.
29639
29640 2005-08-16  Bruno Haible  <bruno@clisp.org>
29641
29642         * lib/strnlen1.h: New file.
29643         * lib/strnlen1.c: New file.
29644
29645 2005-08-16  Bruno Haible  <bruno@clisp.org>
29646
29647         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
29648         (mbi_init): Update.
29649         (mbi_avail, mbi_advance): Let the iteration end before the terminating
29650         NUL byte, not after it.
29651
29652 2005-08-16  Bruno Haible  <bruno@clisp.org>
29653
29654         * lib/strcase.h (strcasecmp): Add note in comments.
29655         * lib/strncasecmp.c: Use code from strcasecmp.c.
29656         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
29657         (strcasecmp): Work correctly in multibyte locales.
29658
29659 2005-08-16  Bruno Haible  <bruno@clisp.org>
29660
29661         * lib/mbiter.h: New file.
29662
29663 2005-08-16  Bruno Haible  <bruno@clisp.org>
29664
29665         * lib/mbfile.h: New file.
29666
29667 2005-08-16  Bruno Haible  <bruno@clisp.org>
29668
29669         * lib/mbchar.h: New file.
29670         * lib/mbchar.c: New file.
29671
29672 2005-08-16  Bruno Haible  <bruno@clisp.org>
29673
29674         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
29675         the valid ones. Makes the comparison operations transitive:
29676         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
29677         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
29678
29679 2005-08-15  Simon Josefsson  <jas@extundo.com>
29680
29681         * modules/ssize_t (License): Change to 'unlimited'.
29682
29683         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
29684
29685 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29686
29687         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
29688         Add comments for each pending glibc patch.
29689
29690 2005-08-15  Bruno Haible  <bruno@clisp.org>
29691
29692         * lib/regex.h (__restrict_arr): Don't define to __restrict if
29693         __cplusplus is defined.
29694
29695 2005-08-14  Jim Meyering  <jim@meyering.net>
29696
29697         Sync from coreutils.
29698
29699         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
29700         Use the hash-table-based cycle-detection code not just when
29701         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
29702         Reported by James Youngman in
29703         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
29704         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
29705         FTS_TIGHT_CYCLE_CHECK.
29706         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
29707         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
29708         once again.
29709         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
29710         * lib/fts.c (fd_safer): Remove decl.
29711         Include fcntl--.h rather than unistd-safer.h
29712         (fts_safe_changedir): Don't call fd_safer; no longer needed
29713         now that we include fcntl--.h.
29714
29715 2005-08-12  Simon Josefsson  <jas@extundo.com>
29716
29717         * modules/getndelim2: Use ssize_t module.
29718         * modules/getnline: Likewise.
29719         * modules/safe-read: Likewise.
29720         * modules/xreadlink: Likewise.
29721
29722         * modules/ssize_t: New file.
29723
29724 2005-08-12  Simon Josefsson  <jas@extundo.com>
29725
29726         * m4/readline.m4: Look for termcap, curses or ncurses if required.
29727
29728 2005-08-12  Simon Josefsson  <jas@extundo.com>
29729
29730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29731         ssize_t.
29732
29733 2005-08-12  Simon Josefsson  <jas@extundo.com>
29734
29735         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
29736         readline, getdelim and check_version.
29737         (Support for systems lacking ISO C 99: Sizes of integer types):
29738         Add size_max.
29739
29740 2005-08-12  Bruno Haible  <bruno@clisp.org>
29741
29742         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
29743
29744 2005-08-11  Simon Josefsson  <jas@extundo.com>
29745
29746         * modules/readline: New file.
29747
29748         * modules/strnlen (Files): Add strnlen.h.
29749
29750 2005-08-11  Simon Josefsson  <jas@extundo.com>
29751
29752         * m4/readline.m4: New file.
29753
29754 2005-08-11  Simon Josefsson  <jas@extundo.com>
29755
29756         * lib/readline.h, readline.c: New file.
29757
29758 2005-08-11  Simon Josefsson  <jas@extundo.com>
29759
29760         * doc/gnulib.texi (Initial import, Finishing touches): Mention
29761         gl_AVOID.
29762
29763 2005-08-11  Bruno Haible  <bruno@clisp.org>
29764
29765         * lib/strnlen.h (strnlen): Change parameter name to match comment.
29766
29767 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
29768
29769         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
29770
29771 2005-08-10  Simon Josefsson  <jas@extundo.com>
29772
29773         * tests/test-iconvme.c: New file.
29774
29775 2005-08-10  Simon Josefsson  <jas@extundo.com>
29776
29777         * m4/strnlen.m4: New file.
29778
29779         * m4/strndup.m4: Don't check for strnlen declaration, done in
29780         strnlen.m4.
29781
29782 2005-08-10  Simon Josefsson  <jas@extundo.com>
29783
29784         * lib/strndup.c: Use strnlen.h.
29785
29786         * lib/strnlen.h: New file.
29787
29788 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29789
29790         * README: Typos.
29791
29792 2005-08-02  Simon Josefsson  <jas@extundo.com>
29793
29794         * modules/readline: New file.
29795
29796 2005-08-02  Simon Josefsson  <jas@extundo.com>
29797
29798         * modules/getdelim: New file.
29799
29800         * modules/getline: Rewrite, don't use getndelim2.
29801
29802 2005-08-02  Simon Josefsson  <jas@extundo.com>
29803
29804         * m4/getline.m4: Separate out getdelim stuff into separate module.
29805
29806         * m4/getdelim.m4: New file.
29807
29808 2005-08-02  Simon Josefsson  <jas@extundo.com>
29809
29810         * lib/getline.h, getline.c: Rewrite.
29811
29812         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
29813
29814 2005-07-31  Bruno Haible  <bruno@clisp.org>
29815
29816         * lib/lock.h (gl_lock_initializer): New macro.
29817         (gl_lock_define_initialized): Use it.
29818         (gl_rwlock_initializer): New macro.
29819         (gl_rwlock_define_initialized): Use it.
29820         (gl_recursive_lock_initializer): New macro.
29821         (gl_recursive_lock_define_initialized): Use it.
29822
29823 2005-07-30  Karl Berry  <karl@gnu.org>
29824
29825         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
29826         Report from Ben Pfaff, regarding getopt.
29827
29828 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
29829
29830         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
29831         normal way.
29832         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
29833         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
29834         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
29835         (gl_GETOPT): Use the new macros.  Most of the implementation
29836         is moved to the new macros.  This is for programs like Emacs
29837         that don't want all the functionality of gl_GETOPT.
29838
29839 2005-07-26  Bruno Haible  <bruno@clisp.org>
29840
29841         * m4/lock.m4: Update from GNU gettext.
29842
29843 2005-07-26  Bruno Haible  <bruno@clisp.org>
29844
29845         * lib/lock.h: Update from GNU gettext.
29846         * lib/lock.c: Update from GNU gettext.
29847
29848 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
29849
29850         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
29851         obsolescent AC_TRY_RUN.  Include the default includes files, for
29852         'exit'.
29853
29854 2005-07-24  Bruno Haible  <bruno@clisp.org>
29855
29856         * modules/visibility: New file.
29857         * MODULES.html.sh (Misc): Add visibility.
29858
29859 2005-07-24  Bruno Haible  <bruno@clisp.org>
29860
29861         * m4/visibility.m4: New file.
29862
29863 2005-07-24  Bruno Haible  <bruno@clisp.org>
29864
29865         * doc/visibility.texi: New file.
29866
29867 2005-07-22  Bruno Haible  <bruno@clisp.org>
29868
29869         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
29870         $(ALLOCA_H), redundant through BUILT_SOURCES.
29871         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
29872         redundant through BUILT_SOURCES.
29873         * modules/byteswap (Makefile.am): Remove explicit dependency on
29874         $(BYTESWAP_H), redundant through BUILT_SOURCES.
29875         * modules/fnmatch (Makefile.am): Remove explicit dependency on
29876         $(FNMATCH_H), redundant through BUILT_SOURCES.
29877         * modules/getopt (Makefile.am): Remove explicit dependency on
29878         $(GETOPT_H), redundant through BUILT_SOURCES.
29879         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
29880         redundant through BUILT_SOURCES.
29881         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
29882         redundant through BUILT_SOURCES.
29883         * modules/stdbool (Makefile.am): Remove explicit dependency on
29884         $(STDBOOL_H), redundant through BUILT_SOURCES.
29885         * modules/stdint (Makefile.am): Remove explicit dependency on
29886         $(STDINT_H), redundant through BUILT_SOURCES.
29887         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
29888         Remove explicit dependency on $(SYSEXITS_H).
29889         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
29890
29891 2005-07-18  Simon Josefsson  <jas@extundo.com>
29892
29893         * lib/check-version.c (check_version): Accept identical versions too.
29894
29895 2005-07-18  Bruno Haible  <bruno@clisp.org>
29896
29897         * modules/lock: New file.
29898         * MODULES.html.sh (Multithreading): New section.
29899
29900 2005-07-18  Bruno Haible  <bruno@clisp.org>
29901
29902         * m4/lock.m4: New file, from GNU gettext.
29903
29904 2005-07-18  Bruno Haible  <bruno@clisp.org>
29905
29906         * lib/lock.h: New file, from GNU gettext.
29907         * lib/lock.c: New file, from GNU gettext.
29908
29909 2005-07-18  Bruno Haible  <bruno@clisp.org>
29910
29911         * lib/lock.h (gl_once_t): New type.
29912         (gl_once_define, gl_once): New macros.
29913         * lib/lock.c (fresh_once): New variable.
29914         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
29915         functions.
29916
29917 2005-07-16  Simon Josefsson  <jas@extundo.com>
29918
29919         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
29920         workaround, suggested by Bruno.
29921
29922 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
29923
29924         * modules/xalloc (Depends-on): Add xalloc-die.
29925         * modules/xvasprintf (Depends-on): Add xalloc-die.
29926
29927 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
29928
29929         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
29930         with a minor change.
29931
29932 2005-07-15  Bruno Haible  <bruno@clisp.org>
29933
29934         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
29935         When using lib/poll.c, define poll as rpl_poll.
29936
29937 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
29938
29939         * modules/argp (Depends-on): Remove unlocked-io.
29940
29941 2005-07-14  Derek Price  <derek@ximbiot.com>
29942
29943         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
29944         for glob symlink bug.
29945
29946 2005-07-14  Bruno Haible  <bruno@clisp.org>
29947
29948         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
29949         Instead, test for *_unlocked function declarations directly.
29950
29951 2005-07-11  Simon Josefsson  <jas@extundo.com>
29952
29953         * modules/size_max: New file.
29954
29955         * modules/xsize: Depend on size_max module for size_max.m4.
29956
29957 2005-07-11  Simon Josefsson  <jas@extundo.com>
29958
29959         * lib/size_max.h: New file.
29960
29961 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
29962
29963         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
29964         copyright symbol and the year.
29965         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
29966         (version_etc_va): Use parameterized copyright notice.
29967         Reword to conform to the current GNU coding standards.
29968
29969 2005-07-11  Karl Berry  <karl@gnu.org>
29970
29971         * doc/gnulib.texi (Quoting): new node.
29972         (Initial import): more info, from Patrice.
29973
29974 2005-07-11  Bruno Haible  <bruno@clisp.org>
29975
29976         * gnulib-tool (func_usage): Document option --avoid.
29977         (Command line options): Handle --avoid.
29978         (func_acceptable): New function.
29979         (func_modules_transitive_closure): Use it.
29980
29981 2005-07-11  Bruno Haible  <bruno@clisp.org>
29982
29983         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
29984         Reported by Jim Meyering.
29985
29986 2005-07-10  Bruno Haible  <bruno@clisp.org>
29987
29988         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
29989         Needed when size_t is smaller than 'unsigned int'.
29990         Reported by Paul Eggert.
29991
29992 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29993
29994         * modules/argp (Depends-on): Add unlocked-io
29995
29996 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29997
29998         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
29999         block of defines.
30000
30001 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30002
30003         * config/srclist.txt: Comment out regcomp.c, since we have a porting
30004         fix now.
30005
30006 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
30007         and Paul Eggert  <eggert@cs.ucla.edu>
30008
30009         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
30010         in wint_t, not wchar_t.  Remove now-unnecessary cast.
30011
30012 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30013
30014         * modules/regex (Files): Add lib/regex_internal.c,
30015         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
30016         (Depends-on): Add extensions.
30017         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
30018
30019 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30020
30021         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
30022         pathconf.
30023         * m4/same.m4 (gl_SAME): Likewise.
30024         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
30025
30026         * m4/regex.m4: Adjust to new libc regex implementation.
30027         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
30028         all the .c and .h parts of (the new) regex.
30029         Quote the m4 stuff better.
30030         Check for RE_ICASE bug of old gnulib.
30031         Check for REG_STARTEND of recent libc.
30032         Rename local variables from jm_* to gl_*.
30033         Quote operand of "test -f".
30034         Say "recent enough" version of libc, not "version 2".
30035         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
30036         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
30037         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
30038         Remove check for btowc, isascii.
30039         Require AM_LANGINFO_CODESET.
30040
30041 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30042
30043         * lib/regex.c, regex.h: Sync from libc.
30044         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
30045         * lib/regexec.c:
30046         New files, synced from libc, except that regex_internal.h
30047         currently has a small porting fix.
30048
30049 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30050
30051         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
30052         regex_internal.c, regexec.c.
30053         Add regex_internal.h too, but as a comment, since the libc version
30054         is currently broken in gnulib mode.
30055
30056 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30057
30058         Support programs like Emacs that use gnulib but not gettext.
30059         * MODULES.html.sh (Internationalization functions): Add gettext-h.
30060         * modules/gettext-h: New file.
30061         * modules/gettext (Files): Remove lib/gettext.h.
30062         (Depends-on): Add gettext-h.
30063         (Makefile.am): Remove lib_SOURCES.
30064         * modules/argmatch, modules/c-stack, modules/closeout:
30065         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
30066         * modules/execute, modules/file-type, modules/getaddrinfo:
30067         * modules/getopt, modules/human, modules/javacomp:
30068         * modules/javaexec, modules/mkdir-p, modules/obstack:
30069         * modules/openat, modules/pagealign_alloc, modules/pipe:
30070         * modules/quotearg, modules/regex, modules/rpmatch:
30071         * modules/unicodeio, modules/userspec, modules/version-etc:
30072         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
30073         * modules/xsetenv:
30074         Depend on gettext-h, not gettext.
30075
30076 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30077
30078         * gnulib-tool (func_import): Add support for 'public domain' license.
30079         * modules/alloca, modules/atexit, modules/memmove:
30080         Now public domain, not GPL.
30081         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
30082         * modules/realloc, modules/strerror, modules/strtod:
30083         Now LGPL, not GPL.
30084
30085 2005-07-05  Bruno Haible  <bruno@clisp.org>
30086
30087         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
30088         autoconf CVS. Needed for mingw.
30089
30090 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30091
30092         Remove the dependency of the strftime module on the tzset module.
30093         * modules/strftime (Depends-on): Remove dependency on tzset.
30094
30095 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30096
30097         Remove the dependency of the strftime module on the tzset module.
30098         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
30099         gl_FUNC_TZSET_CLOBBER.
30100
30101 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30102
30103         Remove the dependency of the strftime module on the tzset module.
30104         * lib/strftime.c (my_strftime)
30105         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
30106         Copy the input structure, to work around some of the bug with
30107         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
30108         Solaris releases, you should also use the tzset module, but we won't
30109         require it as a dependency any more since we don't want LGPLed code
30110         to depend on GPLed code.
30111
30112 2005-07-02  Jim Meyering  <jim@meyering.net>
30113
30114         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
30115         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
30116         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
30117         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
30118
30119 2005-07-02  Jim Meyering  <jim@meyering.net>
30120
30121         * lib/backupfile.c (backup_args): Change a `0' to NULL.
30122
30123 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30124
30125         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
30126         declares only 'struct timespec;' (!).
30127
30128 2005-07-01  Jim Meyering  <jim@meyering.net>
30129
30130         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
30131         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
30132         * lib/save-cwd.c, tempname.c:
30133         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30134         and don't include <sys/file.h>).
30135
30136 2005-06-29  Jim Meyering  <jim@meyering.net>
30137
30138         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
30139         type name.  Use the variable name instead.
30140         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
30141         Likewise.
30142
30143 2005-06-28  Simon Josefsson  <jas@extundo.com>
30144
30145         * modules/check-version (Files): Add check-version.m4.
30146
30147 2005-06-28  Simon Josefsson  <jas@extundo.com>
30148
30149         * m4/check-version.m4: New file, suggested by Jim Meyering
30150         <jim@meyering.net>.
30151
30152 2005-06-28  Simon Josefsson  <jas@extundo.com>
30153
30154         * lib/check-version.h, lib/check-version.c: New files.
30155
30156 2005-06-28  Simon Josefsson  <jas@extundo.com>
30157
30158         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
30159         collision with global variable.  Better indentation.  Don't
30160         increment buffer pointer beyond buffer end.  Based on comments
30161         from Paul Eggert <eggert@cs.ucla.edu>.
30162
30163         * lib/base64.h: Indent.
30164
30165 2005-06-28  Simon Josefsson  <jas@extundo.com>
30166
30167         * doc/gnulib.texi (Library version handling): New section.
30168
30169 2005-06-28  Jim Meyering  <jim@meyering.net>
30170
30171         * check-module (find_included_lib_files): Hard-code another
30172         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
30173         but modules/fts-lgpl (correctly) does not list those files.
30174
30175         * modules/canonicalize (Files): Add lib/pathmax.h.
30176
30177 2005-06-25  Simon Josefsson  <jas@extundo.com>
30178
30179         * modules/check-version: New file.
30180
30181 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
30182
30183         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
30184         initializer of struct addrinfo, as an indication that we don't
30185         care how many members the structure has.
30186
30187 2005-06-24  Derek Price  <derek@ximbiot.com>
30188         and Bruno Haible  <bruno@clisp.org>
30189
30190         Remove stat module & update lstat.
30191         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
30192         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30193         * m4/stat.m4: Remove this file.
30194
30195 2005-06-24  Derek Price  <derek@ximbiot.com>
30196         and Bruno Haible  <bruno@clisp.org>
30197
30198         Remove stat module & update lstat.
30199         * lib/stat.c: Remove this file...
30200         (slash_aware_lstat): ...moving this content and its support...
30201         * lib/lstat.c (rpl_lstat): ...into here.
30202         * lib/lstat.h: New file.
30203
30204 2005-06-24  Derek Price  <derek@ximbiot.com>
30205         and Bruno Haible  <bruno@clisp.org>
30206
30207         Remove stat module & update lstat.
30208         * config/srclist.txt (libc sources): Remove stat.
30209
30210 2005-06-24  Derek Price  <derek@ximbiot.com>
30211         and Bruno Haible  <bruno@clisp.org>
30212
30213         Remove stat module & update lstat.
30214         * MODULES.html.sh (stat): Remove.
30215         * MODULES.html: Regenerated.
30216         * modules/lstat (Description): Correct function name.
30217         (Files): Add "lstat.h".
30218         (Depends-on): Remove stat, add xalloc, stat-macros.
30219         * modules/stat: Remove this file.
30220         (Include): Add "lstat.h", remove <sys/stat.h>.
30221
30222 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30223
30224         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
30225         (ranged_convert): Don't save conversion in a temporary struct.
30226         This causes a warning with GCC 4.0.0, and anyway in the typical
30227         case it's not worth the extra 100 bytes or so of code.
30228         (ranged_convert, __mktime_internal): When calling a function via a
30229         pointer P, use P () rather than (*P) (), as we now assume C89 or
30230         better.
30231
30232 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30233
30234         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
30235         "who -r" failed to give output.  Problem reported by Tim Waugh.
30236
30237         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
30238         (xcalloc): Use it to avoid needless tests.
30239         Problem reported by Jim Meyering.
30240
30241 2005-06-20  Derek Price  <derek@ximbiot.com>
30242
30243         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
30244         unnecessary for Autoconfs > 2.59c.
30245
30246 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30247
30248         * lib/argp.h (__option_is_short): Check upper limit of
30249         __key. Isprint() requires its argument to have the value
30250         of an unsigned char or EOF.
30251
30252 2005-06-16  Jim Meyering  <jim@meyering.net>
30253
30254         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
30255         when either N or S is zero.
30256
30257 2005-06-16  Derek Price  <derek@ximbiot.com>
30258
30259         * m4/bison.m4: Declare YACC & YFLAGS precious.
30260
30261 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
30262
30263         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
30264         multibyte string or pattern, fall back on unibyte matching.
30265         Problem reported by James Youngman.
30266
30267 2005-06-08  Bruno Haible  <bruno@clisp.org>
30268
30269         * modules/csharpcomp: New file.
30270         * MODULES.html.sh (C#): Add csharpcomp.
30271
30272 2005-06-08  Bruno Haible  <bruno@clisp.org>
30273
30274         * m4/csharpcomp.m4: New file, from GNU gettext.
30275
30276 2005-06-08  Bruno Haible  <bruno@clisp.org>
30277
30278         * lib/csharpcomp.h: New file, from GNU gettext.
30279         * lib/csharpcomp.c: New file, from GNU gettext.
30280         * lib/csharpcomp.sh.in: New file, from GNU gettext.
30281
30282 2005-06-08  Bruno Haible  <bruno@clisp.org>
30283
30284         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
30285         warning on mingw.
30286
30287 2005-06-07  Derek Price  <derek@ximbiot.com>
30288
30289         Sync from CVS.
30290         * lib/glob_.h: Indent nested #ifdef.
30291
30292 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30293
30294         Sync from coreutils.
30295         Use "file name" when talking about file names, instead of "filename"
30296         or "path", as per the GNU coding standards.
30297         * lib/mkdir-p.c: Renamed from makepath.c.
30298         (make_dir_parents): Renamed from make_path.  All callers changed.
30299         * lib/mkdir-p.h: Likewise.  All includers changed.
30300         * lib/filenamecat.c: Renamed from path-concat.c.
30301         (file_name_concat): Renamed from path_concat.  All callers changed.
30302         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
30303         * lib/filenamecat.h: Likewise.  All includers changed.
30304         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
30305         in comments or local variable names.
30306         * lib/basename.c: Likewise.
30307         * lib/canonicalize.c, canonicalize.h: Likewise.
30308         * lib/dirname.c, dirname.h: Likewise.
30309         * lib/euidaccess.c: Likewise.
30310         * lib/exclude.c: Likewise
30311         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
30312         * lib/fsusage.c, fsuage.h: Likewise.
30313         * lib/fts.c, fts_.h: Likewise.
30314         * lib/getcwd.c: Likewise.
30315         * lib/getloadavg.c: Likewise.
30316         * lib/mkstemp.c: Likewise.
30317         * lib/mountlist.c, mountlist.h: Likewise.
30318         * lib/openat.c, openat.h: Likewise.
30319         * lib/readlink-stub.c: Likewise.
30320         * lib/readutmp.c, readutmp.h: Likewise.
30321         * lib/rename.c: Likewise.
30322         * lib/rmdir.c: Likewise.
30323         * lib/same.c: Likewise.
30324         * lib/savedir.c: Likewise.
30325         * lib/stripslash.c: Likewise.
30326         * lib/tempname.c: Likewise.
30327         * lib/xreadlink.c: Likewise.
30328         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
30329         All uses changed.
30330         * lib/exclude.h: Likewise.
30331
30332         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
30333         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30334         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
30335         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30336         * lib/pathmax.h: Include <limits.h> unconditionally, since other
30337         files have been getting away with it for years (MORE/BSD 4.3
30338         is extinct now).
30339         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
30340         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30341
30342         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
30343         Define to 256, not 255, as per modern POSIX.
30344
30345 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30346
30347         Sync from coreutils.
30348         Use "file name" when talking about file names, instead of "filename"
30349         or "path", as per the GNU coding standards.
30350         * MODULES.html.sh: mkdir-p renamed from makepath.
30351         filenamecat renamed from path-concat.
30352         * modules/filenamecat: Renamed from modules/path-concat.
30353         (Files): filenamecat.h and filenamecat.c renamed from
30354         path-concat.h and path-concat.c.
30355         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
30356         (Include): filenamecat.h, not path-concat.h.
30357         * modules/mkdir-p: Renamed from modules/makepath.
30358         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
30359         makepath.c.
30360         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
30361         (Include): mkdir-p.h, not makepath.h.
30362
30363 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30364
30365         Sync from coreutils.
30366         * m4/mkdir-p.m4: Renamed from makepath.m4.
30367         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
30368         Rename files from makepath.c to mkdir-p.c, and from
30369         makepath.h to mkdir-p.h.
30370         * m4/filenamecat.m4: Renamed from path-concat.m4.
30371         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
30372         Rename files from path-concat.c to filenamecat.c,
30373         and from path-concat.h to filenamecat.h.
30374         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
30375         "file name" in local variables or comments.
30376         * m4/rename.m4: Likewise.
30377
30378 2005-06-01  Bruno Haible  <bruno@clisp.org>
30379
30380         * modules/csharpexec: New file.
30381         * MODULES.html.sh (C#): New section.
30382
30383 2005-06-01  Bruno Haible  <bruno@clisp.org>
30384
30385         * m4/csharp.m4: New file, from GNU gettext.
30386         * m4/csharpexec.m4: New file, from GNU gettext.
30387
30388 2005-06-01  Bruno Haible  <bruno@clisp.org>
30389
30390         * lib/csharpexec.h: New file, from GNU gettext.
30391         * lib/csharpexec.c: New file, from GNU gettext.
30392         * lib/csharpexec.sh.in: New file, from GNU gettext.
30393
30394 2005-05-31  Derek Price  <derek@ximbiot.com>
30395             Paul Eggert  <eggert@cs.ucla.edu>
30396
30397         Sync from cvs.
30398         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30399
30400 2005-05-31  Derek Price  <derek@ximbiot.com>
30401             Paul Eggert  <eggert@cs.ucla.edu>
30402
30403         Sync from cvs.
30404         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30405
30406 2005-05-29  Derek Price  <derek@ximbiot.com>
30407
30408         * config/srclist.txt (glob_.h, glob.c): Add these files.
30409
30410 2005-05-29  Derek Price  <derek@ximbiot.com>
30411
30412         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
30413         * modules/glob: New file.
30414         * modules/getlogin_r: Add link to POSIX spec in description.
30415
30416 2005-05-29  Derek Price  <derek@ximbiot.com>
30417             Paul Eggert  <eggert@cs.ucla.edu>
30418
30419         * m4/glob.m4: New file.
30420
30421 2005-05-29  Derek Price  <derek@ximbiot.com>
30422             Paul Eggert  <eggert@cs.ucla.edu>
30423
30424         * lib/glob_.h, lib/glob.c: New files.
30425
30426 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30427
30428         * modules/fts (Files): Remove m4/inttypes-pri.m4.
30429         * modules/fts-lgpl (Depends-on): Remove gettext.
30430
30431 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30432
30433         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
30434         and don't require gt_INTTYPES_PRI.
30435
30436 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30437
30438         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
30439
30440         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
30441         the configuration hassle isn't worth it.
30442         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
30443         (LONGEST_MODIFIER, PRIuMAX): Remove.
30444
30445 2005-05-27  Bruno Haible  <bruno@clisp.org>
30446
30447         * lib/getlogin_r.h: Remove second include of <stddef.h>.
30448
30449 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
30450
30451         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
30452         _POSIX_PTHREAD_SEMANTICS for Solaris.
30453
30454 2005-05-25  Derek Price  <derek@ximbiot.com>
30455
30456         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
30457
30458 2005-05-25  Derek Price  <derek@ximbiot.com>
30459             Paul Eggert  <eggert@cs.ucla.edu>
30460
30461         * modules/getlogin_r, m4/getlogin_r.m4: New files.
30462         * lib/getlogin_r.c, getlogin_r.h: New files.
30463
30464 2005-05-25  Bruno Haible  <bruno@clisp.org>
30465             Derek Price  <derek@ximbiot.com>
30466
30467         * lib/getlogin_r.h: Simplify API documentation.
30468
30469 2005-05-23  Derek Price  <derek@ximbiot.com>
30470
30471         * modules/minmax (Files): Add m4/minmax.m4.
30472         (configure.ac): Add gl_MINMAX.
30473
30474 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30475
30476         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
30477         so that unistd-safer.h (GPL'ed code) need not be included.
30478
30479 2005-05-22  Bruno Haible  <bruno@clisp.org>
30480
30481         * m4/minmax.m4: New file.
30482         Based on a patch by Derek Price <derek@ximbiot.com>.
30483
30484 2005-05-22  Bruno Haible  <bruno@clisp.org>
30485
30486         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
30487         (INT64_MIN): Fix definition.
30488         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
30489
30490         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
30491         NEED_SIGNED_INT_TYPES.
30492
30493         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
30494         HAVE_SYSTEM_INTTYPES.
30495
30496 2005-05-22  Bruno Haible  <bruno@clisp.org>
30497
30498         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
30499         Also include <sys/param.h> if it defines MIN, MAX.
30500         Based on a patch by Derek Price <derek@ximbiot.com>.
30501
30502 2005-05-21  Jim Meyering  <jim@meyering.net>
30503
30504         * modules/fts (Files): Add m4/inttypes-pri.m4.
30505         (Depends-on): Add lstat and remove gettext.  Alphabetize.
30506
30507 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30508
30509         New fts module.
30510         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
30511         (setup_dir, free_dir): New functions.
30512         (enter_dir, leave_dir): Define trivial
30513         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
30514         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
30515         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
30516         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
30517         Move to fts-cycle.c.
30518         (fts_open): Use setup_dir.
30519         (fts_close): Use free_dir.
30520         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
30521         This adds a label and some gotos, but the alternatives were messier.
30522         Check for memory allocation failure when entering a dir.
30523         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
30524         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
30525         (FTS): New member fts_cycle, that is a union that contains the
30526         old active_dir_ht and cycle_state.  All uses changed to mention
30527         fts_cycle.ht and fts_cycle.state.
30528         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
30529         fts.c, with the following changes:
30530         (setup_dir, free_dir): New functions.
30531         (enter_dir): Now returns bool.  Return true if successful, false
30532         if memory exhausted.  All callers changed.
30533         Do not bother partly cleaning up on
30534         memory allocation failure; that is free_dir's job.
30535         However, free ad if hash_insert fails, to avoid memory leak.
30536         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
30537         fts->fts_options to see which union member to use.
30538
30539 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30540
30541         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
30542         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
30543
30544 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30545
30546         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
30547
30548 2005-05-20  Jim Meyering  <jim@meyering.net>
30549
30550         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
30551         Now a macro, to pacify GCC.
30552
30553 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30554
30555         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
30556         of -1.
30557
30558 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30559
30560         * lib/chown.c (rpl_chown): Return -1 on failure.
30561
30562 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30563
30564         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
30565         Don't check for stddef.h.
30566         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
30567         don't use its results.
30568         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
30569         since we include them unconditionally.  Don't require
30570         AM_STDBOOL_H, since stdbool is a prerequisite.
30571         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
30572         since we assume C89 or better.
30573         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
30574         as we don't use their results.
30575         Don't check for fchdir, memmove, memset, strrchr, as we use
30576         them unconditionally.
30577         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
30578         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
30579
30580 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30581
30582         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
30583         Include <stddef.h> unconditionally, since we assume C89 now.
30584         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
30585         * lib/fts.c: Include fts_.h first, to check interface.
30586         Do not include intprops.h; no longer needed.
30587         Include cycle-check.h and hash.h, since fts_.h no longer does.
30588         Remove unnecessary casts of closedir to void.
30589         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
30590         decide whether to decrement nlinks.
30591         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
30592         (FTS): Use struct hash_table * instead of Hash_table, so that
30593         we no longer need to include hash.h here.
30594
30595 2005-05-18  Jim Meyering  <jim@meyering.net>
30596
30597         * modules/dirfd (License): Change to LGPL.  Most of the code
30598         is already in the public domain.
30599
30600 2005-05-18  Jim Meyering  <jim@meyering.net>
30601
30602         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
30603         Reported by Yoann Vandoorselaere.
30604
30605 2005-05-17  Jim Meyering  <jim@meyering.net>
30606
30607         * m4/fts.m4: New file, from coreutils.
30608
30609 2005-05-17  Jim Meyering  <jim@meyering.net>
30610
30611         * lib/fts.c, lib/fts_.h: New files, from coreutils.
30612
30613 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30614
30615         Sync from coreutils.
30616         * m4/unlinkdir.m4: New file.
30617
30618 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30619
30620         Sync from coreutils.
30621         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
30622         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
30623         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
30624         White space changes only.
30625         * lib/makepath.c (make_path): Port to hosts where leading "//" is
30626         special.
30627         * lib/yesno.c: Include getline.h, not ctype.h.
30628         (yesno): Don't remove leading white space; POSIX doesn't allow it.
30629         Use getline to remove arbitrary restriction on response length.
30630
30631 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30632
30633         * config/srclist-update: Spell out "Street" in FSF postal
30634         mail address; this is the style the FSF seems to prefer.
30635
30636         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
30637         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
30638         this updates FSF postal mail address.
30639
30640         Sync from coreutils.
30641         * modules/unlinkdir: New file.
30642         * modules/yesno (Depends-on): Add getline.
30643         * MODULES.html.sh (File system functions): Add unlinkdir.
30644
30645 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30646
30647         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
30648         lib/strsep.h:
30649         Change the initial comment to refer to GPL, not LGPL.
30650         gnulib-tool will change it to LGPL as needed.
30651
30652         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
30653         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
30654         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
30655         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
30656         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
30657         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
30658         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
30659         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
30660         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
30661         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
30662         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
30663         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
30664         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
30665         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
30666         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
30667         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
30668         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
30669         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
30670         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
30671         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
30672         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
30673         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
30674         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
30675         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
30676         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
30677         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
30678         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
30679         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
30680         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
30681         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
30682         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
30683         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
30684         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
30685         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
30686         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
30687         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
30688         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
30689         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
30690         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
30691         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
30692         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
30693         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
30694         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
30695         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
30696         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
30697         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
30698         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
30699         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
30700         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
30701         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
30702         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
30703         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
30704         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
30705         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
30706         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
30707         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
30708         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
30709         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
30710         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
30711         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
30712         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
30713         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
30714         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
30715         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
30716         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
30717         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
30718         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
30719         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
30720         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
30721         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
30722         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
30723         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
30724         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
30725         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
30726         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
30727         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
30728         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
30729         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
30730         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
30731         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
30732         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
30733         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
30734         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
30735         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
30736         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
30737         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
30738         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
30739         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
30740         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
30741         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
30742         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
30743         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
30744         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
30745         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
30746         lib/yesno.c, lib/yesno.h:
30747         Update FSF postal mail address.
30748
30749 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30750
30751         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
30752         tests/test-memmem.c, tests/test-stpncpy.c:
30753         Update FSF postal mail address.
30754
30755 2005-05-13  Bruno Haible  <bruno@clisp.org>
30756
30757         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
30758         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
30759         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
30760         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
30761         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
30762         Add support for 64-bit integers in the MSVC compiler.
30763
30764 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30765
30766         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
30767
30768 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
30769
30770         * gnulib-tool (func_import): Sort and uniquify recommended includes.
30771
30772 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
30773
30774         * doc/getdate.texi (General date syntax): Don't say that date
30775         date --iso-8601=ns generates acceptable dates; it doesn't yet.
30776         Problem reported by Nic Ferrier.
30777
30778 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30779
30780         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
30781         specified in ai_socktype. Fix invalid ai_protocol
30782         check. ai_protocol is usually set to 0 or depending on
30783         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
30784         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
30785         ai_socktype / ai_protocol in the returned addrinfo structure.
30786
30787 2005-05-10  Simon Josefsson  <jas@extundo.com>
30788
30789         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
30790         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30791
30792 2005-05-10  Karl Berry  <karl@gnu.org>
30793
30794         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
30795         (from http://www.gnu.org/licenses).
30796         * doc/COPYING.LIB: also rename to COPYING.LESSER.
30797         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
30798         fdl.texi suffices.
30799
30800 2005-05-10  Karl Berry  <karl@gnu.org>
30801
30802         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
30803         (COPYING.DOC): remove.
30804
30805         * config/srclist-update: new FSF address.
30806
30807 2005-05-10  Derek Price  <derek@ximbiot.com>
30808
30809         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
30810         possible.
30811
30812 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30813             Bruno Haible  <bruno@clisp.org>
30814
30815         * modules/inet_ntop: New file.
30816         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30817         inet_ntop.
30818
30819 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30820             Bruno Haible  <bruno@clisp.org>
30821
30822         * m4/inet_ntop.m4: New file.
30823
30824 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30825             Bruno Haible  <bruno@clisp.org>
30826
30827         * lib/inet_ntop.h: New file.
30828         * lib/inet_ntop.c: New file, from glibc with modifications.
30829
30830 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
30831
30832         * modules/time_r (License): Change to LGPL.
30833         * modules/extensions (License): Change to LGPL.  Actually,
30834         the license is more permissive than that, but currently gnulib-tool
30835         doesn't know how to handle more-permissive licenses.
30836
30837         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
30838         Problem reported by Dave Love.
30839
30840 2005-05-08  Jim Meyering  <jim@meyering.net>
30841
30842         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
30843         blank.
30844
30845 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
30846
30847         * modules/argmatch (Depends-on): Add stdbool.
30848         * modules/backupfile (Depends-on): Likewise.
30849         * modules/chdir-long (Depends-on): Likewise.
30850         * modules/closeout (Depends-on): Likewise.
30851         * modules/cycle-check (Depends-on): Likewise.
30852         * modules/dirname (Depends-on): Likewise.
30853         * modules/fnmatch (Depends-on): Likewise.
30854         * modules/fsusage (Depends-on): Likewise.
30855         * modules/fwriteerror (Depends-on): Likewise.
30856         * modules/getcwd (Depends-on): Likewise.
30857         * modules/getloadavg (Depends-on): Likewise.
30858         * modules/hard-locale (Depends-on): Likewise.
30859         * modules/makepath (Depends-on): Likewise.
30860         * modules/mountlist (Depends-on): Likewise.
30861         * modules/nanosleep (Depends-on): Likewise.
30862         * modules/posixtm (Depends-on): Likewise.
30863         * modules/quotearg (Depends-on): Likewise.
30864         * modules/readtokens (Depends-on): Likewise.
30865         * modules/readtokens0 (Depends-on): Likewise.
30866         * modules/readutmp (Depends-on): Likewise.
30867         * modules/save-cwd (Depends-on): Likewise.
30868         * modules/strftime (Depends-on): Likewise.
30869         * modules/userspec (Depends-on): Likewise.
30870         * modules/utimecmp (Depends-on): Likewise.
30871         * modules/xgetcwd (Depends-on): Likewise.
30872         * modules/xnanosleep (Depends-on): Likewise.
30873         * modules/xstrtod (Depends-on): Likewise.
30874         * modules/yesno (Depends-on): Likewise.
30875
30876 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
30877
30878         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
30879         needless checks.
30880
30881 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30882
30883         Merge from coreutils.  Among other things,
30884         add bulletproofing for cases where stdin, stdout, or stderr are closed.
30885         * lib/fd-safer.c: New file.
30886         * lib/fcntl-safer.h, open-safer.c: Remove.
30887         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
30888         * lib/dup-safer.c: Include unistd-safer.h first.
30889         Don't include errno.h.
30890         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
30891         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
30892         * lib/file-type.c: Rely on file-type.h change.
30893         * lib/getloadavg.c: Include unistd-safer.h.
30894         (getloadavg): Use safer open.
30895         * lib/getusershell.c: Include "stdio-safer.h".
30896         (getusershell): Use safer fopen.
30897         * lib/long-options.c (long_options): Use NULL rather than 0.
30898         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
30899         'free'.
30900         * lib/modechange.c: Likewise.
30901         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
30902         (MODE_DONE): New constant.
30903         (struct mode_change): Remove 'next' member.
30904         (make_node_op_equals): New function; like the old one of the
30905         same name, except it allocates an array.
30906         (mode_compile, mode_create_from_ref): Use it.
30907         (mode_compile): Allocate result as an array, not a linked list.
30908         Parse octal string ourself, so that we catch mistakes like "+0".
30909         (mode_adjust): Arg is an array, not a linked list.
30910         * lib/modechange.c: Include stat-macros.h, xalloc.h.
30911         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
30912         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
30913         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
30914         Remove.  This is now stat-macros.h's job.
30915         (talloc): Remove.  All callers replaced by xalloc, so that
30916         our invokers don't have to worry about reporting memory failures.
30917         (make_node_op_equals): Remove.
30918         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
30919         New constants.
30920         (struct mode_change): Moved here from modechange.h.
30921         (mode_append_entry): Remove.
30922         (mode_compile): Remove MASKED_OPS arg, since it encouraged
30923         apps to have incorrect behavior.  Use simpler algorithm for head
30924         and tail.  Don't futz with umask; that's now the job of mode_adjust.
30925         Detect more invalid usages rather than having somewhat-random behavior.
30926         Don't insert an "a=" action, as that leads to incorrect behavior.
30927         (mode_compile, mode_create_from_ref): Return NULL on error instead
30928         of an enum, since now there's only one way to have an error.  All
30929         callers changed.
30930         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
30931         at the correct time.  Simplify calculation of "+u" and its ilk.
30932         Don't mishandle "+X".
30933         (mode_free): Remove "register" and localize decls.
30934         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
30935         (struct mode_change): Move to modechange.c; callers don't
30936         need to see this stuff.
30937         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
30938         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
30939         (mode_change, mode_adjust): Reflect the new signatures noted above.
30940         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
30941         that might redefine system include files.
30942         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
30943         (my_usleep): Use NULL rather than (void *) 0.
30944         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
30945         Use siginterrupt to specify that system calls should be interrupted.
30946         (rpl_nanosleep): Move initialization of suspended closer to call of
30947         my_usleep.
30948         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
30949         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
30950         (desirable_utmp_entry): New function.
30951         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
30952         using x2nrealloc, to simplify logic.
30953         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
30954         size calculation.  Do not assume utmp file is a regular file.
30955         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
30956         (READ_UTMP_CHECK_PIDS): New constant.
30957         * lib/save-cwd.c: Include unistd-safer.h.
30958         (save_cwd): Use fd_safer.
30959         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
30960         [!_LIBC] Include "stat-macros.h" instead.
30961         * lib/unistd-safer.h (fd_safer): New decl.
30962
30963 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30964
30965         * modules/getloadavg (Depends-on): Add unistd-safer.
30966         * modules/getusershell (Depends-on): Add stdio-safer.
30967         * modules/lstat (Depends-on): Remove xalloc.
30968         * modules/mkstemp (Depends-on): Add stat-macros.
30969         * modules/modechange (Depends-on): Remove xstrtol.
30970         Add stat-macros, xalloc.
30971         * modules/save-cwd (Depends-on): Add unistd-safer.
30972         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
30973         * modules/unistd-safer (Files): Add lib/fd-safer.c
30974         (Makefile.am): Remove lib_SOURCES.
30975
30976         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
30977         Remove fcntl-safer; unistd-safer supersedes it.
30978
30979 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30980
30981         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
30982         AC_HEADER_STAT.
30983         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
30984         (gl_PREREQ_CHOWN): Remove.
30985         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
30986         it.  Don't require AC_HEADER_STAT.
30987         (gl_PREREQ_LSTAT): Remove.
30988         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
30989         Don't require AC_HEADER_STAT.
30990         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
30991         (gl_PREREQ_RMDIR): Remove.
30992         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
30993         mention stat-macros.h or AC_HEADER_STAT, since we'll make
30994         the stat-macros module a prerequisite.
30995         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
30996         * m4/filemode.m4 (gl_FILEMODE): Likewise.
30997         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
30998         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
30999         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
31000         variable names.
31001         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
31002         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
31003         variable prefixes.
31004         * m4/fcntl-safer.m4: Remove.
31005         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
31006         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
31007         Invoke gl_PREREQ_FD_SAFER.
31008         (gl_PREREQ_FD_SAFER): New macro.
31009         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
31010         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
31011         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
31012         Remove duplicate call to AC_LIBOBJ(readutmp).
31013         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
31014
31015         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
31016         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
31017
31018 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31019
31020         * MODULES.html.sh (Misc): Add byteswap.
31021
31022 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31023
31024         * modules/getcwd (Depends-on): Add extensions.
31025         * modules/openat (Depends-on): Likewise.
31026
31027 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31028
31029         * modules/byteswap: New file.
31030
31031 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31032
31033         * m4/byteswap.m4: New file.
31034
31035 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31036
31037         * lib/byteswap_.h: New file.
31038
31039 2005-04-25  Karl Berry  <karl@gnu.org>
31040
31041         * m4/gettext.m4: Update from GNU gettext 0.14.4.
31042
31043 2005-04-25  Albert Chin  <china@thewrittenword.com>
31044
31045         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
31046         Toolkit C bug.
31047
31048 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
31049
31050         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
31051         (func_ln_if_changed) Remove forcibly for no error message
31052         in case file does not exist.
31053
31054 2005-04-19  Simon Josefsson  <jas@extundo.com>
31055
31056         * gnulib-tool (Options): Make --symlink mean --symbolic.
31057
31058 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
31059
31060         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
31061
31062 2005-04-16  Simon Josefsson  <jas@extundo.com>
31063
31064         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
31065
31066 2005-04-15  Simon Josefsson  <jas@extundo.com>
31067
31068         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
31069
31070 2005-04-15  Simon Josefsson  <jas@extundo.com>
31071
31072         * gnulib-tool: Rename --symlink to --symbolic.
31073
31074 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
31075
31076         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
31077         symbolic links to files instead of copying/moving.  Add --aux-dir,
31078         specifying directory relative --dir where auxiliary build tools
31079         are placed.
31080
31081 2005-04-14  Bruno Haible  <bruno@clisp.org>
31082
31083         * modules/allocsa (License): Change to LGPL.
31084         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
31085
31086 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31087
31088         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
31089         that "UTC +1 second" continues to work.  Problem reported
31090         by Dmitry V. Levin.
31091         (relunit_snumber): New rule.
31092         (relunit): Use it.
31093
31094 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31095
31096         * lib/getdate.y (universal_time_zone_table): New constant.
31097         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
31098         universal_time_zone_table.
31099         (lookup_zone): Prefer universal_time_zone_table to
31100         local_time_zone_table, so that "GMT" time stamps are allowed in
31101         London during the summer.  Problem reported by Ian Abbott.
31102
31103 2005-04-12  Jim Meyering  <jim@meyering.net>
31104
31105         * lib/human.c (humblock): Set *options even when returning due to
31106         xstrtoumax conversion failure.  Thanks to a used-uninitialized
31107         warning from gcc-4.
31108
31109 2005-04-09  Jim Meyering  <jim@meyering.net>
31110
31111         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
31112         -Wuninitialized: initialize tm0.tm_year.
31113
31114 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31115
31116         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
31117         count, since there's no maximum.  All uses changed.
31118         Add member dsts_seen.
31119         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
31120         not being INT_MAX.
31121         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
31122         Use pc_rels_seen to decide whther a date is absolute.
31123
31124         * lib/getdate.y (number): Don't overwrite year.
31125         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
31126         check.
31127
31128 2005-04-02  Simon Josefsson  <jas@extundo.com>
31129
31130         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
31131         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
31132
31133 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
31134
31135         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
31136         where no absolute path name can be longer than PATH_MAX.
31137
31138 2005-03-27  Jim Meyering  <jim@meyering.net>
31139
31140         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
31141
31142 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
31143
31144         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
31145         "one's complement" -> "ones' complement" in comment, as per Knuth.
31146         "value of type" -> "type or expression" in comment.
31147         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
31148
31149 2005-03-26  Jim Meyering  <jim@meyering.net>
31150
31151         Comment nits.
31152         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
31153         Correct typos: s/or/of/.
31154
31155 2005-03-26  Jim Meyering  <jim@meyering.net>
31156
31157         * modules/check-include-files: Move to ../ and rename to...
31158         * check-module: ...this.
31159
31160 2005-03-25  Jim Meyering  <jim@meyering.net>
31161
31162         * modules/xvasprintf (Files): Add xalloc.h.
31163
31164 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31165
31166         * modules/gettext (Files): config/config.rpath ->
31167         build-aux/config.rpath
31168         * modules/iconv (Files): Likewise.
31169         Problem reported by Oskar Liljeblad.
31170
31171 2005-03-23  Jim Meyering  <jim@meyering.net>
31172
31173         * modules/check-include-files: New script to check for
31174         missing dependencies, multiple includes, etc.
31175
31176         * modules/c-strtold (Depends-on): Add xalloc.
31177         * modules/c-strtod (Depends-on): Add xalloc.
31178         * modules/hash (Depends-on): Add xalloc.
31179         (Files): Remove lib/xalloc.h.
31180
31181         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
31182         * modules/userspec (Files): Add lib/inttostr.h.
31183
31184 2005-03-23  Jim Meyering  <jim@meyering.net>
31185
31186         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
31187
31188 2005-03-22  Jim Meyering  <jim@meyering.net>
31189
31190         * modules/stat-macros: New module.
31191         * modules/canonicalize, modules/euidaccess, modules/file-type,
31192         * modules/filemode, modules/lchown, modules/makepath,
31193         * modules/rmdir, modules/stat: Depend on new stat-macros module
31194         rather than listing lib/stat-macros.h manually.
31195         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
31196
31197 2005-03-22  Jim Meyering  <jim@meyering.net>
31198
31199         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
31200
31201 2005-03-22  Bruno Haible  <bruno@clisp.org>
31202
31203         * config/srclist.txt: Replace target directory 'config' with
31204         'build-aux'.
31205         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
31206         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
31207         ../build-aux/.
31208
31209 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
31210
31211         * modules/chdir-long (Depends-on): Add mempcpy.
31212
31213         * modules/acl, modules/backupfile, modules/c-strtod,
31214         modules/c-strtold, modules/canon-host, modules/canonicalize,
31215         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
31216         modules/exclude, modules/exitfail, modules/file-type,
31217         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
31218         modules/getdate, modules/getline, modules/getpagesize,
31219         modules/getpass, modules/getugroups, modules/group-member,
31220         modules/hard-locale, modules/hash, modules/human, modules/idcache,
31221         modules/inttostr, modules/long-options, modules/makepath,
31222         modules/md5, modules/memcasecmp, modules/memcoll,
31223         modules/modechange, modules/mountlist, modules/path-concat,
31224         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
31225         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
31226         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
31227         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
31228         modules/strftime, modules/strndup, modules/strverscmp,
31229         modules/timespec, modules/unlocked-io, modules/userspec,
31230         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
31231         modules/yesno:
31232         Remove lib_SOURCES line from Makefile.am section, as this is now
31233         done automatically by the corresponding Autoconf macro.
31234
31235 2005-03-21  Jim Meyering  <jim@meyering.net>
31236
31237         Changes imported from coreutils.
31238
31239         * lib/cycle-check.c: Don't include xalloc.h.
31240
31241         * lib/path-concat.c: Don't include assert.h.
31242         (path_concat): Remove assertion that would have triggered
31243         for ABASE starting with more than one slash.
31244         Reported by Andreas Schwab.
31245
31246         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
31247         properly when ABASE is an absolute file name.
31248         Correct the description of this function.
31249         Include <assert.h>.
31250         Add an assertion and a test driver.
31251         This fixes a bug introduced on 2004-07-02.
31252         Andreas Schwab reported the resulting failure of cp --parents:
31253         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
31254
31255 2005-03-21  Jim Meyering  <jim@meyering.net>
31256
31257         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
31258         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
31259
31260 2005-03-21  Jim Meyering  <jim@meyering.net>
31261         and  Paul Eggert  <eggert@cs.ucla.edu>
31262
31263         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
31264         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
31265         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
31266         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
31267         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
31268         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
31269         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
31270         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
31271         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
31272         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
31273         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
31274         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
31275         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
31276         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
31277         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
31278         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
31279         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
31280         for these modules.
31281
31282 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
31283
31284         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
31285         (which shouldn't happen), generate nothing instead of returning 0
31286         immediately, so that nstrftime (NULL, ...) doesn't return 0.
31287
31288 2005-03-16  Bruno Haible  <bruno@clisp.org>
31289
31290         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
31291         HAVE_LONGLONG_64BIT.
31292
31293 2005-03-16  Bruno Haible  <bruno@clisp.org>
31294
31295         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
31296         HAVE_LONGLONG_64BIT.
31297
31298 2005-03-16  Bruno Haible  <bruno@clisp.org>
31299
31300         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
31301         HAVE_LONGLONG_64BIT.
31302
31303 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31304
31305         * lib/strftime.c (my_strftime): Prepend space to format so that we can
31306         reliably distinguish strftime failure from empty output on POSIX
31307         hosts.
31308
31309 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31310
31311         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
31312         (iconv_string): Don't guess a size-zero buffer, as that might cause
31313         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
31314         result would be 'too large', where 'too large' is (heuristically)
31315         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
31316         overflow concerns.  This will prevent some unwanted malloc failures
31317         when the inputs are very large.
31318
31319 2005-03-15  Karl Berry  <karl@gnu.org>
31320
31321         * config/srclist.txt (config.rpath): from gettext.
31322         * config/config.rpath: update.
31323
31324 2005-03-15  Bruno Haible  <bruno@clisp.org>
31325
31326         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
31327         to 'negate'.
31328
31329         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
31330         variable.
31331
31332         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
31333         results.
31334
31335 2005-03-14  Simon Josefsson  <jas@extundo.com>
31336
31337         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
31338         <fx@gnu.org>.
31339
31340 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
31341
31342         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
31343         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
31344         intprops.h.
31345         * lib/strtol.c: Likewise.
31346
31347 2005-03-14  Jim Meyering  <jim@meyering.net>
31348
31349         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
31350         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
31351         to be nonzero so that we (and caller) can detect the difference
31352         between a valid zero-length expansion and an error return, even
31353         when the underlying strftime fails before writing anything into
31354         that location.
31355
31356 2005-03-14  Bruno Haible  <bruno@clisp.org>
31357
31358         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
31359         Update from GNU gettext 0.14.3.
31360
31361 2005-03-10  Jim Meyering  <jim@meyering.net>
31362
31363         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
31364
31365 2005-03-10  Jim Meyering  <jim@meyering.net>
31366
31367         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
31368         so that this module works on systems without fchdir.
31369
31370 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
31371
31372         Factor int-properties macros into a single file, except for
31373         glibc-related files.
31374         * lib/intprops.h: New file.
31375         * lib/getloadavg.c: Include it instead of limits.h.
31376         (INT_STRLEN_BOUND): Remove.
31377         * lib/human.c: Include intprops.h.
31378         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
31379         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
31380         302/1000.
31381         * lib/inttostr.h: Include intprops.h instead of limits.h.
31382         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
31383         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
31384         for consistency with intprops.h.
31385         (time_t_is_integer, twos_complement_arithmetic): Use them.
31386         * lib/sig2str.h: Include <signal.h>, intprops.h.
31387         (INT_STRLEN_BOUND): Remove.
31388         * lib/strftime.c (TYPE_SIGNED): Remove.
31389         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
31390         * lib/strtol.c: Adjust comments to match intprops.h.
31391         * lib/userspec.c: Include intprops.h.
31392         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
31393         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
31394         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
31395         instead of rolling our own expressions.
31396         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
31397
31398         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
31399         instead of int.
31400         (my_strftime): Do not mishandle years close to INT_MAX, by doing
31401         the right thing even if adding 1900 would overflow.  Similarly
31402         for tm_mon + 1 and tm_yday + 1.
31403         Make %Y always equivalent to %C%y, and similarly for %G and %g.
31404         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
31405         (DO_SIGNED_NUMBER): New macro.
31406         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
31407
31408 2005-03-07  Bruno Haible  <bruno@clisp.org>
31409
31410         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
31411
31412 2005-03-07  Bruno Haible  <bruno@clisp.org>
31413
31414         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
31415
31416 2005-03-04  Derek R. Price  <derek@ximbiot.com>
31417
31418         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
31419         (func_import): Only replace files via --import when they have actually
31420         changed.
31421
31422 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31423
31424         * m4/mmap-anon.m4: New file.
31425         * m4/pagealign_alloc.m4: New file.
31426
31427 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31428             Bruno Haible  <bruno@clisp.org>
31429
31430         * modules/pagealign_alloc: New file.
31431         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
31432
31433 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31434             Bruno Haible  <bruno@clisp.org>
31435
31436         * lib/pagealign_alloc.h: New file.
31437         * lib/pagealign_alloc.c: New file.
31438
31439 2005-03-03  Bruno Haible  <bruno@clisp.org>
31440
31441         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
31442         Use an all-permissive copyright notice, recommended by RMS.
31443
31444 2005-03-02  Bruno Haible  <bruno@clisp.org>
31445
31446         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
31447         of AIX, the replacement has to be done only after <string.h> is
31448         included, therefore not in config.h. stpncpy.h does the replacement,
31449         and stpncpy.c uses it.
31450
31451 2005-03-02  Bruno Haible  <bruno@clisp.org>
31452
31453         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
31454         stpncpy.c uses it.
31455
31456 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31457
31458         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
31459         The workaround isn't strictly needed for POSIX conformance, and
31460         it's too much of a pain to configure and maintain.  We'll ask
31461         people to fix their kernels instead.
31462         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
31463         (NANOSLEEP_BUG_WORKAROUND): Remove.
31464         (xnanosleep): Remove the workaround.
31465
31466 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31467
31468         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
31469         Reported by Derek Price.
31470         (Include): Add "timespec.h".
31471
31472         * modules/xnanosleep (Depends-on): Remove gethrxtime.
31473
31474 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31475
31476         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
31477         to detect nanosleep bug.
31478
31479 2005-03-01  Bruno Haible  <bruno@clisp.org>
31480
31481         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
31482
31483 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31484
31485         * modules/gethrxtime: New file.
31486         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
31487         (Depends-on): Add gethrxtime.
31488         (configure.ac): Add gl_XNANOSLEEP.
31489         (Makefile.am): Remove lib_SOURCES line.
31490
31491 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31492
31493         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
31494         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
31495
31496 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31497
31498         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
31499         * lib/timespec.h (gettime): Return void, since it always
31500         succeeds now.  All uses changed.
31501         * lib/gettime.c (gettime) Likewise.
31502         [HAVE_NANOTIME]: Prefer nanotime.
31503         Assume gettimeofday succeeds, as POSIX requires.
31504         Assime time () succeeds, since other code already does.
31505         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
31506         (timespec_subtract): Remove.
31507         (NANOSLEEP_BUG_WORKAROUND): New constant.
31508         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
31509         things considerably.  Use it only on GNU/Linux hosts, since the
31510         workaround shouldn't be needed elsewhere.
31511
31512 2005-02-24  Bruno Haible  <bruno@clisp.org>
31513
31514         * modules/gettext (Files): Add m4/glibc2.m4.
31515
31516 2005-02-24  Bruno Haible  <bruno@clisp.org>
31517
31518         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
31519         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
31520         * m4/progtest.m4:
31521         Update from GNU gettext 0.14.2.
31522         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
31523
31524 2005-02-24  Bruno Haible  <bruno@clisp.org>
31525
31526         * lib/localcharset.c: Update from GNU gettext 0.14.2.
31527         * lib/config.charset: Update from GNU gettext 0.14.2.
31528
31529 2005-02-24  Bruno Haible  <bruno@clisp.org>
31530
31531         * lib/gettext.h: Update from GNU gettext 0.14.2.
31532
31533 2005-02-23  Simon Josefsson  <jas@extundo.com>
31534
31535         * m4/iconvme.m4: New file.
31536
31537 2005-02-23  Jim Meyering  <jim@meyering.net>
31538
31539         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
31540         change.
31541         Thanks to Bruno Haible for catching it.
31542
31543 2005-02-22  Simon Josefsson  <jas@extundo.com>
31544
31545         * modules/iconvme: New file.
31546
31547         * MODULES.html.sh: Add iconvme.
31548
31549 2005-02-22  Simon Josefsson  <jas@extundo.com>
31550
31551         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
31552
31553 2005-02-22  Simon Josefsson  <jas@extundo.com>
31554
31555         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
31556
31557 2005-02-22  Jim Meyering  <jim@meyering.net>
31558
31559         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
31560         s/ifndef/ifdef/.
31561
31562 2005-02-20  Neil Conway  <neilc@samurai.com>
31563
31564         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
31565         returned by OSX/Darwin if the specified buffer is not large
31566         enough for the hostname.
31567
31568 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31569
31570         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
31571         pass it to _help, otherwise the latter coredumps trying to
31572         dereference state.root_argp.
31573
31574 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31575
31576         * modules/chdir-long (Depends-on): Add memrchr.
31577         * modules/memrchr (Files): Add lib/memrchr.h.
31578         (Include): "memrchr.h".
31579
31580 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31581
31582         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
31583
31584 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31585
31586         * lib/memrchr.h: New file.
31587         * lib/chdir-long.c: Include it.
31588         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
31589         Don't bother including stddef.h.
31590
31591 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
31592
31593         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
31594         inclusion.
31595         Include <sys/types.h>, for dev_t.
31596         (ME_DUMMY, ME_REMOTE): Move from here....
31597         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
31598         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
31599         Dmitry V. Levin.
31600         Include mountlist.h first, to test the interface.
31601
31602 2005-01-29  Bruno Haible  <bruno@clisp.org>
31603
31604         * lib/progname.c (program_name): Initialize.
31605         Needed when linking statically on MacOS X.
31606
31607 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31608
31609         Sync from coreutils.
31610         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
31611         (Depends-on): Add c-strtod.
31612         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
31613
31614 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31615
31616         Sync from coreutils.
31617         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
31618
31619         Remove files that are specific to coreutils.
31620         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
31621
31622 2005-01-28  Bruno Haible  <bruno@clisp.org>
31623
31624         * modules/javacomp: New file.
31625         * MODULES.html.sh (Java): Add javacomp.
31626
31627 2005-01-28  Bruno Haible  <bruno@clisp.org>
31628
31629         * m4/javacomp.m4: New file, from GNU gettext.
31630
31631 2005-01-28  Bruno Haible  <bruno@clisp.org>
31632
31633         * lib/javacomp.sh.in: New file, from GNU gettext.
31634         * lib/javacomp.h: New file, from GNU gettext.
31635         * lib/javacomp.c: New file, from GNU gettext.
31636
31637 2005-01-26  Simon Josefsson  <jas@extundo.com>
31638
31639         * lib/gai_strerror.c: Use GPL in header.
31640
31641 2005-01-26  Bruno Haible  <bruno@clisp.org>
31642
31643         * modules/javaexec: New file.
31644         * MODULES.html.sh (Java): Add javaexec.
31645
31646 2005-01-26  Bruno Haible  <bruno@clisp.org>
31647
31648         * m4/javaexec.m4: New file, from GNU gettext.
31649
31650 2005-01-26  Bruno Haible  <bruno@clisp.org>
31651
31652         * lib/javaexec.sh.in: New file, from GNU gettext.
31653         * lib/javaexec.h: New file, from GNU gettext.
31654         * lib/javaexec.c: New file, from GNU gettext.
31655
31656 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31657
31658         * modules/lchown (Depends-on): Remove lchown.h
31659
31660 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31661
31662         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
31663         must be defined if the header file was not found, in order
31664         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
31665
31666 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31667
31668         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
31669         initializers for struct pentry_state.
31670         (__argp_error): Check return value of __asprintf
31671         (__argp_failure): Translate error message
31672
31673         * lib/argp-parse.c: Removed braces around the expansion of N_()
31674
31675 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31676
31677         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
31678         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
31679         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
31680         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
31681         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
31682         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
31683         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
31684         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
31685         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
31686         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
31687         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
31688         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
31689         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
31690         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
31691         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
31692         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
31693         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
31694         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
31695         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
31696         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
31697         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
31698         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
31699         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
31700         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
31701         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
31702         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
31703         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
31704         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
31705         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
31706         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
31707         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
31708         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
31709         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
31710         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
31711         xstrtol.m4, xstrtoumax.m4, yesno.m4:
31712         Use an all-permissive copyright notice, recommended by RMS.
31713
31714 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
31715
31716         * modules/chdir-long (Depends-on): Remove mempcpy.
31717
31718 2005-01-21  Jim Meyering  <jim@meyering.net>
31719
31720         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
31721         same value as for Solaris 9.
31722
31723         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
31724         component length.  This included changing the parameter to be
31725         of type `char *' rather than `char const *'.
31726         * lib/chdir-long.h (chdir_long): Update prototype.
31727
31728         * lib/openat.c (fdopendir, fstatat): New functions.
31729         * lib/openat.h: Include headers required for use of DIR and struct
31730         stat.
31731         [AT_SYMLINK_NOFOLLOW]: Define.
31732         (fdopendir, fstatat): Add prototypes.
31733
31734 2005-01-21  Bruno Haible  <bruno@clisp.org>
31735
31736         * modules/classpath: New file.
31737         * MODULES.html.sh (Java): Add classpath.
31738
31739 2005-01-21  Bruno Haible  <bruno@clisp.org>
31740
31741         * lib/classpath.h: New file, from GNU gettext.
31742         * lib/classpath.c: New file, from GNU gettext.
31743
31744 2005-01-20  Simon Josefsson  <jas@extundo.com>
31745
31746         * modules/version-etc-fsf: New file.
31747
31748 2005-01-20  Simon Josefsson  <jas@extundo.com>
31749
31750         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
31751         * lib/version-etc.c: Remove version_etc_copyright.
31752         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
31753         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
31754
31755 2005-01-20  Simon Josefsson  <jas@extundo.com>
31756
31757         * lib/base64.h (isbase64): Add.
31758
31759         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
31760         using a unsigned prototype, don't inline.
31761         (base64_decode): Use it.
31762
31763 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31764
31765         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
31766         it.
31767
31768 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31769
31770         * lib/save-cwd.c (save_cwd): Remove code to support the case
31771         where fchdir is missing or flaky.
31772
31773 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31774
31775         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
31776
31777 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
31778
31779         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
31780         AC_LIBSOURCES now does this.
31781         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
31782         with new ullong_max module.
31783
31784 2005-01-19  Bruno Haible  <bruno@clisp.org>
31785
31786         * modules/sh-quote: New file.
31787         * MODULES.html.sh (Executing programs): Add sh-quote.
31788
31789 2005-01-19  Bruno Haible  <bruno@clisp.org>
31790
31791         * lib/sh-quote.h: New file, from GNU gettext.
31792         * lib/sh-quote.c: New file, from GNU gettext.
31793
31794 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31795
31796         Merge from coreutils.
31797         * m4/ullong_max.m4: New file.
31798         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
31799         (gl_MACROS): Assume localeconv exists.
31800
31801 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31802
31803         Merge changes from coreutils, as described below in several
31804         changelogs dated today.
31805
31806         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
31807         (O_DIRECTORY): Remove; not needed here, since "." must be
31808         a directory.  All uses removed.
31809         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
31810         universal on Suns, and we also need to test for IRIX.
31811         Revamp code to use 'if' rather than '#if'.
31812         Avoid unnecessary comparison of cwd->desc to 0.
31813
31814         * lib/utimens.c (futimens): Robustify the previous patch, by checking
31815         for known valid error numbers rather than observed invalid ones.
31816
31817 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31818
31819         * modules/ullong_max: New file.
31820
31821         * modules/chdir-long, modules/openat: New files.
31822         * modules/save-cwd (Depends-on): Depend on chdir-long.
31823         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
31824
31825 2005-01-18  Jim Meyering  <jim@meyering.net>
31826
31827         Merge from coreutils.
31828         * m4/chdir-long.m4, m4/openat.m4: New files.
31829         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
31830         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
31831         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
31832         is sane and DOES follow symlinks.  Besides, testing 20 different
31833         systems found no broken chown implementations.
31834         Prompted by a change in rsync's copy of this macro.
31835         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
31836
31837         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
31838
31839         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
31840         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
31841         NULL-means-set-to-current-time semantics.
31842         Remove temporary file immediately, rather than waiting
31843         for configure's at-exit trap code to do it.
31844
31845 2005-01-18  Jim Meyering  <jim@meyering.net>
31846
31847         * lib/version-etc.c (version_etc_copyright): Update copyright date.
31848
31849         * lib/utimens.c (futimens): Account for the fact that futimes
31850         can also fail with errno == ENOSYS or errno == ENOENT.
31851         Patch from Dmitry V. Levin.
31852
31853         Change the name of the robust chdir function from chdir to chdir_long.
31854         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
31855         (restore_cwd): Use chdir_long, not chdir.
31856         * lib/chdir-long.c: Renamed from chdir.c.
31857         * lib/chdir-long.h: Renamed from chdir.h.
31858         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
31859         Hurd.
31860
31861 2005-01-18  Bruno Haible  <bruno@clisp.org>
31862
31863         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
31864         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
31865         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
31866         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
31867         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
31868         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
31869         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
31870         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
31871         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
31872         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
31873         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
31874         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
31875         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
31876         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
31877         Use an all-permissive copyright notice, recommended by RMS.
31878
31879 2005-01-18  Bob Proulx  <bob@proulx.com>
31880
31881         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
31882         simplify offsetof() macro construct to avoid compile failure with
31883         native HP-UX 11.0 ANSI C compiler.
31884
31885 2005-01-17  Bruno Haible  <bruno@clisp.org>
31886
31887         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
31888         redundant because stpncpy.m4 takes care of it.
31889
31890 2005-01-17  Bruno Haible  <bruno@clisp.org>
31891
31892         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
31893
31894 2005-01-17  Bruno Haible  <bruno@clisp.org>
31895
31896         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
31897         used.
31898
31899 2005-01-17  Bruno Haible  <bruno@clisp.org>
31900
31901         * lib/fwriteerror.h (fwriteerror): Change specification to include
31902         fclose.
31903         * lib/fwriteerror.c: Include <stdbool.h>.
31904         (fwriteerror): At the end, close the file stream. Record whether
31905         stdout was already closed.
31906
31907 2005-01-17  Bruno Haible  <bruno@clisp.org>
31908
31909         * lib/execute.c (environ): Declare if needed.
31910         * lib/pipe.c (environ): Likewise.
31911         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
31912
31913 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31914
31915         * modules/argp: Depend on vsnprintf
31916
31917 2005-01-10  Jim Meyering  <jim@meyering.net>
31918
31919         * modules/closeout (Depends-on): Add atexit.
31920
31921 2005-01-06  Bruno Haible  <bruno@clisp.org>
31922
31923         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
31924
31925 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31926
31927         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
31928         definitions to be after all include files, to avoid collisions.
31929         Problem reported by Bob Proulx.
31930
31931 2005-01-04  Jim Meyering  <jim@meyering.net>
31932
31933         Changes imported from coreutils.
31934         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
31935         as the mkstemp template, use a temporary directory and an
31936         8.3-friendly template to avoid trouble on systems like DJGPP.
31937         Reported by Juan M. Guerrero via Stepan Kasal.
31938         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
31939         close. Remove the temporary directory right away, rather than waiting
31940         for configure's at-exit trap code to do it.
31941         Suggestion from Stepan Kasal.
31942
31943 2005-01-01  Simon Josefsson  <jas@extundo.com>
31944
31945         * gnulib-tool: Print #include directives when --import'ing.
31946
31947 2004-12-28  Simon Josefsson  <jas@extundo.com>
31948
31949         * tests/test-base64.c: Include required header files.  Remove
31950         unused variables.
31951
31952 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31953
31954         * modules/error (Depends-on): Remove gettext.
31955
31956 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31957
31958         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
31959         not needed.  This removes a dependency on the gettext module.
31960         [defined _LIBC]: Do not include <libintl.h>; not needed.
31961
31962 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
31963
31964         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
31965         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
31966
31967 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
31968
31969         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
31970         HAVE_DECL_STRTOLD.
31971
31972 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31973
31974         * modules/getdate (Depends-on): Remove alloca-opt.
31975
31976 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31977
31978         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
31979
31980 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31981
31982         * lib/argp-parse.c: Include <stddef.h>.
31983         (alignof, alignto): New macros.
31984         (parser_init): Don't assume that void * is aligned sufficiently
31985         for struct option.
31986
31987         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
31988         need to extend the stack.
31989         (YYINITDEPTH): New macro, so that the initial stack isn't overly
31990         large.
31991
31992 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31993
31994         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
31995
31996 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
31997
31998         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
31999         (2004-10-24) change.  Apparently this was a false alarm.
32000
32001         * modules/getdate: Depend on alloca-opt, not alloca.
32002
32003 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32004
32005         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
32006         Remove now-obsolete comment about AIX.
32007         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
32008         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
32009         (YYMAXDEPTH): New macro.
32010
32011 2004-12-18  Simon Josefsson  <jas@extundo.com>
32012
32013         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
32014
32015 2004-12-18  Bruno Haible  <bruno@clisp.org>
32016
32017         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
32018
32019 2004-12-18  Bruno Haible  <bruno@clisp.org>
32020
32021         * lib/fatal-signal.c (fatal_signals): Make non-const.
32022         (init_fatal_signals): New function.
32023         (uninstall_handlers, install_handlers): Ignore signals that were set to
32024         SIG_IGN.
32025         (at_fatal_signal): Call init_fatal_signals.
32026         (init_fatal_signal_set): Likewise. Ignore signals that were set to
32027         SIG_IGN.
32028         Reported by Paul Eggert.
32029
32030 2004-12-18  Bruno Haible  <bruno@clisp.org>
32031
32032         * doc/alloca.texi: New file.
32033         * doc/alloca-opt.texi: New file.
32034
32035 2004-12-17  Jim Meyering  <jim@meyering.net>
32036
32037         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
32038         Otherwise, install-sh could exit with improper exit status when
32039         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
32040
32041 2004-12-16  Simon Josefsson  <jas@extundo.com>
32042
32043         * tests/test-base64.c: Add license.
32044
32045 2004-12-15  Stepan Kasal  <address@hidden>
32046
32047         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
32048
32049 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
32050
32051         * modules/getcwd (Files): Add m4/d-ino.m4.
32052         Suggested by Mark D. Baushke.
32053
32054 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32055
32056         * lib/getdate.y (textint): New member "negative".
32057         (time_zone_hhmm): New function.
32058         Expect 14 shift-reduce conflicts, not 13.
32059         (o_colon_minutes): New rule.
32060         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
32061         (yylex): Set the "negative" member of signed numbers.
32062
32063 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32064
32065         * doc/getdate.texi (Time of day items, Time zone items):
32066         Describe new formats +00:00, UTC+00:00.
32067
32068 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32069
32070         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
32071         spurious "-l"s.  Problem reported by Stepan Kasal.
32072
32073 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
32074
32075         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
32076         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
32077
32078 2004-12-04  Simon Josefsson  <jas@extundo.com>
32079
32080         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
32081         Vandoorselaere <yoann@prelude-ids.org>.
32082
32083 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32084
32085         Changes imported from coreutils.
32086         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
32087         exist.
32088         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
32089
32090 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32091
32092         Changes imported from coreutils.
32093         * lib/hard-locale.c: Assume <locale.h> exists.
32094         Include "strdup.h".
32095         (GLIBC_VERSION): New macro.
32096         (hard_locale): Assume setlocale exists.
32097         Rewrite to avoid #ifdef.
32098         Use strdup rather than malloc + strcpy.
32099         * lib/human.c: Assume <locale.h> exists.
32100         (human_readable): Assume localeconv exists.
32101
32102 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32103
32104         * modules/hard-locale (Depends-on): Add strdup.
32105
32106 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32107
32108         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
32109         convert T2, not T.  (Imported from libc.)
32110
32111 2004-11-30  Simon Josefsson  <jas@extundo.com>
32112
32113         * modules/restrict (License): Change to LGPL.
32114
32115 2004-11-30  Simon Josefsson  <jas@extundo.com>
32116
32117         * m4/restrict.m4: Add copyright and copying conditions.
32118
32119 2004-11-30  Simon Josefsson  <jas@extundo.com>
32120
32121         * m4/base64.m4: New file.
32122
32123 2004-11-30  Simon Josefsson  <jas@extundo.com>
32124
32125         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
32126         base64.
32127
32128         * tests/test-base64.c: New file.
32129
32130         * modules/base64: New file.
32131
32132 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32133
32134         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
32135         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
32136
32137         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
32138
32139 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32140
32141         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
32142         (__getcwd.c): Don't restore errno; glibc doesn't.
32143         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
32144         first, falling back to our code only if its results look suspicious.
32145         Ensure that the resulting buffer is only as large as necessary.
32146
32147         * lib/readutmp.c: Include readutmp.h first.
32148         Include <errno.h>, since readutmp.h no longer does that.
32149         * lib/readutmp.h: Don't include <errno.h>,
32150         <sys/param.h>, <time.h>; not needed to establish interface.
32151         (errno): Remove decl.
32152         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
32153         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
32154         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
32155
32156 2004-11-28  Simon Josefsson  <jas@extundo.com>
32157
32158         * lib/base64.h, base64.c: New file.
32159
32160 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
32161
32162         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
32163
32164 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
32165
32166         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
32167         (Depends-on): Remove pathmax, same.  Add mempcpy.
32168         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
32169         (Makefile.am): Append getcwd.h to lib_SOURCES.
32170         (Include): Add getcwd.h.
32171         (Maintainer): Change from Jim Meyering to "all, glibc",
32172         since getdate now uses intended-for-glibc code.
32173         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
32174         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
32175
32176 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32177
32178         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
32179         HP's ANSI C compiler.
32180         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
32181         Declaring int functions causes warnings on some modern systems and
32182         shouldn't be needed to compile on ancient ones.
32183         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
32184         defined.
32185
32186         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
32187         with the following changes.
32188         (__set_errno): Parenthesize properly.
32189         Include <stdbool.h>.
32190         (MIN, MAX, MATCHING_INO): New macros.
32191         (__getcwd): Define with prototype, not K&R form.
32192         Use heuristics to allocate default buffer on stack if possible.
32193         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
32194         behavior, and to avoid the PATH_MAX limit when computing
32195         ../../../../...
32196         Use MATCHING_INO to compare inode number to file.
32197         Check for arithmetic overflow in size calculations.
32198         Fix bug in reallocation of dot array that caused getcwd to fail
32199         on directories nested deeper than 75.
32200         Be more careful about saving errno on error.
32201         Do not use realloc; use only free+malloc, as this is a bit
32202         more flexible and avoids a needless copy operation.
32203         Do not inspect st_dev and st_ino for symbolic links; POSIX
32204         doesn't specify the latter.
32205         Check for closedir errors.
32206         Avoid needless casts.
32207         Use "#ifdef weak_alias" around weak_alias, to be like other
32208         glibc code.
32209         The following changes to getcwd.c have effect only when used in
32210         gnulib; they have no effect inside glibc proper.
32211         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
32212         as alloca isn't used.
32213         (alloca, __alloca): Likewise.
32214         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
32215         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32216         unconditionally, as gnulib assumes C89 or better.
32217         Do not include <sys/param.h>.
32218         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
32219         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
32220         better.
32221         (NULL) [!defined NULL]: Remove; we assume C89 or better.
32222         Include <dirent.h> in a way that is compatible with modern Autoconf.
32223         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
32224         New macros, if not already defined.
32225         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
32226         Use "_LIBC", not "defined _LIBC", for consistency.
32227         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
32228         a mempcpy module.
32229         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
32230         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
32231         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
32232         credit only to Jim Meyering and adjust the copyright dates.
32233         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
32234         <stdlib.h>, <unistd.h>, "pathmax.h".
32235         Instead, include "xgetcwd.h" (first) and "getcwd.h".
32236         (INITIAL_BUFFER_SIZE): Remove.
32237         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
32238
32239 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32240
32241         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
32242         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
32243         Use the _ONCE methods, for efficiency.
32244         Check for fcntl.h.  In test program, include <errno.h>
32245         and <fcntl.h> if available.  Remove old K&R cruft from
32246         test program.  Check for common errors in GNU/Linux,
32247         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
32248         don't do AC_LIBOBJ, as that's getcwd.m4's job.
32249         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
32250         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
32251         name accordingly.
32252         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
32253         accommodate new getcwd.c.
32254         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
32255         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
32256         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
32257         that's all we need now.
32258
32259 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32260
32261         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
32262         argp-parse.c depends on getopt internals, that means we should
32263         always use our getopt, to be on the safe side.
32264         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
32265         order not to spoil the result of an eventual previous invocation
32266         of gl_GETOPT_SUBSTITUTE.
32267
32268 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32269
32270         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
32271         redefinition warnings. To avoid them, include the defines
32272         in `#if !defined __need_getopt ... #endif'. The only place
32273         where __getopt_argv_const is used is in definitions
32274         of getopt_long and getopt_long_only below, which are as well
32275         protected by `#ifndef __need_getopt'.
32276         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
32277         __need_getopt after including <stdio.h> and <unistd.h> These
32278         headers might have defined it.
32279
32280 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32281
32282         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
32283
32284 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32285
32286         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
32287         (futimens): New function, which uses futimes if available.
32288         (futimens, utimens): Support timespec==NULL, with same semantics
32289         as utime and utimens.
32290         * lib/utimens.h (futimens): New decl.
32291
32292 2004-11-23  Jim Meyering  <jim@meyering.net>
32293
32294         * lib/getopt_.h: Remove trailing blanks.
32295
32296 2004-11-23  Jim Meyering  <jim@meyering.net>
32297
32298         * lib/__fpending.c: Add comment.
32299
32300 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
32301
32302         * modules/canonicalize (Depends-on): Add xreadlink.
32303         Problem reported by James Youngman.
32304
32305 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
32306
32307         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
32308         New macros.
32309         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
32310         optopt): Use them instead of invoking ## directly; otherwise, the
32311         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
32312
32313 2004-11-19  Bruno Haible  <bruno@clisp.org>
32314
32315         * lib/strtok_r.c: Move comments from here...
32316         * lib/strtok_r.h: ... to here.
32317
32318 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32319
32320         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
32321         implementations that mishandle size_t overflow.
32322
32323 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32324
32325         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
32326         might fail.  Problem reported by Yoann Vandoorselaere.
32327         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
32328         implementations that mishandle size_t overflow.
32329
32330 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32331
32332         * modules/canon-host (Depends-on): Add strdup.
32333
32334 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32335
32336         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
32337
32338 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32339
32340         * lib/canon-host.c: Include "strdup.h".
32341         (canon_host): Use getaddrinfo if available, so that IPv6 works.
32342         Use strdup instead of malloc/strcpy to duplicate strings.
32343
32344         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
32345         (human_space_before_unit): New constant.
32346         * lib/human.c (human_readable): Support it.
32347
32348         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
32349         (xgetcwd): Set errno correctly when failing.
32350         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
32351         the failure is actually due to a PATH_MAX problem.
32352
32353         Further getopt changes to make it more likely that glibc will
32354         buy the changes back.
32355         * lib/getopt.c (POSIXLY_CORRECT): New constant.
32356         (getopt): Use it, so to preserve glibc semantic
32357         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
32358         when compiling for libc.
32359         * lib/getopt_.h (__getopt_argv_const): Bring it back.
32360         (getopt_long, getopt_long_only): Use it.
32361
32362         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
32363         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
32364         (getopt): Argv is now char * const *, as per standard.
32365         (_getopt_internal_r, _getopt_internal): Argv is now char **,
32366         not char *__getopt_argv_const *.
32367         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
32368         _getopt_long_only_r): Likewise.
32369         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
32370         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
32371         _getopt_long_r, _getopt_long_only_r): Likewise.
32372         * lib/getopt_.h (__getopt_argv_const): Remove.
32373         (getopt): Argv is now char * const *, as per standard.
32374
32375         * lib/getdate.y (tORDINAL): New token.
32376         (day, relunit): Allow it for relative times.
32377         (relative_time_table): Use tORDINAL for ordinals.
32378
32379 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32380
32381         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
32382         Document that "second" isn't allowed as an ordinal number.
32383
32384 2004-11-16  Jim Meyering  <jim@meyering.net>
32385
32386         * modules/closeout (Depends-on): Add fpending.
32387
32388 2004-11-15  Jim Meyering  <jim@meyering.net>
32389
32390         * lib/closeout.c: Include "__fpending.h" once again.
32391         Include <stdbool.h>.
32392         (close_stdout): Don't fail just because stdout was closed initially,
32393         since some programs don't write to stdout in the normal course of
32394         operation (other than --version and --help), and we don't want this
32395         function to make e.g. `touch file >&-' fail.
32396         But do fail if it was closed and someone has tried to write to it.
32397         E.g., `printf foo >&-' must fail.
32398
32399 2004-11-13  Jim Meyering  <jim@meyering.net>
32400
32401         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
32402
32403 2004-11-12  Simon Josefsson  <jas@extundo.com>
32404
32405         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
32406         small doc fix is still pending.
32407
32408 2004-11-11  Simon Josefsson  <jas@extundo.com>
32409
32410         * modules/strtok_r: New file.
32411
32412         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32413         strtok_r.
32414
32415 2004-11-11  Simon Josefsson  <jas@extundo.com>
32416
32417         * m4/strtok_r.m4: New file.
32418
32419         * m4/getopt.m4: Replace opterr.
32420
32421 2004-11-11  Simon Josefsson  <jas@extundo.com>
32422
32423         * lib/strtok_r.h, strtok_r.c: New file.
32424
32425 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32426
32427         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
32428         of replacing opterr, getopt, etc.  This should handle the
32429         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
32430
32431 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32432
32433         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
32434         we can stop lying to compilers about the constness of argv when we
32435         are compiled outside glibc.
32436         (getopt, getopt_long, getopt_long_only): Use it.
32437         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
32438         _getopt_internal, getopt): Likewise.
32439         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
32440         _getopt_long_only_r): Likewise.
32441         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
32442         _getopt_long_r, _getopt_long_only_r): Likewise.
32443
32444         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
32445         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
32446         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
32447         the other external symbols.
32448         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
32449         declaration, since the above renaming now works around collisions.
32450
32451 2004-11-11  Jim Meyering  <jim@meyering.net>
32452
32453         * lib/linebreak.c: Remove trailing blanks.
32454         * lib/alloca_.h: Likewise.
32455         * lib/acosl.c: Likewise.
32456         * lib/euidaccess.c: Likewise.
32457         * lib/allocsa.h: Likewise.
32458
32459 2004-11-10  Simon Josefsson  <jas@extundo.com>
32460
32461         * m4/getaddrinfo.m4: New file.
32462
32463 2004-11-10  Simon Josefsson  <jas@extundo.com>
32464
32465         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
32466
32467 2004-11-10  Simon Josefsson  <jas@extundo.com>
32468
32469         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32470         getaddrinfo.
32471
32472         * modules/getaddrinfo: New file.
32473
32474 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32475
32476         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
32477
32478 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32479
32480         * lib/mktime.c (SHR): New macro, which is a portable
32481         substitute for >> that should work even on Crays.
32482         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
32483         Problem reported by Mark D. Baushke in
32484         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
32485         * lib/getdate.y (SHR): Likewise.
32486         (tm_diff): Use it.
32487         * lib/strftime.c (SHR): Likewise.
32488         (tm_diff): Use it.
32489         * lib/quotearg.c (struct quoting_options): Use unsigned int for
32490         quote_these_too, so that right shifts are well defined.  All uses
32491         changed.
32492
32493 2004-11-10  Jim Meyering  <jim@meyering.net>
32494
32495         Ensure that no close failure goes unreported.
32496         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
32497         return early when it seems there's nothing to flush.
32498         Don't include __fpending.h.
32499
32500 2004-11-10  Jim Meyering  <jim@meyering.net>
32501
32502         * modules/closeout (Depends-on): Remove fpending.
32503
32504 2004-11-10  Jim Meyering  <jim@meyering.net>
32505
32506         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
32507
32508 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32509
32510         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
32511         gl_FUNC_STRFTIME.
32512         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
32513         and AC_REQUIRE when possible, to avoid duplicate checks.
32514         Check for <wchar.h>.
32515
32516 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32517
32518         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
32519
32520 2004-11-09  Bruno Haible  <bruno@clisp.org>
32521
32522         * m4/sockpfaf.m4: New file.
32523
32524 2004-11-05  Bruno Haible  <bruno@clisp.org>
32525
32526         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
32527         Reported by Mark D. Baushke <mdb@cvshome.org>.
32528
32529 2004-11-04  Bruno Haible  <bruno@clisp.org>
32530
32531         2004-09-11  Bruno Haible  <bruno@clisp.org>
32532                 * allocsa.valgrind: New file.
32533         2004-02-06  Bruno Haible  <bruno@clisp.org>
32534                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
32535                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
32536                 Reported by Christopher Seip <chris.seip@hp.com>.
32537
32538 2004-11-04  Bruno Haible  <bruno@clisp.org>
32539
32540         * modules/allocsa (Files): Add lib/allocsa.valgrind.
32541         (Makefile.am): Distribute it.
32542
32543 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
32544
32545         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
32546         with errno == ERANGE if the buffer is too small.
32547         Problem reported by Mark D. Baushke.
32548
32549 2004-11-03  Albert Chin  <china@thewrittenword.com>
32550             Paul Eggert  <eggert@cs.ucla.edu>
32551
32552         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
32553         equivalent, substitute $ac_type for equivalent type rather than
32554         blindly using uint32_t *always* which won't work if uint32_t is not
32555         available.  Define _UINT32_T to work around typedef of uint32_t if
32556         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
32557         2.5.1.
32558
32559 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32560
32561         * m4/jm-macros.m4: Sync from coreutils.
32562         (gl_MACROS): Check for mbrlen, for pathchk.
32563         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
32564
32565 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32566
32567         * lib/xreadlink.c (MAXSIZE): New macro.
32568         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
32569         size does not exceed MAXSIZE.  Avoid cast.
32570         As suggested by Mark D. Baushke in
32571         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
32572         if readlink fails with buffer size just under MAXSIZE, try again
32573         with MAXSIZE.
32574
32575 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32576
32577         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
32578
32579 2004-11-02  Derek R. Price  <derek@ximbiot.com>
32580         and  Paul Eggert  <eggert@cs.ucla.edu>
32581
32582         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
32583         (get_date): Overparenthesize to avoid GCC warning.
32584
32585 2004-11-02  Bruno Haible  <bruno@clisp.org>
32586
32587         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
32588         returns void.
32589
32590 2004-11-02  Bruno Haible  <bruno@clisp.org>
32591
32592         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
32593         function returns void.
32594
32595 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32596
32597         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
32598         fflush_unlocked, flockfile, funlockfile, funlockfile,
32599         fputs_unlocked, putc_unlocked.
32600
32601 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32602
32603         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32604         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
32605         already declared.
32606
32607 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32608
32609         * modules/getdate (Files): Add doc/getdate.texi.
32610         (Depends-on): Add setenv, xalloc.
32611
32612 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32613
32614         * lib/getdate.y: Add support for TZ="foo" within a date string.
32615         Fix some bugs near time_t boundaries.  Reject dates with
32616         out-of-range components, e.g., "Sept 31".
32617         Include <stdlib.h>, "setenv.h", "xalloc.h".
32618         (ISDIGIT_LOCALE): Remove; unused.
32619         Note that the TZ and time functions used here are not reentrant.
32620         (mktime_ok, get_tz): New functions.
32621         (TZBUFSIZE): New constant.
32622         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
32623         This requires that we sometimes generate our own TZ="XXX..." setting.
32624
32625 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32626
32627         * doc/getdate.texi: New file, from coreutils with modifications for
32628         the new TZ parsing.
32629
32630 2004-10-27  Derek R. Price  <derek@ximbiot.com>
32631
32632         * lib/mktime.c (not_equal_tm): Remove redundant check.
32633
32634 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32635
32636         * modules/regex (lib_SOURCES): Add regex.c.
32637         Reported by James Youngman in
32638         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
32639
32640 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32641
32642         * lib/getdate.y: Use Bison 1.875 features, and some minor
32643         code cleanups.  This change does not affect semantics.
32644         Don't include <stdlib.h>; no longer needed.
32645         Don't include unlocked-io.h; only the "#if TEST" code uses
32646         stdio, and performance isn't crucial there.
32647         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
32648         Bison 1.875 features as described below.
32649         All uses of "PC." replaced by "pc->".
32650         (YYSTYPE): Add a forward declaration.
32651         (yylex, yyerror): Use full prototypes in forward decls.
32652         Use "%pure-parser" rather than obsolescent "%pure_parser".
32653         Use %parse-param and %lex-param instead of obsolescent
32654         YYPARSE_PARAM and YYLEX_PARAM.
32655         (meridian_table, month_and_day_table, time_units_table,
32656         relative_time_table, time_zone_table, military_table,
32657         lookup_zone, lookup_word, get_date):
32658         Use NULL instead of 0 where appropriate.
32659         (to_hour): Avoid abort (), to avoid a dependency on
32660         stdlib.h.
32661         (yyerror, yylex): Now accepts parser_control * arg.
32662         (main) [TEST]: Use '\0' rather than 0 for char.
32663
32664 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32665
32666         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
32667
32668 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32669
32670         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
32671         It's now the caller's responsibility to handle the case where
32672         !HAVE_GETPAGESIZE && !defined getpagesize.
32673
32674         * lib/mktime.c (leapyear): Arg is long int, not int.
32675
32676 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
32677
32678         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
32679
32680 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
32681
32682         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
32683         missing.  Problem reported by James Youngman.
32684
32685 2004-10-16  Simon Josefsson  <jas@extundo.com>
32686
32687         * gnulib-tool: Fix comments.  Fix parse problem.
32688         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
32689
32690 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
32691
32692         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
32693         implementation of getopt_long.  Problem reported by Alexander Taler in:
32694         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
32695
32696 2004-10-15  Bruno Haible  <bruno@clisp.org>
32697
32698         * gnulib-tool: Untabify. Initialize supplied_libname.
32699         (func_usage): More homogenous output.
32700         (func_modules_transitive_closure, func_modules_to_filelist,
32701         func_emit_lib_Makefile_am): New functions.
32702         (func_import): New function, extracted from big case statement. Use
32703         func_get_license, func_modules_transitive_closure,
32704         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
32705         opt_lgpl. Don't use test -a, as it's not portable.
32706         (func_create_testdir): Use func_modules_transitive_closure,
32707         func_modules_to_filelist, func_emit_lib_Makefile_am.
32708
32709 2004-10-15  Bruno Haible  <bruno@clisp.org>
32710
32711         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
32712
32713 2004-10-15  Bruno Haible  <bruno@clisp.org>
32714
32715         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
32716         the portions belonging to each module.
32717         Suggested by Derek Robert Price <derek@ximbiot.com>.
32718
32719 2004-10-12  Simon Josefsson  <jas@extundo.com>
32720
32721         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32722         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
32723         to real functions.
32724
32725 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32726
32727         * modules/vsnprintf: New file.
32728
32729 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32730
32731         * m4/vsnprintf.m4: New file.
32732
32733 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32734
32735         * lib/vsnprintf.h: New file.
32736         * lib/vsnprintf.c: New file.
32737
32738 2004-10-11  Bruno Haible  <bruno@clisp.org>
32739
32740         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
32741         vsnprintf.
32742
32743 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32744
32745         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
32746
32747 2004-10-07  Bruno Haible  <bruno@clisp.org>
32748
32749         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
32750         fits into the provided buffer.
32751
32752 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
32753
32754         * lib/diacrit.c, diacrit.h: Add GPL notice.
32755
32756         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
32757         notice.
32758         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
32759         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
32760         This avoids a potential constant-folding bug.
32761
32762 2004-10-05  Bruno Haible  <bruno@clisp.org>
32763
32764         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
32765         for the declaration of strsep.
32766
32767 2004-10-05  Bruno Haible  <bruno@clisp.org>
32768
32769         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
32770
32771 2004-10-04  Simon Josefsson  <jas@extundo.com>
32772
32773         * modules/memmem: New file.
32774         * tests/test-memmem.c: New file.
32775         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
32776
32777 2004-10-04  Simon Josefsson  <jas@extundo.com>
32778
32779         * m4/memmem.m4: New file.
32780
32781 2004-10-04  Simon Josefsson  <jas@extundo.com>
32782
32783         * lib/memmem.h: New file.
32784         * lib/memmem.c: New file, taken from glibc.
32785
32786 2004-10-04  Simon Josefsson  <jas@extundo.com>
32787
32788         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
32789         '#ifdef USE_UNLOCKED_IO'.
32790
32791 2004-10-04  Simon Josefsson  <jas@extundo.com>
32792
32793         * config/srclist.txt: Add memmem from glibc.
32794
32795 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32796
32797         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
32798
32799         * modules/argmatch, modules/argp, modules/closeout, modules/error,
32800         modules/exclude, modules/getdate, modules/getline,
32801         modules/getndelim2, modules/getpass, modules/getpass-gnu,
32802         modules/getusershell, modules/linebuffer, modules/md5,
32803         modules/mountlist, modules/posixtm, modules/readtokens,
32804         modules/readutmp, modules/regex, modules/sha1,
32805         modules/version-etc, modules/yesno:
32806         Remove dependency on unlocked-io.
32807
32808 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32809
32810         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
32811
32812         * m4/unlocked-io.m4: Add copyright notice.
32813         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
32814
32815 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32816
32817         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
32818         * lib/xmalloc.c (xmemdup): Likewise.
32819         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
32820         XFREE): Remove these long-obsolescent macros.
32821         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
32822         * lib/xstrdup.c: Remove.
32823
32824         * lib/regex.c (re_comp): Cast gettext return value to char *,
32825         Problem reported by Martin Neitzel via Mark D. Baushke.
32826
32827 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32828
32829         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
32830         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
32831         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
32832         regex.c, sha1.c, version-etc.c, yesno.c:
32833         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
32834         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
32835         the includer's responsibility.
32836
32837         Sync from coreutils.
32838
32839         * lib/modechange.c (mode_compile): Don't decrement a pointer that
32840         points to the start of a string, as the C Standard says the
32841         resulting behavior is undefined.
32842
32843         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
32844         simple -> simple_backups, numbered_existing ->
32845         numbered_existing_backups, numbered -> numbered_backups
32846         to avoid shadowing problems.  All uses changed.
32847         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
32848         * lib/backupfile.c (check_extension, numbered_backup):
32849         Rename locals to avoid shadowing 'basename'.
32850         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
32851         once.
32852
32853         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
32854         * lib/.cvsignore: Add getopt.h.
32855
32856 2004-10-04  Bruno Haible  <bruno@clisp.org>
32857
32858         * modules/README: New file.
32859         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
32860         not a module.
32861
32862 2004-10-02  Jim Meyering  <jim@meyering.net>
32863
32864         * lib/dirfd.h, getpagesize.h: Add copyright notice.
32865
32866 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32867
32868         * modules/strsep: New file.
32869
32870 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32871
32872         * m4/strsep.m4: New file.
32873
32874 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32875
32876         * lib/strsep.h: New file.
32877         * lib/strsep.c: New file.
32878
32879 2004-10-01  Simon Josefsson  <jas@extundo.com>
32880
32881         * lib/snprintf.c (snprintf): Handle size==0.
32882
32883 2004-10-01  Simon Josefsson  <jas@extundo.com>
32884             Bruno Haible  <bruno@clisp.org>
32885
32886         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
32887         (snprintf): Declare 'args'.
32888
32889 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
32890
32891         * lib/snprintf.c: Remove comments as to why each header is needed.
32892
32893 2004-10-01  Bruno Haible  <bruno@clisp.org>
32894
32895         * MODULES.html.sh: Add strsep.
32896
32897 2004-09-30  Simon Josefsson  <jas@extundo.com>
32898
32899         * modules/snprintf: New file.
32900
32901 2004-09-30  Simon Josefsson  <jas@extundo.com>
32902
32903         * m4/snprintf.m4: New file.
32904
32905 2004-09-30  Simon Josefsson  <jas@extundo.com>
32906
32907         * lib/snprintf.h, lib/snprintf.c: New files.
32908
32909 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32910
32911         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
32912         (hol_entry_help): Never translate an empty string.
32913         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
32914         * lib/argp.h (OPTION_NO_TRANS): New option.
32915
32916 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32917
32918         * modules/argp (Maintainer): Replace Simon Josefsson
32919         by Sergey Poznyakoff.
32920
32921 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32922
32923         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
32924         changes merged back into glibc.
32925
32926 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32927
32928         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
32929
32930 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32931
32932         * lib/xvasprintf.c: Include xalloc.h.
32933         (xvasprintf): Use xalloc_die, not xmalloc_die.
32934
32935 2004-09-29  Bruno Haible  <bruno@clisp.org>
32936
32937         * modules/alloca-opt: New file, derived from modules/alloca.
32938         * modules/allocsa: Depend on alloca-opt instead of alloca.
32939         * modules/setenv: Likewise.
32940         * modules/vasnprintf: Likewise.
32941         * MODULES.html.sh: Add alloca-opt.
32942
32943 2004-09-28  Simon Josefsson  <jas@extundo.com>
32944
32945         * gnulib-tool: New parameter --lgpl, to asseert that modules are
32946         LGPL, and to replace license template from GPL to LGPL.
32947
32948 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
32949
32950         * modules/dummy: Change license to LGPL.
32951
32952 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
32953
32954         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
32955
32956 2004-09-24  Simon Josefsson  <jas@extundo.com>
32957
32958         * modules/minmax (License): Change from GPL to LGPL.
32959
32960 2004-09-23  Simon Josefsson  <jas@extundo.com>
32961
32962         * gnulib-tool (--import): Typo.
32963
32964 2004-09-23  Simon Josefsson  <jas@extundo.com>
32965
32966         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
32967
32968 2004-09-22  Bruno Haible  <bruno@clisp.org>
32969
32970         * modules/*: Add 'License' field.
32971         * gnulib-tool: Accept --extract-license option.
32972         (func_get_license): New function.
32973
32974 2004-09-21  Bruno Haible  <bruno@clisp.org>
32975
32976         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
32977         Reported by Simon Josefsson.
32978
32979 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32980
32981         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
32982         gl_AC_TYPE_LONG_LONG.
32983
32984 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32985
32986         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
32987
32988 2004-09-18  Simon Josefsson  <jas@extundo.com>
32989         and  Paul Eggert  <eggert@cs.ucla.edu>
32990
32991         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
32992         calls with autoreconf.  Define GL_LIB.
32993
32994 2004-09-14  Karl Berry  <karl@gnu.org>
32995
32996         * config/srclist.txt: unsync setenv.c, sigh.
32997
32998 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
32999
33000         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
33001         Problem reported by Bruno Haible in:
33002         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
33003
33004 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33005
33006         * config/srclist.txt: Comment out argp-pvh.c.
33007
33008 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
33009
33010         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
33011         in case some system header has #define'd it.  Problem reported by
33012         Soeren D. Schulze in
33013         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
33014
33015 2004-09-09  Karl Berry  <karl@gnu.org>
33016
33017         * regex.[ch]: delete from the root.  These were supposed to be
33018                 synced with emacs cvs, but this has not happened for about
33019                 a year, and anyway nothing else uses emacs regex.[ch].
33020                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
33021                 lib/regex[.ch] is untouched.
33022
33023 2004-09-09  Bruno Haible  <bruno@clisp.org>
33024
33025         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
33026
33027 2004-09-09  Bruno Haible  <bruno@clisp.org>
33028
33029         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
33030         modifications.
33031         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
33032
33033 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33034
33035         * modules/xvasprintf: New file.
33036         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
33037
33038 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33039
33040         * lib/xvasprintf.h: New file.
33041         * lib/xvasprintf.c: New file.
33042         * lib/xasprintf.c: New file.
33043
33044 2004-09-08  Bruno Haible  <bruno@clisp.org>
33045
33046         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
33047
33048 2004-09-08  Bruno Haible  <bruno@clisp.org>
33049
33050         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
33051         length is > INT_MAX.
33052         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
33053         more.
33054
33055 2004-09-08  Bruno Haible  <bruno@clisp.org>
33056
33057         * lib/stdint_.h: New file, taken from GNU clisp.
33058
33059 2004-09-08  Bruno Haible  <bruno@clisp.org>
33060             Oskar Liljeblad  <oskar@osk.mine.nu>
33061
33062         * modules/stdint: New file.
33063         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
33064
33065 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33066
33067         Import from coreutils.
33068         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
33069         strings on unbounded length.  alloca's performance benefits aren't
33070         that important here.
33071         (V_STRDUP): Remove.
33072         (parse_with_separator): New function, with most of the internals
33073         of the old parse_user_spec.  Allow user to omit both user and group,
33074         for compatibility with FreeBSD.
33075         Clone only the user name, not the entire spec.
33076         Do not set *uid, *gid unless entirely successful.
33077         Avoid memory leak in some failing cases.
33078         Fix regression for USER.GROUP reported by Dmitry V. Levin in
33079         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
33080         (parse_user_spec): Rewrite to use parse_with_separator.
33081
33082 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33083
33084         * modules/userspec: Don't depend on alloca.
33085
33086 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33087
33088         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
33089
33090 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33091
33092         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
33093         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
33094         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
33095
33096 2004-08-16  Simon Josefsson  <jas@extundo.com>
33097
33098         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
33099         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
33100         Add --dry-run for --import.
33101         Let user provided command line parameters override configure.ac
33102         settings.
33103
33104 2004-08-12  Simon Josefsson  <jas@extundo.com>
33105
33106         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
33107         as discussed with Paul Eggert in threads rooted at
33108         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
33109         and
33110         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
33111         Before, the test was empty, and relied on ELIDE_CODE in source
33112         code.)
33113         (gl_PREREQ_GETOPT): New macro.
33114         (gl_GETOPT): Use them.
33115
33116 2004-08-12  Simon Josefsson  <jas@extundo.com>
33117
33118         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
33119         * lib/getopt_.h: Renamed from getopt.h.
33120
33121 2004-08-12  Simon Josefsson  <jas@extundo.com>
33122
33123         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
33124         Change default library name from libfoo to libgnu.
33125         Now, if you have a configure.ac that says:
33126                 gl_SOURCE_BASE(gl)
33127                 gl_M4_BASE(gl/m4)
33128                 gl_MODULES(error getopt etcetera)
33129                 gl_INIT
33130         you can import all you need by running:
33131                 ../gnulib/gnulib-tool --import
33132
33133         * modules/getopt (Files): Rename getopt.h to getopt_.h.
33134         (Makefile.am): Rewrite, use logic from argz.
33135         (Include): Use <getopt.h> instead of "getopt.h".
33136
33137 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33138
33139         * modules/argp (Files): Add m4/unlocked-io.m4.
33140         (Depends-on): Add extensions.
33141
33142 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33143
33144         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
33145         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
33146         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
33147         Check for program_invocation_name, program_invocation_short_name,
33148         flockfile, funlockfile, features.h, _getopt_long_only_r.
33149
33150 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33151
33152         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
33153         its complicated substitute.
33154         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
33155         and program_invocation_name.
33156         (__argp_basename) [!_LIBC]: Remove; the only use was
33157         replaced by its body.
33158         (__argp_short_program_name): Change condition from
33159         !defined __argp_short_program_name to
33160         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
33161         to match argp-namefrob.h.
33162         (__argp_failure): Don't assume strerror_r returns char *.
33163         * lib/argp-parse.c (N_): Define unconditionally.
33164         (argp_default_options): Fill out initializers with 0 to avoid
33165         gcc warnings.
33166
33167 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33168
33169         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
33170         getopt1.c.
33171
33172 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33173
33174         Merge from coreutils.
33175
33176         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
33177
33178         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
33179         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
33180
33181 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33182
33183         Merge from coreutils.
33184
33185         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
33186         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
33187         for Reliant Unix 5.43.
33188
33189         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
33190         (union fooround): Use uintmax_t, not long int.
33191         The rest is a merge from libc:
33192         [defined _LIBC]: Include <shlib-compat.h>.
33193         (_obstack) [defined _LIBC]: Remove after 2.3.4.
33194
33195         * lib/settime.c (settime): Recode to avoid warning with
33196         Sun Forte C 6U2.
33197
33198         * lib/strverscmp.c: Convert to UTF-8.
33199
33200 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33201
33202         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33203         m4/uintmax_t.m4.
33204
33205 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33206
33207         * modules/xalloc-die: New file.
33208         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
33209
33210         * modules/md5 (Files): Add m4/uint32_t.m4.
33211         * modules/sha1: Renamed from modules/sha.
33212         (Files):
33213         Rename lib/sha.h to lib/sha1.h.
33214         Rename lib/sha.c to lib/sha1.c.
33215         Rename m4/sha.m4 to m4/sha1.m4.
33216         (lib_SOURCES): Likewise.
33217         (configure.ac): Rename gl_SHA to gl_SHA1.
33218         (Include): sha.h -> sha1.h.
33219
33220 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33221
33222         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
33223         * m4/sha1.m4: Renamed from sha.m4.
33224         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
33225
33226 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33227
33228         * lib/obstack.h (obstack_empty_p):
33229         Don't assume that chunk->contents is suitably aligned.
33230         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
33231         Likewise. Problem reported by Benno in
33232         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
33233
33234         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
33235         readable.  This could be improved further but it'd take some work.
33236
33237 2004-08-08  Simon Josefsson  <jas@extundo.com>
33238
33239         * modules/xgethostname (Depends-on): Remove exit and error (not
33240         used).
33241
33242         * modules/getpass-gnu: Add getpass.h.
33243         (Depends-on): Add stdbool.
33244         * modules/getpass: Add getpass.h.
33245
33246 2004-08-08  Simon Josefsson  <jas@extundo.com>
33247
33248         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
33249         Check getpass declaration.
33250
33251 2004-08-08  Simon Josefsson  <jas@extundo.com>
33252
33253         * lib/xgethostname.c: Don't include error.h (not used).
33254
33255         * lib/getpass.h: Add.
33256         * lib/getpass.c: Include getpass.h first.
33257
33258 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
33259
33260         * lib/xalloc-die.c: New file.
33261         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
33262         All uses removed.
33263         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
33264         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
33265         xalloc-die.c.
33266         (_, N_, xalloc_die): Move to xalloc-die.c.
33267         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
33268         so that we needn't mess with xalloc_msg_memory_exhausted.
33269
33270         * lib/sha1.h: Renamed from sha.h.
33271         (SHA1_H): Renamed from _SHA_H.
33272         (sha1_ctx): Renamed from sha_ctx.
33273         (sha1_init_ctx): Renamed from sha_init_ctx.
33274         (sha1_process_block): Renamed from sha_process_block.
33275         (sha1_process_bytes): Renamed from sha_process_bytes.
33276         (sha1_finish_ctx): Renamed from sha_finish_ctx.
33277         (sha1_read_ctx): Renamed from sha_read_ctx.
33278         (sha1_stream): Renamed from sha_stream.
33279         (sha1_buffer): Renamed from sha_buffer.
33280         * lib/sha1.c: Likewise; renamed from sha.c.
33281         Do not include <sys/types.h>.
33282         Include <stddef.h> rather than <stdlib.h>.
33283
33284 2004-08-08  Bruno Haible  <bruno@clisp.org>
33285
33286         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
33287         FILESYSTEM_PREFIX_LEN.
33288         * lib/progreloc.c: Likewise.
33289         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
33290
33291 2004-08-06  Simon Josefsson  <jas@extundo.com>
33292
33293         * modules/progname (Depends-on): Don't depend on stdbool.
33294
33295 2004-08-06  Simon Josefsson  <jas@extundo.com>
33296
33297         * modules/getsubopt: New file.
33298         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33299         getsubopt.
33300
33301 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33302
33303         More merge from coreutils.
33304
33305         * m4/utimens.m4, m4/utimecmp.m4: New files.
33306         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
33307         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
33308         prereq.m4, sha.m4: Import changes from coreutils.
33309
33310 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33311
33312         More merge from coreutils.
33313         * modules/raise, modules/readtokens0, modules/utimens:
33314         * modules/utimecmp, module/xnanosleep: New files.
33315         * modules/strftime: Add lib/strftime.h.
33316         Change include from <time.h> to "strftime.h".
33317         * modules/yesno: Add lib/yesno.h.
33318         * modules/backupfile: Remove lib/addext.c.
33319         * modules/euidaccess: Add stat-macros.h.
33320         * modules/canonicalize, modules/euidaccess,
33321         modules/filemode, modules/lchown, modules/makepath,
33322         modules/rmdir, modules/stat: Likewise.
33323
33324 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33325
33326         Merge from tar.
33327         * lib/argp-help.c (make_hol, hol_append): Don't assume that
33328         SIZE_MAX is a valid preprocessor constant.
33329         (__argp_basename): Change from "#ifndef _LIBC"
33330         to "#ifndef __argp_short_program_name", so that
33331         we don't compile these functions for tar.
33332
33333         More merges from coreutils.
33334         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
33335         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
33336         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
33337         * lib/addext.c: Remove; no longer needed.
33338         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
33339         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
33340         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
33341         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
33342         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
33343         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
33344         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
33345         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
33346         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
33347         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33348         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
33349         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
33350         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
33351         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
33352         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
33353         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
33354         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
33355         Import changes from coreutils.
33356
33357 2004-08-05  Simon Josefsson  <jas@extundo.com>
33358
33359         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
33360
33361 2004-08-05  Simon Josefsson  <jas@extundo.com>
33362
33363         * m4/getsubopt.m4: New file.
33364
33365 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33366
33367         Merge from coreutils.
33368
33369         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
33370         * m4/getcwd-path-max.m4: New files.
33371
33372         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
33373         FILESYSTEM_PREFIX_LEN ->
33374         FILE_SYSTEM_PREFIX_LEN.
33375         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
33376         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
33377         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
33378         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
33379
33380         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
33381         prerequisite modules now handle the DOS stuff.
33382         Don't check for unistd.h.
33383
33384 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33385
33386         Merge from coreutils.
33387
33388         * lib/.gdb-history: Remove; this doesn't belong here.
33389
33390         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
33391         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
33392         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
33393         * lib/getcwd.c: New files.
33394
33395         * lib/dirname.h: Include <stdbool.h>.
33396         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
33397         for consistency with POSIX terminology.  All uses changed.
33398         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
33399         (strip_trailing_slashes): Use bool for booleans.
33400         * lib/stripslash.c (strip_trailing_slashes): Likewise.
33401
33402         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
33403         sometimes returns a positive errno value even when it succeeds.
33404         (print_errno_message) [!LIBC]: Fall back on strerror if
33405         __strerror_r fails.
33406
33407         * lib/path-concat.c (mempcpy): Don't define if a system header defines
33408         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
33409         (longest_relative_suffix): New function.
33410         (path_concat): Use it.  Assume first argument is not NULL.
33411         Port to DOS.  Omit redundant separators.
33412         Report an error instead of returning NULL.
33413         Use mempcpy instead of memcpy.
33414         (xpath_concat): Remove: not declared or used.
33415
33416         * lib/same.h: Include <stdbool.h>
33417         (same_name): Return bool, not int.
33418         * lib/same.c (same_name): Likewise.
33419         (errno): Don't declare; we assume C89 or better now.
33420
33421         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
33422         if not already defined.
33423
33424         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
33425         * lib/dup-safer.c (errno): Likewise.
33426
33427 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33428
33429         Merge from coreutils.
33430         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
33431         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
33432         * modules/path-concat: Don't depend on strdup.
33433
33434 2004-08-03  Simon Josefsson  <jas@extundo.com>
33435
33436         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
33437         * lib/progname.h: Don't include stdbool.h.
33438
33439 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33440
33441         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
33442         * MODULES.html.sh (func_all_modules): Remove fatal.
33443
33444 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33445
33446         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
33447
33448 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33449
33450         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
33451         working.
33452
33453 2004-08-02  Simon Josefsson  <jas@extundo.com>
33454
33455         * lib/getsubopt.h: New file, with comments from Bruno Haible.
33456         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
33457         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
33458
33459 2004-08-01  Simon Josefsson  <jas@extundo.com>
33460
33461         * lib/xgetdomainname.c: Include stdlib.h, for free().
33462
33463 2004-07-19  Bruno Haible  <bruno@clisp.org>
33464
33465         * MODULES.html.sh (func_all_modules): Add dummy.
33466
33467 2004-07-16  Simon Josefsson  <jas@extundo.com>
33468
33469         * modules/dummy: New file.
33470
33471 2004-07-16  Simon Josefsson  <jas@extundo.com>
33472
33473         * lib/dummy.c: New file.
33474
33475 2004-07-16  Bruno Haible  <bruno@clisp.org>
33476
33477         * lib/backupfile.h: Add extern "C" for C++.
33478         * lib/closeout.h: Likewise.
33479         * lib/copy-file.h: Likewise.
33480         * lib/findprog.h: Likewise.
33481         * lib/full-write.h: Likewise.
33482         * lib/pathname.h: Likewise.
33483         * lib/progname.h: Likewise.
33484         * lib/stpcpy.h: Likewise.
33485         * lib/stpncpy.h: Likewise.
33486         * lib/strcase.h: Likewise.
33487         * lib/strstr.h: Likewise.
33488         * lib/xalloc.h: Likewise.
33489
33490         * lib/mbswidth.h: Add extern "C" for C++.
33491         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
33492
33493 2004-07-13  Robert Millan  <robertmh@gnu.org>
33494
33495         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
33496
33497 2004-07-09  Simon Josefsson  <jas@extundo.com>
33498
33499         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
33500         failed without this.)
33501
33502 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33503
33504         * modules/chown (Files): Add lib/fchown-stub.c, since
33505         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
33506
33507 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33508
33509         * lib/fchown-stub.c: New file.
33510
33511 2004-06-24  Jim Meyering  <jim@meyering.net>
33512
33513         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
33514
33515 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33516
33517         * modules/argz: Omit "#include".
33518
33519         * MODULES.html.sh (func_all_modules): Add calloc, to match
33520         2004-06-01 addition of calloc module.
33521
33522 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33523
33524         * m4/argz.m4: New file, which is autoupdated from libtool.
33525
33526 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
33529         libtool.
33530
33531 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33532
33533         * config/srclist-update: Don't insist on "USA." before the
33534         close-comment, as libtool omits the period and puts the */ on a
33535         separate line.
33536         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
33537         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
33538
33539 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
33540
33541         * modules/argz: New file.
33542         * MODULES.html.sh (func_all_modules): Add argz.
33543
33544 2004-06-12  Jim Meyering  <jim@meyering.net>
33545         and  Paul Eggert  <eggert@cs.ucla.edu>
33546
33547         * modules/hash (Files): Add lib/xalloc.h.
33548         * modules/pipe (Depends-on): Add wait-process.
33549         * modules/stat (Depends-on): Add xalloc.
33550         * modules/userspec (Files): Add lib/userspec.h.
33551         * modules/xstrto
33552
33553         Upgrade from gettext-0.13.
33554         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
33555         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
33556         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
33557
33558 2004-06-10  Jim Meyering  <jim@meyering.net>
33559
33560         * lib/calloc.c: New file.
33561
33562 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33563
33564         * lib/getdate.y (yylex): Allow space between sign and number.
33565         Problem reported by Dan Jacobson.
33566
33567 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33568
33569         Merge from coreutils CVS.
33570
33571         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
33572         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
33573         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
33574         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
33575         xstrtol.m4: Fix copyright date and/or serial number.
33576
33577         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
33578         See if we need an fchown replacement.
33579         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
33580         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
33581         and use the replacement function if we detect either defect.
33582
33583         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
33584         gl_UTIMECMP.
33585
33586 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33587         and  Jim Meyering  <jim@meyering.net>
33588
33589         Merge from coreutils CVS.
33590
33591         * lib/stat-macros.h: New file, with contents from file-type.h
33592         and coreutils' system.h.
33593         * lib/file-type.c: Include "stat-macros.h".
33594         * lib/file-type.h (file_type): Move all macro definitions to new file,
33595         stat-macros.h.
33596
33597         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
33598         Wrap old code with this conditional.
33599         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
33600         function that does not dereference symlinks.
33601         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
33602
33603         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
33604         dependency problems.
33605         (xreadlink): Accept new arg SIZE, for efficiency.
33606         All decls and uses changed.
33607         * lib/xreadlink.h: Include <stddef.h>, for size_t.
33608
33609         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
33610         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
33611
33612         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
33613         sysexits.h.
33614
33615 2004-06-01  Jim Meyering  <jim@meyering.net>
33616
33617         * m4/calloc.m4: New file.
33618
33619 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
33620
33621         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
33622         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
33623         Also, fix a typo in a diagnostic.
33624
33625 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33626
33627         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
33628         or AC_FUNC_REALLOC.
33629
33630 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33631
33632         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
33633         macros to be defined.
33634         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
33635         the allocator returns NULL because the requested size is zero.
33636
33637 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33638
33639         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
33640         var.  Add comment explaining why libc still defines it.  This
33641         merges the following patch from glibc:
33642         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
33643
33644 2004-05-20  Andreas Schwab  <schwab@suse.de>
33645
33646         * m4/free.m4: Replace free if it not known to work, not the other
33647         way round.
33648
33649 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33650
33651         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
33652         present in glibc since revision 1.1 of this file.
33653         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
33654         obstack_alignment_mask, obstack_alloc, obstack_base,
33655         obstack_blank, obstack_blank_fast, obstack_chunk_size,
33656         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
33657         obstack_grow0, obstack_init, obstack_int_grow,
33658         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
33659         obstack_next_free, obstack_object_size, obstack_ptr_grow,
33660         obstack_ptr_grow_fast, obstack_room): Remove declarations of
33661         nonexistent functions.
33662
33663 2004-05-18  Karl Berry  <karl@gnu.org>
33664
33665         * config/srclist.txt: break link for vasnprintf.c.
33666
33667 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33668
33669         Port obstack to the AS/400, where pointers are 16 bytes wide and
33670         you cannot cast an integer to a valid pointer.  This patch is
33671         currently waiting to be integrated into glibc; see
33672         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
33673
33674         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
33675         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
33676         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
33677         (struct obstack): temp member is now a union of a pointer and
33678         an integer, instead of an integer.  All integer uses changed.
33679         This does not affect the physical layout of struct obstack,
33680         except on hosts (like the AS/400) where the size or alignment of
33681         void * is greater than that of ptrdiff_t.
33682         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
33683         __STDC__)]: Store temporary in pointer member of union, not
33684         integer member.
33685         * lib/obstack.c: Include <stddef.h>, for offsetof.
33686         (struct fooalign): Remove; it doesn't need a name.
33687         (union fooround): Change double to long double, and add void *.
33688         (DEFAULT_ALIGNMENT): Use offsetof to compute.
33689         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
33690         not a macro.  Hence the values are always int; so remove all
33691         casts-to-int in uses.
33692
33693 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33694
33695         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
33696         we can get this patch merged into glibc.
33697
33698 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33699             Paul Eggert  <eggert@cs.ucla.edu>
33700
33701         * m4/argp: Depend on alloca.
33702
33703 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33704             Paul Eggert  <eggert@cs.ucla.edu>
33705
33706         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
33707         freecoding.
33708
33709 2004-05-17  Bruno Haible  <bruno@clisp.org>
33710
33711         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
33712         precision that consists of a '.' followed by an empty digit string.
33713         Patch by Tor Lillqvist <tml@iki.fi>.
33714
33715 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33716
33717         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
33718         for backward compatibility with older code.  We need our own
33719         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
33720         it under some other name, and our alloca.h will define it.
33721
33722 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33723             Derek Price  <derek@ximbiot.com>
33724
33725         * lib/alloca.c: Include <alloca.h>, to get our interface.
33726         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
33727         include <alloca.h> first.  Use C89 prototype for alloca; this
33728         requires including <stddef.h> for size_t.  Use extern "C" if C++.
33729         Use #elif for simplicity, since we can assume C89 now.
33730         Don't try to source the system alloca.h since it will not be found
33731         and to prevent recursively including its replacement.
33732         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
33733         * lib/regex.c: Likewise.
33734
33735 2004-05-16  Derek Price  <derek@ximbiot.com>
33736             Paul Eggert  <eggert@cs.ucla.edu>
33737
33738         getline cleanup.  This changes the getndelim2 API: both order of
33739         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
33740         no delimiter).
33741
33742         * lib/getline.c: Don't include stddef.h or stdio.h, since our
33743         interface does that.
33744         (getline): Always use getdelim, so that we don't have two
33745         copies of this code.
33746         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
33747         if available.
33748         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
33749         (GETNDELIM2_MAXIMUM): New macro.
33750         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
33751         instead of the old practice of delim2==0.  All callers changed.
33752         Return -1 on overflow, instead of returning junk.
33753         Do not set *linesize unless allocation succeeds.
33754         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
33755         that we include sys/types.h.
33756         * lib/getnline.h: Likewise.
33757         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
33758         (getndelim2): Reorder arguments.
33759         * lib/getnline.c (getnline, getndelim):
33760         Don't discard the NMAX argument.
33761         (getnline): Invoke getndelim, to avoid code duplication.
33762         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
33763         of (size_t) -1 by callers of the getnline family.
33764
33765 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33766
33767         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
33768         Check for gettimeofday.
33769         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
33770         Check for settimeofday, stime.
33771
33772 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33773
33774         * lib/nanosleep.c (suspended): Change its type from int to
33775         sig_atomic_t volatile.
33776         (first_call): Make it private to rpl_nanosleep, and have it
33777         be zero initially as that's a bit faster.
33778         (my_usleep): Round up fractional times instead of truncating them,
33779         as this is the usual meaning for 'sleep'.
33780
33781         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
33782         doesn't work.
33783         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
33784         (ENOSYS): Define if not defined.
33785         (settime): Fall back on stime if it exists and settimeofday fails.
33786         But don't bother with fallbacks if a method fails with errno == EPERM.
33787
33788 2004-05-11  Jim Meyering  <jim@meyering.net>
33789
33790         Prior to this change, the save_cwd caller required read access to the
33791         current directory on most systems (ones with the fchdir function).
33792
33793         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
33794         fails, try write-only, and finally, resort to using xgetcwd.
33795
33796 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33797
33798         * lib/obstack.c, obstack.h: Import changes from libc.
33799
33800 2004-04-28  Bruno Haible  <bruno@clisp.org>
33801
33802         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
33803         also implicitly appends .exe to executables.
33804         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
33805         accepts Windows pathnames.
33806         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
33807         Treat Cygwin like Windows, since it now accepts Windows pathnames.
33808         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
33809         Treat Cygwin like Windows, since it now accepts Windows pathnames.
33810         Reported by Derek Robert Price <derek@ximbiot.com>.
33811
33812 2004-04-21  Karl Berry  <karl@gnu.org>
33813
33814         * config/srclist.txt (localcharset.c): break sync.
33815
33816 2004-04-20  Paul Eggert  <eggert@twinsun.com>
33817
33818         * m4/host-os.m4: Add a copyright notice.
33819
33820 2004-04-20  Jim Meyering  <jim@meyering.net>
33821
33822         Change UTILS_ to gl_ in AC_DEFINE'd names.
33823         Change utils_- and jm_-prefixed variables, too.
33824         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
33825         UTILS_FUNC_MKDIR_TRAILING_SLASH.
33826         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
33827
33828         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
33829         Don't emit trailing blanks.
33830         Also rename jm_-prefixed variables to have gl_ prefix.
33831
33832         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
33833         Also rename jm_-prefixed variables to have gl_ prefix.
33834
33835         * m4/jm-macros.m4: Reflect the renamings.
33836         * m4/prereq.m4: Likewise.
33837
33838 2004-04-20  Jim Meyering  <jim@meyering.net>
33839
33840         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
33841         memory.
33842
33843 2004-04-20  Jim Meyering  <jim@meyering.net>
33844             Bruno Haible  <bruno@clisp.org>
33845
33846         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
33847         memory when realloc fails.
33848
33849 2004-04-19  Jim Meyering  <jim@meyering.net>
33850
33851         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
33852         now that readutmp.c may call `free (0)'.
33853
33854 2004-04-19  Bruno Haible  <bruno@clisp.org>
33855
33856         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
33857         * m4/inttypes_h.m4: Likewise.
33858         * m4/stdint_h.m4: Likewise.
33859         * m4/intmax_t.m4: Likewise.
33860         * m4/uintmax_t.m4: Likewise.
33861
33862 2004-04-18  Jim Meyering  <jim@meyering.net>
33863
33864         * m4/prereq.m4: Don't forbid jm_ prefix.
33865
33866         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
33867         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
33868         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
33869         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
33870         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
33871         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
33872         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
33873         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
33874         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
33875         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
33876         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
33877         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
33878         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
33879         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
33880         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
33881         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
33882         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
33883         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
33884         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
33885
33886 2004-04-18  Jim Meyering  <jim@meyering.net>
33887
33888         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
33889         failure, don't leak memory and do call END_UTMP_ENT.
33890
33891 2004-04-16  Jim Meyering  <jim@meyering.net>
33892
33893         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
33894         coreutils' stat program.
33895         (gl_PREREQ): Don't require jm_PREREQ_STAT.
33896
33897 2004-04-11  Paul Eggert  <eggert@twinsun.com>
33898
33899         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
33900         C89.
33901         (CHAR_BIT): Remove, since we assume C89.
33902         Include <stdint.h> if available, as per current Autoconf CVS advice.
33903
33904 2004-03-31  Jim Meyering  <jim@meyering.net>
33905
33906         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
33907         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
33908         * m4/xalloc.m4: Likewise.
33909
33910 2004-03-30  Paul Eggert  <eggert@twinsun.com>
33911
33912         Merge from coreutils.
33913
33914         * m4/inttostr.m4: New file.
33915         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
33916         Require AM_STDBOOL_H and gl_TIMESPEC instead.
33917         Require gl_CLOCK_TIME.
33918         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
33919
33920 2004-03-30  Paul Eggert  <eggert@twinsun.com>
33921
33922         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
33923         not bool, to be more consistent with Unix conventions.
33924         Suggested by Bruno Haible.
33925
33926         Merge from coreutils.
33927
33928         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
33929         * lib/umaxtostr.c: New files.
33930
33931         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
33932         the usual <time.h> dance.
33933         (get_date): Change signature to support fractional time stamps.
33934         All callers changed.
33935         * lib/getdate.y: Include "getdate.h" first, as we can now
33936         assume C89 and don't need to worry about 'const'.
33937         Similarly, include "unlocked-io.h" near start, not in middle.
33938         Include <limits.h>.
33939         (textint.value): Use long int rather than int.
33940         (textint.digits): Use size_t rather than int.
33941         (BILLION, LOG10_BILLION): New constants.
33942         (parser_control): New member rel_ns.  Members day_ordinal,
33943         time_zone, month, day, hour, minutes, rel_year, rel_month,
33944         rel_day, rel_hour, rel_minutes, rel_seconds
33945         are now long int, not int.  Member seconds is now struct timespec,
33946         not int.  New member timespec_seen.  Members dates_seen, days_seen,
33947         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
33948         not int.
33949         (%union.intval): Now long int, not int.
33950         New member timespec.
33951         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
33952         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
33953         (spec): Now is a timespec or an item list.
33954         (timespec, items): New nonterminals.
33955         (time, rel, relunit, number, get_date):
33956         Add support for fractional seconds.
33957         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
33958         (gmtime, localtime, mktime): Remove decls; not needed with C89.
33959         (to_hour): First arg is now long int, not int.
33960         (to_year): Returns long int, not int.
33961         Don't treat year -70 like 70.
33962         (tm_diff): Returns long int, not int.
33963         (lookup_word): Use bool instead of int when appropriate.
33964         (yylex): Use size_t for count, not int.
33965         Detect overflow when parsing large integer constants.
33966         Add support for fractions.
33967         (get_date): Make pointers 'const' if possible.
33968         Use more-portable code to detect integer overflow.
33969         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
33970         Don't use ctime; it's not reliable if the year has >4 digits.
33971
33972         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
33973         This is for compatibility with BSD.
33974
33975         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
33976         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
33977         From coreutils' system.h.
33978
33979         * lib/userspec.c: Don't include "posixver.h".
33980         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
33981         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
33982         compatible extension.  Simplify code by removing a boolean int
33983         that was always nonzero if a string was nonnull.
33984
33985 2004-03-30  Jim Meyering  <jim@meyering.net>
33986
33987         Merge from coreutils.
33988
33989         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
33990         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
33991         on some systems one must include <grp.h> before it.
33992         Reported by Christian Krackowizer.
33993
33994 2004-03-30  Jim Meyering  <jim@meyering.net>
33995
33996         Merge from coreutils.
33997
33998         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
33999
34000         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
34001         an empty input stream.
34002
34003         * lib/readtokens.c: Include <stdbool.h>.
34004         (readtoken): Use `size_t' rather than int/long.
34005         All callers adjusted.
34006         Use `bool' rather than `int' where appropriate.
34007         Use memset rather than an explicit loop.
34008         Use x2nrealloc rather than xrealloc.
34009         Allow the use of `\0' as a delimiter.
34010         (readtokens): Likewise.
34011         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
34012
34013 2004-03-30  Jim Meyering  <jim@meyering.net>
34014
34015         * m4/realloc.m4: Remove file, since now it does no more than
34016         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
34017         the `configure.ac' section of module/realloc.
34018         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
34019
34020 2004-03-30  Bruno Haible  <bruno@clisp.org>
34021
34022         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
34023         nonnull.
34024
34025 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34026
34027         Merge changes to getloadavg.c from coreutils and Emacs.
34028
34029         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
34030         Define to an expression, not to the empty string.
34031         Include cloexec.h and xalloc.h.
34032         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
34033         Use set_cloexec_flag rather than rolling our own.
34034         * lib/cloexec.c, lib/cloexec.h: New files.
34035
34036 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34037
34038         * m4/cloexec.m4: New file.
34039
34040 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34041
34042         * lib/getopt.h: Sync with libc CVS.
34043
34044 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34045             Bruno Haible  <bruno@clisp.org>
34046
34047         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
34048         mbswidth.
34049
34050 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34051             Bruno Haible  <bruno@clisp.org>
34052
34053         * lib/mbswidth.h: Include <wchar.h> only if
34054         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
34055         <wchar.h>.
34056         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
34057
34058 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34059
34060         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
34061         Sync with libc CVS.
34062         * lib/getopt_int.h: New file, also synced from libc.
34063
34064 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34065
34066         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
34067         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
34068         Bring back getopt.c, getopt.h, getopt1.c.
34069
34070 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34071
34072         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
34073         All uses changed.  Check for sa_sigaction member; this fixes
34074         a bug first reported by Jason Andrade in
34075         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34076
34077 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34078
34079         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
34080         '#if' expressions.  Unlike the code it replaces, it does not
34081         depend on (defined _SC_PAGESIZE).  However, it does depend on
34082         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
34083         first reported by Jason Andrade in
34084         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34085
34086 2004-02-25  Simon Josefsson  <jas@extundo.com>
34087
34088         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
34089
34090 2004-02-25  Simon Josefsson  <jas@extundo.com>
34091
34092         * lib/strdup.h: New file.
34093         * lib/strdup.c: Include it.
34094         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
34095         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
34096
34097 2004-02-23  Karl Berry  <karl@gnu.org>
34098
34099         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
34100         (from fencepost.gnu.org:/gd/gnuorg).
34101
34102 2004-02-23  Karl Berry  <karl@gnu.org>
34103
34104         * config/srclistvars.sh (GNUORG) [karl]: redefine.
34105         * config/srclist.txt: add maintain/standards documents.
34106
34107 2004-02-18  Bruno Haible  <bruno@clisp.org>
34108
34109         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
34110         Reported by Derek Robert Price <derek@ximbiot.com>.
34111
34112 2004-02-16  Karl Berry  <karl@gnu.org>
34113
34114         * config/mkinstalldirs, install-sh: update from automake.
34115
34116 2004-02-06  Karl Berry  <karl@gnu.org>
34117
34118         * m4/po.m4: update from gettext 0.14.1.
34119
34120 2004-02-06  Karl Berry  <karl@gnu.org>
34121
34122         * lib/config.charset: update from gettext 0.14.1.
34123
34124 2004-02-05  Paul Eggert  <eggert@twinsun.com>
34125
34126         Add comments and code, prompted by suggestions from Bruno Haible
34127         for sh-quote.
34128         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
34129         describing the enum quoting_style values.
34130         * lib/quotearg.c (quotearg_alloc): New function.
34131         (quotearg_buffer_restyled): Treat lone { and } as special.
34132         Treat = as special.  Work around bug with older shells
34133         that "see" a '\' that is really the 2nd byte of a multibyte char.
34134         Quote empty string with shell_quoting_style.
34135
34136 2004-02-03  Bruno Haible  <bruno@clisp.org>
34137
34138         * m4/pipe.m4: New file, from GNU gettext.
34139
34140 2004-02-03  Bruno Haible  <bruno@clisp.org>
34141
34142         * lib/pipe.h: New file, from GNU gettext.
34143         * lib/pipe.c: New file, from GNU gettext.
34144
34145 2004-01-27  Bruno Haible  <bruno@clisp.org>
34146
34147         * m4/execute.m4: New file, from GNU gettext.
34148
34149 2004-01-27  Bruno Haible  <bruno@clisp.org>
34150
34151         * lib/execute.h: New file, from GNU gettext.
34152         * lib/execute.c: New file, from GNU gettext.
34153         * lib/w32spawn.h: New file, from GNU gettext.
34154
34155 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34156
34157         Merge from diffutils.
34158
34159         * lib/file-type.c (file_type): Add typed memory objects.
34160         * lib/file-type.h (S_TYPEISTMO): New macro.
34161
34162         * lib/c-stack.h (c_stack_action): Remove argv argument.
34163         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
34164         (die): Don't calculate message unless segv_action returns.
34165         (get_stack_location, min_address_from_argv, max_address_from_argv,
34166         volatile stack_base, volatile_stack_size): Remove.
34167         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
34168         that every segmentation violation is a stack overflow.  (Ouch!)
34169         See Debian bug 136249 (still outstanding) for more info about why
34170         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
34171
34172 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34173
34174         Exit-status fix from coreutils.
34175
34176         Use exit_failure consistently in place of EXIT_FAILURE,
34177         so that program exit statuses are consistent on failure.
34178
34179         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
34180         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
34181         * lib/argmatch.h: Comment fix to match the above.
34182         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
34183         Now a macro referring to exit_failure, instead of a separate
34184         variable.  Include "exitfail.h" to get it.
34185         * lib/xstrtol.h: Include "exitfail.h".
34186         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
34187
34188         * lib/long-options.c (parse_long_options): Use prototype
34189         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
34190         for clarity.
34191
34192 2004-01-21  Jim Meyering  <jim@meyering.net>
34193
34194         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
34195         so as not to conflict with a different-sized __mktime_internal
34196         function in GNU libc.
34197         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
34198         Problem building statically-linked `ls' reported by Michael Brunnbauer.
34199
34200 2004-01-20  Karl Berry  <karl@gnu.org>
34201
34202         * config/config.guess: update from config.
34203
34204         * config/srclistvars.sh: GNUWWWLICENSES for karl.
34205
34206 2004-01-20  Bruno Haible  <bruno@clisp.org>
34207
34208         Safer stack allocation.
34209         * lib/setenv.c: Include allocsa.h.
34210         (alloca): Remove fallback definition.
34211         (freea): Remove macro.
34212         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
34213         instead of freea.
34214
34215 2004-01-20  Bruno Haible  <bruno@clisp.org>
34216
34217         * m4/eealloc.m4: New file, from GNU gettext.
34218
34219 2004-01-20  Bruno Haible  <bruno@clisp.org>
34220
34221         * m4/allocsa.m4: New file, from GNU gettext.
34222
34223 2004-01-20  Bruno Haible  <bruno@clisp.org>
34224
34225         * lib/xallocsa.h: New file, from GNU gettext.
34226         * lib/xallocsa.c: New file, from GNU gettext.
34227
34228 2004-01-20  Bruno Haible  <bruno@clisp.org>
34229
34230         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
34231
34232 2004-01-20  Bruno Haible  <bruno@clisp.org>
34233
34234         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
34235         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
34236         specially.
34237
34238 2004-01-20  Bruno Haible  <bruno@clisp.org>
34239
34240         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
34241         patch.
34242
34243 2004-01-20  Bruno Haible  <bruno@clisp.org>
34244
34245         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
34246
34247 2004-01-20  Bruno Haible  <bruno@clisp.org>
34248
34249         * lib/eealloc.h: New file.
34250
34251 2004-01-20  Bruno Haible  <bruno@clisp.org>
34252
34253         * lib/binary-io.h: Avoid warnings on Cygwin.
34254
34255 2004-01-20  Bruno Haible  <bruno@clisp.org>
34256
34257         * lib/allocsa.h: New file, from GNU gettext.
34258         * lib/allocsa.c: New file, from GNU gettext.
34259
34260 2004-01-18  Karl Berry  <karl@gnu.org>
34261
34262         * doc/gpl.texi, doc/lgpl.texi: new files.
34263
34264 2004-01-18  Karl Berry  <karl@gnu.org>
34265
34266         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
34267         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
34268
34269 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34270
34271         Merge from coreutils.
34272
34273         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
34274         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
34275         (gl_DEFAULT_POSIX2_VERSION): Move
34276         the documentation from 'configure' into 'config.hin',
34277         so that 'configure --help' isn't burdened by it and
34278         we don't have to worry about its formatting there.
34279         Reword the documentation so that it's more succinct
34280         and can be run together into a single paragraph.
34281         * m4/same.m4 (gl_SAME): Check for pathconf.
34282
34283 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34284
34285         Merge from coreutils.
34286
34287         * lib/posixver.c: Include posixver.h.
34288
34289         * lib/same.c: Include <stdbool.h>, <limits.h>.
34290         (_POSIX_NAME_MAX): Define if not defined.
34291         (MIN): New macro.
34292         (same_name): If file names are silently truncated, report
34293         that the file names are the same if they are the same after
34294         the silent truncation.
34295
34296         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
34297         conversion function.
34298         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
34299         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
34300         longer needed.
34301
34302 2004-01-15  Jim Meyering  <jim@meyering.net>
34303
34304         Merge from coreutils.
34305
34306         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
34307         if no library is required.
34308         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
34309         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
34310         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
34311         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
34312         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
34313         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
34314         value, $ac_cv_search_crypt, if it's "none required".
34315         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
34316         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
34317         not gl_FUNC_GETLOADAVG.
34318         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
34319         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
34320
34321 2004-01-15  Jim Meyering  <jim@meyering.net>
34322
34323         Merge from coreutils.
34324
34325         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
34326         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
34327         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
34328
34329         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
34330         optional configure-time default.
34331
34332         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34333
34334         * lib/xreadlink.c (xreadlink): Correct outdated comment.
34335
34336 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
34337
34338         Merge from coreutils.
34339
34340         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
34341         value, $ac_cv_search_nanosleep, if it's "none required".
34342
34343 2004-01-14  Paul Eggert  <eggert@twinsun.com>
34344
34345         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
34346         with like-named macro in fnmatch.c.
34347         (EXT): Use an internal constant instead.
34348
34349         Merge fnmatch patches from glibc.
34350         * lib/fnmatch.c (mbsinit): Remove define.
34351         Add libc_hidden_ver (__fnmatch, fnmatch).
34352         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
34353         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
34354
34355 2004-01-14  Karl Berry  <karl@gnu.org>
34356
34357         * config/install-sh: update from automake.
34358
34359 2004-01-13  Karl Berry  <karl@gnu.org>
34360
34361         * config/install-sh: update from automake.
34362
34363 2004-01-09  Karl Berry  <karl@gnu.org>
34364
34365         * config/install-sh: update from automake.
34366
34367 2004-01-05  Karl Berry  <karl@gnu.org>
34368
34369         * config/config.{sub,guess}: update from config.
34370
34371 2003-12-31  Karl Berry  <karl@gnu.org>
34372
34373         * config/depcomp: update from automake.
34374
34375 2003-12-14  Karl Berry  <karl@gnu.org>
34376
34377         * lib/config.charset: update from gettext-runtime.
34378
34379 2003-12-03  Paul Eggert  <eggert@twinsun.com>
34380
34381         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
34382         Bug reported by Alfred M. Szmidt.
34383
34384 2003-12-03  Bruno Haible  <bruno@clisp.org>
34385
34386         * m4/gettext.m4: Upgrade from gettext-0.13.
34387         * m4/po.m4: Upgrade from gettext-0.13.
34388         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
34389         * m4/intmax.m4: New file, from gettext-0.13.
34390         * m4/printf-posix.m4: New file, from gettext-0.13.
34391
34392 2003-11-29  Karl Berry  <karl@gnu.org>
34393
34394         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
34395
34396 2003-11-25  Paul Eggert  <eggert@twinsun.com>
34397             Bruno Haible  <bruno@clisp.org>
34398
34399         * lib/printf-parse.h: Don't include sys/types.h.
34400         (ARG_NONE): New macro.
34401         (char_directive): Change type of *arg_index fields to size_t.
34402         * lib/printf-parse.c: Don't include sys/types.h.
34403         (SSIZE_MAX): Remove macro.
34404         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
34405         Remove unnecessary overflow check.
34406         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
34407         fields.
34408
34409 2003-11-25  Bruno Haible  <bruno@clisp.org>
34410
34411         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
34412
34413 2003-11-25  Bruno Haible  <bruno@clisp.org>
34414
34415         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
34416         gt_TYPE_SSIZE_T.
34417
34418 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34419
34420         * modules/alloca: Remove dependency on xalloc.
34421
34422 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34423
34424         * lib/alloca.c: Remove dependency on xalloc module.
34425         (xalloc_die): Remove.
34426         (memory_full) [!defined emacs]: New macro.
34427         [!defined emacs]: Don't include xalloc.h.
34428         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
34429         address arithmetic overflows.  Change datatypes a bit to avoid
34430         unnecessary casts.
34431
34432 2003-11-22  Jim Meyering  <jim@meyering.net>
34433
34434         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
34435         s/size/size_t/.
34436
34437 2003-11-21  Karl Berry  <karl@gnu.org>
34438
34439         * config/config.{sub,guess}: update from config.
34440
34441 2003-11-18  Karl Berry  <karl@gnu.org>
34442
34443         * config/config.{sub,guess}: update from config.
34444
34445         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
34446
34447 2003-11-17  Paul Eggert  <eggert@twinsun.com>
34448
34449         * README: Mention that S+T cannot overflow if S is the size of
34450         an existing object and T is sufficiently small.
34451
34452 2003-11-17  Jim Meyering  <jim@meyering.net>
34453
34454         On systems without utime and without a utimes function capable of
34455         dealing with a NULL struct utimbuf* argument, this utime replacement
34456         could -- in unusual circumstances -- leak a file descriptor.
34457         * lib/utime.c: Include <unistd.h> and <errno.h>.
34458         (utime_null): Be sure to close `fd' and to preserve errno.
34459         Reported by Geoff Collyer via Arnold Robbins.
34460
34461 2003-11-17  Bruno Haible  <bruno@clisp.org>
34462
34463         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
34464         (Depends-on): Add xsize.
34465
34466 2003-11-17  Bruno Haible  <bruno@clisp.org>
34467
34468         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
34469
34470 2003-11-17  Bruno Haible  <bruno@clisp.org>
34471
34472         * lib/vasnprintf.c (alloca): Remove fallback definition.
34473         (freea): Remove definition.
34474         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
34475         Reported by Paul Eggert.
34476
34477 2003-11-16  Paul Eggert  <eggert@twinsun.com>
34478             Bruno Haible  <bruno@clisp.org>
34479
34480         Protect against address arithmetic overflow.
34481         * lib/printf-args.h: Include stddef.h.
34482         (arguments): Change type of field 'count' to size_t.
34483         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
34484         'unsigned int' where appropriate.
34485         * lib/printf-parse.h: Include sys/types.h.
34486         (char_directive): Change type of *arg_index fields to ssize_t.
34487         (char_directives): Change type of fields 'count', max_*_length to
34488         size_t.
34489         * lib/printf-parse.c: Include sys/types.h and xsize.h.
34490         (SSIZE_MAX): Define fallback value.
34491         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
34492         instead of 'int' where appropriate. Check a_allocated, d_allocated
34493         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
34494         * lib/vasnprintf.c: Include xsize.h.
34495         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
34496         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
34497         overflow. Avoid wraparound when converting a width or precision from
34498         decimal to binary.
34499
34500 2003-11-16  Bruno Haible  <bruno@clisp.org>
34501
34502         Update from GNU gettext.
34503         * lib/printf-parse.c: Generalize to it can be compiled for wide
34504         strings.
34505         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
34506         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
34507         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
34508         SNPRINTF): New macros.
34509         Don't include <alloca.h> if the file is used inside libintl.
34510         (local_wcslen): New function, for Solaris 2.5.1.
34511         (VASNPRINTF): Use it instead of wcslen.
34512
34513 2003-11-16  Bruno Haible  <bruno@clisp.org>
34514
34515         * lib/xsize.h (xmax): New function.
34516         (xsum, xsum3, xsum4): Declare as "pure" functions.
34517
34518 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34519
34520         * modules/xalloc (Files): Undo latest change, since xalloc.h
34521         no longer needs SIZE_MAX or PTRDIFF_MAX.
34522
34523 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34524
34525         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
34526         gl_PTRDIFF_MAX.
34527
34528 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34529
34530         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
34531         "return", to pacify some unknown compiler.  Problem reported
34532         by Joerg Schilling.
34533
34534 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34535
34536         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
34537         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
34538         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
34539         heuristic is just as accurate as far as we know, and it removes a
34540         dependency on size_max.m4 and ptrdiff_max.m4.
34541
34542 2003-11-11  Bruno Haible  <bruno@clisp.org>
34543
34544         * modules/xsize (Files): Add m4/size_max.m4.
34545         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
34546
34547 2003-11-11  Bruno Haible  <bruno@clisp.org>
34548
34549         * m4/size_max.m4: New file.
34550         * m4/ptrdiff_max.m4: New file.
34551         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
34552         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
34553         (gl_XALLOC): Invoke it.
34554
34555 2003-11-11  Bruno Haible  <bruno@clisp.org>
34556
34557         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
34558         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
34559         defined.
34560
34561 2003-11-10  Paul Eggert  <eggert@twinsun.com>
34562
34563         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
34564         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
34565         rejected some allocations of exactly SIZE_MAX - 2 bytes.
34566         From Bruno Haible.
34567         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
34568         not (size_t) -1, since it's defined here.
34569
34570 2003-11-09  Karl Berry  <karl@gnu.org>
34571
34572         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
34573
34574 2003-11-06  Paul Eggert  <eggert@twinsun.com>
34575
34576         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
34577         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
34578         Reject sizes of exactly SIZE_MAX bytes.
34579         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
34580         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
34581
34582 2003-11-05  Bruno Haible  <bruno@clisp.org>
34583
34584         * lib/xsize.h: Include limits.h, to avoid a possible collision with
34585         SIZE_MAX defined in <limits.h> on Solaris.
34586
34587 2003-11-04  Jim Meyering  <jim@meyering.net>
34588
34589         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
34590         variable names, rather than @VAR@.
34591         * modules/poll: Likewise.
34592
34593 2003-11-04  Bruno Haible  <bruno@clisp.org>
34594
34595         * modules/xsize: New file.
34596         * modules/linebreak: Depend on xsize.
34597         * MODULES.html.sh (func_all_modules): Add xsize.
34598
34599 2003-11-04  Bruno Haible  <bruno@clisp.org>
34600
34601         * m4/xsize.m4: New file.
34602
34603 2003-11-04  Bruno Haible  <bruno@clisp.org>
34604
34605         * lib/xsize.h: New file.
34606         * lib/linebreak.c: Include xsize.h.
34607         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
34608         argument for overflow.
34609         Suggested by Paul Eggert.
34610
34611 2003-11-03  Karl Berry  <karl@gnu.org>
34612
34613         * config/config.{guess,sub}: update from config.
34614
34615 2003-11-03  Jim Meyering  <jim@meyering.net>
34616
34617         * modules/userspec (lib_SOURCES): Add userspec.h.
34618         (Include): Add "userspec.h".
34619         Improve description.
34620
34621 2003-11-03  Jim Meyering  <jim@meyering.net>
34622
34623         * lib/userspec.c: Include "userspec.h".
34624         * lib/userspec.h: New file.
34625
34626 2003-11-03  Bruno Haible  <bruno@clisp.org>
34627
34628         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
34629
34630 2003-11-03  Bruno Haible  <bruno@clisp.org>
34631
34632         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
34633         available, to avoid (extremely rare) race condition.
34634         Suggested by Paul Eggert.
34635
34636 2003-11-02  Karl Berry  <karl@gnu.org>
34637
34638         * config/srclist.txt (vasprintf.c): sync broken, sigh.
34639
34640 2003-10-31  Paul Eggert  <eggert@twinsun.com>
34641
34642         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
34643         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
34644         (read_filesystem_list): Set and use me_type_malloced.
34645         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
34646         whatever the type happens to be), for brevity and consistency.
34647         Check for size calculation overflow on Alphas running OSF/1.
34648
34649 2003-10-31  Jim Meyering  <jim@meyering.net>
34650
34651         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
34652
34653         * lib/linebuffer.c: Include <string.h> for declaration of memset.
34654
34655 2003-10-30  Paul Eggert  <eggert@twinsun.com>
34656             Bruno Haible  <bruno@clisp.org>
34657
34658         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
34659         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
34660
34661 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34662
34663         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
34664         netbsd*-gnu*.  Suggested by Robert Millan.
34665
34666 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34667
34668         * modules/group-member: Depend on stdbool.
34669
34670 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34671
34672         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
34673
34674 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34675
34676         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
34677         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
34678         after the 'gnu' in these cases.  This fixes some bugs in the
34679         previous change, and is based on suggestions by Robert Millan.
34680
34681 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34682
34683         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
34684         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
34685         no longer needed.
34686         * lib/quotearg.c (quotearg_n_options): Use it.
34687         * lib/group-member.c: Include <stdbool.h>.
34688         (free_group_info): Arg is now const *; don't free arg.
34689         (get_group_info): Now returns bool and accepts struct group_info *,
34690         rather than returning a malloc'ed struct group_info *.
34691         All uses changed.  Check for overflow in internal size calculation.
34692
34693         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
34694         rather than xmalloc/xrealloc.
34695         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
34696         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
34697         conformance bug: the old code used a pointer after freeing the
34698         storage that it addressed.
34699         * lib/hash.c (hash_initialize): Simplify the code by using
34700         xalloc_oversized rather than doing it by hand.
34701         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
34702         the buffer preserved.  Use free and xmalloc instead.
34703         * lib/quotearg.c (quotearg_n_options): Likewise.
34704         Use a simpler test for size overflow.  Don't use xalloc_oversized
34705         because unsigned int might be wider than size_t (!); this suggests
34706         that we should switch from unsigned int to size_t for slot numbers.
34707
34708 2003-10-28  Paul Eggert  <eggert@twinsun.com>
34709
34710         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
34711         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
34712         NetBSD kernels.  Requested by Richard Stallman.
34713
34714 2003-10-27  Paul Eggert  <eggert@twinsun.com>
34715
34716         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
34717         to allocate the returned structure.  Do not allocate a subarray,
34718         as x2nrealloc will do that.
34719         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
34720         instead of xnrealloc.
34721         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
34722
34723 2003-10-27  Bruno Haible  <bruno@clisp.org>
34724
34725         * lib/stdbool_.h: Better support for BeOS.
34726
34727 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34728
34729         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
34730         now uses inline.
34731
34732 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34733
34734         * lib/xalloc.h (xalloc_oversized): New static inline function, for
34735         callers that want to do their own size-overflow checking.  Include
34736         <stdbool.h>, since xalloc_oversized returns bool.
34737         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
34738         to use xalloc_oversized.
34739
34740         Add two functions x2realloc, x2nrealloc, for programs that grow
34741         arrays dynamically by doubling their sizes.
34742         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
34743         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
34744         New functions.
34745
34746         Port to C99 semantics for 'inline' of external functions.
34747         Bug reported by Bruno Haible.
34748         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
34749         with the old contents of xnmalloc.
34750         (xnmalloc, xmalloc): Use it.
34751         (xnrealloc_inline): New static inline function,
34752         with the old contents of xnrealloc.
34753         (xnrealloc, xrealloc): Use it.
34754
34755         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
34756         that.
34757
34758 2003-10-26  Karl Berry  <karl@gnu.org>
34759
34760         * config/srclist.txt (COPYING.DOC): no longer available from
34761         /gd/gnuorg; don't know where the ultimate source is.
34762
34763 2003-10-25  Paul Eggert  <eggert@twinsun.com>
34764
34765         Fix several address-calculation bugs in the hash modules,
34766         plus some minor code cleanup.
34767
34768         * lib/hash.h: Include <stdbool.h>, for bool.
34769         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
34770         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
34771         hash_get_n_entries, hash_get_max_bucket_length,
34772         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
34773         hash_rehash): Use size_t rather than unsigned.
34774         * lib/hash.c (struct hash_table, hash_get_n_buckets,
34775         hash_get_n_buckets_used, hash_get_n_entries,
34776         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
34777         hash_get_entries, hash_do_for_each, hash_string, is_prime,
34778         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
34779         Likewise.
34780         (SIZE_MAX): Define if not defined.
34781         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
34782         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
34783         hash_print):
34784         Use const * when possible.
34785         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
34786         (check_tuning): Fix bug: if tuning parameters were very close to
34787         0 or 1, rounding errors could have caused subscript violations.
34788         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
34789         (hash_initialize): Add 'fail:' label
34790         to free table and return NULL, and use it to simplify code.
34791         Use calloc rather than clearing the storage ourself.
34792         (hash_initialize, hash_rehash): Check for arithmetic overflow in
34793         buffer size calculations.
34794         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
34795         Include <stddef.h>, for size_t.
34796         * lib/hash-pjw.c (hash_pjw): Likewise.
34797         Switch to method described by Bruno Haible.
34798         Include <limits.h>, for CHAR_BIT.
34799         (SIZE_BITS): New macro.
34800
34801 2003-10-23  Paul Eggert  <eggert@twinsun.com>
34802
34803         * m4/getline.m4 (AM_FUNC_GETLINE):
34804         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
34805         hosts.  Problem reported by Derek Robert Price in
34806         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
34807         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
34808         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
34809
34810 2003-10-21  Paul Eggert  <eggert@twinsun.com>
34811
34812         * lib/getndelim2.c (getndelim2): When size calculation overflows,
34813         ceiling the allocation at NMAX bytes rather than silently
34814         discarding input bytes before NMAX is reached.  This makes
34815         a difference only if NMAX exceeds SIZE_MAX / 2.
34816
34817         * lib/obstack.c: Merge from glibc.
34818         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
34819         Add libc_hidden_def (_obstack_newchunk).
34820         (_obstack_free) [! defined _LIBC]: Remove.
34821         [defined _LIBC]: Make a strong alias from obstack_free, rather than
34822         a clone of the function body.
34823         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
34824         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
34825
34826         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
34827         glibc.
34828         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
34829         arg to memcpy.
34830
34831         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
34832         (obstack_ptr_grow_fast, obstack_int_grow_fast):
34833         Don't use lvalue casts, as GCC plans to remove support for them
34834         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
34835         was also present in the non-GCC version, indicating that this
34836         code had always been buggy and had never been widely used.
34837         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
34838         Use the fast variant of each macro, rather than copying the
34839         definiens of the fast variant; that way, we'll be more likely to
34840         catch future bugs in the fast variants.
34841
34842 2003-10-20  Bruno Haible  <bruno@clisp.org>
34843
34844         * modules/wait-process: New file.
34845         * MODULES.html.sh (func_all_modules): Add wait-process.
34846
34847 2003-10-20  Bruno Haible  <bruno@clisp.org>
34848
34849         * m4/wait-process.m4: New file.
34850
34851 2003-10-20  Bruno Haible  <bruno@clisp.org>
34852
34853         * lib/wait-process.h: New file, from GNU gettext.
34854         * lib/wait-process.c: New file, from GNU gettext.
34855
34856 2003-10-19  Jim Meyering  <jim@meyering.net>
34857
34858         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
34859         HPUX 10.20.
34860
34861 2003-10-18  Karl Berry  <karl@gnu.org>
34862
34863         * config/config.guess: update from config.
34864
34865 2003-10-16  Paul Eggert  <eggert@twinsun.com>
34866
34867         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
34868         (getgroups): First arg is int, not size_t.
34869         Don't let 'free' mangle errno.
34870
34871 2003-10-16  Paul Eggert  <eggert@twinsun.com>
34872
34873         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
34874
34875 2003-10-16  Karl Berry  <karl@gnu.org>
34876
34877         * config/config.{guess,sub}: update from config.
34878
34879 2003-10-16  Jim Meyering  <jim@meyering.net>
34880
34881         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
34882         memcpy.
34883
34884 2003-10-15  Paul Eggert  <eggert@twinsun.com>
34885
34886         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
34887         (SIZE_MAX): Remove.
34888         (new_exclude, add_exclude_file): Initial size no longer needs to
34889         be a power of 2.
34890         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
34891         our own address arithmetic overflow checking.
34892
34893         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
34894         (fnmatch): Do not alloca more than 2000 wide characters;
34895         instead, use malloc for large buffers.
34896         Check for address arithmetic overflow, and return -1
34897         with errno set to ENOMEM in that case.
34898         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
34899         (NEW_PATTERN): Do not alloca more than 8000 bytes;
34900         instead, return -1.  Check for address arithmetic overflow.
34901
34902 2003-10-14  Paul Eggert  <eggert@twinsun.com>
34903
34904         Handle invalid suffixes and overflow independently, so that
34905         callers can treat them independently as needed.  Fix some bugs in
34906         suffix handling, e.g., "100k@" was not diagnosed as an invalid
34907         suffix for a human-readable blocksize.  The major caller-visible
34908         change is the addition of a new
34909         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
34910         that both overflow and suffix chars were found.
34911
34912         * lib/human.c (humblock): Don't check separately for invalid suffix
34913         char; that is xstrtoumax's job (now that its bug is fixed).
34914         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
34915         INTMAX_MAX]: New macros.
34916         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
34917         TYPE_MAXIMUM): New macros.
34918         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
34919         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
34920         if overflow occurs, as it's what __strtol does and it's more useful
34921         in practice.
34922         (__xstrtol): If __strtol reports some error other than ERANGE,
34923         reflect it to the caller as LONGINT_INVALID.  If it reports
34924         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
34925         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
34926         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
34927         value.
34928         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
34929         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
34930         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
34931         [defined UINTMAX_MAX]: New macros.
34932
34933 2003-10-14  Bruno Haible  <bruno@clisp.org>
34934
34935         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
34936
34937 2003-10-14  Bruno Haible  <bruno@clisp.org>
34938
34939         * m4/sig_atomic_t: New file, from GNU gettext.
34940         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
34941
34942 2003-10-14  Bruno Haible  <bruno@clisp.org>
34943
34944         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
34945         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
34946         Also use volatile where needed.
34947
34948 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34949
34950         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
34951         Change maintainer from Bruno Haible to 'all'.
34952
34953 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34954
34955         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
34956
34957 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34958
34959         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
34960         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
34961         and define in terms of the other primitives.
34962         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
34963         (SIZE_MAX): Define if not already defined.
34964         (array_size_overflow): New function.
34965         (xalloc_die): Abort instead of exiting if 'error' returns.
34966         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
34967         (xmalloc, xrealloc): Use them.
34968         (xcalloc): Check for address arithmetic overflow.
34969         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
34970         a bit faster than strcpy.
34971
34972 2003-10-10  Simon Josefsson  <jas@extundo.com>
34973
34974         * modules/argp (Depends-on): Add restrict and strcase.
34975
34976 2003-10-10  Simon Josefsson  <jas@extundo.com>
34977
34978         * m4/argp.m4: Add AC_C_INLINE.
34979
34980 2003-10-08  Paul Eggert  <eggert@twinsun.com>
34981
34982         Merge getpass from libc, plus a few fixes.
34983
34984         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
34985         Include <stdbool.h>.
34986         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
34987         __fsetlocking to empty.
34988         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
34989         do include <bits/libc-lock.h>.
34990         Do not include <fcntl.h>; not needed.
34991         [_LIBC]: Include <wchar.h>.
34992         (NOTCANCEL_MODE): New macro.
34993         (flockfile, funlockfile) [_LIBC]: New macros.
34994         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
34995         [!_LIBC]: New macros.
34996         (call_fclose): New function.
34997         (getpass): Use it.  Save tty stream separately; this simplifies the
34998         code and makes it more reliable if stdin happens to equal stdout.
34999         Invoke __fsetlocking on tty.
35000         Handle thread cancellation if needed.
35001         Namespace cleanup (use __tcgetattr, __getline).
35002         Use bool for Booleans.
35003         [USE_IN_LIBIO]: Handle wide streams.
35004         [!_LIBC]: Unconditionally do the fseek, since we don't know what
35005         stream might go where.
35006
35007         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
35008         doesn't have to include <stdio.h> before us.
35009         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
35010         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
35011         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
35012         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
35013         if not declared, so that we can use getpass.c code from libc without
35014         rewriting it.
35015         (flockfile, ftrylockfile, funlockfile): New macros.
35016
35017 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35018
35019         * modules/getpass: Depend on stdbool.
35020
35021 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35022
35023         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
35024
35025 2003-10-07  Karl Berry  <karl@gnu.org>
35026
35027         * config/config.{guess,sub}: update from config.
35028
35029 2003-10-06  Jim Meyering  <jim@meyering.net>
35030             Bruno Haible  <bruno@clisp.org>
35031
35032         This lets translators provide better translations for the
35033         "Written by ..." part of --version output.
35034         * lib/version-etc.h: Include stdarg.h.
35035         (version_etc_copyright): Declare as readonly.
35036         (version_etc): Make this function variadic with a NULL-terminated list
35037         of author name strings.
35038         (version_etc_va): New declaration.
35039         * lib/version-etc.c: Include stdarg.h, stdlib.h.
35040         (version_etc_copyright): Declare as readonly.
35041         (version_etc_va): New function. Provide a different translatable string
35042         for each possible number of authors < 10. Abbreviate when there are 10
35043         authors or more.
35044         (version_etc): Make this function variadic. Call version_etc_va.
35045         Suggestion from Gary V. Vaughan.
35046
35047         * lib/long-options.h (parse_long_options): Change prototype: the
35048         authors string is moved to the end and becomes variadic.
35049         * lib/long-options.c: Include stdarg.h.
35050         (parse_long_options): Make this function variadic, too.
35051         Call version_etc_va, not version_etc.
35052
35053 2003-10-06  Bruno Haible  <bruno@clisp.org>
35054
35055         * modules/version-etc-2: Remove file.
35056         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
35057
35058 2003-10-06  Bruno Haible  <bruno@clisp.org>
35059
35060         * modules/fatal-signal: New file.
35061         * MODULES.html.sh (func_all_modules): Add fatal-signal.
35062
35063 2003-10-06  Bruno Haible  <bruno@clisp.org>
35064
35065         * m4/fatal-signal.m4: New file.
35066         * m4/signalblocking.m4: New file, from GNU gettext.
35067
35068 2003-10-06  Bruno Haible  <bruno@clisp.org>
35069
35070         * lib/version-etc-2.h: Remove file.
35071         * lib/version-etc-2.c: Remove file.
35072
35073 2003-10-06  Bruno Haible  <bruno@clisp.org>
35074
35075         * lib/fatal-signal.h: New file, from GNU gettext.
35076         * lib/fatal-signal.c: New file, from GNU gettext.
35077
35078 2003-10-05  Paul Eggert  <eggert@twinsun.com>
35079
35080         * README: Rework advice for preventing empty .o files.
35081         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
35082         not <sys/types.h>.
35083
35084 2003-10-04  Karl Berry  <karl@gnu.org>
35085
35086         * lib/argp*: update from libc.
35087
35088 2003-10-04  Karl Berry  <karl@gnu.org>
35089
35090         * config/config.{guess,sub}: update from config.
35091
35092 2003-10-02  Bruno Haible  <bruno@clisp.org>
35093
35094         * modules/lchown (Include): Add lchown.h.
35095         * modules/time_r (Include): Use "..." syntax.
35096         * modules/xgetdomainname (Include): Add xgetdomainname.h.
35097
35098 2003-10-01  Simon Josefsson  <jas@extundo.com>
35099
35100         * MODULES.html.sh (func_all_modules): Move gethostname from section
35101         'based on' to section 'lacking' POSIX:2001.
35102
35103 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
35104
35105         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
35106         to output mode on the same stream.
35107
35108 2003-09-29  Paul Eggert  <eggert@twinsun.com>
35109
35110         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
35111         Fix arg typo in previous patch.
35112
35113 2003-09-28  Jim Meyering  <jim@meyering.net>
35114
35115         * lib/error.c: Correct cpp indentation.
35116
35117 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35118
35119         * modules/free: New file.
35120
35121 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35122
35123         * m4/free.m4: New file.
35124
35125 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35126
35127         * lib/minmax.h (MIN, MAX)
35128         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
35129         Omit the special code that used __typeof__, since we worry that
35130         it could be more trouble than it's worth.  See:
35131         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
35132         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
35133
35134         * lib/free.c: New file.
35135
35136 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
35137
35138         Trivial fixes to Makefile.am parts of module listings.
35139         * modules/strstr: Append strstr.h to lib_SOURCES.
35140         * modules/strcase: Likewise, for strcase.h.
35141
35142 2003-09-27  Karl Berry  <karl@gnu.org>
35143
35144         * config/mkinstalldirs: update from automake.
35145
35146 2003-09-26  Paul Eggert  <eggert@twinsun.com>
35147
35148         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
35149         (error_tail): Do not loop, reallocating temporary buffer, since
35150         the output cannot contain more wide characters than the input
35151         contains bytes, the size must be big enough already.  This avoids
35152         one potential size overflow calculation.  Check for size overflow
35153         when calculating temporary buffer size.  Free temporary buffer
35154         when done, if it was allocated with malloc; this plugs a memory
35155         leak.  Remove casts from void * to pointers, that are no longer
35156         needed now that we're assuming C89 or better.
35157
35158         Merge error changes from glibc.
35159
35160         * lib/error.c, error.h: Update copyright notice header to match glibc.
35161         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
35162         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
35163         Disable cancellation while printing error.
35164         * lib/error.h: Prepend __ to parameter names.
35165
35166 2003-09-26  Jim Meyering  <jim@meyering.net>
35167
35168         * lib/error.c (error_tail): Move some declarations
35169         into inner scope where the local variables are used.
35170
35171 2003-09-26  Bruno Haible  <bruno@clisp.org>
35172
35173         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
35174         stpncpy().
35175         Don't define stpncpy through config.h; it's now done through stpncpy.h.
35176
35177 2003-09-26  Bruno Haible  <bruno@clisp.org>
35178
35179         * lib/stpncpy.h (gnu_stpncpy): New declaration.
35180         (stpncpy): Define as alias for gnu_stpncpy.
35181         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
35182
35183 2003-09-25  Simon Josefsson  <jas@extundo.com>
35184
35185         * lib/xgetdomainname.h: New file.
35186         * lib/xgetdomainname.c: New file.
35187
35188 2003-09-25  Simon Josefsson  <jas@extundo.com>
35189             Bruno Haible  <bruno@clisp.org>
35190
35191         * modules/getdomainname: New file.
35192         * modules/xgetdomainname: New file.
35193         * MODULES.html.sh (func_all_modules): Add getdomainname,
35194         xgetdomainname.
35195
35196 2003-09-25  Simon Josefsson  <jas@extundo.com>
35197             Bruno Haible  <bruno@clisp.org>
35198
35199         * m4/getdomainname.m4: New file.
35200
35201 2003-09-25  Simon Josefsson  <jas@extundo.com>
35202             Bruno Haible  <bruno@clisp.org>
35203
35204         * lib/getdomainname.h: New file.
35205         * lib/getdomainname.c: New file.
35206
35207 2003-09-25  Karl Berry  <karl@gnu.org>
35208
35209         * lib/argp-fmtstream.c, argp-help.c: update from libc.
35210
35211 2003-09-25  Karl Berry  <karl@gnu.org>
35212
35213         * config/install-sh: update from automake.
35214
35215 2003-09-25  Bruno Haible  <bruno@clisp.org>
35216
35217         * modules/version-etc-2: New file, from modules/version-etc with
35218         modifications.
35219         * MODULES.html.sh (func_all_modules): Add version-etc-2.
35220
35221 2003-09-25  Bruno Haible  <bruno@clisp.org>
35222
35223         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
35224         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
35225
35226 2003-09-24  Simon Josefsson  <jas@extundo.com>
35227
35228         * modules/xgethostname: Add xgethostname.h.
35229
35230 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35231
35232         * lib/linebuffer.c (freebuffer): Don't free the argument, just
35233         the buffer associated with the argument.  Bug reported by
35234         Simon Josefsson.
35235
35236 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35237
35238         * README: Document assumptions that 'int' is at least 32 bits
35239         wide, that integer arithmetic is 2's complement without overflow,
35240         that there are no holes in integer values, that adding sizes of
35241         two nonoverlapping objects can't overflow, and that all-bits-zero
35242         yields scalar zero.  Fix spelling and capitalization typos.
35243
35244 2003-09-19  Karl Berry  <karl@gnu.org>
35245
35246         * lib/argp.h: update from libc.
35247
35248 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35249
35250         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
35251         to avoid spurious warnings like "AC_RUN_IFELSE was called before
35252         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
35253
35254 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35255
35256         * gnulib-tool: Use "test -h", not "test -L", for portability
35257         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
35258         (tags_regexp): Remove, since \| doesn't conform to POSIX.
35259         (sed_extract_prog): Issue s commands one-by-one, rather than
35260         using \| in one s command.
35261
35262 2003-09-16  Paul Eggert  <eggert@twinsun.com>
35263
35264         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
35265         input error, instead of returning NULL the next time we are called
35266         (and therefore losing track of errno).
35267
35268 2003-09-16  Bruno Haible  <bruno@clisp.org>
35269
35270         * gnulib-tool (func_create_testdir): Warn about duplicated
35271         dependencies.
35272
35273 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35274
35275         * modules/argmatch, modules/fatal, modules/obstack,
35276         modules/xalloc, modules/xgethostname: Sort dependencies by
35277         importance, not alphabetically.
35278
35279 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35280
35281         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
35282         fails, so that the caller gets the proper errno.
35283
35284         * lib/readutmp.c (read_utmp): Likewise.
35285         Check for fstat error.  Close stream and free storage
35286         when failing.
35287
35288 2003-09-14  Karl Berry  <karl@gnu.org>
35289
35290         * config/srclist.txt (strdup.c): disable for c89 changes.
35291
35292 2003-09-14  Jim Meyering  <jim@meyering.net>
35293
35294         * lib/getloadavg.c: Correct cpp indentation.
35295         * lib/strdup.c: Likewise.
35296         * lib/vasnprintf.c: Likewise.
35297
35298 2003-09-14  Bruno Haible  <bruno@clisp.org>
35299
35300         * modules/fwriteerror: New file.
35301         * MODULES.html.sh (func_all_modules): Add fwriteerror.
35302
35303 2003-09-14  Bruno Haible  <bruno@clisp.org>
35304
35305         * lib/fwriteerror.h: New file.
35306         * lib/fwriteerror.c: New file.
35307
35308 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35309
35310         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
35311         modules/xgethostname, modules/xalloc: Depend on exit.
35312
35313 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35314
35315         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
35316
35317         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
35318         and AC_MINIX, too, so that their extensions are available.
35319
35320         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
35321         This macro has been superseded by gl_BACKUPFILE.
35322
35323         More patches to assume C89 or better.
35324
35325         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
35326
35327         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
35328         unconditionally.
35329         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
35330         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
35331         Include <string.h>, <stdlib.h> unconditionally.
35332         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
35333         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
35334         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
35335         headers or for string.h.
35336         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
35337         or strtoul.
35338
35339         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
35340         headers.
35341         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
35342         * m4/userspec.m4 (gl_USERSPEC): Likewise.
35343         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
35344         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
35345         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35346         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
35347         memcpy, memset.
35348         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
35349         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
35350         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
35351         strtol.
35352         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
35353         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
35354         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
35355         strtoul.
35356
35357 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35358
35359         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
35360         * lib/obstack.c [!defined _LIBC]: Likewise.
35361         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
35362         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
35363         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
35364
35365         More changes to assume C89 or better.
35366
35367         * lib/error.c (error_tail): Assume vprintf.
35368
35369         * lib/argmatch.c (getenv): Remove decl.
35370         * lib/progreloc.c (get_full_program_name): Define via prototype.
35371         * lib/setenv.c (clearenv): Likewise.
35372         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
35373         needed.
35374         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
35375         (malloc, memcpy): Remove decls.
35376         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
35377         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
35378         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
35379         (memcpy): Remove macro.
35380         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
35381         (__P): Remove.  All uses removed.
35382         (PTR): Remove.  All uses changed to void *.
35383         (CHAR_BIT, NULL): Remove.
35384         (spaces, zeros, memset_space, memset_zero)
35385         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
35386         Remove.
35387         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
35388         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
35389         Define with prototype.
35390         Remove now-unnecessary prototype decl.
35391         (extra_args_spec): Assume ANSI C.  All uses changed.
35392         (extra_args_spec_iso): Remove.
35393         (my_strftime, emacs_strftimeu): Define via prototype.
35394         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
35395         unconditionally.
35396         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
35397         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
35398         (strtoul, strtol): Remove decls.
35399         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
35400         LONG_MAX): Remove.
35401         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
35402         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
35403         (LOCALE_PARAM_PROTO): New macro.
35404         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
35405         (INTERNAL (strtol), strtol): Define with a prototype.
35406         (PARAMS): Remove.  All uses removed.
35407         * lib/tempname.c: Include <string.h> unconditionally.
35408         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
35409         * lib/xgethostname.c (main): Define with a prototype.
35410         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
35411         Include <stdlib.h> unconditionally.
35412         (calloc, malloc, realloc, free): Remove decls.
35413         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
35414         Include <stdlib.h> unconditionally.  Sort include file names.
35415         (strtod): Remove.
35416         (xstrtod): Define with a prototype.
35417         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
35418         (strtol, strtoul): Remove decls.
35419
35420 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35421
35422         More patches to assume C89 or better.
35423         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
35424         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
35425         string.h, memchr, STDC_HEADERS.
35426
35427 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35428
35429         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
35430         Include <stdlib.h>, <string.h> unconditionally.
35431         Remove now-unnecessary cast to char *.
35432         * lib/strnlen.c: Include <string.h> unconditionally.
35433         * lib/yesno.c (yesno): Define with a prototype.
35434
35435 2003-09-11  Bruno Haible  <bruno@clisp.org>
35436
35437         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
35438
35439 2003-09-10  Jim Meyering  <jim@meyering.net>
35440
35441         * lib/error.c: Correct indentation of cpp directives.
35442
35443 2003-09-10  Bruno Haible  <bruno@clisp.org>
35444
35445         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
35446         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
35447         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
35448         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
35449         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
35450         <stdlib.h> and <string.h> checks.
35451         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
35452         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
35453
35454 2003-09-10  Bruno Haible  <bruno@clisp.org>
35455
35456         * lib/strcspn.c: Include <string.h> unconditionally.
35457         * lib/strpbrk.c: Include <string.h> unconditionally.
35458         * lib/strstr.c: Include <string.h> unconditionally.
35459         * lib/unicodeio.c: Include <string.h> unconditionally.
35460         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
35461         * lib/unsetenv.c: Likewise.
35462         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
35463         * lib/yesno.c: Include <stdlib.h> unconditionally.
35464         (rpmatch): Add prototype.
35465
35466 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35467
35468         More patches to assume C89 or better.
35469         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
35470         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
35471         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
35472         or for string.h.
35473         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
35474         stdlib.h.
35475         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
35476         C headers.
35477         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
35478         string.h.
35479         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
35480         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
35481         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
35482         or for string.h.
35483         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
35484         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
35485         C headers.
35486         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
35487         memcpy.
35488         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
35489         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
35490         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
35491         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
35492         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
35493         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
35494         string.h, free.
35495         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
35496         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
35497         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
35498         C headers, or for string.h.
35499         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
35500         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
35501         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
35502         headers, memory.h, stdlib.h, string.h, strings.h.
35503         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
35504         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
35505         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
35506         strchr.
35507         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
35508         headers, memory.h, string.h.
35509         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
35510         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
35511         free.
35512         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
35513         headers.
35514         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
35515         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
35516         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
35517         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
35518         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
35519
35520 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35521
35522         More K&R removal.
35523
35524         * lib/acosl.c (main): Use a prototype.
35525         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
35526         tanl.c: Likewise.
35527
35528         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
35529
35530         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
35531         (getopt, etopt_long, getopt_long_only, _getopt_internal)
35532         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
35533         with a prototype.
35534         * lib/getopt.c (const): Remove macro.
35535         Include <string.h> unconditionally.
35536         (my_index): Remove; all uses changed to strchr.
35537         (strlen): Remove decl.
35538         (exchange): Remove forward decl; no longer needed.
35539         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
35540         Define with prototype.
35541         * lib/getopt1.c (const): Remove macro.
35542         (getopt_long, getopt_long_only, main): Define with prototype.
35543
35544         * lib/getugroups.c: Include <string.h> unconditionally.
35545
35546         * lib/getusershell.c: Include <stdlib.h> unconditionally.
35547         (getusershell, setusershell, endusershell, readname, main):
35548         Define with prototypes.
35549
35550         * lib/group-member.c: Include group-member.h first.
35551         Include <stdlib.h> unconditionally.
35552
35553         * lib/hard-locale.c: Include hard-locale.h first.
35554         Include <stdlib.h>, <string.h> unconditionally.
35555
35556         * lib/hash.c (free, malloc): Remove decls.
35557         Include <stdlib.h> unconditionally.
35558
35559         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
35560         (getenv): Do not declare.
35561
35562         * lib/idcache.c: Include <string.h> unconditionally.
35563
35564         * lib/long-options.c: Include long-options.h first, to test interface.
35565         Include <stdlib.h> unconditionally.
35566
35567         * lib/makepath.c: Include makepath.h first, to test interface.
35568         Include <stdlib.h> and <string.h> unconditionally.
35569
35570         * lib/linebuffer.c: Include <stdlib.h>.
35571         (free): Remove decl.
35572
35573         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
35574         stddef.h. rpl_malloc returns void *, not char *.
35575         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
35576         prototype.
35577
35578         * lib/md5.h: Include <limits.h> unconditionally.
35579         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
35580         (__P): Remove; all uses removed.
35581         * lib/md5.c: Include "md5.h" first.
35582         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
35583         md5_buffer, md5_process_bytes, md5_process_block):
35584         Define with prototypes.
35585         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
35586         * lib/sha.c: Include "sha.h" first.
35587         Include <stdlib.h>, <string.h> unconditionally.
35588
35589         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
35590         * lib/memcmp.c (__ptr_t): Likewise.
35591         * lib/memrchr.c (__ptr_t): Likewise.
35592         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
35593         Include <string.h> unconditionally.
35594         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
35595         * lib/memchr.c: Include <stdlib.h> unconditionally.
35596         * lib/memchr.c (LONG_MAX): Remove.
35597         * lib/memrchr.c (LONG_MAX): Likewise.
35598         * lib/memchr.c (__memchr): Define via a prototype.
35599         * lib/memrchr.c (__memrchr): Likewise.
35600         * lib/memcmp.c (__P): Remove, and remove all uses.
35601         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
35602         Remove forward decls; no longer needed.
35603         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
35604         Use types required by C89 in prototype.
35605
35606         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
35607         * lib/savedir.c: Likewise.
35608         * lib/mkdir.c (free): Remove decl.
35609         * lib/rmdir.c (rmdir): Define with a prototype.
35610         * lib/savedir.c: Include savedir.h first, to test interface.
35611
35612         * lib/mktime.c (STDC_HEADERS): Remove.
35613         Include <stdlib.h>, <string.h> unconditionally.
35614
35615         * lib/modechange.c: Include <stdlib.h> unconditionally.
35616         (malloc): Remove decl.
35617
35618         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
35619         (free): Remove decl.
35620
35621         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
35622         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
35623         (This type really should be intptr_t, but that's a C99ism.)
35624         (_obstack_memcpy): Remove: all uses changed to memcpy.
35625         Include <string.h> unconditionally.
35626         (struct obstack): Assume __STDC__ for types of members
35627         chunkfun, freefun, extra_arg.
35628         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
35629         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
35630         obstack_begin, obstack_specify_allocation,
35631         obstack_specify_allocation_with_arg, obstack_chunkfun,
35632         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
35633         Remove unprototyped decls and the macros that use them.
35634         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
35635         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
35636         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
35637         (defined __STDC__ && __STDC__)]:
35638         Remove nonprototyped code.
35639         Include <stdlib.h> unconditionally.
35640         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
35641         _obstack_allocated_p, _obstack_free, obstack_free,
35642         _obstack_memory_used, print_and_abort):
35643         Define using prototypes.
35644         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
35645         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
35646         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
35647         obstack_next_free, obstack_object_size, obstack_room) [0]:
35648         Remove unused, unprototyped code.
35649
35650         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
35651
35652         * lib/physmem.c (physmem_total, physmem_available, main): Define
35653         with prototypes.
35654
35655         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
35656         (main): Define with a prototype.
35657
35658         * lib/posixver.c (getenv): Remove decl.
35659
35660         * lib/putenv.c (malloc): Returns void *, not char *.
35661         Include <string.h> unconditionally.
35662         (strchr, memcpy, NULL): Do not define.
35663
35664         * lib/readtokens.c: Include readtokens.h first, to test interface.
35665         Include <stdlib.h>, <string.h> unconditionally.
35666         (init_tokenbuffer): Define with a prototype.
35667
35668         * lib/regex.c (PARAMS): Remove.  All uses removed.
35669         All uses of _RE_ARGS removed, too.
35670         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35671         unconditionally.
35672         (bzero): Assume memset exists.
35673         (memcmp, memcpy, NULL): Remove.
35674         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
35675         char, or assignments to local vars of type signed char.
35676         (init_syntax_once, PREFIX(extract_number_and_incr),
35677         PREFIX(print_partial_compiled_pattern),
35678         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
35679         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
35680         PREFIX(regex_grow_registers), PREFIX(regex_compile),
35681         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
35682         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
35683         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
35684         wcs_compile_range, byte_compile_range, truncate_wchar,
35685         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
35686         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
35687         count_mbs_length, wcs_re_match_2_internal,
35688         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
35689         PREFIX(alt_match_null_string_p),
35690         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
35691         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
35692         regfree, PREFIX(extract_number)): Define with prototype.  Remove
35693         now-unnecessary declaration, if any.
35694         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
35695         regcomp, regexec):
35696         Remove now-unnecessary casts among pointer types.
35697         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
35698
35699         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
35700         (free): Remove decl.
35701
35702         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
35703
35704         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
35705         (free): Remove decl.
35706
35707         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
35708         * lib/xgetcwd.c: Likewise.
35709
35710         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
35711         (free): Remove decl.
35712
35713         * lib/strchrnul.c (strchrnul): Define with a prototype.
35714         Fix bug: c_in was not converted to char before searching.
35715
35716         The following changes are not K&R related:
35717
35718         * lib/group-member.h: Include <sys/types.h>, so that this file is
35719         self-contained.
35720         * lib/makepath.h: Likewise.
35721
35722         * lib/getusershell.c (readname, default_index, line_size, readname):
35723         Use size_t, not int, for sizes.
35724         (readname): If the size overflows, report an error instead of
35725         looping forever.
35726
35727 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35728
35729         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
35730         libc.
35731
35732 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35733
35734         * README: New section: portability guidelines.
35735
35736 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35737
35738         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
35739         C89 spec.
35740
35741 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35742
35743         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
35744
35745 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35746
35747         Assume C89 or better; remove K&R cruft.
35748         A few of these changes were first proposed by Derek Robert Price
35749         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
35750
35751         * lib/addext.c: Include <string.h> unconditionally.
35752         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
35753         Don't declare getenv or malloc.
35754
35755         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
35756         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
35757         (NULL): Remove.
35758         (find_stack_direction, alloca): Use prototypes.
35759
35760         * lib/atexit.c (atexit): Define using a prototype.
35761
35762         * lib/basename.c, dirname.c, stripslash.c:
35763         Include <string.h> unconditionally.
35764
35765         * lib/bcopy.c: Include <stddef.h>.
35766         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
35767
35768         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
35769
35770         * lib/error.h (error, error_at_line, error_print_progname)
35771         [! (defined (__STDC__) && __STDC__)]: Remove decls.
35772         * lib/error.c: Include error.h first, to check interface.
35773         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
35774         (VA_START): Remove; all uses changeed to va_start.
35775         (exit, strerror): Remove decls.
35776         (error_print_progname): Prototype uncondionally.
35777         Don't include <errno.h>; no longer needed.
35778         (private_strerror): Remove.
35779         (error_tail): Always define.
35780         (error, error_at_line): Assume C89 or better; always use prototypes.
35781         * lib/fatal.c: Include "fatal.h" first, to test interface.
35782         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
35783         (VA_START): Remove; all uses changed to va_start.
35784         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
35785         this case.
35786         (exit): Remove decl.
35787         (fatal): Prototype unconditionally.  Assume va_start works.
35788         Abort at end, to pacify gcc.
35789
35790         * lib/euidaccess.c (main): Define with a prototype.
35791
35792         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
35793
35794         * lib/exitfail.c: Include <stdlib.h> unconditionally.
35795
35796         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
35797         prototypes.
35798         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
35799         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
35800         (getenv): Remove decl.
35801         (fnmatch): Define using a prototype.
35802         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
35803         (FCT): Define using a prototype.
35804
35805         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
35806
35807         * lib/gethostname.c: Include <stddef.h>.
35808         (gethostname): Define with prototype.  Length is size_t, not int.
35809
35810 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35811
35812         Assume C89 or better; remove K&R cruft.
35813         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
35814         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
35815         string.h, getenv, malloc.
35816         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
35817         headers.
35818         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
35819         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
35820         do not check for strerror.
35821         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
35822         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
35823         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
35824         do not check for doprnt or vprintf.
35825         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
35826         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
35827
35828 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35829
35830         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
35831         getversion.c should have been removed then, but was accidentally
35832         preserved.
35833
35834         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
35835         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
35836
35837 2003-09-08  Karl Berry  <karl@gnu.org>
35838
35839         * config/config.sub, config.guess, srclistvars.sh: update from savannah
35840                 config, forget about prep.
35841
35842         * config/depcomp, missing: update from automake.
35843
35844 2003-09-07  Paul Eggert  <eggert@twinsun.com>
35845
35846         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
35847         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
35848
35849 2003-09-07  Paul Eggert  <eggert@twinsun.com>
35850
35851         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
35852         copy_tm_result.  Bug reported by Simon Josefsson in
35853         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
35854
35855 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35856
35857         * m4/time_r.m4: New file.
35858         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
35859         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
35860         is. Check for timegm declaration.
35861         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
35862         Do not check for gmtime_r.
35863         Replace mktime if __mktime_internal does not exist and if mktime
35864         hasn't been replaced already.
35865
35866 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35867
35868         * lib/time_r.c, lib/time_r.h: New files.
35869
35870         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
35871         __localtime_r.
35872         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
35873         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
35874
35875         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
35876         __gmtime_r.
35877         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
35878         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
35879         Include <time_r.h>.
35880
35881         * lib/timegm.c: Switch to glibc implementation, with the following
35882         changes:
35883         [defined HAVE_CONFIG_H]: Include <config.h>.
35884         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
35885         (__mktime_internal) [!defined _LIBC]: New decl.
35886         (__gmtime_r) [!defined _LIBC]: New macro and function.
35887         (timegm): Use a prototype, since gnulib assumes C89.
35888         Do not bother declaring tmp to be const, as it's not really usefu.
35889         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
35890         (timegm): Declare only if HAVE_DECL_TIMEGM.
35891
35892 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35893
35894         * MODULES.html.sh (func_all_modules): Add time_r.
35895         * modules/time_r: New file.
35896         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
35897         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
35898
35899 2003-09-03  Paul Eggert  <eggert@twinsun.com>
35900
35901         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
35902         Bug reported by Lute Kamstra in
35903         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
35904
35905         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
35906         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
35907         course with correspondingly smaller numbers for tomorrow and
35908         yesterday.  From Tadayoshi Funaba.  Originally installed into
35909         sh-utils on 1999-08-07, but the patch got lost (I guess during the
35910         coreutils merge?).
35911
35912 2003-08-31  Simon Josefsson  <jas@extundo.com>
35913
35914         * modules/timegm: New file.
35915         * MODULES.html.sh (func_all_modules): Add timegm.
35916
35917 2003-08-31  Simon Josefsson  <jas@extundo.com>
35918
35919         * m4/timegm.m4: New file.
35920
35921 2003-08-31  Simon Josefsson  <jas@extundo.com>
35922
35923         * lib/timegm.h: New file.
35924         * lib/timegm.c: New file.  Based on
35925         wget-1.8.2/src/http.c:mktime_from_utc.
35926
35927 2003-08-31  Karl Berry  <karl@gnu.org>
35928
35929         * lib/argp.h: update from libc.
35930
35931 2003-08-28  Bruno Haible  <bruno@clisp.org>
35932
35933         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
35934         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
35935         followed by '#define fnmatch fnmatch_posix' gives an error.
35936
35937 2003-08-28  Bruno Haible  <bruno@clisp.org>
35938
35939         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
35940         warning on QNX, which defines O_BINARY to 000000.
35941
35942 2003-08-27  Jim Meyering  <jim@meyering.net>
35943
35944         * m4/mkstemp.m4: Require that the system mkstemp be able to create
35945         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
35946         would fail after 32.  Reported by Danny Levinson.  Details here:
35947         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
35948
35949 2003-08-24  Bruno Haible  <bruno@clisp.org>
35950
35951         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
35952         MSVC7 <stdio.h> is included later.
35953
35954 2003-08-22  Simon Josefsson  <jas@extundo.com>
35955
35956         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
35957
35958 2003-08-20  Karl Berry  <karl@gnu.org>
35959
35960         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
35961
35962 2003-08-20  Bruno Haible  <bruno@clisp.org>
35963
35964         * modules/progname: New file.
35965         * MODULES.html.sh (func_all_modules): Add progname.
35966
35967 2003-08-20  Bruno Haible  <bruno@clisp.org>
35968
35969         * lib/progname.h: New file, from GNU gettext.
35970         * lib/progname.c: New file, from GNU gettext.
35971         * lib/progreloc.c: New file, from GNU gettext.
35972
35973 2003-08-19  Jim Meyering  <jim@meyering.net>
35974
35975         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
35976         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
35977
35978 2003-08-19  Bruno Haible  <bruno@clisp.org>
35979
35980         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
35981         more.
35982
35983 2003-08-19  Bruno Haible  <bruno@clisp.org>
35984
35985         * lib/xstrdup.c: Assume <string.h> exists.
35986
35987 2003-08-18  Paul Eggert  <eggert@twinsun.com>
35988
35989         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
35990         in makefile rules.
35991
35992 2003-08-18  Jim Meyering  <jim@meyering.net>
35993
35994         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
35995         * m4/lib-ld.m4: Likewise.
35996
35997 2003-08-18  Jim Meyering  <jim@meyering.net>
35998
35999         * lib/setenv.h: Indent nested cpp directive.
36000         * lib/vasnprintf.c: Remove trailing blanks.
36001
36002 2003-08-17  Simon Josefsson  <jas@extundo.com>
36003
36004         * modules/xstrndup: New file.
36005         * MODULES.html.sh (func_all_modules): Add xstrndup.
36006
36007 2003-08-17  Simon Josefsson  <jas@extundo.com>
36008
36009         * modules/argp: Fix autoconf macro name. Add more dependencies.
36010
36011 2003-08-17  Simon Josefsson  <jas@extundo.com>
36012
36013         * m4/xstrndup.m4: New file.
36014
36015 2003-08-17  Simon Josefsson  <jas@extundo.com>
36016
36017         * m4/argp.m4: New file.
36018
36019 2003-08-17  Simon Josefsson  <jas@extundo.com>
36020             Bruno Haible  <bruno@clisp.org>
36021
36022         * lib/xstrndup.h: New file.
36023         * lib/xstrndup.c: New file.
36024
36025 2003-08-17  Bruno Haible  <bruno@clisp.org>
36026
36027         * modules/strndup (Files, Include): Add lib/strndup.h.
36028
36029 2003-08-17  Bruno Haible  <bruno@clisp.org>
36030
36031         * modules/euidaccess (Files): Add lib/euidaccess.h.
36032
36033 2003-08-17  Bruno Haible  <bruno@clisp.org>
36034
36035         * lib/strndup.h: New file.
36036
36037 2003-08-17  Bruno Haible  <bruno@clisp.org>
36038
36039         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
36040         like AC_GNU_SOURCE.
36041         * modules/extensions (configure.ac): Comment out the invocation of
36042         gl_USE_SYSTEM_EXTENSIONS.
36043
36044 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36045
36046         Merges from coreutils, etc.
36047         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
36048         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
36049         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
36050         fixing a typo.
36051         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
36052         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
36053
36054 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36055
36056         Document merge from coreutils.
36057         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
36058         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
36059         * modules/utime: Add m4/utimes-null.m4.
36060
36061 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36062
36063         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
36064         space, undoing this 2003-08-12 change:
36065         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36066
36067 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36068
36069         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
36070         strtoul.c from libc, undoing this 2003-08-12 change:
36071         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36072
36073 2003-08-16  Jim Meyering  <jim@meyering.net>
36074
36075         Merges from coreutils.
36076         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
36077         prefix.  Adjust cache variables similarly.  Create 500 rather than
36078         just 300 files, to exercise bug on Darwin6.5, too.
36079         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
36080         $missing_dir.
36081         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
36082         AM_SYS_POSIX_TERMIOS.
36083         Reported by mkc@mathdogs.com.
36084         Also change use of $am_cv_sys_posix_termios
36085         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
36086         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
36087         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
36088         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
36089         in /proc/mounts until it finds one with matching device number.  This
36090         is unnecessary when the FILE argument *is* a mount point.  No stat call
36091         is necessary in that case.  So, disable the statvfs-testing code on
36092         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
36093         as RedHat bug# 84846.
36094         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36095         to 1MB, so as not to render systems with no stack size limit (e.g.,
36096         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36097         Include <unistd.h>.  On some systems,
36098         it is required for the definition of _SC_PAGESIZE.
36099
36100 2003-08-16  Jim Meyering  <jim@meyering.net>
36101
36102         Merge from coreutils.
36103         * lib/xstrtoimax.c: #else #if -> #elif.
36104         * lib/xstrtoumax.c: Likewise.
36105
36106 2003-08-16  Jim Meyering  <jim@meyering.net>
36107
36108         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
36109         * m4/utimes.m4: Removed.
36110         * m4/utimes-null.m4: Renamed from utimes.m4.
36111
36112         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36113         to 1MB, so as not to render systems with no stack size limit (e.g.,
36114         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36115         Include <unistd.h>.  On some systems,
36116         it is required for the definition of _SC_PAGESIZE.
36117
36118 2003-08-16  Jim Meyering  <jim@meyering.net>
36119         and Paul Eggert  <eggert@cs.ucla.edu>
36120
36121         Merges from coreutils, etc.
36122
36123         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
36124         using the latest version from cvs.  This avoids problems with #line
36125         directives using a vendor (Sun) compiler.
36126         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
36127         Don't set GETGROUPS_LIB here; now it's
36128         done via getgroups.m4's wrapper function.
36129         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
36130         rather than just in sh-util/configure.in, so that the
36131         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
36132         same.
36133         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
36134         AC_FUNC_GETLOADAVG where to find getloadavg.c.
36135         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
36136         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
36137         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
36138         Remove code that is now done by the newly-required macros.
36139         Append $(EXEEXT) to DF_PROG.
36140         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
36141         Do not invoke or require the following here,
36142         since prereq.m4 or some gnulib .m4 now does this for us:
36143         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
36144         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
36145         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
36146         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
36147         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
36148         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
36149         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
36150         AC_FUNC_OBSTACK.
36151         Do not replace the following functions, as this is now the job
36152         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
36153         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
36154         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
36155         atexit getpass, strdup, getpagesize.
36156         Replace 'raise'.
36157         Do not check for the following functions, as this is now the job
36158         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
36159         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
36160         setregid.
36161         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
36162         Check for sys/sysctl.h.
36163         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
36164         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
36165         of checking for ssize_t ourselves.
36166
36167         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
36168         Require every macro that gnulib/modules/* suggests for us.
36169         (jm_PREREQ_ADDEXT): New macro.
36170         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
36171         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
36172
36173         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
36174         (gl_PHYSMEM): Use it.
36175         Also check for `table' function.
36176         Check for new headers and functions.
36177         Add check for sys/sysmp.h.
36178         With suggestions from Kaveh Ghazi.
36179         Ignore headers that are present but cannot be compiled.  This
36180         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
36181         C 5.4.
36182
36183 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36184
36185         Document merge from coreutils.
36186         * modules/userspec: Depend on posixver.
36187         * modules/strftime: Depend on tzset.
36188
36189 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36190
36191         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
36192         rather than tab, after '#' in shell-script copyright notices.
36193         Suggested by Bruno Haible.
36194
36195 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36196
36197         * config/srclist-update: Use three spaces, rather than tab, after '#'
36198         in shell-script copyright notices.  Suggested by Bruno Haible.
36199         Remove unnecessary parenthesization in regular expression.
36200
36201 2003-08-15  Jim Meyering  <jim@meyering.net>
36202
36203         Merge from coreutils.
36204         * lib/xgethostname.c: Include <stdlib.h>.
36205         (xghostname): Don't exit for anything other than memory-related
36206         failure; just return NULL.
36207         * lib/userspec.c: Include "posixver.h".
36208         (parse_user_spec): Accept `.' as a separator only
36209         in pre-POSIX-200112 mode.
36210         * lib/strtoimax.c: Use #elif rather than #else #if.
36211         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
36212         Remove function, now that we can rely on a working tzset function.
36213         [!_LIBC]: Ensure that the required autoconf test has been run.
36214         [!defined _NL_CURRENT && HAVE_STRFTIME]:
36215         Use underlying_strftime for %r.
36216         * lib/sha.c: Merge in some clean-up and optimization changes from
36217         glibc.
36218         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
36219         Ensure that it is a multiple of 64.
36220         Rearrange loop exit tests so as to avoid performing an
36221         additional fread after encountering an error or EOF.
36222         * lib/realloc.c: Update copyright date.
36223
36224 2003-08-15  Jim Meyering  <jim@meyering.net>
36225         and Paul Eggert  <eggert@twinsun.com>
36226
36227         Merge from coreutils.
36228         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
36229         member but strut utmpx does not.  Needed for AIX 4.3.3.
36230         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
36231
36232 2003-08-15  Jim Meyering  <jim@meyering.net>
36233         and Paul Eggert  <eggert@cs.ucla.edu>
36234
36235         Merges from coreutils, etc.
36236         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
36237         Require gl_FUNC_TZSET_CLOBBER.
36238         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
36239         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
36240         members.
36241
36242 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36243
36244         Help the merge from coreutils.
36245         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
36246         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
36247         * m4/tzset.m4: Use it too.
36248
36249 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36250
36251         * modules/tzset: New file.
36252
36253 2003-08-14  Jim Meyering  <jim@meyering.net>
36254
36255         Merges from coreutils.
36256         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
36257         variable names, rather than @FNMATCH_H@.
36258         * modules/alloca: Likewise for $(ALLOCA_H).
36259
36260         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
36261         the three copies of the literal target, `fnmatch.h'.
36262         * modules/alloca (alloca.h): Likewise.
36263
36264 2003-08-14  Jim Meyering  <jim@meyering.net>
36265
36266         Merge from coreutils.
36267         * m4/tzset.m4: New file.
36268         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
36269         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
36270         otherwise, AIX 5.1 systems would end up using the latter.
36271         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
36272         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
36273         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
36274         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
36275
36276 2003-08-14  Jim Meyering  <jim@meyering.net>
36277
36278         Merge from coreutils.
36279         * lib/obstack.h: Whitespace changes.
36280         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
36281         and xcalloc return values.
36282         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
36283         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
36284         hang on OSF/1 5.1 for DIR on both local and remote file systems.
36285         Reported by (and fix confirmed by) Nelson H. F. Beebe.
36286         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
36287         error from mntctl.
36288         Use mntctl's return value to drive the entry-processing loop, since
36289         we can't rely on the value of the vmt_length member in the last
36290         entry.  On some systems doing so could result in exhausting
36291         virtual memory.  Based in part on a patch from Mike Jetzer.
36292
36293 2003-08-14  Jim Meyering  <jim@meyering.net>
36294         and Paul Eggert  <eggert@twinsun.com>
36295
36296         Merges from coreutils, plus other fixes.
36297         * lib/physmem.c: Merge in portability changes from gcc/libiberty
36298         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
36299         for credits and details.  Thanks to Kaveh Ghazi for helping
36300         to keep these files in sync.
36301         (ARRAY_SIZE): Define it.
36302         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
36303         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
36304         (memcasecmp): Don't assume size_t fits in unsigned int.
36305         Remove casts and duplicate code.
36306         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
36307         (memcpy): Remove definition.
36308         Merge in some clean-up and optimization changes from glibc.
36309         [BLOCKSIZE]: Move definition to top of file.
36310         Ensure that it is a multiple of 64.
36311         Rearrange loop exit tests so as to avoid performing an
36312         additional fread after encountering an error or EOF.
36313         * lib/md5.h (md5_uintptr): Define.
36314         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
36315         return to the initial working directory.  Preserve errno
36316         for caller.
36317         * lib/idcache.c: Include "xalloc.h".
36318         (xmalloc, xrealloc): Remove decls.
36319         (getuser): Remove casts no longer required in C89.
36320         * lib/human.c: Include stdio.h, for sprintf.
36321         * lib/group-member.c: Include "xalloc.h".
36322         (xmalloc, xrealloc): Remove decls.
36323         (get_group_info): Remove casts no longer required in C89.
36324         * lib/getusershell.c (readname): Remove casts no longer required in
36325         C89.
36326         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
36327         * lib/getline.c: Whitespace fix, from coreutils.
36328
36329 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36330
36331         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
36332         Check for isascii.
36333
36334         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
36335         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
36336         Undo previous (whitespace-only) change.
36337
36338 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36339
36340         * lib/exclude.c: Include <ctype.h>
36341         (IN_CTYPE_DOMAIN): New macro.
36342         (is_space): New fn.
36343         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
36344         and empty lines.
36345
36346         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
36347         Undo previous (whitespace-only) change.
36348
36349 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36350
36351         * config/srclist-update: Change update back to the old behavior,
36352         leaving whitespace alone.  Use one 'sed' command rather than a
36353         pipeline.
36354         (fixlicense): Now a variable, not a function.
36355         (remove_trailing_blanks): Remove.
36356         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
36357         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
36358         Undo previous (whitespace-only) change.
36359
36360 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36361
36362         Merge from coreutils.
36363         * modules/euidaccess: Add lib_SOURCES, include for new
36364         file euidaccess.h
36365
36366 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36367
36368         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
36369         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
36370         Normalize leading white space and remove trailing white space.
36371
36372         Merge from coreutils
36373         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
36374
36375         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
36376         0.12.1.  These files are now being upgraded automatically by
36377         ../config/srclist-update.
36378
36379 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36380
36381         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
36382         Normalize leading white space and remove trailing white space.
36383         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
36384         notice, as per ../config/srclist-update.
36385
36386         Merge from coreutils.
36387         * lib/euidaccess.h: New file.
36388         * lib/euidaccess.c: Include it.
36389         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
36390         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
36391         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
36392
36393 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36394
36395         * config/srclist-update: Add copyright notice.
36396         (remove_id_lines, remove_trailing_blanks): New constants.
36397         (fixfile): Use them to normalize spacing a bit in copied files.
36398         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
36399         Normalize leading white space and remove trailing white space.
36400
36401         * config/texinfo.tex: Sync with texinfo.
36402
36403         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
36404         strtoul.c from libc, to merge coreutils whitespace changes.
36405
36406         * config/srclist.txt: Get the following m4 files from gettext:
36407         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
36408         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
36409         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
36410         wint_t.m4.
36411
36412 2003-08-12  Karl Berry  <karl@gnu.org>
36413
36414         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
36415         been made.
36416
36417 2003-08-11  Paul Eggert  <eggert@twinsun.com>
36418
36419         * modules/gnu-source, m4/gnu-source.m4:
36420         Remove; we're assuming Autoconf 2.54 or later now.
36421         Suggested by Bruno Haible.
36422         * MODULES.html.sh (func_all_modules): Remove gnu-source.
36423
36424 2003-08-11  Bruno Haible  <bruno@clisp.org>
36425
36426         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
36427
36428 2003-08-11  Bruno Haible  <bruno@clisp.org>
36429
36430         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
36431         (vasnprintf): Use it instead of wcslen.
36432
36433 2003-08-11  Bruno Haible  <bruno@clisp.org>
36434
36435         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
36436         value to ensure that _Bool promotes to int. Use #define for _Bool when
36437         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
36438
36439 2003-08-10  Karl Berry  <karl@gnu.org>
36440
36441         * lib/regex.h: update from libc (whitespace fix).
36442
36443 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36444
36445         Merge some files from coreutils.  These changes were
36446         originally made by Jim Meyering.
36447         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
36448         many older Unixes require this.
36449         * lib/alloca.c (alloca): Remove cast to argument of free;
36450         no longer needed in C89.
36451         * lib/alloca_.h, regex.h: Fix white space to match
36452         what GNU indent does.
36453
36454 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36455
36456         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
36457         apparently Emacs's Unicode mode got confused before my 2003-08-05
36458         checkin.
36459
36460 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36461
36462         * m4/extensions.m4: New file.
36463         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
36464         Require gl_USE_SYSTEM_EXTENSIONS.
36465         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
36466         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
36467
36468 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36469
36470         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
36471         * modules/extensions, modules/gnu-source: New files.
36472         * modules/timespec, modules/unlocked-io: Depend on extensions.
36473
36474 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36475
36476         * modules/restrict: New file.
36477         * MODULES.html.sh (func_all_modules): Add restrict.
36478         * modules/regex: Depend on restrict.
36479
36480 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36481
36482         * m4/restrict.m4: New file.
36483         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
36484
36485 2003-08-07  Bruno Haible  <bruno@clisp.org>
36486
36487         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
36488         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
36489
36490 2003-08-07  Bruno Haible  <bruno@clisp.org>
36491
36492         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
36493         makes the module 'getndelim2' compatible with the module 'getline'.
36494
36495 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36496
36497         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
36498         byte with "\201" to avoid glitches when editing that source file
36499         with multi-gnome-terminal.
36500
36501 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36502
36503         * lib/bumpalloc.h: Remove.
36504
36505 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36506
36507         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
36508         * modules/bumpalloc: Remove.
36509
36510 2003-08-04  Paul Eggert  <eggert@twinsun.com>
36511
36512         * lib/getloadavg.c: Change copyright notice and spacing to conform to
36513         GNU coding style.
36514
36515         Merge from coreutils.
36516         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
36517         1. From glibc.
36518         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
36519         from Karl Berry, implemented by Jim Meyering.
36520         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
36521         from Dmitry V. Levin.
36522         Remove anachronistic cast of xrealloc.
36523         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
36524         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
36525         type. Otherwise, it wouldn't compile with at least /bin/cc on
36526         ymp-cray-unicos9.0.2.X.
36527         Combine two mostly-identical uses of alloca into one.
36528         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
36529
36530 2003-08-04  Dave Love  <d.love@dl.ac.uk>
36531
36532         [From Emacs.]
36533
36534         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
36535         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
36536         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
36537         obsolete NLIST_NAME_UNION.
36538         [__GNU__]: Undef BSD and FSCALE.
36539         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
36540
36541 2003-08-03  Paul Eggert  <eggert@twinsun.com>
36542
36543         * lib/stdbool_.h (_Bool): Make it signed char, instead of
36544         an enum type, so that it's guaranteed to promote to int.  See:
36545         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
36546
36547 2003-08-03  Karl Berry  <karl@gnu.org>
36548
36549         * config/depcomp: update from automake.
36550
36551 2003-07-31  Paul Eggert  <eggert@twinsun.com>
36552
36553         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
36554         (strerror): Don't assume that a printable int fits in 14 bytes.
36555
36556 2003-07-31  Bruno Haible  <bruno@clisp.org>
36557
36558         * modules/getpass-gnu: New file.
36559         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
36560
36561 2003-07-31  Bruno Haible  <bruno@clisp.org>
36562
36563         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
36564
36565 2003-07-24  Karl Berry  <karl@gnu.org>
36566
36567         * config/missing: update from automake.
36568
36569 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
36570             Bruno Haible  <bruno@clisp.org>
36571
36572         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
36573         * lib/getline.c (getline, getdelim): Likewise.
36574         Remove _GNU_SOURCE define; now it's defined in config.h through
36575         m4/getline.m4.
36576
36577 2003-07-23  Karl Berry  <karl@gnu.org>
36578
36579         * config/config.sub: update from prep.
36580
36581 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36582
36583         * modules/xalloc (Depends-on): Add exitfail.
36584         * modules/xmemcoll: Likewise.
36585
36586 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36587
36588         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
36589         over-parenthesization in macros.
36590
36591         Sync with coreutils.
36592
36593         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
36594         required by C99.
36595
36596         Use `exit_failure' for xalloc and xmemcoll instead of their own
36597         private exit-failure variables.
36598         * lib/xalloc.h (xalloc_exit_failure): Remove.
36599         * lib/xmalloc.c: Likewise.  Include exitfail.h.
36600         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
36601         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
36602         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
36603         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
36604
36605 2003-07-20  Jim Meyering  <jim@meyering.net>
36606
36607         * modules/closeout (Depends-on): Add exitfail.
36608         Suggestion from Bruno Haible.
36609
36610 2003-07-19  Karl Berry  <karl@gnu.org>
36611
36612         * config/config.sub: update from prep.
36613
36614 2003-07-18  Paul Eggert  <eggert@twinsun.com>
36615
36616         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
36617         Remove.
36618         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
36619         to test that it can stand by itself.  Include "exitfail.h".
36620         Clients should set exit_failure instead.
36621         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
36622
36623 2003-07-18  Bruno Haible  <bruno@clisp.org>
36624
36625         * modules/getndelim2: New file.
36626         * modules/getline: Share files with module getndelim2.
36627         * modules/getnline: Depend on getndelim2 instead of sharing files with
36628         it. Add getnline.c to lib_SOURCES.
36629         * MODULES.html.sh (func_all_modules): Add getndelim2.
36630
36631 2003-07-18  Bruno Haible  <bruno@clisp.org>
36632
36633         * m4/getndelim2.m4: New file.
36634         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
36635         invoke gl_PREREQ_GETNDELIM2.
36636         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
36637         gl_PREREQ_GETNDELIM2.
36638         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
36639         gl_GETNDELIM2.
36640
36641 2003-07-18  Bruno Haible  <bruno@clisp.org>
36642
36643         * lib/getndelim2.h: New file.
36644         * lib/getndelim2.c: Make into a module of its own. Include config.h,
36645         getndelim2.h.
36646         (getndelim2): Make non-static. Change return type to ssize_t.
36647         * lib/getline.h: Change argument names.
36648         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
36649         * lib/getnline.c: Include getndelim2.h.
36650
36651 2003-07-18  Andreas Schwab  <schwab@suse.de>
36652
36653         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
36654
36655 2003-07-17  Karl Berry  <karl@gnu.org>
36656
36657         * config/config.sub: update from prep.
36658
36659 2003-07-17  Bruno Haible  <bruno@clisp.org>
36660
36661         * modules/getnline: New file.
36662         * modules/getline: Add lib/getndelim2.c to source file list.
36663         * MODULES.html.sh (func_all_modules): Add getnline.
36664
36665 2003-07-17  Bruno Haible  <bruno@clisp.org>
36666
36667         * m4/getnline.m4: New file.
36668
36669 2003-07-17  Bruno Haible  <bruno@clisp.org>
36670
36671         * m4/Makefile.am.in: Remove file.
36672         * m4/Makefile.am: Remove file.
36673         * m4/Makefile.in: Remove file.
36674
36675 2003-07-17  Bruno Haible  <bruno@clisp.org>
36676
36677         * lib/getnline.h: New file.
36678         * lib/getnline.c: New file.
36679         * lib/getndelim2.c: New file, extracted from getline.c.
36680         (getndelim2): Renamed from getdelim2, with added nmax argument.
36681         * lib/getline.c: Include getndelim2.c.
36682         (getdelim2): Moved out to getndelim2.c.
36683         (getline, getdelim): Update.
36684
36685 2003-07-17  Bruno Haible  <bruno@clisp.org>
36686
36687         * lib/Makefile.am: Remove file.
36688         * lib/Makefile.in: Remove file.
36689
36690 2003-07-17  Bruno Haible  <bruno@clisp.org>
36691
36692         * configure.in: Remove file.
36693         * Makefile.in: Remove file.
36694
36695 2003-07-17  Bruno Haible  <bruno@clisp.org>
36696
36697         * MODULES.html.sh: Put the </BODY> right before </HTML>.
36698
36699 2003-07-16  Karl Berry  <karl@gnu.org>
36700
36701         * config/srclist-update: was running fixlicense twice, which caused
36702                 texinfo.tex to be nullified for some reason.  Simplify,
36703                 $gplsrc is no longer needed as far as I can see?
36704
36705 2003-07-16  Jim Meyering  <jim@meyering.net>
36706
36707         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
36708
36709 2003-07-15  Paul Eggert  <eggert@twinsun.com>
36710
36711         * config/srclist.txt: Get the following files from gettext-runtime/intl
36712         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
36713         ref-del.sin.  From Bruno Haible.
36714         * config/srclist-update (fixfile): Change grep pattern again, since the
36715         previous fix didn't work (there was another trailing $).  Use
36716         '[$]' to escape the $s.
36717
36718 2003-07-15  Karl Berry  <karl@gnu.org>
36719
36720         * lib/vasnprintf.c: update from gettext.
36721
36722 2003-07-15  Karl Berry  <karl@gnu.org>
36723
36724         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
36725         gets expanded when surrounded by '$'.
36726
36727 2003-07-15  Jim Meyering  <jim@meyering.net>
36728
36729         * modules/save-cwd: Don't depend on error.  From Derek Price.
36730
36731 2003-07-15  Jim Meyering  <jim@meyering.net>
36732
36733         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
36734
36735 2003-07-14  Simon Josefsson  <jas@extundo.com>
36736
36737         * modules/mempcpy: New file.
36738         * MODULES.html.sh (func_all_modules): Add mempcpy.
36739
36740 2003-07-14  Simon Josefsson  <jas@extundo.com>
36741
36742         * m4/mempcpy.m4: New file.
36743
36744 2003-07-14  Simon Josefsson  <jas@extundo.com>
36745
36746         * lib/mempcpy.h: New file.
36747         * lib/mempcpy.c: New file.
36748
36749 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36750
36751         * modules/getdate, modules/posixtm: Depend on mktime.
36752
36753 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36754
36755         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
36756         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
36757         unicodeio.c, unicodeio.h, unlocked-io.h:
36758         Switch from LGPL to GPL.
36759
36760 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36761
36762         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
36763         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
36764         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
36765         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
36766         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
36767         updated automatically by ../config/srclist-update.  This changes
36768         their license from LPGL to GPL.
36769
36770 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36771
36772         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
36773         assumed to refer to the root of the most recent stable gettext version.
36774         * config/srclistvars.sh: Add defaults for eggert.
36775         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
36776         Match "This program" as well as "The program".  This is needed
36777         for gettext.
36778
36779 2003-07-14  Jim Meyering  <jim@meyering.net>
36780
36781         Don't emit diagnostics.  Let callers do that.
36782         * lib/save-cwd.c: Don't include "error.h".
36783         (save_cwd): Don't call error.  Ensure that errno is valid
36784         when returning nonzero.
36785
36786         * lib/save-cwd.h (restore_cwd): Update prototype.
36787         * lib/save-cwd.c (restore_cwd): Remove two parameters.
36788         Simplify.  Don't call error upon failure.  Let callers do that.
36789         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
36790         when auditing is enabled.  But don't bother updating the #if.
36791
36792 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
36793
36794         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
36795         it breaks C++ compilation.
36796         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
36797
36798 2003-07-10  Simon Josefsson  <jas@extundo.com>
36799
36800         * modules/strchrnul (Makefile.am): Add strchrnul.h.
36801
36802 2003-07-10  Jim Meyering  <jim@meyering.net>
36803
36804         * m4/clock_time.m4: Remove trailing blank.
36805         * m4/intmax_t.m4: Likewise.
36806
36807 2003-07-10  Jim Meyering  <jim@meyering.net>
36808
36809         * lib/vasnprintf.c: Remove trailing blanks.
36810         Make cpp indentation consistent.
36811
36812 2003-07-09  Paul Eggert  <eggert@twinsun.com>
36813
36814         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
36815         posixver.c, strftime.c, strnlen.c, strverscmp.c:
36816         Switch from LGPL to GPL.
36817
36818 2003-07-09  Paul Eggert  <eggert@twinsun.com>
36819
36820         * config/srclist.txt: Sort sublists.  Add
36821         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
36822         that differ from gnulib for one reason or another; we'd like this list
36823         to be smaller but for now let's document what we have.
36824
36825 2003-07-08  Paul Eggert  <eggert@twinsun.com>
36826
36827         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
36828         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
36829         and sweeter "eval x=$x".
36830         * config/srclist.txt: Get lib/argp* from glibc.
36831
36832 2003-07-07  Paul Eggert  <eggert@twinsun.com>
36833
36834         * lib/mktime.c: Fix some boundary cases and remove need for floating
36835         point.
36836
36837         Issue a compile-time diagnostic if time_t is floating point, or if
36838         two's complement arithmetic is not in effect, or if arithmetic
36839         right shift does not propagate the sign.  These assumptions were
36840         all in the original code but they weren't checked.
36841
36842         (TIME_T_MIDPOINT, verify): New macros.
36843         (__isleap): Remove; it has integer overflow problems.
36844         (leapyear): New function, without those problems.
36845         (ydhms_tm_diff): Remove; splitting into two parts.
36846         (ydhms_diff): New function, containing the arithmetic part of
36847         the old ydhms_tm_diff function.  Issue a compile-time
36848         diagnostic if we are not using C99 integer division.
36849         Avoid casts when possible.
36850         (guess_time_tm): New function, containing the checking part of
36851         the old ydhms_tm_diff function.  Return the new value, rather than
36852         the difference between it and the old.  Accept a new argument T
36853         so that *T specifies the old value.  Check for overflow in the result.
36854
36855         (__mktime_internal): Use a time_t offset, not a long int offset.
36856         This undoes the 2003-06-04 change, which is no longer needed now
36857         that we have better overflow checking.
36858         (localtime_offset): Likewise.
36859
36860         (__mktime_internal): Avoid harmful overflow on hosts where time_t
36861         and long are 64-bit but int is only 32-bit.
36862         (ydhms_diff): Use long int to store year1 and yday1.
36863         Issue a compile-time diagnostic if long int is not wide enough.
36864
36865         (__mktime_internal): Use long int to store adjusted year and yday.
36866         Use plain C rather than preprocessor commands, if that doesn't
36867         affect efficiency.
36868         Check for overflow (and try to repair) after each probe
36869         rather than checking only at the very end.  This avoids some bugs
36870         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
36871         does not equal GMT offset at maximum time).
36872         Use integer to check for overflow rather than floating point; this
36873         is more portable to non-IEEE hosts, and is a tad faster.
36874         When we detect that we are oscillating between two values,
36875         don't check whether tm_isdst has the requested value, since
36876         we already know the answer.  When tm_isdst has the wrong value,
36877         use a different heuristic to find the right one, based on the
36878         extreme values actually observed in practice in tz2003a,
36879         rather than the (overly optimistic) "previous 3 calendar quarters".
36880
36881         (not_equal_tm, print_tm, check_result): Use "const T" rather than
36882         "T const" to accommodate glibc style.
36883         (check_result): Use less-confusing report format.  "long" -> "long int.
36884         (main): Likewise.
36885         Don't loop if the iteration overflows time_t.
36886         Allow a negative step in the iteration.
36887
36888 2003-07-06  Karl Berry  <karl@gnu.org>
36889
36890         * config/depcomp: update from automake.
36891         * config/config.sub: update from prep.
36892
36893 2003-07-03  Karl Berry  <karl@gnu.org>
36894
36895         * config/config.guess: update from prep.
36896
36897 2003-07-01  Paul Eggert  <eggert@twinsun.com>
36898
36899         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
36900         xreadlink.c now includes it unconditionally.
36901
36902 2003-07-01  Paul Eggert  <eggert@twinsun.com>
36903
36904         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
36905         having it depend on HAVE_SYS_TYPES_H.
36906
36907 2003-07-01  Bruno Haible  <bruno@clisp.org>
36908
36909         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
36910         <sys/types.h> should be sufficient.
36911         Reported by Paul Eggert.
36912
36913 2003-06-26  Karl Berry  <karl@gnu.org>
36914
36915         * config/depcomp: update from automake.
36916
36917 2003-06-26  Bruno Haible  <bruno@clisp.org>
36918
36919         * modules/human: Depend on module stdbool.
36920
36921 2003-06-25  Bruno Haible  <bruno@clisp.org>
36922
36923         * modules/readlink: New file.
36924         * modules/xreadlink: Depend on it.
36925         * MODULES.html.sh (func_all_modules): Add readlink.
36926
36927 2003-06-25  Bruno Haible  <bruno@clisp.org>
36928
36929         * m4/readlink.m4: New file.
36930
36931 2003-06-25  Bruno Haible  <bruno@clisp.org>
36932
36933         * lib/readlink.c: New file.
36934
36935 2003-06-22  Karl Berry  <karl@gnu.org>
36936
36937         * config/srclist.txt: update mkinstalldirs from automake.
36938         * config/mkinstalldirs: update.
36939
36940 2003-06-22  Bruno Haible  <bruno@clisp.org>
36941
36942         Portability to mingw32.
36943         * m4/ssize_t.m4: New file, from GNU gettext.
36944         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
36945         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
36946
36947 2003-06-22  Bruno Haible  <bruno@clisp.org>
36948
36949         * modules/safe-read: Add m4/ssize_t.m4.
36950         * modules/xreadlink: Add m4/ssize_t.m4.
36951
36952 2003-06-20  Bruno Haible  <bruno@clisp.org>
36953
36954         Assume C89, so PARAMS isn't needed.
36955         * lib/unicodeio.h (PARAMS): Remove.
36956         * lib/unicodeio.c: Don't use PARAMS.
36957
36958 2003-06-18  Karl Berry  <karl@gnu.org>
36959
36960         * config/config.{guess,sub}: update from prep.
36961
36962 2003-06-18  Jim Meyering  <jim@meyering.net>
36963
36964         Merge changes from coreutils.
36965         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
36966         Remove explicit declarations of xmalloc and realloc.
36967         Include xalloc.h.
36968         (read_utmp): Remove anachronistic cast of xmalloc.
36969
36970 2003-06-17  Paul Eggert  <eggert@twinsun.com>
36971
36972         Assume C89, so PARAMS isn't needed.
36973         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
36974         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
36975         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
36976         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
36977         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
36978         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
36979         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
36980         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
36981         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
36982         lib/xstrtod.h, lib/xstrtol.h: Likewise.
36983         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
36984         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
36985         no longer needed. Anyway, config.h should always be included before any
36986         other file.
36987
36988 2003-06-11  Simon Josefsson  <jas@extundo.com>
36989
36990         * modules/sysexits: New file.
36991         * MODULES.html.sh (func_all_modules): Add sysexits.
36992
36993 2003-06-11  Simon Josefsson  <jas@extundo.com>
36994
36995         * lib/sysexit_.h: New file.
36996
36997 2003-06-11  Derek Price  <derek@ximbiot.com>
36998
36999         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
37000         necessary.
37001
37002 2003-06-11  Bruno Haible  <bruno@clisp.org>
37003
37004         * m4/sysexits.m4: New file.
37005
37006 2003-06-10  Simon Josefsson  <jas@extundo.com>
37007
37008         * lib/argp.h: New file, from glibc.
37009         * lib/argp-ba.c: New file, from glibc.
37010         * lib/argp-eexst.c: New file, from glibc.
37011         * lib/argp-fmtstream.c: New file, from glibc.
37012         * lib/argp-fmtstream.h: New file, from glibc.
37013         * lib/argp-fs-xinl.c: New file, from glibc.
37014         * lib/argp-help.c: New file, from glibc.
37015         * lib/argp-namefrob.h: New file, from glibc.
37016         * lib/argp-parse.c: New file, from glibc.
37017         * lib/argp-pv.c: New file, from glibc.
37018         * lib/argp-pvh.c: New file, from glibc.
37019         * lib/argp-xinl.c: New file, from glibc.
37020
37021 2003-06-10  Simon Josefsson  <jas@extundo.com>
37022
37023         * modules/strchrnul: New file.
37024
37025 2003-06-10  Simon Josefsson  <jas@extundo.com>
37026
37027         * modules/argp: New file.
37028
37029 2003-06-10  Simon Josefsson  <jas@extundo.com>
37030
37031         * m4/strchrnul.m4: New file.
37032
37033 2003-06-10  Simon Josefsson  <jas@extundo.com>
37034
37035         * lib/strchrnul.h: New file.
37036         * lib/strchrnul.c: New file.
37037
37038 2003-06-10  Bruno Haible  <bruno@clisp.org>
37039
37040         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
37041
37042 2003-06-07  Karl Berry  <karl@gnu.org>
37043
37044         * config/config.{guess,sub}: update from prep.
37045
37046 2003-06-07  Jim Meyering  <jim@meyering.net>
37047
37048         * modules/strtod: Use $(...) notation, not @...@ for
37049         AC_REPLACE'd variables.
37050         * modules/localcharset: Likewise.
37051
37052 2003-06-07  Jim Meyering  <jim@meyering.net>
37053
37054         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
37055         in place of my name in the copyright comment.
37056         Remove definition and uses of __P.
37057
37058         From coreutils.
37059         * lib/stat.c: Don't declare xmalloc explicitly.
37060         Instead, include "xalloc.h".
37061         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
37062         xrealloc, and xcalloc return values.
37063         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
37064         Improve comment.
37065         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
37066
37067 2003-06-07  Bruno Haible  <bruno@clisp.org>
37068
37069         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
37070         avoid AC_CONFIG_LINKS.
37071         * modules/fnmatch (Makefile.am): Use explicit creation rule for
37072         fnmatch.h, to avoid AC_CONFIG_LINKS.
37073         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
37074
37075 2003-06-07  Bruno Haible  <bruno@clisp.org>
37076
37077         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
37078         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
37079         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37080         directory.
37081         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
37082         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37083         directory.
37084
37085 2003-06-06  Jim Meyering  <jim@meyering.net>
37086
37087         Merge from coreutils.
37088         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
37089         Consolidate declarations and initializations of *_base* locals.
37090
37091         Merge from coreutils.
37092         This avoids a core dump on systems without GNU putenv,
37093         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
37094         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
37095         (unsetenv): New static function, from GNU libc.
37096         (rpl_putenv): Use it.
37097
37098         * lib/modechange.c: Remove trailing blanks.
37099
37100         Merge from coreutils.
37101         * lib/fsusage.c: Remove declaration of statfs.
37102         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
37103
37104         * lib/posixtm.c: Include <stdbool.h> unconditionally.
37105
37106 2003-06-06  Jim Meyering  <jim@meyering.net>
37107
37108         * lib/stdbool_.h: Renamed from stdbool.h.in.
37109
37110 2003-06-06  Jim Meyering  <jim@meyering.net>
37111             Bruno Haible  <bruno@clisp.org>
37112
37113         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
37114         Adjust Makefile.am snippet not to redirect directly to target.
37115         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
37116
37117 2003-06-05  Paul Eggert  <eggert@twinsun.com>
37118
37119         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
37120         mismatch, look in future quarters as well as past.  This fixes a
37121         bug when processing fall-backwards gaps immediately after a long
37122         period of daylight-saving time.
37123
37124         * lib/mktime.c: Assume freestanding C89 or better.
37125         (HAVE_LIMITS_H): Remove.  Assume it's 1.
37126         (__P): Remove; not used.
37127         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
37128         (mktime, not_equal_tm, print_tm, check_result,
37129         main): Use prototypes.  Use const * where appropriate.
37130         (main): Fix typo in testing code that uncovered by above changes.
37131         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
37132
37133 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37134
37135         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
37136         locale.h, localeconv.  This merges changes from coreutils.
37137
37138         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
37139         It can be removed after the next Autoconf is released.
37140         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
37141         needed.
37142
37143 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37144
37145         * lib/mktime.c: Fix Debian bug 177940
37146         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
37147         (localtime_offset): Now long int, not time_t, because we want it
37148         to be guaranteed to be signed.  All uses changed.
37149         (__mktime_internal): If overflow would occur when adding offset,
37150         don't add it.
37151
37152         Merge 'human' changes from coreutils.  Rewrite to support
37153         locale-specific notations like thousands separators.
37154         * lib/human.c: Simplify authorship notice.
37155         Include human.h immediately after config.h.
37156         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
37157         <limits.h>: Do not include, since human.h does.
37158         (SIZE_MAX, UINTMAX_MAX): New macros.
37159         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
37160         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
37161         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
37162         (power_letter): Renamed from suffixes.
37163         (generate_suffix_backwards): Remove.
37164         (adjust_value): Now takes int style (because of human.h changes)
37165         and long double value (for greater precision on some platforms).
37166         (group_number): New function.
37167         (human_readable): Use it.  Use integer options, not enum.
37168         Put the options before the sizes in the arg list.
37169         Support all the new options.
37170         The old human_readable function has been removed;
37171         use inttostr.h instead.
37172         (human_readable, default_block_size, humblock):
37173         Use uintmax_t, not int, for block sizes.
37174         (human_readable_inexact, block_size_types): Remove.
37175         (block_size_opts): New constant.
37176         (human_options): Renamed from human_block_size, with new signature
37177         that allows block sizes up to UINTMAX_MAX.  All callers changed.
37178         * lib/human.h: Add copyright and authorship notice.
37179         Include <limits.h> and <stdbool.h> unconditionally.
37180         (PARAMS): Remove.  All uses removed.
37181         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
37182         (enum human_inexact_style): Remove tag; now a nameless enum.
37183         (human_floor, human_ceiling, human_round_to_even): Now have
37184         values 2, 0, 1 rather than -1, 1, 0.
37185         (human_group_digits, human_suppress_point_zero, human_autoscale,
37186         human_base_1024, human_SI, human_B): New constants.
37187         (human_readable_inexact, human_block_size): Remove.
37188         (human_readable): Size args are now uintmax_t, not int.
37189         (human_options): New decl.
37190
37191         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
37192         unnecessary now that we assume C89 or better.  This change
37193         imported from coreutils.
37194
37195         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37196         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
37197         in the 2003-05-30 sync from glibc.
37198
37199         .h files should stand alone, but we shouldn't include <sys/types.h>
37200         if we can get away with just <stddef.h>.
37201
37202         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
37203         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
37204         rather than <sys/types.h>, as we merely need size_t.
37205         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
37206         to get size_t.
37207         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
37208         Include <stdio.h>, to get FILE.
37209         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
37210         memcasecmp.h has included <stddef.h> and all we need is size_t.
37211         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
37212         our interface, instead of including <sys/types.h>
37213
37214 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37215
37216         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
37217         now, as glibc mktime is buggy on non-glibc systems.
37218
37219 2003-06-03  Karl Berry  <karl@gnu.org>
37220
37221         * config/config.sub: update from prep.
37222
37223 2003-06-02  Paul Eggert  <eggert@twinsun.com>
37224
37225         [from coreutils]
37226         Fix some minor time-related bugs with POSIX time arguments.
37227         Some valid time stamps were being rejected (notably -1, and
37228         time stamps before 1900 on 64-bit hosts).  And some invalid
37229         time stamps were being accepted, e.g. September 31.
37230
37231         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
37232         that we can return (time_t) -1 successfully.
37233         * lib/posixtm.c: Likewise.
37234         [HAVE_STDBOOL_H]: Include <stdbool.h>.
37235         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
37236         (t): Remove static var.
37237         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
37238         of static var.  All uses changed.
37239         (year): Do not reject years before 1900; they can occur with
37240         64-bit time_t.
37241         (posix_time_parse): Do not check for out-of-range components;
37242         that is now the caller's responsibility, since our checks were
37243         only approximations.
37244         (posixtime): Use mktime to check for out-of-range components,
37245         since it knows them exactly.
37246         If mktime returns (time_t) -1, check whether an error actually occurred
37247         by invoking localtime on -1.
37248         (main) [TEST_POSIXTIME]: Check for input data errors, and report
37249         posixtime failures better.
37250         Improve the test data (in comments only).
37251
37252 2003-06-02  Karl Berry  <karl@gnu.org>
37253
37254         * config/mkinstalldirs (version): new variable.
37255         (--version): new option.
37256         (usage): improve message.
37257
37258 2003-05-30  Karl Berry  <karl@gnu.org>
37259
37260         * lib/mktime.c: update from libc.
37261
37262 2003-05-30  Bruno Haible  <bruno@clisp.org>
37263
37264         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
37265         * config/config.rpath: Upgrade to gettext-0.12.1.
37266
37267 2003-05-30  Bruno Haible  <bruno@clisp.org>
37268
37269         * m4/gettext.m4: Upgrade to gettext-0.12.1.
37270         * m4/nls.m4: New file, from gettext-0.12.1.
37271         * m4/po.m4: New file, from gettext-0.12.1.
37272         * m4/progtest.m4: Upgrade to gettext-0.12.1.
37273
37274 2003-05-30  Bruno Haible  <bruno@clisp.org>
37275
37276         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
37277         * lib/localcharset.h: Likewise.
37278         * lib/localcharset.c: Likewise.
37279
37280 2003-05-29  Karl Berry  <karl@gnu.org>
37281
37282         * config/config.rpath: update from gettext.
37283
37284 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37285
37286         Assume the headers required for C89 freestanding compilers.
37287         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
37288         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
37289         * m4/human.m4 (gl_HUMAN): Likewise.
37290         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
37291         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
37292         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37293         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
37294         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37295         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
37296
37297 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37298
37299         Assume the headers required for C89 freestanding compilers.
37300         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
37301         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
37302         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
37303         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
37304         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
37305         define, since <limits.h> is guaranteed to do that.
37306         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
37307         * lib/exclude.c: Include <stdbool.h> unconditionally.
37308         * lib/tempname.c: Include <stddef.h> unconditionally.
37309         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
37310         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
37311         <stddef.h> does that.
37312         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
37313         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
37314         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
37315         needed.
37316         * lib/xstrtol.c: Likewise.
37317         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
37318         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
37319
37320         * lib/addext.c (addext): Use assignment rather than cast, to avoid
37321         warnings on some platforms.
37322
37323         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37324         arbitrarily.
37325
37326 2003-05-26  Jim Meyering  <jim@meyering.net>
37327
37328         Merge in a change from coreutils:
37329         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
37330         that is guaranteed to be `no'.  Use `no_such_member' to indicate
37331         that condition, rather than `-1' which is slightly misleading.
37332         Change the name of the cache variable to have the gl_ prefix.
37333         Prompted by a patch from Richard Dawe for DJGPP.
37334
37335 2003-05-24  Karl Berry  <karl@gnu.org>
37336
37337         * config/config.guess: update from prep.
37338
37339 2003-05-22  Karl Berry  <karl@gnu.org>
37340
37341         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
37342
37343 2003-05-20  Karl Berry  <karl@gnu.org>
37344
37345         * config/config.guess: update from prep.
37346
37347 2003-05-18  Karl Berry  <karl@gnu.org>
37348
37349         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
37350         might actually be set by the user.
37351
37352         * config/depcomp, install-sh, mdate-sh: update from automake.
37353
37354 2003-05-17  Bruno Haible  <bruno@clisp.org>
37355
37356         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
37357         invalid expansion for AC_EGREP_CPP.
37358         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
37359         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
37360         Suggested by Akim Demaille <akim@epita.fr> in
37361         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
37362
37363 2003-05-12  Jim Meyering  <jim@meyering.net>
37364
37365         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
37366         the space-padded-by-default conversion specifiers, %e, %k, %l.
37367
37368 2003-05-12  Bruno Haible  <bruno@clisp.org>
37369
37370         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
37371         the string is longer than 4 KB.
37372
37373 2003-05-11  Karl Berry  <karl@gnu.org>
37374
37375         * config/config.{guess,sub}: update from prep.
37376
37377 2003-05-09  Bruno Haible  <bruno@clisp.org>
37378
37379         * modules/error: Add m4/strerror_r.m4 to file list.
37380
37381 2003-05-03  Bruno Haible  <bruno@clisp.org>
37382
37383         Upgrade to Unicode-4.0.
37384         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
37385         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
37386         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
37387         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
37388         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
37389         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
37390         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
37391         Change width of U+E0100..U+E01EF from 1 to 0.
37392
37393 2003-04-25  Jim Meyering  <jim@meyering.net>
37394
37395         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
37396         of type size_t, not int.
37397
37398 2003-04-25  Bruno Haible  <bruno@clisp.org>
37399
37400         * lib/copy-file.c: Include <stddef.h>, for size_t.
37401
37402 2003-04-21  Paul Eggert  <eggert@twinsun.com>
37403
37404         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
37405         code which expansion is under static control.  Patch imported from
37406         Akim Demaille's patch to Bison; see
37407         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
37408
37409 2003-04-14  Bruno Haible  <bruno@clisp.org>
37410
37411         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
37412
37413 2003-04-11  Jim Meyering  <jim@meyering.net>
37414
37415         Merge changes from Coreutils.
37416
37417         2003-03-22  Jim Meyering  <jim@meyering.net>
37418
37419         * lib/strftime.c (widen): Cast alloca return value to proper type.
37420
37421         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
37422
37423         From GNU libc.
37424         * lib/strftime.c (my_strftime): Handle very large width
37425         specifications for numeric values correctly.  Improve checks for
37426         overflow.
37427
37428         2003-01-19  Jim Meyering  <jim@meyering.net>
37429
37430         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
37431         definitions.
37432         (nl_get_alt_digit) [! defined my_strftime]: Define.
37433         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
37434         _nl_get_alt_digit and _nl_get_walt_digit.
37435
37436         * lib/strftime.c (my_strftime): Merge in locale-related changes from
37437         libc. These changes have no effect outside of _LIBC.
37438
37439 2003-04-10  Bruno Haible  <bruno@clisp.org>
37440
37441         * modules/findprog: New file.
37442         * MODULES.html.sh (func_all_modules): Add it.
37443
37444 2003-04-10  Bruno Haible  <bruno@clisp.org>
37445
37446         * m4/findprog.m4: New file.
37447         * m4/eaccess.m4: New file.
37448
37449 2003-04-10  Bruno Haible  <bruno@clisp.org>
37450
37451         * lib/findprog.h: New file, from GNU gettext.
37452         * lib/findprog.c: New file, from GNU gettext.
37453
37454 2003-04-05  Jim Meyering  <jim@meyering.net>
37455
37456         Merge changes from Coreutils.
37457
37458         * lib/exclude.h (PARAMS): Remove definition and uses.
37459         * lib/exclude.c: Remove uses of `PARAMS'.
37460
37461         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
37462         Add test-cases for DOS filenames. Declare program_name.
37463         (main): Set up program_name.  Patch by Rich Dawe.
37464
37465         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37466         error from mntctl.
37467         Use mntctl's return value to drive the entry-processing loop, since
37468         we can't rely on the value of the vmt_length member in the last
37469         entry.  On some systems doing so could result in exhausting
37470         virtual memory.  Based in part on a patch from Mike Jetzer.
37471
37472 2003-04-04  Bruno Haible  <bruno@clisp.org>
37473
37474         * modules/linebreak: New file.
37475         * MODULES.html.sh (func_all_modules): Add it.
37476
37477 2003-04-04  Bruno Haible  <bruno@clisp.org>
37478
37479         * m4/linebreak.m4: New file.
37480
37481 2003-04-04  Bruno Haible  <bruno@clisp.org>
37482
37483         * lib/linebreak.h: New file, from GNU gettext.
37484         * lib/linebreak.c: New file, from GNU gettext with slight
37485         modifications.
37486         * lib/lbrkprop.h: New file, from GNU gettext.
37487
37488 2003-04-03  Bruno Haible  <bruno@clisp.org>
37489
37490         * modules/utf8-ucs4: New file.
37491         * modules/utf16-ucs4: New file.
37492         * modules/ucs4-utf8: New file.
37493         * modules/ucs4-utf16: New file.
37494         * MODULES.html.sh (func_all_modules): Add them.
37495
37496 2003-04-03  Bruno Haible  <bruno@clisp.org>
37497
37498         * m4/utf-ucs4.m4: New file.
37499         * m4/ucs4-utf.m4: New file.
37500
37501 2003-04-03  Bruno Haible  <bruno@clisp.org>
37502
37503         * lib/utf8-ucs4.h: New file, from GNU gettext.
37504         * lib/utf16-ucs4.h: New file, from GNU gettext.
37505         * lib/ucs4-utf8.h: New file, from GNU gettext.
37506         * lib/ucs4-utf16.h: New file, from GNU gettext.
37507
37508 2003-04-02  Bruno Haible  <bruno@clisp.org>
37509
37510         * modules/binary-io: New file.
37511         * MODULES.html.sh (func_all_modules): Add it.
37512
37513 2003-04-02  Bruno Haible  <bruno@clisp.org>
37514
37515         * lib/binary-io.h: New file, from GNU gettext.
37516
37517 2003-04-01  Bruno Haible  <bruno@clisp.org>
37518
37519         * modules/pathname: New file.
37520         * MODULES.html.sh (func_all_modules): Add it.
37521
37522 2003-04-01  Bruno Haible  <bruno@clisp.org>
37523
37524         * lib/pathname.h: New file, from GNU gettext.
37525         * lib/concatpath.c: New file, from GNU gettext.
37526
37527 2003-03-30  Bruno Haible  <bruno@clisp.org>
37528
37529         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
37530
37531 2003-03-30  Bruno Haible  <bruno@clisp.org>
37532
37533         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
37534         function chown() doesn't exist.
37535
37536 2003-03-28  Bruno Haible  <bruno@clisp.org>
37537
37538         * modules/copy-file: New file.
37539         * MODULES.html.sh (func_all_modules): Add it.
37540
37541 2003-03-28  Bruno Haible  <bruno@clisp.org>
37542
37543         * m4/copy-file.m4: New file.
37544
37545 2003-03-28  Bruno Haible  <bruno@clisp.org>
37546
37547         * lib/copy-file.h: New file, from GNU gettext.
37548         * lib/copy-file.c: New file, from GNU gettext.
37549
37550 2003-03-18  Jim Meyering  <jim@meyering.net>
37551
37552         * lib/quote.c (quote_n): Fix typo in comment.
37553
37554 2003-03-18  Bruno Haible  <bruno@clisp.org>
37555
37556         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
37557         checking.
37558         * m4/onceonly_2_57.m4: Likewise.
37559
37560 2003-03-17  Bruno Haible  <bruno@clisp.org>
37561
37562         * m4/onceonly.m4: Require autoconf 2.54 or newer.
37563         (m4_quote): Remove macro.
37564         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
37565
37566 2003-03-14  Jim Meyering  <jim@meyering.net>
37567
37568         Merge changes from Coreutils.
37569         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
37570         to be const, in order to avoid warnings.
37571         (obstack_room): Likewise.
37572         (obstack_empty_p): Likewise.
37573
37574 2003-03-14  Bruno Haible  <bruno@clisp.org>
37575
37576         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
37577         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
37578
37579 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37580
37581         Merge changes from Bison.
37582         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
37583         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
37584         when compiling Bison 1.875's `bitset bset = obstack_alloc
37585         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
37586         * lib/hash.c: Include <stdbool.h> unconditionally.
37587
37588 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37589
37590         * m4/onceonly.m4 (m4_quote): New macro.
37591         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
37592         Quote AC_FOREACH variable-expansions properly.
37593
37594 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37595
37596         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
37597
37598 2003-03-09  Paul Eggert  <eggert@twinsun.com>
37599
37600         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
37601         Reported by Bruce Becker; see:
37602         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
37603
37604 2003-03-03  Paul Eggert  <eggert@twinsun.com>
37605             Bruno Haible  <bruno@clisp.org>
37606
37607         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
37608         Reported by John Hughes, see
37609         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
37610
37611 2003-02-20  Bruno Haible  <bruno@clisp.org>
37612
37613         * MODULES.html.sh (func_all_modules): Add poll.
37614
37615 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37616
37617         * modules/poll: New file.
37618
37619 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37620
37621         * lib/poll_.h: New file.
37622         * lib/poll.c: New file.
37623
37624 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37625
37626         * m4/poll.m4: New file.
37627
37628 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37629
37630         * modules/mathl: New file.
37631
37632 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37633
37634         * lib/mathl.h: New file.
37635         * lib/acosl.c: New file.
37636         * lib/asinl.c: New file.
37637         * lib/atanl.c: New file.
37638         * lib/ceill.c: New file.
37639         * lib/cosl.c: New file.
37640         * lib/expl.c: New file.
37641         * lib/floorl.c: New file.
37642         * lib/frexpl.c: New file.
37643         * lib/ldexpl.c: New file.
37644         * lib/logl.c: New file.
37645         * lib/sincosl.c: New file.
37646         * lib/sinl.c: New file.
37647         * lib/sqrtl.c: New file.
37648         * lib/tanl.c: New file.
37649         * lib/trigl.c: New file.
37650         * lib/trigl.h: New file.
37651
37652 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37653
37654         * m4/mathl.m4: New file.
37655
37656 2003-02-18  Bruno Haible  <bruno@clisp.org>
37657
37658         * MODULES.html.sh (func_all_modules): Add mathl.
37659
37660 2003-02-17  Bruno Haible  <bruno@clisp.org>
37661
37662         * modules/mkdtemp: New module.
37663         * MODULES.html.sh (func_all_modules): Add it.
37664
37665 2003-02-17  Bruno Haible  <bruno@clisp.org>
37666
37667         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
37668
37669 2003-02-17  Bruno Haible  <bruno@clisp.org>
37670
37671         * lib/mkdtemp.h: New file, from GNU gettext.
37672         * lib/mkdtemp.c: New file, from GNU gettext.
37673
37674 2003-02-02  Jim Meyering  <jim@meyering.net>
37675
37676         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
37677         e.g. glibc-2.2.93.
37678
37679 2003-01-31  Bruno Haible  <bruno@clisp.org>
37680
37681         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
37682         'rpl_rename'.
37683         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
37684         'rpl_strnlen'.
37685         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
37686         'rpl_strtod'.
37687         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
37688         'rpl_utime'.
37689
37690 2003-01-31  Bruno Haible  <bruno@clisp.org>
37691
37692         * lib/rename.c: #undef rename before defining rpl_rename.
37693         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
37694
37695 2003-01-30  Bruno Haible  <bruno@clisp.org>
37696
37697         * modules/vasnprintf, modules/vasprintf: New modules.
37698         * MODULES.html.sh (func_all_modules): Add them.
37699
37700 2003-01-30  Bruno Haible  <bruno@clisp.org>
37701
37702         * m4/signed.m4: New file, from GNU gettext.
37703         * m4/longdouble.m4: New file, from GNU gettext.
37704         * m4/wchar_t.m4: New file, from GNU gettext.
37705         * m4/wint_t.m4: New file, from GNU gettext.
37706         * m4/vasnprintf.m4: New file.
37707         * m4/vasprintf.m4: New file.
37708
37709 2003-01-30  Bruno Haible  <bruno@clisp.org>
37710
37711         * lib/printf-args.h: New file, from GNU gettext.
37712         * lib/printf-args.c: New file, from GNU gettext.
37713         * lib/printf-parse.h: New file, from GNU gettext.
37714         * lib/printf-parse.c: New file, from GNU gettext.
37715         * lib/vasnprintf.h: New file, from GNU gettext.
37716         * lib/vasnprintf.c: New file, from GNU gettext.
37717         * lib/asnprintf.c: New file, from GNU gettext.
37718         * lib/vasprintf.h: New file, from GNU gettext with modifications.
37719         * lib/vasprintf.c: New file, from GNU gettext.
37720         * lib/asprintf.c: New file, from GNU gettext.
37721
37722 2003-01-29  Bruno Haible  <bruno@clisp.org>
37723
37724         * modules/stpncpy: New module.
37725         * MODULES.html.sh (func_all_modules): Add it.
37726
37727 2003-01-29  Bruno Haible  <bruno@clisp.org>
37728
37729         * m4/stpncpy.m4: New file.
37730
37731 2003-01-29  Bruno Haible  <bruno@clisp.org>
37732
37733         * lib/stpncpy.h: New file, from GNU gettext with modifications.
37734         * lib/stpncpy.c: New file, from GNU gettext with modifications.
37735
37736 2003-01-28  Bruno Haible  <bruno@clisp.org>
37737
37738         * modules/c-ctype: New module.
37739         * MODULES.html.sh (func_all_modules): Add it.
37740
37741 2003-01-28  Bruno Haible  <bruno@clisp.org>
37742
37743         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
37744         Paul Eggert.
37745         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
37746         Paul Eggert.
37747
37748 2003-01-27  Bruno Haible  <bruno@clisp.org>
37749
37750         * modules/xsetenv: New module.
37751         * MODULES.html.sh (func_all_modules): Add it.
37752
37753 2003-01-27  Bruno Haible  <bruno@clisp.org>
37754
37755         * lib/xsetenv.h: New file, from GNU gettext.
37756         * lib/xsetenv.c: New file, from GNU gettext.
37757
37758 2003-01-23  Jim Meyering  <jim@meyering.net>
37759
37760         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
37761         from working on systems without dirfd (at least Irix and OSF1/Tru64).
37762
37763 2003-01-23  Bruno Haible  <bruno@clisp.org>
37764
37765         * modules/minmax: New module.
37766         * MODULES.html.sh (func_all_modules): Add it.
37767
37768 2003-01-23  Bruno Haible  <bruno@clisp.org>
37769
37770         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
37771         Eggert.
37772
37773 2003-01-22  Bruno Haible  <bruno@clisp.org>
37774
37775         * modules/exit: New module.
37776         * MODULES.html.sh (func_all_modules): Add it.
37777
37778 2003-01-22  Bruno Haible  <bruno@clisp.org>
37779
37780         * lib/exit.h: New file, from GNU gettext.
37781
37782 2003-01-19  Bruno Haible  <bruno@clisp.org>
37783
37784         * gnulib-tool: Recognize option --extract-maintainer.
37785         (func_get_maintainer): New function.
37786         * modules/*: Add Maintainer entry.
37787
37788 2003-01-16  Jim Meyering  <jim@meyering.net>
37789
37790         * m4/regex.m4: The `regex' struct is both input and output.
37791         Initialize it before each use.  Patch by Tim Waugh.
37792
37793 2003-01-16  Bruno Haible  <bruno@clisp.org>
37794
37795         * MODULES.html.sh: Add a table of contents. Add the module name as
37796         leftmost column. Add hyperlinks.
37797
37798 2003-01-15  Bruno Haible  <bruno@clisp.org>
37799
37800         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
37801
37802 2003-01-15  Bruno Haible  <bruno@clisp.org>
37803
37804         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
37805         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
37806         suffix.
37807
37808 2003-01-15  Bruno Haible  <bruno@clisp.org>
37809
37810         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
37811
37812 2003-01-15  Bruno Haible  <bruno@clisp.org>
37813
37814         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
37815         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
37816
37817 2003-01-14  Jim Meyering  <jim@meyering.net>
37818
37819         * lib/same.c (same_name): Tweak a comment.
37820
37821 2003-01-14  Bruno Haible  <bruno@clisp.org>
37822
37823         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
37824         when a string comparison is sufficient.
37825
37826 2003-01-14  Bruno Haible  <bruno@clisp.org>
37827
37828         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
37829         'unsigned int'.
37830
37831 2003-01-14  Bruno Haible  <bruno@clisp.org>
37832
37833         * lib/hash-pjw.c: Add comment about low quality of this function.
37834
37835 2003-01-13  Bruno Haible  <bruno@clisp.org>
37836
37837         * modules/stpcpy: Distribute lib/stpcpy.h.
37838         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
37839
37840 2003-01-13  Bruno Haible  <bruno@clisp.org>
37841
37842         * modules/*: Add a description.
37843         * modules/strpbrk: Fix Makefile.am snippet.
37844         * modules/strtoimax: Fix dependencies.
37845         * modules/strtoumax: Likewise.
37846
37847 2003-01-13  Bruno Haible  <bruno@clisp.org>
37848
37849         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
37850         * modules/alloca (Makefile.am): All object files depend on alloca.h.
37851         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
37852
37853 2003-01-13  Bruno Haible  <bruno@clisp.org>
37854
37855         * gnulib-tool (func_create_testdir): Store config/* files in the main
37856         directory.
37857         * config.rpath: Move to ...
37858         * config/config.rpath: ... here.
37859         * modules/gettext: Contains config/config.rpath, not config.rpath.
37860         * modules/iconv: Likewise.
37861
37862 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37863
37864         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37865         to avoid collisions with libcurses and libreadline.
37866
37867         * m4/getstr.m4: Remove.
37868         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
37869
37870 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37871
37872         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37873         to avoid collisions with libcurses and libreadline.
37874
37875         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
37876         * lib/getstr.h, getstr.c: Remove.
37877         * lib/getline.c: Include "getline.h", to check interface.
37878         Move body of old getstr.c here: this defines MIN_CHUNK and
37879         declares getdelim2, which is renamed from getstr.
37880         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
37881
37882         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
37883         All uses changed.
37884         * lib/linebuffer.h: Likewise.
37885         (readline): Remove backward-compatibility macro.
37886
37887 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37888
37889         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37890         to avoid collisions with libcurses and libreadline.
37891         * getstr: Remove.
37892         * MODULES.html.sh: Remove getstr.
37893         * modules/getline: Depend on unlocked-io, not getstr.
37894
37895 2003-01-12  Jim Meyering  <jim@meyering.net>
37896
37897         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
37898
37899 2003-01-10  Bruno Haible  <bruno@clisp.org>
37900
37901         * modules/alloca: Change Makefile.am requirements. Simplify Include
37902         requirements. Add lib/alloca_.h to file list.
37903
37904 2003-01-10  Bruno Haible  <bruno@clisp.org>
37905
37906         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
37907
37908 2003-01-10  Bruno Haible  <bruno@clisp.org>
37909
37910         * lib/alloca_.h: New file.
37911         * lib/getdate.y: Unconditionally include alloca.h.
37912         * lib/makepath.c: Likewise.
37913         * lib/setenv.c: Likewise.
37914         * lib/userspec.c: Likewise.
37915
37916 2003-01-09  Karl Berry  <karl@gnu.org>
37917
37918         * MODULES.html.sh: include `dirname $0` in PATH, to find
37919         gnulib-tool.
37920
37921 2003-01-09  Bruno Haible  <bruno@clisp.org>
37922
37923         * modules/stdbool: Change configure.ac, Makefile.am requirements.
37924         Simplify Include requirements. Add lib/stdbool.h.in to file list.
37925
37926 2003-01-09  Bruno Haible  <bruno@clisp.org>
37927
37928         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
37929
37930 2003-01-09  Bruno Haible  <bruno@clisp.org>
37931
37932         * lib/stdbool.h.in: New file.
37933
37934 2003-01-09  Bruno Haible  <bruno@clisp.org>
37935
37936         * gnulib-tool (func_all_modules): Ignore files ending in ~.
37937         * MODULES.html.sh: Likewise.
37938
37939 2003-01-08  Jim Meyering  <jim@meyering.net>
37940
37941         * lib/full-write.c: Undefine and define-away `const' after inclusion
37942         of errno.h, not before.  Suggestion from Bruno Haible.
37943
37944 2003-01-08  Bruno Haible  <bruno@clisp.org>
37945
37946         * modules/full-read: Depend on full-write.
37947
37948 2003-01-08  Bruno Haible  <bruno@clisp.org>
37949
37950         * lib/safe-read.c: Include specification header first, to ensure its
37951         selfcontainedness.
37952         * lib/full-write.c: Likewise.
37953
37954 2003-01-07  Jim Meyering  <jim@meyering.net>
37955
37956         * lib/full-write.c: Rework so that it may serve to define full_read,
37957         too.
37958         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
37959
37960 2003-01-07  Bruno Haible  <bruno@clisp.org>
37961
37962         * lib/strtoimax.c: Include <stdint.h> as an alternative to
37963         <inttypes.h>.
37964         * lib/xstrtol.h: Likewise.
37965         * lib/xstrtoimax.c: Likewise.
37966         * lib/xstrtoumax.c: Likewise.
37967         * lib/human.h: Likewise.
37968
37969         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
37970         on systems that have <inttypes.h> but not <stdint.h>.
37971
37972 2003-01-07  Bruno Haible  <bruno@clisp.org>
37973
37974         * MODULES.html.sh: Add copyright notice.
37975         (missed_files): Omit CVS directory entries.
37976         (func_module): Make it work with sed-3.02.
37977         * MODULES.txt: Remove file.
37978
37979 2003-01-06  Jim Meyering  <jim@meyering.net>
37980
37981         * lib/version-etc.c: Update year in translatable copyright string.
37982
37983 2003-01-03  Karl Berry  <karl@gnu.org>
37984
37985         * config/config.{guess,sub}: update from prep.
37986
37987 2003-01-02  Karl Berry  <karl@gnu.org>
37988
37989         * doc/COPYING.DOC: belatedly updated to 1.2.
37990
37991 2003-01-01  Karl Berry  <karl@gnu.org>
37992
37993         * gnulib-tool (func_verify_module): report module name $module in
37994         error message, not $1.
37995         * gnulib-tool (create-testdir): don't complain if destdir couldn't
37996         be created, only if it doesn't exist.
37997         * gnulib-tool (last_checkin_date): don't expand the $Date here.
37998
37999 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38000
38001         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
38002
38003 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38004
38005         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
38006         memcmp if strcoll doesn't work.
38007
38008 2002-12-31  Bruno Haible  <bruno@clisp.org>
38009
38010         * lib/utime.c (utime_null): No need to call ftruncate if the file was
38011         nonempty.
38012
38013 2002-12-31  Bruno Haible  <bruno@clisp.org>
38014
38015         * lib/memcoll.c (STRCOLL): New macro.
38016         (memcoll): Use it.
38017
38018 2002-12-31  Bruno Haible  <bruno@clisp.org>
38019
38020         * lib/localcharset.h: New file.
38021         * lib/localcharset.c: Include it.
38022         * lib/unicodeio.c: Likewise.
38023
38024 2002-12-31  Bruno Haible  <bruno@clisp.org>
38025
38026         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
38027         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
38028
38029 2002-12-31  Bruno Haible  <bruno@clisp.org>
38030
38031         * lib/getline.h: Include <stddef.h>, for size_t.
38032
38033         * lib/unicodeio.h: Include <stddef.h>, for size_t.
38034         * lib/unicodeio.c: Don't include <stddef.h>.
38035
38036 2002-12-31  Bruno Haible  <bruno@clisp.org>
38037
38038         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
38039         HAVE_TM_ZONE.
38040
38041 2002-12-24  Karl Berry  <karl@gnu.org>
38042
38043         * config/config.guess: update from prep.
38044
38045 2002-12-24  Bruno Haible  <bruno@clisp.org>
38046
38047         General infrasructure.
38048         * m4/README: Rewritten.
38049         * m4/onceonly.m4: New file.
38050         * m4/onceonly_2_57.m4: New file.
38051
38052         Module atexit.
38053         * m4/atexit.m4: New file.
38054
38055         Module strtod.
38056         * m4/strtod.m4: New file.
38057
38058         Module strtol.
38059         * m4/strtol.m4: New file.
38060
38061         Module strtoul.
38062         * m4/strtoul.m4: New file.
38063
38064         Module memchr.
38065         * m4/memchr.m4: New file.
38066
38067         Module memcmp.
38068         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
38069         (jm_FUNC_MEMCMP): Invoke it.
38070
38071         Module memcpy.
38072         * m4/memcpy.m4: New file.
38073
38074         Module memmove.
38075         * m4/memmove.m4: New file.
38076
38077         Module memset.
38078         * m4/memset.m4: New file.
38079
38080         Module strcspn.
38081         * m4/strcspn.m4: New file.
38082
38083         Module strpbrk.
38084         * m4/strpbrk.m4: New file.
38085
38086         Module strstr.
38087         * m4/strstr.m4: New file.
38088
38089         Module strerror.
38090         * m4/strerror.m4: New file.
38091
38092         Module mktime.
38093         * m4/mktime.m4: Renamed from jm-mktime.m4.
38094         (gl_PREREQ_MKTIME): New macro.
38095         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
38096
38097         Module malloc.
38098         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
38099         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
38100         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
38101
38102         Module realloc.
38103         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
38104         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
38105         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
38106
38107         Module strftime.
38108         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
38109         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
38110         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
38111         gl_TM_GMTOFF.
38112         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
38113
38114         Module xalloc.
38115         * m4/xalloc.m4: New file.
38116
38117         Module alloca.
38118         * m4/alloca.m4: New file.
38119
38120         Module putenv.
38121         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
38122         (jm_FUNC_PUTENV): Invoke it.
38123
38124         Module setenv.
38125         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
38126         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
38127         when invoked twice.
38128         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
38129         gt_FUNC_SETENV.
38130
38131         Module memrchr.
38132         * m4/memrchr.m4: New file.
38133
38134         Module stpcpy.
38135         * m4/stpcpy.m4: New file.
38136
38137         Module strcase.
38138         * m4/strcase.m4: New file.
38139
38140         Module strdup.
38141         * m4/strdup.m4: New file.
38142
38143         Module strnlen.
38144         * m4/strnlen.m4: New file.
38145
38146         Module strndup.
38147         * m4/strndup.m4: New file.
38148
38149         Module xstrtod.
38150         * m4/xstrtod.m4: New file.
38151
38152         Module xstrtol.
38153         * m4/xstrtol.m4: New file.
38154
38155         Module getdate.
38156         * m4/getdate.m4: New file.
38157
38158         Module unlocked-io.
38159         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
38160         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
38161         * m4/jm-glibc-io.m4n: Remove file.
38162
38163         Module long-options.
38164         * m4/long-options.m4: New file.
38165
38166         Module md5.
38167         * m4/md5.m4: New file.
38168
38169         Module sha.
38170         * m4/sha.m4: New file.
38171
38172         Module getstr.
38173         * m4/getstr.m4: New file.
38174
38175         Module getline.
38176         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
38177         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
38178         <sys/types.h>, for size_t. Use the function name gnu_getline, not
38179         simply getline. Infoke gl_PREREQ_GETLINE.
38180
38181         Module obstack.
38182         * m4/obstack.m4: New file.
38183
38184         Module hash.
38185         * m4/hash.m4: New file.
38186
38187         Module readtokens.
38188         * m4/readtokens.m4: New file.
38189
38190         Module strverscmp.
38191         * m4/strverscmp.m4: New file.
38192
38193         Module stdbool.
38194         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
38195         OSF/1.
38196
38197         Module strtoll.
38198         * m4/strtoll.m4: New file.
38199
38200         Module strtoull.
38201         * m4/strtoull.m4: New file.
38202
38203         Module strtoimax.
38204         * m4/strtoimax.m4: New file.
38205
38206         Module strtoumax.
38207         * m4/strtoumax.m4: New file.
38208
38209         Module xstrtoimax.
38210         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
38211         jm_AC_PREREQ_XSTRTOIMAX.
38212         Moved the strtol prerequisites to strtol.m4.
38213         Moved the strtoll prerequisites to strtoll.m4.
38214         Moved the strtoimax prerequisites to strtoimax.m4.
38215
38216         Module xstrtoumax.
38217         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
38218         jm_AC_PREREQ_XSTRTOUMAX.
38219         Moved the strtoul prerequisites to strtoul.m4.
38220         Moved the strtoull prerequisites to strtoull.m4.
38221         Moved the strtoumax prerequisites to strtoumax.m4.
38222
38223         Module chown.
38224         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
38225         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
38226
38227         Module dup2.
38228         * m4/dup2.m4: New file.
38229
38230         Module ftruncate.
38231         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
38232         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
38233
38234         Module getgroups.
38235         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
38236         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
38237
38238         Module gettimeofday.
38239         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
38240         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
38241         gl_PREREQ_GETTIMEOFDAY.
38242
38243         Module mkdir.
38244         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
38245         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
38246
38247         Module mkstemp.
38248         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
38249         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
38250         jm_AC_TYPE_UINTMAX_T.
38251         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
38252
38253         Module stat.
38254         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
38255         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
38256
38257         Module lstat.
38258         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
38259         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
38260
38261         Module timespec.
38262         * m4/timespec.m4 (gl_TIMESPEC): New macro.
38263         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
38264         * m4/st_mtim.m4: Indentation.
38265
38266         Module nanosleep.
38267         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
38268         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
38269         gl_PREREQ_NANOSLEEP.
38270
38271         Module regex.
38272         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
38273         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
38274         (gl_REGEX): New macro.
38275
38276         Module rename.
38277         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
38278         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
38279
38280         Module rmdir.
38281         * m4/rmdir.m4: New file.
38282
38283         Module utime.
38284         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
38285         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
38286         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
38287
38288         Module dirname.
38289         * m4/dirname.m4: New file.
38290
38291         Module getopt.
38292         * m4/getopt.m4: New file.
38293
38294         Module unistd-safer.
38295         * m4/unistd-safer.m4: New file.
38296
38297         Module fnmatch.
38298         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
38299         declaration.
38300         (gl_PREREQ_FNMATCH_EXTRA): New macro.
38301         (gl_FUNC_FNMATCH_POSIX): New macro.
38302         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
38303         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
38304         simply fnmatch.
38305
38306         Module exclude.
38307         * m4/exclude.m4: New file.
38308
38309         Module human.
38310         * m4/human.m4: New file.
38311
38312         Module acl.
38313         * m4/acl.m4: Nop.
38314
38315         Module backupfile.
38316         * m4/backupfile.m4: New file.
38317         * m4/d-ino.m4: Indentation.
38318
38319         Module fsusage.
38320         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
38321         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
38322         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
38323
38324         Module dirfd.
38325         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
38326         requirements.
38327
38328         Module euidaccess.
38329         * m4/euidaccess.m4: New file.
38330
38331         Module file-type.
38332         * m4/file-type.m4: New file.
38333
38334         Module fileblocks.
38335         * m4/fileblocks.m4: New file.
38336
38337         Module filemode.
38338         * m4/filemode.m4: New file.
38339
38340         Module isdir.
38341         * m4/isdir.m4: New file.
38342
38343         Module lchown.
38344         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
38345         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
38346
38347         Module makepath.
38348         * m4/makepath.m4: New file.
38349
38350         Module modechange.
38351         * m4/modechange.m4: New file.
38352
38353         Module mountlist.
38354         * m4/mountlist.m4: New file.
38355         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
38356         Indentation.
38357
38358         Module path-concat.
38359         * m4/path-concat.m4: New file.
38360
38361         Module pathmax.
38362         * m4/pathmax.m4: New file.
38363
38364         Module same.
38365         * m4/same.m4: New file.
38366
38367         Module save-cwd.
38368         * m4/save-cwd.m4: New file.
38369
38370         Module savedir.
38371         * m4/savedir.m4: New file.
38372
38373         Module xgetcwd.
38374         * m4/xgetcwd.m4: New file.
38375         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
38376
38377         Module xreadlink.
38378         * m4/xreadlink.m4: New file.
38379
38380         Module safe-read.
38381         * m4/safe-read.m4: New file.
38382
38383         Module safe-write.
38384         * m4/safe-write.m4: New file.
38385
38386         Module closeout.
38387         * m4/closeout.m4: New file.
38388
38389         Module stdio-safer.
38390         * m4/stdio-safer.m4: New file.
38391
38392         Module getpass.
38393         * m4/getpass.m4: New file.
38394
38395         Module getugroups.
38396         * m4/getugroups.m4: New file.
38397
38398         Module group-member.
38399         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
38400         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
38401
38402         Module idcache.
38403         * m4/idcache.m4: New file.
38404
38405         Module userspec.
38406         * m4/userspec.m4: New file.
38407
38408         Module gettime.
38409         * m4/clock_time.m4: New file.
38410         * m4/gettime.m4: New file.
38411
38412         Module settime.
38413         * m4/settime.m4: New file.
38414
38415         Module posixtm.
38416         * m4/posixtm.m4: New file.
38417
38418         Module gethostname.
38419         * m4/gethostname.m4: New file.
38420
38421         Module canon-host.
38422         * m4/canon-host.m4: New file.
38423
38424         Module gettext.
38425         * m4/codeset.m4: New file, from gettext-0.11.5.
38426         * m4/gettext.m4: New file, from gettext-0.11.5.
38427         * m4/glibc21.m4: New file, from gettext-0.11.5.
38428         * m4/iconv.m4: New file, from gettext-0.11.5.
38429         * m4/intdiv0.m4: New file, from gettext-0.11.5.
38430         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
38431         * m4/inttypes.m4: New file, from gettext-0.11.5.
38432         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
38433         * m4/isc-posix.m4: New file, from gettext-0.11.5.
38434         * m4/lcmessage.m4: New file, from gettext-0.11.5.
38435         * m4/lib-ld.m4: New file, from gettext-0.11.5.
38436         * m4/lib-link.m4: New file, from gettext-0.11.5.
38437         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
38438         * m4/progtest.m4: New file, from gettext-0.11.5.
38439         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
38440         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
38441         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
38442
38443         Module localcharset.
38444         * m4/localcharset.m4: New file.
38445
38446         Module hard-locale.
38447         * m4/hard-locale.m4: New file.
38448
38449         Module mbswidth.
38450         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
38451         onceonly macros.
38452         * m4/mbrtowc.m4: Add comment.
38453
38454         Module memcasecmp.
38455         * m4/memcasecmp.m4: New file.
38456
38457         Module memcoll.
38458         * m4/memcoll.m4: New file.
38459
38460         Module unicodeio.
38461         * m4/unicodeio.m4: New file.
38462
38463         Module rpmatch.
38464         * m4/rpmatch.m4: New file.
38465
38466         Module yesno.
38467         * m4/yesno.m4: New file.
38468
38469         Module exitfail.
38470         * m4/exitfail.m4: New file.
38471
38472         Module c-stack.
38473         * m4/c-stack.m4 (gl_C_STACK): New macro.
38474         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
38475
38476         Module error.
38477         * m4/error.m4 (gl_ERROR): New macro.
38478         (jm_PREREQ_ERROR): Use onceonly macros.
38479
38480         Module fatal.
38481         * m4/fatal.m4: New file.
38482
38483         Module getloadavg.
38484         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
38485         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
38486
38487         Module getpagesize.
38488         * m4/getpagesize.m4: New file.
38489
38490         Module getusershell.
38491         * m4/getusershell.m4: New file.
38492
38493         Module physmem.
38494         * m4/physmem.m4: New file.
38495
38496         Module posixver.
38497         * m4/posixver.m4: New file.
38498
38499         Module quotearg.
38500         * m4/quotearg.m4: New file.
38501
38502         Module quote.
38503         * m4/quote.m4: New file.
38504
38505         Module readutmp.
38506         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
38507
38508         Module sig2str.
38509         * m4/sig2str.m4: New file.
38510
38511         Other.
38512         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
38513         ulonglong.m4.
38514         * m4/intmax_t.m4: New file.
38515         * m4/d-type.m4: Indentation.
38516         * m4/jm-macros.m4: Update.
38517         * m4/prereq.m4 (jm_PREREQ): Update.
38518         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
38519         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
38520         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
38521         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
38522         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
38523         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
38524         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
38525         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
38526         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
38527         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
38528         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
38529         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
38530         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
38531         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
38532         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
38533         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
38534         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
38535         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
38536         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
38537
38538 2002-12-24  Bruno Haible  <bruno@clisp.org>
38539
38540         * MODULES.txt: Update according to m4/ changes.
38541
38542         Module gettext.
38543         * config.rpath: New file, from gettext-0.11.5.
38544
38545         * modules/*: New module descriptions.
38546         * gnulib-tool: New file.
38547         * MODULES.html.sh: New file.
38548
38549 2002-12-21  Karl Berry  <karl@gnu.org>
38550
38551         * doc/fdl.texi: update to version 1.2.
38552
38553 2002-12-19  Karl Berry  <karl@gnu.org>
38554
38555         * config/config.guess: update from prep.
38556
38557 2002-12-18  Bruno Haible  <bruno@clisp.org>
38558
38559         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
38560         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
38561
38562 2002-12-17  Bruno Haible  <bruno@clisp.org>
38563
38564         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
38565         stdlib.h, string.h.
38566
38567 2002-12-17  Bruno Haible  <bruno@clisp.org>
38568
38569         * lib/canon-host.c (strdup): Remove unused declaration.
38570
38571         * lib/fsusage.c: Include full_read.h.
38572         (get_fs_usage): Use full_read instead of safe_read.
38573
38574         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
38575
38576 2002-12-12  Karl Berry  <karl@gnu.org>
38577
38578         * config/config.guess: update from prep.
38579
38580 2002-12-11  Bruno Haible  <bruno@clisp.org>
38581
38582         * m4/setenv.m4: New file, from gettext-0.11.5.
38583
38584 2002-12-11  Bruno Haible  <bruno@clisp.org>
38585
38586         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
38587         not unsetenv().
38588         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
38589         modifications:
38590
38591         2002-12-11  Bruno Haible  <bruno@clisp.org>
38592
38593                 * setenv.c (alloca): Fall back to malloc.
38594                 (freea): New macro.
38595                 (setenv): Use freea() to free memory allocated with alloca().
38596
38597         2002-11-13  Bruno Haible  <bruno@clisp.org>
38598
38599                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
38600                 function declarations.
38601                 * unsetenv.c (unsetenv): Likewise.
38602
38603         2002-03-04  Bruno Haible  <bruno@clisp.org>
38604
38605                 Portability to AIX 4.3.3.
38606                 * unsetenv.c: New file, extracted from setenv.c.
38607                 * setenv.c: Move the unsetenv() function to unsetenv.c.
38608
38609         2001-12-20  Bruno Haible  <bruno@clisp.org>
38610
38611                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
38612                 use malloc instead. For SunOS 4.
38613
38614         2001-12-11  Bruno Haible  <bruno@clisp.org>
38615
38616                 * setenv.c: Declare alloca.
38617                 (compar_fn_t): New typedef.
38618                 (KNOWN_VALUE, STORE_VALUE): Use it.
38619
38620         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
38621         setenv.h.
38622
38623 2002-12-10  Paul Eggert  <eggert@twinsun.com>
38624
38625         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
38626         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
38627         Choose values that are less likely to collide with system fnmatch
38628         options.
38629         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
38630         defined (e.g., a pure POSIX system).
38631         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
38632         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
38633
38634 2002-12-06  Paul Eggert  <eggert@twinsun.com>
38635
38636         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
38637         a pain in practice to deal with generated m4 files.  This change
38638         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
38639
38640         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
38641         and jm-glibc-io.m4, as they are no longer a special case.
38642         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
38643         kludge and the auto-generation stuff.  Check only whether the
38644         functions are declared, not whether they exist, since older hosts
38645         that don't declare the functions can't use the optimization anyway.
38646
38647 2002-12-06  Jim Meyering  <jim@meyering.net>
38648
38649         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
38650
38651         Merge in changes from libc's misc/error.c, in preparation
38652         for the merge of gnulib's changes back into libc.
38653
38654         * lib/error.c (_): Define only if not already defined.
38655         Move definition to follow all #include directives.
38656         Include unlocked-io.h only if !_LIBC.
38657         [_LIBC]: Include <libio/libioP.h>.
38658         [USE_IN_LIBIO]: Include <libio/iolibio.h>
38659         (fflush): Tweak definition to use INTUSE.
38660         (putc): Define.
38661
38662 2002-12-05  Paul Eggert  <eggert@twinsun.com>
38663
38664         * lib/alloca.c [defined emacs]: Include "lisp.h".
38665         (xalloc_die) [defined emacs]: New macro.
38666         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
38667         [! defined emacs]: Include <xalloc.h>.
38668         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
38669         (pointer): Typedef to POINTER_TYPE *.
38670         (malloc): Remove decl; we now always use xmalloc.
38671         (alloca): Use old-style definition, since Emacs needs this.
38672         Check for arithmetic overflow when computing combined size.
38673
38674 2002-12-04  Paul Eggert  <eggert@twinsun.com>
38675
38676         Do not generate unlocked-io.h automatically, since it's easier to
38677         maintain it by hand.
38678
38679         * lib/unlocked-io.h: New file, from GNU diffutils,
38680         but with proper copyright notice and attribution.
38681         * lib/gen-uio: Remove.
38682         * lib/Makefile.am: Add copyright notice.
38683         (libfetish_a_SOURCES): Add unlocked-io.h.
38684         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
38685         (DISTCLEANFILES, io_functions): Remove macros.
38686         (EXTRA_DIST): Remove gen_uio.
38687         (unlocked-io.h): Remove rule.
38688
38689 2002-12-04  Jim Meyering  <jim@meyering.net>
38690
38691         Reflect the fact that stat.c and lstat.c are no longer generated.
38692         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
38693         (DISTCLEANFILES): Likewise.
38694         (EXTRA_DIST): Likewise.
38695         (all_local): Don't depend on stat.c or lstat.c.
38696         (stat.c, lstat.c): Remove rules.
38697         (EXTRA_DIST): Remove xstat.in.
38698
38699         * lib/xstat.in: Remove file.  Contents moved into stat.c.
38700         * lib/stat.c: New file.  Contents mostly from xstat.in.
38701         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
38702         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
38703
38704         * lib/safe-read.c: Rework so that it may serve to define safe_write,
38705         too.
38706         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
38707
38708 2002-12-03  Jim Meyering  <jim@meyering.net>
38709
38710         * lib/safe-read.c, safe-write.c: Change variable names and comments,
38711         but not semantics, to minimize the differences between these two files.
38712         (safe_read): Change comment to mention SAFE_READ_ERROR.
38713
38714         * lib/safe-read.c (IS_EINTR): Define.
38715         (safe_read): Use IS_EINTR in place of in-function cpp directives.
38716
38717 2002-12-02  Jim Meyering  <jim@meyering.net>
38718
38719         * lib/safe-read.c (EINTR): Define.
38720         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
38721         (INT_MAX): Provide fallback.
38722         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
38723
38724         * lib/safe-read.h (SAFE_READ_ERROR): Define.
38725
38726 2002-12-02  Bruno Haible  <bruno@clisp.org>
38727
38728         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
38729         Define, taken from safe-read.c.
38730         (INT_MAX): Provide fallback.
38731         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
38732         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
38733
38734         * lib/safe-read.c (EINTR): Remove definition.
38735         (safe_read): Don't use EINTR if it is absent.
38736
38737 2002-12-01  Jim Meyering  <jim@meyering.net>
38738
38739         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
38740         zero.
38741         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
38742
38743 2002-11-27  Paul Eggert  <eggert@twinsun.com>
38744
38745         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
38746         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
38747         with `if (! (value < limit)) abort ();', for readability.
38748
38749 2002-11-26  Karl Berry  <karl@gnu.org>
38750
38751         * lib/strdup.c: copy from libc again, with jim's ok.
38752         * lib/.cppi-disable: re-add strdup.c
38753
38754 2002-11-25  Karl Berry  <karl@gnu.org>
38755
38756         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
38757         instead of "strtol.c".
38758
38759 2002-11-25  Karl Berry  <karl@gnu.org>
38760
38761         * config/install-sh: update from automake for variable quoting, $0 in
38762         error msgs, etc.
38763
38764         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
38765         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
38766         entry.
38767
38768 2002-11-25  Jim Meyering  <jim@meyering.net>
38769
38770         * lib/mktime.c: Sync from libc, now that it has the latest fix.
38771
38772 2002-11-24  Karl Berry  <karl@gnu.org>
38773
38774         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
38775         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
38776
38777 2002-11-24  Jim Meyering  <jim@meyering.net>
38778
38779         Update from coreutils:
38780
38781         * lib/mktime.c: Merge in changes from libc.
38782
38783         Avoid a link-time failure on some Linux systems.
38784         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
38785         (otherwise).
38786         (__mon_yday): Declare with the STATIC attribute.
38787         (__mktime_internal): Likewise.
38788         Based on a report from Greg Schafer.
38789
38790 2002-11-23  Jim Meyering  <jim@meyering.net>
38791
38792         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
38793         Use `unsigned', not `int', as type of index.
38794
38795         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
38796
38797         * lib/fsusage.c: Remove unneeded parentheses around operands of
38798         `defined'.
38799
38800 2002-11-22  Paul Eggert  <eggert@twinsun.com>
38801
38802         * lib/quotearg.h: Allow multiple inclusion by surrounding with
38803         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
38804         so that we can be included first.
38805         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
38806         * lib/quotearg.c: Include quotearg.h immediately after config.h.
38807         No need to include stddef.h or sys/types.h any more.
38808         Surround local include files with "", not "<>".
38809         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
38810         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
38811         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
38812         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
38813         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
38814         (ISPRINT): Remove; no longer needed now that we assume C89.
38815
38816         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
38817         Preserve errno.
38818
38819         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
38820         quotearg_char): Use SIZE_MAX rather than
38821         (size_t) -1 when we are talking about "infinity".
38822
38823         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
38824
38825 2002-11-22  Paul Eggert  <eggert@twinsun.com>
38826
38827         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
38828         hint that one should use `if (! x) abort ();' rather than `assert
38829         (x);', and anyway it's one less thing to worry about configuring.
38830         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
38831         hash_rehash, hash_insert): Use abort rather than assert.
38832
38833 2002-11-22  Bruno Haible  <bruno@clisp.org>
38834
38835         * lib/safe-read.h: Assume C89. Add comments.
38836         (safe_read): Change return type to size_t.
38837         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
38838         byte counts > SSIZE_MAX correctly.
38839         * lib/safe-write.h: New file.
38840         * lib/safe-write.c: New file.
38841         * lib/full-read.h: New file.
38842         * lib/full-read.c: New file.
38843         * lib/full-write.h: Assume C89. Add comments.
38844         * lib/full-write.c: Include safe-write.h.
38845         (full_write): Rewritten to use safe_write.
38846         Suggested by Jim Meyering and Paul Eggert.
38847
38848 2002-11-21  Jim Meyering  <jim@meyering.net>
38849
38850         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
38851
38852         Merge in changes from the coreutils.
38853
38854         2002-09-25  Paul Eggert  <eggert@twinsun.com>
38855         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
38856         <stdint.h>.
38857         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
38858         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
38859         int.  Work more efficiently if X is the same width as uintmax_t.
38860         Do not compare X to -1, to avoid bogus compiler warning.
38861         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
38862         Don't assume that f_frsize and f_bsize are the same type.
38863
38864         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
38865         warning on FreeBSD.
38866
38867         * lib/makepath.c (make_path): Restore umask *before* creating the final
38868         component.
38869         (make_path): Minor reformatting.
38870
38871         * lib/xmalloc.c: Adjust to work with new autoconf macros,
38872         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
38873         HAVE_MALLOC/HAVE_REALLOC.
38874
38875         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
38876         dummy ones.  At least on GNU/Linux systems, `auto' means something
38877         else.
38878         From Michael Stone.
38879
38880 2002-11-21  Bruno Haible  <bruno@clisp.org>
38881
38882         Remove case insensitive option matching.
38883         * lib/argmatch.h (argcasematch): Remove declaration.
38884         (ARGCASEMATCH): Remove macro.
38885         (__xargmatch_internal): Remove case_sensitive argument.
38886         (XARGMATCH): Update.
38887         (XARGCASEMATCH): Remove macro.
38888         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
38889         case_sensitive argument.
38890         (argcasematch): Remove function.
38891         (__xargmatch_internal): Remove case_sensitive argument.
38892         (main): Use XARGMATCH instead of XARGCASEMATCH.
38893
38894         * lib/xmalloc.c: Change compile-time error message. Add comment about
38895         required autoconf version.
38896
38897 2002-11-20  Paul Eggert  <eggert@twinsun.com>
38898
38899         Merge argmatch cleanups from Bison.  Assume C89.
38900
38901         * lib/argmatch.c: Include config.h here, not in argmatch.h.
38902         Include stdlib.h, for EXIT_FAILURE.
38903         Always include <string.h>, since we assume C89.
38904         (EXIT_FAILURE): Remove pre-C89 bug workaround.
38905         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
38906         Include <stddef.h> instead, since it's all we need for size_t.
38907         (PARAMS): Remove.  All uses removed.
38908         (ARRAY_CARDINALITY): Do not bother to #undef.
38909         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
38910         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
38911         Remove unnecessary parentheses.
38912         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
38913         Insert necessary parentheses.
38914         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
38915         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
38916
38917 2002-11-19  Bruno Haible  <bruno@clisp.org>
38918
38919         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
38920         * lib/mbswidth.h: Include <stddef.h>, for size_t.
38921
38922         * lib/mbswidth.h (PARAMS): Remove macro.
38923         (mbswidth, mbsnwidth): Use ANSI C function declarations.
38924         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
38925
38926         * lib/gcd.h (PARAMS): Remove macro.
38927         (gcd): Use ANSI C function declarations.
38928         * lib/gcd.c (gcd): Likewise.
38929
38930 2002-11-15  Bruno Haible  <bruno@clisp.org>
38931
38932         * lib/strcspn.c: Include <stddef.h>.
38933         (strcspn): Use ANSI C function declaration. Change return type to
38934         size_t. Use NULL.
38935         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
38936         (strpbrk): Use NULL.
38937         * lib/strpbrk.h (PARAMS): Remove macro.
38938         (strpbrk): Use ANSI C function declaration.
38939         * lib/strstr.c: Don't include <sys/types.h>.
38940         * lib/strstr.h (PARAMS): Remove macro.
38941         (strstr): Use ANSI C function declarations.
38942
38943 2002-11-14  Karl Berry  <karl@gnu.org>
38944
38945         * config/mkinstalldirs: `do' on separate line, instead of
38946         `for var; do'.
38947
38948 2002-11-06  Bruno Haible  <bruno@clisp.org>
38949
38950         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
38951         * lib/gcd.c (gcd): Likewise.
38952
38953 2002-11-05  Bruno Haible  <bruno@clisp.org>
38954
38955         * lib/gcd.h: New file, from gettext-0.11.5.
38956         * lib/gcd.c: New file, from gettext-0.11.5.
38957
38958 2002-11-05  Bruno Haible  <bruno@clisp.org>
38959
38960         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38961         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38962         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38963         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38964
38965         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
38966         <libintl.h>.
38967         * lib/makepath.c: Include gettext.h instead of <locale.h> and
38968         <libintl.h>.
38969
38970         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
38971         * lib/human.c: Include gettext.h instead of <libintl.h>.
38972         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
38973         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
38974         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
38975         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
38976         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
38977         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
38978         (textdomain): Remove definition.
38979         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
38980
38981         * lib/long-options.c: Remove include of <libintl.h> and definition of
38982         _.
38983         * lib/same.c: Remove include of <libintl.h> and definition of _.
38984
38985 2002-11-04  Owen Taylor  <otaylor@redhat.com>
38986
38987         * lib/config.charset: A few additions for Solaris.
38988
38989 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
38990
38991         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
38992         * lib/localcharset.c (locale_charset): Declare as extern "C".
38993
38994 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
38995
38996         * lib/config.charset: msdos in uk_UA uses CP1125.
38997
38998 2002-11-04  Bruno Haible  <bruno@clisp.org>
38999
39000         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
39001         * lib/strcase.h: New file, from GNU gettext-0.11.5.
39002         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
39003         * lib/strstr.h: New file, from GNU gettext-0.11.5.
39004         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
39005
39006 2002-11-04  Bruno Haible  <bruno@clisp.org>
39007
39008         * lib/localcharset.c (locale_charset): Don't return an empty string.
39009
39010 2002-11-04  Bruno Haible  <bruno@clisp.org>
39011
39012         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
39013         aliases.
39014
39015 2002-11-04  Bruno Haible  <bruno@clisp.org>
39016
39017         * lib/config.charset: Update for newest glibc. Add canonical names
39018         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
39019
39020 2002-11-04  Bruno Haible  <bruno@clisp.org>
39021
39022         * lib/config.charset: Add support for NetBSD.
39023
39024 2002-11-04  Bruno Haible  <bruno@clisp.org>
39025
39026         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
39027
39028 2002-11-01  Bruno Haible  <bruno@clisp.org>
39029
39030         * configure.in: Add AC_CONFIG_AUX_DIR call.
39031         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
39032         test/Makefile.
39033         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
39034
39035 2002-09-28  Karl Berry  <karl@gnu.org>
39036
39037         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
39038         installed automake until the next release, since changes have been
39039         made.
39040
39041 2002-09-25  Karl Berry  <karl@gnu.org>
39042
39043         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
39044         * lib/getopt*: copy from libc/posix.
39045         * lib/gettext.h: copy from gettext.
39046         * lib/.cppi-disable: add strdup.c, gettext.h.
39047
39048 2002-09-25  Karl Berry  <karl@gnu.org>
39049
39050         * config/srclist.txt: enable gettext.h check.
39051         * config/config.{guess,sub}: update from prep.
39052         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
39053                 from automake 1.6.3.
39054         See srclist*.
39055
39056 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
39057
39058         * regex.c (PATFETCH): Remove the translating fetch.
39059         (PATFETCH_RAW): Rename to PATFETCH.
39060         (set_image_of_range): New fun.
39061         (SET_RANGE_TABLE_WORK_AREA): Use it.
39062         (regex_compile): Don't translate the pattern chars so eagerly.
39063         Only do it when inserting an `exactn' bytecode or when handling
39064         a char-range.
39065         (mutually_exclusive_p): Avoid empty statement.
39066
39067 2002-07-06  Jim Meyering  <meyering@lucent.com>
39068
39069         * m4/README: Don't mention Makefile.am.in.
39070         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
39071
39072 2002-07-01  Jim Meyering  <meyering@lucent.com>
39073
39074         * lib/c-stack.c: Include sys/time.h.
39075         From Volker Borchert.
39076
39077 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39078
39079         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
39080
39081 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39082
39083         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
39084         New macro.  Use it uniformly instead of
39085         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
39086         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
39087         reported by Vin Shelton.
39088
39089 2002-06-22  Paul Eggert  <eggert@twinsun.com>
39090
39091         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
39092         Do not assume SA_SIGINFO behavior.
39093         Bug reported by Jim Meyering on NetBSD 1.5.2.
39094
39095 2002-06-22  Jim Meyering  <meyering@lucent.com>
39096
39097         * m4/c-stack.m4: New file, from diffutils-2.8.2.
39098         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
39099
39100         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
39101         now that configure.ac uses AC_GNU_SOURCE.
39102         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
39103         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
39104
39105         Update to latest tools.  Suggestions from Paul Eggert.
39106         * m4/stdbool.m4: New file, from diffutils-2.8.2.
39107         * m4/gnu-source.m4: Update from diffutils-2.8.2.
39108         * m4/fnmatch.m4: Likewise.
39109         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
39110         to AC_HEADER_STDBOOL
39111
39112 2002-06-22  Jim Meyering  <meyering@lucent.com>
39113
39114         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
39115         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
39116
39117 2002-06-22  Jim Meyering  <meyering@lucent.com>
39118
39119         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
39120
39121         * lib/exitfail.c, exitfail.h: Likewise.
39122         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
39123
39124         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
39125         of fnmatch.h.
39126         (EXTRA_DIST): Add fnmatch_loop.c.
39127         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
39128
39129         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
39130         * lib/fnmatch.c: Update from diffutils-2.8.2.
39131         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
39132         * lib/fnmatch.h: Remove file.
39133
39134 2002-06-21  Jim Meyering  <meyering@lucent.com>
39135
39136         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
39137         * m4/mbrtowc.m4: Likewise.
39138
39139         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
39140         * m4/mbswidth.m4: Reflect name change:
39141         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
39142         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39143
39144         * m4/lib-link.m4: Update from gettext-0.11.2.
39145         * m4/gettext.m4: Likewise.
39146
39147         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
39148         From Alfred M. Szmidt.
39149
39150 2002-06-18  Paul Eggert  <eggert@twinsun.com>
39151
39152         * lib/file-type.h: Report an error if neither S_ISREG nor
39153         S_IFREG is defined, instead of using a test specific to glibc
39154         2.2.  This should be safe, since POSIX requires S_ISREG and
39155         Unix Version 7 had S_IFREG.  We don't need to check for
39156         <sys/types.h> since we don't use any symbols that it defines.
39157
39158 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
39159
39160         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
39161         $@-t, so that each temporary file name is unique and valid in the first
39162         8 characters, for operation under DOS.
39163
39164 2002-06-15  Paul Eggert  <eggert@twinsun.com>
39165
39166         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
39167
39168 2002-06-15  Jim Meyering  <meyering@lucent.com>
39169
39170         Work even with DJGPP 2.03, which lacks support for symlinks.
39171         From Richard Dawe.
39172         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
39173         is defined.
39174         * lib/lchown.c (S_ISLNK): Likewise.
39175
39176 2002-06-15  Jim Meyering  <meyering@lucent.com>
39177
39178         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
39179         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
39180         have been included before this file.
39181
39182 2002-06-14  Jim Meyering  <meyering@lucent.com>
39183
39184         * lib/file-type.h: Use the version from diffutils-2.8.2.
39185         * lib/file-type.c: Likewise.
39186
39187 2002-06-07  Jim Meyering  <meyering@lucent.com>
39188
39189         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
39190         They're needed at least for NetBSD 1.5.2.
39191         ($statxfs_includes): Include those same headers.
39192         ($statxfs_includes): Include sys/vfs.h if available.
39193         ($statxfs_includes): Likewise for sys/statvfs.h.
39194         Check for the following members in both structs statfs and statvfs:
39195         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
39196
39197 2002-06-01  Jim Meyering  <meyering@lucent.com>
39198
39199         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
39200         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
39201
39202 2002-05-28  Jim Meyering  <meyering@lucent.com>
39203
39204         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
39205         Reported by Volker Borchert.
39206
39207 2002-05-27  Jim Meyering  <meyering@lucent.com>
39208
39209         Fix a problem seen only on nonconforming systems whereby ls.c's
39210         use of localtime, and then of gettimeofday would cause trouble:
39211         the localtime call used to initialize rpl_gettimeofday's save
39212         mechanism would clobber ls's current local time information so
39213         that in any long listing the first file would always be listed
39214         with date 1970-01-01.  Analysis by Volker Borchert.
39215
39216         * lib/gettimeofday.c (localtime): Undefine.
39217         (rpl_localtime): New function.
39218
39219 2002-05-27  Jim Meyering  <meyering@lucent.com>
39220
39221         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
39222         localtime.
39223
39224         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
39225         use the replacement function; it wouldn't resolve at link time.
39226         Reported by Volker Borchert.
39227
39228 2002-05-22  Jim Meyering  <meyering@lucent.com>
39229
39230         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
39231         file-type.h.
39232         * lib/file-type.h: New file.
39233         * lib/file-type.c (file_type): New file/function.  Extracted from
39234         diffutils.
39235
39236 2002-04-30  Jim Meyering  <meyering@lucent.com>
39237
39238         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
39239
39240 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39241
39242         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
39243
39244 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39245
39246         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
39247         Do not check for alloca.h (no longer used) or stdbool.h (was never
39248         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
39249
39250 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39251
39252         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
39253
39254 2002-04-29  Jim Meyering  <meyering@lucent.com>
39255
39256         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
39257         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
39258         Use AC_FUNC_STRNLEN here instead.
39259
39260         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
39261         With autoconf-2.53a, it's part of AC_PROG_CC.
39262
39263 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39264
39265         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
39266         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
39267
39268 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39269
39270         * lib/sig2str.h, lib/sig2str.c: New files.
39271         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
39272
39273 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39274
39275         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
39276         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
39277         of 127, since 64 is the largest conceivable number for ancient
39278         nonstandard hosts.
39279         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
39280
39281 2002-04-28  Jim Meyering  <meyering@lucent.com>
39282
39283         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
39284
39285 2002-04-24  Jim Meyering  <meyering@lucent.com>
39286
39287         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
39288         (jm_PREREQ): Use it.
39289
39290         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
39291         mach/mach.h fcntl.h.
39292         Check for this function: setlocale.
39293
39294 2002-04-24  Jim Meyering  <meyering@lucent.com>
39295
39296         * lib/gettext.h: New file, from Gettext.
39297         * lib/Makefile.am (INCLUDES): Remove -I../intl.
39298         (libfetish_a_SOURCES): Add gettext.h.
39299
39300 2002-04-16  Jim Meyering  <meyering@lucent.com>
39301
39302         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
39303         ut_pid, ut_id, ut_exit.
39304
39305 2002-04-16  Jim Meyering  <meyering@lucent.com>
39306
39307         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
39308         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
39309         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
39310
39311 2002-04-12  Jim Meyering  <meyering@lucent.com>
39312
39313         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
39314         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
39315         existence of the getmntinfo function.  Needed for Darwin 5.3.
39316
39317         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
39318         This is necessary at least on Darwin 5.3.
39319
39320         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
39321         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
39322         strnlen.o in the library, and that makes some versions of ranlib
39323         object.
39324
39325 2002-04-12  Jim Meyering  <meyering@lucent.com>
39326
39327         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
39328
39329 2002-04-09  Jim Meyering  <meyering@lucent.com>
39330
39331         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
39332         to be more precise.  Rather than saying we're checking whether the
39333         function `works', say what we're testing.
39334         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
39335         Reported by Bruno Haible.
39336
39337 2002-03-10  Jim Meyering  <meyering@lucent.com>
39338
39339         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
39340         Suggestion from Santiago Vila.
39341
39342 2002-03-08  Jim Meyering  <meyering@lucent.com>
39343
39344         * lib/rename.c: Mention that this wrapper is needed also on
39345         mips-dec-ultrix4.4 systems.
39346
39347 2002-03-02  Jim Meyering  <meyering@lucent.com>
39348
39349         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
39350         not HAVE_CLOCK_SETTIME.
39351
39352 2002-02-27  Paul Eggert  <eggert@twinsun.com>
39353
39354         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
39355         Check for clock_settime.
39356
39357 2002-02-27  Paul Eggert  <eggert@twinsun.com>
39358
39359         * lib/nanosleep.h: Rename to....
39360         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
39361
39362         * lib/gettime.c: New file.
39363         * lib/settime.c: New file.
39364         * lib/stime.c: Remove.
39365
39366         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
39367         timespec.h.  Remove nanosleep.h.
39368
39369 2002-02-25  Paul Eggert  <eggert@twinsun.com>
39370
39371         * m4/acl.m4: New file.
39372         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
39373         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
39374
39375 2002-02-25  Paul Eggert  <eggert@twinsun.com>
39376
39377         * lib/acl.c, lib/acl.h: New files.
39378         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
39379
39380 2002-02-24  Jim Meyering  <meyering@lucent.com>
39381
39382         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
39383         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
39384         cause trouble.  Reported by Nelson Beebe.
39385
39386 2002-02-23  Paul Eggert  <eggert@twinsun.com>
39387
39388         * lib/path-concat.c (xpath_concat): Reorder code to pacify
39389         compilers that don't know that xalloc_die never returns.
39390
39391 2002-02-20  Jim Meyering  <meyering@lucent.com>
39392
39393         * lib/getdate.c: Regenerate using bison-1.33.
39394
39395 2002-02-17  Jim Meyering  <meyering@lucent.com>
39396
39397         * config/config.guess (main): Don't use `head -1'; it's no longer
39398         portable. Use `sed 1q' instead.
39399
39400 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
39401
39402         * m4/codeset.m4: Upgrade to gettext-0.11.
39403         * m4/gettext.m4: Upgrade to gettext-0.11.
39404         * m4/glibc21.m4: Upgrade to gettext-0.11.
39405         * m4/iconv.m4: Upgrade to gettext-0.11.
39406         * m4/isc-posix.m4: Upgrade to gettext-0.11.
39407         * m4/lcmessage.m4: Upgrade to gettext-0.11.
39408         * m4/lib-ld.m4: New file, from gettext-0.11.
39409         * m4/lib-link.m4: New file, from gettext-0.11.
39410         * m4/lib-prefix.m4: New file, from gettext-0.11.
39411         * m4/progtest.m4: Upgrade to gettext-0.11.
39412
39413 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39414
39415         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
39416         (jm_PREREQ): Use it.
39417
39418 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39419
39420         * lib/posixver.c, lib/posixver.h: New files.
39421         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39422
39423 2002-02-02  Paul Eggert  <eggert@twinsun.com>
39424             Bruno Haible  <bruno@clisp.org>
39425
39426         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
39427         (fwrite_success_callback): New declaration.
39428         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
39429         print_unicode_char. Call failure callback instead of error.
39430         (fwrite_success_callback): New function.
39431         (exit_failure_callback): New function.
39432         (fallback_failure_callback): New function.
39433         (print_unicode_char): Call unicode_to_mb.
39434
39435 2002-01-26  Jim Meyering  <meyering@lucent.com>
39436
39437         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
39438         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
39439
39440 2002-01-26  Jim Meyering  <meyering@lucent.com>
39441
39442         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
39443
39444 2002-01-22  Paul Eggert  <eggert@twinsun.com>
39445
39446         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
39447
39448 2002-01-22  Jim Meyering  <meyering@lucent.com>
39449
39450         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
39451         Otherwise, some versions of automake would omit the rule that makes
39452         Makefile from Makefile.in.
39453
39454 2002-01-21  Paul Eggert  <eggert@twinsun.com>
39455
39456         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
39457         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39458         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
39459         (memcoll): Set errno to zero if there is no error.
39460
39461         * lib/quotearg.c (quotearg_buffer_restyled):
39462         Fix bug with quoting buffers containing NUL when backslashing escapes.
39463         This bug was exposed by the other changes in this patch.
39464         (quotearg_n_options): New arg ARGSIZE.
39465         All callers changed.
39466         (quoting_options_from_style): New function.
39467         (quotearg_n_style): Use it.
39468         (quotearg_n_style_mem): New function.
39469
39470         * lib/quotearg.h (quotearg_n_style_mem): New function.
39471
39472 2002-01-19  Jim Meyering  <meyering@lucent.com>
39473
39474         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
39475         Remove useless quotes: DF_PROG="df".
39476         * m4/strnlen.m4: New file.
39477
39478 2002-01-16  Paul Eggert  <eggert@twinsun.com>
39479
39480         * lib/backupfile.c (ISDIGIT): Comment fix.
39481         * lib/getdate.y (ISDIGIT): Likewise.
39482         * lib/posixtm.c (ISDIGIT, year): Likewise.
39483         * lib/strverscmp.c (ISDIGIT): Likewise.
39484         * lib/userspec.c (ISDIGIT): Likewise.
39485
39486 2002-01-16  Jim Meyering  <meyering@lucent.com>
39487
39488         * lib/getdate.y: Add three semicolons, each just before a closing
39489         brace. Bison (as of version 1.31) no longer papers over that mistake.
39490
39491 2002-01-05  Jim Meyering  <meyering@lucent.com>
39492
39493         * lib/version-etc.c (version_etc_copyright): Update copyright year.
39494
39495 2001-12-19  Paul Eggert  <eggert@twinsun.com>
39496
39497         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
39498         not silently exit merely because the output buffer happens to
39499         have nothing pending.
39500
39501 2001-12-18  Paul Eggert  <eggert@twinsun.com>
39502
39503         See the big note in ../ChangeLog.
39504         * lib/human.c (suffixes): Prefer K to k for 1024.
39505         (generate_suffix_backwards): New function.
39506         (human_readable_inexact): Use it.
39507         * lib/xstrtol.c (__xstrtol): If there is no number but there
39508         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
39509         Accept 'K' as well as 'k'.
39510
39511 2001-12-15  Jim Meyering  <meyering@lucent.com>
39512
39513         * lib/regex.h (__restrict_arr): Update from libc.
39514
39515         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
39516         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
39517         (STREQ): Define.
39518
39519 2001-12-14  Jim Meyering  <meyering@lucent.com>
39520
39521         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
39522         Suggestion from Bruno Haible.
39523
39524 2001-12-10  Jim Meyering  <meyering@lucent.com>
39525
39526         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
39527         xrealloc, Instead, include "xalloc.h".
39528         (initbuffer): Don't cast xmalloc return value to char*.
39529         (readline): Reword comment.
39530         Don't cast xrealloc return value to char*
39531         Return NULL, not 0.
39532
39533 2001-12-09  Jim Meyering  <meyering@lucent.com>
39534
39535         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
39536         about `signed and unsigned type in conditional expression'.
39537         * lib/posixtm.c (posix_time_parse): Likewise.
39538
39539         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
39540
39541         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
39542         to avoid a pedantic warning.
39543
39544         * lib/getstr.c: Don't include assert.h.
39545         (getstr): Remove warning-evoking assertions.
39546         Return -1 if offset parameter is out of bounds.
39547         Change the type of a local from int to size_t.
39548
39549         * lib/strftime.c (my_strftime_localtime_r): Include this function
39550         definition in the `#if ! HAVE_TM_GMTOFF' block.
39551
39552         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
39553         Include xalloc.h instead.
39554
39555 2001-12-02  Jim Meyering  <meyering@lucent.com>
39556
39557         * lib/tempname.c: Don't declare getenv, thus reverting the change of
39558         2001-11-18.  It's no longer necessary, now that stdlib.h is always
39559         included.
39560
39561         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
39562         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
39563
39564 2001-11-30  Akim Demaille  <akim@epita.fr>
39565
39566         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
39567         before being defined.
39568
39569 2001-11-27  Paul Eggert  <eggert@twinsun.com>
39570
39571         * lib/quotearg.h (quotearg_n, quotearg_n_style):
39572         First arg is int, not unsigned.
39573         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
39574         (SIZE_MAX, UINT_MAX): New macros.
39575         (quotearg_n_options): Abort if N is negative.
39576         Avoid overflow check on hosts where size_t is 64 bits and int
39577         is 32 bits, as overflow is impossible there.
39578         Fix off-by-one typo that caused unnecessary reallocation.
39579
39580 2001-11-27  Jim Meyering  <meyering@lucent.com>
39581
39582         * lib/tempname.c: Merge with version from libc.
39583         * lib/regex.c: Likewise.
39584
39585         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
39586         systems for which STDC_HEADERS is 0, it was not included, resulting in
39587         a warning about an integer-to-pointer conversion problem with getenv.
39588         Reported by Volker Borchert.
39589
39590 2001-11-26  Jim Meyering  <meyering@lucent.com>
39591
39592         * lib/gtod.h: Remove file.
39593         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
39594         * lib/gettimeofday.c: Don't include gtod.h.
39595         (GTOD_init): Remove function.
39596         (rpl_gettimeofday): Do its job here instead, rather than aborting.
39597         Suggestion from Volker Borchert.
39598
39599 2001-11-23  Jim Meyering  <meyering@lucent.com>
39600
39601         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
39602         it.
39603         * lib/hash.c (struct hash_table): Define it here instead.
39604
39605 2001-11-22  Jim Meyering  <meyering@lucent.com>
39606
39607         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
39608
39609 2001-11-20  Jim Meyering  <meyering@lucent.com>
39610
39611         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
39612         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
39613
39614 2001-11-19  Jim Meyering  <meyering@lucent.com>
39615
39616         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
39617         directory.  Use "conftestXXXXXX" as the template.
39618         Suggestion from Paul Eggert.
39619
39620         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
39621         immediately, so the test doesn't mistakenly hit the max-open-files
39622         limit.
39623
39624 2001-11-18  Paul Eggert  <eggert@twinsun.com>
39625
39626         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
39627         (TEMPORARIES): New macro.
39628         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
39629         removes an artificial limitation (e.g. HP-UX 10.20, where
39630         TMP_MAX is 17576).
39631
39632 2001-11-18  Jim Meyering  <meyering@lucent.com>
39633
39634         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
39635
39636 2001-11-18  Jim Meyering  <meyering@lucent.com>
39637
39638         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
39639         on SunOS 4.
39640
39641         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
39642         files will be created before anything else.
39643
39644 2001-11-17  Paul Eggert  <eggert@twinsun.com>
39645
39646         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
39647         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
39648
39649 2001-11-17  Jim Meyering  <meyering@lucent.com>
39650
39651         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
39652         Prompted by a report from Bob Proulx.
39653
39654         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
39655         Instead, require UTILS_FUNC_MKSTEMP.
39656
39657 2001-11-17  Jim Meyering  <meyering@lucent.com>
39658
39659         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
39660         Now, that's done as part of AC_FUNC_STRTOD.
39661
39662 2001-11-17  Jim Meyering  <meyering@lucent.com>
39663
39664         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
39665         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
39666         rather than group writable.  Patch by Juan F. Codagnone.
39667
39668         * lib/readtokens.c: Remove explicit declarations of xmalloc and
39669         xrealloc, Instead, include "xalloc.h".
39670
39671         * lib/mountlist.c: Include unlocked-io.h after all system headers.
39672         Remove explicit declarations of xmalloc, xrealloc,
39673         and xstrdup.  Instead, include "xalloc.h".
39674
39675         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
39676         unlocked-io.h.
39677         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
39678         Likewise.
39679         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
39680
39681         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
39682         Reported by Padraig Brady.
39683
39684         * lib/mkstemp.c: #undef mkstemp.
39685         Include config.h.
39686         (rpl_mkstemp): Rename from mkstemp.
39687         Protoize.
39688
39689 2001-11-16  Jim Meyering  <meyering@lucent.com>
39690
39691         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
39692         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
39693         determine the amount of total physical memory, use pstat_getstatic.
39694         HPUX-11 doesn't define _SC_PHYS_PAGES.
39695         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
39696         If sysconf couldn't be used to determine the amount of available
39697         physical memory, use both pstat_getstatic and pstat_getdynamic.
39698         Based on a patch from Bob Proulx.
39699
39700 2001-11-10  Jim Meyering  <meyering@lucent.com>
39701
39702         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
39703         (jm_PREREQ): Use it.
39704
39705 2001-11-09  Jim Meyering  <meyering@lucent.com>
39706
39707         * m4/jm-macros.m4: Require autoconf-2.52f.
39708         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
39709         Use these AC_-prefixed names, not the AM_-prefixed ones.
39710
39711         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
39712
39713 2001-11-05  Jim Meyering  <meyering@lucent.com>
39714
39715         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
39716
39717 2001-11-04  Jim Meyering  <meyering@lucent.com>
39718
39719         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
39720         $DEFS.
39721
39722 2001-11-03  Jim Meyering  <meyering@lucent.com>
39723
39724         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
39725         of AC_DEFUN.
39726
39727         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
39728         know the name of the variable in the macro definition.
39729
39730 2001-11-03  Jim Meyering  <meyering@lucent.com>
39731
39732         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
39733         in argmatch_to_argument call.
39734
39735         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
39736         argument.
39737
39738         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
39739         e.g., a fault due to an attempt to free a NULL pointer.
39740
39741 2001-11-01  Jim Meyering  <meyering@lucent.com>
39742
39743         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
39744         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
39745
39746 2001-11-01  Jim Meyering  <meyering@lucent.com>
39747
39748         * lib/dirfd.c, lib/dirfd.h: New files.
39749         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
39750
39751         * lib/hash.c (hash_print) [TESTING]: Clean up.
39752
39753 2001-10-22  Paul Eggert  <eggert@twinsun.com>
39754
39755         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
39756         to avoid a warning if -Wall.
39757
39758 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
39759
39760         * README: New file
39761         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
39762         (per RMS's instructions, this is now the canonical source)
39763         * lgpl/, gpl/: New directories.
39764
39765 2001-10-21  Paul Eggert  <eggert@twinsun.com>
39766
39767         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
39768
39769 2001-10-21  Jim Meyering  <meyering@lucent.com>
39770
39771         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
39772         this code would end up calling gettext even in packages built
39773         with --disable-nls.
39774         * lib/getopt.c (_): Likewise.
39775         * lib/regex.c (_): Likewise.
39776
39777 2001-10-20  Paul Eggert  <eggert@twinsun.com>
39778
39779         * m4/error.m4 (jm_PREREQ_ERROR):
39780         Do not invoke AC_CHECK_FUNCS with strerror_r, as
39781         AC_FUNC_STRERROR_R does that.
39782         Check for strerror declaration.
39783
39784         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
39785         are supposed to have them these days.
39786         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
39787         Merge changes from latest Autoconf CVS.
39788         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
39789         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
39790         POSIX decided to standardize on the int flavor of strerror_r.
39791
39792 2001-10-20  Paul Eggert  <eggert@twinsun.com>
39793
39794         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
39795         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
39796         Use strerror_r that is only a macro, even if it is not a function.
39797         (strerror): Check for HAVE_DECL_STRERROR before declaring.
39798         (private_strerror): Use prototypes, not old-style function definition.
39799         (print_errno_message): New function.
39800         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
39801         char*-flavored one.
39802         (error_tail, error, error_at_line): Use it.
39803
39804 2001-10-11  Jim Meyering  <meyering@lucent.com>
39805
39806         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
39807         and quote_n (1, ... to avoid clobbering a buffer.
39808
39809 2001-10-05  Jim Meyering  <meyering@lucent.com>
39810
39811         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
39812         hash-pjw.h.
39813         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
39814         * lib/hash-pjw.h: New file.
39815
39816 2001-09-30  Jim Meyering  <meyering@lucent.com>
39817
39818         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
39819         `struct fsstat' has the `f_fstypename' member.
39820         Use that to define FS_TYPE, which is now used to make
39821         the getfsstat link test tighter.
39822
39823 2001-09-30  Jim Meyering  <meyering@lucent.com>
39824
39825         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
39826         Include <sys/ucred.h>, for Apple Darwin.
39827         Include sys/mount.h and sys/fs_types.h only if available.
39828         (FS_TYPE): Define.
39829         (read_filesystem_list): Use FS_TYPE.
39830
39831 2001-09-29  Paul Eggert  <eggert@twinsun.com>
39832
39833         * lib/exclude.c (excluded_filename): 0 -> false, since it's
39834         a boolean context.
39835
39836 2001-09-29  Jim Meyering  <meyering@lucent.com>
39837
39838         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
39839         [one-argument getmntent function]): Include stdio.h before mntent.h.
39840         SunOS 4.1.x needs it for the declaration of `FILE'.
39841         Patch by Volker Borchert.
39842
39843         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
39844         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
39845         sys/fs_types.h, and make the link-test for getfsstat guard #include
39846         directives with appropriate #if HAVE_*_H tests so that we can
39847         detect getfsstat on Apple Darwin1.3.7 systems.
39848         Reported by Nelson Beebe.
39849         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
39850
39851 2001-09-28  Paul Eggert  <eggert@twinsun.com>
39852
39853         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
39854         #defines strtoimax.  Also treat the other strto* functions
39855         like strtoimax.
39856
39857         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
39858         Check for strtoul and strtoumax,
39859         as those declarations are made even in the signed case.
39860         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
39861         Likewise, for strtol and strtoimax.
39862
39863 2001-09-28  Paul Eggert  <eggert@twinsun.com>
39864
39865         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
39866         #defines strtoimax.  Also treat the other strto* functions
39867         like strtoimax.
39868
39869         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
39870         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
39871         (strtoimax, strtoumax): Do not declare if already defined as a macro.
39872
39873 2001-09-26  Jim Meyering  <meyering@lucent.com>
39874
39875         Most macros in unlocked-io.h had the wrong number of arguments.
39876         * lib/gen-uio: New script.
39877         (USE_UNLOCKED_IO): Define to 1 if not already defined.
39878         * lib/unlocked-io.hin: Remove file.
39879         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
39880         rather than trying to embed it here.
39881         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
39882         Reported by Padraig Brady.
39883
39884 2001-09-25  Volker Borchert  <bt@teknon.de>
39885
39886         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
39887         `result'.
39888
39889 2001-09-24  Jim Meyering  <meyering@lucent.com>
39890
39891         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
39892
39893 2001-09-23  Jim Meyering  <meyering@lucent.com>
39894
39895         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
39896         instead of the mere test for existence of mntent.h.  The latter
39897         would get a false-positive on AIX 3.4 systems.
39898         In the outer getmntent if-block, don't die if neither of the getmntent
39899         tests succeeds.  Instead, just fall through and continue with the
39900         remaining tests.
39901
39902 2001-09-23  Jim Meyering  <meyering@lucent.com>
39903
39904         * lib/mountlist.c: Remove useless parentheses in #if directives.
39905         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
39906         the deprecated MOUNTED symbol is no longer defined in mntent.h.
39907
39908 2001-09-22  Jim Meyering  <meyering@lucent.com>
39909
39910         * m4/gettext.m4: New file.  From gettext.
39911         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
39912         * m4/progtest.m4: Likewise
39913         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
39914         * m4/glibc21.m4: Likewise.
39915
39916         * m4/libintl.m4: Remove.  No longer used.
39917
39918 2001-09-22  Jim Meyering  <meyering@lucent.com>
39919
39920         * lib/localcharset.c: Update from latest gettext.
39921         * lib/config.charset: Likewise.
39922
39923 2001-09-20  Jim Meyering  <meyering@lucent.com>
39924
39925         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
39926         strtoimax.
39927         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
39928         strtoumax.
39929
39930 2001-09-20  Jim Meyering  <meyering@lucent.com>
39931
39932         * lib/xstrtol.c (strtoimax): Guard declaration with
39933         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
39934         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
39935         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
39936         (strtoumax): Likewise, for completeness (it wasn't necessary).
39937
39938 2001-09-17  Paul Eggert  <eggert@twinsun.com>
39939
39940         * lib/strtoimax.c (HAVE_LONG_LONG):
39941         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
39942         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
39943         to work around bug in IBM C compiler.
39944
39945 2001-09-17  Jim Meyering  <meyering@lucent.com>
39946
39947         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
39948         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
39949         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
39950         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
39951         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
39952         whenever the right hand side need not be expanded by the shell.
39953
39954 2001-09-16  Paul Eggert  <eggert@twinsun.com>
39955
39956         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
39957         library.  It's not correct, as some older glibcs are buggy.
39958         fnmatch wasn't fixed until glibc 2.2.
39959
39960         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
39961         special shell magic here.
39962
39963 2001-09-16  Jim Meyering  <meyering@lucent.com>
39964
39965         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
39966         * m4/jm-macros.m4: Require it.
39967
39968 2001-09-16  Jim Meyering  <meyering@lucent.com>
39969
39970         * lib/mkdir.c: New file.
39971
39972 2001-09-15  Jim Meyering  <meyering@lucent.com>
39973
39974         * m4/jm-macros.m4: Check for help2man.
39975
39976 2001-09-11  Jim Meyering  <meyering@lucent.com>
39977
39978         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
39979         The body, by Paul Eggert, was moved here from configure.in.
39980         * m4/jm-macros.m4: Require UTILS_HOST_OS.
39981
39982 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39983
39984         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
39985         (jm_PREREQ): Use it.
39986
39987 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39988
39989         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
39990         Use ssize_t, not int, to store result of readlink.
39991         Check for ssize_t overflow as well as size_t overflow,
39992         as POSIX says the result of readlink is implementation-defined
39993         when ssize_t overflows.
39994         Remove unnecessary cast to char*.
39995         Use free+malloc instead of realloc, as the storage doesn't need
39996         to be preserved and it's clearer and can be more efficient that way.
39997         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
39998         * lib/xreadlink.h (xreadlink): Update prototype.
39999
40000 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40001
40002         * lib/xgetcwd.c: Revert some of the previous change; intead,
40003         fix the HAVE_GETCWD_NULL code to behave more like the
40004         !HAVE_GETCWD_NULL code used to.
40005
40006         Include "xalloc.h".
40007         (xgetcwd): Do not return NULL when memory is exhausted; instead,
40008         invoke xalloc_die.
40009
40010 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40011
40012         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
40013         sys/param.h, as pathmax.h includes them.
40014
40015 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40016
40017         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
40018         (jm_PREREQ_XGETCWD): New macro.
40019
40020         * m4/getcwd.m4: New file.
40021
40022 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40023
40024         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
40025         like the HAVE_GETCWD_NULL code.
40026         Include pathmax.h if not HAVE_GETCWD.
40027         Do not include xalloc.h.
40028         (INITIAL_BUFFER_SIZE): New symbol.
40029         Do not use xmalloc / xrealloc, since the caller is responsible for
40030         handling errors.  Preserve errno around `free' during failure.
40031         Do not overrun buffer when using getwd.
40032
40033 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40034
40035         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
40036         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
40037         getcwd (NULL, 0).
40038
40039 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40040
40041         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
40042         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
40043         spotted by Jim Meyering.
40044
40045 2001-09-03  Jim Meyering  <meyering@lucent.com>
40046
40047         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
40048         failure.
40049
40050 2001-09-02  Jim Meyering  <meyering@lucent.com>
40051
40052         * lib/error.c: Update from GNU libc.
40053
40054 2001-09-01  Jim Meyering  <meyering@lucent.com>
40055
40056         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
40057         Used by df.
40058
40059 2001-09-01  Jim Meyering  <meyering@lucent.com>
40060
40061         * lib/xreadlink.c: New file.
40062         * lib/xreadlink.h: New file.
40063         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
40064         xreadlink.h.
40065
40066         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
40067         doesn't conflict with sparc Solaris 7's definition in
40068         /usr/include/sys/int_types.h.
40069
40070         * lib/exclude.c: Use `""', not `<>' to #include non-system header
40071         files.
40072         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
40073         and strncasecmp as r-values.  Unixware didn't have declarations.
40074
40075 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40076
40077         * lib/xstrtol.h: Add copyright notice.
40078         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
40079         LONGINT_INVALID_SUFFIX_CHAR.
40080
40081 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40082
40083         * lib/xstrtol.c (strtoimax): New decl.
40084
40085 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40086
40087         * lib/xgetcwd.c: Don't include pathmax.h.
40088         Include stdlib.h and unistd.h if available.
40089         Include xalloc.h.
40090         (xmalloc, xstrdup, free): Remove decls.
40091         (xgetcwd): Don't assume sizes fit in unsigned.
40092         Check for overflow when computing sizes.
40093         Simplify reallocation code.
40094
40095 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40096
40097         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
40098         a directory's st_size can have an arbitrary value, so the old
40099         usage could waste an arbitrary amount of memory.  All uses
40100         changed.
40101         * lib/savedir.h: Update prototype.
40102
40103 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40104
40105         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
40106
40107         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
40108         old strtoimax.c.
40109
40110         Also, make the following further changes to make this file's
40111         configuration more similar to that of strtol.c:
40112         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
40113         (strtoumax, uintmax_t, strtoull, strtol): Remove.
40114         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
40115         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
40116         changed to signed values.
40117
40118         And make the following changes as well:
40119         Fix copyright notice, as 1999 was missing.
40120         (verify): New macro.
40121         (strtoimax): Check sizes at compile-time, not run-time.
40122         Prefer strtol to strtoll if both work.
40123         (main): Remove; it was not that useful and was a pain to maintain.
40124
40125         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
40126
40127 2001-08-31  Jim Meyering  <meyering@lucent.com>
40128
40129         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
40130         Use an initial, malloc'd, buffer of length 128 rather than
40131         a statically allocated one of length 1024.
40132
40133 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40134
40135         Simplify code, partly by assuming autoconf 2.52 semantics.
40136
40137         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
40138
40139         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
40140         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
40141         All uses removed.
40142         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
40143         Move AC_REQUIRE to next-to-top level, to avoid confusion.
40144         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
40145         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
40146         jm_AC_HEADER_INTTYPES_H.
40147         * m4/jm-macros.m4 (jm_MACROS): Likewise.
40148
40149         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
40150
40151         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40152         Quote first arg of AC_DEFUN.
40153         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
40154         since they are needed to parse the include file even if we need
40155         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
40156         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
40157         but with opposite signedness.
40158
40159 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40160
40161         Merge 'exclude' changes from tar 1.13.22.
40162         This fixes one or two unlikely storage allocation overflow bugs,
40163         but doesn't change user-visible behavior otherwise.
40164
40165 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40166
40167         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
40168         (jm_PREREQ_EXCLUDE): New macro.
40169
40170 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40171
40172         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
40173         tm to be declared.
40174
40175 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40176
40177         * lib/hash.c: Remove '2001' from copyright notice.
40178
40179 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40180
40181         * lib/full-write.h: New file.
40182         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
40183         * lib/full-write.c: Correct credits, as cccp.c no longer
40184         exists and anyway it was so heavily changed from the old cccp
40185         code as to be unrecognizable.  Include full-write.h.
40186         (full_write) Return size_t, with short writes meaning failure.
40187         All callers changed.  This fixes a bug with large buffers
40188         on 64-bit hosts.
40189         * lib/utime.c: Include full-write.h.
40190
40191 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40192
40193         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
40194         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
40195         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
40196         Include if available.
40197         (<xalloc.h>): Include
40198         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
40199         (verify): New macro.  Use it to verify that EXCLUDE macros do not
40200         collide with FNM macros.
40201         (struct patopts): New struct.
40202         (struct exclude): Use it, as exclude patterns now come with options.
40203         (new_exclude): Support above changes.
40204         (new_exclude, add_exclude_file):
40205         Initial size must now be a power of two to simplify overflow checking.
40206         (free_exclude, fnmatch_no_wildcards): New function.
40207         (excluded_filename): No longer requires options arg, as the options
40208         are determined by add_exclude.  Now returns bool, not int.
40209         (excluded_filename, add_exclude):
40210         Add support for the fancy new exclusion options.
40211         (add_exclude, add_exclude_file): Now takes int options arg.
40212         Check for arithmetic overflow when computing sizes.
40213         (add_exclude_file): xrealloc might modify errno, so don't
40214         realloc until after errno might be used.
40215
40216         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
40217         New macros.
40218         (free_exclude): New decl.
40219         (add_exclude, add_exclude_file): Now takes int options arg.
40220         (excluded_filename): No longer requires options arg, as the options
40221         are determined by add_exclude.  Now returns bool, not int.
40222
40223 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40224
40225         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
40226
40227 2001-08-27  Jim Meyering  <meyering@lucent.com>
40228
40229         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
40230
40231         * lib/version-etc.c (N_): Remove definition.
40232         Revert most of last change.
40233         Instead, simply don't mark the `Copyright...' string for translation.
40234         Based on advice from Paul Eggert.
40235
40236         * lib/strtoxmax.c: Tweak comment.
40237
40238 2001-08-26  Jim Meyering  <meyering@lucent.com>
40239
40240         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
40241
40242         * m4/xstrtoimax.m4: New file.
40243         * m4/xstrtoumax.m4: Add comments explaining why we
40244         AC_REPLACE_FUNCS(strtol).
40245
40246 2001-08-26  Jim Meyering  <meyering@lucent.com>
40247
40248         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
40249         of copyright with `%s' so translators don't get an untranslated
40250         message in 2002.
40251         (COPYRIGHT_YEAR): Define.
40252         (version_etc): Use fprintf rather than fputs.
40253         Suggestion from Ulrich Drepper.
40254
40255         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
40256
40257         * lib/strtoll.c: New file, from GNU libc.
40258         * lib/xstrtoimax.c: New file.
40259
40260         * lib/xstrtol.h: Add xstrtoimax.
40261         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
40262         * lib/strtoimax.c: New file.  Likewise, but first define
40263         STRTOUXMAX_SIGNED.
40264
40265         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
40266         ...
40267         * lib/strtoxmax.c: ... then renamed to this.
40268
40269 2001-08-18  Paul Eggert  <eggert@twinsun.com>
40270
40271         * m4/inttypes.m4: Add AC_PREREQ(2.13).
40272         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
40273         (jm_AC_TYPE_INTMAX_T): New macro.
40274         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
40275
40276         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
40277
40278         * m4/longlong.m4: Renamed from ulonglong.m4.
40279         * m4/inttypes.m4: Renamed from inttypes_h.m4.
40280         * m4/uintmax_t.m4: Removed.
40281
40282 2001-08-13  Paul Eggert  <eggert@twinsun.com>
40283
40284         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
40285         Port to Solaris 8, where 'sed' requires a space after the 'r'
40286         command, and where sh dislikes "$/".  Clean up the spacing a bit.
40287         Redirect output to $tmp just once.
40288
40289 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
40290
40291         * lib/addext.c (<errno.h>): Include.
40292         (errno): Declare if not defined.
40293         (addext): Work correctly when pathconf returns -1 and leaves
40294         errno alone because there is no limit.  Also, work even if
40295         pathconf returns a value greater than SIZE_MAX.
40296
40297 2001-08-12  Jim Meyering  <meyering@lucent.com>
40298
40299         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
40300         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
40301         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
40302         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
40303         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
40304         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
40305         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
40306         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
40307         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
40308         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
40309         utime.m4, utimes.m4, xstrtoumax.m4:
40310         Quote the first argument in each use of AC_DEFUN.
40311
40312 2001-08-12  Jim Meyering  <meyering@lucent.com>
40313
40314         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
40315         Simply `return getcwd (NULL, 0);'.
40316         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
40317         Use 1300 as initial value for length, not PATH_MAX.
40318
40319         * lib/pathmax.h: Clean up cpp syntax.
40320
40321 2001-08-12  Jim Meyering  <meyering@lucent.com>
40322
40323         * lib/gettimeofday.c: New file.
40324         * lib/gtod.h: New file.
40325         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
40326
40327 2001-08-05  Jim Meyering  <meyering@lucent.com>
40328
40329         * m4/jm-macros.m4: Require autoconf-2.52.
40330
40331 2001-08-04  Jim Meyering  <meyering@lucent.com>
40332
40333         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
40334         stmt, to get in sync with glibc.
40335
40336 2001-08-03  Paul Eggert  <eggert@twinsun.com>
40337
40338         The following changes are from gettext 0.10.39 as maintained by
40339         Bruno Haible.
40340
40341         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
40342         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
40343         with inverted sense.  All uses changed.
40344
40345         * lib/mbswidth.c: Don't include <limits.h>.
40346         Include <stdlib.h> and <string.h> unconditionally.
40347         (iswcntrl, mbsinit, ISCNTRL): New macros.
40348         (mbsnwidth): Use K&R style function declarations.
40349         Don't bother checking for MB_LEN_MAX == 1, since the compiler
40350         can optimize it when MB_CUR_MAX == 1.
40351         The width of control characters is zero, not 1.
40352
40353 2001-08-03  Paul Eggert  <eggert@twinsun.com>
40354
40355         The following changes are from gettext 0.10.39 as maintained by
40356         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
40357
40358         * m4/codeset.m4: Upgrade to serial AM1.
40359         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
40360         all uses changed.  Quote first arg of AC_DEFUN.
40361         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
40362
40363         * m4/iconv.m4: Upgrade to serial AM2.
40364         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
40365         Add --with-libconv-prefix.
40366         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
40367         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
40368         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
40369         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
40370         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
40371
40372         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
40373         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
40374         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
40375         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
40376         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
40377         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
40378         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
40379         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
40380         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
40381
40382         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
40383         string.h any more.
40384
40385         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
40386         not the default value.
40387
40388         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
40389         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
40390         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
40391         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
40392         Also check for iswcntrl, used for wcwidth fallback.
40393         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
40394         to Autoconf 2.13.
40395
40396 2001-08-03  Jim Meyering  <meyering@lucent.com>
40397
40398         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
40399         as it was in the original.  Reported by Paul Eggert.
40400
40401 2001-07-16  Jim Meyering  <meyering@lucent.com>
40402
40403         * m4/gettimeofday.m4: New file.
40404         Prompted by a report from Bernhard Baehr.
40405
40406 2001-07-15  Jim Meyering  <meyering@lucent.com>
40407
40408         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
40409         stuff. Now it's in ../Makefile.cfg.
40410
40411 2001-07-15  Jim Meyering  <meyering@lucent.com>
40412
40413         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
40414         (BUILT_SOURCES): Add unlocked-io.h.
40415         (io_functions): Define.
40416         (unlocked-io.h): New rule.
40417         (DISTCLEANFILES): Add unlocked-io.h.
40418         (all-local): Depend on unlocked-io.h, to ensure it is created.
40419
40420         * lib/unlocked-io.hin: New file
40421
40422         * lib/regex.c: Update from glibc.
40423
40424 2001-07-05  Jim Meyering  <meyering@lucent.com>
40425
40426         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
40427         recommendation.
40428         (libfetish_a_SOURCES): Put all .h files here instead.
40429         Remove a thus-exposed (better checks in automake) duplicate and
40430         two unnecessary .h files.
40431
40432 2001-07-04  Jim Meyering  <meyering@lucent.com>
40433
40434         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
40435         that generates jm-glibc-io.m4 so that it doesn't trigger any make
40436         distcheck failure.
40437
40438 2001-07-02  Jim Meyering  <meyering@lucent.com>
40439
40440         The following changes were prompted by suggestions from Bruno Haible.
40441
40442         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
40443         is now generated.
40444         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
40445         definition of EXTRA_DIST.
40446         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
40447         ensure that the generated file is created/updated whenever the list
40448         of $(unlocked_functions) is changed.
40449         (jm-glibc-io.m4): New rule.
40450         (unlocked-io.h): New rule -- currently unused.
40451
40452 2001-06-24  Jim Meyering  <meyering@lucent.com>
40453
40454         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
40455         unmatched right bracket, rather than kludging it with an extra,
40456         falsely-matching quote in a comment.  Patch by Akim Demaille.
40457
40458 2001-06-11  Jim Meyering  <meyering@lucent.com>
40459
40460         * lib/regex.c: Update from GNU libc.
40461
40462 2001-05-27  Jim Meyering  <meyering@lucent.com>
40463
40464         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
40465         Check for ut_type in struct utmp.
40466
40467 2001-05-27  Jim Meyering  <meyering@lucent.com>
40468
40469         * lib/readutmp.h (UT_TYPE): Define.
40470
40471 2001-05-24  Jim Meyering  <meyering@lucent.com>
40472
40473         * lib/argmatch.c: Include "quote.h".
40474         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
40475         quote function.  Reported by Göran Uddeborg.
40476
40477 2001-05-22  Jim Meyering  <meyering@lucent.com>
40478
40479         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
40480         now that we use the package-supplied version unconditionally.
40481         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
40482
40483 2001-05-21  Jim Meyering  <meyering@lucent.com>
40484
40485         * m4/regex.m4: Change a couple backticks to single quotes to avoid
40486         shell syntax errors.
40487
40488 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40489
40490         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
40491
40492 2001-05-20  Paul Eggert  <eggert@twinsun.com>
40493
40494         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
40495         Don't bother to check library strftime, since
40496         we'll be using our own my_strftime function anyway.
40497         Define my_strftime instead of strftime.
40498
40499 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
40500
40501         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
40502         which is not yet declared.
40503
40504 2001-05-15  Jim Meyering  <meyering@lucent.com>
40505
40506         * m4/regex.m4: Use proper quoting so brackets appear in the test
40507         program.
40508         Reported by, and with help from, Bruno Haible.
40509
40510 2001-05-13  Jim Meyering  <meyering@lucent.com>
40511
40512         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
40513         undefined.
40514
40515 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40516
40517         dirname code cleanup.  base_name now behaves more compatibly
40518         with POSIX basename when given file names that have trailing
40519         slashes, and similarly for dir_name.  Add new primitives
40520         base_len and dir_len.  Put the directory-name-related decls
40521         into dirname.h.
40522
40523         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
40524         * lib/backupfile.c (base_name): Likewise.
40525         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
40526         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
40527         * lib/makepath.c (strip_trailing_slashes): Likewise.
40528         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
40529         ISSLASH): Likewise.
40530         * lib/rename.c (strip_trailing_slashes): Likewise.
40531         * lib/same.c (base_name): Likewise.
40532         * lib/stripslash.c (ISSLASH): Likewise.
40533
40534         * lib/addext.c: Include <dirname.h> after size_t is defined.
40535         * lib/backupfile.c: Likewise.
40536
40537         * lib/addext.c (addext): Use base_len to trim redundant
40538         trailing slashes instead of doing it ourselves.
40539         But do not trim the last slash if it is not redundant.
40540
40541         * lib/backupfile.c (find_backup_file_name,
40542         max_backup_version): Use base_len instead of rolling it ourselves.
40543         Handle the case of "" and (on DOS) "C:" correctly.
40544
40545         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
40546         needed. Include <string.h>, <dirname.h>.
40547         (base_name): Allow file names ending in slashes, other than names
40548         that are all slashes.  In this case, return the basename followed
40549         by the slashes.  This is more general, and can be used in places
40550         where the original base_name purposely had an assertion failure.
40551         (base_len): New function.
40552
40553         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
40554         Do not include <assert.h>; no longer needed.
40555         Include xalloc.h.
40556         (memrchr): Remove decl.
40557         (dir_name_r): Remove.
40558         (dir_len): Renamed from dirlen.  All callers changed.
40559         Rewrite in terms of base_name, for simplicity and consistency.
40560         (dir_name): Never return NULL.  All callers changed.
40561         Do not include <stdlib.h> in test program; no longer needed.
40562         return 0; is fine for test program.
40563
40564         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
40565         New macros.
40566         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
40567
40568         * lib/path-concat.c (path_concat): Use base_len to compute
40569         base length, not strlen; this means we cannot rely on memcpy
40570         to null-terminate.
40571
40572         * lib/same.c (STREQ): Remove.
40573         (same_name): Handle the case where the basename ends in trailing '/'.
40574
40575         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
40576         a slash was stripped.  Do not strip the last slash after a
40577         file system prefix.
40578
40579 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40580
40581         * lib/Makefile.am (libfetish_a_SOURCES):
40582         Add strftime.c, since we now compile it on all hosts.
40583
40584         * lib/strftime.c (my_strftime):
40585         Define to nstrftime if emacs, but only if my_strftime is not defined.
40586         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
40587         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
40588         Add one more extra argument: a nanoseconds value.
40589         All uses changed.
40590         (ns): New macro.
40591         (my_strftime function): Add %N format.
40592         (emacs_strftimeu): Renamed from emacs_strftime,
40593         with extra ut argument.
40594
40595 2001-05-09  Paul Eggert  <eggert@twinsun.com>
40596
40597         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
40598
40599 2001-04-21  Jim Meyering  <meyering@lucent.com>
40600
40601         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
40602         doesn't interfere.
40603
40604 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40605
40606         * m4/ftruncate.m4: Check for chsize.
40607         Link with ftruncate.o unconditionally if ftruncate is missing.
40608         This was required when cross-compiling to i586-mingw32msvc.
40609
40610 2001-04-08  Jim Meyering  <meyering@lucent.com>
40611
40612         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
40613         recomputed; that's necessary when the offset spans a DST transition.
40614         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
40615
40616 2001-04-02  Jim Meyering  <meyering@lucent.com>
40617
40618         * lib/regex.h, regex.c: Update from GNU libc.
40619
40620 2001-03-24  Jim Meyering  <meyering@lucent.com>
40621
40622         * m4/jm-macros.m4: Require autoconf-2.49d.
40623
40624 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
40625
40626         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
40627
40628 2001-03-19  Paul Eggert  <eggert@twinsun.com>
40629
40630         * lib/version-etc.c (version_etc_copyright): Update to 2001.
40631
40632 2001-03-17  Jim Meyering  <meyering@lucent.com>
40633
40634         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
40635         now that the version in autoconf is equivalent.
40636         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
40637
40638         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
40639         Suggestion from Akim Demaille.
40640
40641         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
40642         (jm_PREREQ_TEMPNAME): New function.
40643
40644 2001-03-16  Paul Eggert  <eggert@twinsun.com>
40645
40646         * lib/tempname.c (uint64_t): Define to uintmax_t if
40647         not defined, and if UINT64_MAX is not defined.
40648         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
40649         Reported by John David Anglin.
40650
40651 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
40652
40653         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
40654         resolve alias if codeset is empty.
40655         * lib/config.charset (BeOS): Use wildcard syntax.
40656
40657 2001-03-13  Jim Meyering  <meyering@lucent.com>
40658
40659         * lib/path-concat.c (path_concat)
40660         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
40661         concatenating e.g., `C:' and `foo'.
40662         From Bruno Haible.
40663
40664 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40665
40666         * lib/localcharset.c (locale_charset): Don't use
40667         setlocale(LC_CTYPE,NULL). Don't return NULL.
40668         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
40669
40670 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40671
40672         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
40673         support for DOS/DJGPP.
40674
40675 2001-03-01  Paul Eggert  <eggert@twinsun.com>
40676
40677         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
40678         lacks mkstemp.  Compile our own tempname.c if we compile our own
40679         mkstemp.c, as mkstemp relies on tempname.
40680
40681 2001-03-01  Jim Meyering  <meyering@lucent.com>
40682
40683         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
40684         AH_VERBATIM really does output its argument verbatim.
40685
40686 2001-02-28  Paul Eggert  <eggert@twinsun.com>
40687
40688         * lib/Makefile.am (libfetish_a_SOURCES):
40689         Add dup-safer.c, fopen-safer.c.
40690         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
40691
40692         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
40693         * lib/unistd-safer.h: New files.
40694
40695 2001-02-25  Paul Eggert  <eggert@twinsun.com>
40696
40697         The mkstemp replacement is taken from glibc 2.2.2, with some
40698         portability fixes for use outside glibc, as follows:
40699
40700         * lib/tempname.c (struct_stat64): New macro.
40701         (direxists, __gen_tempname): Use it.
40702         This avoids a portability problem with Solaris 8.
40703
40704         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
40705         (<stddef.h>, <stdint.h>, <string.h>):
40706         Include only if STDC_HEADERS || _LIBC.
40707         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
40708         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
40709         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
40710         (__set_errno): Define this macro if <errno.h> doesn't.
40711         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
40712         Define these macros if <stdio.h> doesn't.
40713         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
40714         Define these macros if <sys/stat.h>
40715         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
40716         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
40717         __xstat64): Define if not _LIBC.
40718         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
40719         (__gen_tempname): Invoke gettimeofday only if
40720         HAVE_GETTIMEOFDAY || _LIBC;
40721         otherwise, fall back on plain "time".
40722         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
40723
40724         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
40725
40726         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
40727
40728 2001-02-18  Paul Eggert  <eggert@twinsun.com>
40729
40730         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
40731
40732 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40733
40734         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
40735         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
40736         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
40737         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
40738
40739 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40740
40741         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
40742         Remove workaround macros for hosts that have mbrtowc but not
40743         mbstate_t, as we now insist on proper declarations for both
40744         before using mbrtowc.
40745
40746 2001-02-17  Jim Meyering  <meyering@lucent.com>
40747
40748         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
40749         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
40750         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
40751         UnixWare 7.1.1.
40752
40753         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
40754         rather than AC_CACHE_VAL.
40755
40756 2001-02-17  Jim Meyering  <meyering@lucent.com>
40757
40758         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
40759         around included file name.
40760
40761         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
40762
40763         * lib/strftime.c: Update from GNU libc (the only changes were to
40764         comments).
40765
40766 2001-02-17  Jim Meyering  <meyering@lucent.com>
40767
40768         * lib/regex.c: Update from libc.
40769
40770 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
40771
40772         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
40773         clash.
40774
40775 2001-02-16  Paul Eggert  <eggert@twinsun.com>
40776
40777         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
40778         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
40779         Reported by Mark Hounschell via Paul Eggert.
40780
40781 2001-02-07  Jim Meyering  <meyering@lucent.com>
40782
40783         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
40784
40785 2001-02-05  Jim Meyering  <meyering@lucent.com>
40786
40787         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
40788         it includes the patch required for `large file' support with at least
40789         HP-UX's 10.20 /bin/cc.
40790
40791 2001-02-03  Jim Meyering  <meyering@lucent.com>
40792
40793         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
40794         AS_IF, now that it works once again (mysteriously).
40795         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
40796
40797 2001-01-30  Jim Meyering  <meyering@lucent.com>
40798
40799         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
40800         * m4/chown.m4: Rename conftestchown to conftest.chown.
40801         * m4/rename.m4: s/conftestdir/conftest.d1/ and
40802         s/conftestdir2/conftest.d2/.
40803         * m4/utimes.m4: s/conftestdata/conftest.data/
40804         Inspired by Pavel Roskin's change in autoconf.
40805
40806 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
40807
40808         * lib/config.charset: Update for FreeBSD 4.2.
40809
40810 2001-01-27  Jim Meyering  <meyering@lucent.com>
40811
40812         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
40813         a use of AS_IF.
40814         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
40815
40816 2001-01-26  Jim Meyering  <meyering@lucent.com>
40817
40818         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
40819         quotearg.c includes it.
40820
40821 2001-01-26  Jim Meyering  <meyering@lucent.com>
40822
40823         * lib/quotearg.c: Include stddef.h.
40824         * lib/quote.c: Include stddef.h.
40825         Reported by Axel Kittenberger.
40826
40827         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
40828         line in double quotes so that it evokes a better diagnostic.
40829         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
40830         Reported by Axel Kittenberger.
40831
40832 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
40833
40834         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
40835         as if it was a `charset'.
40836
40837 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
40838
40839         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
40840         has const.
40841
40842 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
40843
40844         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
40845         to avoid a warning.  Add back 'const' to inptr.
40846
40847 2001-01-20  Jim Meyering  <meyering@lucent.com>
40848
40849         Be sure that headers are checked before used in code compiled
40850         for the type checks.
40851         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
40852         In place of that, invoke jm_CHECK_ALL_TYPES.
40853         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
40854         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
40855         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
40856         The check for ssize_t was mistakenly run before the test for unistd.h.
40857
40858         The configure-time check for stdbool.h was missing.
40859         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
40860         (jm_PREREQ_HASH): New function.
40861
40862 2001-01-17  Jim Meyering  <meyering@lucent.com>
40863
40864         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
40865         for autoconf-2.49c.
40866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
40867
40868 2001-01-16  Jim Meyering  <meyering@lucent.com>
40869
40870         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
40871         From Bruno Haible.
40872
40873 2001-01-14  Jim Meyering  <meyering@lucent.com>
40874
40875         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
40876         foo and bar.  Create conftestdir/ in the script, not in the C code.
40877         Remove directories in the script, not in the C code.
40878         Remove conftestdir{,2} before trying to create the directory.
40879         Make the entire configure script fail if the mkdir fails.
40880
40881 2001-01-14  Jim Meyering  <meyering@lucent.com>
40882
40883         * lib/rename.c: New file.  From Volker Borchert.
40884         Include stdlib.h, string.h or strings.h, and xalloc.h.
40885         Use strip_trailing_slashes rather than open-coding it.
40886
40887 2001-01-03  Paul Eggert  <eggert@twinsun.com>
40888
40889         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
40890
40891 2001-01-03  Jim Meyering  <meyering@lucent.com>
40892
40893         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
40894         of local `inptr' to avoid warning with some system declarations of
40895         iconv.
40896
40897 2001-01-02  Volker Borchert  <bt@teknon.de>
40898
40899         * m4/rename.m4: New file.
40900         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
40901
40902 2001-01-01  Jim Meyering  <meyering@lucent.com>
40903
40904         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
40905         even on systems with utmpx.h.  It's necessary for the declaration of
40906         utmp's ut_user member.  Reported by Andreas Jaeger.
40907
40908         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
40909         available. They are required for the declarations of getgrgid and
40910         getpwuid resp.
40911         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
40912         Reported by Andreas Jaeger.
40913
40914 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
40915
40916         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
40917         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
40918         so `make install' also works in VPATH builds.
40919
40920 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
40921
40922         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
40923         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
40924         can be used in subdirectories.
40925
40926 2000-12-29  Paul Eggert  <eggert@twinsun.com>
40927
40928         * lib/modechange.c: Do not assume that mode_t uses the
40929         traditional octal encoding.  E.g. "chmod 1 FOO" should set
40930         the other-execute bit of FOO even if S_IXOTH != 1.
40931
40932         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
40933         WOTH, XOTH, ALLM): New macros.
40934         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
40935          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
40936         Use them.
40937         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
40938         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
40939         (mode_compile):
40940         No need to use uintmax_t; unsigned long is long enough.
40941         Don't bother to get suffix since we don't use it.
40942
40943 2000-12-26  Jim Meyering  <meyering@lucent.com>
40944
40945         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
40946         better with autoheader.
40947
40948 2000-12-24  Jim Meyering  <meyering@lucent.com>
40949
40950         * lib/hash.c (is_prime): Return explicit boolean values.
40951         (hash_get_first): Return NULL to appease Irix5.6's 89.
40952         Reported by Nelson Beebe.
40953
40954 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
40955
40956         * lib/localcharset.c (locale_charset): Add support for Win32.
40957
40958 2000-12-18  Paul Eggert  <eggert@twinsun.com>
40959
40960         * lib/physmem.h, lib/physmem.c: New files.
40961
40962         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
40963         (noinst_HEADERS): Add physmem.h.
40964
40965         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
40966         't' for compatibility with Solaris 8 sort.
40967
40968 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
40969
40970         * lib/config.charset: Add support for BeOS.
40971
40972 2000-12-17  Jim Meyering  <meyering@lucent.com>
40973
40974         * m4/dos.m4 (jm_AC_DOS): New file and macro.
40975         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
40976
40977 2000-12-16  Jim Meyering  <meyering@lucent.com>
40978
40979         This bug had a serious impact on chown: `chown N:M FILE' (for integer
40980         N and M) would have treated it like `chown N:N FILE'.
40981
40982         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
40983
40984 2000-12-16  Jim Meyering  <meyering@lucent.com>
40985
40986         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
40987         SHELLS_FILE to a file name that's useful on djgpp systems.
40988         Include stdlib.h.
40989         (ADDITIONAL_DEFAULT_SHELLS): Define.
40990         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
40991         Based mostly on a patch from Prashant TR.
40992
40993 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
40994
40995         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
40996         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
40997         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
40998
40999 2000-12-08  Andreas Schwab  <schwab@suse.de>
41000
41001         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
41002         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
41003
41004 2000-12-07  Jim Meyering  <meyering@lucent.com>
41005
41006         * lib/stripslash.c (ISSLASH): Define.
41007         (strip_trailing_slashes): Use ISSLASH rather than comparing against
41008         `/'.
41009         From Prashant TR.
41010
41011         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
41012         (dir_name_r): Declare this function as static.
41013         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
41014         manifest itself on a name containing a mix of slashes and
41015         backslashes.
41016         Make this function work with names starting with a DOS-style
41017         drive letter and colon prefix.
41018         (dir_name): Append `.' if necessary.
41019         Based mostly on patches from Prashant TR and Eli Zaretskii.
41020
41021         * lib/dirname.h (dir_name_r): Remove prototype.
41022
41023 2000-12-06  Paul Eggert  <eggert@twinsun.com>
41024
41025         * m4/off_t-format.m4: Remove this file.
41026         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
41027
41028 2000-12-06  Jim Meyering  <meyering@lucent.com>
41029
41030         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
41031         replacement strtoull, we may well need the replacement strtoul, too.
41032         Check for declarations of strtoul and strtoull.
41033         Check for strtol.  Mainly as a cue to cause automake to include
41034         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
41035         Check for limits.h -- strtol.c needs it.
41036
41037 2000-12-05  Jim Meyering  <meyering@lucent.com>
41038
41039         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
41040
41041 2000-12-04  Jim Meyering  <meyering@lucent.com>
41042
41043         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
41044         Also include memory.h, stdlib.h, unistd.h if appropriate.
41045         Reported by Andreas Jaeger (conflicting declaration of malloc).
41046
41047 2000-12-02  Jim Meyering  <meyering@lucent.com>
41048
41049         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
41050         * m4/jm-macros.m4 (jm_MACROS): require it.
41051
41052 2000-12-02  Jim Meyering  <meyering@lucent.com>
41053
41054         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
41055
41056 2000-12-01  Paul Eggert  <eggert@twinsun.com>
41057
41058         * lib/memrchr.c: Include <config.h> before any system include file.
41059
41060 2000-11-30  Jim Meyering  <meyering@lucent.com>
41061
41062         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
41063
41064 2000-11-30  Jim Meyering  <meyering@lucent.com>
41065
41066         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
41067
41068 2000-11-29  Paul Eggert  <eggert@twinsun.com>
41069
41070         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
41071
41072 2000-11-26  Jim Meyering  <meyering@lucent.com>
41073
41074         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
41075
41076 2000-11-22  Paul Eggert  <eggert@twinsun.com>
41077
41078         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
41079         size of (size_t) -1; it's not portable.
41080
41081 2000-11-17  Jim Meyering  <meyering@lucent.com>
41082
41083         * lib/strstr.c: Update from GNU libc.
41084
41085 2000-11-17  Akim Demaille  <akim@epita.fr>
41086
41087         * lib/obstack.h: Formatting changes.
41088         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
41089         prevent type checking.
41090         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
41091         cast the value to (void *): assigning a `foo *' to a `void *'
41092         variable is valid.
41093         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
41094
41095 2000-11-16  Jim Meyering  <meyering@lucent.com>
41096
41097         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
41098
41099 2000-11-11  Jim Meyering  <meyering@lucent.com>
41100
41101         * lib/error.c: Add a couple #includes, merging from GNU libc version.
41102
41103 2000-11-10  Jim Meyering  <meyering@lucent.com>
41104
41105         * lib/obstack.h: Update from GNU libc.
41106         * lib/obstack.c: Likewise.
41107
41108 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
41109
41110         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
41111
41112 2000-11-06  Paul Eggert  <eggert@twinsun.com>
41113
41114         * lib/getusershell.c (setusershell): Use rewind rather than
41115         fseek/fseeko, to avoid configuration hassles with fseeko.
41116         Don't bother opening SHELLS_FILE if shellstream is NULL;
41117         it's not necessary.
41118
41119 2000-11-05  Jim Meyering  <meyering@lucent.com>
41120
41121         * lib/makepath.h (make_dir): Declare.
41122         * lib/makepath.c (make_dir): Remove `static' attribute.
41123         Tweak a comment.
41124
41125 2000-11-04  Jim Meyering  <meyering@lucent.com>
41126
41127         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
41128
41129 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
41130
41131         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
41132         last one in a bucket, advance to the next bucket.
41133
41134 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
41135
41136         * lib/fnmatch.c: Do not comment out all the code if we are using
41137         the GNU C library, because in some cases we are replacing buggy
41138         code in the GNU C library itself.
41139
41140 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
41141
41142         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
41143         (regex_compile): Catch bogus \(\1\).
41144
41145 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41146
41147         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
41148         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
41149         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
41150
41151 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41152
41153         * lib/error.h, getline.h, modechange.h:
41154         Remove "2000" from Copyright line, as the file hasn't been
41155         changed this year other than in the copyright notice.
41156
41157         * lib/xalloc.h: Add "2000" to Copyright line, as this file
41158         was changed this year.
41159
41160 2000-10-29  Jim Meyering  <meyering@lucent.com>
41161
41162         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
41163         renaming.
41164         * m4/ls-mntd-fs.m4: Likewise
41165
41166 2000-10-29  Jim Meyering  <meyering@lucent.com>
41167
41168         * lib/xstat.in: Fix grammar in comment.
41169
41170 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
41171
41172         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
41173         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
41174         doesn't define __restrict_arr.
41175
41176 2000-10-28  Jim Meyering  <meyering@lucent.com>
41177
41178         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
41179         (jm_PREREQ_MEMCHR): New function.
41180
41181 2000-10-28  Jim Meyering  <meyering@lucent.com>
41182
41183         * lib/memchr.c: Update from libc.
41184         Adjust for portability:
41185         [HAVE_STDLIB_H]: Include stdlib.h.
41186         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
41187         Undef __memchr, too.
41188         [!weak_alias]: Define __memchr to memchr.
41189
41190         * lib/regex.c: Update from libc.
41191         * lib/regex.h: Likewise.
41192         * lib/getopt1.c: Likewise.
41193         * lib/memcmp.c: Likewise.
41194
41195         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
41196         Avoid using fseek, when possible -- it's broken by design.
41197         Patch by Ulrich Drepper.
41198
41199 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
41200
41201         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
41202         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
41203         Giving in to popular pressure to shut up the compiler with casts.
41204
41205 2000-10-26  Jim Meyering  <meyering@lucent.com>
41206
41207         * lib/strftime.c: Update from libc.
41208
41209 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
41210
41211         * regex.c: More `unsigned char' -> `re_char' changes.
41212         Also change several `int' into `re_wchar_t'.
41213         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
41214         (PUSH_FAILURE_POINTER): Don't cast any more.
41215         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
41216         We want GCC to complain, since this piece of code makes
41217         re_match non-reentrant, which *should* be fixed.
41218         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
41219         (EXTEND_BUFFER): Use RETALLOC.
41220         (SET_LIST_BIT): Don't cast.
41221         (re_wchar_t): New type.
41222         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
41223         that those two functions will always properly return.
41224         (IMMEDIATE_QUIT_CHECK): Cast to void.
41225         (analyse_first): Use recursion rather than an explicit stack.
41226         (re_compile_fastmap): Can't fail anymore.
41227         (re_search_2): Don't check re_compile_fastmap for failure.
41228         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
41229         Now also sets the new value (passed in a new argument).
41230         (re_match_2_internal): Use it.
41231         Also, use a new var `reg' of type size_t when looping through regs
41232         rather than reuse the inappropriate `mcnt'.
41233
41234 2000-10-25  Jim Meyering  <meyering@lucent.com>
41235
41236         * lib/obstack.c: Update from libc.
41237
41238 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
41239
41240         * regex.c (regex_compile): Change the way of handling a range from
41241         a char less than 256 to a char not less than 256.
41242
41243 2000-10-24  Andrew Innes  <andrewi@gnu.org>
41244
41245         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
41246         NT-Emacs only.
41247         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
41248         so that re_search functions only quit when callers expect them to.
41249
41250 2000-10-23  Jim Meyering  <meyering@lucent.com>
41251
41252         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
41253         wrong.  That set_locale call must not have any side effects.
41254         From Paul Eggert.
41255
41256 2000-10-22  Jim Meyering  <meyering@lucent.com>
41257
41258         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
41259         [CYCLIC]: Remove now-unused definition.
41260
41261         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
41262         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
41263         Suggestion from Ulrich Drepper.
41264
41265 2000-10-21  Jim Meyering  <meyering@lucent.com>
41266
41267         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
41268         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
41269         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
41270
41271 2000-10-21  Jim Meyering  <meyering@lucent.com>
41272
41273         * lib/dirname.c (memrchr): Declare if necessary.
41274         (dir_name): Remove the restriction that there be no
41275         trailing slashes.  Now, this code skips past them, effectively
41276         ignoring them.
41277         [TEST_DIRNAME] (main): New unit tests.
41278
41279         * lib/memrchr.c: New file from GNU libc.
41280         Undef __memrchr, too.
41281         [!weak_alias]: Define __memrchr to memrchr.
41282         Guard weak_alias use with `#ifdef weak_alias'.
41283
41284 2000-10-21  Jim Meyering  <meyering@lucent.com>
41285
41286         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
41287         (dir_name): Use dir_name_r.
41288         * lib/dirname.h (dir_name_r): Declare it.
41289
41290 2000-10-17  Jim Meyering  <meyering@lucent.com>
41291
41292         * lib/quote.h (PARAMS): Define and use.
41293         Reported by Akim Demaille.
41294
41295         * lib/getopt.c: Update from libc.
41296
41297 2000-10-16  Jim Meyering  <meyering@lucent.com>
41298
41299         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
41300         setlocale.
41301         From Jan Fedak.
41302
41303 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
41304
41305         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
41306
41307 2000-09-25  Jim Meyering  <meyering@lucent.com>
41308
41309         * lib/md5.h (rol): Define (from GnuPG).
41310
41311         * lib/sha.c: Give credit (GnuPG) where due.
41312         (M): Use rol rather than open-coding it.
41313         Add a FIXME comment.
41314
41315 2000-09-21  Jim Meyering  <meyering@lucent.com>
41316
41317         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
41318         Reported by Michael Stone.
41319
41320 2000-09-20  Jim Meyering  <meyering@lucent.com>
41321
41322         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
41323         (noinst_HEADERS): Add sha.h.
41324         Based on code from Scott G. Miller and from GnuPG.
41325
41326 2000-09-18  Jim Meyering  <meyering@lucent.com>
41327
41328         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
41329         LIBS. Otherwise, everyone ends up linking with -lelf for some
41330         configurations.
41331         Reported by Mike Stone.
41332
41333 2000-09-15  Jim Meyering  <meyering@lucent.com>
41334
41335         * lib/regex.c: Update from libc.
41336
41337 2000-09-10  Jim Meyering  <meyering@lucent.com>
41338
41339         * lib/getopt.c (_getopt_internal): Update from glibc.
41340
41341 2000-09-09  Jim Meyering  <meyering@lucent.com>
41342
41343         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
41344         think it should be used as a general replacement for isascii.
41345         * lib/fnmatch.c: Likewise.
41346         * lib/mbswidth.c: Likewise
41347         * lib/regex.c: Likewise.
41348
41349         Don't use atoi.
41350         * lib/userspec.c: Include sys/param.h and limits.h.
41351         Include xstrtol.h.
41352         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41353         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
41354         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
41355         UID, GID.  Check range.
41356
41357 2000-09-06  Jim Meyering  <meyering@lucent.com>
41358
41359         * lib/getopt.c (_getopt_internal): Update from glibc.
41360
41361 2000-08-30  Jim Meyering  <meyering@lucent.com>
41362
41363         * lib/strftime.c: Merge in changes from GNU libc.
41364
41365 2000-08-26  Jim Meyering  <meyering@lucent.com>
41366
41367         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
41368         * m4/fpending.m4: New file.
41369
41370 2000-08-26  Jim Meyering  <meyering@lucent.com>
41371
41372         * lib/closeout.c: Include "__fpending.h".
41373         (close_stdout_status): Return right away if there's nothing to flush.
41374
41375         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
41376         * lib/__fpending.c: New file.
41377         * lib/__fpending.h: New file.
41378
41379 2000-08-20  Jim Meyering  <meyering@lucent.com>
41380
41381         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
41382         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
41383         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
41384
41385 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
41386
41387         Improve fileutils installation on systems where running
41388         programs (like install) can't be unlinked.
41389         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
41390         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
41391
41392 2000-08-07  Paul Eggert  <eggert@twinsun.com>
41393
41394         Standardize on "memory exhausted" instead of "Memory exhausted"
41395         or "virtual memory exhausted".
41396         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
41397         "virtual memory exhausted".
41398         * lib/same.c (same_name): Invoke xalloc_die instead of printing
41399         our own message.
41400         * lib/userspec.c (parse_user_spec): Likewise.
41401         * lib/bumpalloc.h: comment fix
41402         * lib/same.c, userspec.c: Include xalloc.h.
41403
41404         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
41405         not char *const and pointing to a constant array.
41406         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
41407         (xrealloc): Comment fix.
41408
41409         * lib/userspec.c (parse_user_spec):
41410         Don't translate a message until just before returning,
41411         to avoid unnecessary translation.
41412
41413 2000-08-07  Jim Meyering  <meyering@lucent.com>
41414
41415         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
41416         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
41417         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
41418         getgroups.c, gethostname.c, getopt.h, group-member.c,
41419         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
41420         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
41421         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
41422         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
41423         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
41424         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
41425         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
41426         yesno.c: Back out Copyright date changes for each file with no change
41427         this year.  This eases coordination with other programs using the same
41428         source code modules.  From Paul Eggert.
41429
41430 2000-08-06  Paul Eggert  <eggert@twinsun.com>
41431
41432         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
41433         not char, for compatibility with glibc 2.1.3 strftime.c.
41434
41435 2000-08-03  Greg McGary  <greg@mcgary.org>
41436
41437         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
41438         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
41439         (EXTEND_BUFFER): Use them.
41440
41441 2000-08-01  Jim Meyering  <meyering@lucent.com>
41442
41443         * lib/dirname.c (ISSLASH): Define.
41444         (BACKSLASH_IS_PATH_SEPARATOR): Define.
41445         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
41446         both `\' and `/' may be use as path separators.
41447         Based on a patch from Prashant TR.
41448
41449 2000-07-31  Paul Eggert  <eggert@twinsun.com>
41450
41451         * lib/quotearg.c (quotearg_n_options): Don't make the initial
41452         slot vector a constant, since it might get modified.
41453
41454 2000-07-31  Jim Meyering  <meyering@lucent.com>
41455
41456         * lib/xmalloc.c: Use `virtual memory exhausted', not
41457         `Memory exhausted'.
41458         * lib/obstack.c (print_and_abort): Likewise.
41459
41460 2000-07-30  Paul Eggert  <eggert@twinsun.com>
41461
41462         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
41463         buffer, so that the caller can always quote one small
41464         component of a "memory exhausted" message in slot 0.
41465         From a suggestion by Jim Meyering.
41466
41467 2000-07-30  Jim Meyering  <meyering@lucent.com>
41468
41469         * lib/makepath.c (make_path): Quote the other instance, too.
41470
41471         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
41472         (STATIC_BUF_SIZE): Define.
41473         (quotearg_n_options): Use only statically allocated storage when
41474         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
41475         than STATIC_BUF_SIZE.
41476
41477 2000-07-29  Jim Meyering  <meyering@lucent.com>
41478
41479         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
41480         * lib/dirname.c (dir_name): Likewise.
41481
41482         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
41483         `/'.
41484
41485         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
41486         (dir_name): Assert that there are no trailing slashes.
41487
41488 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
41489
41490         * lib/mbswidth.h (mbswidth): Add a flags argument.
41491         (mbswidth): New declaration.
41492         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
41493         * lib/mbswidth.c (mbswidth): Add a flags argument.
41494         (mbsnwidth): New function.
41495
41496 2000-07-24  Jim Meyering  <meyering@lucent.com>
41497
41498         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
41499
41500 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41501
41502         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
41503
41504 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41505
41506         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
41507         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
41508         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
41509         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
41510         invoke multibyte primitives.
41511
41512 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41513
41514         * lib/quotearg.c:
41515         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
41516         so that mbstate_t is always defined.
41517
41518         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
41519         be 1 in at least one GCC installation, and this configuration
41520         error is likely to be common.  Ignoring MB_LEN_MAX hurts
41521         performance on hosts that have mbrtowc but have only unibyte
41522         locales, but I assume these hosts are rare.
41523
41524 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41525
41526         * lib/mbswidth.c (_XOPEN_SOURCE):
41527         Don't define; this causes problems on Solaris 7.
41528         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
41529
41530 2000-07-23  Jim Meyering  <meyering@lucent.com>
41531
41532         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
41533         too: getgrgid, getpwuid, getuid.
41534
41535 2000-07-23  Jim Meyering  <meyering@lucent.com>
41536
41537         * lib/basename.c (base_name): Add an assertion.
41538
41539 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
41540
41541         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
41542         shadow its mbsinit function.
41543
41544 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41545
41546         * lib/mbswidth.h: New file.
41547         * lib/mbswidth.c: New file.
41548         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
41549         (noinst_HEADERS): Add mbswidth.h.
41550
41551 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41552
41553         * lib/config.charset: Add support for FreeBSD. Improve support for
41554         HP-UX and IRIX 6.
41555
41556 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
41557
41558         * m4/mbswidth.m4: New file.
41559         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
41560
41561 2000-07-15  Jim Meyering  <meyering@lucent.com>
41562
41563         * lib/makepath.c: Include quote.h.
41564         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
41565         corresponding argument in a `quote (...)' call.
41566         Give better diagnostics.
41567
41568         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
41569         (noinst_HEADERS): Add quote.h.
41570
41571         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
41572         from tar's src/misc.c.
41573         * lib/quote.h: New file.  Prototypes for same.
41574
41575 2000-07-14  Paul Eggert  <eggert@twinsun.com>
41576
41577         From a suggestion by Bruno Haible.
41578         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
41579         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
41580         to decide whether to define the BeOS workaround macro;
41581         this adjusts to the change to AC_MBSTATE_T.
41582
41583 2000-07-14  Jim Meyering  <meyering@lucent.com>
41584
41585         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
41586         jm_AC_TYPE_UINTMAX_T.
41587
41588 2000-07-13  Paul Eggert  <eggert@twinsun.com>
41589
41590         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
41591
41592         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
41593         quotearg_buffer_restyled): Add support for
41594         clocale_quoting_style.  Undo previous change to
41595         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
41596         and "{RIGHT QUOTATION MARK}" msgids.
41597
41598 2000-07-10  Paul Eggert  <eggert@twinsun.com>
41599
41600         From a suggestion by Bruno Haible.
41601         * m4/mbstate_t.m4 (AC_MBSTATE_T):
41602         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
41603         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
41604         and mbstate_t, to a single-part test that simply defines mbstate_t.
41605         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
41606         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
41607
41608 2000-07-10  Jim Meyering  <meyering@lucent.com>
41609
41610         * m4/strerror_r.m4: Mirror the correction made in autoconf.
41611
41612         * m4/gnu-source.m4: Output to confdefs.h directly.
41613         Suggestion from Akim Demaille.
41614
41615 2000-07-09  Paul Eggert  <eggert@twinsun.com>
41616
41617         The old behavior of quoting `like this' doesn't look good with
41618         newer, ISO-style fonts.  See:
41619         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
41620
41621         Instead, quote "like this" by default.  Let the translator
41622         tailor the locale-specific quoting behavior by providing
41623         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
41624
41625         * lib/quotearg.c (N_): New macro.
41626         (gettext_default): New function.
41627         (quotearg_buffer_restyled): Use
41628         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
41629         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
41630
41631 2000-07-09  Jim Meyering  <meyering@lucent.com>
41632
41633         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
41634         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
41635
41636         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
41637         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
41638
41639 2000-07-09  Jim Meyering  <meyering@lucent.com>
41640
41641         * lib/Most files: Update copyright dates to include 2000.
41642
41643 2000-07-08  Jim Meyering  <meyering@lucent.com>
41644
41645         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
41646         if not defined.
41647         (xgethostname): Remove now-unnecessary #ifdef.
41648         Move declaration of `err' into loop where it's used.
41649
41650 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41651         and Bruno Haible  <haible@clisp.cons.org>
41652
41653         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
41654         only if the test for an object-type mbstate_t fails.  This
41655         prevents us from mistakenly reporting that mbstate_t is a
41656         system object type after we "#define mbstate_t int" to work
41657         around its lack.
41658
41659 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41660         and Bruno Haible  <haible@clisp.cons.org>
41661
41662         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
41663
41664 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41665
41666         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
41667         to strerror_r.
41668         Include <ctype.h> for use of isalpha.
41669
41670 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41671
41672         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
41673         by allocating a larger buffer. Test the gethostname return value for
41674         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
41675         returns an error and ENAMETOOLONG isn't defined.
41676
41677 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41678
41679         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
41680         dimension.
41681
41682 2000-07-04  Jim Meyering  <meyering@lucent.com>
41683
41684         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
41685         of the deprecated AC_CHECKING.
41686
41687 2000-07-04  Jim Meyering  <meyering@lucent.com>
41688
41689         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
41690         Reported by Bruno Haible.
41691
41692 2000-07-04  Jim Meyering  <meyering@lucent.com>
41693
41694         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
41695         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
41696         lacks mbrtowc.
41697
41698 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41699
41700         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
41701         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
41702
41703 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41704         and Bruno Haible  <haible@clisp.cons.org>
41705
41706         * lib/quotearg.c (mbrtowc):
41707         Assign to *pwc, and return 1 only if result is nonzero.
41708         (iswprint): Use ISPRINT when substituting our own mbrtowc.
41709
41710 2000-07-03  Jim Meyering  <meyering@lucent.com>
41711
41712         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
41713
41714 2000-07-03  Jim Meyering  <meyering@lucent.com>
41715
41716         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
41717         This is necessary to get a definition of e.g., UTMP_FILE on
41718         HP-UX 10.20.
41719         From Bob Proulx.
41720
41721 2000-07-02  Jim Meyering  <meyering@lucent.com>
41722
41723         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
41724
41725         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
41726         AC_LIBOBJ(function_name).
41727         * m4/chown.m4: Likewise.
41728         * m4/fnmatch.m4: Likewise.
41729         * m4/ftruncate.m4: Likewise.
41730         * m4/getgroups.m4: Likewise.
41731         * m4/getline.m4: Likewise.
41732         * m4/group-member.m4: Likewise.
41733         * m4/jm-macros.m4: Likewise.
41734         * m4/lstat.m4: Likewise.
41735         * m4/malloc.m4: Likewise.
41736         * m4/memcmp.m4: Likewise.
41737         * m4/nanosleep.m4: Likewise.
41738         * m4/putenv.m4: Likewise.
41739         * m4/realloc.m4: Likewise.
41740         * m4/regex.m4: Likewise.
41741         * m4/stat.m4: Likewise.
41742         * m4/strftime.m4: Likewise.
41743
41744 2000-07-02  Jim Meyering  <meyering@lucent.com>
41745
41746         * lib/quotearg.c (mbstate_t): Don't define here.
41747
41748 2000-07-02  Jim Meyering  <meyering@lucent.com>
41749
41750         * lib/nanosleep.c (SIGCONT): Define if not already defined.
41751
41752 2000-07-01  Jim Meyering  <meyering@lucent.com>
41753
41754         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
41755
41756 2000-07-01  Jim Meyering  <meyering@lucent.com>
41757
41758         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
41759         problem.
41760
41761 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41762
41763         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
41764         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
41765
41766 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41767
41768         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
41769         per change in ../m4/ls-mntd-fs.m4.
41770         (read_filesystem_list): Ignore symbolic links.
41771
41772 2000-06-29  Jim Meyering  <meyering@lucent.com>
41773
41774         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
41775         for declaration of strcmp.
41776
41777         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
41778
41779         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
41780         Avoid warning by casting result to `char *' to remove `const'.
41781
41782 2000-06-28  Jim Meyering  <meyering@lucent.com>
41783
41784         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
41785         included by quotearg.c, for which we perform this test.  From
41786         Bruno Haible.
41787
41788 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
41789
41790         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
41791         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
41792         <utmpx.h> exists, put readutmp.o into LIBOBJS.
41793
41794 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
41795
41796         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
41797
41798 2000-06-26  Paul Eggert  <eggert@twinsun.com>
41799
41800         savedir now sets errno on failure and invokes xmalloc to get memory.
41801         Fix a couple of other minor bugs while we're at it.
41802
41803         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
41804         (NAMLEN): Remove macro.
41805         (malloc, realloc): Remove decls.
41806         (stpcpy): Likewise.
41807         ("xalloc.h"): Include.
41808         (NAME_SIZE_DEFAULT): New macro.
41809         (savedir): Use xmalloc / xrealloc to allocate memory.
41810         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
41811         Skip "" directory entries.
41812         Use strlen to calculate directory entry length, since the old method
41813         is rarely used these days and isn't worth supporting.
41814         Don't use a pointer after freeing it.
41815         Check for integer overflow when calculating allocation size.
41816         Use memcpy to copy entries, instead of stpcpy.
41817         Set errno properly when returning NULL.
41818         Check for readdir error.
41819
41820 2000-06-26  Jim Meyering  <meyering@lucent.com>
41821
41822         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
41823
41824 2000-06-25  Jim Meyering  <meyering@lucent.com>
41825
41826         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
41827         Linux header bug when _XOPEN_SOURCE is defined to 500.
41828
41829 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
41830
41831         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
41832         deficiency.
41833
41834 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
41835
41836         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
41837         Include xalloc.h.
41838         Don't include <stdlib.h>.  Don't declare malloc, realloc.
41839
41840 2000-06-24  Jim Meyering  <meyering@lucent.com>
41841
41842         * m4/strerror_r.m4: Revive this file -- to try out an experimental
41843         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
41844         for which strerror does return char*, but which lacks a conveniently
41845         accessible declaration of the function.  If the compile-test says
41846         strerror_r doesn't work, then resort to a `run'-test that works on
41847         BeOS and segfaults on DEC Unix.
41848
41849 2000-06-24  Jim Meyering  <meyering@lucent.com>
41850
41851         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
41852
41853 2000-06-23  Paul Eggert  <eggert@twinsun.com>
41854
41855         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
41856         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
41857
41858 2000-06-23  Paul Eggert  <eggert@twinsun.com>
41859
41860         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
41861         (mbrtowc, mbstate_t): Define substitutes if
41862         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
41863         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
41864         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
41865
41866 2000-06-23  Jim Meyering  <meyering@lucent.com>
41867
41868         * m4/afs.m4: Add missing AC_MSG_RESULT.
41869         Reported by Bruno Haible.
41870
41871         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
41872         Suggestion from Bruno Haible.
41873
41874 2000-06-23  Jim Meyering  <meyering@lucent.com>
41875
41876         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
41877
41878 2000-06-21  Jim Meyering  <meyering@lucent.com>
41879
41880         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
41881
41882 2000-06-21  Jim Meyering  <meyering@lucent.com>
41883
41884         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
41885         (noinst_HEADERS): Add getstr.h.
41886
41887         * lib/getline.c (getstr): Move into a separate file.
41888         * lib/getstr.c (getstr): New file, extracted from getline.c, with
41889         the following changes: new parameter, delim2; both delim[12]
41890         parameters have type `int', not `char'.  The latter would lose
41891         with 8-bit delimiters.
41892         * lib/getstr.h: New file.
41893
41894 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41895
41896         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
41897         than 1024, return a memory chunk of least possible size, instead
41898         of size PATH_MAX + 2. In the loop, increment the size proportionally.
41899         Use free/xmalloc instead of xrealloc to avoid copying for very long
41900         paths.
41901
41902 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41903
41904         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
41905         the empty string.
41906
41907 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41908
41909         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
41910         address, not strdup.  Include <stdlib.h> and don't declare free().
41911
41912 2000-06-19  Jim Meyering  <meyering@lucent.com>
41913
41914         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
41915
41916 2000-06-18  Jim Meyering  <meyering@lucent.com>
41917
41918         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
41919
41920         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
41921         `checking whether...' message to be consistent with that of the
41922         lstat test.
41923
41924 2000-06-18  Jim Meyering  <meyering@lucent.com>
41925
41926         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
41927         Besides, these days every porting target provides a mkdir function.
41928
41929         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
41930         needed. (this snippet comes from src/system.h).
41931
41932 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
41933
41934         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
41935
41936 2000-06-15  Paul Eggert  <eggert@twinsun.com>
41937
41938         * lib/human.c (adjust_value): New function.
41939         (human_readable_inexact): Apply rounding style even when
41940         printing approximate values.
41941
41942 2000-06-14  Paul Eggert  <eggert@twinsun.com>
41943
41944         * lib/human.c (human_readable_inexact): Allow an input block
41945         size that is not a multiple of the output block size, and vice versa.
41946         Reported by Piergiorgio Sartor.
41947
41948 2000-06-14  Paul Eggert  <eggert@twinsun.com>
41949
41950         * lib/getdate.y (get_date): Apply relative times after time
41951         zone indicator, not before.  Reported by Todd A. Jacobs.
41952
41953 2000-06-13  Jim Meyering  <meyering@lucent.com>
41954
41955         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
41956
41957         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
41958
41959 2000-06-12  Paul Eggert  <eggert@twinsun.com>
41960
41961         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
41962
41963 2000-06-12  Jim Meyering  <meyering@lucent.com>
41964
41965         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
41966         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
41967         optional argument.
41968         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
41969         the optional argument, `lib'.
41970
41971 2000-06-08  Jim Meyering  <meyering@lucent.com>
41972
41973         * m4/largefile.m4: Remove file (now that it's part of autoconf).
41974
41975 2000-06-04  Paul Eggert  <eggert@twinsun.com>
41976
41977         Rewrite largefile configuration so that we don't need to run
41978         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
41979         AC_CANONICAL_HOST in configure.in -- jmm]
41980
41981         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
41982         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
41983         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
41984         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
41985         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
41986         All uses changed.
41987         Instead of inspecting the output of getconf, try to compile the
41988         test program without and with the macro definition.
41989         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
41990         for getconf.  Instead, check for the needed flags by compiling
41991         test programs.
41992
41993 2000-06-04  Paul Eggert  <eggert@twinsun.com>
41994
41995         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
41996
41997 2000-06-04  Jim Meyering  <meyering@lucent.com>
41998
41999         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
42000         SunOS 4.1.4 for which gid_t is an unsigned type.
42001
42002 2000-06-03  Jim Meyering  <meyering@lucent.com>
42003
42004         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
42005         now that autoconf requires that.
42006
42007         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
42008         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
42009         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
42010
42011 2000-06-03  Jim Meyering  <meyering@lucent.com>
42012
42013         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
42014
42015 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42016
42017         * m4/glibc21.m4: New file.
42018         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
42019
42020 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42021
42022         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
42023         newer, don't install charset.alias.
42024         * lib/config.charset: Change the Linux/glibc rules so they become empty
42025         on glibc-2.1 or newer.
42026
42027 2000-06-02  Jim Meyering  <meyering@lucent.com>
42028
42029         * lib/mountlist.c: Back out last change.  Instead, do this...
42030         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
42031         me_dummy member using the same `ignore'-testing code.
42032         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
42033         fs_type strings.
42034         From Mark D. Roth.
42035
42036 2000-05-29  Jim Meyering  <meyering@lucent.com>
42037
42038         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
42039         mounts with the `ignore' attribute.  Based on a patch from
42040         Mark D. Roth.
42041
42042 2000-05-28  Jim Meyering  <meyering@lucent.com>
42043
42044         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
42045         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42046         * m4/stat.m4: Likewise.
42047         * m4/lstat.m4: Likewise.
42048         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
42049
42050         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
42051         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
42052
42053 2000-05-26  Jim Meyering  <meyering@lucent.com>
42054
42055         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
42056
42057 2000-05-24  Jim Meyering  <meyering@lucent.com>
42058
42059         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
42060         autoconf requires that.
42061         * m4/lib-check.m4: Likewise.
42062         * m4/jm-macros.m4: Likewise.
42063         * m4/strftime.m4: Likewise.
42064
42065         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
42066         AC_CHECK_DECLS, now that autoconf requires that.
42067
42068 2000-05-22  Jim Meyering  <meyering@lucent.com>
42069
42070         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42071         * m4/lstat.m4: Likewise.
42072
42073 2000-05-22  Jim Meyering  <meyering@lucent.com>
42074
42075         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
42076
42077 2000-05-20  Jim Meyering  <meyering@lucent.com>
42078
42079         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
42080         (jm_PREREQ): Use it.
42081
42082 2000-05-18  Jim Meyering  <meyering@lucent.com>
42083
42084         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
42085         back, too, since it may have been modified by allocate_entry.
42086         (hash_delete): Rewrite to use neither the assignment operator
42087         nor the comma operator in an if-expression.
42088
42089 2000-05-15  Paul Eggert  <eggert@twinsun.com>
42090
42091         * lib/closeout.c:
42092         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
42093         Remove; no longer needed.
42094         "quotearg.h": Add include.
42095         (file_name): Do not bother to explicitly initialize to NULL; it's less
42096         efficient on some hosts.
42097         (close_stdout_status): Remove test as to whether stdout was already
42098         closed; it breaks for the case "echo x | sort >&-".
42099         Quote file name colons.
42100         Do not assume that _("write error") lacks format strings.
42101
42102 2000-05-15  Jim Meyering  <meyering@lucent.com>
42103
42104         * lib/version-etc.c (version_etc_copyright): Update the copyright
42105         string used in all --version output.
42106
42107 2000-05-14  Jim Meyering  <meyering@lucent.com>
42108
42109         * lib/closeout.c (close_stdout_set_file_name): New function.
42110         (close_stdout_status): Use new file-scoped global.
42111         Return right away if fstat says the stdout file descriptor is invalid.
42112         * lib/closeout.h (close_stdout_set_file_name): Declare.
42113
42114 2000-05-10  Jim Meyering  <meyering@lucent.com>
42115
42116         * lib/closeout.c [default_exit_status]: New file-scoped variable.
42117         (close_stdout_set_status): New function.
42118         * lib/closeout.h (close_stdout_set_status): Declare.
42119
42120 2000-05-09  Jim Meyering  <meyering@lucent.com>
42121
42122         * m4/gettext.m4: Rename this...
42123         * m4/libintl.m4: ...to this.
42124
42125 2000-05-08  Jim Meyering  <meyering@lucent.com>
42126
42127         * lib/long-options.c: Don't include closeout.h.
42128         (parse_long_options): Don't call close_stdout for --version.
42129
42130 2000-05-06  Paul Eggert  <eggert@twinsun.com>
42131
42132         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
42133         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
42134         2.1.3 bug.  This avoids a clash when files like regex.c define
42135         _GNU_SOURCE.
42136
42137 2000-05-06  Jim Meyering  <meyering@lucent.com>
42138
42139         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
42140         (AC_REPLACE_FUNCS): Add strnlen.
42141
42142         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
42143         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
42144
42145         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
42146         AC_SEARCH_LIBS call for nanosleep.
42147         (LIB_NANOSLEEP): Set and AC_SUBST.
42148
42149 2000-05-06  Jim Meyering  <meyering@lucent.com>
42150
42151         * lib/strnlen.c: Undefine __strnlen and strnlen.
42152         [!weak_alias]: Define __strnlen to strnlen.
42153
42154         * lib/atexit.c: New file, from libiberty.
42155
42156 2000-05-06  Jim Meyering  <meyering@lucent.com>
42157
42158         * lib/closeout.c (close_stdout_status): Also check for errors on the
42159         stderr stream.
42160
42161 2000-05-05  Jim Meyering  <meyering@lucent.com>
42162
42163         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
42164         AC_SEARCH_LIBS call for clock_gettime.
42165         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
42166
42167         * m4/search-libs.m4: Update from autoconf.
42168
42169         su doesn't work on Solaris 2.6.
42170         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
42171         <shadow.h>.  Reported by Dragos Harabor.
42172
42173 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
42174
42175         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
42176         memcpy instead of xmalloc, xrealloc, path_concat.
42177         (locale_charset): Treat empty environment variables as absent.
42178         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
42179
42180 2000-05-04  Jim Meyering  <meyering@lucent.com>
42181
42182         * lib/getopt.c: Update from glibc.
42183         * lib/obstack.c: Likewise.
42184         * lib/obstack.h: Likewise.
42185         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
42186         file
42187
42188         * lib/regex.h: Likewise.
42189         * lib/strndup.c: Likewise.
42190         * lib/strnlen.c: New file, from glibc.
42191
42192 2000-05-03  Jim Meyering  <meyering@lucent.com>
42193
42194         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
42195
42196 2000-05-02  Paul Eggert  <eggert@twinsun.com>
42197
42198         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
42199         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
42200         compile-time test, rather than inspecting host and OS, to
42201         decide whether to define _LARGEFILE_SOURCE.
42202
42203 2000-05-01  Jim Meyering  <meyering@lucent.com>
42204
42205         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
42206
42207         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
42208         Based on a patch from Bruno Haible.
42209
42210 2000-05-01  Jim Meyering  <meyering@lucent.com>
42211
42212         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
42213
42214 2000-04-29  Jim Meyering  <meyering@lucent.com>
42215
42216         * lib/path-concat.c: Declare strdup only if it's not defined.
42217         * lib/canon-host.c: Likewise.
42218
42219 2000-04-28  Jim Meyering  <meyering@lucent.com>
42220
42221         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
42222         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
42223         is included first, then limits.h is included by locale.h by libintl.h.
42224         From John David Anglin.
42225
42226 2000-04-25  Jim Meyering  <meyering@lucent.com>
42227
42228         * lib/makepath.c (S_IRWXUGO): Define.
42229         (make_path): Always perform explicit chmod if MODE specifies any
42230         of the `special' permission bits.  Prompted by a bug report against
42231         install from Mate Wierdl and Joost van Baal.
42232
42233 2000-04-18  Jim Meyering  <meyering@lucent.com>
42234
42235         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
42236         (jm_PREREQ): Use it.
42237
42238 2000-04-18  Jim Meyering  <meyering@lucent.com>
42239
42240         * lib/README: New file.
42241
42242         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
42243         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
42244
42245 2000-04-17  Jim Meyering  <meyering@lucent.com>
42246
42247         Get it right :-)
42248         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
42249         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
42250         Suggestion from Akim Demaille.
42251
42252 2000-04-17  Jim Meyering  <meyering@lucent.com>
42253
42254         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
42255         the definition of it to rpl_strftime also defined-away the system's
42256         declaration.
42257
42258 2000-04-15  Jim Meyering  <meyering@lucent.com>
42259
42260         Use `C' to denote so-called `contiguous' files, the same way
42261         that tar does.
42262         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
42263         (ftypelet): Use S_ISCTG.
42264         From Michael Deutschmann.
42265
42266 2000-04-14  Jim Meyering  <meyering@lucent.com>
42267
42268         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
42269         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
42270         clobbered.
42271
42272 2000-04-14  Jim Meyering  <meyering@lucent.com>
42273
42274         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
42275
42276 2000-04-13  Jim Meyering  <meyering@lucent.com>
42277
42278         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
42279         AH_VERBATIM to insert required #ifndef into config.h.in.
42280         Suggestion from Akim Demaille.
42281
42282 2000-04-12  Jim Meyering  <meyering@lucent.com>
42283
42284         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
42285         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
42286         Christian Krackowizer.
42287
42288         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
42289         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
42290         (AC_SYS_LARGEFILE): Require.
42291         (AM_C_PROTOTYPES): Require.
42292
42293 2000-04-08  Jim Meyering  <meyering@lucent.com>
42294
42295         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
42296         names don't conflict.  Reported by Eli Zaretskii.
42297
42298 2000-04-07  Jim Meyering  <meyering@lucent.com>
42299
42300         * lib/putenv.c: Move inclusion of errno.h so it follows that of
42301         sys/types.h, to work around system header problems on AIX 3.2.5.
42302         From Bruno Haible.
42303
42304 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
42305
42306         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
42307         bug.  Deal with the different error behavior of Irix iconv.
42308
42309 2000-04-05  Paul Eggert  <eggert@twinsun.com>
42310
42311         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
42312         IRIX if the installer said otherwise.
42313
42314 2000-04-05  Jim Meyering  <meyering@lucent.com>
42315
42316         Portability tweaks required for ultrix4.3.
42317         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
42318         (jm_CHECK_DECLS): Add getutent to the list of functions.
42319         (_jm_DECL_HEADERS): Add utmpx.h.
42320         From John David Anglin.
42321
42322         * m4/strftime.m4: Back out the 2000-04-02 change.
42323         Instead of that change, simply undefine putenv in the test program.
42324
42325 2000-04-05  Jim Meyering  <meyering@lucent.com>
42326
42327         Portability tweaks required for ultrix4.3.
42328         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
42329         getutent.
42330         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
42331         * lib/canon-host.c: Declare strdup.
42332         * lib/path-concat.c: Likewise.
42333         From John David Anglin.
42334
42335 2000-04-04  Jim Meyering  <meyering@lucent.com>
42336
42337         Be more DOS 8.3-friendly.
42338         * lib/ref-add.sin: Renamed from ref-add.sed.in.
42339         * lib/ref-del.sin: Renamed from ref-del.sed.in.
42340         * lib/Makefile.am: Reflect renaming.
42341         Reported by Eli Zaretskii.
42342
42343         Use a temporary file name that won't clash with `charset.alias'
42344         in the DOS 8.3 name space.
42345         * lib/Makefile.am (charset_tmp): Define.
42346         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
42347         (uninstall-local): Likewise.
42348         Reported by Eli Zaretskii.
42349
42350 2000-04-03  Jim Meyering  <meyering@lucent.com>
42351
42352         * m4/gettext.m4: Fix typo in comment.
42353
42354         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
42355         textutils/configure.in).  Suggestion from Paul Eggert.
42356         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
42357
42358 2000-04-02  Paul Eggert  <eggert@twinsun.com>
42359
42360         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
42361         variable in the shell rather than using putenv, which isn't
42362         portable.  This avoids the configure-time inter-test dependency
42363         on the potentially-renamed putenv function.
42364
42365 2000-03-30  Paul Eggert  <eggert@twinsun.com>
42366
42367         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
42368         before checking struct stat.st_blksize, so that
42369         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
42370
42371 2000-03-29  Paul Eggert  <eggert@twinsun.com>
42372
42373         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
42374         since strftime.c uses HAVE_STRFTIME to decide whether to use
42375         the underlying strftime.
42376
42377 2000-03-29  Paul Eggert  <eggert@twinsun.com>
42378
42379         * lib/time/strftime.c (my_strftime): Make sure we call the system
42380         strftime, not ourselves, when invoking the underlying strftime.
42381
42382 2000-03-24  Jim Meyering  <meyering@lucent.com>
42383
42384         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
42385         (charset_alias): Define.
42386         (install-exec-local): Factor out common code.
42387         (uninstall-local): Split lines longer than 80.
42388         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
42389         (SUFFIXES): Define.
42390         (.sed.in.sed): New rule.  Don't redirect directly to $@.
42391         (CLEANFILES): Add ref-add.sed and ref-del.sed.
42392
42393 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
42394
42395         * lib/config.charset: Output a line containing "Packages using this
42396         file".
42397         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
42398         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
42399         ref-del.sed): New rules.
42400
42401 2000-03-17  Jim Meyering  <meyering@lucent.com>
42402
42403         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
42404         Otherwise, include <strings.h>
42405
42406 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
42407
42408         * lib/unicodeio.c (utf8_wctomb): New function.
42409         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
42410         format instead of in UCS-4 with platform dependent endianness.
42411
42412 2000-03-10  Jim Meyering  <meyering@lucent.com>
42413
42414         * m4/lib-check.m4: Look for getspnam in -lgen, too.
42415         From Marco Franzen.
42416
42417 2000-03-07  Paul Eggert  <eggert@twinsun.com>
42418
42419         * lib/savedir.c (savedir): Work even if directory size is
42420         negative; this can happen with some screwy NFS configurations.
42421
42422 2000-03-06  Jim Meyering  <meyering@lucent.com>
42423
42424         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
42425         if it's NULL (because we ran out of memory).  From Bruno Haible.
42426
42427 2000-03-05  Jim Meyering  <meyering@lucent.com>
42428
42429         * lib/localcharset.c ("path-concat.h"): Include.
42430         (get_charset_aliases): Use path_concat instead of ANSI string
42431         concatenation.
42432
42433         * lib/unicodeio.h (PARAMS): Define.
42434         Use it to guard prototype.
42435
42436 2000-03-04  Jim Meyering  <meyering@lucent.com>
42437
42438         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
42439         for lib/localcharset.c.
42440
42441 2000-03-04  Jim Meyering  <meyering@lucent.com>
42442
42443         * lib/Makefile.am (install-exec-local): Create $(libdir) before
42444         installing into it.
42445         (uninstall-local): Uncomment this rule so `make distcheck' works
42446         once again.
42447
42448         * lib/unicodeio.c (<errno.h>): Include it.
42449         (errno): Declare if not defined.
42450
42451         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
42452
42453         * lib/config.charset: New version, incorporating remarks from a linux
42454         i18n mailing list.  From Bruno Haible.
42455
42456 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
42457
42458         * m4/codeset.m4: New file.
42459         * m4/iconv.m4: New file.
42460         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
42461
42462 2000-03-03  Jim Meyering  <meyering@lucent.com>
42463
42464         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
42465
42466 2000-03-02  Jim Meyering  <meyering@lucent.com>
42467
42468         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
42469         the messages come out on separate lines.
42470
42471         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
42472         rather than jm_CHECK_DECLARATIONS.
42473         * m4/decl.m4: Remove now-unused file.
42474
42475         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
42476         geteuid.
42477
42478 2000-03-02  Jim Meyering  <meyering@lucent.com>
42479
42480         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
42481
42482 2000-03-01  Jim Meyering  <meyering@lucent.com>
42483
42484         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
42485         * lib/unicodeio.c: Likewise.
42486
42487 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
42488
42489         * lib/config.charset: New file.
42490         * lib/localcharset.c: New file.
42491         * lib/unicodeio.h, lib/unicodeio.c: New files.
42492         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
42493         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
42494         (noinst_HEADERS): Add unicodeio.h.
42495         (all-local, install-exec-local, charset.alias): New targets.
42496
42497 2000-02-28  Paul Eggert  <eggert@twinsun.com>
42498
42499         * lib/quotearg.c (ALERT_CHAR): New macro.
42500         (quotearg_buffer_restyled): Use it.
42501
42502 2000-02-27  Jim Meyering  <meyering@lucent.com>
42503
42504         * m4/check-decl.m4: Add getenv to the list.
42505
42506 2000-02-27  Jim Meyering  <meyering@lucent.com>
42507
42508         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
42509         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
42510
42511         * lib/backupfile.c: Guard inclusion of stdlib.h with
42512         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
42513         Declare malloc if needed.
42514
42515         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
42516         `#ifndef HAVE_DECL..'
42517         now that autoconf always defines the HAVE_DECL_ symbols.
42518         * lib/human.c: Likewise.
42519         * lib/same.c: Likewise.
42520         * lib/strtoumax.c: Likewise.
42521
42522         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
42523         declaration check was not run.
42524         * lib/hash.c: Likewise.
42525         * lib/human.c: Likewise.
42526         * lib/same.c: Likewise.
42527         * lib/strtoumax.c: Likewise.
42528
42529         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
42530         `.', then first look up the entire `.'-containing string as a login
42531         name.
42532
42533 2000-02-23  Jim Meyering  <meyering@lucent.com>
42534
42535         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
42536         in place of my hack.
42537
42538 2000-02-18  Paul Eggert  <eggert@twinsun.com>
42539
42540         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
42541         (textint): New typedef.
42542         (parser_control): Member year changed from int to textint.
42543         All uses changed.
42544         (YYSTYPE): Removed; replaced by %union with int and textint members.
42545         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
42546         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
42547         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
42548         (tSNUMBER, tUNUMBER): Now of type <textintval>.
42549         (date, number, to_year): Use width of number in digits, not its value,
42550         to determine whether it's a 2-digit year, or a 2-digit time.
42551         (yylex): Store number of digits of numeric tokens.
42552         Reported by John Kendall.
42553
42554         (parser_control): Changed from struct parser_control to typedef (for
42555         consistency).  All uses changed.
42556
42557         (tID): Removed; not used.
42558         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
42559
42560 2000-02-14  Paul Eggert  <eggert@twinsun.com>
42561
42562         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
42563         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
42564
42565 2000-02-12  Jim Meyering  <meyering@lucent.com>
42566
42567         * lib/userspec.c (ISDIGIT): Define it.
42568         (isdigit): Remove definition.
42569         (is_number): Use ISDIGIT, not isdigit.
42570         <libintl.h>: Include.
42571         (_ and N_): Define.
42572         (parse_user_spec): Mark translatable strings.
42573
42574 2000-02-10  Jim Meyering  <meyering@lucent.com>
42575
42576         With these changes, nanosleep.[ch] are finally enough like the other
42577         lib/* replacement files to compile on a few more losing systems.
42578
42579         * lib/nanosleep.h: Don't include config.h.
42580         Remove prototype from declaration of nanosleep.
42581         (PARAMS): Remove now-unneeded definition.
42582         * lib/nanosleep.c: #undef nanosleep.
42583         (rpl_nanosleep): Rename from nanosleep.
42584
42585 2000-02-10  Jim Meyering  <meyering@lucent.com>
42586
42587         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
42588         gnu_nanosleep to rpl_nanosleep.
42589
42590 2000-02-09  Jim Meyering  <meyering@lucent.com>
42591
42592         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
42593         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
42594
42595 2000-02-08  Akim Demaille  <akim@epita.fr>
42596
42597         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
42598         `[' and `]' and remove uses of `changequote'.
42599         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
42600         (AC_SYS_LARGEFILE): Likewise.
42601         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
42602         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
42603         of changequote.
42604         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
42605         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
42606         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
42607         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
42608
42609 2000-02-05  Jim Meyering  <meyering@lucent.com>
42610
42611         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
42612         Remove explicit use of AC_HEADER_TIME.  It is required by
42613         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
42614         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
42615         in autoconf whereby the expansion of the latter ended up preceding
42616         the expansion of its prerequisite, AC_HEADER_TIME.
42617         Reported by Volker Borchert.
42618
42619 2000-02-03  Jim Meyering  <meyering@lucent.com>
42620
42621         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
42622
42623 2000-02-03  Jim Meyering  <meyering@lucent.com>
42624
42625         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
42626         rather than with `#if HAVE_UTMPNAME'.
42627
42628 2000-02-02  Jim Meyering  <meyering@lucent.com>
42629
42630         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
42631         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
42632         Reported by Eli Zaretskii.
42633
42634 2000-02-01  Jim Meyering  <meyering@lucent.com>
42635
42636         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
42637
42638 2000-01-31  Jim Meyering  <meyering@lucent.com>
42639
42640         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
42641         functions.  Add the time.h and sys/time.h headers along with the
42642         AC_REQUIRE'ment of AC_HEADER_TIME.
42643
42644 2000-01-31  Jim Meyering  <meyering@lucent.com>
42645
42646         * lib/nanosleep.h (nanosleep): Guard declaration with
42647         `#if ! HAVE_DECL_NANOSLEEP'.
42648         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
42649         the declaration in that vendor's sys/timers.h.
42650         Reported by Christian Krackowizer.
42651
42652         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
42653         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
42654         (ISPRINT): Likewise.
42655         Reported by Tom Tromey.
42656
42657 2000-01-30  Jim Meyering  <meyering@lucent.com>
42658
42659         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
42660
42661         * m4/prereq.m4 (utmp_includes): Define.
42662         Check for ut_user and ut_name members in both struct utmpx
42663         and struct utmp.
42664
42665 2000-01-30  Jim Meyering  <meyering@lucent.com>
42666
42667         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
42668         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
42669         header files where only utmpx.ut_user is declared.
42670
42671         * lib/readutmp.h (UT_USER): Define.
42672
42673 2000-01-29  Jim Meyering  <meyering@lucent.com>
42674
42675         * m4/lib-check.m4: New file containing library-related checks from
42676         fileutils and sh-utils (textutils had none).
42677
42678 2000-01-28  Jim Meyering  <meyering@lucent.com>
42679
42680         * m4/perl.m4: Change format of warning message to look more like that
42681         from the missing script.  Suggestion from François Pinard.
42682
42683 2000-01-25  Jim Meyering  <meyering@lucent.com>
42684
42685         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
42686         well as time.h in the compile check.
42687         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
42688         Fix typo in cross-compiling case: s/yes/no/.
42689
42690 2000-01-23  Jim Meyering  <meyering@lucent.com>
42691
42692         * m4/jm-macros.m4: Move df-related tests here from
42693         fileutils/configure.in
42694
42695         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
42696         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
42697
42698         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
42699         s/space/ac_fsusage_space/.
42700         (jm_FILE_SYSTEM_USAGE): Take two parameters.
42701
42702         * m4/ftruncate.m4: New file (derived from part of
42703         fileutils/configure.in).
42704         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
42705         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
42706
42707         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
42708         AC_SUBST these here, rather than just in sh-util/configure.in, so
42709         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
42710         all the same.
42711         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
42712         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
42713         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
42714         (AC_SUBST(POW_LIBM)): Likewise.
42715         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
42716
42717 2000-01-23  Jim Meyering  <meyering@lucent.com>
42718
42719         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
42720         obstack.c.
42721
42722 2000-01-22  Jim Meyering  <meyering@lucent.com>
42723
42724         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
42725
42726         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
42727
42728         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
42729         configure.in
42730         (AC_CHECK_HEADERS): Likewise for sh-utils.
42731         (AC_CHECK_HEADERS): Likewise for textutils.
42732         Merge the three lists of headers.
42733
42734         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
42735         from fileutils' configure.in.
42736
42737         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
42738         code. Moved tests into their own function (_jm_DECL_HEADERS) in
42739         check-decl.m4.
42740
42741         * m4/check-decl.m4: Use #if rather than #ifdef.
42742         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
42743         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
42744         (_jm_DECL_HEADERS): Define new function.
42745         (jm_CHECK_DECLARATIONS): Require it.
42746
42747 2000-01-22  Jim Meyering  <meyering@lucent.com>
42748
42749         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
42750         [! HAVE_DECL_STRTOULL]: Declare strtoull.
42751         Required for some AIX systems.  Reported by Christian Krackowizer.
42752         [TESTING] (main): New function.
42753
42754         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
42755         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
42756         letters.
42757
42758         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
42759         iswprint.
42760
42761         * lib/strverscmp.c (ISDIGIT): Define.
42762         (strverscmp): Use ISDIGIT, not isdigit.
42763
42764 2000-01-19  Jim Meyering  <meyering@lucent.com>
42765
42766         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
42767         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
42768         defines `struct timespec' in <sys/time.h>
42769
42770         * m4/c-bs-a.m4: Remove uses of changequote altogether.
42771         Thanks to Akim for explaining.
42772
42773 2000-01-17  Paul Eggert  <eggert@twinsun.com>
42774
42775         * lib/nanosleep.c (nanosleep):
42776         Don't use SA_INTERRUPT to decide whether to call sigaction, as
42777         POSIX.1 doesn't require SA_INTERRUPT and some systems
42778         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
42779         it's been part of POSIX.1 since day 1 (in 1988).
42780
42781 2000-01-17  Jim Meyering  <meyering@lucent.com>
42782
42783         * lib/interlock: Remove unused file.  Reported by François Pinard.
42784
42785 2000-01-16  Paul Eggert  <eggert@twinsun.com>
42786
42787         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
42788         alert, backslash, formfeed, and vertical tab unnecessarily in
42789         shell quoting style.
42790
42791 2000-01-16  Jim Meyering  <meyering@lucent.com>
42792
42793         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
42794         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
42795         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
42796         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
42797
42798 2000-01-16  Jim Meyering  <meyering@lucent.com>
42799
42800         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
42801         because the latter didn't work.
42802
42803 2000-01-15  Jim Meyering  <meyering@lucent.com>
42804
42805         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
42806         (AC_REPLACE_FUNCS): Add memcpy and memset.
42807         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
42808         Add strpbrk.
42809         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
42810
42811 2000-01-12  Jim Meyering  <meyering@lucent.com>
42812
42813         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
42814         (jm_PREREQ): Use it.
42815         (jm_PREREQ_READUTMP): New macro.
42816         (jm_PREREQ): Use it.
42817
42818 2000-01-11  Paul Eggert  <eggert@twinsun.com>
42819
42820         Quote multibyte characters correctly.
42821         * m4/c-bs-a.m4: New file.
42822         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
42823         (jm_PREREQ): Use it.
42824
42825 2000-01-11  Paul Eggert  <eggert@twinsun.com>
42826
42827         * m4/uintmax_t.m4: Port to autoconf 2.13.
42828
42829 2000-01-08  Jim Meyering  <meyering@ascend.com>
42830
42831         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
42832         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
42833
42834 2000-01-04  Jim Meyering  <meyering@ascend.com>
42835
42836         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
42837         jm_STRUCT_DIRENT_D_TYPE.
42838         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
42839         jm_STRUCT_DIRENT_D_INO.
42840         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
42841         jm_STRUCT_UTIMBUF.
42842         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
42843         renamings.
42844         * m4/utime.m4: Likewise.
42845
42846         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
42847         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
42848
42849 2000-01-03  Paul Eggert  <eggert@twinsun.com>
42850
42851         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
42852         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
42853
42854 2000-01-02  Jim Meyering  <meyering@ascend.com>
42855
42856         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
42857         remember if this is necessary.
42858
42859 1999-12-26  Jim Meyering  <meyering@ascend.com>
42860
42861         * m4/jm-macros.m4: Use it here.
42862         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
42863
42864 1999-12-23  Jim Meyering  <meyering@ascend.com>
42865
42866         * m4/jm-macros.m4: Check for clock_gettime (moved from
42867         fileutils/configure.in)
42868         Check for gettimeofday.
42869
42870 1999-12-20  Jim Meyering  <meyering@ascend.com>
42871
42872         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
42873         autoconf-2.14a-1999-12-20.
42874
42875 1999-12-19  Jim Meyering  <meyering@ascend.com>
42876
42877         * m4/lstat-slash.m4: New file.
42878         * m4/jm-macros.m4: Use the new macro:
42879         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42880
42881 1999-12-07  Jim Meyering  <meyering@ascend.com>
42882
42883         * m4/perl.m4: Require that File::Compare be available, too.
42884         Too many systems seem to lack it.
42885
42886         * m4/strftime.m4: Add checks for most of the cpp macros tested in
42887         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
42888
42889 1999-11-18  Paul Eggert  <eggert@twinsun.com>
42890
42891         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
42892         problem with the QNX 4.25 shell, which doesn't propagate exit
42893         status of failed commands inside shell assignments.
42894
42895 1999-11-17  Jim Meyering  <meyering@ascend.com>
42896
42897         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
42898
42899 1999-11-07  Jim Meyering  <meyering@ascend.com>
42900
42901         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
42902
42903 1999-11-06  Jim Meyering  <meyering@ascend.com>
42904
42905         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
42906         * m4/jm-macros.m4 (jm_MACROS): Use it here.
42907
42908 1999-11-05  Jim Meyering  <meyering@ascend.com>
42909
42910         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
42911         configure.in of textutils, fileutils, and sh-utils into this one
42912         (shared between those packages) file.
42913         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
42914         AC_STRUCT_ST_BLKSIZE.
42915
42916 1999-11-03  Jim Meyering  <meyering@ascend.com>
42917
42918         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
42919         of AC_CHECK_TYPE checks includes unistd.h.
42920         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
42921         Suggestion from Akim Demaille.
42922
42923 1999-10-30  Jim Meyering  <meyering@ascend.com>
42924
42925         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
42926         m4-quoted string.
42927         * m4/ls-mntd-fs.m4: Likewise.
42928         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
42929         * m4/jm-winsz1.m4: Likewise.
42930
42931         * m4/const.m4: Remove file, since the fix made it into the experimental
42932         version of autoconf.
42933         * m4/mktime.m4: Likewise.
42934
42935         * m4/check-type.m4: Remove file, now that the latest version of
42936         AC_CHECK_TYPE takes a third arg to specify additional #includes.
42937
42938         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
42939         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
42940         AC_CHECK_TYPE.
42941
42942 1999-10-04  Jim Meyering  <meyering@ascend.com>
42943
42944         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
42945
42946 1999-09-22  Paul Eggert  <eggert@twinsun.com>
42947
42948         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
42949         2.95.1 bug with HP-UX 10.20.
42950
42951 1999-09-17  Jim Meyering  <meyering@ascend.com>
42952
42953         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
42954         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
42955         due to missing strdup (against sh-utils-2.0).
42956
42957 1999-08-29  Jim Meyering  <meyering@ascend.com>
42958
42959         * m4/jm-macros.m4: Require jm_BISON.
42960         * m4/bison.m4: New file.
42961
42962 1999-08-17  Paul Eggert  <eggert@twinsun.com>
42963
42964         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
42965         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
42966
42967 1999-08-05  Jim Meyering  <meyering@ascend.com>
42968
42969         * m4/getline.m4: Rename test file from conftestdata to conftest.data
42970         to avoid conflicts with `conftest' on 8+3 filesystems.
42971         Suggestion from Eli Zaretskii.
42972
42973 1999-08-04  Jim Meyering  <meyering@ascend.com>
42974
42975         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
42976         fileutils and sh-utils (textutils's getline test was inadequate).
42977         (AM_FUNC_GETLINE): Run this test.
42978         (AC_CHECK_FUNCS): Check for getdelim.
42979         Reported by Bob Proulx.
42980
42981 1999-08-02  Jim Meyering  <meyering@ascend.com>
42982
42983         * m4/jm-macros.m4: Add a comment.
42984
42985 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42986
42987         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
42988         <inttypes.h> defines strtoumax as a macro (and not as a
42989         function).
42990
42991 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42992
42993         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
42994         that we can shift, multiply and divide unsigned long long
42995         values; Ultrix cc can't do it.
42996
42997 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42998
42999         * m4/mktime.m4: New file, which is a preview of what should appear
43000         in the next public autoconf release.
43001
43002 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43003
43004         * m4/lfs.m4: Remove this file.
43005         * m4/largefile.m4: New file.  It contains the old contents of
43006         lfs.m4, except that all names with prefix AC_LFS have been
43007         changed to use the prefix AC_SYS_LARGEFILE instead, to be
43008         compatible with future autoconf versions.  Also, some minor m4
43009         quoting problems have been fixed.
43010
43011 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43012
43013         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
43014         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
43015         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
43016         and simplify the shell code.
43017
43018 1999-08-01  Jim Meyering  <meyering@ascend.com>
43019
43020         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
43021         m4.
43022
43023 1999-07-20  Jim Meyering  <meyering@ascend.com>
43024
43025         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
43026
43027 1999-07-15  Jim Meyering  <meyering@ascend.com>
43028
43029         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
43030
43031 1999-05-22  Jim Meyering  <meyering@ascend.com>
43032
43033         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
43034
43035 1999-05-20  Jim Meyering  <meyering@ascend.com>
43036
43037         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
43038         Add a colon after each `then' in case $4 is empty.
43039
43040 1999-05-16  Jim Meyering  <meyering@ascend.com>
43041
43042         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
43043
43044 1999-05-10  Jim Meyering  <meyering@ascend.com>
43045
43046         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
43047
43048         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
43049         AC_FUNC_MKTIME.
43050
43051 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
43052
43053         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
43054
43055 1999-05-04  Paul Eggert  <eggert@twinsun.com>
43056
43057         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
43058         not CPPFLAGS, so that linking works correctly in IRIX.
43059
43060 1999-04-30  Paul Eggert  <eggert@twinsun.com>
43061
43062         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
43063
43064 1999-04-20  Paul Eggert  <eggert@twinsun.com>
43065
43066         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
43067         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
43068         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
43069         jm_AC_TYPE_UNSIGNED_LONG_LONG.
43070         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
43071
43072         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
43073
43074 1999-04-20  Jim Meyering  <meyering@ascend.com>
43075
43076         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
43077         AC_REPLACE xstroull if necessary.  From Paul Eggert.
43078         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
43079
43080 1999-04-18  Jim Meyering  <meyering@ascend.com>
43081
43082         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
43083         * m4/jm-macros.m4: Use it.
43084
43085 1999-04-06  Jim Meyering  <meyering@ascend.com>
43086
43087         * m4/strftime.m4: Remove test for %f.
43088
43089 1999-03-29  Jim Meyering  <meyering@ascend.com>
43090
43091         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
43092         superset of the AC_TYPE_* checks in the textutils, fileutils,
43093         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
43094         AC_TYPE_PID_T.
43095
43096 1999-03-28  Jim Meyering  <meyering@ascend.com>
43097
43098         * m4/jm-macros.m4: Define GNU_PACKAGE here.
43099         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
43100         replaced e.g., in the *.sh files of the sh-utils.
43101
43102 1999-03-20  Jim Meyering  <meyering@ascend.com>
43103
43104         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
43105         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
43106         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
43107
43108 1999-03-19  Jim Meyering  <meyering@ascend.com>
43109
43110         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
43111
43112 1999-03-12  Jim Meyering  <meyering@ascend.com>
43113
43114         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
43115
43116 1999-03-07  Jim Meyering  <meyering@ascend.com>
43117
43118         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
43119         declared.
43120
43121 1999-02-17  Jim Meyering  <meyering@ascend.com>
43122
43123         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
43124         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
43125
43126 1999-02-07  Jim Meyering  <meyering@ascend.com>
43127
43128         * m4/group-member.m4: New file -- extracted from sh-utils'
43129         configure.in.
43130
43131         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
43132         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
43133
43134 1999-02-06  Jim Meyering  <meyering@ascend.com>
43135
43136         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
43137         * m4/fnmatch.m4: Likewise.
43138         * m4/getgroups.m4: Likewise.
43139         * m4/lstat.m4: Likewise.
43140         * m4/malloc.m4: Likewise.
43141         * m4/putenv.m4: Likewise.
43142         * m4/realloc.m4: Likewise.
43143         * m4/regex.m4: Likewise.
43144         * m4/stat.m4: Likewise.
43145         * m4/strftime.m4: Likewise.
43146         Suggestion from Alain Magloire.
43147
43148         * m4/chown.m4: Use `.$ac_objext', not `.o'.
43149         * m4/fnmatch.m4: Likewise.
43150         * m4/getgroups.m4: Likewise.
43151         * m4/getline.m4: Likewise.
43152         * m4/lstat.m4: Likewise.
43153         * m4/malloc.m4: Likewise.
43154         * m4/memcmp.m4: Likewise.
43155         * m4/putenv.m4: Likewise.
43156         * m4/realloc.m4: Likewise.
43157         * m4/regex.m4: Likewise.
43158         * m4/stat.m4: Likewise.
43159         * m4/strftime.m4: Likewise.
43160         Suggestion from Alain Magloire.
43161
43162         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
43163         an argument.
43164
43165         * m4/regex.m4: Add a run-time Test for proper operation of
43166         re_compile_pattern.
43167
43168 1999-01-31  Jim Meyering  <meyering@ascend.com>
43169
43170         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
43171
43172 1999-01-30  Jim Meyering  <meyering@ascend.com>
43173
43174         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
43175
43176         * m4/jm-mktime.m4: Make this a wrapper around the official
43177         AM_FUNC_MKTIME rather than my private copy, now that the official one
43178         is up to date.
43179         * m4/mktime.m4: Remove file.
43180
43181         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
43182         * m4/uptime.m4: Likewise.
43183         * m4/uintmax_t.m4: Likewise.
43184
43185 1999-01-28  Jim Meyering  <meyering@ascend.com>
43186
43187         * m4/jm-macros.m4: Use jm_AFS.
43188         * m4/afs.m4: New file (from fileutils' configure.in).
43189
43190         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
43191         * m4/chown.m4: Likewise.
43192         * m4/d-ino.m4: Likewise.
43193         * m4/d-type.m4: Likewise.
43194         * m4/fnmatch.m4: Likewise.
43195         * m4/getgroups.m4: Likewise.
43196         * m4/gettext.m4: Likewise.
43197         * m4/jm-mktime.m4: Likewise.
43198         * m4/jm-winsz2.m4: Likewise.
43199         * m4/lcmessage.m4: Likewise.
43200         * m4/ls-mntd-fs.m4: Likewise.
43201         * m4/malloc.m4: Likewise.
43202         * m4/memcmp.m4: Likewise.
43203         * m4/putenv.m4: Likewise.
43204         * m4/realloc.m4: Likewise.
43205         * m4/st_mtim.m4: Likewise.
43206         * m4/strftime.m4: Likewise.
43207
43208 1999-01-16  Jim Meyering  <meyering@ascend.com>
43209
43210         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
43211         (ARGMATCH_DIE_DECL): Define.
43212
43213 1999-01-12  Jim Meyering  <meyering@ascend.com>
43214
43215         * m4/Makefile.am.in: Rewrite to avoid using fmt.
43216         Reported by Lars Hecking.
43217
43218 1999-01-10  Jim Meyering  <meyering@ascend.com>
43219
43220         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
43221         gross kludge.
43222         * m4/inttypes_h.m4: Likewise.
43223         * m4/lstat.m4: Likewise.
43224         * m4/malloc.m4: Likewise.
43225         * m4/readdir.m4: Likewise.
43226         * m4/realloc.m4: Likewise.
43227         * m4/st_dm_mode.m4: Likewise.
43228         * m4/stat.m4: Likewise.
43229         * m4/utimbuf.m4: Likewise.
43230         * m4/utimes.m4: Likewise.
43231
43232         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
43233         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
43234         comments in config.h.in are meaningful.
43235
43236         * m4/jm-macros.m4: Require autoconf-2.13 here.
43237
43238         * m4/regex.m4: By default, don't use the included regex.c on systems
43239         with glibc 2.  Suggestion from Uli Drepper.
43240
43241 1999-01-02  Jim Meyering  <meyering@ascend.com>
43242
43243         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
43244
43245 1998-12-18  Jim Meyering  <meyering@ascend.com>
43246
43247         * m4/Makefile.am.in (Makefile.am): Simplify rule.
43248         Based on a suggestion from Lars Hecking.
43249
43250 1998-11-16  Paul Eggert  <eggert@twinsun.com>
43251
43252         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
43253
43254 1998-11-16  Jim Meyering  <meyering@ascend.com>
43255
43256         * m4/lfs.m4: Double-quote the `uname...` expression.
43257
43258 1998-11-14  Jim Meyering  <meyering@ascend.com>
43259
43260         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
43261         * m4/stat.m4: Likewise.
43262
43263 1998-11-03  Jim Meyering  <meyering@ascend.com>
43264
43265         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
43266         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
43267
43268 1998-10-18  Jim Meyering  <meyering@ascend.com>
43269
43270         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
43271
43272 1998-10-17  Jim Meyering  <meyering@ascend.com>
43273
43274         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
43275         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
43276         calls for those previously hard-coded headers.  Instead, take a new
43277         parameter.
43278         (jm_CHECK_DECLARATIONS): Reflect interface change.
43279         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
43280         (jm_CHECK_DECL_LOCALTIME_R): New macro.
43281
43282         * m4/mktime.m4: Test for spring-forward gap before long-running test.
43283
43284 1998-10-14  Jim Meyering  <meyering@ascend.com>
43285
43286         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
43287         instead of "TZ=America/Vancouver".  From Paul Eggert.
43288
43289 1998-10-11  Jim Meyering  <meyering@ascend.com>
43290
43291         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
43292         This adds a test for a recently added compatibility fix for mktime.c.
43293         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
43294
43295 1998-09-27  Jim Meyering  <meyering@ascend.com>
43296
43297         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
43298
43299         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
43300         ../configure.in, including a change from Gordon Matzigkeit to allow
43301         cross-compiling for the Hurd.
43302
43303         * m4/glibc.m4: New file/macro to test for the GNU C Library
43304         versions 1 and 2.  From Gordon Matzigkeit.
43305         Indent.
43306
43307 1998-09-21  Jim Meyering  <meyering@ascend.com>
43308
43309         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
43310
43311 1998-08-18  Paul Eggert  <eggert@twinsun.com>
43312
43313         Port nanosecond-resolution times to UnixWare 2.1.2 and
43314         pedantic Solaris 2.6.
43315
43316         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
43317         AC_STRUCT_ST_MTIM.
43318         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
43319         Generate name of ns member, instead of just 1 or undef.
43320         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
43321
43322 1998-08-15  Jim Meyering  <meyering@ascend.com>
43323
43324         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
43325         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
43326         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
43327         instead of jm_TYPE_SSIZE_T.
43328
43329 1998-08-12  Jim Meyering  <meyering@ascend.com>
43330
43331         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
43332
43333 1998-08-02  Jim Meyering  <meyering@ascend.com>
43334
43335         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
43336         in acconfig.h manually.
43337
43338 1998-07-31  Paul Eggert  <eggert@twinsun.com>
43339
43340         * m4/st_mtim.m4: New file.
43341
43342 1998-07-28  Jim Meyering  <meyering@ascend.com>
43343
43344         * m4/utimes.m4: Undef stat.
43345
43346 1998-07-25  Jim Meyering  <meyering@ascend.com>
43347
43348         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
43349         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
43350
43351 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
43352
43353         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
43354         uid and gid actually remain unchanged.
43355
43356 1998-07-07  Jim Meyering  <meyering@ascend.com>
43357
43358         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
43359
43360 1998-07-04  Jim Meyering  <meyering@ascend.com>
43361
43362         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
43363         to prove that this macro can be used in packages without regex.c.
43364
43365 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
43366
43367         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
43368         is to be used.
43369
43370 1998-07-03  Jim Meyering  <meyering@ascend.com>
43371
43372         * m4/gettext.m4: Add -lintl if it's found to be necessary.
43373
43374         * m4/gettext.m4: New file -- from gettext-0.10.35.
43375         * m4/lcmessage.m4: Likewise.
43376         * m4/progtest.m4: Likewise.
43377
43378         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
43379         * m4/jm-macros.m4: Require the new macro.
43380
43381 1998-06-29  Jim Meyering  <meyering@ascend.com>
43382
43383         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
43384         for the definition of NGROUPS (used in a system header included
43385         by sys/mount.h).
43386
43387 1998-06-28  Jim Meyering  <meyering@ascend.com>
43388
43389         * m4/ls-mntd-fs.m4: New file.
43390         * m4/fstypename.m4: New file.
43391
43392         * m4/jm-macros.m4: Require the new macro.
43393         * m4/jm-glibc-io.m4: New file.
43394
43395 1998-05-19  Jim Meyering  <meyering@ascend.com>
43396
43397         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
43398         * m4/lchown.m4: New file.
43399
43400         * m4/Makefile.am.in: New file.
43401         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
43402
43403 1998-05-14  Jim Meyering  <meyering@ascend.com>
43404
43405         * m4/Makefile.am (EXTRA_DIST): Add them.
43406         * m4/jm-macros.m4: New file.
43407         * m4/utimbuf.m4: New file.
43408
43409 1998-05-12  Jim Meyering  <meyering@ascend.com>
43410
43411         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
43412
43413 1998-05-11  Jim Meyering  <meyering@ascend.com>
43414
43415         * m4/isc-posix.m4: New file.
43416
43417 1998-05-10  Jim Meyering  <meyering@ascend.com>
43418
43419         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
43420
43421 1998-05-09  Jim Meyering  <meyering@ascend.com>
43422
43423         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
43424         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
43425         with automake.
43426
43427         * m4/ssize_t.m4: New file.
43428         * m4/mktime.m4: Remove file -- the new automake has this now.
43429
43430 1998-04-26  Jim Meyering  <meyering@ascend.com>
43431
43432         * m4/assert.m4: New file.
43433         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
43434
43435 1998-04-05  Jim Meyering  <meyering@ascend.com>
43436
43437         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
43438         (jm_PREREQ): Use it here.
43439
43440 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
43441
43442         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
43443         in acconfig.h.
43444
43445 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
43446
43447         * m4/prereq.m4: New file.
43448         * m4/error.m4: New file.
43449         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
43450
43451 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
43452
43453         * m4/getline.m4: Don't set am_cv_func_working_getline before the
43454         cache-check for the same variable -- that defeated the purpose of
43455         the test; the test program was never run.  This was a problem only
43456         on systems with losing getline functions -- HP-UX 10.20 is one.
43457         Reported by Bjorn Helgaas.
43458
43459 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
43460
43461         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
43462
43463 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
43464
43465         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
43466
43467         * m4/const.m4: New file.  Use an initializer in this declaration
43468         typedef int charset[2]; const charset x;
43469         Reported by Bob Glickstein.
43470
43471 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
43472
43473         * m4/chown.m4: Fix reversed types on -1 args to chown.
43474         From Kaveh Ghazi.
43475
43476 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
43477
43478         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
43479         Add lseek and memchr.
43480
43481         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
43482         T.E.Dickey <dickey@clark.net> said that some older preprocessors
43483         have a 20-character limit on names.
43484
43485 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
43486
43487         * m4/inttypes_h.m4: New file.
43488         * m4/uintmax_t.m4: New file.
43489         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
43490
43491
43492         -----
43493
43494         Local Variables:
43495         coding: utf-8
43496         End:
43497
43498         Copyright (C) 1997-2008 Free Software Foundation, Inc.
43499
43500         Copying and distribution of this file, with or without
43501         modification, are permitted provided the copyright notice
43502         and this notice are preserved.