New module 'spawn'.
[gnulib.git] / ChangeLog
1 2008-09-28  Bruno Haible  <bruno@clisp.org>
2
3         New module 'spawn'.
4         * modules/spawn: New file.
5         * lib/spawn.in.h: New file.
6         * m4/spawn_h.m4: New file.
7         * doc/posix-headers/spawn.texi: Mention the new module.
8
9 2008-09-28  Bruno Haible  <bruno@clisp.org>
10
11         * modules/sched-tests: New file.
12         * tests/test-sched.c: New file.
13
14         New module 'sched'.
15         * modules/sched: New file.
16         * lib/sched.in.h: New file.
17         * m4/sched_h.m4: New file.
18         * doc/posix-headers/sched.texi: Mention the new module.
19
20 2008-09-27  Eric Blake  <ebb9@byu.net>
21
22         Fix previous patch, and tweak references to $0.
23         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
24         (func_version, func_gnulib_dir): Don't call this program
25         gnulib-tool.
26         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
27         with using $0 in function.
28         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
29         (func_fatal_error): Reuse the name the user invoked us with.
30
31 2008-09-27  Bruno Haible  <bruno@clisp.org>
32
33         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
34         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
35         (gl_ICONV_H): Not here.
36         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
37         instead of assigning ICONV_H directly.
38
39         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
40         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
41         WCHAR_H directly.
42
43 2008-09-27  Bruno Haible  <bruno@clisp.org>
44
45         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
46         * modules/arpa_inet (Depends-on): Add link-warning.
47         (Makefile.am): Insert the definition of GL_LINK-WARNING.
48         * modules/unistd (Makefile.am): Likewise.
49
50 2008-09-26  Bruno Haible  <bruno@clisp.org>
51
52         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
53         variables.
54         (func_version): Essentially copied from gnulib-tool.
55         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
56         func_readlink): Copied from gnulib-tool.
57
58 2008-09-26  Bruno Haible  <bruno@clisp.org>
59
60         * gnulib-tool (func_version): Change directory to $gnulib_dir before
61         invoking git-version-gen.
62
63 2008-09-26  Bruno Haible  <bruno@clisp.org>
64
65         * posix-modules: Update to directory names changed on 2008-01-19.
66         Remove commas in output before splitting into words. No more need to
67         avoid 'ftruncate' since 2007-02-19.
68
69 2008-09-26  Bruno Haible  <bruno@clisp.org>
70
71         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
72
73 2008-09-26  Bruno Haible  <bruno@clisp.org>
74
75         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
76         * modules/fwriteerror (Depends-on): Add errno.
77
78 2008-09-26  Bruno Haible  <bruno@clisp.org>
79
80         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
81         * tests/test-vc-list-files-cvs.sh: Likewise.
82
83 2008-09-26  Bruno Haible  <bruno@clisp.org>
84
85         * doc/posix-headers/sys_resource.texi: Reorder items.
86
87 2008-09-26  Jim Meyering  <meyering@redhat.com>
88
89         fts: tweak inode comparison function
90         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
91         inode numbers, as documented.
92
93         fts: sort dirent entries on inode number before traversing
94         This avoids a quadratic, seek-related performance penalty when
95         operating on a directory containing many entries (measurable at 10k;
96         3.5 hours at 2 million entries with a cold cache) on certain types
97         of file systems, including ext3 and ext4, but not tmpfs.
98         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
99         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
100         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
101         (fs_handles_readdir_ordered_dirents_efficiently): New function.
102         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
103         (fts_build): Set the stat.st_ino member from D_INO.
104         If it is likely to be useful, sort dirent entries on inode number.
105
106         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
107         and the struct statfs.f_type member.
108         * modules/fts (Depends-on): Add d-ino.
109
110 2008-09-26  Bruno Haible  <bruno@clisp.org>
111
112         * modules/sigpipe-die (Depends-on): Add sigpipe.
113
114         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
115         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
116         and GNULIB_STDIO_H_SIGPIPE are set.
117         * lib/stdio-write.c: New file.
118         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
119         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
120         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
121         REPLACE_STDIO_WRITE_FUNCS.
122         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
123         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
124         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
125         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
126         * modules/stdio (Files): Add lib/stdio-write.c.
127         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
128         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
129         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
130         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
131         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
132         REPLACE_FPRINTF_POSIX.
133         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
134         REPLACE_PRINTF_POSIX.
135         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
136         REPLACE_VFPRINTF_POSIX.
137         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
138         REPLACE_VPRINTF_POSIX.
139         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
140         SIGPIPE issue.
141         * doc/posix-functions/fputc.texi: Likewise.
142         * doc/posix-functions/fputs.texi: Likewise.
143         * doc/posix-functions/fwrite.texi: Likewise.
144         * doc/posix-functions/printf.texi: Likewise.
145         * doc/posix-functions/putc.texi: Likewise.
146         * doc/posix-functions/putchar.texi: Likewise.
147         * doc/posix-functions/puts.texi: Likewise.
148         * doc/posix-functions/vfprintf.texi: Likewise.
149         * doc/posix-functions/vprintf.texi: Likewise.
150
151         * modules/safe-write (Depends-on): Add write.
152
153         * modules/sigpipe-tests: New file.
154         * tests/test-sigpipe.c: New file.
155         * tests/test-sigpipe.sh: New file.
156
157         * modules/write: New file.
158         * lib/unistd.in.h: Include <sys/types.h>.
159         (write): New declaration.
160         * lib/write.c: New file.
161         * m4/write.m4: New file.
162         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
163         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
164         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
165         GNULIB_WRITE, REPLACE_WRITE.
166         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
167         and the SIGPIPE issue.
168
169         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
170         (raise): New declaration.
171         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
172         (ext_signal): New function.
173         (rpl_raise): New function.
174         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
175         GNULIB_SIGNAL_H_SIGPIPE.
176         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
177         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
178
179         * modules/sigpipe: New file.
180         * m4/sigpipe.m4: New file.
181
182 2008-09-25  Derek Price  <derek@ximbiot.com>
183             Bruno Haible  <bruno@clisp.org>
184
185         * gnulib-tool (func_import): Report all license incompatibilities, not
186         just the first one.
187
188 2008-09-25  Bruno Haible  <bruno@clisp.org>
189
190         * gnulib-tool (func_import): When computing the edits, consider not
191         only the Makefile.ams that exist but also those that will be generated.
192
193 2008-09-25  Simon Josefsson  <simon@josefsson.org>
194
195         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
196         fixes gnulib-tool --test warning about duplicate dependency.
197
198 2008-09-25  Bruno Haible  <bruno@clisp.org>
199
200         * gnulib-tool: Don't ask the user to perform edits in the generated
201         Makefile.ams.
202         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
203         apply to the Makefile.am being generated.
204         (func_emit_tests_Makefile_am): Execute edits that apply to the
205         Makefile.am being generated.
206         (func_import): Setup list of Makefile.am edits before emitting the
207         Makefile.ams, not at the end.
208         (func_create_testdir): Update.
209         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
210
211 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
212
213         * gnulib-tool (func_import): Store the --tests-base option in the
214         comment in gnulib-cache.m4.
215
216 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
217
218         * NEWS: Document increased portability that sys_select now provides.
219
220         * lib/sys_select.in.h: Install select wrapper.
221         * lib/sys_socket.in.h: Use more descriptive name when there is no
222         select wrapper.
223         * lib/winsock-select.c: New.
224         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
225         Require gl_HEADER_SYS_SOCKET.
226         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
227         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
228         * tests/test-sys_select.c: Add functional tests.
229
230 2008-09-24  Eric Blake  <ebb9@byu.net>
231
232         open, fopen: close fd leak in last patch
233         * lib/open.c (rpl_open): Close fd before returning error.
234         * lib/fopen.c (rpl_fopen): Close fd before returning error.
235         * doc/posix-functions/open.texi (open): Document that Irix also
236         has the bug.
237         * doc/posix-functions/fopen.texi (fopen): Likewise.
238         Reported by Paolo Bonzini.
239
240 2008-09-24  Bruno Haible  <bruno@clisp.org>
241
242         Ensure that a filename ending in a slash cannot be used to access a
243         non-directory.
244         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
245         to check whether it's really a directory.
246         * lib/fopen.c: Include fcntl.h, unistd.h.
247         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
248         and fdopen().
249         * modules/fopen (Depends-on): Add unistd.
250         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
251         * tests/test-fopen.c (main): Likewise.
252         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
253         * doc/posix-functions/fopen.texi: Likewise.
254         Reported by Eric Blake.
255
256 2008-09-23  Eric Blake  <ebb9@byu.net>
257
258         c-stack: avoid compiler optimizations when provoking overflow
259         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
260         recursion harder to optimize, to ensure a stack overflow occurs.
261         * tests/test-c-stack.c (recurse): Likewise.
262         Borrowed from libsigsegv.
263
264         c-stack: work around Irix sigaltstack bug
265         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
266         whether sigaltstack uses wrong end of stack_t (copied in part from
267         libsigsegv).
268         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
269         Irix bug, without requiring an over-allocation.
270         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
271         bug.
272
273         fopen: document mingw bug on directories
274         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
275         not allowing a stream visiting a directory, even though reading
276         from such a stream is not portable.
277
278 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
279
280         * lib/poll.c: Rewrite.
281         * modules/poll: Depend on alloca.
282
283 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
284
285         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
286         instead define prototypes for a full set of wrappers.  Ensure
287         that Cygwin does not use the compatibility code, which is only
288         for MinGW.
289         * lib/winsock.c: New.
290         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
291         * modules/sys_socket: Add lib/winsock.c.
292
293         * modules/poll-tests: Add errno and perror.
294         * tests/test-poll.c: Use ioctl, not ioctlsocket.
295
296 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
297
298         * tests/test-poll.c: Downgrade minimum needed Winsock version.
299
300 2008-09-23  Bruno Haible  <bruno@clisp.org>
301
302         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
303         * doc/glibc-functions/*: Likewise.
304
305 2008-09-23  Simon Josefsson  <simon@josefsson.org>
306
307         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
308         success.
309
310 2008-09-22  Eric Blake  <ebb9@byu.net>
311             Bruno Haible  <bruno@clisp.org>
312
313         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
314         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
315         supply %A but mishandle pseudo-NaN.
316         Reported by Simon Josefsson.
317
318 2008-09-21  Bruno Haible  <bruno@clisp.org>
319
320         * tests/test-lock.c (main): Tweak skip message.
321         * tests/test-tls.c (main): Likewise.
322
323 2008-09-21  Bruno Haible  <bruno@clisp.org>
324
325         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
326         whether 'struct sigaction' has sa_sigaction here...
327         (gl_PREREQ_SIG_HANDLER_H): ... not here.
328         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
329
330 2008-09-21  Bruno Haible  <bruno@clisp.org>
331
332         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
333         section.
334         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
335         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
336         the new section.
337         (Support for obsolete systems lacking POSIX:2001): New section.
338         (String handling <string.h>): Move strdup to the new section.
339         Suggested by Simon Josefsson and Paolo Bonzini.
340
341 2008-09-21  Bruno Haible  <bruno@clisp.org>
342
343         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
344         exponents in %e and %g results on 'long double'. Needed for mingw's
345         improved *printf functions.
346         * tests/test-vasprintf-posix.c (test_function): Likewise.
347         * tests/test-snprintf-posix.h (test_function): Likewise.
348         * tests/test-sprintf-posix.h (test_function): Likewise.
349         Reported by Eric Blake.
350
351 2008-09-21  Bruno Haible  <bruno@clisp.org>
352
353         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
354         * tests/test-sprintf-posix.h (test_function): Likewise.
355
356 2008-09-21  Bruno Haible  <bruno@clisp.org>
357
358         * modules/getpass (Depends-on): Add strdup-posix.
359
360         New module 'strdup-posix'.
361         * modules/strdup-posix: New file.
362         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
363         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
364         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
365         REPLACE_STRDUP.
366         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
367         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
368         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
369         strdup-posix.
370
371         * modules/strdup (Depends-on): Remove malloc-posix.
372
373 2008-09-20  Bruno Haible  <bruno@clisp.org>
374
375         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
376         Wildenhues.
377
378 2008-09-20  Bruno Haible  <bruno@clisp.org>
379
380         Ensure that wint_t gets defined on IRIX 5.3.
381         * lib/wchar.in.h (wint_t): Define if not defined by the system.
382         * lib/wctype.in.h (wint_t): Likewise.
383         (__wctype_wint_t): Remove type.
384         (isw*): Use wint_t instead of __wctype_wint_t.
385         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
386         * modules/wchar (Files): Add m4/wint_t.m4.
387         (Makefile.am): Substitute HAVE_WINT_T.
388         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
389         * tests/test-wctype.c: Check that wint_t is defined.
390         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
391         * doc/posix-headers/wctype.texi: Likewise.
392         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
393
394 2008-09-18  Bruno Haible  <bruno@clisp.org>
395
396         * gnulib-tool (func_exit): Update comment.
397
398 2008-09-18  Simon Josefsson  <simon@josefsson.org>
399
400         * modules/getaddrinfo (Depends-on): Remove strdup, this module
401         assumes strdup exists and does not depend on strdup to return
402         ENOMEM on out of memory conditions.
403
404 2008-09-18  Bruno Haible  <bruno@clisp.org>
405
406         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
407         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
408         digits for the exponent.
409
410 2008-09-18  Jim Meyering  <meyering@redhat.com>
411             Bruno Haible  <bruno@clisp.org>
412
413         * lib/vasnprintf.c (decimal_point_char): Define also if
414         NEED_PRINTF_INFINITE_LONG_DOUBLE.
415
416 2008-09-16  Bruno Haible  <bruno@clisp.org>
417         and Eric Blake  <ebb9@byu.net>
418
419         vasnprintf: support Irix 5.3
420         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
421         that mishandle long double infinity.
422         Reported by Tom G. Christensen.
423
424 2008-09-16  Bruno Haible  <bruno@clisp.org>
425
426         * doc/glibc-functions/scandir.texi: Mention the function is missing on
427         Solaris 9.
428         * doc/glibc-functions/alphasort.texi: Likewise.
429         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
430
431 2008-09-16  Jim Meyering  <meyering@redhat.com>
432
433         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
434         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
435         a umask modification leak out of a subshell.  Otherwise, the
436         opensolaris /bin/sh would be accepted and thus cause unwarranted
437         failures in the coreutils test suite.
438
439 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
440
441         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
442         to succeed.
443
444 2008-09-16  Jim Meyering  <meyering@redhat.com>
445
446         avoid spurious test failure when library is built without ACL support
447         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
448         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
449         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
450         * tests/test-copy-acl.sh: Likewise.
451
452 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
453
454         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
455         based on character occurrence counts.
456
457 2008-09-15  Eric Blake  <ebb9@byu.net>
458
459         tests: avoid some compiler warnings
460         * tests/test-memchr.c (main): Pass NULL indirectly.
461         * tests/test-closein.c (main): Avoid unused variable.
462
463 2008-09-15  Bruno Haible  <bruno@clisp.org>
464
465         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
466         are missing on OpenBSD 4.0 individually.
467         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
468
469 2008-09-15  Bruno Haible  <bruno@clisp.org>
470
471         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
472         * doc/posix-functions/strerror.texi: Mention also Cygwin.
473         * doc/posix-functions/perror.texi: Likewise.
474         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
475         is missing.
476         Reported by Eric Blake.
477
478         * lib/errno.in.h: Use replacement values >= 2000.
479         Reported by Eric Blake.
480
481 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
482
483         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
484         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
485         limit.
486         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
487         compareseq was aborted.
488
489 2008-09-14  Bruno Haible  <bruno@clisp.org>
490
491         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
492         yvec_edit_count.
493         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
494         (fstrcmp_bounded): Simplify result computation accordingly.
495
496 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
497
498         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
499         (fstrcmp): Define in terms of fstrcmp_bounded.
500         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
501         lower_bound argument.
502         Return quickly if the result is certainly < lower_bound.
503         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
504
505 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
506
507         * lib/diffseq.h (EARLY_ABORT): New macro.
508         (compareseq): Change return type to bool. Return true when EARLY_ABORT
509         evaluates to true.
510
511 2008-09-14  Bruno Haible  <bruno@clisp.org>
512
513         * modules/perror-tests: New file.
514         * tests/test-perror.sh: New file.
515         * tests/test-perror.c: New file.
516
517         New module 'perror'.
518         * lib/stdio.in.h (perror): New declaration.
519         * lib/perror.c: New file.
520         * m4/perror.m4: New file.
521         * modules/perror: New file.
522         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
523         * doc/posix-functions/perror.texi: Mention the perror module.
524         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
525         REPLACE_PERROR.
526         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
527         REPLACE_PERROR.
528
529 2008-09-14  Bruno Haible  <bruno@clisp.org>
530
531         * modules/stdio (Makefile.am): Reorder to match the order in
532         lib/stdio.in.h.
533         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
534
535 2008-09-13  Bruno Haible  <bruno@clisp.org>
536
537         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
538
539 2008-09-13  Bruno Haible  <bruno@clisp.org>
540
541         Extend strerror to cover the added errno values.
542         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
543         (rpl_strerror): Provide error messages for the added errno values and
544         for the WSA* values.
545         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
546         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
547         strerror.
548         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
549         * modules/strerror (Depends-on): Add errno.
550         * doc/posix-functions/strerror.texi: Document the change.
551         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
552         and EOVERFLOW.
553
554 2008-09-13  Bruno Haible  <bruno@clisp.org>
555
556         * modules/EOVERFLOW: Remove file.
557         * m4/eoverflow.m4: Remove file.
558         * modules/EOVERFLOW-tests: Remove file.
559         * tests/test-EOVERFLOW.c: Remove file.
560         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
561         * modules/ftell (Depends-on): Likewise.
562         * modules/getdelim (Depends-on): Likewise.
563         * modules/getugroups (Depends-on): Likewise.
564         * modules/poll (Depends-on): Likewise.
565         * modules/snprintf (Depends-on): Likewise.
566         * modules/sprintf-posix (Depends-on): Likewise.
567         * modules/vasnprintf (Depends-on): Likewise.
568         * modules/vasprintf (Depends-on): Likewise.
569         * modules/vfprintf-posix (Depends-on): Likewise.
570         * modules/vsnprintf (Depends-on): Likewise.
571         * modules/vsprintf-posix (Depends-on): Likewise.
572         * modules/xvasprintf (Depends-on): Likewise.
573         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
574         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
575         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
576         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
577         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
578         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
579         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
580         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
581         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
582         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
583         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
584         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
585         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
586         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
587         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
588         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
589         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
590         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
591         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
592         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
593         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
594         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
595         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
596         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
597         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
598         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
599         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
600         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
601         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
602         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
603         * MODULES.html.sh: Remove EOVERFLOW.
604         * NEWS: Mention the change.
605
606 2008-09-13  Bruno Haible  <bruno@clisp.org>
607
608         * modules/errno-tests: New file.
609         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
610
611         * lib/errno.in.h: New file.
612         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
613         * modules/errno: New file.
614         * doc/posix-headers/errno.texi: Update documentation.
615         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
616
617 2008-09-13  Bruno Haible  <bruno@clisp.org>
618
619         * tests/test-poll.c: Use #if for native Windows, rather than testing
620         __MSVCRT__.
621
622 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
623             Bruno Haible  <bruno@clisp.org>
624
625         * lib/glob.c: Don't include <pwd.h> on native Windows.
626         (WINDOWS32): New macro.
627         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
628
629 2008-09-13  Bruno Haible  <bruno@clisp.org>
630
631         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
632         (ETIMEDOUT): Remove macro.
633         (glthread_cond_timedwait_multithreaded): New declaration.
634         (glthread_cond_timedwait): Use it.
635         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
636         (glthread_cond_timedwait_multithreaded): New function.
637
638 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
639
640         * modules/poll-tests: Do not check for io.h.
641         * tests/test-poll.c: Check for __MSVCRT__ instead.
642
643 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
644
645         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
646         * modules/poll-tests: Add inet_pton, stdbool, sockets.
647         * tests/test-poll.c: Use them.  Use _pipe on Windows.
648
649 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
650
651         * modules/poll-tests: New.
652         * tests/test-poll.c: New.
653
654 2008-09-12  Eric Blake  <ebb9@byu.net>
655
656         frexp: test for NetBSD failure on -0.0
657         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
658         not all, bugs from NetBSD 3.0 have been fixed.
659         * doc/posix-functions/frexp.texi (frexp): Document bug.
660         Reported by Thomas Klausner.
661
662         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
663         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
664         literal -0.0.
665         Reported by Jonathan C. Patschke <jp@centtech.com>.
666
667 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
668
669         * lib/glthread/cond.h: Use dummy implementation also if
670         USE_WIN32_THREADS.
671
672 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
673
674         * modules/fnmatch-posix (License): Change to LGPLv2+.
675         * modules/fnmatch-gnu (License): Likewise.
676
677 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
678
679         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
680
681 2008-09-11  Jim Meyering  <meyering@redhat.com>
682
683         * users.txt: Add gtk-vnc.
684
685 2008-09-08  Simon Josefsson  <simon@josefsson.org>
686
687         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
688         rotate amounts.
689
690         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
691         required for 16-bit and 8-bit rotates.
692         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
693         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
694         UINT8_MAX instead of hard-coded constants.
695         Suggested by Paul Eggert.
696
697 2008-09-07  Bruno Haible  <bruno@clisp.org>
698
699         * tests/test-striconveh.c (main): Check behaviour when converting from
700         UTF-7.
701
702         Make striconveh work better with stateful encodings.
703         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
704         that iconv does not increment the inptr when returning -1/EINVAL.
705
706 2008-09-07  Bruno Haible  <bruno@clisp.org>
707
708         * build-aux/config.rpath: Update according to libtool-2.2.6.
709         * build-aux/config.libpath: Likewise.
710
711 2008-09-06  Bruno Haible  <bruno@clisp.org>
712
713         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
714         * lib/freadptr.c (freadptr): Likewise.
715         * lib/freadseek.c (freadptrinc): Likewise.
716         Reported by Simon Josefsson.
717
718 2008-09-06  Bruno Haible  <bruno@clisp.org>
719
720         * modules/freadptr (License): Change to LGPLv2+.
721         * modules/freadseek (License): Likewise.
722         Suggested by Eric Blake.
723
724         * modules/memchr2 (License): Change to LGPLv2+.
725         Approved by Eric Blake.
726
727 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
728             Bruno Haible  <bruno@clisp.org>
729
730         Make gnulib-tool work with native 'sed' on AIX.
731         * gnulib-tool (sed_noop): New variable.
732         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
733         func_add_or_update, func_create_testdir): Use it to initialize sed
734         script variables.
735         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
736
737 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
738             Bruno Haible  <bruno@clisp.org>
739
740         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
741         also works after #include directives.
742
743 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
744
745         getdate.y: reject an out-of-range timezone value
746         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
747         the range [-24...+24].  When specified with only one or two digits,
748         * tests/test-getdate.c: Tests for the fix.
749         * doc/getdate.texi: Document this change.
750
751 2008-09-03  Bruno Haible  <bruno@clisp.org>
752
753         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
754
755 2008-09-02  Simon Josefsson  <simon@josefsson.org>
756
757         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
758         <bruce.korb@gmail.com> with ideas from Ben Pfaff
759         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
760         Blake <ebb9@byu.net>.
761
762         * tests/test-bitrotate.c: Add more test vectors.
763
764 2008-09-02  Eric Blake  <ebb9@byu.net>
765
766         vasnprintf-posix: handle large precision via %.*d
767         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
768         when handling it ourselves.
769         * tests/test-vasnprintf-posix.c (test_function): Add test.
770         * tests/test-snprintf-posix.h (test_function): Likewise.
771         * tests/test-sprintf-posix.h (test_function): Likewise.
772         * tests/test-vasprintf-posix.c (test_function): Likewise.
773         Reported by Alain Guibert.
774
775 2008-09-01  Eric Blake  <ebb9@byu.net>
776
777         c-stack: make configure-time check more robust
778         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
779         successful sigaction call.
780         Reported by Tom G. Christensen.
781
782 2008-09-01  Bruno Haible  <bruno@clisp.org>
783
784         New module 'findprog-lgpl'.
785         * modules/findprog-lgpl: New file.
786         * lib/findprog-lgpl.c: New file.
787         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
788         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
789         to decide whether to use strdup or xstrdup, concatenated_filename or
790         xconcatenated_filename.
791
792 2008-09-01  Bruno Haible  <bruno@clisp.org>
793
794         Split module 'concat-filename' into 'concat-filename' (LGPL) and
795         'xconcat-filename' (GPL).
796         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
797         (License): Change to LGPLv2+.
798         * modules/xconcat-filename: New file.
799         * lib/concat-filename.h (concatenated_filename): Change specification.
800         (xconcatenated_filename): New declaration.
801         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
802         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
803         memory situations.
804         * lib/xconcat-filename.c: New file.
805         * NEWS: Mention the change.
806         * lib/findprog.c: Include concat-filename.h, not filename.h.
807         (find_in_path): Use xconcatenated_filename instead of
808         concatenated_filename.
809         * lib/javacomp.c: Include concat-filename.h, not filename.h.
810         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
811         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
812         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
813         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
814         instead of concatenated_filename.
815         * lib/javaexec.c: Include concat-filename.h, not filename.h.
816         (execute_java_class): Use xconcatenated_filename instead of
817         concatenated_filename.
818         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
819         * modules/javacomp (Depends-on): Likewise.
820         * modules/javaexec (Depends-on): Likewise.
821
822 2008-09-01  Bruno Haible  <bruno@clisp.org>
823
824         Split module 'filename' into 'filename' and 'concat-filename'.
825         * modules/filename: Keep only lib/filename.h.
826         (License): Change to LGPLv2+.
827         * modules/concat-filename: New file, extracted from modules/filename.
828         * lib/filename.h (concatenated_filename): Remove declaration.
829         * lib/concat-filename.h: New file, extracted from lib/filename.h.
830         * lib/concat-filename.c: Include concat-filename.h.
831         * NEWS: Mention the change.
832
833 2008-09-01  Simon Josefsson  <simon@josefsson.org>
834
835         * lib/bitrotate.h (rotl8, rotr8): Add.
836
837         * modules/bitrotate (configure.ac): Need
838         AC_REQUIRE([AC_C_INLINE]).
839         (Description): Mention stdint.h.  Reported by Bruno Haible
840         <bruno@clisp.org>.
841
842         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
843         Paolo Bonzini <bonzini@gnu.org>.
844
845 2008-08-31  Bruno Haible  <bruno@clisp.org>
846
847         Assume Solaris specific bi-arch conventions on Solaris systems.
848         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
849         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
850         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
851         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
852         like acl_libdirstem.
853         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
854         acl_libdirstem.
855         * NEWS: Mention the change.
856         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
857
858 2008-08-31  Jim Meyering  <meyering@redhat.com>
859
860         * lib/strftime.h: Add comments describing the two added arguments.
861
862         remove duplicate #include directives
863         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
864         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
865
866 2008-08-31  Bruno Haible  <bruno@clisp.org>
867
868         New module 'sigpipe-die'.
869         * modules/sigpipe-die: New file.
870         * lib/sigpipe-die.h: New file.
871         * lib/sigpipe-die.c: New file.
872         * MODULES.html.sh (Signal handling): Add sigpipe-die.
873
874 2008-08-31  Bruno Haible  <bruno@clisp.org>
875
876         Don't override previously installed signal handlers.
877         * lib/fatal-signal.c (saved_sigactions): New variable.
878         (uninstall_handlers): Reset the signal to the saved handler, not
879         to SIG_DFL (except when ignored).
880         (install_handlers): Save the previous handlers.
881
882 2008-08-30  Bruno Haible  <bruno@clisp.org>
883
884         * gnulib-tool (func_reset_sigpipe): New function.
885         (func_get_automake_snippet, func_modules_transitive_closure,
886         func_import): Invoke it before a join command that reads from stdin,
887         to avoid "echo: write error: Broken pipe" error messages on stderr.
888         Reported by Sam Steingold <sds@gnu.org>.
889
890 2008-08-30  Bruno Haible  <bruno@clisp.org>
891
892         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
893         Code copied from m4/open.m4.
894         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
895         access and the filename ends in a slash. Code copied from lib/open.c.
896         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
897         * tests/test-fopen.c (main): Check against bug with trailing slash.
898
899 2008-08-29  Bruno Haible  <bruno@clisp.org>
900
901         Avoid some "gcc -pedantic" warnings.
902         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
903         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
904         * lib/dirent.in.h: Likewise.
905         * lib/fcntl.in.h: Likewise.
906         * lib/float.in.h: Likewise.
907         * lib/iconv.in.h: Likewise.
908         * lib/inttypes.in.h: Likewise.
909         * lib/locale.in.h: Likewise.
910         * lib/math.in.h: Likewise.
911         * lib/netinet_in.in.h: Likewise.
912         * lib/search.in.h: Likewise.
913         * lib/signal.in.h: Likewise.
914         * lib/stdarg.in.h: Likewise.
915         * lib/stdint.in.h: Likewise.
916         * lib/stdio.in.h: Likewise.
917         * lib/stdlib.in.h: Likewise.
918         * lib/string.in.h: Likewise.
919         * lib/strings.in.h: Likewise.
920         * lib/sys_select.in.h: Likewise.
921         * lib/sys_socket.in.h: Likewise.
922         * lib/sys_stat.in.h: Likewise.
923         * lib/sys_time.in.h: Likewise.
924         * lib/sysexits.in.h: Likewise.
925         * lib/time.in.h: Likewise.
926         * lib/unistd.in.h: Likewise.
927         * lib/wchar.in.h: Likewise.
928         * lib/wctype.in.h: Likewise.
929         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
930         * modules/fchdir (Makefile.am): Likewise.
931         * modules/fcntl (Makefile.am): Likewise.
932         * modules/float (Makefile.am): Likewise.
933         * modules/iconv_open (Makefile.am): Likewise.
934         * modules/inttypes (Makefile.am): Likewise.
935         * modules/locale (Makefile.am): Likewise.
936         * modules/math (Makefile.am): Likewise.
937         * modules/netinet_in (Makefile.am): Likewise.
938         * modules/search (Makefile.am): Likewise.
939         * modules/signal (Makefile.am): Likewise.
940         * modules/stdarg (Makefile.am): Likewise.
941         * modules/stdint (Makefile.am): Likewise.
942         * modules/stdio (Makefile.am): Likewise.
943         * modules/stdlib (Makefile.am): Likewise.
944         * modules/string (Makefile.am): Likewise.
945         * modules/strings (Makefile.am): Likewise.
946         * modules/sys_select (Makefile.am): Likewise.
947         * modules/sys_socket (Makefile.am): Likewise.
948         * modules/sys_stat (Makefile.am): Likewise.
949         * modules/sys_time (Makefile.am): Likewise.
950         * modules/sysexits (Makefile.am): Likewise.
951         * modules/time (Makefile.am): Likewise.
952         * modules/unistd (Makefile.am): Likewise.
953         * modules/wchar (Makefile.am): Likewise.
954         * modules/wctype (Makefile.am): Likewise.
955         Reported by Reuben Thomas <rrt@sc3d.org>.
956
957 2008-08-29  Bruno Haible  <bruno@clisp.org>
958
959         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
960         any more.
961
962 2008-08-29  Simon Josefsson  <simon@josefsson.org>
963
964         * MODULES.html.sh (Misc): Add bitrotate.
965
966         * modules/bitrotate: New file.
967
968         * lib/bitrotate.h: New file.
969
970         * modules/bitrotate-tests: New file.
971
972         * tests/test-bitrotate.c: New file.
973
974         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
975         on the bitrotate module.
976
977         * lib/arctwo.c: Use new bitrotate module.
978
979 2008-08-29  Jim Meyering  <meyering@redhat.com>
980
981         bootstrap: merge changes from coreutils
982         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
983         of copied files.  Remove a kludge, now that this is fixed.
984         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
985         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
986         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
987
988 2008-08-29  Bruno Haible  <bruno@clisp.org>
989
990         * MODULES.html.sh: Remove --cvs-urls option.
991
992 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
993
994         maint.mk: adjust to file name change
995         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
996
997 2008-08-28  Jim Meyering  <meyering@redhat.com>
998
999         * modules/getndelim2 (License): Relicense to LGPLv2+.
1000         Approved by Richard Stallman for the version of 1995, and by
1001         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
1002
1003 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
1004
1005         * lib/getdelim.c (flockfile, funlockfile): Make all of them
1006         dummy if one is not available.  Do not touch them if
1007         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
1008         (getc_maybe_unlocked): New.
1009         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
1010
1011 2008-08-26  Eric Blake  <ebb9@byu.net>
1012
1013         doc/INSTALL: resync from autoconf
1014         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
1015         (INSTALL_PRELUDE): Delete; this is done more efficiently by
1016         moving...
1017         * install.texi [!autoconf]: ...here.  Resync from autoconf.
1018         * INSTALL: Regenerate.
1019         * INSTALL.ISO: New file.
1020         * INSTALL.UTF-8: Likewise.
1021
1022 2008-08-26  Jim Meyering  <meyering@redhat.com>
1023
1024         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
1025         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
1026         these definitions conditional, so that they may be overridden, too.
1027
1028 2008-08-26  Bruno Haible  <bruno@clisp.org>
1029
1030         Generate INSTALL file variants with prettier quotes.
1031         * doc/Makefile (INSTALL_PRELUDE): New macro.
1032         (INSTALL): Use it.
1033         (INSTALL.ISO, INSTALL.UTF-8): New rules.
1034
1035 2008-08-26  Bruno Haible  <bruno@clisp.org>
1036
1037         Run makeinfo in an English locale.
1038         * doc/Makefile (MAKEINFO): New variable.
1039
1040 2008-08-26  Bruno Haible  <bruno@clisp.org>
1041
1042         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
1043         Suggested by Eric Blake.
1044
1045 2008-08-25  Bruno Haible  <bruno@clisp.org>
1046
1047         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
1048
1049 2008-08-25  Eric Blake  <ebb9@byu.net>
1050
1051         c-stack: test that stack overflow can be caught
1052         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
1053         that platform allows handling stack overflow; at least OS/2 EMX
1054         has sigaltstack, but crashes before transferring control to
1055         handler on stack overflow.
1056         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
1057         check for HAVE_STACK_OVERFLOW_HANDLING.
1058         Reported by Elbert Pol.
1059
1060 2008-08-25  Bruno Haible  <bruno@clisp.org>
1061
1062         * doc/posix-functions/strftime.texi: Fix description of strftime
1063         module.
1064
1065 2008-08-24  Bruno Haible  <bruno@clisp.org>
1066
1067         * tests/uniwidth/test-uc_width2.c: New file.
1068         * tests/uniwidth/test-uc_width2.sh: New file.
1069         * modules/uniwidth/width-tests (Files): Add the new files.
1070         (TESTS): Add uniwidth/test-uc_width2.sh.
1071         (TESTS_ENVIRONMENT): New variable.
1072         (check_PROGRAMS): Add test-uc_width2.
1073         (test_uc_width2_SOURCES): New variable.
1074
1075         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
1076         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
1077         not 0x00AB.
1078         Reported by Alexander V. Lukyanov <lav@netis.ru>.
1079
1080 2008-08-22  Eric Blake  <ebb9@byu.net>
1081
1082         test-lock, test-tls: mention why a test is skipped
1083         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
1084         skipped.
1085         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
1086
1087         count-one-bits: relax license
1088         * modules/count-one-bits (License): Relicense to LGPLv2+.
1089         Suggested by Ludovic Courtès, approved by Ben Pfaff.
1090
1091 2008-08-22  Andreas Schwab  <schwab@suse.de>
1092
1093         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1094         Remove spurious space in assignment.
1095
1096 2008-08-21  Simon Josefsson  <simon@josefsson.org>
1097
1098         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
1099         Paul Eggert <eggert@CS.UCLA.EDU>.
1100
1101 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
1102
1103         * modules/gettext: Add m4/threadlib.m4.
1104
1105 2008-08-19  Eric Blake  <ebb9@byu.net>
1106
1107         test-c-stack: fix compilation failure on FreeBSD 5.0
1108         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
1109         headers before <sys/resource.h>.
1110         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
1111         the bug.
1112         Reported by Nelson H. F. Beebe.
1113
1114         strverscmp: migrate from "strverscmp.h" to <string.h>
1115         * modules/string (Makefile.am): Add new hooks.
1116         * modules/strverscmp (Files): Remove strverscmp.h.
1117         (Depends-on): Add string.
1118         (configure.ac): Add indicator.
1119         (Include): Mention new header.
1120         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
1121         defaults.
1122         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
1123         results.
1124         * lib/strverscmp.h: Delete.
1125         * lib/string.in.h (strverscmp): Provide declaration, when needed.
1126         * tests/test-strverscmp.c (includes): Adjust client.
1127         * lib/check-version.c (includes): Likewise.
1128         * NEWS: Document the change.
1129
1130         strverscmp: add unit test
1131         * modules/strverscmp-tests: New file.
1132         * tests/test-strverscmp.c: Likewise.
1133
1134 2008-08-19  Simon Josefsson  <simon@josefsson.org>
1135
1136         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
1137         regarding Windows crypto stuff, from Mono.
1138
1139 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
1140
1141         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
1142         if present, for intel RND.  Return error on failures.
1143
1144 2008-08-18  Ben Pfaff  <blp@gnu.org>
1145
1146         gitlog-to-changelog: give better diagnostic for failed pipe-open
1147         * build-aux/gitlog-to-changelog: Improve error message: suggest
1148         that the version of Git may be too old.
1149
1150 2008-08-18  Simon Josefsson  <simon@josefsson.org>
1151
1152         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
1153         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
1154
1155 2008-08-18  Bruno Haible  <bruno@clisp.org>
1156
1157         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
1158         pthread_in_use().
1159
1160 2008-08-18  Bruno Haible  <bruno@clisp.org>
1161
1162         * lib/glthread/threadlib.c: Include <pthread.h>.
1163
1164 2008-08-18  Bruno Haible  <bruno@clisp.org>
1165
1166         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
1167         glthread_recursive_lock_* macros.
1168         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
1169         Fix syntax error.
1170
1171 2008-08-18  Bruno Haible  <bruno@clisp.org>
1172
1173         * lib/glthread/thread.c: Avoid forcing a context switch right after
1174         thread creation.
1175
1176 2008-08-17  Bruno Haible  <bruno@clisp.org>
1177
1178         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
1179         * lib/glthread/thread.h: Provide Win32 specific implementation.
1180         * modules/thread (Files): Add lib/glthread/thread.c.
1181         (Depends-on): Add lock.
1182         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
1183
1184 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1185
1186         New module 'yield'.
1187         * modules/yield: New file.
1188         * lib/glthread/yield.h: New file.
1189         * m4/yield.m4: New file.
1190         * MODULES.html.sh (Multithreading): Add yield.
1191
1192 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1193
1194         New module 'thread'.
1195         * modules/thread: New file.
1196         * lib/glthread/thread.h: New file.
1197         * m4/thread.m4: New file.
1198         * MODULES.html.sh (Multithreading): Add thread.
1199
1200 2008-08-17  Bruno Haible  <bruno@clisp.org>
1201
1202         * lib/glthread/lock.h: Include <stdlib.h> always.
1203         * lib/glthread/tls.h: Likewise.
1204         * lib/glthread/cond.h: Likewise.
1205
1206 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1207
1208         New module 'cond'.
1209         * modules/cond: New file.
1210         * lib/glthread/cond.h: New file.
1211         * lib/glthread/cond.c: New file.
1212         * m4/cond.m4: New file.
1213         * MODULES.html.sh (Multithreading): Add cond.
1214
1215 2008-08-16  Eric Blake  <ebb9@byu.net>
1216
1217         c-stack: fix regression on Irix 5.3 from 2008-06-21
1218         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
1219         sa_sigaction...
1220         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
1221         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
1222         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
1223         * modules/signal (Makefile.am): Use the value.
1224         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
1225         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
1226         * doc/posix-headers/signal.texi (signal.h): Document this
1227         portability issue.
1228         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
1229         Reported by Tom G. Christensen.
1230
1231 2008-08-17  Bruno Haible  <bruno@clisp.org>
1232
1233         New module 'threadlib'.
1234         * modules/threadlib: New file.
1235         * lib/glthread/threadlib.c: New file, extracted from
1236         lib/glthread/lock.c.
1237         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
1238         functions.
1239         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
1240         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
1241         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
1242         macros.
1243         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
1244         (gl_DISABLE_THREADS): Remove macro.
1245         * modules/lock (Files): Remove build-aux/config.rpath.
1246         (Depends-on): Remove havelib. Add threadlib.
1247         (configure.ac-early): Remove section.
1248         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
1249         * modules/tls (Depends-on): Remove lock. Add threadlib.
1250         (Link): New section, copied from threadlib.
1251         * MODULES.html.sh (Multithreading): Add threadlib.
1252
1253 2008-08-14  Bruno Haible  <bruno@clisp.org>
1254
1255         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
1256         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
1257         glthread_rwlock_unlock, glthread_rwlock_destroy,
1258         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
1259         glthread_recursive_lock_destroy): Define as macros always.
1260         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
1261         glthread_lock_lock.
1262         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
1263         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
1264         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
1265         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
1266         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
1267         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
1268         (glthread_recursive_lock_lock_func): Renamed from
1269         glthread_recursive_lock_lock.
1270         (glthread_recursive_lock_unlock_func): Renamed from
1271         glthread_recursive_lock_unlock.
1272         (glthread_recursive_lock_destroy_func): Renamed from
1273         glthread_recursive_lock_destroy.
1274
1275 2008-08-14  Bruno Haible  <bruno@clisp.org>
1276
1277         * lib/glthread/lock.h: Renamed from lib/lock.h.
1278         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
1279         * lib/glthread/tls.h: Renamed from lib/tls.h.
1280         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
1281         * lib/fstrcmp.c: Update includes.
1282         * lib/strsignal.c: Update includes.
1283         * modules/lock (Files, Makefile.am): Update.
1284         (Include): Change to "glthread/lock.h".
1285         * modules/tls (Files, Makefile.am): Update.
1286         (Include): Change to "glthread/tls.h".
1287         * tests/test-lock.c: Update includes.
1288         * tests/test-tls.c: Update includes.
1289         * NEWS: Mention the renamed header files.
1290
1291 2008-08-11  Jim Meyering  <meyering@redhat.com>
1292
1293         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
1294
1295 2008-08-11  Eric Blake  <ebb9@byu.net>
1296
1297         test-c-stack: avoid C99-ism
1298         * tests/test-c-stack.c (main): Fix whitespace, move declaration
1299         before statement.
1300         Reported by Alain Guibert.
1301
1302 2008-08-10  Jim Meyering  <meyering@redhat.com>
1303
1304         ensure that return value of uinttostr et al are not ignored
1305         * lib/inttostr.h (__GNUC_PREREQ): Define.
1306         (__attribute_warn_unused_result__): Define.
1307         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
1308
1309 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
1310
1311         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
1312         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
1313
1314 2008-08-07  Jim Meyering  <meyering@redhat.com>
1315
1316         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
1317
1318         * modules/mkstemp (License): Relicense under LGPLv2+.
1319         * modules/tempname (License): Likewise.
1320
1321 2008-08-06  Bruno Haible  <bruno@clisp.org>
1322
1323         * lib/poll.c (poll): Further micro-optimization.
1324
1325 2008-08-06  Jim Meyering  <meyering@redhat.com>
1326
1327         inet_pton.c: use locale-independent tolower
1328         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
1329         (inet_pton6): Use c_tolower rather than tolower.
1330         * modules/inet_pton (Depends-on): Add c-ctype.
1331
1332 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
1333
1334         * lib/poll.c (poll): Avoid division when timeout is 0, cache
1335         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
1336
1337 2008-08-06  Jim Meyering  <meyering@redhat.com>
1338
1339         * modules/inet_pton (License): Relicense under LGPLv2+.
1340
1341 2008-08-03  Bruno Haible  <bruno@clisp.org>
1342
1343         Additional non-aborting API for lock and tls.
1344         * lib/lock.h: Include <errno.h>.
1345         (glthread_lock_init): New macro/function.
1346         (gl_lock_init): Define as wrapper around glthread_lock_init.
1347         (glthread_lock_lock): New macro/function.
1348         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
1349         (glthread_lock_unlock): New macro/function.
1350         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
1351         (glthread_lock_destroy): New macro/function.
1352         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
1353         (glthread_rwlock_init): New macro/function.
1354         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
1355         (glthread_rwlock_rdlock): New macro/function.
1356         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
1357         (glthread_rwlock_wrlock): New macro/function.
1358         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
1359         (glthread_rwlock_unlock): New macro/function.
1360         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
1361         (glthread_rwlock_destroy): New macro/function.
1362         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
1363         (glthread_recursive_lock_init): New macro/function.
1364         (gl_recursive_lock_init): Define as wrapper around
1365         glthread_recursive_lock_init.
1366         (glthread_recursive_lock_lock): New macro/function.
1367         (gl_recursive_lock_lock): Define as wrapper around
1368         glthread_recursive_lock_lock.
1369         (glthread_recursive_lock_unlock): New macro/function.
1370         (gl_recursive_lock_unlock): Define as wrapper around
1371         glthread_recursive_lock_unlock.
1372         (glthread_recursive_lock_destroy): New macro/function.
1373         (gl_recursive_lock_destroy): Define as wrapper around
1374         glthread_recursive_lock_destroy.
1375         (glthread_once): New macro/function.
1376         (gl_once): Define as wrapper around glthread_once.
1377         Update function declarations.
1378         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
1379         glthread_rwlock_init. Return error code.
1380         (glthread_rwlock_rdlock_multithreaded): Renamed from
1381         glthread_rwlock_rdlock. Return error code.
1382         (glthread_rwlock_wrlock_multithreaded): Renamed from
1383         glthread_rwlock_wrlock. Return error code.
1384         (glthread_rwlock_unlock_multithreaded): Renamed from
1385         glthread_rwlock_unlock. Return error code.
1386         (glthread_rwlock_destroy_multithreaded): Renamed from
1387         glthread_rwlock_destroy. Return error code.
1388         (glthread_recursive_lock_init_multithreaded): Renamed from
1389         glthread_recursive_lock_init. Return error code.
1390         (glthread_recursive_lock_lock_multithreaded): Renamed from
1391         glthread_recursive_lock_lock. Return error code.
1392         (glthread_recursive_lock_unlock_multithreaded): Renamed from
1393         glthread_recursive_lock_unlock. Return error code.
1394         (glthread_recursive_lock_destroy_multithreaded): Renamed from
1395         glthread_recursive_lock_destroy. Return error code.
1396         (glthread_once_call): Make static.
1397         (glthread_once_multithreaded): Renamed from glthread_once.
1398         * lib/tls.h: Include <errno.h>.
1399         (glthread_tls_key_init): New macro/function.
1400         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
1401         (glthread_tls_set): New macro/function.
1402         (gl_tls_set): Define as wrapper around glthread_tls_set.
1403         (glthread_tls_key_destroy): New macro/function.
1404         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
1405         Update function declarations.
1406         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
1407         glthread_tls_get.
1408         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1409
1410 2008-08-04  Eric Blake  <ebb9@byu.net>
1411
1412         gnumakefile: use space, not TAB, outside of targets
1413         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
1414
1415 2008-08-02  Jim Meyering  <meyering@redhat.com>
1416
1417         getdate.y: avoid locale-dependent date parsing failure
1418         In Turkish locales, getdate would fail to recognize keywords
1419         containing a lowercase "i".  The solution is not to rely on
1420         locale-sensitive case-conversion.
1421         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
1422         (lookup_word): Use c_toupper in place of toupper.
1423         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
1424         Reported by Vefa Bicakci <bicave@superonline.com> in
1425         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
1426         * modules/getdate (Depends-on): Add c-ctype.
1427
1428 2008-08-02  Bruno Haible  <bruno@clisp.org>
1429
1430         * gnulib-tool (func_import): When updating or creating a .gitignore
1431         file, prepend each added line with a slash, and ignore leading slashes
1432         from the existing lines.
1433         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1434
1435 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1436
1437         Portability fix for GNU make 3.79.1.
1438         * top/GNUmakefile: Avoid 'else COND', which older GNU make
1439         versions do not understand.
1440
1441 2008-08-01  Bruno Haible  <bruno@clisp.org>
1442
1443         Work around bug of HP-UX 10.20 cc with -0.0 literal.
1444         * tests/test-isnanf.h (zero): New variable.
1445         (main): Avoid literal -0.0f.
1446         * tests/test-isnand.h (zero): New variable.
1447         (main): Avoid literal -0.0.
1448         * tests/test-isnanl.h (zero): New variable.
1449         (main): Avoid literal -0.0L.
1450         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
1451         (test_float, test_double, test_long_double): Avoid literals -0.0f,
1452         -0.0, -0.0L.
1453         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
1454         (test_signbitd): Avoid literal -0.0.
1455         (test_signbitl): Avoid literal -0.0L.
1456         * tests/test-ceilf1.c (zero): New variable.
1457         (main): Avoid literal -0.0f.
1458         * tests/test-ceill.c (zero): New variable.
1459         (main): Avoid literal -0.0L.
1460         * tests/test-floorf1.c (zero): New variable.
1461         (main): Avoid literal -0.0f.
1462         * tests/test-floorl.c (zero): New variable.
1463         (main): Avoid literal -0.0L.
1464         * tests/test-roundf1.c (zero): New variable.
1465         (main): Avoid literal -0.0f.
1466         * tests/test-round1.c (zero): New variable.
1467         (main): Avoid literal -0.0.
1468         * tests/test-roundl.c (zero): New variable.
1469         (main): Avoid literal -0.0L.
1470         * tests/test-truncf1.c (zero): New variable.
1471         (main): Avoid literal -0.0f.
1472         * tests/test-trunc1.c (zero): New variable.
1473         (main): Avoid literal -0.0.
1474         * tests/test-truncl.c (zero): New variable.
1475         (main): Avoid literal -0.0L.
1476         * tests/test-frexp.c (zero): New variable.
1477         (main): Avoid literal -0.0.
1478         * tests/test-frexpl.c (zero): New variable.
1479         (main): Avoid literal -0.0L.
1480         * tests/test-ldexpl.c (zero): New variable.
1481         (main): Avoid literal -0.0L.
1482         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1483         (zerod, zerol): New variables.
1484         (test_function): Avoid literals -0.0, -0.0L.
1485         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1486         (zerod, zerol): New variables.
1487         (test_function): Avoid literals -0.0, -0.0L.
1488         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1489         (zerod, zerol): New variables.
1490         (test_function): Avoid literals -0.0, -0.0L.
1491         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1492         (zerod, zerol): New variables.
1493         (test_function): Avoid literals -0.0, -0.0L.
1494         * tests/test-strtod.c (zero): New variable.
1495         (main): Avoid literal -0.0.
1496         Reported by Jonathan C. Patschke <jp@centtech.com>.
1497
1498 2008-07-31  Jim Meyering  <meyering@redhat.com>
1499
1500         sha256.h: correct definition of SHA224_DIGEST_SIZE
1501         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
1502         Reported by Paulie Pena IV <paulie4@gmail.com>.
1503         Define as 224 / 8, rather than as a literal.
1504         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
1505         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
1506         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
1507
1508 2008-07-31  Bruno Haible  <bruno@clisp.org>
1509
1510         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
1511         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
1512         Reported by Jonathan Patschke <jp@centtech.com>.
1513
1514 2008-07-31  Bruno Haible  <bruno@clisp.org>
1515
1516         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
1517         Reported by Paolo Bonzini <bonzini@gnu.org>.
1518
1519 2008-07-30  Eric Blake  <ebb9@byu.net>
1520
1521         test-strtod: allow compilation without -lm
1522         * tests/test-strtod.c (main): Avoid link dependence on fabs.
1523         Reported by Dennis Clarke <blastwave@gmail.com>.
1524
1525 2008-07-28  Jim Meyering  <meyering@redhat.com>
1526
1527         bootstrap: work also when there are no .po files in po/
1528         * build-aux/bootstrap (update_po_files): Complete the change
1529         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
1530
1531 2008-07-27  Jim Meyering  <meyering@redhat.com>
1532
1533         * users.txt: Add zile.
1534
1535 2008-07-26  Ben Pfaff  <blp@gnu.org>
1536
1537         Add missing dependencies on new m4/exponent[fdl].m4 files.
1538         * modules/isnanf-nolibm: Add m4/exponentf.m4.
1539         * modules/isnand-nolibm: Add m4/exponentd.m4.
1540         * modules/isnanl-nolibm: Add m4/exponentl.m4.
1541         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
1542         m4/isnan[fdl].m4, because the macros actually used moved.
1543         Reported by Jim Meyering.
1544
1545 2008-07-14  Ben Pfaff  <blp@gnu.org>
1546
1547         Add isinf module.
1548         * lib/isinf.c: New file.
1549         * lib/math.in.h: Define isinf macro if we have decided to replace
1550         it.
1551         * m4/isinf.m4: New file.
1552         * m4/math_h.m4: Initialize and substitute variables for isinf
1553         module.
1554         * modules/isinf: New file.
1555         * modules/isinf-tests: New file.
1556         * modules/math: Add substitutions for new module.
1557         * tests/test-isinf.c: New file.
1558         * doc/posix-functions/isinf.texi: Mention new module.
1559         * MODULES.html.sh: Mention new module.
1560
1561 2008-07-14  Ben Pfaff  <blp@gnu.org>
1562
1563         Factor out some macros for use by additional modules.
1564         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
1565         exponentf.m4.
1566         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
1567         exponentd.m4.
1568         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
1569         file exponentl.m4.
1570         * m4/exponentf.m4: New file.
1571         * m4/exponentd.m4: New file.
1572         * m4/exponentl.m4: New file.
1573         * modules/isnanf: Use new file m4/exponentf.m4.
1574         * modules/isnand: Use new file m4/exponentd.m4.
1575         * modules/isnanl: Use new file m4/exponentl.m4.
1576
1577 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
1578
1579         mktime.c: normalize tp->tm_isdst value to -1/0/1.
1580         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1581         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
1582         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
1583
1584         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
1585         readlink on platforms without PATH_MAX.
1586
1587 2008-07-21  Eric Blake  <ebb9@byu.net>
1588
1589         Warn, not fail, on stale version.
1590         * top/GNUmakefile (_curr-ver): Tone down previous patch.
1591
1592         Don't allow installation with stale devel version number.
1593         * top/GNUmakefile (_is-install-target): New macro.
1594         (_curr-ver): Forbid installation with stale version number.
1595
1596 2008-07-20  Bruno Haible  <bruno@clisp.org>
1597
1598         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
1599         TESTS_ENVIRONMENT.
1600         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
1601
1602 2008-07-20  Bruno Haible  <bruno@clisp.org>
1603
1604         * lib/c-stack.h (c_stack_action): Add documentation.
1605         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
1606
1607 2008-07-20  Bruno Haible  <bruno@clisp.org>
1608
1609         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
1610         * modules/readlink (License): Likewise.
1611
1612 2008-07-17  Eric Blake  <ebb9@byu.net>
1613
1614         * modules/c-stack (Link): Fix typo.
1615
1616         Make c-stack use libsigsegv, when available.
1617         * modules/c-stack (Depends-on): Add libsigsegv.
1618         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
1619         needed.
1620         * lib/c-stack.c (SIGSTKSZ): Define fallback.
1621         (segv_handler, overflow_handler, c_stack_action)
1622         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
1623         implementation when libsigsegv is available, but only when using
1624         the library is necessary.
1625         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
1626         comment, explaining why XSI check fails on Linux.
1627         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
1628         * tests/test-c-stack2.sh: Tweak skip message.
1629         * NEWS: Document new link-time requirements.
1630
1631 2008-07-16  Eric Blake  <ebb9@byu.net>
1632
1633         c-stack: Expose false positives when not using libsigsegv.
1634         * modules/c-stack-tests (Files): Expand test.
1635         * tests/test-c-stack.c (main): Add means to conditionally trigger
1636         non-overflow SIGSEGV.
1637         * tests/test-c-stack2.sh: New file.
1638
1639 2008-07-14  Bruno Haible  <bruno@clisp.org>
1640
1641         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
1642         Reported by Eric Blake.
1643
1644 2008-07-14  Sam Steingold  <sds@gnu.org>
1645             Bruno Haible  <bruno@clisp.org>
1646
1647         New module libsigsegv.
1648         * modules/libsigsegv: New file.
1649         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
1650         modifications.
1651         * MODULES.html.sh (Signal handling): New section.
1652
1653 2008-07-14  Bruno Haible  <bruno@clisp.org>
1654
1655         * modules/unictype/ctype-* (Description): Add the word "function".
1656         Improves the resulting doc in MODULES.html.
1657
1658 2008-07-12  Ben Pfaff  <blp@gnu.org>
1659
1660         Add longlong module.
1661         * modules/longlong: New file.
1662
1663 2008-07-12  Bruno Haible  <bruno@clisp.org>
1664
1665         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
1666         to empty.
1667
1668 2008-07-10  Ben Pfaff  <blp@gnu.org>
1669
1670         Add isnan module.
1671         * doc/posix-functions/isnan.texi: Mention new module.
1672         * lib/math.in.h: Define isnan macro if we have decided to replace
1673         it.
1674         * m4/isnan.m4: New file.
1675         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
1676         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
1677         also.
1678         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
1679         redundancy.
1680         * m4/math_h.m4: Initialize and substitute variables for isnan
1681         module.
1682         * modules/isnan: New file.
1683         * modules/isnan-tests: New file.
1684         * modules/math: Add substitutions for new module.
1685         * tests/test-isnan.c: New file.
1686         * MODULES.html.sh: Mention new module.
1687
1688 2008-07-10  Ben Pfaff  <blp@gnu.org>
1689
1690         Add isnanf module.
1691         * lib/isnanf.m4: New file.
1692         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
1693         (gl_HAVE_ISNANF_IN_LIBM): New macro.
1694         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
1695         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
1696         * modules/isnanf: New file.
1697         * modules/isnanf-tests: New file.
1698         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
1699         files.
1700         * tests/test-isnanf-nolibm.c: factored most of its contents into
1701         new file tests/test-isnanf.h.
1702         * tests/test-isnanf.h: New file.
1703         * tests/test-isnanf.c: New file.
1704         * MODULES.html.sh: Mention new module.
1705         * doc/glibc-functions/isnanf.texi: Mention new module.
1706
1707 2008-07-10  Ben Pfaff  <blp@gnu.org>
1708
1709         Add isnand module.
1710         * lib/isnand.h: New file.
1711         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
1712         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
1713         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
1714         functionality also.
1715         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
1716         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
1717         (gl_HAVE_ISNAND_IN_LIBM): New macro.
1718         * modules/isnand: New file.
1719         * modules/isnand-tests: New file.
1720         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
1721         files.
1722         * tests/test-isnand-nolibm.c: factored most of its contents into
1723         new file tests/test-isnand.h.
1724         * tests/test-isnand.h: New file.
1725         * tests/test-isnand.c: New file.
1726         * MODULES.html.sh: Mention new module.
1727
1728 2008-07-10  Ben Pfaff  <blp@gnu.org>
1729
1730         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
1731         * lib/isnand.h: Rename lib/isnand-nolibm.h.
1732         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
1733         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
1734         * modules/isnanf-nolibm: Update references to renamed files.
1735         * modules/isnand-nolibm: Likewise.
1736         * modules/isnanf-nolibm-tests: Likewise.
1737         * modules/isnand-nolibm-tests: Likewise.
1738         * lib/frexp.c: Likewise.
1739         * lib/isfinite.c: Likewise.
1740         * lib/signbitd.c: Likewise.
1741         * lib/signbitf.c: Likewise.
1742         * lib/vasnprintf.c: Likewise.
1743         * tests/test-ceilf1.c: Likewise.
1744         * tests/test-ceilf2.c: Likewise.
1745         * tests/test-floorf1.c: Likewise.
1746         * tests/test-floorf2.c: Likewise.
1747         * tests/test-frexp.c: Likewise.
1748         * tests/test-round1.c: Likewise.
1749         * tests/test-round2.c: Likewise.
1750         * tests/test-roundf1.c: Likewise.
1751         * tests/test-strtod.c: Likewise.
1752         * tests/test-trunc1.c: Likewise.
1753         * tests/test-trunc2.c: Likewise.
1754         * tests/test-truncf1.c: Likewise.
1755         * tests/test-truncf2.c: Likewise.
1756         * NEWS: Mention the renamed header files.
1757
1758 2008-07-11  Jim Meyering  <meyering@redhat.com>
1759
1760         vc-list-files: make the last-resort awk code more portable
1761         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
1762         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
1763         does not support it.
1764
1765 2008-07-10  Eric Blake  <ebb9@byu.net>
1766
1767         Work with tar's bootstrap.
1768         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
1769         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
1770         an m4 comment.
1771
1772 2008-07-09  Jim Meyering  <meyering@redhat.com>
1773
1774         posix-shell.m4: fix typo that made this test malfunction
1775         * m4/posix-shell.m4: Remove capitalization in variable name.
1776
1777 2008-07-08  Bruno Haible  <bruno@clisp.org>
1778
1779         * m4/onceonly.m4: Update comments.
1780         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1781
1782 2008-07-04  Jim Meyering  <meyering@redhat.com>
1783
1784         * users.txt: Add vc-dwim.
1785         (bison, coreutils): Use the gitweb URL.
1786
1787 2008-07-03  Jim Meyering  <meyering@redhat.com>
1788
1789         * users.txt: Add libffcall.  From Sam Steingold.
1790
1791 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
1792
1793         getdate.y: do not ignore TZ with relative day, month or year offset
1794         * lib/getdate.y (get_date): Move the tz-handling block to follow the
1795         relative-date-handling, since otherwise, the latter would clobber the
1796         sole output (an updated Start value) of the tz-handling block.
1797         * tests/test-getdate.c: Tests for the fix
1798
1799 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1800
1801         Recognize 'foo_LIBRARIES += libgnu.a'.
1802         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
1803         makefile snippet has already specified an installation location,
1804         also using '+='.
1805
1806 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
1807
1808         getdate.y: factor out common actions
1809         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
1810         Use them in place of open-coded actions.
1811
1812 2008-07-01  Simon Josefsson  <simon@josefsson.org>
1813
1814         Add self-test for getdate module.
1815         * modules/getdate-tests: New file.
1816         * tests/test-getdate.c: New file.
1817
1818 2008-06-29  Bruno Haible  <bruno@clisp.org>
1819
1820         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
1821         .gitignore.
1822         Reported by Sylvain Beucler <beuc@beuc.net>.
1823
1824 2008-06-29  Bruno Haible  <bruno@clisp.org>
1825
1826         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
1827         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
1828
1829 2008-06-29  Bruno Haible  <bruno@clisp.org>
1830
1831         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
1832         EXTRA_DIST.
1833         Reported by Sylvain Beucler <beuc@beuc.net>.
1834
1835 2008-06-26  Jim Meyering  <meyering@redhat.com>
1836
1837         make several modules depend on the "open" module
1838         This provides slightly increased consistency when opening-for-write
1839         the name of a non-directory spelled with a trailing slash.
1840         * modules/chdir-safer: Likewise.
1841         * modules/chown: Likewise.
1842         * modules/clean-temp: Likewise.
1843         * modules/copy-file: Likewise.
1844         * modules/fchdir: Likewise.
1845         * modules/fcntl-safer: Likewise.
1846         * modules/pipe: Likewise.
1847         * modules/utime: Likewise.
1848         Prompted by Eric Blake and Bruno Haible.
1849
1850 2008-06-24  Andreas Schwab  <schwab@suse.de>
1851
1852         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
1853         literals can be used as initializers for global variables.
1854
1855 2008-06-23  Eric Blake  <ebb9@byu.net>
1856
1857         Make gnulib-cache.m4 easier to diff.
1858         * gnulib-tool (func_import): Allow newlines when reading cached
1859         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
1860
1861 2008-06-23  Bruno Haible  <bruno@clisp.org>
1862
1863         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
1864         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
1865         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
1866         m4/signalblocking.m4.
1867         (gl_PREREQ_SIGACTION): Don't invoke it.
1868         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
1869         gl_PREREQ_SIG_HANDLER_H.
1870         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
1871         Don't check for sigaction here.
1872
1873 2008-06-23  Bruno Haible  <bruno@clisp.org>
1874
1875         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
1876         (install_handlers): Don't set the SA_RESETHAND flag.
1877
1878 2008-06-23  Bruno Haible  <bruno@clisp.org>
1879
1880         * m4/sigaction.m4: Comment fixes.
1881         * lib/signal.in.h: Likewise.
1882
1883 2008-06-23  Eric Blake  <ebb9@byu.net>
1884
1885         Fix typo.
1886         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
1887
1888         Avoid SA_ namespace.
1889         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
1890         Reported by Ralf Wildenhues.
1891
1892         Avoid test failure due to SA_RESTORER.
1893         * tests/test-sigaction.c (SA_MASK): New macro.
1894         (main): Avoid failing due to extension flags being set.
1895         Reported by Jim Meyering.
1896
1897         Revert use of sig-handler.h in sigprocmask.c.
1898         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
1899         it requires the existence of struct sigaction.
1900         * lib/sigprocmask.c (handler_t): Restore typedef.
1901         (rpl_signal, old_handlers): Use local type.
1902
1903 2008-06-22  Bruno Haible  <bruno@clisp.org>
1904
1905         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
1906         conditionally.
1907         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1908
1909 2008-06-22  Bruno Haible  <bruno@clisp.org>
1910
1911         * doc/posix-functions/siginterrupt.texi: Move note.
1912
1913         * lib/signal.in.h (SA_RESTART): New macro.
1914         * lib/sigaction.c: Update comment.
1915
1916         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
1917
1918         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
1919         (gl_PREREQ_SIGPROCMASK): Invoke it.
1920         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
1921
1922         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
1923
1924         * lib/sigprocmask.c: Update a comment.
1925
1926 2008-06-21  Eric Blake  <ebb9@byu.net>
1927
1928         Use sigaction module rather than signal().
1929         * modules/c-stack (Depends-on): Add sigaction.
1930         * modules/fatal-signal (Depends-on): Likewise.
1931         * modules/nanosleep (Depends-on): Likewise.
1932         * modules/sigprocmask (Files): Add sig-handler.h.
1933         * modules/sigaction (Files): Likewise.
1934         * lib/sig-handler.h (get_handler): New file, suggested by Paul
1935         Eggert.
1936         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
1937         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
1938         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
1939         (init_fatal_signals): Likewise.
1940         * lib/nanosleep.c (rpl_nanosleep): Likewise.
1941         (siginterrupt): Delete fallback.
1942         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
1943         instead.
1944         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
1945         siginterrupt.
1946
1947         New module sigaction, for mingw.
1948         * modules/sigaction: New module...
1949         * modules/sigaction-tests: ...and its test.
1950         * m4/sigaction.m4: New file.
1951         * lib/sigaction.c: Likewise.
1952         * tests/test-sigaction.c: Likewise.
1953         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
1954         * modules/signal (Makefile.am): Likewise.
1955         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
1956         needed.
1957         * doc/posix-headers/signal.texi (signal.h): Mention provided
1958         types.
1959         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
1960         that sigaction is preferable.
1961         * doc/posix-functions/sigaction.texi (sigaction): Mention new
1962         module.
1963         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1964         sigaction.
1965
1966         Improve robustness of sigprocmask by overriding signal.
1967         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
1968         is in use.
1969         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
1970         (SIGKILL, SIGSTOP): Provide fallbacks.
1971         (rpl_signal): Implement.
1972         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
1973         signal can be called inside handlers.
1974
1975         Fix nanosleep module on mingw.
1976         * modules/nanosleep (Depends-on): Add sys_select.
1977         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
1978
1979         Fix licensing of sigprocmask.
1980         * modules/raise (License): Relicense as LGPL.
1981
1982 2008-06-21  Bruno Haible  <bruno@clisp.org>
1983
1984         * lib/propername.c (proper_name_utf8): Don't use the transliterated
1985         result if it contains question marks.
1986         Reported by Michael Geng <linux@michaelgeng.de>.
1987
1988 2008-06-19  Bruno Haible  <bruno@clisp.org>
1989
1990         Fix CVS-ism.
1991         * doc/gnulib.texi: Include updated-stamp.texi.
1992         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
1993         (updated-stamp.texi): New rule.
1994         (gnulib.info): Depend on it.
1995         * doc/.gitignore: Add updated-stamp.texi.
1996         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
1997
1998 2008-06-19  Bruno Haible  <bruno@clisp.org>
1999
2000         * doc/Makefile (gnulib.info): Update and simplify dependencies.
2001         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2002
2003 2008-06-19  Eric Blake  <ebb9@byu.net>
2004
2005         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
2006         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
2007         Reported by Stepan Kasal.
2008
2009 2008-06-18  Bruno Haible  <bruno@clisp.org>
2010
2011         * lib/fatal-signal.c (init_fatal_signals): Add comment.
2012         Reported by Eric Blake.
2013
2014 2008-06-18  Eric Blake  <ebb9@byu.net>
2015
2016         Work around cygwin 1.5.25 strsignal bug.
2017         * tests/test-strsignal.c: Allow for const char *.
2018         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
2019
2020 2008-06-18  Simon Josefsson  <simon@josefsson.org>
2021
2022         * users.txt: Update URL to article and add author/date
2023         information.
2024
2025 2008-06-17  Bruno Haible  <bruno@clisp.org>
2026
2027         New macro gl_DISABLE_THREADS.
2028         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
2029         if the user did not pass --enable-threads or --disable-threads option.
2030         (gl_DISABLE_THREADS): New macro.
2031         Reported by Eric Blake <ebb9@byu.net>.
2032
2033 2008-06-17  Bruno Haible  <bruno@clisp.org>
2034
2035         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
2036         when the macro ignores it.
2037         Based on a patch by Eric Blake <ebb9@byu.net>.
2038
2039 2008-06-17  Bruno Haible  <bruno@clisp.org>
2040
2041         * modules/tls (License): Change to LGPLv2+.
2042         Reported by Eric Blake.
2043
2044 2008-06-17  Eric Blake  <ebb9@byu.net>
2045
2046         Simplify c-stack prerequisites.
2047         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
2048         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
2049         no longer requires <ucontext.h> to exist.  Optimize setrlimit
2050         check.
2051         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
2052         <sys/resource.h>.
2053
2054         Move c-stack test into testsuite.
2055         * modules/c-stack-tests: New file.
2056         * lib/c-stack.c [DEBUG]: Move test program...
2057         * tests/test-c-stack.c: ...into this new file.  Skip rather than
2058         fail test if sigaltstack is lacking.
2059         * tests/test-c-stack.sh: New driver file.
2060
2061 2008-06-16  Eric Blake  <ebb9@byu.net>
2062
2063         Use raise module consistently.
2064         * modules/fatal-signal (Depends-on): Add raise.
2065         * modules/sigprocmask (Depends-on): Likewise.
2066         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
2067         * lib/sigprocmask.c (sigprocmask): Likewise.
2068         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2069         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
2070
2071         Fix compliance bug in sigpending.
2072         * lib/sigprocmask.c (sigpending): Return pending array via
2073         parameter, not return value.
2074
2075 2008-06-14  Eric Blake  <ebb9@byu.net>
2076
2077         Improve obstack-printf test code.
2078         * tests/test-obstack-printf.c (test_function): Fix comment, and
2079         simplify usage of obstack_* in macros.  Add a test for coverage.
2080         Reported by Bruno Haible.
2081
2082 2008-06-14  Bruno Haible  <bruno@clisp.org>
2083
2084         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
2085         array size as a constant, not as a const variable.
2086         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
2087         AC_USE_SYSTEM_EXTENSIONS.
2088         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2089         Test whether the obstack_printf function actually exists.
2090         * modules/obstack-printf (Depends-on): Add extensions.
2091         (Include): Remove obstack.h.
2092         * modules/obstack-printf-posix (Depends-on): Add extensions.
2093         (Include): Remove obstack.h.
2094
2095 2008-06-13  Eric Blake  <ebb9@byu.net>
2096
2097         Add obstack-printf and obstack-printf-posix modules.
2098         * modules/obstack-printf: New file.
2099         * modules/obstack-printf-posix: Likewise.
2100         * MODULES.html.sh (Misc): Mention them.
2101         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2102         Likewise.
2103         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2104         Likewise.
2105         * modules/stdio (Makefile.am): Accomodate new modules.
2106         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2107         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
2108         Declare.
2109         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
2110         functions.
2111         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
2112         (gl_REPLACE_OBSTACK_PRINTF): New macros
2113         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
2114         * tests/test-obstack-printf.c: New file.
2115         * modules/obstack-printf-tests: Likewise.
2116         * modules/obstack-printf-posix-tests: Likewise.
2117
2118 2008-06-11  Bruno Haible  <bruno@clisp.org>
2119
2120         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
2121         * lib/open.c: Include errno.h.
2122         (open): Fail when attempting to write to a file that has a trailing
2123         slash.
2124         * tests/test-open.c (main): Test against trailing slash bug.
2125         * doc/posix-functions/open.texi: Mention the trailing slash bug.
2126
2127 2008-06-10  Bruno Haible  <bruno@clisp.org>
2128
2129         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
2130         for $? to work inside the trap command, with various /bin/sh-s.
2131         * tests/test-vc-list-files-cvs.sh: Likewise.
2132
2133 2008-06-10  Bruno Haible  <bruno@clisp.org>
2134
2135         * lib/acl-internal.h: Don't include gettext.h here.
2136         * lib/set-mode-acl.c: Include gettext.h here.
2137         * lib/copy-acl.c: Likewise.
2138
2139 2008-06-10  Bruno Haible  <bruno@clisp.org>
2140
2141         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
2142         * lib/wait-process.c (wait_subprocess): Likewise.
2143         * lib/execute.h (execute): Add termsigp argument.
2144         * lib/execute.c (execute): Likewise.
2145         * lib/csharpcomp.c (compile_csharp_using_pnet,
2146         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
2147         * lib/csharpexec.c (execute_csharp_using_pnet,
2148         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
2149         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
2150         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
2151         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
2152         is_jikes_present): Update.
2153         * lib/javaexec.c (execute_java_class): Update.
2154         * lib/javaversion.c (execute_and_read_line): Update.
2155         * NEWS: Document the changes.
2156         Reported by Eric Blake.
2157
2158 2008-06-10  Eric Blake  <ebb9@byu.net>
2159
2160         Add missing include.
2161         * tests/test-strstr.c (includes): Add <signal.h>.
2162         * tests/test-strcasestr.c (includes): Likewise.
2163         * tests/test-memmem.c (includes): Likewise.
2164
2165 2008-06-10  Bruno Haible  <bruno@clisp.org>
2166
2167         * lib/wait-process.c (wait_subprocess): Add an assertion.
2168
2169 2008-06-10  Bruno Haible  <bruno@clisp.org>
2170
2171         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
2172
2173 2008-06-10  Bruno Haible  <bruno@clisp.org>
2174
2175         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
2176         using alarm().
2177         * tests/test-strcasestr.c (main): Likewise.
2178         * tests/test-strstr.c (main): Likewise.
2179
2180 2008-06-09  Bruno Haible  <bruno@clisp.org>
2181
2182         Work around the Solaris 10 ACE ACLs ABI change.
2183         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
2184         declare if ACL_NO_TRIVIAL is present.
2185         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
2186         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
2187         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
2188         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
2189         define if ACL_NO_TRIVIAL is present.
2190         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
2191         and use the current ABI.
2192         (file_has_acl): Use same #if condition as elsewhere.
2193         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
2194         in use, and use the current ABI.
2195         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
2196         Reported by Jim Meyering.
2197
2198 2008-06-09  Eric Blake  <ebb9@byu.net>
2199
2200         Work around environments that (stupidly) ignore SIGALRM.
2201         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
2202         before using alarm().
2203         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2204         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2205         Reported by Ian Beckwith <ianb@erislabs.net>.
2206
2207         Produce autobuild blurb earlier in log.
2208         * modules/autobuild (configure.ac-early): Move AB_INIT here.
2209
2210 2008-06-09  Jim Meyering  <meyering@redhat.com>
2211         and OndÅ™ej Vašík  <ovasik@redhat.com>
2212
2213         utimens.c: correct kernel bug work-around
2214         OndÅ™ej Vašík found that the invalid return value of 280 indicates
2215         failure, not success, and the kernel bug we're trying to work
2216         around affects not just the utimensat call, but also the fallback
2217         futimens call.
2218         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
2219         not success.
2220         [HAVE_FUTIMENS]: Use the same work-around, here.
2221
2222 2008-06-09  Jim Meyering  <meyering@redhat.com>
2223
2224         add more guards around definition of ACE_-related code
2225         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
2226         ALLOW and ACE_OWNER are also defined.
2227
2228 2008-06-08  Bruno Haible  <bruno@clisp.org>
2229
2230         * lib/acl-internal.h: Add me as co-author.
2231         * lib/file-has-acl.c: Likewise.
2232         * lib/set-mode-acl.c: Likewise.
2233         * lib/copy-acl.c: Likewise.
2234
2235 2008-06-08  Bruno Haible  <bruno@clisp.org>
2236
2237         Add support for AIX ACLs.
2238         * lib/acl-internal.h (acl_nontrivial): New declaration.
2239         * lib/file-has-acl.c (acl_nontrivial): New function.
2240         (file_has_acl): Add implementation using AIX 4 ACL API.
2241         * lib/set-mode-acl.c (qset_acl): Likewise.
2242         * lib/copy-acl.c (qcopy_acl): Likewise.
2243
2244 2008-06-08  Bruno Haible  <bruno@clisp.org>
2245
2246         Add support for HP-UX ACLs.
2247         * lib/acl-internal.h (acl_nontrivial): New declaration.
2248         * lib/file-has-acl.c (acl_nontrivial): New function.
2249         (file_has_acl): Add implementation using HP-UX 11 ACL API.
2250         * lib/set-mode-acl.c (qset_acl): Likewise.
2251         * lib/copy-acl.c (qcopy_acl): Likewise.
2252
2253 2008-06-08  Bruno Haible  <bruno@clisp.org>
2254
2255         Add support for Cygwin ACLs.
2256         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
2257         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
2258         the chmod_or_fchmod call.
2259         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
2260
2261 2008-06-08  Bruno Haible  <bruno@clisp.org>
2262
2263         Fix bug with setuid modes in Solaris 10+ code.
2264         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
2265         succeeded, when the mode contains some special bits.
2266
2267 2008-06-08  Bruno Haible  <bruno@clisp.org>
2268
2269         Add support for Solaris 7..10 ACLs.
2270         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
2271         declarations.
2272         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
2273         functions.
2274         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
2275         * lib/set-mode-acl.c (qset_acl): Likewise.
2276         * lib/copy-acl.c (qcopy_acl): Likewise.
2277
2278 2008-06-08  Bruno Haible  <bruno@clisp.org>
2279
2280         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
2281         declaration.
2282         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
2283         (acl_access_nontrivial): Remove MacOS X case.
2284         (file_has_acl): Use acl_extended_nontrivial.
2285         * lib/copy-acl.c (qcopy_acl): Likewise.
2286
2287 2008-06-08  Bruno Haible  <bruno@clisp.org>
2288
2289         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
2290
2291 2008-06-08  Jim Meyering  <meyering@redhat.com>
2292
2293         * modules/acl (Maintainer): Add Bruno Haible.
2294
2295 2008-06-07  Bruno Haible  <bruno@clisp.org>
2296
2297         Improve support for Tru64 ACLs.
2298         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
2299         ACL on OSF/1.
2300
2301 2008-06-07  Bruno Haible  <bruno@clisp.org>
2302
2303         Add support for MacOS X ACLs.
2304         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
2305         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
2306         * lib/set-mode-acl.c (qset_acl): Likewise.
2307         * lib/copy-acl.c (qcopy_acl): Likewise.
2308
2309 2008-06-07  Bruno Haible  <bruno@clisp.org>
2310
2311         Fix memory leak introduced on 2008-05-22.
2312         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
2313         use.
2314
2315 2008-06-07  Bruno Haible  <bruno@clisp.org>
2316
2317         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
2318         to construct an empty ACL.
2319
2320 2008-06-07  Bruno Haible  <bruno@clisp.org>
2321
2322         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
2323         precisely.
2324         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
2325
2326 2008-06-07  Bruno Haible  <bruno@clisp.org>
2327
2328         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
2329         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
2330
2331 2008-06-07  Bruno Haible  <bruno@clisp.org>
2332
2333         * doc/posix-functions/_setjmp.texi: Explain the use of this function
2334         regardless of POSIX.
2335         * doc/posix-functions/_longjmp.texi: Likewise.
2336         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
2337         SystemV platform in this case.
2338
2339 2008-06-06  Eric Blake  <ebb9@byu.net>
2340
2341         Document abort() bugs.
2342         * doc/posix-functions/abort.texi (abort): Mention anomalies.
2343
2344         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
2345         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
2346         sigsetjmp.
2347         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
2348         siglongjmp, but only as a macro.
2349         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
2350         is obsolete.
2351         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
2352
2353         Tweak documentation to cover cygwin argz bugs.
2354         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
2355         argz bug fix; no code change needed since no cygwin releases
2356         occurred between the last fix and the bug being tested.
2357         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
2358         module and recently fixed cygwin bugs.
2359         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
2360         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
2361         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
2362         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
2363         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
2364         Likewise.
2365         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
2366         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
2367         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
2368         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
2369         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
2370         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
2371         Likewise.
2372
2373         Avoid gcc warning on cygwin.
2374         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
2375         !ACL_NO_TRIVIAL]: Avoid unused variable.
2376
2377 2008-06-05  Eric Blake  <ebb9@byu.net>
2378
2379         Be tolerant of UNKNOWN version in gnulib-tool test dir.
2380         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
2381         git-version-gen fails to come up with a version.
2382         Reported by Simon Josefsson.
2383
2384 2008-06-05  Jim Meyering  <meyering@redhat.com>
2385             Paul Eggert  <eggert@cs.ucla.edu>
2386
2387         utimens.c: work around a probable Linux kernel bug
2388         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
2389         appears to be a kernel bug that causes utimensat to return 280
2390         instead of 0, indicating success.
2391
2392 2008-06-04  Bruno Haible  <bruno@clisp.org>
2393
2394         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
2395         2008-06-01 commit.
2396
2397 2008-06-04  Bruno Haible  <bruno@clisp.org>
2398
2399         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
2400         * lib/file-has-acl.c (acl_access_nontrivial): New function.
2401         (file_has_acl): Use it. Save errno afterwards.
2402         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
2403
2404 2008-06-03  Bruno Haible  <bruno@clisp.org>
2405
2406         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
2407         draft code. Simplify #ifs.
2408         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
2409         Put Solaris code after POSIX-draft code. Fix comments regarding
2410         Solaris 10, HP-UX. Mention Cygwin.
2411         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
2412
2413 2008-06-03  Eric Blake  <ebb9@byu.net>
2414
2415         Provide fallback for older kernels.
2416         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
2417         Provide runtime fallback if kernel lacks support.
2418         Reported by Mike Frysinger.
2419
2420 2008-06-02  Bruno Haible  <bruno@clisp.org>
2421
2422         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
2423         it exists.
2424
2425 2008-06-02  Bruno Haible  <bruno@clisp.org>
2426
2427         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
2428         * lib/copy-acl.c (qcopy_acl): Update comment.
2429
2430 2008-06-02  Bruno Haible  <bruno@clisp.org>
2431
2432         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
2433         like ACL APIs.
2434
2435 2008-06-02  Bruno Haible  <bruno@clisp.org>
2436
2437         * tests/test-file-has-acl.sh: Use different code for Cygwin.
2438         * tests/test-set-mode-acl.sh: Likewise.
2439         * tests/test-copy-acl.sh: Likewise.
2440         * tests/test-copy-file.sh: Likewise.
2441
2442 2008-06-02  Bruno Haible  <bruno@clisp.org>
2443
2444         * tests/test-file-has-acl.sh: Remove unused code.
2445
2446 2008-06-01  Bruno Haible  <bruno@clisp.org>
2447
2448         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
2449         (copy_acl): Just a wrapper around qcopy_acl that emits the error
2450         messages.
2451         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
2452
2453 2008-06-01  Bruno Haible  <bruno@clisp.org>
2454
2455         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
2456         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
2457         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
2458         APIs.
2459         * modules/acl-tests (configure.ac): Remove tests now contained in
2460         m4/acl.m4.
2461
2462 2008-06-02  Jim Meyering  <meyering@redhat.com>
2463
2464         announce-gen: use a better key-server host name
2465         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
2466         it may be more consistently reliable.  Suggested by Werner Koch
2467         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
2468
2469 2008-06-01  Bruno Haible  <bruno@clisp.org>
2470
2471         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
2472         Reported by Voroskoi Andras <voroskoi@gmail.com>.
2473
2474 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
2475
2476         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
2477
2478 2008-06-01  Bruno Haible  <bruno@clisp.org>
2479
2480         New ACL tests.
2481         * tests/test-file-has-acl.sh: New file.
2482         * tests/test-file-has-acl.c: New file.
2483         * tests/test-set-mode-acl.sh: New file.
2484         * tests/test-set-mode-acl.c: New file.
2485         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
2486         * tests/test-copy-acl.c: New file.
2487         * modules/acl-tests: New file, based on modules/copy-file-tests.
2488         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
2489         (Depends-on): Add acl-tests.
2490         (configure.ac): Remove checks.
2491         (Makefile.am): Don't create test-sameacls program here any more.
2492
2493 2008-06-01  Bruno Haible  <bruno@clisp.org>
2494
2495         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
2496         * tests/test-sameacls.c: Include progname.h.
2497         (main): Invoke set_program_name. Portability fixes for MacOS X,
2498         Solaris, HP-UX.
2499
2500 2008-06-01  Bruno Haible  <bruno@clisp.org>
2501
2502         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
2503         function.
2504         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
2505
2506 2008-06-01  Bruno Haible  <bruno@clisp.org>
2507
2508         * modules/rpmatch (Depends-on): Add strdup.
2509
2510 2008-06-01  Bruno Haible  <bruno@clisp.org>
2511
2512         * lib/pipe.c: Include unistd-safer.h.
2513         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
2514         * modules/pipe (Depends-on): Add unistd-safer.
2515
2516 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2517
2518         * modules/autobuild (configure.ac): Call AB_INIT.
2519
2520 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2521
2522         * tests/test-getaddrinfo.c: Don't print debug messages by default.
2523         Suggested by Bruno Haible <bruno@clisp.org>.
2524
2525 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2526
2527         * tests/test-base64.c: Cast size_t to unsigned long when invoking
2528         printf.  Use %lu instead of %d.  Reported by Bruno Haible
2529         <bruno@clisp.org>.
2530
2531 2008-05-29  Eric Blake  <ebb9@byu.net>
2532
2533         Prefer new POSIX 200x interfaces over futimesat.
2534         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
2535         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
2536         when available.
2537         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
2538
2539 2008-05-28  Bruno Haible  <bruno@clisp.org>
2540
2541         * modules/stpcpy (License): Change to LGPLv2+.
2542         Requested by David Lutterkort <dlutter@redhat.com>.
2543
2544 2008-05-27  Bruno Haible  <bruno@clisp.org>
2545
2546         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
2547         current mingw.
2548         Reported by Jose E. Marchesi <jemarch@gnu.org>.
2549
2550 2008-05-27  Bruno Haible  <bruno@clisp.org>
2551
2552         * modules/iconv_open (Link): New section, from module 'iconv'.
2553         * modules/striconv (Link): Likewise.
2554         * modules/striconveh (Link): Likewise.
2555         * modules/xstriconv (Link): Likewise.
2556         * modules/unicodeio (Link): Likewise.
2557         * modules/propername (Link): Likewise.
2558         Reported by Jim Meyering.
2559
2560 2008-05-26  Jim Meyering  <meyering@redhat.com>
2561
2562         sha256: do not artificially restrict buffer length to be < 2^32
2563         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
2564         uint32_t to size_t.
2565         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
2566         to match.
2567
2568         avoid unaligned access errors, e.g., on sparc
2569         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
2570         direct access through a possibly-unaligned uint64* pointer.
2571         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
2572         direct access through a possibly-unaligned uint32* pointer.
2573         Prompted by this patch from Tom "spot" Callaway:
2574         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
2575
2576         sha512.c: fix typo in comment
2577         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
2578
2579 2008-05-25  Bruno Haible  <bruno@clisp.org>
2580
2581         * lib/set-mode-acl.c: Renamed from lib/acl.c.
2582         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
2583         (Makefile.am): Update lib_SOURCES.
2584
2585 2008-05-25  Bruno Haible  <bruno@clisp.org>
2586
2587         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
2588
2589 2008-05-25  Jim Meyering  <meyering@redhat.com>
2590
2591         useless-if-before-free: freed expr may have white-space differences
2592         * build-aux/useless-if-before-free: Recognize cases in which the
2593         freed expression differs from the tested one in embedded white
2594         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
2595         $1 was used, so we can't make any regexp shy.  Improved tests now
2596         detect this.
2597
2598         useless-if-before-free: accept white space in the expression.
2599         * build-aux/useless-if-before-free: For now, any white space
2600         in the expression must be identical in the free argument.
2601
2602         useless-if-before-free: efficiency tweak
2603         * build-aux/useless-if-before-free: Make the expression-matching
2604         regexp "shy".
2605         Make the *outer* regexp shy, not the expr-matching one.
2606
2607         update code-in-comment to accept cast of free arg
2608         * build-aux/useless-if-before-free: Update regexp.
2609
2610 2008-05-25  Bruno Haible  <bruno@clisp.org>
2611
2612         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
2613         * modules/copy-file-tests (Files, Makefile.am): Update.
2614         * tests/test-copy-file.c (func_test_copy): Update.
2615
2616 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
2617
2618         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
2619
2620 2008-05-23  Bruno Haible  <bruno@clisp.org>
2621
2622         Improve support for ACLs on OSF/1.
2623         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
2624         Remove fallback for unknown flavors of ACLs.
2625
2626 2008-05-22  Bruno Haible  <bruno@clisp.org>
2627
2628         Add support for ACLs on OSF/1.
2629         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
2630         replacements.
2631         (acl_free_text): New macro fallback.
2632         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
2633         acl_free.
2634         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
2635         acl_free_text function. Require AC_C_INLINE.
2636
2637 2008-05-22  Bruno Haible  <bruno@clisp.org>
2638
2639         Make copy_acl work on MacOS X 10.5.
2640         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
2641         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
2642         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
2643         If MODE_INSIDE_ACL, don't assume that every system has the same text
2644         representation for ACLs as FreeBSD.
2645         * lib/copy-acl.c (copy_acl): Add support for platforms with
2646         !MODE_INSIDE_ACL.
2647         * lib/file-has-acl.c (file_has_acl): Likewise.
2648         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
2649         FreeBSD, MacOS X, or IRIX, respectively.
2650
2651 2008-05-22  Bruno Haible  <bruno@clisp.org>
2652
2653         * lib/acl.h: Don't include <sys/acl.h>.
2654         (GETACLCNT): Move fallback to lib/acl-internal.h.
2655         * lib/acl-internal.h: Include <sys/acl.h> here.
2656         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
2657
2658 2008-05-22  Bruno Haible  <bruno@clisp.org>
2659
2660         Split off copy_acl function to separate file.
2661         * lib/copy-acl.c: New file, extracted from lib/acl.c.
2662         * lib/acl.c (copy_acl): Moved function to separate file.
2663         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
2664         * modules/acl (Files): Add lib/copy-acl.c.
2665         (Makefiles.am): Augment lib_SOURCES.
2666
2667 2008-05-22  Bruno Haible  <bruno@clisp.org>
2668
2669         * modules/copy-file-tests: New file.
2670         * tests/test-copy-file.sh: New file.
2671         * tests/test-copy-file.c: New file.
2672         * tests/test-copy-file-sameacls.c: New file.
2673
2674 2008-05-22  Eric Blake  <ebb9@byu.net>
2675
2676         Avoid gcc warning.
2677         * tests/test-memcmp.c (main): Pass NULL indirectly.
2678
2679 2008-05-21  Bruno Haible  <bruno@clisp.org>
2680
2681         Add reference doc about ACLs.
2682         * doc/acl-resources.txt: New file.
2683         * doc/acl-cygwin.txt: New file.
2684
2685 2008-05-21  Bruno Haible  <bruno@clisp.org>
2686
2687         Avoid one more warning from gcc.
2688         * lib/vasnprintf.c (IF_LINT): Update comments.
2689         (VASNPRINTF): Use it also for the 'prefix' array initializer.
2690
2691 2008-05-21  Jim Meyering  <meyering@redhat.com>
2692
2693         avoid a warning from gcc
2694         * lib/vasnprintf.c (IF_LINT): Define.
2695         (scale10_round_decimal_long_double):
2696         Use it to avoid a "may be used uninitialized" warning.
2697         (scale10_round_decimal_double): Likewise.
2698
2699 2008-05-21  Simon Josefsson  <simon@josefsson.org>
2700
2701         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
2702         declared.
2703
2704 2008-05-20  Bruno Haible  <bruno@clisp.org>
2705
2706         * tests/test-memcmp.c (main): Test also the sign of the result. Test
2707         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
2708
2709 2008-05-20  Simon Josefsson  <simon@josefsson.org>
2710
2711         * modules/memcmp-tests: New file.
2712         * tests/test-memcmp.c: New file.
2713
2714 2008-05-19  Bruno Haible  <bruno@clisp.org>
2715
2716         * modules/propername (Notice, configure.ac): Put quoted "..." into
2717         --keyword option.
2718         * lib/propername.h: Update comments accordingly.
2719         Reported by Eric Blake.
2720
2721 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
2722
2723         * modules/getpass-gnu (Depends-on): Add fseeko.
2724
2725 2008-05-19  Simon Josefsson  <simon@josefsson.org>
2726
2727         * modules/base64-tests: New file.
2728
2729 2008-05-19  Bo Borgerson <gigabo@gmail.com>
2730
2731         * lib/base64.c (base64_decode_ctx): If a decode context structure
2732         was passed in use it to ignore newlines.  If a context structure
2733         was _not_ passed in, continue to treat newlines as garbage (this
2734         is the historical behavior).  Formerly base64_decode.
2735         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
2736         takes a decode context structure.
2737         * lib/base64.h (base64_decode): Macro for four-argument calls.
2738         (base64_decode_alloc): Likewise.
2739         * lib/base64.c (base64_decode_ctx): If a decode context structure
2740         was passed in use it to ignore newlines.  If a context structure
2741         was _not_ passed in, continue to treat newlines as garbage (this
2742         is the historical behavior).  Formerly base64_decode.
2743         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
2744         takes a decode context structure.
2745         * lib/base64.h (base64_decode): Macro for four-argument calls.
2746         (base64_decode_alloc): Likewise.
2747
2748 2008-05-19  Jim Meyering  <meyering@redhat.com>
2749
2750         avoid a warning from gcc
2751         * lib/trim.c (IF_LINT): Define.
2752         (trim2): Use it to avoid a "may be used uninitialized" warning.
2753
2754         Fix doc typo.
2755         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
2756
2757 2008-05-19  Bruno Haible  <bruno@clisp.org>
2758
2759         * doc/glibc-functions/getpass.texi: Document limits of other
2760         implementations.
2761
2762 2008-05-19  Simon Josefsson  <simon@josefsson.org>
2763             Bruno Haible <bruno@clisp.org>
2764
2765         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
2766
2767 2008-05-18  Bruno Haible  <bruno@clisp.org>
2768
2769         * modules/propername: New file, from GNU gettext.
2770         * lib/propername.h: New file, from GNU gettext.
2771         * lib/propername.c: New file, from GNU gettext.
2772         * MODULES.html.sh (Internationalization functions): Add propername.
2773
2774 2008-05-16  Jim Meyering  <meyering@redhat.com>
2775             Bruno Haible  <bruno@clisp.org>
2776
2777         Avoid some warnings from "gcc -Wshadow".
2778         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
2779
2780 2008-05-15  Eric Blake  <ebb9@byu.net>
2781
2782         Extend previous patch to cygwin 1.7.0.
2783         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
2784         fast implementation in cygwin >= 1.7.0.
2785         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2786         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2787
2788 2008-05-15  Bruno Haible  <bruno@clisp.org>
2789
2790         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
2791         implementation in glibc >= 2.9.
2792         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2793         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2794
2795 2008-05-15  Bruno Haible  <bruno@clisp.org>
2796
2797         * MODULES.html.sh (Internationalization functions): Remove linebreak.
2798         (Unicode string functions): Add unilbrk/*.
2799         Reported by Karl Berry.
2800
2801 2008-05-15  Eric Blake  <ebb9@byu.net>
2802
2803         Fix violation of <stdbool.h> replacement in regex.
2804         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
2805         * lib/regexec.c (re_search_internal): Likewise.
2806         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
2807
2808 2008-05-15  Jim Meyering  <meyering@redhat.com>
2809
2810         avoid distracting test output when git or cvs is not found
2811         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
2812         * tests/test-vc-list-files-git.sh: Likewise.
2813
2814 2008-05-15  Eric Blake  <ebb9@byu.net>
2815
2816         Glibc finally accepted the memmem speedup code, bugzilla #5514.
2817         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
2818         glibc version.
2819         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
2820         * doc/posix-functions/strstr.texi (strstr): Likewise.
2821         * lib/str-two-way.h (MAX): Sychronize with glibc.
2822
2823 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
2824
2825         * lib/regcomp.c (optimize_utf8): Add a note on why we test
2826         opr.ctx_type.
2827         (calc_first): Initialize constraint field.
2828         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2829         Fix grammar.
2830         (duplicate_node): Merge constraint field for all node types.
2831         (calc_eclosure_iter): Look at constraint field for all node types.
2832         * lib/regex_internal.c (create_cd_newstate): Don't look at
2833         opr.ctx_type.
2834
2835 2008-05-14  Bruno Haible  <bruno@clisp.org>
2836
2837         Help GCC to do better code generation.
2838         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
2839         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
2840         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
2841         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
2842         Declare with attribute 'malloc' if supported.
2843
2844 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
2845
2846         use "echo STR|wc -c" rather than unportable "expr length STR"
2847         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
2848         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
2849
2850 2008-05-14  Jim Meyering  <meyering@redhat.com>
2851
2852         use dd ibs=$n count=1 ... rather than less-portable head -c$n
2853         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
2854         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
2855         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
2856         via Collin Lasse.
2857
2858 2008-05-14  Eric Blake  <ebb9@byu.net>
2859
2860         Avoid quadratic growth in gl_LIBSOURCES.
2861         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
2862         Suggested by Bruno Haible.
2863
2864         Test xmemdup0.
2865         * modules/xmemdup0-tests: New file.
2866         * tests/test-xmemdup0.c: Likewise.
2867
2868 2008-05-13  Eric Blake  <ebb9@byu.net>
2869
2870         Split xmemdup0 into its own module.
2871         * modules/xmemdup0: New file.
2872         * lib/xmemdup0.h: Likewise.
2873         * lib/xmemdup0.c: Likewise.
2874         * MODULES.html.sh (Memory management functions): Add xmemdup0.
2875         * lib/xalloc.h (xmemdup0): Remove.
2876         * lib/xmalloc.c (xmemdup0): Likewise.
2877
2878 2008-05-13  Eric Blake  <ebb9@byu.net>
2879             Bruno Haible  <bruno@clisp.org>
2880
2881         Reduce number of forks required during autoconf.
2882         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
2883         and gl_LIBSOURCES_DIR.
2884         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
2885         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
2886         m4_syscmd per file.
2887         <m4_foreach_w>: Move...
2888         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
2889
2890 2008-05-13  Eric Blake  <ebb9@byu.net>
2891
2892         * gnulib-tool: Fix various comment typos.
2893
2894 2008-05-12  Bruno Haible  <bruno@clisp.org>
2895
2896         Tailor the linebreaking algorithm.
2897         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
2898
2899 2008-05-12  Bruno Haible  <bruno@clisp.org>
2900
2901         Update to Unicode 5.0.0.
2902         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
2903         LBP_JV, LBP_JT. Redistribute values.
2904         (unilbrk_table): Change size.
2905         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
2906         Unicode TR#14 rev. 22.
2907         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
2908         LBP_JV, LBP_JT. Redistribute values.
2909         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
2910         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
2911         Update.
2912         * lib/unilbrk/lbrkprop1.h: Regenerated.
2913         * lib/unilbrk/lbrkprop2.h: Regenerated.
2914         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
2915         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
2916         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
2917         Likewise.
2918         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
2919         Likewise.
2920         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
2921         result.
2922         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
2923         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
2924         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
2925         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
2926         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
2927         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
2928
2929 2008-05-11  Bruno Haible  <bruno@clisp.org>
2930
2931         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
2932
2933 2008-05-11  Bruno Haible  <bruno@clisp.org>
2934
2935         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
2936         * modules/unilbrk/gen-lbrk: New file.
2937
2938 2008-05-11  Bruno Haible  <bruno@clisp.org>
2939
2940         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
2941         * m4/sha512.m4 (gl_SHA512): Likewise.
2942
2943 2008-05-11  Jim Meyering  <meyering@redhat.com>
2944
2945         New modules: crypto/sha256, crypto/sha512 (from coreutils)
2946         * modules/crypto/sha256: New file.
2947         * modules/crypto/sha512: Likewise.
2948         * lib/sha256.c: Likewise.
2949         * lib/sha256.h: Likewise.
2950         * lib/sha512.c: Likewise.
2951         * lib/sha512.h: Likewise.
2952         * lib/u64.h: Likewise.
2953         * m4/sha256.m4: Likewise.
2954         * m4/sha512.m4: Likewise.
2955         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
2956
2957 2008-05-10  Bruno Haible  <bruno@clisp.org>
2958
2959         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
2960         (Input/Output <stdio.h>): Add xprintf.
2961         (Signal handling <signal.h>): Add strsignal.
2962         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
2963         (Core language properties): Add func.
2964         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
2965         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
2966         strings.
2967         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
2968         (Input/output): New section.
2969         (File system functions): Add openat-die, stat-macros.
2970         (Networking functions): Add sockets.
2971         (Unicode string functions): Add unictype/*.
2972         (Support for building libraries and executables): Add gperf.
2973         (Support for building documentation): Add agpl-3.0.
2974         (Misc): Add nocrash.
2975
2976 2008-05-10  Bruno Haible  <bruno@clisp.org>
2977
2978         * modules/unictype/gen-ctype: New file.
2979
2980 2008-05-10  Jim Meyering  <meyering@redhat.com>
2981
2982         Make chdir-safer.c more efficient on a system with no symlinks.
2983         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
2984         also if ELOOP is zero.  Suggested by Bruno Haible.
2985
2986         Make chdir-safer.c slightly safer.
2987         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
2988         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
2989
2990         Avoid compile failure on systems without ELOOP (like mingw).
2991         * lib/chdir-safer.c (ELOOP): Define if not already defined.
2992         Reported by Bruno Haible.
2993
2994 2008-05-10  Bruno Haible  <bruno@clisp.org>
2995
2996         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
2997         (is_utf8_encoding): Use a case-insensitive comparison.
2998         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
2999         streq.
3000
3001 2008-05-10  Bruno Haible  <bruno@clisp.org>
3002
3003         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
3004         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
3005         * lib/unilbrk/ulc-common.h (iconv_string_length,
3006         iconv_string_keeping_offsets): Remove declarations.
3007         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
3008         Don't include <iconv.h>, streq.h, xsize.h.
3009         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
3010         conversion.
3011         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
3012         <iconv.h>, streq.h, xsize.h.
3013         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
3014         conversion.
3015         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
3016         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
3017         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
3018         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
3019
3020 2008-05-10  Bruno Haible  <bruno@clisp.org>
3021
3022         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
3023         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
3024
3025         * modules/unilbrk/u32-width-linebreaks-tests: New file.
3026         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
3027
3028         * modules/unilbrk/u16-width-linebreaks-tests: New file.
3029         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
3030
3031         * modules/unilbrk/u8-width-linebreaks-tests: New file.
3032         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
3033
3034         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
3035         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
3036
3037         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
3038         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
3039
3040         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
3041         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
3042
3043         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
3044         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
3045
3046 2008-05-10  Bruno Haible  <bruno@clisp.org>
3047
3048         Split up 'linebreak' module.
3049         * lib/unilbrk.h: New file, based on lib/linebreak.h.
3050         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
3051         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
3052         modifications.
3053         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
3054         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
3055         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
3056         lib/linebreak.c.
3057         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
3058         lib/linebreak.c.
3059         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
3060         lib/linebreak.c.
3061         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
3062         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
3063         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
3064         lib/linebreak.c.
3065         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
3066         lib/linebreak.c.
3067         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
3068         lib/linebreak.c.
3069         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
3070         lib/linebreak.c.
3071         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
3072         lib/linebreak.c.
3073         * modules/unilbrk/base: New file.
3074         * modules/unilbrk/tables: New file.
3075         * modules/unilbrk/u8-possible-linebreaks: New file.
3076         * modules/unilbrk/u16-possible-linebreaks: New file.
3077         * modules/unilbrk/u32-possible-linebreaks: New file.
3078         * modules/unilbrk/ulc-common: New file.
3079         * modules/unilbrk/ulc-possible-linebreaks: New file.
3080         * modules/unilbrk/u8-width-linebreaks: New file.
3081         * modules/unilbrk/u16-width-linebreaks: New file.
3082         * modules/unilbrk/u32-width-linebreaks: New file.
3083         * modules/unilbrk/ulc-width-linebreaks: New file.
3084         * lib/linebreak.h: Remove file.
3085         * lib/linebreak.c: Remove file.
3086         * m4/linebreak.m4: Remove file.
3087         * modules/linebreak: Remove file.
3088         * NEWS: Mention the changes.
3089
3090 2008-05-09  Eric Blake  <ebb9@byu.net>
3091
3092         Add xmemdup0.
3093         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
3094         implementation.
3095         * lib/xmalloc.c (xmemdup0): New C implementation.
3096
3097 2008-05-08  Bruno Haible  <bruno@clisp.org>
3098
3099         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
3100
3101 2008-05-07  Eric Blake  <ebb9@byu.net>
3102
3103         Support cross-compilation of <wctype.h>.
3104         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
3105         AC_CACHE_CHECK.
3106
3107 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
3108
3109         * build-aux/vc-list-files: Add support for bzr.
3110
3111 2008-05-03  Jim Meyering  <meyering@redhat.com>
3112
3113         avoid failed assertion with tight malloc
3114         * tests/test-getndelim2.c: Correct an off-by-one assertion.
3115
3116 2008-05-03  Simon Josefsson  <simon@josefsson.org>
3117
3118         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
3119         are needed from arpa/inet.h.
3120         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
3121         Reported by Bruno Haible.
3122
3123 2008-05-02  Jim Meyering  <meyering@redhat.com>
3124
3125         avoid compilation error on FreeBSD 6
3126         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
3127
3128 2008-05-01  Jim Meyering  <meyering@redhat.com>
3129
3130         useless-if-before-free: correct --help's exit status description
3131         * build-aux/useless-if-before-free (usage): Like grep, exit 0
3132         for one or more matches, etc.  Reported by Bruno Haible.
3133
3134         vc-list-files: make the stand-alone gnulib test work
3135         * modules/vc-list-files-tests (configure.ac):
3136         Define and AC_SUBST abs_aux_dir.
3137         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
3138         $(abs_top_srcdir) to each script and having each of them
3139         duplicate the work of setting PATH, set PATH here, using
3140         the new variable, abs_aux_dir instead.
3141         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
3142         * tests/test-vc-list-files-git.sh: Likewise.
3143         Reported by Bruno Haible.
3144
3145 2008-05-01  Bruno Haible  <bruno@clisp.org>
3146
3147         * lib/getndelim2.c (getndelim2): Fix newsize computation during
3148         reallocation. Rename 'done' to 'found_delimiter'.
3149
3150 2008-05-01  Jim Meyering  <meyering@redhat.com>
3151
3152         vc-list-files: accommodate /bin/sh like the one from Solaris 10
3153         * build-aux/vc-list-files: Use `...`, not $(...).
3154
3155 2008-04-30  Jim Meyering  <meyering@redhat.com>
3156
3157         add tests for vc-list-files
3158         * modules/vc-list-files-tests: New module.
3159         * tests/test-vc-list-files-cvs.sh: New file.
3160         * tests/test-vc-list-files-git.sh: New file.
3161
3162         avoid a warning from gcc
3163         * lib/getndelim2.c (IF_LINT): Define.
3164         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
3165
3166         vc-list-files: work properly with build-aux/cvsu, too
3167         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
3168         to all cvs-based clauses.
3169
3170         vc-list-files: work properly in the CVS+awk case, too
3171         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
3172
3173         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
3174         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
3175         take more than one file argument, so .  Add quotes, just in case $dir
3176         ever contains a shell meta-character.  Prompted by Soren Hansen in
3177         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
3178
3179 2008-04-29  Eric Blake  <ebb9@byu.net>
3180
3181         Optimize getndelim2 to use block operations when possible.
3182         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
3183         freadseek, and memchr2.
3184         * lib/getndelim2.c (getndelim2): Use them for block reads.
3185
3186 2008-04-29  Bruno Haible  <bruno@clisp.org>
3187
3188         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
3189         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3190         * modules/inet_ntop (Depends-on): Add extensions.
3191         * modules/inet_pton (Depends-on): Likewise.
3192         Reported by Simon Josefsson.
3193
3194 2008-04-29  Jim Meyering  <meyering@redhat.com>
3195
3196         When the is more than one match in a block, match all of them.
3197         * build-aux/useless-if-before-free: Iterate through each block
3198         until there are no more matches.
3199
3200         Fix broken useless-if-before-free script.
3201         * build-aux/useless-if-before-free: Fix typo: missing "?" after
3202         the expression to match cast of argument to free-like function.
3203
3204 2008-04-29  Eric Blake  <ebb9@byu.net>
3205
3206         Use new header.
3207         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
3208
3209 2008-04-29  Jim Meyering  <meyering@redhat.com>
3210
3211         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
3212         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
3213         by gnulib to exist and to declare e.g., inet_ntop.
3214         Don't include "inet_ntop.h", now removed.
3215
3216         * m4/arpa_inet_h.m4: Remove trailing blanks.
3217
3218 2008-04-29  Eric Blake  <ebb9@byu.net>
3219
3220         Silence valgrind on safe reads beyond potential array bounds.
3221         * lib/rawmemchr.valgrind: New file.
3222         * lib/strchrnul.valgrind: Likewise.
3223         * modules/rawmemchr (Files): Distribute new file.
3224         * modules/strchrnul (Files): Likewise.
3225         Suggested by Bruno Haible.
3226
3227 2008-04-29  Bruno Haible  <bruno@clisp.org>
3228
3229         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
3230         (inet_ntop, inet_pton): Change portability warning's wording.
3231         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
3232         Invoke gl_CHECK_NEXT_HEADERS.
3233         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
3234         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
3235         set ARPA_INET_H.
3236         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3237         * modules/arpa_inet (Description): No longer only for systems that
3238         lack it.
3239         (Depends-on): Add include_next.
3240         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
3241         HAVE_ARPA_INET_H.
3242
3243 2008-04-29  Jim Meyering  <meyering@redhat.com>
3244
3245         * modules/mkdir (License): Re-license as LGPLv2+.
3246
3247 2008-04-29  Bruno Haible  <bruno@clisp.org>
3248
3249         * modules/rawmemchr (Maintainer): Set to Eric.
3250         * modules/strchrnul (Maintainer): Likewise.
3251
3252 2008-04-29  Simon Josefsson  <simon@josefsson.org>
3253
3254         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
3255         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
3256
3257         * modules/arpa_inet (arpa/inet.h): Use them.
3258
3259 2008-04-28  Eric Blake  <ebb9@byu.net>
3260
3261         Test getndelim2.
3262         * modules/getndelim2-tests: New file.
3263         * tests/test-getndelim2.c: Likewise.
3264         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
3265         stream.
3266         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
3267
3268         * MODULES.html.sh: Document new module.
3269
3270 2008-04-20  Bruno Haible  <bruno@clisp.org>
3271
3272         * lib/c-stack.c (die): Use raise.
3273         * modules/c-stack (Depends-on): Add raise.
3274
3275 2008-04-28  Bruno Haible  <bruno@clisp.org>
3276
3277         Expect rpmatch to be declared.
3278         * lib/yesno.c (rpmatch): Remove declaration.
3279
3280         Declare rpmatch.
3281         * lib/stdlib.in.h (rpmatch): New declaration.
3282         * lib/rpmatch.c: Include <stdlib.h> first.
3283         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
3284         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
3285         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
3286         HAVE_RPMATCH.
3287         * modules/rpmatch (Depends-on): Add stdlib, extensions.
3288         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3289         (Include): Set to <stdlib.h>.
3290         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
3291         HAVE_RPMATCH.
3292         * NEWS: Document the change.
3293
3294 2008-04-28  Bruno Haible  <bruno@clisp.org>
3295
3296         Change rpmatch to use nl_langinfo when appropriate.
3297         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
3298         (N_): New macro.
3299         (localized_pattern): New function/macro.
3300         (try): Remove match, nomatch arguments. Copy the pattern into safe
3301         memory before caching it.
3302         (rpmatch): Use localized_pattern. Add translator comments.
3303         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
3304         Suggested by Eric Blake.
3305         * modules/rpmatch (Depends-on): Add stdbool.
3306
3307 2008-04-28  Eric Blake  <ebb9@byu.net>
3308
3309         Add rawmemchr module, matching glibc.
3310         * modules/string (Makefile.am): New indicator.
3311         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
3312         * lib/string.in.h (rawmemchr): Declare when appropriate.
3313         * modules/rawmemchr: New file.
3314         * m4/rawmemchr.m4: Likewise.
3315         * lib/rawmemchr.c: Likewise.
3316         * modules/rawmemchr-tests: Likewise.
3317         * tests/test-rawmemchr.c: Likewise.
3318         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
3319         module.
3320         * modules/strchrnul (Depends-on): Add rawmemchr.
3321         * lib/strchrnul.c (strchrnul): Optimize a corner case.
3322
3323         Whitespace cleanup.
3324         * tests/test-strchrnul.c: Reindent.
3325         * lib/strchrnul.c: Likewise.
3326
3327         Optimize and test strchrnul.
3328         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
3329         * modules/strchrnul-tests: New file.
3330         * tests/test-strchrnul.c: Likewise.
3331
3332         Remove intprops dependency.
3333         * modules/memchr (Depends-on): Remove intprops.
3334         * modules/memrchr (Depends-on): Likewise.
3335         * modules/memchr2 (Depends-on): Likewise.
3336         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
3337         * lib/memrchr.c (__memrchr): Likewise.
3338         * lib/memrchr2.c (memchr2): Likewise.
3339         Reported by Simon Josefsson.
3340
3341 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3342
3343         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
3344         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3345
3346 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3347
3348         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
3349
3350         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
3351
3352         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
3353
3354         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
3355         declarations.
3356         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
3357
3358         * m4/inet_pton.m4: Don't check for header files.
3359
3360         * m4/inet_ntop.m4: Don't check for header files.
3361
3362 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3363
3364         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
3365         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
3366         trigger for cygwin).
3367         Reported by Bruno Haible  <bruno@clisp.org>.
3368
3369 2008-04-28  Bruno Haible  <bruno@clisp.org>
3370
3371         * doc/posix-functions/strdup.texi: Mention mingw problem.
3372
3373 2008-04-27  Bruno Haible  <bruno@clisp.org>
3374
3375         * modules/stat-time-tests (Depends-on): Add sleep.
3376         * tests/test-stat-time.c (force_unlink): New function.
3377         (cleanup): Use it.
3378         (test_mtime): Remove the ctime related tests.
3379         (test_ctime): New function, containing the ctime related tests.
3380         (main): Call test_ctime, except on native Windows platforms.
3381
3382 2008-04-27  Bruno Haible  <bruno@clisp.org>
3383
3384         * lib/rpmatch.c (rpmatch): Add some comments.
3385         Reported by James Youngman <jay@gnu.org>.
3386
3387 2008-04-27  Bruno Haible  <bruno@clisp.org>
3388
3389         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
3390         quiet NaNs.
3391
3392 2008-04-27  Bruno Haible  <bruno@clisp.org>
3393
3394         Make test-yesno.sh work on mingw.
3395         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
3396         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
3397         (main): Set stdin to binary mode.
3398         * modules/yesno-tests (Depends-on): Add binary-io.
3399
3400 2008-04-27  Bruno Haible  <bruno@clisp.org>
3401
3402         Fix 'isfinite' on x86, x86_64, ia64 platforms.
3403         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
3404         argument that lie outside the IEEE 854 domain.
3405         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
3406         (gl_ISFINITE): Use it.
3407         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
3408
3409 2008-04-27  Bruno Haible  <bruno@clisp.org>
3410
3411         Allow local renaming in config.h.
3412         * lib/memrchr.c (memrchr): Don't undefine outside libc.
3413
3414 2008-04-27  Bruno Haible  <bruno@clisp.org>
3415
3416         * lib/memchr.c (__memchr): Change type of 'i'.
3417         * lib/memchr2.c (memchr2): Likewise.
3418
3419 2008-04-26  Eric Blake  <ebb9@byu.net>
3420         and Bruno Haible  <bruno@clisp.org>
3421
3422         Optimize and test memrchr.
3423         * modules/memrchr (Depends-on): Add intprops.
3424         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
3425         * modules/memrchr-tests: New file.
3426         * tests/test-memrchr.c: New file.
3427
3428 2008-04-26  Bruno Haible  <bruno@clisp.org>
3429
3430         Add tentative support for DragonFly BSD.
3431         * lib/stdio-impl.h: Add macros for DragonFly BSD.
3432         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
3433         fp.
3434         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3435         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
3436         * lib/fpurge.c (fpurge): Likewise.
3437         * lib/freadable.c (freaadable): Likewise.
3438         * lib/freadahead.c (freadahead): Likewise.
3439         * lib/freading.c (freading): Likewise.
3440         * lib/freadptr.c (freadptr): Likewise.
3441         * lib/freadseek.c (freadptrinc): Likewise.
3442         * lib/fseeko.c (fseeko): Likewise.
3443         * lib/fseterr.c (fseterr): Likewise.
3444         * lib/fwritable.c (fwritable): Likewise.
3445         * lib/fwriting.c (fwriting): Likewise.
3446
3447 2008-04-26  Bruno Haible  <bruno@clisp.org>
3448
3449         * lib/stdio-impl.h: New file.
3450         * lib/fbufmode.c: Include stdio-impl.h.
3451         (fbufmode): Use fp_, remove redundant #defines.
3452         * lib/fflush.c: Include stdio-impl.h.
3453         (clear_ungetc_buffer): Remove redundant #defines.
3454         * lib/fpurge.c: Include stdio-impl.h.
3455         (fpurge): Remove redundant #defines.
3456         * lib/freadable.c: Include stdio-impl.h.
3457         (freadable): Remove redundant #defines.
3458         * lib/freadahead.c: Include stdio-impl.h.
3459         (freadahead): Remove redundant #defines.
3460         * lib/freading.c: Include stdio-impl.h.
3461         (freading): Remove redundant #defines.
3462         * lib/freadptr.c: Include stdio-impl.h.
3463         (freadptr): Remove redundant #defines.
3464         * lib/freadseek.c: Include stdio-impl.h.
3465         (freadptrinc): Remove redundant #defines.
3466         * lib/fseeko.c: Include stdio-impl.h.
3467         (rpl_fseeko): Remove redundant #defines.
3468         * lib/fseterr.c: Include stdio-impl.h.
3469         (fseterr): Remove redundant #defines.
3470         * lib/fwritable.c: Include stdio-impl.h.
3471         (fwritable: Remove redundant #defines.
3472         * lib/fwriting.c: Include stdio-impl.h.
3473         (fwriting): Remove redundant #defines.
3474         * modules/fbufmode (Files): Add lib/stdio-impl.h.
3475         * modules/fflush (Files): Likewise.
3476         * modules/fpurge (Files): Likewise.
3477         * modules/freadable (Files): Likewise.
3478         * modules/freadahead (Files): Likewise.
3479         * modules/freading (Files): Likewise.
3480         * modules/freadptr (Files): Likewise.
3481         * modules/freadseek (Files): Likewise.
3482         * modules/fseeko (Files): Likewise.
3483         * modules/fseterr (Files): Likewise.
3484         * modules/fwritable (Files): Likewise.
3485         * modules/fwriting (Files): Likewise.
3486
3487 2008-04-26  Bruno Haible  <bruno@clisp.org>
3488
3489         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3490         restore_seek_optimization, update_fpos_cache): New functions, extracted
3491         from rpl_fflush.
3492         (rpl_fflush): Use them.
3493         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
3494         (gl_REPLACE_FFLUSH): Use it.
3495
3496 2008-04-26  Bruno Haible  <bruno@clisp.org>
3497
3498         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
3499         on Solaris.
3500         * tests/test-xstrtoimax.sh: Likewise.
3501         * tests/test-xstrtoumax.sh: Likewise.
3502         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3503
3504 2008-04-26  Bruno Haible  <bruno@clisp.org>
3505
3506         * modules/memchr-tests: New file.
3507         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
3508
3509 2008-04-26  Eric Blake  <ebb9@byu.net>
3510             Bruno Haible  <bruno@clisp.org>
3511
3512         * lib/memchr.c: Include intprops.h.
3513         (__memchr): Optimize parallel detection of matching bytes. Rename local
3514         variables. Add explanatory comments.
3515
3516 2008-04-26  Bruno Haible  <bruno@clisp.org>
3517
3518         Fix module 'memchr', broken since 2000-10-28.
3519         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
3520
3521 2008-04-26  Bruno Haible  <bruno@clisp.org>
3522
3523         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
3524         comments.
3525
3526 2008-04-25  Eric Blake  <ebb9@byu.net>
3527
3528         Use native fstatat on cygwin 1.7.0.
3529         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
3530         first.
3531
3532 2008-04-23  Eric Blake  <ebb9@byu.net>
3533
3534         Improve memchr2 performance.
3535         * lib/memchr2.c (memchr2): Further optimize parallel detection of
3536         NUL bytes.
3537         * modules/memchr2 (Depends-on): Use intprops.h.
3538
3539 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3540
3541         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
3542         an inline function instead of a CPP macro.  Patch by Ben Pfaff
3543         <blp@cs.stanford.edu>.
3544
3545 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3546
3547         * lib/arpa_inet.in.h: New file.
3548
3549         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
3550         (Makefile.am): Sed in substitute header file.
3551
3552         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
3553         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
3554
3555         * modules/inet_ntop (configure.ac): Use
3556         gl_ARPA_INET_MODULE_INDICATOR.
3557
3558         * modules/inet_pton (configure.ac): Use
3559         gl_ARPA_INET_MODULE_INDICATOR.
3560
3561 2008-04-22  Jim Meyering  <meyering@redhat.com>
3562
3563         * modules/verify (License): Re-license as LGPLv2+.
3564
3565 2008-04-22  Simon Josefsson  <simon@josefsson.org>
3566
3567         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
3568         parameter to void* as per POSIX standard (MinGW uses char*).
3569
3570 2008-04-21  Bruno Haible  <bruno@clisp.org>
3571
3572         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3573         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3574         Define to replacements if REPLACE_ISWCNTRL is 1.
3575         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
3576         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
3577         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
3578         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
3579         what it fixes.
3580         * doc/posix-functions/iswalpha.texi: Likewise.
3581         * doc/posix-functions/iswblank.texi: Likewise.
3582         * doc/posix-functions/iswcntrl.texi: Likewise.
3583         * doc/posix-functions/iswdigit.texi: Likewise.
3584         * doc/posix-functions/iswgraph.texi: Likewise.
3585         * doc/posix-functions/iswlower.texi: Likewise.
3586         * doc/posix-functions/iswprint.texi: Likewise.
3587         * doc/posix-functions/iswpunct.texi: Likewise.
3588         * doc/posix-functions/iswspace.texi: Likewise.
3589         * doc/posix-functions/iswupper.texi: Likewise.
3590         * doc/posix-functions/iswxdigit.texi: Likewise.
3591         Reported by Alain Guibert.
3592
3593 2008-04-21  Bruno Haible  <bruno@clisp.org>
3594
3595         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
3596         Patch by Alain Guibert.
3597
3598 2008-04-21  Bruno Haible  <bruno@clisp.org>
3599
3600         Fix test failures on mingw.
3601         * tests/test-xstrtol.c (print_no_progname): New function.
3602         (main): Install it in error_print_progname hook.
3603         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
3604         * tests/test-xstrtoimax.sh: Likewise.
3605         * tests/test-xstrtoumax.sh: Likewise.
3606
3607 2008-04-21  Bruno Haible  <bruno@clisp.org>
3608
3609         Fix test failure on mingw.
3610         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
3611
3612 2008-04-21  Bruno Haible  <bruno@clisp.org>
3613
3614         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
3615         Actually assign a value.
3616
3617 2008-04-20  Bruno Haible  <bruno@clisp.org>
3618
3619         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
3620         take 2.
3621         * lib/canonicalize.c (canonicalize_file_name): Elide if the
3622         'canonicalize-lgpl' module is also used.
3623         * lib/canonicalize-lgpl.c: Undo last change.
3624         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
3625
3626 2008-04-20  Bruno Haible  <bruno@clisp.org>
3627
3628         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
3629         config.h. Provide _mkdir based fallback for mingw.
3630         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
3631         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
3632         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
3633         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
3634         rather than defining mkdir in config.h.
3635         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
3636         (gl_SYS_STAT_H_DEFAULTS): New macro.
3637         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
3638         HAVE_IO_H any more.
3639         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
3640         HAVE_DECL_MKDIR and HAVE_IO_H.
3641
3642 2008-04-20  Bruno Haible  <bruno@clisp.org>
3643
3644         * lib/isapipe.c: Port to native Windows platforms.
3645
3646 2008-04-20  Bruno Haible  <bruno@clisp.org>
3647
3648         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
3649
3650 2008-04-21  Eric Blake  <ebb9@byu.net>
3651
3652         Work around preprocessors that don't handle UINTMAX_MAX.
3653         * lib/memchr2.c (memchr2): Avoid embedded #if.
3654         Reported by Alain Guibert, fix suggested by Bruno Haible.
3655
3656 2008-04-21  Simon Josefsson  <simon@josefsson.org>
3657
3658         * doc/posix-functions/strftime.texi (strftime): Explain better
3659         Windows incompatibility.  Suggested by Micah Cowan
3660         <micah@cowan.name>.
3661
3662 2008-04-20  Bruno Haible  <bruno@clisp.org>
3663
3664         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
3665         unistr/u8-mblen.
3666
3667 2008-04-20  Bruno Haible  <bruno@clisp.org>
3668
3669         Fix test failure on platforms with non-GNU iconv.
3670         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
3671         (U_TO_U8): Use it, rather than u16_to_u8.
3672         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
3673         units at the end of the input string.
3674         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
3675
3676 2008-04-20  Bruno Haible  <bruno@clisp.org>
3677
3678         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
3679         when the resulting length is 0.
3680         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
3681
3682 2008-04-20  Bruno Haible  <bruno@clisp.org>
3683
3684         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
3685         works.
3686         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
3687
3688 2008-04-20  Bruno Haible  <bruno@clisp.org>
3689
3690         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
3691         * modules/tsearch-tests (configure.ac): Test for initstate function.
3692
3693 2008-04-20  Bruno Haible  <bruno@clisp.org>
3694
3695         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
3696         for nlink_t if missing.
3697         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
3698
3699 2008-04-19  Bruno Haible  <bruno@clisp.org>
3700
3701         Work around snprintf bug on Linux libc5.
3702         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
3703         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3704         gl_SNPRINTF_SIZE1.
3705         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3706         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
3707         that test failed.
3708         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
3709         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
3710         * modules/snprintf (Files): Add m4/printf.m4.
3711         * modules/vsnprintf (Files): Likewise.
3712         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
3713         * doc/posix-functions/vsnprintf.texi: Likewise.
3714
3715 2008-04-19  Bruno Haible  <bruno@clisp.org>
3716
3717         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
3718         from 0.0058 to less than 10^-7.
3719
3720 2008-04-19  Bruno Haible  <bruno@clisp.org>
3721
3722         Fix rounding when a precision is given.
3723         * lib/vasnprintf.c (is_borderline): New function.
3724         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
3725         9...9x.
3726         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
3727         %e, %g.
3728         * tests/test-vasprintf-posix.c (test_function): Likewise.
3729         * tests/test-snprintf-posix.h (test_function): Likewise.
3730         * tests/test-sprintf-posix.h (test_function): Likewise.
3731         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
3732         * tests/test-printf-posix.h (test_function): Likewise.
3733         * tests/test-printf-posix.output: Update.
3734         Reported by John Darrington <john@darrington.wattle.id.au> via
3735         Ben Pfaff <blp@cs.stanford.edu>.
3736
3737 2008-04-18  Simon Josefsson  <simon@josefsson.org>
3738
3739         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
3740         Suggested by Bruno Haible <bruno@clisp.org>.
3741
3742 2008-04-17  Bruno Haible  <bruno@clisp.org>
3743
3744         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
3745         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
3746         implementation.
3747         Patch by Bruce Merry <bmerry@gmail.com>.
3748
3749 2008-04-17  Simon Josefsson  <simon@josefsson.org>
3750
3751         * doc/posix-functions/strftime.texi (strftime): Mention that %e
3752         doesn't work under Windows.
3753
3754 2008-04-16  Bruno Haible  <bruno@clisp.org>
3755
3756         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
3757         New macros.
3758         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
3759         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
3760         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
3761         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
3762         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
3763         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
3764         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
3765         macros.
3766         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
3767         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
3768         Northern Sotho, Uighur.
3769
3770 2008-04-16  Bruno Haible  <bruno@clisp.org>
3771
3772         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
3773         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
3774         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
3775         Reported by Daniel Bergström <daniel@octocode.com>.
3776
3777 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
3778             Bruno Haible  <bruno@clisp.org>
3779
3780         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
3781         function.
3782         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
3783         New functions, mostly extracted from gl_locale_name_default.
3784         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
3785
3786 2008-04-16  Eric Blake  <ebb9@byu.net>
3787
3788         Adjust strtod detection to catch glibc 2.7 bug.
3789         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
3790         Reported by John Gatewood Ham.
3791
3792 2008-04-16  Bruno Haible  <bruno@clisp.org>
3793
3794         Add tentative support for Linux libc5.
3795         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
3796         * lib/fpurge.c (fpurge): Likewise.
3797         * lib/freadable.c (freadable): Likewise.
3798         * lib/freadahead.c (freadahead): Likewise.
3799         * lib/freading.c (freading): Likewise.
3800         * lib/freadptr.c (freadptr): Likewise.
3801         * lib/freadseek.c (freadptrinc): Likewise.
3802         * lib/fseeko.c (rpl_fseeko): Likewise.
3803         * lib/fseterr.c (fseterr): Likewise.
3804         * lib/fwritable.c (fwritable): Likewise.
3805         * lib/fwriting.c (fwriting): Likewise.
3806         Reported by Alain Guibert <alguibert+bts@free.fr>.
3807
3808 2008-04-15  Bruno Haible  <bruno@clisp.org>
3809
3810         * modules/mathl (configure.ac): Define module indicator.
3811
3812 2008-04-15  Bruno Haible  <bruno@clisp.org>
3813
3814         * lib/logl.c (logl): Remove unused variables.
3815
3816 2008-04-15  Bruno Haible  <bruno@clisp.org>
3817
3818         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
3819         fails.
3820
3821 2008-04-15  Bruno Haible  <bruno@clisp.org>
3822
3823         * lib/trim.c (trim2): Fix argument of isspace() macro.
3824
3825 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
3826
3827         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
3828         to 0.
3829         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
3830
3831 2008-04-14  Bruno Haible  <bruno@clisp.org>
3832
3833         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
3834         AC_LANG_PROGRAM argument.
3835         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
3836         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
3837         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
3838         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3839         * m4/math_h.m4 (gl_MATH_H): Likewise.
3840         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
3841         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3842         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3843         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
3844         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
3845         * m4/regex.m4 (gl_REGEX): Likewise.
3846         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
3847         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
3848         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3849         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
3850         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3851         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3852         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3853         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3854
3855 2008-04-14  Jim Meyering  <meyering@redhat.com>
3856
3857         test-strtod: fix typos: s/abs/fabs/
3858         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
3859
3860 2008-04-13  Bruno Haible  <bruno@clisp.org>
3861
3862         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
3863         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
3864         module is also used and while not building the reloc-wrapper.
3865
3866 2008-04-13  Bruno Haible  <bruno@clisp.org>
3867
3868         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
3869
3870 2008-04-13  Bruno Haible  <bruno@clisp.org>
3871
3872         Fix AIX compilation failure introduced on 2008-04-02.
3873         * tests/test-frexp.c (exp): Undefine before redefining.
3874         * tests/test-frexpl.c (exp): Likewise.
3875
3876 2008-04-13  Bruno Haible  <bruno@clisp.org>
3877
3878         Work around a HP-UX stdio bug.
3879         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
3880         * tests/test-ftello.c (main): Likewise.
3881         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
3882         * doc/posix-functions/ftello.texi: Likewise.
3883
3884 2008-04-13  Bruno Haible  <bruno@clisp.org>
3885
3886         Make test-signbit pass on HP-UX/hppa.
3887         * tests/test-signbit.c (minus_zerol): New variable.
3888         (test_signbitl): Use it.
3889
3890 2008-04-13  Bruno Haible  <bruno@clisp.org>
3891
3892         Make truncl work on OSF/1 4.0.
3893         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
3894         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
3895         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
3896         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
3897         HAVE_DECL_TRUNCL.
3898         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
3899         HAVE_DECL_TRUNCL.
3900         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
3901
3902 2008-04-13  Bruno Haible  <bruno@clisp.org>
3903
3904         * lib/unictype.h: Remove trailing comma from enumeration definitions.
3905
3906 2008-04-13  Bruno Haible  <bruno@clisp.org>
3907
3908         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
3909         expression, so as to avoid HP-UX 11 cc compiler bug.
3910
3911 2008-04-13  Bruno Haible  <bruno@clisp.org>
3912
3913         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
3914
3915 2008-04-13  Bruno Haible  <bruno@clisp.org>
3916
3917         * lib/git-merge-changelog.c: Remove empty declaration outside of
3918         functions.
3919
3920 2008-04-13  Bruno Haible  <bruno@clisp.org>
3921
3922         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
3923
3924 2008-04-13  Bruno Haible  <bruno@clisp.org>
3925
3926         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
3927         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
3928         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
3929         also if it exists but lacks definitions of the SHUT_* macros.
3930         * modules/sys_socket (Description): Update.
3931         Reported by Elbert Pol <e.pol@chello.nl>.
3932
3933 2008-04-13  Bruno Haible  <bruno@clisp.org>
3934
3935         * lib/localcharset.c (OS2): Don't redefine if already defined.
3936         Reported by Elbert Pol <e.pol@chello.nl>.
3937
3938 2008-04-13  Bruno Haible  <bruno@clisp.org>
3939
3940         * lib/binary-io.h [__EMX__]: Include <io.h>.
3941         Reported by Elbert Pol <e.pol@chello.nl>.
3942
3943 2008-04-12  Bruno Haible  <bruno@clisp.org>
3944
3945         * lib/fpucw.h: Enable the definitions also for x86_64.
3946         Needed for NetBSD/x86_64.
3947         Reported by Thomas Klausner <tk@giga.or.at>.
3948
3949 2008-04-12  Bruno Haible  <bruno@clisp.org>
3950
3951         * tests/test-strtod.c: Include isnand.h.
3952         (main): Use isnand instead of isnan.
3953         Reported by Jim Meyering.
3954
3955 2008-04-12  Bruno Haible  <bruno@clisp.org>
3956
3957         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
3958         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3959
3960 2008-04-12  Jim Meyering  <meyering@redhat.com>
3961
3962         * m4/math_h.m4 (gl_MATH_H): Fix typos.
3963
3964 2008-04-12  Bruno Haible  <bruno@clisp.org>
3965
3966         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
3967         Reported by Elbert Pol <e.pol@chello.nl>.
3968
3969 2008-04-12  Eric Blake  <ebb9@byu.net>
3970
3971         Work around Solaris 10 math.h bug.
3972         * m4/math_h.m4 (gl_MATH_H): Check for bug.
3973         (gl_MATH_H_DEFAULTS): Set up default.
3974         * modules/math (Makefile.am): Replace new indicators.
3975         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
3976         * tests/test-math.c (main): Test this.
3977         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
3978         * doc/posix-headers/math.texi (math.h): Mention bug.
3979         Reported by Nelson H. F. Beebe and Jim Meyering.
3980
3981 2008-04-11  Bruno Haible  <bruno@clisp.org>
3982
3983         Adapt to future versions of Apple GCC.
3984         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
3985         Reported by Peter O'Gorman <peter@pogma.com>.
3986
3987 2008-04-11  Bruno Haible  <bruno@clisp.org>
3988
3989         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
3990
3991 2008-04-11  Bruno Haible  <bruno@clisp.org>
3992
3993         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
3994
3995         * modules/getaddrinfo-tests (Makefile.am): Define
3996         test_getaddrinfo_LDADD.
3997
3998 2008-04-11  Bruno Haible  <bruno@clisp.org>
3999
4000         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
4001         (init): Fix syntax error.
4002         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
4003         is declared.
4004
4005 2008-04-11  Bruno Haible  <bruno@clisp.org>
4006
4007         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
4008         * modules/glob (Depends-on): Add stdbool.
4009
4010 2008-04-11  Bruno Haible  <bruno@clisp.org>
4011
4012         * lib/trim.c: Include <string.h>.
4013
4014 2008-04-11  Eric Blake  <ebb9@byu.net>
4015
4016         Avoid compile failure on OS/2.
4017         * lib/regex_internal.h (internal_function): Disable optimization
4018         on OS/2 (__EMX__), where it caused compiler error.
4019         Reported by Elbert Pol.
4020
4021 2008-04-11  Bruno Haible  <bruno@clisp.org>
4022
4023         Flush the standard error stream before aborting. Needed on mingw.
4024         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
4025         * tests/test-array_list.c (ASSERT): Likewise.
4026         * tests/test-array_oset.c (ASSERT): Likewise.
4027         * tests/test-avltree_list.c (ASSERT): Likewise.
4028         * tests/test-avltree_oset.c (ASSERT): Likewise.
4029         * tests/test-avltreehash_list.c (ASSERT): Likewise.
4030         * tests/test-binary-io.c (ASSERT): Likewise.
4031         * tests/test-byteswap.c (ASSERT): Likewise.
4032         * tests/test-c-ctype.c (ASSERT): Likewise.
4033         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
4034         * tests/test-c-strcasestr.c (ASSERT): Likewise.
4035         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
4036         * tests/test-c-strstr.c (ASSERT): Likewise.
4037         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
4038         * tests/test-canonicalize.c (ASSERT): Likewise.
4039         * tests/test-carray_list.c (ASSERT): Likewise.
4040         * tests/test-ceilf1.c (ASSERT): Likewise.
4041         * tests/test-ceilf2.c (ASSERT): Likewise.
4042         * tests/test-ceill.c (ASSERT): Likewise.
4043         * tests/test-count-one-bits.c (ASSERT): Likewise.
4044         * tests/test-fbufmode.c (ASSERT): Likewise.
4045         * tests/test-fflush2.c (ASSERT): Likewise.
4046         * tests/test-floorf1.c (ASSERT): Likewise.
4047         * tests/test-floorf2.c (ASSERT): Likewise.
4048         * tests/test-floorl.c (ASSERT): Likewise.
4049         * tests/test-fopen.c (ASSERT): Likewise.
4050         * tests/test-fpending.c (ASSERT): Likewise.
4051         * tests/test-fprintf-posix.c (ASSERT): Likewise.
4052         * tests/test-fpurge.c (ASSERT): Likewise.
4053         * tests/test-freadable.c (ASSERT): Likewise.
4054         * tests/test-freadahead.c (ASSERT): Likewise.
4055         * tests/test-freading.c (ASSERT): Likewise.
4056         * tests/test-freadptr.c (ASSERT): Likewise.
4057         * tests/test-freadptr2.c (ASSERT): Likewise.
4058         * tests/test-freadseek.c (ASSERT): Likewise.
4059         * tests/test-freopen.c (ASSERT): Likewise.
4060         * tests/test-frexp.c (ASSERT): Likewise.
4061         * tests/test-frexpl.c (ASSERT): Likewise.
4062         * tests/test-fseek.c (ASSERT): Likewise.
4063         * tests/test-fseeko.c (ASSERT): Likewise.
4064         * tests/test-fstrcmp.c (ASSERT): Likewise.
4065         * tests/test-ftell.c (ASSERT): Likewise.
4066         * tests/test-ftello.c (ASSERT): Likewise.
4067         * tests/test-func.c (ASSERT): Likewise.
4068         * tests/test-fwritable.c (ASSERT): Likewise.
4069         * tests/test-fwriting.c (ASSERT): Likewise.
4070         * tests/test-getdelim.c (ASSERT): Likewise.
4071         * tests/test-getline.c (ASSERT): Likewise.
4072         * tests/test-i-ring.c (ASSERT): Likewise.
4073         * tests/test-iconv-utf.c (ASSERT): Likewise.
4074         * tests/test-iconv.c (ASSERT): Likewise.
4075         * tests/test-isfinite.c (ASSERT): Likewise.
4076         * tests/test-isnand.c (ASSERT): Likewise.
4077         * tests/test-isnanf.c (ASSERT): Likewise.
4078         * tests/test-isnanl.h (ASSERT): Likewise.
4079         * tests/test-ldexpl.c (ASSERT): Likewise.
4080         * tests/test-linked_list.c (ASSERT): Likewise.
4081         * tests/test-linkedhash_list.c (ASSERT): Likewise.
4082         * tests/test-localename.c (ASSERT): Likewise.
4083         * tests/test-lseek.c (ASSERT): Likewise.
4084         * tests/test-mbscasecmp.c (ASSERT): Likewise.
4085         * tests/test-mbscasestr1.c (ASSERT): Likewise.
4086         * tests/test-mbscasestr2.c (ASSERT): Likewise.
4087         * tests/test-mbscasestr3.c (ASSERT): Likewise.
4088         * tests/test-mbscasestr4.c (ASSERT): Likewise.
4089         * tests/test-mbschr.c (ASSERT): Likewise.
4090         * tests/test-mbscspn.c (ASSERT): Likewise.
4091         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
4092         * tests/test-mbspbrk.c (ASSERT): Likewise.
4093         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
4094         * tests/test-mbsrchr.c (ASSERT): Likewise.
4095         * tests/test-mbsspn.c (ASSERT): Likewise.
4096         * tests/test-mbsstr1.c (ASSERT): Likewise.
4097         * tests/test-mbsstr2.c (ASSERT): Likewise.
4098         * tests/test-mbsstr3.c (ASSERT): Likewise.
4099         * tests/test-memchr2.c (ASSERT): Likewise.
4100         * tests/test-memmem.c (ASSERT): Likewise.
4101         * tests/test-open.c (ASSERT): Likewise.
4102         * tests/test-printf-frexp.c (ASSERT): Likewise.
4103         * tests/test-printf-frexpl.c (ASSERT): Likewise.
4104         * tests/test-printf-posix.c (ASSERT): Likewise.
4105         * tests/test-quotearg.c (ASSERT): Likewise.
4106         * tests/test-rbtree_list.c (ASSERT): Likewise.
4107         * tests/test-rbtree_oset.c (ASSERT): Likewise.
4108         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
4109         * tests/test-round1.c (ASSERT): Likewise.
4110         * tests/test-roundf1.c (ASSERT): Likewise.
4111         * tests/test-roundl.c (ASSERT): Likewise.
4112         * tests/test-signbit.c (ASSERT): Likewise.
4113         * tests/test-sleep.c (ASSERT): Likewise.
4114         * tests/test-snprintf-posix.c (ASSERT): Likewise.
4115         * tests/test-snprintf.c (ASSERT): Likewise.
4116         * tests/test-sprintf-posix.c (ASSERT): Likewise.
4117         * tests/test-stat-time.c (ASSERT): Likewise.
4118         * tests/test-strcasestr.c (ASSERT): Likewise.
4119         * tests/test-strerror.c (ASSERT): Likewise.
4120         * tests/test-striconv.c (ASSERT): Likewise.
4121         * tests/test-striconveh.c (ASSERT): Likewise.
4122         * tests/test-striconveha.c (ASSERT): Likewise.
4123         * tests/test-strsignal.c (ASSERT): Likewise.
4124         * tests/test-strstr.c (ASSERT): Likewise.
4125         * tests/test-strtod.c (ASSERT): Likewise.
4126         * tests/test-trunc1.c (ASSERT): Likewise.
4127         * tests/test-trunc2.c (ASSERT): Likewise.
4128         * tests/test-truncf1.c (ASSERT): Likewise.
4129         * tests/test-truncf2.c (ASSERT): Likewise.
4130         * tests/test-truncl.c (ASSERT): Likewise.
4131         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
4132         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
4133         * tests/test-vasnprintf.c (ASSERT): Likewise.
4134         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
4135         * tests/test-vasprintf.c (ASSERT): Likewise.
4136         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
4137         * tests/test-vprintf-posix.c (ASSERT): Likewise.
4138         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
4139         * tests/test-vsnprintf.c (ASSERT): Likewise.
4140         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
4141         * tests/test-wcwidth.c (ASSERT): Likewise.
4142         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
4143         * tests/test-xprintf-posix.c (ASSERT): Likewise.
4144         * tests/test-xvasprintf.c (ASSERT): Likewise.
4145         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
4146         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
4147         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
4148         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
4149         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
4150         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
4151         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
4152         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
4153         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
4154         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
4155         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
4156         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
4157         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
4158         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
4159         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
4160         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
4161         * tests/unictype/test-block_list.c (ASSERT): Likewise.
4162         * tests/unictype/test-block_of.c (ASSERT): Likewise.
4163         * tests/unictype/test-block_test.c (ASSERT): Likewise.
4164         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
4165         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
4166         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
4167         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
4168         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
4169         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
4170         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
4171         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
4172         * tests/unictype/test-combining.c (ASSERT): Likewise.
4173         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
4174         * tests/unictype/test-digit.c (ASSERT): Likewise.
4175         * tests/unictype/test-mirror.c (ASSERT): Likewise.
4176         * tests/unictype/test-numeric.c (ASSERT): Likewise.
4177         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
4178         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
4179         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
4180         * tests/unictype/test-scripts.c (ASSERT): Likewise.
4181         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
4182         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
4183         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
4184         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
4185         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
4186         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
4187         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
4188         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
4189         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
4190         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
4191         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
4192         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
4193         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
4194         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
4195         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
4196         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
4197         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
4198         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
4199         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
4200         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
4201         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
4202         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
4203         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
4204         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
4205         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
4206         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
4207         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
4208         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
4209         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
4210         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
4211         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
4212         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
4213         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
4214         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
4215         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
4216         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
4217         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
4218         Reported by Eric Blake.
4219
4220 2008-04-11  Bruno Haible  <bruno@clisp.org>
4221
4222         * lib/wchar.in.h: Tweak comment.
4223
4224 2008-04-11  Bruno Haible  <bruno@clisp.org>
4225
4226         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
4227         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
4228         gl_COMMON.
4229         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
4230
4231 2008-04-11  Bruno Haible  <bruno@clisp.org>
4232
4233         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
4234
4235 2008-04-11  Simon Josefsson  <simon@josefsson.org>
4236
4237         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
4238         of attempting to use non-existing /dev/*random.  Based on patch
4239         from Adam Strzelecki <ono@java.pl> in
4240         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
4241
4242 2008-04-08  Bruno Haible  <bruno@clisp.org>
4243
4244         Add tentative support for emx+gcc.
4245         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
4246         * lib/fpurge.c (fpurge): Likewise.
4247         * lib/freadable.c (freadable): Likewise.
4248         * lib/freadahead.c (freadahead): Likewise.
4249         * lib/freading.c (freading): Likewise.
4250         * lib/freadptr.c (freadptr): Likewise.
4251         * lib/freadseek.c (freadptrinc): Likewise.
4252         * lib/fseeko.c (rpl_fseeko): Likewise.
4253         * lib/fseterr.c (fseterr): Likewise.
4254         * lib/fwritable.c (fwritable): Likewise.
4255         * lib/fwriting.c (fwriting): Likewise.
4256         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
4257
4258 2008-04-09  Eric Blake  <ebb9@byu.net>
4259
4260         Avoid some autoconf warnings.
4261         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
4262         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
4263         * m4/afs.m4 (gl_AFS): Likewise.
4264         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
4265         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
4266         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4267         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
4268         (gl_INTEGER_TYPE_SUFFIX): Likewise.
4269         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
4270         (AC_CHECK_DECLS_ONCE): Likewise.
4271         Rename file...
4272         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
4273         gnulib-tool requires autoconf 2.59 or better.
4274         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
4275
4276 2008-04-08  Eric Blake  <ebb9@byu.net>
4277
4278         Use 'git describe --match' if present (added in git 1.5.5).
4279         * build-aux/git-version-gen: Limit result to tags that match 'v*'
4280         if possible.
4281
4282 2008-04-08  Bruno Haible  <bruno@clisp.org>
4283
4284         Add tentative support for OpenServer.
4285         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
4286         _ptr, _cnt.
4287         * lib/fpurge.c (fpurge): Likewise.
4288         * lib/freadable.c (freadable): Likewise.
4289         * lib/freadahead.c (freadahead): Likewise.
4290         * lib/freading.c (freading): Likewise.
4291         * lib/freadptr.c (freadptr): Likewise.
4292         * lib/freadseek.c (freadptrinc): Likewise.
4293         * lib/fseeko.c (rpl_fseeko): Likewise.
4294         * lib/fseterr.c (fseterr): Likewise.
4295         * lib/fwritable.c (fwritable): Likewise.
4296         * lib/fwriting.c (fwriting): Likewise.
4297         Reported by Roger Cornelius <rac@tenzing.org> and
4298         Brian K. White <brian@aljex.com>.
4299
4300 2008-04-06  Jim Meyering  <meyering@redhat.com>
4301
4302         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
4303
4304 2008-04-06  Bruno Haible  <bruno@clisp.org>
4305
4306         Avoid possible error with non-ASCII bytes in UTF-8 locales.
4307         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
4308         * tests/test-printf-posix.sh: Likewise.
4309         * tests/test-vfprintf-posix.sh: Likewise.
4310         * tests/test-vprintf-posix.sh: Likewise.
4311         * tests/test-xprintf-posix.sh: Likewise.
4312
4313 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4314
4315         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
4316         hide error from 'ls', needed on OS/2.
4317         Report by Elbert Pol <elbert.pol@gmail.com>.
4318
4319 2008-04-04  Eric Blake  <ebb9@byu.net>
4320
4321         Make test-fseeko.c failures meaningful.
4322         * tests/test-fseeko.c: Print line number on failure.
4323         * tests/test-fseek.c: Likewise.
4324         Reported by Nelson H. F. Beebe.
4325
4326         Improve strtod bug detection check.
4327         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
4328         required for Solaris 10.
4329         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
4330
4331 2008-04-04  Bruno Haible  <bruno@clisp.org>
4332
4333         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
4334         by m4/setenv.m4.
4335
4336 2008-04-03  Eric Blake  <ebb9@byu.net>
4337
4338         Ensure sane .version contents.
4339         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
4340         version string.
4341         * build-aux/git-version-gen: Improve documentation.
4342
4343         Make GNU make output nicer.
4344         * top/GNUmakefile [!_have-Makefile]: Add dependency on
4345         MAKECMDGOALS to enforce message for all command line targets.  Set
4346         srcdir for use in maint.mk.
4347
4348         Another maintainer tweak.
4349         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
4350         a target that regenerates version.
4351
4352 2008-04-03  Jim Meyering  <meyering@redhat.com>
4353
4354         vc-list-files: don't cause coreutils "make po-check" failure
4355         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
4356
4357 2008-04-03  Eric Blake  <ebb9@byu.net>
4358
4359         Allow VPATH usage of vc-list-files.
4360         * build-aux/vc-list-files (scriptversion): Add timestamp.
4361         (options): Add --help, --version, -C.
4362         (CVS): Support installed cvsu.
4363
4364 2008-04-02  Bruno Haible  <bruno@clisp.org>
4365
4366         Avoid some "statement with no effect" warnings from gcc.
4367         * tests/test-wctype.c (main): Explicitly ignore unused values.
4368         Reported by Jim Meyering.
4369
4370 2008-04-02  Jim Meyering  <meyering@redhat.com>
4371
4372         Avoid some warnings from "gcc -Wshadow".
4373         * tests/test-frexp.c (exp): Define to a different identifier.
4374         * tests/test-frexpl.c (exp): Likewise.
4375
4376 2008-04-03  Jim Meyering  <meyering@redhat.com>
4377
4378         bootstrap: remove dangling *.[ch] symlinks from lib
4379         * build-aux/bootstrap [dangling symlink removal]: Move find's
4380         -depth option to precede all others, to avoid a warning.
4381         Remove *.[ch] files too, and from "$source_base" (usually lib/).
4382
4383 2008-04-02  Bruno Haible  <bruno@clisp.org>
4384
4385         Avoid some warnings from "gcc -Wshadow".
4386         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
4387         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
4388         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
4389         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
4390         Reported by Jim Meyering.
4391
4392 2008-04-01  Bruno Haible  <bruno@clisp.org>
4393
4394         Fix test to work on IRIX 6.5 with cc.
4395         * tests/test-math.c (numeric_equal): New function.
4396         (main): Use it.
4397
4398 2008-04-01  Bruno Haible  <bruno@clisp.org>
4399
4400         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
4401
4402 2008-04-01  Bruno Haible  <bruno@clisp.org>
4403
4404         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
4405         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4406         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
4407         (Depends-on): Remove math.
4408
4409         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
4410         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4411         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
4412         (Depends-on): Remove math.
4413
4414         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
4415         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4416         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
4417         (Depends-on): Remove math.
4418         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
4419         (Depends-on): Remove math.
4420
4421         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
4422         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4423         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
4424         (Depends-on): Remove math.
4425         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
4426         (Depends-on): Remove math.
4427
4428         * tests/test-round1.c: Include nan.h.
4429         (main): Use NaNd instead of NAN.
4430         * modules/round-tests (Files): Add tests/nan.h.
4431
4432         * tests/test-trunc1.c: Include nan.h.
4433         (main): Use NaNd instead of NAN.
4434         * modules/trunc-tests (Files): Add tests/nan.h.
4435
4436         * tests/test-roundf1.c: Include nan.h.
4437         (main): Use NaNf instead of NAN.
4438         * modules/roundf-tests (Files): Add tests/nan.h.
4439
4440         * tests/test-truncf1.c: Include nan.h.
4441         (main): Use NaNf instead of NAN.
4442         * modules/truncf-tests (Files): Add tests/nan.h.
4443
4444         * tests/test-ceilf1.c: Include nan.h.
4445         (main): Use NaNf instead of NAN.
4446         * modules/ceilf-tests (Files): Add tests/nan.h.
4447
4448         * tests/test-floorf1.c: Include nan.h.
4449         (main): Use NaNf instead of NAN.
4450         * modules/floorf-tests (Files): Add tests/nan.h.
4451
4452         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
4453         (main): Use NaNf instead of NAN.
4454         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
4455
4456         * tests/test-isnand.c: Include nan.h instead of <math.h>.
4457         (main): Use NaNd instead of NAN.
4458         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
4459
4460         * tests/test-frexp.c: Include nan.h.
4461         (main): Use NaNd instead of NAN.
4462         * modules/frexp-tests (Files): Add tests/nan.h.
4463
4464         * lib/isnan.c: Don't include <math.h>.
4465         (FUNC): Don't use NAN macro.
4466         * modules/isnand-nolibm (Depends-on): Remove math.
4467         * modules/isnanf-nolibm (Depends-on): Remove math.
4468         * modules/isnanl (Depends-on): Remove math.
4469         * modules/isnanl-nolibm (Depends-on): Remove math.
4470
4471         * tests/nan.h: New file.
4472
4473 2008-04-01  Eric Blake  <ebb9@byu.net>
4474
4475         Fix typos.
4476         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
4477         values to be the right type.
4478
4479         For now, cater to gnulib strtod inaccuracies.
4480         * tests/test-strtod.c (main): Allow 1-ulp error on expected
4481         fractional results.  While not as nice from a QoI perspective, it
4482         is a quicker patch than correctly implementing decimal to binary
4483         rounding.
4484
4485 2008-03-31  Eric Blake  <ebb9@byu.net>
4486
4487         Guarantee a definition of NAN.
4488         * lib/math.in.h (NAN): Define if missing.
4489         * tests/test-math.c (main): Test it.
4490         * doc/posix-headers/math.texi (math.h): Document this.
4491         * lib/isnan.c (rpl_isnand): Use it.
4492         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
4493         * tests/test-floorf1.c (NaN): Likewise.
4494         * tests/test-frexp.c (NaN): Likewise.
4495         * tests/test-isnand.c (NaN): Likewise.
4496         * tests/test-isnanf.c (NaN): Likewise.
4497         * tests/test-round1.c (NaN): Likewise.
4498         * tests/test-roundf1.c (NaN): Likewise.
4499         * tests/test-snprintf-posix.h (NaN): Likewise.
4500         * tests/test-sprintf-posix.h (NaN): Likewise.
4501         * tests/test-trunc1.c (NaN): Likewise.
4502         * tests/test-truncf1.c (NaN): Likewise.
4503         * tests/test-vasnprintf-posix.c (NaN): Likewise.
4504         * tests/test-vasprintf-posix.c (NaN): Likewise.
4505         * modules/isnand-nolibm (Depends-on): Add math.
4506         * modules/isnanf-nolibm (Depends-on): Likewise.
4507         * modules/isnanl (Depends-on): Likewise.
4508         * modules/isnanl-nolibm (Depends-on): Likewise.
4509         * modules/snprintf-posix-tests (Depends-on): Likewise.
4510         * modules/sprintf-posix-tests (Depends-on): Likewise.
4511         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
4512         * modules/vsprintf-posix-tests (Depends-on): Likewise.
4513         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
4514         * modules/vasprintf-posix-tests (Depends-on): Likewise.
4515
4516 2008-03-31  Bruno Haible  <bruno@clisp.org>
4517
4518         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
4519         * doc/posix-functions/strtod.texi: Likewise.
4520
4521 2008-03-31  Bruno Haible  <bruno@clisp.org>
4522
4523         * tests/test-strtod.c (main): Don't use C99 syntax.
4524
4525 2008-03-31  Bruno Haible  <bruno@clisp.org>
4526
4527         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
4528         Reported by Eric Blake.
4529
4530 2008-03-31  Jim Meyering  <meyering@redhat.com>
4531
4532         Don't compare actual signbit return values.
4533         * tests/test-strtod.c (main): Rather, compare only their
4534         zero/non-zero nature.
4535
4536 2008-03-31  Eric Blake  <ebb9@byu.net>
4537
4538         More strtod documentation.
4539         * doc/posix-functions/strtod.texi (strtod): Interpret more test
4540         failures as distinct bugs.
4541
4542 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4543
4544         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
4545         Problem reported by Erik Benada in
4546         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
4547
4548 2008-03-30  Bruno Haible  <bruno@clisp.org>
4549
4550         * tests/test-strtod.c: Add comments about which assertion fails on which
4551         platform.
4552         * doc/posix-functions/strtod.texi: Add info about many more platforms.
4553
4554 2008-03-30  Eric Blake  <ebb9@byu.net>
4555
4556         Test signbit behavior on zeros.
4557         * tests/test-signbit.c (test_signbitf): Add tests for zero.
4558         (test_signbitd, test_signbitl): Likewise.
4559
4560         More strtod touchups.
4561         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
4562         sign of negative underflow, for now.  Use .5, not .1.
4563         * doc/posix-functions/strtod.texi (strtod): Mention these
4564         limitations.
4565         Reported by Jim Meyering.
4566
4567 2008-03-30  Bruno Haible  <bruno@clisp.org>
4568
4569         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
4570         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
4571
4572 2008-03-30  Bruno Haible  <bruno@clisp.org>
4573
4574         Avoid failure when attempting to return empty iconv results on some
4575         platforms.
4576         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
4577         allocation, don't report ENOMEM when the resulting string is empty.
4578
4579 2008-03-30  Bruno Haible  <bruno@clisp.org>
4580
4581         Fix buffer overrun.
4582         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
4583         Don't consider the width for tmp_length. Check count against tmp_length
4584         before doing the padding. Ensure enough allocation during padding.
4585
4586 2008-03-30  Eric Blake  <ebb9@byu.net>
4587
4588         strtod touchups.
4589         * lib/strtod.c (strtod): Avoid compiler warnings.
4590         Reported by Jim Meyering.
4591
4592 2008-03-30  Bruno Haible  <bruno@clisp.org>
4593
4594         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
4595         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
4596         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
4597         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
4598         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
4599         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
4600         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
4601         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
4602
4603         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
4604         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
4605         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
4606         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
4607         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
4608         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
4609         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
4610         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
4611
4612         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
4613         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
4614         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
4615         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
4616         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
4617         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
4618         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
4619         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
4620
4621         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
4622         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
4623
4624         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
4625         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
4626
4627         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
4628         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
4629
4630         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
4631         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
4632         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
4633
4634         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
4635         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
4636         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
4637
4638         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
4639         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
4640         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
4641
4642         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
4643         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
4644         * modules/vasprintf (Depends-on): Add EOVERFLOW.
4645
4646         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
4647         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
4648         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
4649         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
4650         (Depends-on): Add EOVERFLOW.
4651         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
4652         (Depends-on): Add EOVERFLOW.
4653         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4654         (Depends-on): Add EOVERFLOW.
4655         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4656         (Depends-on): Add EOVERFLOW.
4657         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4658         (Depends-on): Add EOVERFLOW.
4659         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4660         (Depends-on): Add EOVERFLOW.
4661         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4662         (Depends-on): Add EOVERFLOW.
4663         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4664         (Depends-on): Add EOVERFLOW.
4665
4666         * lib/sprintf.c (EOVERFLOW): Remove fallback.
4667         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
4668         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
4669
4670         * lib/snprintf.c (EOVERFLOW): Remove fallback.
4671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
4672         * modules/snprintf (Depends-on): Add EOVERFLOW.
4673
4674         * lib/poll.c (EOVERFLOW): Remove fallback.
4675         * modules/poll (Depends-on): Add EOVERFLOW.
4676
4677         * lib/getugroups.c (EOVERFLOW): Remove fallback.
4678         * modules/getugroups (Depends-on): Add EOVERFLOW.
4679
4680         * lib/getdelim.c (EOVERFLOW): Remove fallback.
4681         * modules/getdelim (Depends-on): Add EOVERFLOW.
4682
4683         * lib/ftell.c (EOVERFLOW): Remove fallback.
4684         * modules/ftell (Depends-on): Add EOVERFLOW.
4685
4686         * lib/fprintf.c (EOVERFLOW): Remove fallback.
4687         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
4688         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
4689
4690         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
4691
4692         * modules/EOVERFLOW-tests: New file.
4693         * tests/test-EOVERFLOW.c: New file.
4694
4695         * modules/EOVERFLOW: New file.
4696         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
4697
4698 2008-03-30  Bruno Haible  <bruno@clisp.org>
4699
4700         Fix bug introduced on 2007-06-10.
4701         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
4702         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
4703
4704 2008-03-30  Bruno Haible  <bruno@clisp.org>
4705
4706         Improve freadseek's efficiency after ungetc.
4707         * lib/freadseek.c: Include freadahead.h.
4708         (freadptrinc): New function, extracted from freadseek.
4709         (freadseek): Use it in a loop. Use freadahead to determine the number
4710         of loop iterations.
4711         * modules/freadseek (Depends-on): Add freadahead.
4712         (configure.ac): Require AC_C_INLINE.
4713
4714 2008-03-30  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/freadseek.c (freadseek): Don't ignore the return value of
4717         freadptr.
4718
4719 2008-03-29  Eric Blake  <ebb9@byu.net>
4720
4721         Add hex float support.
4722         * modules/strtod (Depends-on): Add c-ctype.
4723         (Link): Mention POW_LIB.
4724         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
4725         whitespace between 'e' and exponent.
4726         * tests/test-strtod.c (main): Enable hex float tests.
4727         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
4728         now provides.
4729
4730         Document various strtod bugs, with some fixes.
4731         * doc/posix-functions/strtod.texi (strtod): Document bugs with
4732         "-0x", "inf", "nan", and hex constants.
4733         * doc/posix-functions/atof.texi (atof): Likewise.
4734         * modules/stdlib (Makefile.am): Support strtod.
4735         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
4736         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
4737         detect additional strtod bugs.
4738         * lib/stdlib.in.h (rpl_strtod): Add declarations.
4739         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
4740         bool where appropriate.  Parse 'inf' and 'nan'.
4741         * tests/test-strtod.c: New file.
4742         * modules/strtod (Depends-on): Add stdbool, stdlib.
4743         (configure.ac): Turn on module indicator.
4744         * modules/strtod-tests: New module.
4745
4746 2008-03-29  Eric Blake  <ebb9@byu.net>
4747
4748         Fix ftell on mingw.
4749         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
4750         * modules/ftell-tests (Depends-on): Add binary-io.
4751         * modules/ftello-tests (Depends-on): Likewise.
4752         * tests/test-ftell.c (main): Enhance test to cover behavior after
4753         ungetc.  Enforce binary mode.
4754         * tests/test-ftello.c (main): Likewise.
4755
4756         Pass test-freadseek on cygwin.
4757         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
4758         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
4759         ungetc buffer.
4760
4761         * tests/test-fflush2.c (main): Fix typo.
4762
4763 2008-03-29  Bruno Haible  <bruno@clisp.org>
4764
4765         * tests/test-fflush2.c (main): Temporarily disable the contents of
4766         this test.
4767         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
4768         Reported by Eric Blake.
4769
4770 2008-03-28  Simon Josefsson  <simon@josefsson.org>
4771
4772         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
4773         (GC_SHA224_DIGEST_SIZE): Add.
4774
4775         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
4776         (gc_hash_digest_length): Likewise.
4777         (gc_hash_buffer): Likewise.
4778
4779 2008-03-25  Bruno Haible  <bruno@clisp.org>
4780
4781         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
4782         detail which gettext release to use.
4783         Reported by Simon Josefsson.
4784
4785 2008-03-26  Jim Meyering  <meyering@redhat.com>
4786
4787         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
4788         * modules/gnumakefile (clean-GNUmakefile): Also, use
4789         test ... && ... || : syntax rather than if-then ... fi.
4790
4791         gnumakefile: Don't double-quote-expand $(VPATH) value.
4792         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
4793
4794 2008-03-24  Eric Blake  <ebb9@byu.net>
4795
4796         Alter GNUmakefile to install into top directory.
4797         * modules/maintainer-makefile: Split, and add dependency...
4798         * modules/gnumakefile: to this new module.
4799         * build-aux/GNUmakefile: Move...
4800         * top/GNUmakefile: ...here.
4801         * build-aux/maint.mk: Move...
4802         * top/maint.mk: ...here.
4803         * MODULES.html.sh (Support for maintaining...): Document new
4804         module.
4805
4806 2008-03-23  Bruno Haible  <bruno@clisp.org>
4807
4808         * gnulib-tool: New options --vc-files, --no-vc-files.
4809         (func_usage): Document them.
4810         (vc_files): New variable.
4811         (func_import): Consider vc_files.
4812         (func_create_testdir): Set vc_files to empty.
4813         Suggested by Jim Meyering and Karl Berry.
4814
4815 2008-03-23  Bruno Haible  <bruno@clisp.org>
4816
4817         Fix regex compilation error on HP-UX 11.
4818         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
4819         * modules/regex (Files): Add m4/mbstate_t.m4.
4820         Reported by Ton Voon <ton.voon@altinity.com>.
4821
4822 2008-03-23  Bruno Haible  <bruno@clisp.org>
4823
4824         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
4825
4826 2008-03-23  Eric Blake  <ebb9@byu.net>
4827             Bruno Haible  <bruno@clisp.org>
4828
4829         Install files from top/ in the destination directory.
4830         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
4831         augmentation also for the files from top/.
4832         (func_import, func_create_testdir): Rewrite file names:
4833         top/filename -> filename.
4834
4835 2008-03-23  Bruno Haible  <bruno@clisp.org>
4836
4837         Tweak "gnulib --version" output.
4838         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
4839
4840 2008-03-23  Bruno Haible  <bruno@clisp.org>
4841
4842         Tweak "gnulib --version" output.
4843         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
4844         rather than contents of ChangeLog, when possible.
4845
4846 2008-03-21  Eric Blake  <ebb9@byu.net>
4847
4848         More --version tweaks.
4849         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
4850         date of last ChangeLog entry.
4851
4852 2008-03-21  Jim Meyering  <meyering@redhat.com>
4853
4854         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
4855
4856 2008-03-20  Eric Blake  <ebb9@byu.net>
4857
4858         VPATH fix.
4859         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
4860
4861 2008-03-20  Simon Josefsson  <simon@josefsson.org>
4862
4863         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
4864         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
4865
4866 2008-03-20  Eric Blake  <ebb9@byu.net>
4867
4868         Sync GNUmakefile with coreutils.
4869         * build-aux/GNUmakefile (have-Makefile): Rename...
4870         (_have-Makefile): ...to this, for namespace consideration.
4871         (GNUmakefile.cfg): Include, if present.
4872         (_autoreconf): Define a default.
4873         (_is-dist-target): New rule for rebuilds to pick up intra-release
4874         version.
4875         (maint-cfg.mk): Rename...
4876         (cfg.mk): ...to this.
4877
4878 2008-03-18  Jim Meyering  <meyering@redhat.com>
4879
4880         New script and module: mktempd
4881         * MODULES.html.sh (maint+release support): Add mktempd.
4882         * build-aux/mktempd: New file.
4883         * modules/mktempd: New file.
4884
4885 2008-03-15  Jim Meyering  <meyering@redhat.com>
4886
4887         Undo last change.
4888         * lib/sha1.c, lib/md5.c: 63 != ~63.
4889         Reported by Andreas Schwab.
4890
4891         sha1.c, md5.c: Hoist a redundant expression.
4892         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
4893         "ctx->buflen" only once, before calling *_process_block.
4894         * lib/md5.c (md5_process_bytes): Likewise.
4895
4896 2008-03-14  Eric Blake  <ebb9@byu.net>
4897
4898         Bump copyright year in files generated by gnulib-tool.
4899         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
4900         gnulib-tool, rather than hard-coding it.
4901
4902         Fix 'gnulib-tool --version' output to work with git.
4903         * gnulib-tool (func_gnulib_dir): New function, extracted from...
4904         (startup): ...here.
4905         (func_version): Use it to invoke git-version-gen, rather than
4906         relying on CVS keyword expansion.  Modernize wording.
4907         (cvsdatestamp, last_checkin_date, version): Kill unused
4908         variables.
4909
4910 2008-03-12  Jim Meyering  <meyering@redhat.com>
4911
4912         Recognize optional cast of the argument to free.
4913         * build-aux/useless-if-before-free: Update regexps.
4914
4915         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
4916
4917 2008-03-11  Bruno Haible  <bruno@clisp.org>
4918
4919         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
4920         by a single package.
4921         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
4922         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
4923         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
4924         Reported by Sam Steingold <sds@gnu.org>.
4925
4926 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4927
4928         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
4929         repositories.
4930
4931 2008-03-11  Bruno Haible  <bruno@clisp.org>
4932
4933         Avoid conflicts between local macro definitions.
4934         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
4935         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
4936
4937 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
4938             Bruno Haible  <bruno@clisp.org>
4939
4940         Make va_copy work with some version of xlc on AIX 5.1.
4941         * lib/stdarg.in.h: New file.
4942         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
4943         On AIX, use a <stdarg.h> file substitute.
4944         * modules/stdarg (Files): Add lib/stdarg.in.h.
4945         (Depends-on): Add include_next.
4946         (Makefile.am): Build a stdarg.h substitute if requested.
4947         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
4948
4949 2008-03-10  Bruno Haible  <bruno@clisp.org>
4950
4951         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
4952         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4953         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
4954
4955 2008-03-10  Bruno Haible  <bruno@clisp.org>
4956
4957         * modules/stdlib (Depends-on): Add include_next, remove
4958         absolute-header.
4959
4960 2008-03-09  Bruno Haible  <bruno@clisp.org>
4961
4962         * lib/freadahead.h (freadahead): Document more precisely.
4963         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
4964         the sum of both buffer sizes.
4965         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
4966         * NEWS: Document the change.
4967
4968 2008-03-09  Bruno Haible  <bruno@clisp.org>
4969
4970         Extend freadptr to return also the buffer size.
4971         * lib/freadptr.h (freadptr): Add sizep argument.
4972         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
4973         (freadptr): Add sizep argument. Determine buffer size like freadahead
4974         does.
4975         * tests/test-freadptr.c: Don't include freadahead.h.
4976         (main): Adapt for new calling convention of freadptr.
4977         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
4978         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
4979         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
4980         tests/test-freadptr2.sh.
4981         (Depends): Remove freadahead.
4982         (TESTS): Add test-freadptr2.sh.
4983         (check_PROGRAMS): Add test-freadptr2.
4984
4985 2008-03-09  Bruno Haible  <bruno@clisp.org>
4986
4987         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
4988         Report and solution by Simon Josefsson.
4989
4990 2008-03-06  Bruno Haible  <bruno@clisp.org>
4991
4992         Make fflush after ungetc work on BSD platforms.
4993         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
4994         * tests/test-fflush2.c: New file.
4995         * tests/test-fflush2.sh: New file.
4996         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
4997         tests/test-fflush2.c.
4998         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
4999         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
5000
5001 2008-03-06  Eric Blake  <ebb9@byu.net>
5002
5003         Likewise for ftello.
5004         * modules/ftello (Dependencies): Add extensions.
5005         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
5006
5007 2008-03-06  Bruno Haible  <bruno@clisp.org>
5008
5009         * modules/fseeko (Dependencies): Add extensions.
5010         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
5011         Needed on glibc systems.
5012
5013 2008-03-06  Bruno Haible  <bruno@clisp.org>
5014
5015         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
5016         email address.
5017         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5018
5019 2008-03-06  Bruno Haible  <bruno@clisp.org>
5020
5021         * users.txt: Add libgnupdf.
5022
5023 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5024
5025         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
5026         (Header File Substitutes, Function Substitutes,
5027         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
5028         (Build robot for gnulib): Fix typo.
5029
5030 2008-03-06  Bruno Haible  <bruno@clisp.org>
5031
5032         * doc/gnulib-tool.texi (VCS Issues): Small updates.
5033         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5034
5035 2008-03-06  Bruno Haible  <bruno@clisp.org>
5036
5037         * doc/func.texi: New file, extracted from doc/gnulib.texi.
5038         * doc/gnulib.texi: Include it.
5039
5040 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5041
5042         * modules/func (License): Change license to unlimited; there was
5043         no LGPL parts in the module anyway.
5044
5045 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5046
5047         * modules/__func__: Renamed to modules/func.
5048         * modules/__func__-tests: Renamed to modules/func-tests.
5049         * tests/test-__func__.c: Renamed to tests/test-func.c.
5050         * m4/__func__.m4: Renamed to m4/func.m4.
5051         * doc/gnulib.texi (__func__): Section renamed to func.
5052         Suggested by Eric Blake <ebb9@byu.net>.
5053
5054 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5055
5056         * doc/gnulib.texi (__func__): Use C99 terminology when talking
5057         about __func__.  Make example self-contained.  Suggested by Eric
5058         Blake <ebb9@byu.net>.
5059
5060         * tests/test-__func__.c (main): Avoid extraneous () around __func.
5061         Suggested by Eric Blake <ebb9@byu.net>.
5062
5063 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5064
5065         * modules/__func__: New file.
5066         * modules/__func__-tests: New file.
5067         * tests/test-__func__.c: New file.
5068         * m4/__func__.m4: New file.
5069         * doc/gnulib.texi (__func__): Document __func__ module.
5070
5071 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5072
5073         * modules/byteswap (License): Re-license as LGPLv2+.
5074
5075 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5076
5077         * doc/Makefile: Add pdf target.
5078
5079 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5080
5081         * modules/inline (License): Use 'unlimited', since there are only
5082         *.m4 files in this module.
5083
5084 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5085             Bruno Haible  <bruno@clisp.org>
5086
5087         Add support for HP C 7.1 on OpenVMS 8.3.
5088         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
5089
5090 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5091
5092         Update VMS specifics.
5093         * lib/getopt.c [VMS]: Remove include of unixlib.h.
5094
5095 2008-03-02  Jim Meyering  <meyering@redhat.com>
5096
5097         Remove the last dependency on the "free" module.
5098         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
5099         Reported by Bob Proulx.
5100
5101         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
5102
5103         Remove useless "if" tests before free.  Deprecate "free" module.
5104         * doc/posix-functions/free.texi: Mention that this
5105         module is no longer useful.
5106         * modules/free (Notice): Say this module is obsolete.
5107         * modules/readutmp (Depends-on): Remove free.
5108         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
5109         * lib/putenv.c (putenv): Likewise.
5110         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
5111         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
5112         * tests/test-c-strcasestr.c (main): Likewise.
5113         * tests/test-c-strstr.c (main): Likewise.
5114         * tests/test-mbscasestr1.c (main): Likewise.
5115         * tests/test-mbscasestr2.c (main): Likewise.
5116         * tests/test-mbsstr1.c (main): Likewise.
5117         * tests/test-mbsstr2.c (main): Likewise.
5118         * tests/test-memmem.c (main): Likewise.
5119         * tests/test-strcasestr.c (main): Likewise.
5120         * tests/test-striconv.c (main): Likewise.
5121         * tests/test-striconveh.c (main): Likewise.
5122         * tests/test-striconveha.c (main): Likewise.
5123         * tests/test-strstr.c (main): Likewise.
5124
5125         * build-aux/git-version-gen: Adjust a comment and the Usage string.
5126
5127         bootstrap: sync from coreutils again
5128         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
5129
5130 2008-03-01  Jim Meyering  <meyering@redhat.com>
5131
5132         bootstrap: sync from coreutils
5133         * build-aux/bootstrap (update_po_files): Copy a .po file into place
5134         also when the target doesn't exist.
5135
5136 2008-03-01  Eric Blake  <ebb9@byu.net>
5137
5138         Fix bugs in last patch.
5139         * lib/memchr2.c (memchr2): Fix typo.
5140         * tests/test-memchr2.c: Test previous bug, and don't use GNU
5141         extension.
5142         Reported by Bruce Korb.
5143
5144         New module 'memchr2'.
5145         * modules/memchr2: New file.
5146         * modules/memchr2-tests: Likewise.
5147         * lib/memchr2.h: Likewise.
5148         * lib/memchr2.c: Likewise, based on memchr.c.
5149         * tests/test-memchr2.c: New test.
5150         * MODULES.html.sh (String handling): Add memchr2.
5151
5152 2008-02-29  Bruno Haible  <bruno@clisp.org>
5153
5154         * modules/freadseek-tests: New file.
5155         * tests/test-freadseek.sh: New file.
5156         * tests/test-freadseek.c: New file.
5157
5158         New module 'freadseek'.
5159         * modules/freadseek: New file.
5160         * lib/freadseek.h: New file.
5161         * lib/freadseek.c: New file.
5162         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
5163
5164 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5165
5166         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
5167         wydawca.
5168
5169         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
5170         program_invocation_name and program_invocation_short_name are
5171         present.
5172
5173 2008-02-28  Bruno Haible  <bruno@clisp.org>
5174
5175         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
5176         * tests/test-freadptr.sh: Also test non-seekable stdin.
5177
5178 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
5179
5180         * build-aux/bootstrap (source_base, m4_base)
5181         (doc_base, tests_base): New variables.
5182         (gnulib_tool_options): Do not hardcode base directories, use
5183         the above variables instead.
5184
5185 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
5186
5187         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
5188
5189 2008-02-28  Bruno Haible  <bruno@clisp.org>
5190
5191         * modules/freadptr-tests: New file.
5192         * tests/test-freadptr.sh: New file.
5193         * tests/test-freadptr.c: New file.
5194
5195         New module 'freadptr'.
5196         * modules/freadptr: New file.
5197         * lib/freadptr.h: New file.
5198         * lib/freadptr.c: New file.
5199         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
5200
5201 2008-02-26  Karl Berry  <karl@freefriends.org>
5202
5203         Sync from Libtool:
5204         * libltdl/argz.c (argz_add, argz_count): New functions.
5205         * libltdl/argz.in.h: Declare them.
5206         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
5207
5208 2008-02-22  Bruno Haible  <bruno@clisp.org>
5209
5210         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
5211         is a pointer type.  Needed for HP-UX 10.
5212         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
5213         * doc/posix-functions/gmtime_r.texi: Likewise.
5214         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5215
5216 2008-02-24  Bruno Haible  <bruno@clisp.org>
5217
5218         * modules/environ-tests: New file.
5219         * tests/test-environ.c: New file.
5220
5221         New module 'environ'.
5222         * modules/environ: New file.
5223         * lib/unistd.in.h (environ): New declaration.
5224         * m4/environ.m4: New file.
5225         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
5226         after use.
5227         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
5228         HAVE_DECL_ENVIRON.
5229         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
5230         HAVE_DECL_ENVIRON.
5231         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
5232         wrong claim that 'environ' is missing on some systems.
5233         * modules/execute (Depends-on): Add environ.
5234         * lib/execute.c (environ): Remove fallback declaration.
5235         * modules/pipe (Depends-on): Add environ.
5236         * lib/pipe.c (environ): Remove fallback declaration.
5237         * modules/setenv (Depends-on): Add environ.
5238         * lib/setenv.c (environ): Remove fallback declaration.
5239         * modules/unsetenv (Depends-on): Add environ.
5240         * lib/unsetenv.c (environ): Remove fallback declaration.
5241         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
5242         m4/environ.m4.
5243         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
5244         (gl_PREREQ_UNSETENV): Likewise.
5245
5246 2008-02-24  Bruno Haible  <bruno@clisp.org>
5247
5248         * doc/posix-functions/environ.texi: Document the MacOS X problem.
5249
5250 2008-02-20  Bob Proulx  <bob@proulx.com>
5251
5252         Enable use of older two part flavor 'git describe'.
5253         * build-aux/git-version-gen: If using the older two part flavor of
5254         git version then recreate the third part now present in the
5255         newer three part flavor of git describe.
5256
5257 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
5258
5259         * lib/fts.c (fts_build): Typo correction to comment.
5260
5261 2008-02-17  Bruno Haible  <bruno@clisp.org>
5262
5263         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
5264         generating no-op conflicts.
5265
5266 2008-02-17  Bruno Haible  <bruno@clisp.org>
5267
5268         Speed up by 10%.
5269         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
5270         result_entries, rather than an index-based loop.
5271
5272 2008-02-17  Bruno Haible  <bruno@clisp.org>
5273
5274         Speed up by 25%.
5275         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
5276         'hashcode_cached'.
5277         (entry_create): New function.
5278         (entry_hashcode): Use the cached hashcode if possible.
5279         (read_changelog_file, try_split_merged_entry): Use entry_create.
5280
5281 2008-02-17  Bruno Haible  <bruno@clisp.org>
5282
5283         Speed up from O(n^2) to O(n) for long ChangeLog files.
5284         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
5285         (read_changelog_file): Change implementation of entries_reversed list
5286         to rbtreehash.
5287         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
5288
5289 2008-02-17  Bruno Haible  <bruno@clisp.org>
5290
5291         New option --split-merged-entry.
5292         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
5293         (find_paragraph_end, try_split_merged_entry): New functions.
5294         (long_options): Add option --split-merged-entry.
5295         (usage): Document option --split-merged-entry.
5296         (main): Implement option --split-merged-entry.
5297         Reported by Eric Blake.
5298
5299 2008-02-17  Bruno Haible  <bruno@clisp.org>
5300
5301         * lib/git-merge-changelog.c: Include c-strstr.h.
5302         (main): Support the "git pull --rebase" situation.
5303         * modules/git-merge-changelog (Depends-on): Add c-strstr.
5304         Reported by Eric Blake.
5305
5306 2008-02-16  Eric Blake  <ebb9@byu.net>
5307
5308         Avoid doubling \ in common case of "c-maybe" quoting style.
5309         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
5310         eliding outer quotes.
5311         * lib/quotearg.h: Document this.
5312         * tests/test-quotearg.c (result_strings, inputs, results_g)
5313         (flag_results, locale_results): Test it by adding a new string to
5314         each test group.
5315         (compare_strings): Test new string.
5316
5317 2008-02-13  Eric Blake  <ebb9@byu.net>
5318
5319         Avoid trigraph quoting in default output.
5320         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
5321         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
5322         unless explicitly requested.
5323         * tests/test-quotearg.c (flag_results, main): Add additional tests.
5324
5325 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
5326
5327         Don't rely on signed integer overflowing to negative value.
5328         * lib/getugroups.c (getugroups): Include <limits.h>.
5329         Instead, compare against INT_MAX, and increment only if the test passes.
5330
5331 2008-02-13  Jim Meyering  <meyering@redhat.com>
5332         and Eric Blake  <ebb9@byu.net>
5333
5334         Avoid shadowing warning and compile errors on Linux.
5335         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
5336         forwarding macros on Linux.
5337         (dcgettext): Define a stub, for Linux.
5338         (results_g, main): Avoid warnings.
5339
5340 2008-02-12  Eric Blake  <ebb9@byu.net>
5341
5342         Silence warning in last patch.
5343         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
5344
5345         Quotearg part 4: add tests, fix c-maybe colon quoting.
5346         * lib/quotearg.h: Improve documentation.
5347         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
5348         escapes when adding outer quotes.  When quoting trigraphs, use
5349         valid C notation.  When quoting NUL, omit extra characters if next
5350         character is not digit.  Alter prototype.
5351         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
5352         callers.
5353         * modules/quotearg-tests: New module.
5354         * tests/test-quotearg.c: New test.
5355
5356 2008-02-07  Eric Blake  <ebb9@byu.net>
5357
5358         Quotearg part 3: add flag to control outer quote elision.
5359         * lib/quotearg.h (c_maybe_quoting_style): New style.
5360         (enum quoting_flags): Better documentation of flags.
5361         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
5362         c-maybe style.
5363         (quotearg_buffer_restyled): Handle new flag to elide outer
5364         quotes.
5365
5366         Quotearg part 2: add flag that can control NUL elision.
5367         * lib/quotearg.h (set_quoting_flags): New prototype.
5368         * lib/quotearg.c (struct quoting_options): Add flag field.
5369         (set_quoting_flags): New function.
5370         (quotearg_buffer_restyled): Add flags parameter.
5371         (quotearg_alloc_mem): Set the flag if length cannot be returned.
5372         (quotearg_n_options): Set the flag, since length cannot be
5373         returned.
5374         (quoting_options_from_style): Default flags correctly.
5375
5376         Quotearg part 1: more wrappers, restore quotearg_char state.
5377         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
5378         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
5379         (quotearg_colon_mem): New wrappers.
5380         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
5381         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
5382         functions.
5383         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
5384         (quotearg_colon_mem): New functions.
5385
5386 2008-02-11  Bruno Haible  <bruno@clisp.org>
5387
5388         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
5389         library in the current directory: it does not work with parallel make.
5390         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5391
5392 2008-02-11  Bruno Haible  <bruno@clisp.org>
5393
5394         * .gitattributes: New file.
5395
5396 2008-02-11  Jim Meyering  <meyering@redhat.com>
5397
5398         useless-if-before-free: Fix reversed exit values.
5399         * build-aux/useless-if-before-free: Use correct values
5400         for EXIT_MATCH and EXIT_NO_MATCH.
5401
5402         * build-aux/useless-if-before-free: Close stdout carefully.
5403
5404 2008-02-10  Bruno Haible  <bruno@clisp.org>
5405
5406         New module 'git-merge-changelog'.
5407         * modules/git-merge-changelog: New file.
5408         * lib/git-merge-changelog.c: New file.
5409
5410 2008-02-10  Jim Meyering  <meyering@redhat.com>
5411
5412         useless-if-before-free: New option: --list (-l).
5413
5414         useless-if-before-free: Don't exit immediately upon open failure.
5415         * build-aux/useless-if-before-free: Exit 2 for errors.
5416         Upon failure to open a file, don't exit immediately.
5417         Rather, just warn and continue with any remaining files.
5418
5419 2008-02-10  Bruno Haible  <bruno@clisp.org>
5420
5421         New abstract list operation 'node_set_value'.
5422         * lib/gl_list.h (gl_list_node_set_value): New function.
5423         (struct gl_list_implementation): New field node_set_value.
5424         * lib/gl_list.c (gl_list_node_set_value): New function.
5425         * lib/gl_array_list.c (gl_array_node_set_value): New function.
5426         (gl_array_list_implementation): Update.
5427         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
5428         (gl_carray_list_implementation): Update.
5429         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
5430         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5431         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5432         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
5433         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5434         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5435         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5436         Update.
5437         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5438         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
5439         (gl_sublist_list_implementation): Update.
5440
5441 2008-02-10  Bruno Haible  <bruno@clisp.org>
5442
5443         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
5444         Needed when ELEMENT is #defined to 'some_type *'.
5445
5446 2008-02-10  Jim Meyering  <meyering@redhat.com>
5447
5448         New script and module: useless-if-before-free
5449         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
5450         * build-aux/useless-if-before-free: New file.
5451         * modules/useless-if-before-free: New file.
5452
5453         * build-aux/gitlog-to-changelog: Use committer date, not author date.
5454
5455         xstrtol_error: Fix typo.
5456         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
5457         s/exit_failure/exit_status/.
5458
5459 2008-02-09  Jim Meyering  <meyering@redhat.com>
5460
5461         New script and module: gitlog-to-changelog
5462         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
5463         * modules/gitlog-to-changelog: New file.
5464         * build-aux/gitlog-to-changelog: New file.
5465
5466 2008-02-08  Jim Meyering  <meyering@redhat.com>
5467
5468         Avoid two "parameter unused" warnings.
5469         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
5470         Mark "st" as used.
5471
5472         Use "git COMMAND", not "git-COMMAND".
5473         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
5474         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
5475         * build-aux/git-version-gen: Use "git status", not "git-status".
5476
5477 2008-02-07  Bruno Haible  <bruno@clisp.org>
5478
5479         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
5480         Avoids a crash on Windows Vista.
5481         Reported by Adam Strzelecki <ono@java.pl> via
5482         Simon Josefsson <simon@josefsson.org>.
5483
5484 2008-02-06  Bruno Haible  <bruno@clisp.org>
5485
5486         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
5487         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
5488         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
5489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
5490         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5491         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5492         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
5493         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
5494         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5495         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5496         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5497         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5498         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5499         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5500         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5501         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
5502         left-adjust flag.
5503         * tests/test-snprintf-posix.h (test_function): Likewise.
5504         * tests/test-sprintf-posix.h (test_function): Likewise.
5505         * tests/test-vasprintf-posix.c (test_function): Likewise.
5506         * doc/posix-functions/fprintf.texi: Update.
5507         * doc/posix-functions/printf.texi: Update.
5508         * doc/posix-functions/snprintf.texi: Update.
5509         * doc/posix-functions/sprintf.texi: Update.
5510         * doc/posix-functions/vfprintf.texi: Update.
5511         * doc/posix-functions/vprintf.texi: Update.
5512         * doc/posix-functions/vsnprintf.texi: Update.
5513         * doc/posix-functions/vsprintf.texi: Update.
5514         Reported by Peter Fales <psfales@alcatel-lucent.com>.
5515
5516 2008-02-06  Bruno Haible  <bruno@clisp.org>
5517
5518         Fix bug introduced on 2008-01-26.
5519         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
5520
5521 2008-02-06  Bruno Haible  <bruno@clisp.org>
5522
5523         Fix bug introduced on 2007-06-10.
5524         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
5525         !NEED_PRINTF_FLAG_ZERO.
5526
5527 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
5528
5529         getloadavg: use libperfstat on AIX5
5530         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
5531
5532 2008-02-03  Bruno Haible  <bruno@clisp.org>
5533
5534         * lib/diffseq.h: Add comments about required #includes.
5535         Reported by Michael Biggs <gnulib@doubleplum.net>.
5536
5537 2008-02-01  Bruno Haible  <bruno@clisp.org>
5538
5539         * users.txt: Add gnuit.
5540
5541 2008-01-31  Bruno Haible  <bruno@clisp.org>
5542
5543         * lib/md4.c (set_uint32): Mark as inline.
5544         * lib/md5.c (set_uint32): Likewise.
5545         * lib/sha1.c (set_uint32): Likewise.
5546         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
5547         * m4/md5.m4 (gl_MD5): Likewise.
5548         * m4/sha1.m4 (gl_SHA1): Likewise.
5549
5550 2008-01-31  Jim Meyering  <meyering@redhat.com>
5551
5552         Use "sizeof VAR", rather than a literal "4".
5553         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
5554         * lib/md4.c (md4_read_ctx): Likewise.
5555         * lib/sha1.c (sha1_read_ctx): Likewise.
5556
5557 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5558
5559         * tests/test-sha1.c: New file, based on test-md5.c.
5560
5561         * modules/crypto/sha1-tests: New file.
5562
5563 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5564
5565         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
5566
5567 2008-01-31  Jim Meyering  <meyering@redhat.com>
5568
5569         Prefer "sizeof v" over the equivalent "4".
5570         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
5571         * lib/md5.c (set_uint32): Likewise.
5572         * lib/sha1.c (set_uint32): Likewise.
5573
5574 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5575
5576         * lib/sha1.c (set_uint32): Mark function as static.
5577
5578 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5579
5580         md2: clarify comments to say that alignment is not required.
5581         * lib/md2.h: Remove warning about alignment in comment.
5582         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
5583         never been required.
5584
5585 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5586
5587         md4: adapt alignment constraint fix from sha1.
5588         * lib/md4.c (set_uint32): New function, from sha1.c
5589         (md4_read_ctx): Use it.
5590         (md4_finish_ctx): Doc fix.
5591         * lib/md4.h: Doc fix.
5592
5593 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5594
5595         md5: adapt alignment constraint fix from sha1.
5596         * lib/md5.c (set_uint32): New function, from sha1.c
5597         (md5_read_ctx): Use it.
5598         (md5_finish_ctx): Doc fix.
5599         * lib/md5.h: Doc fix.
5600
5601 2008-01-30  Peter Palfrader  <weasel@debian.org>
5602
5603         sha1: remove the result buffer alignment constraint
5604         * lib/sha1.c (set_uint32): New function.
5605         (sha1_read_ctx): Rewrite to remove the result buffer alignment
5606         constraint.
5607         (sha1_finish_ctx): Remove comment warning about alignment constraint.
5608         * lib/sha1.h: Likewise.
5609
5610 2008-01-30  Andreas Schwab  <schwab@suse.de>
5611             Bruno Haible  <bruno@clisp.org>
5612
5613         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
5614         correct definition of LDBL_MIN_EXP.
5615
5616 2008-01-30  Karl Berry  <karl@gnu.org>
5617
5618         * config/srclist-update: try to preserve x bit on updates.
5619         * config/srclistvars.sh: update for karl.
5620
5621 2008-01-29  Jim Meyering  <meyering@redhat.com>
5622
5623         vasnprintf.c: Avoid warning about unused label
5624         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
5625         "overflow" label definition and associated code with the
5626         same cpp condition that guards the sole use of that label.
5627
5628 2008-01-26  Bruno Haible  <bruno@clisp.org>
5629
5630         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
5631         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
5632         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
5633         * lib/isnanl-nolibm.h (isnanl): Likewise.
5634         Reported by Paul Eggert <eggert@cs.ucla.edu>.
5635
5636 2008-01-26  Bruno Haible  <bruno@clisp.org>
5637
5638         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
5639         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
5640
5641 2008-01-26  Bruno Haible  <bruno@clisp.org>
5642
5643         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
5644         GCC >= 4.0 built-in.
5645         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
5646
5647 2008-01-26  Bruno Haible  <bruno@clisp.org>
5648
5649         Rename isnan, applicable to 'double' only, to isnand.
5650         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
5651         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
5652         (configure.ac): Update.
5653         (Include): Replace "isnan.h" with "isnand.h".
5654         * m4/isnand.m4: Renamed from m4/isnan.m4.
5655         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
5656         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
5657         instead of isnan.c.
5658         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
5659         instead of HAVE_ISNAN_IN_LIBC.
5660         (isnand): Renamed from isnan.
5661         * lib/isnand.c: New file.
5662         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
5663         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
5664         (Makefile.am): Update.
5665         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
5666         Include isnand.h instead of isnan.h.
5667         (main): Test isnand instead of isnan.
5668         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
5669         isnan-nolibm.
5670         * modules/frexp (Depends-on): Likewise.
5671         * modules/frexp-tests (Depends-on): Likewise.
5672         * modules/frexp-nolibm (Depends-on): Likewise.
5673         * modules/frexp-nolibm-tests (Depends-on): Likewise.
5674         * modules/isfinite (Depends-on): Likewise.
5675         * modules/round-tests (Depends-on): Likewise.
5676         * modules/signbit (Depends-on): Likewise.
5677         * modules/signbit-tests (Depends-on): Likewise.
5678         * modules/snprintf-posix (Depends-on): Likewise.
5679         * modules/sprintf-posix (Depends-on): Likewise.
5680         * modules/trunc-tests (Depends-on): Likewise.
5681         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5682         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5683         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5684         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5685         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5686         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5687         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5688         * modules/vasnprintf-posix (Depends-on): Likewise.
5689         * modules/vasprintf-posix (Depends-on): Likewise.
5690         * modules/vfprintf-posix (Depends-on): Likewise.
5691         * modules/vsnprintf-posix (Depends-on): Likewise.
5692         * modules/vsprintf-posix (Depends-on): Likewise.
5693         * lib/frexp.c: Include isnand.h instead of isnan.h.
5694         (ISNAN): Set to isnand instead of isnan.
5695         * lib/isfinite.c: Include isnand.h instead of isnan.h.
5696         (gl_isfinited): Use isnand instead of isnan.
5697         * lib/signbitd.c: Include isnand.h instead of isnan.h.
5698         (gl_signbitd): Use isnand instead of isnan.
5699         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
5700         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
5701         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
5702         (main): Use isnand instead of isnan.
5703         * tests/test-round1.c: Include isnand.h.
5704         (main): Use isnand instead of isnan.
5705         * tests/test-round2.c: Include isnand.h instead of isnan.h.
5706         (ISNAN): Set to isnand instead of isnan.
5707         * tests/test-trunc1.c: Include isnand.h.
5708         (main): Use isnand instead of isnan.
5709         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
5710         (equal): Use isnand instead of isnan.
5711         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
5712         isnand-nolibm.
5713         * NEWS: Mention the change.
5714
5715 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
5716             Bruno Haible  <bruno@clisp.org>
5717
5718         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
5719         the GCC builtins for signbits are present and set
5720         REPLACE_SIGNBIT_USING_GCC if so.
5721         * lib/math.in.h (signbit): Define using GCC builtins if
5722         REPLACE_SIGNBIT_USING_GCC is set.
5723         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
5724         REPLACE_SIGNBIT_USING_GCC.
5725         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
5726
5727 2008-01-25  Jim Meyering  <meyering@redhat.com>
5728
5729         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
5730         * lib/poll.c: Include <config.h>, not "config.h".
5731         * tests/test-getaddrinfo.c: Likewise.
5732
5733 2008-01-25  Simon Josefsson  <simon@josefsson.org>
5734
5735         * modules/sockets-tests: New file.
5736
5737 2008-01-24  Simon Josefsson  <simon@josefsson.org>
5738
5739         * modules/sockets: New module, can be used to call WSA_Startup and
5740         WSA_Cleanup when needed.
5741
5742         * lib/sockets.h, lib/sockets.c: New files.
5743
5744         * m4/sockets.m4: New file.
5745
5746         * tests/test-sockets.c: New file.
5747
5748 2008-01-19  Bruno Haible  <bruno@clisp.org>
5749
5750         * doc/posix-headers: Renamed from doc/headers.
5751         * doc/posix-functions: Renamed from doc/functions.
5752         * doc/gnulib.texi: Update.
5753
5754 2008-01-19  Bruno Haible  <bruno@clisp.org>
5755
5756         * doc/glibc-functions/strcasestr.texi: Include contents of
5757         doc/functions/strcasestr.texi, fixing the list of platforms.
5758         * doc/functions/strcasestr.texi: Remove file.
5759
5760 2008-01-19  Bruno Haible  <bruno@clisp.org>
5761
5762         * doc/glibc-functions/memmem.texi: Include contents of
5763         doc/functions/memmem.texi.
5764         * doc/functions/memmem.texi: Remove file.
5765
5766 2008-01-18  Bruno Haible  <bruno@clisp.org>
5767
5768         * doc/glibc-functions/*.texi: New files.
5769         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
5770         to use the new files.
5771
5772 2008-01-17  Bruno Haible  <bruno@clisp.org>
5773
5774         * tests/test-gethostname.c (main): Fix printf statement.
5775
5776 2008-01-17  Simon Josefsson  <simon@josefsson.org>
5777
5778         * modules/gethostname-tests: New file.
5779
5780         * tests/test-gethostname.c: New file.
5781
5782 2008-01-17  Simon Josefsson  <simon@josefsson.org>
5783
5784         * lib/gethostname.c: Include string.h unconditionally, strncpy is
5785         used by the UNAME case.  Reported by Bruno Haible
5786         <bruno@clisp.org>.
5787
5788 2008-01-17  Eric Blake  <ebb9@byu.net>
5789
5790         Convert c-strcasestr to be more efficient.
5791         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
5792         (Depends-on): Add c-strcase, remove malloca, strnlen.
5793         * tests/test-c-strcasestr.c (main): Enhance test.
5794         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
5795
5796 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
5797
5798         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
5799         Use it in creating po/Makevars.
5800
5801 2008-01-15  Simon Josefsson  <simon@josefsson.org>
5802
5803         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
5804         Applications that requires it should initialize libgcrypt
5805         manually.
5806
5807 2008-01-16  Simon Josefsson  <simon@josefsson.org>
5808
5809         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
5810
5811 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
5812
5813         Fix problem with getdate on mingw32 reported by Simon Josefsson
5814         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
5815         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
5816         tzname", when deciding whether to declare tzname.
5817         * lib/strftime.c (tzname): Likewise.
5818
5819 2008-01-15  Bruno Haible  <bruno@clisp.org>
5820
5821         Work around a MacOS X 10.5 bug in frexpl().
5822         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
5823         * doc/functions/frexpl.texi: Document the bug.
5824         Reported by Elias Pipping <pipping@gentoo.org>.
5825
5826 2008-01-14  Eric Blake  <ebb9@byu.net>
5827
5828         Touch up previous patch.
5829         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
5830         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
5831
5832         Convert strcasestr module to use Two-Way algorithm.
5833         * modules/strcasestr-simple: New module, based on the old
5834         strcasestr, but with Two-Way rather than KMP.
5835         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
5836         * lib/string.in.h (rpl_strcasestr): Declare.
5837         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
5838         performance.
5839         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
5840         * modules/string (Makefile.am): Support strcasestr.
5841         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
5842         * modules/strcasestr-tests (Depends-on): Check for alarm.
5843         * tests/test-strcasestr.c: Augment test.
5844         * lib/str-two-way.h: Clean up stray macro.
5845         * NEWS: Document new module.
5846         * MODULES.html.sh (string handling): Likewise.
5847         * doc/functions/strcasestr.texi: New file.
5848         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
5849         here, since it is not a POSIX function.
5850
5851 2008-01-14  Colin Watson  <cjwatson@debian.org>
5852             Bruno Haible  <bruno@clisp.org>
5853
5854         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
5855         works fine; if not, set REPLACE_STRSIGNAL.
5856         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
5857         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5858         REPLACE_STRSIGNAL.
5859         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
5860         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
5861         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
5862
5863 2008-01-14  Bruno Haible  <bruno@clisp.org>
5864
5865         * modules/strsignal (Include): Change to <string.h>.
5866
5867 2008-01-14  Colin Watson  <cjwatson@debian.org>
5868
5869         * modules/argp (Notice): Add a notice recommending to change
5870         XGETTEXT_OPTIONS.
5871         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
5872
5873 2008-01-13  Colin Watson  <cjwatson@debian.org>
5874
5875         * modules/strsignal-tests: New file.
5876         * tests/test-strsignal.c: New file.
5877
5878         * lib/strsignal.c: New file, from glibc with modifications.
5879         * lib/siglist.h: New file, from glibc with modifications.
5880         * lib/string.in.h (strsignal): New declaration.
5881         * m4/strsignal.m4: New file.
5882         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
5883         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
5884         * modules/strsignal: New file.
5885         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
5886         HAVE_DECL_STRSIGNAL.
5887
5888 2008-01-13  Bruno Haible  <bruno@clisp.org>
5889
5890         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
5891         locale encoding is not ASCII. Needed for OpenBSD 4.0.
5892         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5893         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5894
5895 2008-01-13  Bruno Haible  <bruno@clisp.org>
5896
5897         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
5898         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
5899         * lib/argp.h (__attribute__): Likewise.
5900         * lib/c-stack.c (__attribute__): Likewise.
5901         * lib/error.h (__attribute__): Likewise.
5902         * lib/fts.c (__attribute__): Likewise.
5903         * lib/openat.h (__attribute__): Likewise.
5904         * lib/stdio.in.h (__attribute__): Likewise.
5905         * lib/string.in.h (__attribute__): Likewise.
5906         * lib/utimens.c (__attribute__): Likewise.
5907         * lib/vasnprintf.h (__attribute__): Likewise.
5908         * lib/xalloc.h (__attribute__): Likewise.
5909         * lib/xprintf.h (__attribute__): Likewise.
5910         * lib/xstrtol.h (__attribute__): Likewise.
5911         * lib/xvasprintf.h (__attribute__): Likewise.
5912
5913 2008-01-12  Bruno Haible  <bruno@clisp.org>
5914
5915         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
5916         * doc/glibc-headers/a.out.texi: New file.
5917         * doc/glibc-headers/aliases.texi: New file.
5918         * doc/glibc-headers/alloca.texi: New file.
5919         * doc/glibc-headers/ar.texi: New file.
5920         * doc/glibc-headers/argp.texi: New file.
5921         * doc/glibc-headers/argz.texi: New file.
5922         * doc/glibc-headers/byteswap.texi: New file.
5923         * doc/glibc-headers/crypt.texi: New file.
5924         * doc/glibc-headers/endian.texi: New file.
5925         * doc/glibc-headers/envz.texi: New file.
5926         * doc/glibc-headers/err.texi: New file.
5927         * doc/glibc-headers/error.texi: New file.
5928         * doc/glibc-headers/execinfo.texi: New file.
5929         * doc/glibc-headers/fpu_control.texi: New file.
5930         * doc/glibc-headers/fstab.texi: New file.
5931         * doc/glibc-headers/fts.texi: New file.
5932         * doc/glibc-headers/getopt.texi: New file.
5933         * doc/glibc-headers/ieee754.texi: New file.
5934         * doc/glibc-headers/ifaddrs.texi: New file.
5935         * doc/glibc-headers/libintl.texi: New file.
5936         * doc/glibc-headers/mcheck.texi: New file.
5937         * doc/glibc-headers/mntent.texi: New file.
5938         * doc/glibc-headers/obstack.texi: New file.
5939         * doc/glibc-headers/paths.texi: New file.
5940         * doc/glibc-headers/printf.texi: New file.
5941         * doc/glibc-headers/pty.texi: New file.
5942         * doc/glibc-headers/resolv.texi: New file.
5943         * doc/glibc-headers/shadow.texi: New file.
5944         * doc/glibc-headers/sysexits.texi: New file.
5945         * doc/glibc-headers/ttyent.texi: New file.
5946
5947 2008-01-12  Jim Meyering  <meyering@redhat.com>
5948
5949         announce-gen: emit Gnulib's git-based version string.
5950         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
5951         New option --gnulib-version=V, where V is expected to be
5952         the output of running git describe in the gnulib directory.
5953         (get_tool_versions): Request feedback on xdelta.  I suspect it's
5954         not useful, and plan to stop publishing an xdelta file with each
5955         coreutils release.
5956
5957         * build-aux/announce-gen: Also check for lzma-compressed files.
5958
5959 2008-01-11  Bruno Haible  <bruno@clisp.org>
5960
5961         * tests/test-memmem.c (main): Increase maximum allowed time.
5962         * tests/test-strstr.c (main): Likewise.
5963
5964 2008-01-11  Bruno Haible  <bruno@clisp.org>
5965
5966         * doc/functions/memmem.texi: Add more precisions about platforms.
5967         * doc/functions/strstr.texi: Likewise.
5968
5969 2008-01-10  Eric Blake  <ebb9@byu.net>
5970
5971         * m4/strstr.m4: Delete cruft from copy-n-paste.
5972         Reported by Bruno Haible.
5973
5974 2008-01-10  Bruno Haible  <bruno@clisp.org>
5975
5976         Make c-strstr rely on strstr.
5977         * lib/c-strstr.c: Don't include str-kmp.h.
5978         (c_strstr): Define in terms of strstr.
5979         * modules/c-strstr (Files): Remove lib/str-kmp.h.
5980         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
5981
5982 2008-01-10  Bruno Haible  <bruno@clisp.org>
5983
5984         * doc/gnulib.texi (String Functions in C Locale): New section.
5985         * doc/c-ctype.texi: New file.
5986         * doc/c-strcase.texi: New file.
5987         * doc/c-strcaseeq.texi: New file.
5988         * doc/c-strcasestr.texi: New file.
5989         * doc/c-strstr.texi: New file.
5990         * doc/c-strtod.texi: New file.
5991         * doc/c-strtold.texi: New file.
5992
5993 2008-01-10  Eric Blake  <ebb9@byu.net>
5994
5995         * lib/relocatable.h: Fix a comment.
5996
5997 2008-01-10  Eric Blake  <ebb9@byu.net>
5998
5999         Share two-way algorithm.
6000         * lib/str-two-way.h: New file, merged from...
6001         * lib/memmem.c: ...here...
6002         * lib/strstr.c: ...and here.
6003         * modules/memmem (Files): Use it.
6004         * modules/strstr (Files): Likewise.
6005
6006         Avoid quadratic strstr implementations.
6007         * lib/strstr.c: New file.
6008         * m4/strstr.m4: Likewise.
6009         * modules/strstr: Likewise.
6010         * modules/strstr-tests: Likewise.
6011         * tests/test-strstr.c: Likewise.
6012         * lib/string.in.h (rpl_strstr): Declare.
6013         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
6014         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
6015         * modules/string (Makefile.am): Likewise.
6016         * MODULES.html.sh (string handling): Mention new module.
6017         * doc/functions/strstr.texi (strstr): Document the bug.
6018
6019 2008-01-10  Bruno Haible  <bruno@clisp.org>
6020
6021         * lib/relocatable.h (relocate): State whether result is freshly
6022         allocated or not.
6023         * lib/relocatable.c (relocate): Return a freshly allocated string
6024         instead of a pointer to a privately held string.
6025         Reported by Sylvain Beucler <beuc@gnu.org>.
6026
6027 2008-01-10  Colin Watson  <cjwatson@debian.org>
6028
6029         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
6030         s/S_ISNLK/S_ISLNK/.
6031
6032 2008-01-09  Bruno Haible  <bruno@clisp.org>
6033
6034         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
6035         and other files.
6036         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
6037         if it's only a guess.
6038         * modules/memmem: Simplify by depending on memmem-simple.
6039
6040 2008-01-09  Bruno Haible  <bruno@clisp.org>
6041
6042         Work around OpenBSD 4.0 tdelete() bug.
6043         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
6044         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
6045         macros and don't redefine the enum values.
6046         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
6047         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
6048         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
6049
6050 2008-01-09  Bruno Haible  <bruno@clisp.org>
6051
6052         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
6053         (main): Don't perform the tests if setlocale did not install a UTF-8
6054         locale. Needed on OpenBSD 4.0.
6055         * modules/wcwidth-tests (Depends-on): Add localcharset.
6056
6057 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6058
6059         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
6060         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
6061         * NEWS: announce this.
6062         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
6063
6064 2008-01-09  Simon Josefsson  <simon@josefsson.org>
6065         and Eric Blake  <ebb9@byu.net>
6066
6067         Add memmem-simple module.
6068         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
6069         (gl_FUNC_MEMMEM): Separate performance from presence checks.
6070         * modules/memmem-simple: New file.
6071         * modules/memmem (Description): Tweak.
6072         * MODULES.html.sh (string handling): Mention new module.
6073         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
6074         addressed by memmem-simple.
6075         * NEWS: Document the difference.
6076
6077 2008-01-09  Eric Blake  <ebb9@byu.net>
6078
6079         Give gcc some memmem optimization hints.
6080         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
6081         (strcasestr): Declare as pure.
6082         * modules/memmem (Maintainer): Claim my implementation.
6083
6084 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6085
6086         Support AIX 6.1 and higher.
6087         * build-aux/config.libpath: Likewise.
6088         * build-aux/config.rpath: Likewise.
6089
6090 2008-01-08  Jim Meyering  <meyering@redhat.com>
6091             Bruno Haible  <bruno@clisp.org>
6092
6093         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
6094         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
6095         Reported by Peter Fales in
6096         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
6097
6098 2008-01-08  Bruno Haible  <bruno@clisp.org>
6099
6100         * modules/unictype/category-of (Depends-on): Add
6101         unictype/category-none.
6102         * modules/unictype/category-and-tests (Depends-on): Add
6103         unictype/category-{L,N,Lu,Nd}.
6104         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
6105         * modules/unictype/category-or-tests (Depends-on): Add
6106         unictype/category-{L,N}.
6107         * modules/unictype/category-name-tests (Depends-on): Add
6108         unictype/category-{Z,Nl}.
6109         Reported by Simon Josefsson.
6110
6111 2008-01-08  Bruno Haible  <bruno@clisp.org>
6112
6113         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
6114         convention better.
6115         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
6116         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
6117         Reported by Peter Miller <millerp@canb.auug.org.au>.
6118
6119 2008-01-08  Eric Blake  <ebb9@byu.net>
6120
6121         Rewrite memmem to guarantee linear complexity without malloc.
6122         * lib/memmem.c (memmem): Use Two-Way rather than
6123         Knuth-Morris-Pratt, to allow O(1) space usage.
6124         (critical_factorization, two_way_short_needle)
6125         (two_way_long_needle): New functions.
6126         (knuth_morris_pratt): Delete.
6127         * modules/memmem (Depends-on): No longer need malloca or stdbool.
6128         Add stdint.
6129         * tests/test-memmem.c (main): Add tests for periodic needle and
6130         sublinear performance.
6131         * doc/functions/memmem.texi (memmem): Document other deficiencies
6132         in cygwin and older glibc.
6133
6134 2008-01-08  Bruno Haible  <bruno@clisp.org>
6135
6136         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
6137         augmentation.
6138
6139 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
6140
6141         Add a configure time option: --disable-acl.
6142         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
6143         AC_ARG_ENABLE(acl).
6144
6145 2008-01-06  Simon Josefsson  <simon@josefsson.org>
6146
6147         * tests/test-localename.c: Don't include obsolete "setenv.h".
6148
6149         * modules/localename-tests (Depends-on): Need unsetenv.
6150
6151 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6152
6153         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
6154
6155 2008-01-06  Colin Watson  <cjwatson@debian.org>
6156
6157         * users.txt: Add man-db.
6158
6159 2008-01-07  Bruno Haible  <bruno@clisp.org>
6160
6161         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
6162         previous section name.
6163
6164 2008-01-07  Bruno Haible  <bruno@clisp.org>
6165
6166         * lib/progname.c (set_program_name): Don't strip off a leading
6167         "lt-" prefix outside a .libs directory.
6168         Suggested by Paul Eggert.
6169
6170 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
6171             Bruno Haible  <bruno@clisp.org>
6172
6173         Improve memory cleanup in 'relocatable' module.
6174         * lib/relocatable.h (compute_curr_prefix): Change return type to
6175         'char *'.
6176         * lib/relocatable.c (compute_curr_prefix): Change return type to
6177         'char *'. Free curr_installdir after use.
6178         (relocate): Free curr_prefix_better after use.
6179         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
6180
6181 2008-01-01  Bruno Haible  <bruno@clisp.org>
6182
6183         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
6184         failure on older glibc systems.
6185         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6186
6187 2008-01-05  Eric Blake  <ebb9@byu.net>
6188
6189         Avoid quadratic system memmem.
6190         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
6191         Reported by Ralf Wildenhues.
6192
6193         Fix memmem test for mingw.
6194         * modules/memmem-tests (configure.ac): Check for alarm.
6195         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
6196         it.
6197         * doc/functions/memmem.texi: New file.
6198         * doc/gnulib.texi (Function Substitutes): Add memmem.
6199         Reported by Bruno Haible.
6200
6201 2008-01-04  Bruno Haible  <bruno@clisp.org>
6202
6203         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
6204         Require gl_HEADER_STRINGS_H_DEFAULTS, not
6205         gl_HEADER_STRING_H_DEFAULTS.
6206
6207 2008-01-04  Eric Blake  <ebb9@byu.net>
6208
6209         Shorten duration of memmem test.
6210         * tests/test-memmem.c (main): Use alarm to declare failure if test
6211         is taking too long.
6212         Reported by Ralf Wildenhues.
6213
6214 2007-12-21  Simon Josefsson  <simon@josefsson.org>
6215
6216         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
6217         string, needed by strerror.
6218
6219 2008-01-03  Colin Watson  <cjwatson@debian.org>
6220             Bruno Haible  <bruno@clisp.org>
6221
6222         * doc/gnulib-tool.texi (Localization): New section.
6223
6224 2008-01-02  Bruno Haible  <bruno@clisp.org>
6225
6226         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
6227         variables to 'unsigned char *' type.
6228         Reported by Paul Eggert.
6229
6230 2008-01-02  Jim Meyering  <jim@meyering.net>
6231
6232         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
6233
6234 2007-12-31  Jim Meyering  <jim@meyering.net>
6235
6236         Avoid use of private FTS type name.
6237         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
6238
6239 2007-12-30  Karl Berry  <karl@gnu.org>
6240
6241         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
6242         work around defect in Texinfo and/or the standalone Info browser.
6243
6244 2007-12-30  Bruno Haible  <bruno@clisp.org>
6245
6246         Unify 5 copies of the KMP code.
6247         * lib/str-kmp.h: New file.
6248         * lib/c-strcasestr.c: Include str-kmp.h.
6249         (knuth_morris_pratt): Remove function.
6250         (c_strcasestr): Update.
6251         * lib/c-strstr.c: Include str-kmp.h.
6252         (knuth_morris_pratt): Remove function.
6253         (c_strcasestr): Update.
6254         * lib/mbscasestr.c: Include str-kmp.h.
6255         (knuth_morris_pratt_unibyte): Remove function.
6256         * lib/mbsstr.c: Include str-kmp.h.
6257         (knuth_morris_pratt_unibyte): Remove function.
6258         * lib/strcasestr.c: Include str-kmp.h.
6259         (knuth_morris_pratt): Remove function.
6260         (strcasestr): Update.
6261         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
6262         * modules/c-strstr (Files): Likewise.
6263         * modules/mbscasestr (Files): Likewise.
6264         * modules/mbsstr (Files): Likewise.
6265         * modules/strcasestr (Files): Likewise.
6266         Suggested by Paul Eggert.
6267
6268 2007-12-30  Bruno Haible  <bruno@clisp.org>
6269
6270         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
6271         defined.
6272
6273 2007-12-30  Bruno Haible  <bruno@clisp.org>
6274
6275         * lib/xmalloca.h: Include xalloc.h.
6276         (xnmalloca): New macro.
6277
6278 2007-12-30  Bruno Haible  <bruno@clisp.org>
6279
6280         * lib/malloca.h (nmalloca): New macro.
6281         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
6282         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
6283         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
6284         knuth_morris_pratt_multibyte): Likewise.
6285         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
6286         knuth_morris_pratt_multibyte): Likewise.
6287         * lib/memmem.c (knuth_morris_pratt): Likewise.
6288         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
6289
6290 2007-12-25  Bruno Haible  <bruno@clisp.org>
6291
6292         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
6293         * lib/glob.c: Don't include openat.h.
6294         (link_exists2_p): Add back the code that deals with the
6295         !GLOB_ALTDIRFUNC case.
6296         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
6297         let it do the filename concatenation.
6298         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
6299         * modules/glob (Depends-on): Remove openat.
6300
6301 2007-12-31  Bruno Haible  <bruno@clisp.org>
6302
6303         * modules/dirfd (License): Change to LGPLv2+.
6304         Approved by Jim Meyering.
6305
6306 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6307
6308         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
6309         when multiplying M by sizeof (size_t).
6310
6311 2007-12-10  Martin Lambers  <marlam@marlam.de>
6312
6313         Override getpagesize on mingw.
6314         * lib/getpagesize.c: New file.
6315         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
6316         * modules/getpagesize (Files): Add lib/getpagesize.c.
6317         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
6318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6319         REPLACE_GETPAGESIZE.
6320         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
6321
6322 2007-12-25  Bruno Haible  <bruno@clisp.org>
6323
6324         * modules/localcharset (Notice): New field.
6325         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
6326         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
6327
6328 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
6329             Bruno Haible  <bruno@clisp.org>
6330
6331         Avoid using the syntax symbol() in formatted documentation.
6332         * MODULES.html.sh (func_module): When replacing symbol() with a
6333         hyperlink, remove the parentheses. Show an error if some remain.
6334         Recognize and render the '...' syntax.
6335         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
6336         Rework. Add paragraph about GCC's inlining.
6337         * doc/alloca.texi: Likewise.
6338         * doc/error.texi: Remove parentheses from symbol reference.
6339         * doc/gnulib-intro.texi: Likewise.
6340         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
6341         * modules/fnmatch (Description): Reword to say "the ... function".
6342         * modules/full-read (Description): Likewise.
6343         * modules/full-write (Description): Likewise.
6344         * modules/safe-read (Description): Likewise.
6345         * modules/safe-write (Description): Likewise.
6346         * modules/strchrnul (Description): Likewise.
6347         * modules/trim (Description): Likewise.
6348         * modules/error (Description): Remove parentheses from symbol
6349         references.
6350         * modules/verror (Description): Likewise.
6351         Reported by Karl Berry.
6352
6353 2007-12-25  Bruno Haible  <bruno@clisp.org>
6354
6355         Fixup after 2007-10-16 commit.
6356         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
6357
6358 2007-12-24  Bruno Haible  <bruno@clisp.org>
6359
6360         Make --enable-relocatable work with DESTDIR.
6361         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
6362         to compute installdir from destprog.
6363         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
6364         also set the RELOC_DESTDIR variable.
6365         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6366
6367 2007-12-24  Bruno Haible  <bruno@clisp.org>
6368
6369         Fix link error due to xalloc_die().
6370         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
6371         of xreadlink.
6372         * lib/relocwrapper.c: Update comments.
6373         * build-aux/install-reloc: Remove xreadlink.c from file list.
6374         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
6375         xreadlink.c.
6376         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6377
6378 2007-12-24  Bruno Haible  <bruno@clisp.org>
6379
6380         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
6381         * lib/setenv.h: Remove file.
6382         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
6383         lib/setenv.h.
6384         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
6385         (Depends-on): Add stdlib.
6386         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
6387         gl_FUNC_UNSETENV.
6388         (Include): Replace setenv.h with <stdlib.h>.
6389         * modules/unsetenv: New file.
6390         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
6391         * lib/unsetenv.c: Include <stdlib.h> first.
6392         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
6393         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
6394         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
6395         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
6396         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
6397         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6398         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
6399         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6400         * doc/functions/unsetenv.texi: Update.
6401         * modules/xsetenv (Depends-on): Add unsetenv.
6402         * modules/getdate (Depends-on): Likewise.
6403         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
6404         * lib/xsetenv.c: Don't include setenv.h.
6405         * lib/getdate.y: Likewise.
6406         * lib/relocwrapper.c: Likewise.
6407         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
6408         (Depends-on): Add stdlib.
6409         * NEWS: Mention the changes.
6410         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6411
6412 2007-12-23  Bruno Haible  <bruno@clisp.org>
6413
6414         * lib/memmem.c (memmem): Use lowercase variable names. Tab
6415         indentation.
6416
6417 2007-12-23  Bruno Haible  <bruno@clisp.org>
6418
6419         * lib/c-strcasestr.c: Add more comments.
6420         * lib/c-strstr.c: Likewise.
6421         * lib/mbscasestr.c: Likewise.
6422         * lib/mbsstr.c: Likewise.
6423         * lib/strcasestr.c: Likewise.
6424         * lib/memmem.c: Likewise.
6425
6426 2007-12-23  Bruno Haible  <bruno@clisp.org>
6427
6428         * tests/test-memmem.c: Include <string.h> first.
6429
6430 2007-12-22  Bruno Haible  <bruno@clisp.org>
6431
6432         * gnulib-tool (func_create_testdir): Change $auxdir while generating
6433         the contents of $testsbase.
6434         Reported by Ralf Wildenhues.
6435
6436 2007-12-22  Bruno Haible  <bruno@clisp.org>
6437
6438         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
6439         two variables local_ldadd_before, local_ldadd_last.
6440
6441 2007-12-20  Eric Blake  <ebb9@byu.net>
6442
6443         Work around circular library issue when cross-compiling.
6444         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
6445         that progname.o does not need to pull in rpl_memcmp.
6446
6447 2007-12-19  Eric Blake  <ebb9@byu.net>
6448
6449         Fix memmem to avoid O(n^2) worst-case complexity.
6450         * lib/memmem.c (knuth_morris_pratt): New function.
6451         (memmem): Use it if first few naive iterations fail.
6452         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
6453         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
6454         * modules/memchr (License): Likewise.
6455         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
6456         malloca.
6457         * tests/test-memmem.c: Rewrite, borrowing ideas from
6458         test-mbsstr1.c; the old version wouldn't even compile!
6459         * modules/memmem-tests: New file.
6460         * lib/string.in.h (rpl_memmem): Add declaration.
6461         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
6462         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
6463         REPLACE_MEMMEM.
6464
6465 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6466
6467         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
6468         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
6469         before any system include files, and undef after them all.  This
6470         should fix a problem on VMS reported by John E. Malmberg in
6471         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
6472
6473 2007-12-17  Eric Blake  <ebb9@byu.net>
6474
6475         Revert addition of verify, for BSD/OS.
6476         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
6477         can't handle large files, for the sake of obsolete platforms.
6478         * modules/fseeko (Depends-on): Remove verify.
6479         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
6480         * doc/functions/ftello.texi (ftello): Likewise.
6481         * doc/functions/fgetpos.texi (fgetpos): Likewise.
6482         Reported by Larry Jones.
6483
6484 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
6485
6486         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
6487         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
6488
6489 2007-12-17  Jim Meyering  <meyering@redhat.com>
6490
6491         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
6492         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
6493         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
6494         * modules/getcwd (Depends-on): Add openat.
6495         Reported by Petr Salinger.
6496
6497 2007-12-17  Bruno Haible  <bruno@clisp.org>
6498
6499         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
6500         avoid a segmentation fault of the configure test on x86_64 systems.
6501
6502 2007-12-15  Jim Meyering  <meyering@redhat.com>
6503
6504         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
6505
6506 2007-12-13  Eric Blake  <ebb9@byu.net>
6507
6508         Another fseek test.
6509         * tests/test-fseek.c (main): Also test ungetc handling.
6510         * tests/test-fseeko.c (main): Likewise.
6511         * modules/fseeko (Depends-on): Add verify.
6512         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
6513         large.
6514         Reported by Larry Jones.
6515
6516         Fix fseeko on mingw.
6517         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
6518         seek.
6519
6520         Beef up fseek tests.
6521         * tests/test-fseek.c (main): Also test eof handling.
6522         * tests/test-fseeko.c (main): Likewise.
6523         Reported by Larry Jones.
6524
6525 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
6526
6527         Fix fseeko on BSD-based platforms.
6528         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
6529         successful seek.
6530
6531 2007-12-12  Eric Blake  <ebb9@byu.net>
6532
6533         Allow circular dependency of separate libtests.a
6534         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
6535         when use_libtests.
6536
6537 2007-12-11  Eric Blake  <ebb9@byu.net>
6538
6539         Fix bug with -0.0L in previous patch.
6540         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
6541         * tests/test-isnan.c (main): Also test on zeroes.
6542         * tests/test-isnanf.c (main): Likewise.
6543         * tests/test-isnanl.h (main): Likewise.
6544
6545         Detect pseudo-denormals on x86 even when cross-compiling.
6546         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
6547         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
6548         invalid bit patterns that happen to satisfy ==.
6549
6550         Avoid link failures with separate libtests.a.
6551         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
6552         last, to satisfy circular dependencies.
6553
6554 2007-12-11  Eric Blake  <ebb9@byu.net>
6555         and Bruno Haible  <bruno@clisp.org>
6556
6557         Fix OpenBSD 4.0 <float.h> handling of long double.
6558         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
6559         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
6560         * doc/headers/float.texi (float.h): Document OpenBSD bug.
6561
6562 2007-12-11  Jim Meyering  <meyering@redhat.com>
6563
6564         * users.txt: Add libvirt.
6565
6566         Support versions of autoconf prior to 2.59c.
6567         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
6568         if it is not already defined.
6569
6570 2007-12-09  Bruno Haible  <bruno@clisp.org>
6571
6572         Let 'gnulib-tool --import' collect sources needed for the tests in
6573         tests/ rather than in lib/.
6574         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
6575         argument. If true, add rules to generate libtests.a, and put libtests.a
6576         into $(LDADD). Consider source files in subdirectories and set
6577         uses_subdirs.
6578         (func_emit_initmacro_start, func_emit_initmacro_end,
6579         func_emit_initmacro_done): Pass all arguments explicitly.
6580         (func_import): Determine two module lists main_modules,
6581         testsrelated_modules. Determine use_libtests. Determine two variables
6582         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
6583         instead of just sed_transform_lib_file. Determine two variables
6584         main_files and testsrelated_files. Compute 'files' as the union of
6585         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
6586         func_add_or_update. In the generated gnulib-comp.m4, collect the
6587         object files for tests/ in different variables than those for lib/.
6588         Substitute LIBTESTS_LIBDEPS.
6589         (func_create_testdir): Combine the uses_subdirs results from
6590         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
6591
6592 2007-12-09  Bruno Haible  <bruno@clisp.org>
6593
6594         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
6595         the build-aux directory.
6596
6597 2007-12-09  Bruno Haible  <bruno@clisp.org>
6598
6599         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
6600         introduced on 2006-09-09.
6601
6602 2007-12-07  Jim Meyering  <meyering@redhat.com>
6603
6604         Let these macros work also with autoconf-2.59.
6605         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
6606         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
6607         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6608
6609 2007-12-06  Jim Meyering  <meyering@redhat.com>
6610
6611         Avoid a configure-time syntax error in gl_FUNC_ACL.
6612         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
6613         function in each branch, before testing the cache variable.
6614
6615 2007-12-04  Eric Blake  <ebb9@byu.net>
6616
6617         Make scripts executable.
6618         * build-aux/config.guess: Add execute permissions.
6619         * build-aux/config.sub: Likewise.
6620         * build-aux/gendocs.sh: Likewise.
6621
6622         Fix frexp on mingw.
6623         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
6624         cross-compiling.
6625         * doc/functions/frexp.texi (frexp): Document the bug.
6626
6627         Make cygwin fseeko check more reliable.
6628         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
6629         version numbers, rather than unrelated feature check.
6630         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
6631         * doc/functions/ftello.texi (ftello): Likewise.
6632         Reported by Bruno Haible.
6633
6634         * m4/strerror.m4: Bump version number.
6635
6636 2007-12-03  Bruno Haible  <bruno@clisp.org>
6637
6638         * doc/functions/mprotect.texi: Mention the mingw problem.
6639
6640 2007-12-03  Eric Blake  <ebb9@byu.net>
6641
6642         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
6643         REPLACE_STRERROR is initialized before this macro.
6644
6645 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
6646
6647         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
6648         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
6649         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
6650         put -lsec in even for programs other than 'ls'.  This fixes a problem
6651         for gettext reported by Bruno Haible in
6652         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
6653         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
6654         Add support for Solaris 10.  This isn't efficient, but should get the
6655         job done for now.
6656
6657 2007-12-03  James Youngman  <jay@gnu.org>
6658
6659         * doc/regexprops-generic.texi: change "an close-group" to "a
6660         close-group" and "illegal" to "not allowed".
6661
6662 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6663
6664         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
6665         pr_byname.h. Needed for the rare case when the maintainer has done
6666         "make maintainer-clean" in the source directory and then attempts a
6667         build outside the source directory.
6668         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
6669         scripts_byname.h.
6670
6671 2007-12-02  Martin Lambers <marlam@marlam.de>
6672             Bruno Haible  <bruno@clisp.org>
6673
6674         * lib/getpagesize.h: Remove file.
6675         * lib/unistd.in.h: Include declaration of getpagesize here.
6676         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
6677         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
6678         HAVE_SYS_PARAM_H.
6679         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
6680         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6681         * modules/getpagesize (Files): Remove lib/getpagesize.h.
6682         (Depends-on): Add unistd.
6683         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6684         (Include): Use <unistd.h> instead of getpagesize.h.
6685         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
6686         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6687         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
6688         gl_GETPAGESIZE invocation, already handled by module dependency.
6689         * lib/pagealign_alloc.c: Don't include getpagesize.h.
6690
6691 2007-12-02  Bruno Haible  <bruno@clisp.org>
6692
6693         * modules/strings-tests: New file.
6694         * tests/test-strings.c: New file.
6695
6696         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
6697         * lib/strings.in.h: New file.
6698         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
6699         * m4/strings_h.m4: New file.
6700         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
6701         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
6702         * modules/strings: New file.
6703         * modules/string (Makefile.am): Update.
6704         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
6705         Reported by Karl Berry.
6706
6707 2007-12-01  Eric Blake  <ebb9@byu.net>
6708
6709         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
6710         accomodate fix in cygwin 1.5.25.
6711
6712 2007-12-01  Jim Meyering  <meyering@redhat.com>
6713
6714         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
6715         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6716         that would inhibit utf8-optimization of a regexp containing line-
6717         or buffer-anchors, e.g., `^', `$'.
6718
6719 2007-11-30  Bruno Haible  <bruno@clisp.org>
6720
6721         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
6722         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
6723         glthread_recursive_lock_init.
6724         * lib/lock.c (glthread_recursive_lock_init)
6725         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
6726         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6727
6728 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
6729
6730         New function qset_acl, like set_acl but with syscall semantics.
6731         * lib/acl.h (qset_acl): New decl.
6732         * lib/acl.c (qset_acl): New function.
6733         (set_acl): Use new function.  Use more-consistent diagnostics.
6734
6735 2007-11-28  Jim Meyering  <meyering@redhat.com>
6736
6737         * modules/physmem (License): Change from GPL to LGPLv2+.
6738
6739 2007-11-26  Bruno Haible  <bruno@clisp.org>
6740
6741         * lib/vasnprintf.c (decode_long_double): Don't abort if the
6742         'long double' type has excess precision.
6743         Reported by Jim Meyering in
6744         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
6745
6746 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6747
6748         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
6749         Sync from <http://gnu.org/licenses>.
6750         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
6751         with license text from same location.
6752         * doc/maintain.texi, doc/standards.texi:  Sync from
6753         <http://savannah.gnu.org/projects/gnustandards>.
6754
6755 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
6756         and Jim Meyering  <meyering@redhat.com>
6757
6758         Adjust getdate' grammar to accept a slightly more regular language.
6759         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
6760         Before, the former was rejected.
6761         * lib/getdate.y (digits_to_date_time): New function, factored
6762         out of ...
6763         (number): ...here.  Just call digits_to_date_time.
6764         (hybrid): New non-terminal to handle an <unsigned number,
6765         signed relative offset> sequence consistently.
6766
6767 2007-11-18  Jim Meyering  <meyering@redhat.com>
6768
6769         Pull my changes from coreutils:
6770         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
6771         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
6772         use of $gnulib_tool_option_extras, so that it's separated from the
6773         preceding argument.
6774
6775         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
6776         * build-aux/bootstrap (cp_mark_as_generated): Create any required
6777         parent destination directories before copying a file into place.
6778
6779 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6780
6781         bootstrap: work also with 4-argument variant of AC_INIT
6782         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
6783
6784 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6785
6786         Port test-getaddrinfo to Solaris.
6787         Problem reported by Bruno Haible in
6788         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
6789         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
6790         explanation of setting 'hints'.
6791         Don't reject an implementation merely because it returns EAI_SERVICE.
6792         (EAI_SERVICE): Define to 0 if not defined.
6793
6794 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6795
6796         The license of gnu-make and posix-shell is now "GPLed build tool".
6797         * modules/gnu-make (License): Likewise.
6798         * modules/posix-shell (License): Likewise.
6799
6800         New module posix-shell, for determining a POSIX shell
6801         or perhaps something that is close enough to a POSIX shell.
6802         * m4/posix-shell.m4: New file.
6803         * modules/posix-shell: New file.
6804
6805         * MODULES.html.sh: Mention new module.
6806
6807         New module gnu-make, for determining whether we're using GNU Make.
6808         * m4/gnu-make.m4: New file.
6809         * modules/gnu-make: New file.
6810         * MODULES.html.sh: Mention new module.
6811
6812 2007-11-14  Jim Meyering  <meyering@redhat.com>
6813
6814         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
6815         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
6816         use this macro to create a function _definition_.
6817         Remove useless "#undef ARGMATCH_DIE".
6818
6819 2007-11-14  Bruno Haible  <bruno@clisp.org>
6820
6821         * lib/config.charset: Update for OpenBSD 4.1.
6822         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
6823
6824 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
6825
6826         Document 64-bit #if problems in stdint.texi.
6827         * doc/headers/stdint.texi (stdint.h): Mention problems with
6828         64-bit-#if, and how to work around them.
6829
6830         Don't insist on 'long long int' support in the preprocessor.  It
6831         breaks too many things.  For example, PRIdMAX still uses a 'long
6832         long int' format with the latest Sun compiler, even though
6833         HAVE_LONG_LONG_INT isn't defined due to that compiler's
6834         preprocessor problem.  This causes the latest coreutils to dump
6835         core on Solaris 10 sparc with the Sun C compiler.
6836         Instead, fix the 2007-10-16 problem in a different way, by evaluating
6837         the troublesome expressions at configure-time, not at #if-time.
6838         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
6839         preprocessor.
6840         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
6841         compile-time C checks, done at 'configure'-time.
6842         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
6843         * modules/inttypes (Makefile): Substitute the new symbols that
6844         gl_INTTYPES_H now generates.
6845         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
6846
6847 2007-11-12  Bruno Haible  <bruno@clisp.org>
6848
6849         Tests for Unicode character classification functions.
6850
6851         * modules/unictype/bidicategory-byname-tests: New file.
6852         * modules/unictype/bidicategory-name-tests: New file.
6853         * modules/unictype/bidicategory-of-tests: New file.
6854         * modules/unictype/bidicategory-test-tests: New file.
6855         * modules/unictype/block-list-tests: New file.
6856         * modules/unictype/block-of-tests: New file.
6857         * modules/unictype/block-test-tests: New file.
6858         * modules/unictype/category-C-tests: New file.
6859         * modules/unictype/category-Cc-tests: New file.
6860         * modules/unictype/category-Cf-tests: New file.
6861         * modules/unictype/category-Cn-tests: New file.
6862         * modules/unictype/category-Co-tests: New file.
6863         * modules/unictype/category-Cs-tests: New file.
6864         * modules/unictype/category-L-tests: New file.
6865         * modules/unictype/category-Ll-tests: New file.
6866         * modules/unictype/category-Lm-tests: New file.
6867         * modules/unictype/category-Lo-tests: New file.
6868         * modules/unictype/category-Lt-tests: New file.
6869         * modules/unictype/category-Lu-tests: New file.
6870         * modules/unictype/category-M-tests: New file.
6871         * modules/unictype/category-Mc-tests: New file.
6872         * modules/unictype/category-Me-tests: New file.
6873         * modules/unictype/category-Mn-tests: New file.
6874         * modules/unictype/category-N-tests: New file.
6875         * modules/unictype/category-Nd-tests: New file.
6876         * modules/unictype/category-Nl-tests: New file.
6877         * modules/unictype/category-No-tests: New file.
6878         * modules/unictype/category-P-tests: New file.
6879         * modules/unictype/category-Pc-tests: New file.
6880         * modules/unictype/category-Pd-tests: New file.
6881         * modules/unictype/category-Pe-tests: New file.
6882         * modules/unictype/category-Pf-tests: New file.
6883         * modules/unictype/category-Pi-tests: New file.
6884         * modules/unictype/category-Po-tests: New file.
6885         * modules/unictype/category-Ps-tests: New file.
6886         * modules/unictype/category-S-tests: New file.
6887         * modules/unictype/category-Sc-tests: New file.
6888         * modules/unictype/category-Sk-tests: New file.
6889         * modules/unictype/category-Sm-tests: New file.
6890         * modules/unictype/category-So-tests: New file.
6891         * modules/unictype/category-Z-tests: New file.
6892         * modules/unictype/category-Zl-tests: New file.
6893         * modules/unictype/category-Zp-tests: New file.
6894         * modules/unictype/category-Zs-tests: New file.
6895         * modules/unictype/category-and-not-tests: New file.
6896         * modules/unictype/category-and-tests: New file.
6897         * modules/unictype/category-byname-tests: New file.
6898         * modules/unictype/category-name-tests: New file.
6899         * modules/unictype/category-none-tests: New file.
6900         * modules/unictype/category-of-tests: New file.
6901         * modules/unictype/category-or-tests: New file.
6902         * modules/unictype/category-test-withtable-tests: New file.
6903         * modules/unictype/combining-class-tests: New file.
6904         * modules/unictype/ctype-alnum-tests: New file.
6905         * modules/unictype/ctype-alpha-tests: New file.
6906         * modules/unictype/ctype-blank-tests: New file.
6907         * modules/unictype/ctype-cntrl-tests: New file.
6908         * modules/unictype/ctype-digit-tests: New file.
6909         * modules/unictype/ctype-graph-tests: New file.
6910         * modules/unictype/ctype-lower-tests: New file.
6911         * modules/unictype/ctype-print-tests: New file.
6912         * modules/unictype/ctype-punct-tests: New file.
6913         * modules/unictype/ctype-space-tests: New file.
6914         * modules/unictype/ctype-upper-tests: New file.
6915         * modules/unictype/ctype-xdigit-tests: New file.
6916         * modules/unictype/decimal-digit-tests: New file.
6917         * modules/unictype/digit-tests: New file.
6918         * modules/unictype/mirror-tests: New file.
6919         * modules/unictype/numeric-tests: New file.
6920         * modules/unictype/property-alphabetic-tests: New file.
6921         * modules/unictype/property-ascii-hex-digit-tests: New file.
6922         * modules/unictype/property-bidi-arabic-digit-tests: New file.
6923         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
6924         * modules/unictype/property-bidi-block-separator-tests: New file.
6925         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
6926         * modules/unictype/property-bidi-common-separator-tests: New file.
6927         * modules/unictype/property-bidi-control-tests: New file.
6928         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
6929         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
6930         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
6931         * modules/unictype/property-bidi-european-digit-tests: New file.
6932         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
6933         * modules/unictype/property-bidi-left-to-right-tests: New file.
6934         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
6935         * modules/unictype/property-bidi-other-neutral-tests: New file.
6936         * modules/unictype/property-bidi-pdf-tests: New file.
6937         * modules/unictype/property-bidi-segment-separator-tests: New file.
6938         * modules/unictype/property-bidi-whitespace-tests: New file.
6939         * modules/unictype/property-byname-tests: New file.
6940         * modules/unictype/property-combining-tests: New file.
6941         * modules/unictype/property-composite-tests: New file.
6942         * modules/unictype/property-currency-symbol-tests: New file.
6943         * modules/unictype/property-dash-tests: New file.
6944         * modules/unictype/property-decimal-digit-tests: New file.
6945         * modules/unictype/property-default-ignorable-code-point-tests: New file.
6946         * modules/unictype/property-deprecated-tests: New file.
6947         * modules/unictype/property-diacritic-tests: New file.
6948         * modules/unictype/property-extender-tests: New file.
6949         * modules/unictype/property-format-control-tests: New file.
6950         * modules/unictype/property-grapheme-base-tests: New file.
6951         * modules/unictype/property-grapheme-extend-tests: New file.
6952         * modules/unictype/property-grapheme-link-tests: New file.
6953         * modules/unictype/property-hex-digit-tests: New file.
6954         * modules/unictype/property-hyphen-tests: New file.
6955         * modules/unictype/property-id-continue-tests: New file.
6956         * modules/unictype/property-id-start-tests: New file.
6957         * modules/unictype/property-ideographic-tests: New file.
6958         * modules/unictype/property-ids-binary-operator-tests: New file.
6959         * modules/unictype/property-ids-trinary-operator-tests: New file.
6960         * modules/unictype/property-ignorable-control-tests: New file.
6961         * modules/unictype/property-iso-control-tests: New file.
6962         * modules/unictype/property-join-control-tests: New file.
6963         * modules/unictype/property-left-of-pair-tests: New file.
6964         * modules/unictype/property-line-separator-tests: New file.
6965         * modules/unictype/property-logical-order-exception-tests: New file.
6966         * modules/unictype/property-lowercase-tests: New file.
6967         * modules/unictype/property-math-tests: New file.
6968         * modules/unictype/property-non-break-tests: New file.
6969         * modules/unictype/property-not-a-character-tests: New file.
6970         * modules/unictype/property-numeric-tests: New file.
6971         * modules/unictype/property-other-alphabetic-tests: New file.
6972         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
6973         * modules/unictype/property-other-grapheme-extend-tests: New file.
6974         * modules/unictype/property-other-id-continue-tests: New file.
6975         * modules/unictype/property-other-id-start-tests: New file.
6976         * modules/unictype/property-other-lowercase-tests: New file.
6977         * modules/unictype/property-other-math-tests: New file.
6978         * modules/unictype/property-other-uppercase-tests: New file.
6979         * modules/unictype/property-paired-punctuation-tests: New file.
6980         * modules/unictype/property-paragraph-separator-tests: New file.
6981         * modules/unictype/property-pattern-syntax-tests: New file.
6982         * modules/unictype/property-pattern-white-space-tests: New file.
6983         * modules/unictype/property-private-use-tests: New file.
6984         * modules/unictype/property-punctuation-tests: New file.
6985         * modules/unictype/property-quotation-mark-tests: New file.
6986         * modules/unictype/property-radical-tests: New file.
6987         * modules/unictype/property-sentence-terminal-tests: New file.
6988         * modules/unictype/property-soft-dotted-tests: New file.
6989         * modules/unictype/property-space-tests: New file.
6990         * modules/unictype/property-terminal-punctuation-tests: New file.
6991         * modules/unictype/property-test-tests: New file.
6992         * modules/unictype/property-titlecase-tests: New file.
6993         * modules/unictype/property-unassigned-code-value-tests: New file.
6994         * modules/unictype/property-unified-ideograph-tests: New file.
6995         * modules/unictype/property-uppercase-tests: New file.
6996         * modules/unictype/property-variation-selector-tests: New file.
6997         * modules/unictype/property-white-space-tests: New file.
6998         * modules/unictype/property-xid-continue-tests: New file.
6999         * modules/unictype/property-xid-start-tests: New file.
7000         * modules/unictype/property-zero-width-tests: New file.
7001         * modules/unictype/scripts-tests: New file.
7002         * modules/unictype/syntax-c-ident-tests: New file.
7003         * modules/unictype/syntax-c-whitespace-tests: New file.
7004         * modules/unictype/syntax-java-ident-tests: New file.
7005         * modules/unictype/syntax-java-whitespace-tests: New file.
7006         * tests/unictype/test-bidi_byname.c: New file.
7007         * tests/unictype/test-bidi_name.c: New file.
7008         * tests/unictype/test-bidi_of.c: New file.
7009         * tests/unictype/test-bidi_test.c: New file.
7010         * tests/unictype/test-block_list.c: New file.
7011         * tests/unictype/test-block_of.c: New file.
7012         * tests/unictype/test-block_test.c: New file.
7013         * tests/unictype/test-categ_and.c: New file.
7014         * tests/unictype/test-categ_and_not.c: New file.
7015         * tests/unictype/test-categ_byname.c: New file.
7016         * tests/unictype/test-categ_name.c: New file.
7017         * tests/unictype/test-categ_none.c: New file.
7018         * tests/unictype/test-categ_of.c: New file.
7019         * tests/unictype/test-categ_or.c: New file.
7020         * tests/unictype/test-categ_test_withtable.c: New file.
7021         * tests/unictype/test-combining.c: New file.
7022         * tests/unictype/test-decdigit.c: New file.
7023         * tests/unictype/test-digit.c: New file.
7024         * tests/unictype/test-mirror.c: New file.
7025         * tests/unictype/test-numeric.c: New file.
7026         * tests/unictype/test-pr_byname.c: New file.
7027         * tests/unictype/test-pr_test.c: New file.
7028         * tests/unictype/test-predicate-part1.h: New file.
7029         * tests/unictype/test-predicate-part2.h: New file.
7030         * tests/unictype/test-scripts.c: New file.
7031         * tests/unictype/test-sy_c_ident.c: New file.
7032         * tests/unictype/test-sy_java_ident.c: New file.
7033
7034         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
7035         for Unicode 5.0.0.
7036         * tests/unictype/test-categ_Cc.c: Likewise.
7037         * tests/unictype/test-categ_Cf.c: Likewise.
7038         * tests/unictype/test-categ_Cn.c: Likewise.
7039         * tests/unictype/test-categ_Co.c: Likewise.
7040         * tests/unictype/test-categ_Cs.c: Likewise.
7041         * tests/unictype/test-categ_L.c: Likewise.
7042         * tests/unictype/test-categ_Ll.c: Likewise.
7043         * tests/unictype/test-categ_Lm.c: Likewise.
7044         * tests/unictype/test-categ_Lo.c: Likewise.
7045         * tests/unictype/test-categ_Lt.c: Likewise.
7046         * tests/unictype/test-categ_Lu.c: Likewise.
7047         * tests/unictype/test-categ_M.c: Likewise.
7048         * tests/unictype/test-categ_Mc.c: Likewise.
7049         * tests/unictype/test-categ_Me.c: Likewise.
7050         * tests/unictype/test-categ_Mn.c: Likewise.
7051         * tests/unictype/test-categ_N.c: Likewise.
7052         * tests/unictype/test-categ_Nd.c: Likewise.
7053         * tests/unictype/test-categ_Nl.c: Likewise.
7054         * tests/unictype/test-categ_No.c: Likewise.
7055         * tests/unictype/test-categ_P.c: Likewise.
7056         * tests/unictype/test-categ_Pc.c: Likewise.
7057         * tests/unictype/test-categ_Pd.c: Likewise.
7058         * tests/unictype/test-categ_Pe.c: Likewise.
7059         * tests/unictype/test-categ_Pf.c: Likewise.
7060         * tests/unictype/test-categ_Pi.c: Likewise.
7061         * tests/unictype/test-categ_Po.c: Likewise.
7062         * tests/unictype/test-categ_Ps.c: Likewise.
7063         * tests/unictype/test-categ_S.c: Likewise.
7064         * tests/unictype/test-categ_Sc.c: Likewise.
7065         * tests/unictype/test-categ_Sk.c: Likewise.
7066         * tests/unictype/test-categ_Sm.c: Likewise.
7067         * tests/unictype/test-categ_So.c: Likewise.
7068         * tests/unictype/test-categ_Z.c: Likewise.
7069         * tests/unictype/test-categ_Zl.c: Likewise.
7070         * tests/unictype/test-categ_Zp.c: Likewise.
7071         * tests/unictype/test-categ_Zs.c: Likewise.
7072         * tests/unictype/test-ctype_alnum.c: Likewise.
7073         * tests/unictype/test-ctype_alpha.c: Likewise.
7074         * tests/unictype/test-ctype_blank.c: Likewise.
7075         * tests/unictype/test-ctype_cntrl.c: Likewise.
7076         * tests/unictype/test-ctype_digit.c: Likewise.
7077         * tests/unictype/test-ctype_graph.c: Likewise.
7078         * tests/unictype/test-ctype_lower.c: Likewise.
7079         * tests/unictype/test-ctype_print.c: Likewise.
7080         * tests/unictype/test-ctype_punct.c: Likewise.
7081         * tests/unictype/test-ctype_space.c: Likewise.
7082         * tests/unictype/test-ctype_upper.c: Likewise.
7083         * tests/unictype/test-ctype_xdigit.c: Likewise.
7084         * tests/unictype/test-decdigit.h: Likewise.
7085         * tests/unictype/test-digit.h: Likewise.
7086         * tests/unictype/test-numeric.h: Likewise.
7087         * tests/unictype/test-pr_alphabetic.c: Likewise.
7088         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
7089         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
7090         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
7091         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
7092         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
7093         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
7094         * tests/unictype/test-pr_bidi_control.c: Likewise.
7095         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
7096         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
7097         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
7098         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
7099         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
7100         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
7101         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
7102         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
7103         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
7104         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
7105         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
7106         * tests/unictype/test-pr_combining.c: Likewise.
7107         * tests/unictype/test-pr_composite.c: Likewise.
7108         * tests/unictype/test-pr_currency_symbol.c: Likewise.
7109         * tests/unictype/test-pr_dash.c: Likewise.
7110         * tests/unictype/test-pr_decimal_digit.c: Likewise.
7111         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
7112         * tests/unictype/test-pr_deprecated.c: Likewise.
7113         * tests/unictype/test-pr_diacritic.c: Likewise.
7114         * tests/unictype/test-pr_extender.c: Likewise.
7115         * tests/unictype/test-pr_format_control.c: Likewise.
7116         * tests/unictype/test-pr_grapheme_base.c: Likewise.
7117         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
7118         * tests/unictype/test-pr_grapheme_link.c: Likewise.
7119         * tests/unictype/test-pr_hex_digit.c: Likewise.
7120         * tests/unictype/test-pr_hyphen.c: Likewise.
7121         * tests/unictype/test-pr_id_continue.c: Likewise.
7122         * tests/unictype/test-pr_id_start.c: Likewise.
7123         * tests/unictype/test-pr_ideographic.c: Likewise.
7124         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
7125         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
7126         * tests/unictype/test-pr_ignorable_control.c: Likewise.
7127         * tests/unictype/test-pr_iso_control.c: Likewise.
7128         * tests/unictype/test-pr_join_control.c: Likewise.
7129         * tests/unictype/test-pr_left_of_pair.c: Likewise.
7130         * tests/unictype/test-pr_line_separator.c: Likewise.
7131         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
7132         * tests/unictype/test-pr_lowercase.c: Likewise.
7133         * tests/unictype/test-pr_math.c: Likewise.
7134         * tests/unictype/test-pr_non_break.c: Likewise.
7135         * tests/unictype/test-pr_not_a_character.c: Likewise.
7136         * tests/unictype/test-pr_numeric.c: Likewise.
7137         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
7138         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
7139         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
7140         * tests/unictype/test-pr_other_id_continue.c: Likewise.
7141         * tests/unictype/test-pr_other_id_start.c: Likewise.
7142         * tests/unictype/test-pr_other_lowercase.c: Likewise.
7143         * tests/unictype/test-pr_other_math.c: Likewise.
7144         * tests/unictype/test-pr_other_uppercase.c: Likewise.
7145         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
7146         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
7147         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
7148         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
7149         * tests/unictype/test-pr_private_use.c: Likewise.
7150         * tests/unictype/test-pr_punctuation.c: Likewise.
7151         * tests/unictype/test-pr_quotation_mark.c: Likewise.
7152         * tests/unictype/test-pr_radical.c: Likewise.
7153         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
7154         * tests/unictype/test-pr_soft_dotted.c: Likewise.
7155         * tests/unictype/test-pr_space.c: Likewise.
7156         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
7157         * tests/unictype/test-pr_titlecase.c: Likewise.
7158         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
7159         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
7160         * tests/unictype/test-pr_uppercase.c: Likewise.
7161         * tests/unictype/test-pr_variation_selector.c: Likewise.
7162         * tests/unictype/test-pr_white_space.c: Likewise.
7163         * tests/unictype/test-pr_xid_continue.c: Likewise.
7164         * tests/unictype/test-pr_xid_start.c: Likewise.
7165         * tests/unictype/test-pr_zero_width.c: Likewise.
7166         * tests/unictype/test-sy_c_whitespace.c: Likewise.
7167         * tests/unictype/test-sy_java_whitespace.c: Likewise.
7168
7169 2007-11-12  Bruno Haible  <bruno@clisp.org>
7170
7171         Unicode character classification functions.
7172         * lib/unictype.h: New file.
7173         * modules/unictype/base: New file.
7174         * modules/unictype/category-L: New file.
7175         * modules/unictype/category-Lu: New file.
7176         * modules/unictype/category-Ll: New file.
7177         * modules/unictype/category-Lt: New file.
7178         * modules/unictype/category-Lm: New file.
7179         * modules/unictype/category-Lo: New file.
7180         * modules/unictype/category-M: New file.
7181         * modules/unictype/category-Mn: New file.
7182         * modules/unictype/category-Mc: New file.
7183         * modules/unictype/category-Me: New file.
7184         * modules/unictype/category-N: New file.
7185         * modules/unictype/category-Nd: New file.
7186         * modules/unictype/category-Nl: New file.
7187         * modules/unictype/category-No: New file.
7188         * modules/unictype/category-P: New file.
7189         * modules/unictype/category-Pc: New file.
7190         * modules/unictype/category-Pd: New file.
7191         * modules/unictype/category-Ps: New file.
7192         * modules/unictype/category-Pe: New file.
7193         * modules/unictype/category-Pi: New file.
7194         * modules/unictype/category-Pf: New file.
7195         * modules/unictype/category-Po: New file.
7196         * modules/unictype/category-S: New file.
7197         * modules/unictype/category-Sm: New file.
7198         * modules/unictype/category-Sc: New file.
7199         * modules/unictype/category-Sk: New file.
7200         * modules/unictype/category-So: New file.
7201         * modules/unictype/category-Z: New file.
7202         * modules/unictype/category-Zs: New file.
7203         * modules/unictype/category-Zl: New file.
7204         * modules/unictype/category-Zp: New file.
7205         * modules/unictype/category-C: New file.
7206         * modules/unictype/category-Cc: New file.
7207         * modules/unictype/category-Cf: New file.
7208         * modules/unictype/category-Cs: New file.
7209         * modules/unictype/category-Co: New file.
7210         * modules/unictype/category-Cn: New file.
7211         * modules/unictype/category-or: New file.
7212         * modules/unictype/category-of: New file.
7213         * modules/unictype/category-test: New file.
7214         * modules/unictype/category-test-withtable: New file.
7215         * modules/unictype/category-byname: New file.
7216         * modules/unictype/category-none: New file.
7217         * modules/unictype/category-and: New file.
7218         * modules/unictype/category-and-not: New file.
7219         * modules/unictype/category-name: New file.
7220         * modules/unictype/combining-class: New file.
7221         * modules/unictype/category-all: New file.
7222         * modules/unictype/bidicategory-all: New file.
7223         * modules/unictype/bidicategory-byname: New file.
7224         * modules/unictype/bidicategory-name: New file.
7225         * modules/unictype/bidicategory-of: New file.
7226         * modules/unictype/bidicategory-test: New file.
7227         * modules/unictype/decimal-digit: New file.
7228         * modules/unictype/digit: New file.
7229         * modules/unictype/numeric: New file.
7230         * modules/unictype/mirror: New file.
7231         * modules/unictype/property-white-space: New file.
7232         * modules/unictype/property-alphabetic: New file.
7233         * modules/unictype/property-other-alphabetic: New file.
7234         * modules/unictype/property-not-a-character: New file.
7235         * modules/unictype/property-default-ignorable-code-point: New file.
7236         * modules/unictype/property-other-default-ignorable-code-point: New
7237         file.
7238         * modules/unictype/property-deprecated: New file.
7239         * modules/unictype/property-logical-order-exception: New file.
7240         * modules/unictype/property-variation-selector: New file.
7241         * modules/unictype/property-private-use: New file.
7242         * modules/unictype/property-unassigned-code-value: New file.
7243         * modules/unictype/property-uppercase: New file.
7244         * modules/unictype/property-other-uppercase: New file.
7245         * modules/unictype/property-lowercase: New file.
7246         * modules/unictype/property-other-lowercase: New file.
7247         * modules/unictype/property-titlecase: New file.
7248         * modules/unictype/property-soft-dotted: New file.
7249         * modules/unictype/property-id-start: New file.
7250         * modules/unictype/property-other-id-start: New file.
7251         * modules/unictype/property-id-continue: New file.
7252         * modules/unictype/property-other-id-continue: New file.
7253         * modules/unictype/property-xid-start: New file.
7254         * modules/unictype/property-xid-continue: New file.
7255         * modules/unictype/property-pattern-white-space: New file.
7256         * modules/unictype/property-pattern-syntax: New file.
7257         * modules/unictype/property-join-control: New file.
7258         * modules/unictype/property-grapheme-base: New file.
7259         * modules/unictype/property-grapheme-extend: New file.
7260         * modules/unictype/property-other-grapheme-extend: New file.
7261         * modules/unictype/property-grapheme-link: New file.
7262         * modules/unictype/property-bidi-control: New file.
7263         * modules/unictype/property-bidi-left-to-right: New file.
7264         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
7265         * modules/unictype/property-bidi-arabic-right-to-left: New file.
7266         * modules/unictype/property-bidi-european-digit: New file.
7267         * modules/unictype/property-bidi-eur-num-separator: New file.
7268         * modules/unictype/property-bidi-eur-num-terminator: New file.
7269         * modules/unictype/property-bidi-arabic-digit: New file.
7270         * modules/unictype/property-bidi-common-separator: New file.
7271         * modules/unictype/property-bidi-block-separator: New file.
7272         * modules/unictype/property-bidi-segment-separator: New file.
7273         * modules/unictype/property-bidi-whitespace: New file.
7274         * modules/unictype/property-bidi-non-spacing-mark: New file.
7275         * modules/unictype/property-bidi-boundary-neutral: New file.
7276         * modules/unictype/property-bidi-pdf: New file.
7277         * modules/unictype/property-bidi-embedding-or-override: New file.
7278         * modules/unictype/property-bidi-other-neutral: New file.
7279         * modules/unictype/property-hex-digit: New file.
7280         * modules/unictype/property-ascii-hex-digit: New file.
7281         * modules/unictype/property-ideographic: New file.
7282         * modules/unictype/property-unified-ideograph: New file.
7283         * modules/unictype/property-radical: New file.
7284         * modules/unictype/property-ids-binary-operator: New file.
7285         * modules/unictype/property-ids-trinary-operator: New file.
7286         * modules/unictype/property-zero-width: New file.
7287         * modules/unictype/property-space: New file.
7288         * modules/unictype/property-non-break: New file.
7289         * modules/unictype/property-iso-control: New file.
7290         * modules/unictype/property-format-control: New file.
7291         * modules/unictype/property-dash: New file.
7292         * modules/unictype/property-hyphen: New file.
7293         * modules/unictype/property-punctuation: New file.
7294         * modules/unictype/property-line-separator: New file.
7295         * modules/unictype/property-paragraph-separator: New file.
7296         * modules/unictype/property-quotation-mark: New file.
7297         * modules/unictype/property-sentence-terminal: New file.
7298         * modules/unictype/property-terminal-punctuation: New file.
7299         * modules/unictype/property-currency-symbol: New file.
7300         * modules/unictype/property-math: New file.
7301         * modules/unictype/property-other-math: New file.
7302         * modules/unictype/property-paired-punctuation: New file.
7303         * modules/unictype/property-left-of-pair: New file.
7304         * modules/unictype/property-combining: New file.
7305         * modules/unictype/property-composite: New file.
7306         * modules/unictype/property-decimal-digit: New file.
7307         * modules/unictype/property-numeric: New file.
7308         * modules/unictype/property-diacritic: New file.
7309         * modules/unictype/property-extender: New file.
7310         * modules/unictype/property-ignorable-control: New file.
7311         * modules/unictype/property-test: New file.
7312         * modules/unictype/property-byname: New file.
7313         * modules/unictype/property-all: New file.
7314         * modules/unictype/scripts: New file.
7315         * modules/unictype/scripts-all: New file.
7316         * modules/unictype/block-of: New file.
7317         * modules/unictype/block-test: New file.
7318         * modules/unictype/block-list: New file.
7319         * modules/unictype/block-all: New file.
7320         * modules/unictype/syntax-c-whitespace: New file.
7321         * modules/unictype/syntax-java-whitespace: New file.
7322         * modules/unictype/syntax-c-ident: New file.
7323         * modules/unictype/syntax-java-ident: New file.
7324         * modules/unictype/ctype-alnum: New file.
7325         * modules/unictype/ctype-alpha: New file.
7326         * modules/unictype/ctype-cntrl: New file.
7327         * modules/unictype/ctype-digit: New file.
7328         * modules/unictype/ctype-graph: New file.
7329         * modules/unictype/ctype-lower: New file.
7330         * modules/unictype/ctype-print: New file.
7331         * modules/unictype/ctype-punct: New file.
7332         * modules/unictype/ctype-space: New file.
7333         * modules/unictype/ctype-upper: New file.
7334         * modules/unictype/ctype-xdigit: New file.
7335         * modules/unictype/ctype-blank: New file.
7336         * lib/unictype/bidi_byname.c: New file.
7337         * lib/unictype/bidi_name.c: New file.
7338         * lib/unictype/bidi_of.c: New file.
7339         * lib/unictype/bidi_test.c: New file.
7340         * lib/unictype/bitmap.h: New file.
7341         * lib/unictype/block_test.c: New file.
7342         * lib/unictype/blocks.c: New file.
7343         * lib/unictype/categ_C.c: New file.
7344         * lib/unictype/categ_Cc.c: New file.
7345         * lib/unictype/categ_Cf.c: New file.
7346         * lib/unictype/categ_Cn.c: New file.
7347         * lib/unictype/categ_Co.c: New file.
7348         * lib/unictype/categ_Cs.c: New file.
7349         * lib/unictype/categ_L.c: New file.
7350         * lib/unictype/categ_Ll.c: New file.
7351         * lib/unictype/categ_Lm.c: New file.
7352         * lib/unictype/categ_Lo.c: New file.
7353         * lib/unictype/categ_Lt.c: New file.
7354         * lib/unictype/categ_Lu.c: New file.
7355         * lib/unictype/categ_M.c: New file.
7356         * lib/unictype/categ_Mc.c: New file.
7357         * lib/unictype/categ_Me.c: New file.
7358         * lib/unictype/categ_Mn.c: New file.
7359         * lib/unictype/categ_N.c: New file.
7360         * lib/unictype/categ_Nd.c: New file.
7361         * lib/unictype/categ_Nl.c: New file.
7362         * lib/unictype/categ_No.c: New file.
7363         * lib/unictype/categ_P.c: New file.
7364         * lib/unictype/categ_Pc.c: New file.
7365         * lib/unictype/categ_Pd.c: New file.
7366         * lib/unictype/categ_Pe.c: New file.
7367         * lib/unictype/categ_Pf.c: New file.
7368         * lib/unictype/categ_Pi.c: New file.
7369         * lib/unictype/categ_Po.c: New file.
7370         * lib/unictype/categ_Ps.c: New file.
7371         * lib/unictype/categ_S.c: New file.
7372         * lib/unictype/categ_Sc.c: New file.
7373         * lib/unictype/categ_Sk.c: New file.
7374         * lib/unictype/categ_Sm.c: New file.
7375         * lib/unictype/categ_So.c: New file.
7376         * lib/unictype/categ_Z.c: New file.
7377         * lib/unictype/categ_Zl.c: New file.
7378         * lib/unictype/categ_Zp.c: New file.
7379         * lib/unictype/categ_Zs.c: New file.
7380         * lib/unictype/categ_and.c: New file.
7381         * lib/unictype/categ_and_not.c: New file.
7382         * lib/unictype/categ_byname.c: New file.
7383         * lib/unictype/categ_name.c: New file.
7384         * lib/unictype/categ_none.c: New file.
7385         * lib/unictype/categ_of.c: New file.
7386         * lib/unictype/categ_or.c: New file.
7387         * lib/unictype/categ_test.c: New file.
7388         * lib/unictype/combining.c: New file.
7389         * lib/unictype/ctype_alnum.c: New file.
7390         * lib/unictype/ctype_alpha.c: New file.
7391         * lib/unictype/ctype_blank.c: New file.
7392         * lib/unictype/ctype_cntrl.c: New file.
7393         * lib/unictype/ctype_digit.c: New file.
7394         * lib/unictype/ctype_graph.c: New file.
7395         * lib/unictype/ctype_lower.c: New file.
7396         * lib/unictype/ctype_print.c: New file.
7397         * lib/unictype/ctype_punct.c: New file.
7398         * lib/unictype/ctype_space.c: New file.
7399         * lib/unictype/ctype_upper.c: New file.
7400         * lib/unictype/ctype_xdigit.c: New file.
7401         * lib/unictype/decdigit.c: New file.
7402         * lib/unictype/digit.c: New file.
7403         * lib/unictype/identsyntaxmap.h: New file.
7404         * lib/unictype/mirror.c: New file.
7405         * lib/unictype/numeric.c: New file.
7406         * lib/unictype/pr_alphabetic.c: New file.
7407         * lib/unictype/pr_ascii_hex_digit.c: New file.
7408         * lib/unictype/pr_bidi_arabic_digit.c: New file.
7409         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
7410         * lib/unictype/pr_bidi_block_separator.c: New file.
7411         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
7412         * lib/unictype/pr_bidi_common_separator.c: New file.
7413         * lib/unictype/pr_bidi_control.c: New file.
7414         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
7415         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
7416         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
7417         * lib/unictype/pr_bidi_european_digit.c: New file.
7418         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
7419         * lib/unictype/pr_bidi_left_to_right.c: New file.
7420         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
7421         * lib/unictype/pr_bidi_other_neutral.c: New file.
7422         * lib/unictype/pr_bidi_pdf.c: New file.
7423         * lib/unictype/pr_bidi_segment_separator.c: New file.
7424         * lib/unictype/pr_bidi_whitespace.c: New file.
7425         * lib/unictype/pr_byname.c: New file.
7426         * lib/unictype/pr_byname.gperf: New file.
7427         * lib/unictype/pr_combining.c: New file.
7428         * lib/unictype/pr_composite.c: New file.
7429         * lib/unictype/pr_currency_symbol.c: New file.
7430         * lib/unictype/pr_dash.c: New file.
7431         * lib/unictype/pr_decimal_digit.c: New file.
7432         * lib/unictype/pr_default_ignorable_code_point.c: New file.
7433         * lib/unictype/pr_deprecated.c: New file.
7434         * lib/unictype/pr_diacritic.c: New file.
7435         * lib/unictype/pr_extender.c: New file.
7436         * lib/unictype/pr_format_control.c: New file.
7437         * lib/unictype/pr_grapheme_base.c: New file.
7438         * lib/unictype/pr_grapheme_extend.c: New file.
7439         * lib/unictype/pr_grapheme_link.c: New file.
7440         * lib/unictype/pr_hex_digit.c: New file.
7441         * lib/unictype/pr_hyphen.c: New file.
7442         * lib/unictype/pr_id_continue.c: New file.
7443         * lib/unictype/pr_id_start.c: New file.
7444         * lib/unictype/pr_ideographic.c: New file.
7445         * lib/unictype/pr_ids_binary_operator.c: New file.
7446         * lib/unictype/pr_ids_trinary_operator.c: New file.
7447         * lib/unictype/pr_ignorable_control.c: New file.
7448         * lib/unictype/pr_iso_control.c: New file.
7449         * lib/unictype/pr_join_control.c: New file.
7450         * lib/unictype/pr_left_of_pair.c: New file.
7451         * lib/unictype/pr_line_separator.c: New file.
7452         * lib/unictype/pr_logical_order_exception.c: New file.
7453         * lib/unictype/pr_lowercase.c: New file.
7454         * lib/unictype/pr_math.c: New file.
7455         * lib/unictype/pr_non_break.c: New file.
7456         * lib/unictype/pr_not_a_character.c: New file.
7457         * lib/unictype/pr_numeric.c: New file.
7458         * lib/unictype/pr_other_alphabetic.c: New file.
7459         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
7460         * lib/unictype/pr_other_grapheme_extend.c: New file.
7461         * lib/unictype/pr_other_id_continue.c: New file.
7462         * lib/unictype/pr_other_id_start.c: New file.
7463         * lib/unictype/pr_other_lowercase.c: New file.
7464         * lib/unictype/pr_other_math.c: New file.
7465         * lib/unictype/pr_other_uppercase.c: New file.
7466         * lib/unictype/pr_paired_punctuation.c: New file.
7467         * lib/unictype/pr_paragraph_separator.c: New file.
7468         * lib/unictype/pr_pattern_syntax.c: New file.
7469         * lib/unictype/pr_pattern_white_space.c: New file.
7470         * lib/unictype/pr_private_use.c: New file.
7471         * lib/unictype/pr_punctuation.c: New file.
7472         * lib/unictype/pr_quotation_mark.c: New file.
7473         * lib/unictype/pr_radical.c: New file.
7474         * lib/unictype/pr_sentence_terminal.c: New file.
7475         * lib/unictype/pr_soft_dotted.c: New file.
7476         * lib/unictype/pr_space.c: New file.
7477         * lib/unictype/pr_terminal_punctuation.c: New file.
7478         * lib/unictype/pr_test.c: New file.
7479         * lib/unictype/pr_titlecase.c: New file.
7480         * lib/unictype/pr_unassigned_code_value.c: New file.
7481         * lib/unictype/pr_unified_ideograph.c: New file.
7482         * lib/unictype/pr_uppercase.c: New file.
7483         * lib/unictype/pr_variation_selector.c: New file.
7484         * lib/unictype/pr_white_space.c: New file.
7485         * lib/unictype/pr_xid_continue.c: New file.
7486         * lib/unictype/pr_xid_start.c: New file.
7487         * lib/unictype/pr_zero_width.c: New file.
7488         * lib/unictype/scripts.c: New file.
7489         * lib/unictype/sy_c_ident.c: New file.
7490         * lib/unictype/sy_c_whitespace.c: New file.
7491         * lib/unictype/sy_java_ident.c: New file.
7492         * lib/unictype/sy_java_whitespace.c: New file.
7493
7494         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
7495         Unicode 5.0.0.
7496         * lib/unictype/blocks.h: Likewise.
7497         * lib/unictype/categ_C.h: Likewise.
7498         * lib/unictype/categ_Cc.h: Likewise.
7499         * lib/unictype/categ_Cf.h: Likewise.
7500         * lib/unictype/categ_Cn.h: Likewise.
7501         * lib/unictype/categ_Co.h: Likewise.
7502         * lib/unictype/categ_Cs.h: Likewise.
7503         * lib/unictype/categ_L.h: Likewise.
7504         * lib/unictype/categ_Ll.h: Likewise.
7505         * lib/unictype/categ_Lm.h: Likewise.
7506         * lib/unictype/categ_Lo.h: Likewise.
7507         * lib/unictype/categ_Lt.h: Likewise.
7508         * lib/unictype/categ_Lu.h: Likewise.
7509         * lib/unictype/categ_M.h: Likewise.
7510         * lib/unictype/categ_Mc.h: Likewise.
7511         * lib/unictype/categ_Me.h: Likewise.
7512         * lib/unictype/categ_Mn.h: Likewise.
7513         * lib/unictype/categ_N.h: Likewise.
7514         * lib/unictype/categ_Nd.h: Likewise.
7515         * lib/unictype/categ_Nl.h: Likewise.
7516         * lib/unictype/categ_No.h: Likewise.
7517         * lib/unictype/categ_P.h: Likewise.
7518         * lib/unictype/categ_Pc.h: Likewise.
7519         * lib/unictype/categ_Pd.h: Likewise.
7520         * lib/unictype/categ_Pe.h: Likewise.
7521         * lib/unictype/categ_Pf.h: Likewise.
7522         * lib/unictype/categ_Pi.h: Likewise.
7523         * lib/unictype/categ_Po.h: Likewise.
7524         * lib/unictype/categ_Ps.h: Likewise.
7525         * lib/unictype/categ_S.h: Likewise.
7526         * lib/unictype/categ_Sc.h: Likewise.
7527         * lib/unictype/categ_Sk.h: Likewise.
7528         * lib/unictype/categ_Sm.h: Likewise.
7529         * lib/unictype/categ_So.h: Likewise.
7530         * lib/unictype/categ_Z.h: Likewise.
7531         * lib/unictype/categ_Zl.h: Likewise.
7532         * lib/unictype/categ_Zp.h: Likewise.
7533         * lib/unictype/categ_Zs.h: Likewise.
7534         * lib/unictype/categ_of.h: Likewise.
7535         * lib/unictype/combining.h: Likewise.
7536         * lib/unictype/ctype_alnum.h: Likewise.
7537         * lib/unictype/ctype_alpha.h: Likewise.
7538         * lib/unictype/ctype_blank.h: Likewise.
7539         * lib/unictype/ctype_cntrl.h: Likewise.
7540         * lib/unictype/ctype_digit.h: Likewise.
7541         * lib/unictype/ctype_graph.h: Likewise.
7542         * lib/unictype/ctype_lower.h: Likewise.
7543         * lib/unictype/ctype_print.h: Likewise.
7544         * lib/unictype/ctype_punct.h: Likewise.
7545         * lib/unictype/ctype_space.h: Likewise.
7546         * lib/unictype/ctype_upper.h: Likewise.
7547         * lib/unictype/ctype_xdigit.h: Likewise.
7548         * lib/unictype/decdigit.h: Likewise.
7549         * lib/unictype/digit.h: Likewise.
7550         * lib/unictype/mirror.h: Likewise.
7551         * lib/unictype/numeric.h: Likewise.
7552         * lib/unictype/pr_alphabetic.h: Likewise.
7553         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
7554         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
7555         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
7556         * lib/unictype/pr_bidi_block_separator.h: Likewise.
7557         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
7558         * lib/unictype/pr_bidi_common_separator.h: Likewise.
7559         * lib/unictype/pr_bidi_control.h: Likewise.
7560         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
7561         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
7562         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
7563         * lib/unictype/pr_bidi_european_digit.h: Likewise.
7564         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
7565         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
7566         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
7567         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
7568         * lib/unictype/pr_bidi_pdf.h: Likewise.
7569         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
7570         * lib/unictype/pr_bidi_whitespace.h: Likewise.
7571         * lib/unictype/pr_combining.h: Likewise.
7572         * lib/unictype/pr_composite.h: Likewise.
7573         * lib/unictype/pr_currency_symbol.h: Likewise.
7574         * lib/unictype/pr_dash.h: Likewise.
7575         * lib/unictype/pr_decimal_digit.h: Likewise.
7576         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
7577         * lib/unictype/pr_deprecated.h: Likewise.
7578         * lib/unictype/pr_diacritic.h: Likewise.
7579         * lib/unictype/pr_extender.h: Likewise.
7580         * lib/unictype/pr_format_control.h: Likewise.
7581         * lib/unictype/pr_grapheme_base.h: Likewise.
7582         * lib/unictype/pr_grapheme_extend.h: Likewise.
7583         * lib/unictype/pr_grapheme_link.h: Likewise.
7584         * lib/unictype/pr_hex_digit.h: Likewise.
7585         * lib/unictype/pr_hyphen.h: Likewise.
7586         * lib/unictype/pr_id_continue.h: Likewise.
7587         * lib/unictype/pr_id_start.h: Likewise.
7588         * lib/unictype/pr_ideographic.h: Likewise.
7589         * lib/unictype/pr_ids_binary_operator.h: Likewise.
7590         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
7591         * lib/unictype/pr_ignorable_control.h: Likewise.
7592         * lib/unictype/pr_iso_control.h: Likewise.
7593         * lib/unictype/pr_join_control.h: Likewise.
7594         * lib/unictype/pr_left_of_pair.h: Likewise.
7595         * lib/unictype/pr_line_separator.h: Likewise.
7596         * lib/unictype/pr_logical_order_exception.h: Likewise.
7597         * lib/unictype/pr_lowercase.h: Likewise.
7598         * lib/unictype/pr_math.h: Likewise.
7599         * lib/unictype/pr_non_break.h: Likewise.
7600         * lib/unictype/pr_not_a_character.h: Likewise.
7601         * lib/unictype/pr_numeric.h: Likewise.
7602         * lib/unictype/pr_other_alphabetic.h: Likewise.
7603         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
7604         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
7605         * lib/unictype/pr_other_id_continue.h: Likewise.
7606         * lib/unictype/pr_other_id_start.h: Likewise.
7607         * lib/unictype/pr_other_lowercase.h: Likewise.
7608         * lib/unictype/pr_other_math.h: Likewise.
7609         * lib/unictype/pr_other_uppercase.h: Likewise.
7610         * lib/unictype/pr_paired_punctuation.h: Likewise.
7611         * lib/unictype/pr_paragraph_separator.h: Likewise.
7612         * lib/unictype/pr_pattern_syntax.h: Likewise.
7613         * lib/unictype/pr_pattern_white_space.h: Likewise.
7614         * lib/unictype/pr_private_use.h: Likewise.
7615         * lib/unictype/pr_punctuation.h: Likewise.
7616         * lib/unictype/pr_quotation_mark.h: Likewise.
7617         * lib/unictype/pr_radical.h: Likewise.
7618         * lib/unictype/pr_sentence_terminal.h: Likewise.
7619         * lib/unictype/pr_soft_dotted.h: Likewise.
7620         * lib/unictype/pr_space.h: Likewise.
7621         * lib/unictype/pr_terminal_punctuation.h: Likewise.
7622         * lib/unictype/pr_titlecase.h: Likewise.
7623         * lib/unictype/pr_unassigned_code_value.h: Likewise.
7624         * lib/unictype/pr_unified_ideograph.h: Likewise.
7625         * lib/unictype/pr_uppercase.h: Likewise.
7626         * lib/unictype/pr_variation_selector.h: Likewise.
7627         * lib/unictype/pr_white_space.h: Likewise.
7628         * lib/unictype/pr_xid_continue.h: Likewise.
7629         * lib/unictype/pr_xid_start.h: Likewise.
7630         * lib/unictype/pr_zero_width.h: Likewise.
7631         * lib/unictype/scripts.h: Likewise.
7632         * lib/unictype/scripts_byname.gperf: Likewise.
7633         * lib/unictype/sy_c_ident.h: Likewise.
7634         * lib/unictype/sy_c_whitespace.h: Likewise.
7635         * lib/unictype/sy_java_ident.h: Likewise.
7636         * lib/unictype/sy_java_whitespace.h: Likewise.
7637
7638         * lib/unictype/Makefile: New file.
7639         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
7640         glibc.
7641         * lib/unictype/3level.h: New file, copied from glibc.
7642         * lib/unictype/3levelbit.h: New file.
7643
7644 2007-11-11  Bruno Haible  <bruno@clisp.org>
7645
7646         * modules/gperf: New file.
7647         * modules/iconv_open (Depends-on): Add it.
7648         (Makefile.am): Remove the GPERF definition.
7649
7650 2007-11-11  Bruno Haible  <bruno@clisp.org>
7651
7652         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
7653         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
7654
7655 2007-11-11  Bruno Haible  <bruno@clisp.org>
7656
7657         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
7658         (usage): Remove function.
7659
7660 2007-11-11  Bruno Haible  <bruno@clisp.org>
7661
7662         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
7663         gl_FUNC_CEILF_LIBS.
7664         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
7665         gl_FUNC_CEIL_LIBS.
7666         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
7667         gl_FUNC_CEILL_LIBS.
7668         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
7669         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
7670         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
7671
7672 2007-11-11  Bruno Haible  <bruno@clisp.org>
7673
7674         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
7675         roundf were declared but do not exist on functions.
7676         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
7677         roundl were declared but do not exist on functions.
7678         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
7679         HAVE_FLOORL_AND_CEILL, respectively.
7680         Needed for Sun C on Solaris 10.
7681
7682 2007-11-11  Bruno Haible  <bruno@clisp.org>
7683
7684         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
7685         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
7686         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
7687         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
7688         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
7689         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
7690         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
7691         HAVE_DECL_ROUNDF.
7692         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
7693         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
7694         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
7695         of HAVE_DECL_ROUND*.
7696         * modules/math (Makefile.am): Update.
7697
7698 2007-11-10  Bruno Haible  <bruno@clisp.org>
7699
7700         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
7701         ptrdiff_t as m4/intl.m4.
7702
7703 2007-11-10  Jim Meyering  <meyering@redhat.com>
7704
7705         Avoid link failure for the argmatch test.
7706         * tests/test-argmatch.c (usage): Define function to avoid a link
7707         failure: argmatch_die requires a usage function.
7708
7709 2007-11-09  Bruno Haible  <bruno@clisp.org>
7710
7711         * doc/functions/snprintf.texi: Mention BeOS deficiency.
7712         * doc/functions/vsnprintf.texi: Likewise.
7713         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
7714         with a size argument < 2.
7715
7716 2007-11-09  Bruno Haible  <bruno@clisp.org>
7717
7718         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
7719         buffer. Fixes an inefficiency introduced on 2007-11-03.
7720
7721 2007-11-09  Bruno Haible  <bruno@clisp.org>
7722
7723         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
7724         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
7725
7726 2007-11-08  Jim Meyering  <meyering@redhat.com>
7727
7728         Change cache variable name prefix "jm_" to "gl_" everywhere.
7729         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
7730         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
7731         * m4/uptime.m4: s/gl_/jm_/
7732
7733 2007-11-07  Bruno Haible  <bruno@clisp.org>
7734
7735         Update to GNU gettext 0.17.
7736         * m4/intl.m4: Update to GNU gettext 0.17.
7737         * m4/po.m4: Likewise.
7738         * modules/gettext (Files): Remove m4/ulonglong.m4.
7739         (configure.ac): Require gettext infrastructure from version 0.17.
7740
7741 2007-11-06  Bruno Haible  <bruno@clisp.org>
7742
7743         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
7744         symbolic values are not defined in a public header.
7745         * lib/freadable.c (freadable) [QNX]: Likewise.
7746         * lib/freadahead.c (freadahead) [QNX]: Likewise.
7747         * lib/freading.c (freading) [QNX]: Likewise.
7748         * lib/fseterr.c (fseterr) [QNX]: Likewise.
7749         * lib/fwritable.c (fwritable) [QNX]: Likewise.
7750         * lib/fwriting.c (fwriting) [QNX]: Likewise.
7751         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
7752         Reported by Alain Magloire.
7753
7754         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
7755
7756 2007-11-05  Bruno Haible  <bruno@clisp.org>
7757
7758         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
7759         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
7760         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
7761         Reported by Eric Blake.
7762
7763 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7764             Bruno Haible  <bruno@clisp.org>
7765
7766         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
7767         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
7768         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
7769         (malloc): Undefine also before including <stdlib.h>.
7770         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
7771         Needed on OSF/1 4.0.
7772
7773 2007-11-05  Jim Meyering  <meyering@redhat.com>
7774
7775         git-version-gen: sync from coreutils.
7776         * build-aux/git-version-gen: Add comments.
7777         Change the first '-' to '.' in the snapshot version string,
7778         e.g., 6.9-377-08144 -> 6.9.377-08144
7779         Remove first parameter.
7780         Don't declare a version "-dirty" merely because a time
7781         stamp has changed.
7782
7783 2007-11-04  Bruno Haible  <bruno@clisp.org>
7784
7785         * lib/lock.h: Protect all macro definitions containing an 'if'
7786         statement through a "do { ... } while (0)".
7787         * lib/tls.h: Likewise.
7788
7789 2007-11-04  Bruno Haible  <bruno@clisp.org>
7790
7791         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
7792
7793 2007-11-04  Bruno Haible  <bruno@clisp.org>
7794
7795         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
7796         * modules/fprintf-posix (Depends-on): Add nocrash.
7797         * modules/snprintf-posix (Depends-on): Likewise.
7798         * modules/sprintf-posix (Depends-on): Likewise.
7799         * modules/vasnprintf-posix (Depends-on): Likewise.
7800         * modules/vasprintf-posix (Depends-on): Likewise.
7801         * modules/vfprintf-posix (Depends-on): Likewise.
7802         * modules/vsnprintf-posix (Depends-on): Likewise.
7803         * modules/vsprintf-posix (Depends-on): Likewise.
7804         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7805         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7806         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7807         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7808         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7809         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7810         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7811
7812 2007-11-04  Bruno Haible  <bruno@clisp.org>
7813
7814         * modules/nocrash: New file.
7815         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
7816         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
7817
7818 2007-11-04  Bruno Haible  <bruno@clisp.org>
7819
7820         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
7821         precision handling.
7822         * tests/test-vasprintf-posix.c (test_function): Likewise.
7823         * tests/test-snprintf-posix.h (test_function): Likewise.
7824         * tests/test-sprintf-posix.h (test_function): Likewise.
7825
7826         Fix *printf behaviour for large precisions on mingw and BeOS.
7827         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
7828         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
7829         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
7830         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7831         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7832         gl_PRINTF_PRECISION and test its result. Invoke
7833         gl_PREREQ_VASNPRINTF_PRECISION.
7834         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7835         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7836         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7837         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7838         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7839         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7840         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7841         * doc/functions/fprintf.texi: Update.
7842         * doc/functions/printf.texi: Update.
7843         * doc/functions/snprintf.texi: Update.
7844         * doc/functions/sprintf.texi: Update.
7845         * doc/functions/vfprintf.texi: Update.
7846         * doc/functions/vprintf.texi: Update.
7847         * doc/functions/vsnprintf.texi: Update.
7848         * doc/functions/vsprintf.texi: Update.
7849
7850 2007-11-04  Bruno Haible  <bruno@clisp.org>
7851
7852         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
7853
7854 2007-11-04  Bruno Haible  <bruno@clisp.org>
7855
7856         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
7857         Reported by Sylvain Beucler <beuc@gnu.org>.
7858
7859 2007-11-03  Bruno Haible  <bruno@clisp.org>
7860
7861         * tests/test-fprintf-posix2.sh: New file.
7862         * tests/test-fprintf-posix2.c: New file.
7863         * modules/fprintf-posix-tests (Files): Add them.
7864         (TESTS): Add test-fprintf-posix2.sh.
7865         (configure.ac): Check for getrlimit and setrlimit.
7866         (check_PROGRAMS): Add test-fprintf-posix2.
7867
7868         * tests/test-printf-posix2.sh: New file.
7869         * tests/test-printf-posix2.c: New file.
7870         * modules/printf-posix-tests (Files): Add them.
7871         (TESTS): Add test-printf-posix2.sh.
7872         (configure.ac): Check for getrlimit and setrlimit.
7873         (check_PROGRAMS): Add test-printf-posix2.
7874
7875         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
7876         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
7877         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
7878         (decode_double): New function, copied from decode_long_double.
7879         (scale10_round_decimal_decoded): New function, extracted from
7880         scale10_round_decimal_long_double.
7881         (scale10_round_decimal_long_double): Use it.
7882         (scale10_round_decimal_double): New function.
7883         (floorlog10): New function.
7884         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
7885         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
7886         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7887         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7888         gl_PRINTF_ENOMEM and test its result. Invoke
7889         gl_PREREQ_VASNPRINTF_ENOMEM.
7890         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7891         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7892         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7893         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7894         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7895         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7896         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7897         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
7898         * modules/snprintf-posix (Depends-on): Likewise.
7899         * modules/sprintf-posix (Depends-on): Likewise.
7900         * modules/vasnprintf-posix (Depends-on): Likewise.
7901         * modules/vasprintf-posix (Depends-on): Likewise.
7902         * modules/vfprintf-posix (Depends-on): Likewise.
7903         * modules/vsnprintf-posix (Depends-on): Likewise.
7904         * modules/vsprintf-posix (Depends-on): Likewise.
7905         * doc/functions/fprintf.texi: Update.
7906         * doc/functions/printf.texi: Update.
7907         * doc/functions/snprintf.texi: Update.
7908         * doc/functions/sprintf.texi: Update.
7909         * doc/functions/vfprintf.texi: Update.
7910         * doc/functions/vprintf.texi: Update.
7911         * doc/functions/vsnprintf.texi: Update.
7912         * doc/functions/vsprintf.texi: Update.
7913
7914 2007-11-03  Bruno Haible  <bruno@clisp.org>
7915
7916         * modules/frexp-nolibm-tests: New file.
7917
7918         * modules/frexp-nolibm: New file.
7919         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
7920
7921 2007-11-03  Bruno Haible  <bruno@clisp.org>
7922
7923         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
7924         value is C99 compliant.
7925         Needed for OSF/1 5.1.
7926
7927 2007-11-03  Bruno Haible  <bruno@clisp.org>
7928
7929         Fix out-of-memory handling of vasnprintf.
7930         * lib/printf-parse.c: Include <errno.h>.
7931         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
7932         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
7933         is already set.
7934
7935 2007-11-02  Eric Blake  <ebb9@byu.net>
7936
7937         Fix tests on cygwin.
7938         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
7939
7940 2007-11-01  Bruno Haible  <bruno@clisp.org>
7941
7942         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
7943         warning.
7944         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
7945         needed for POSIX compatibility.
7946
7947 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
7948
7949         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
7950         for compatibility with GNU.
7951
7952 2007-11-01  Bruno Haible  <bruno@clisp.org>
7953
7954         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
7955         (putenv): Renamed from rpl_putenv. Change argument type from
7956         'const char *' to 'char *'.
7957         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
7958         of defining putenv in config.h, just set REPLACE_PUTENV.
7959         * modules/putenv (Depends-on): Add stdlib.
7960         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7961         (Include): Use <stdlib.h>.
7962         * lib/stdlib.in.h (putenv): New declaration.
7963         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
7964         REPLACE_PUTENV.
7965         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
7966         REPLACE_PUTENV.
7967         Needed for MacOS X 10.5.0.
7968         Reported by Peter O'Gorman <peter@pogma.com>.
7969
7970 2007-11-01  Jim Meyering  <meyering@redhat.com>
7971
7972         Treat an empty date string exactly like "0".
7973         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
7974         if the remaining date string (to be parsed) is empty, use "0".
7975         Reported by Mischa Molhoek and discussed in this thread:
7976         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
7977
7978 2007-10-31  Bruno Haible  <bruno@clisp.org>
7979
7980         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
7981         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
7982         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
7983         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
7984         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
7985         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
7986
7987 2007-10-31  Bruno Haible  <bruno@clisp.org>
7988
7989         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
7990         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
7991         (AC_TYPE_LONG_LONG_INT): Use it.
7992         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
7993         it as well.
7994         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
7995         to m4/longlong.m4.
7996         * modules/stdint (Files): Remove m4/ulonglong.m4.
7997         * modules/strtoull (Files): Use m4/longlong.m4 instead of
7998         m4/ulonglong.m4.
7999         * modules/strtoumax (Files): Likewise.
8000
8001 2007-10-30  Bruno Haible  <bruno@clisp.org>
8002
8003         * modules/xvasprintf-posix: New file.
8004         Suggested by Eric Blake.
8005
8006 2007-10-30  Bruno Haible  <bruno@clisp.org>
8007
8008         * modules/xprintf-posix-tests: New file.
8009         * tests/test-xprintf-posix.sh: New file.
8010         * tests/test-xprintf-posix.c: New file.
8011         * tests/test-xfprintf-posix.c: New file.
8012
8013         * modules/xprintf-posix: New file.
8014
8015 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8016
8017         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
8018         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
8019         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
8020
8021 2007-10-29  Bruno Haible  <bruno@clisp.org>
8022
8023         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
8024         contain the special marker '_cv_'.
8025         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
8026         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
8027         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
8028         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
8029         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
8030         Reported by Ralf Wildenhues.
8031
8032 2007-10-29  Bruno Haible  <bruno@clisp.org>
8033
8034         * gnulib-tool (func_import): When --lgpl is not specified, set
8035         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
8036         GPLv3.
8037         Reported by Simon Josefsson.
8038
8039 2007-10-28  Bruno Haible  <bruno@clisp.org>
8040
8041         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
8042         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
8043         HAVE_DECL_ISFINITE.
8044         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8045         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
8046         HAVE_DECL_ISFINITE.
8047
8048 2007-10-28  Bruno Haible  <bruno@clisp.org>
8049
8050         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
8051         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
8052
8053 2007-10-28  Bruno Haible  <bruno@clisp.org>
8054
8055         Fix link errors with Sun C 5.0 on Solaris 10.
8056         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
8057         function is declared but not present in the compiler's libm.
8058         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
8059         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
8060         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
8061         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
8062         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
8063         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
8064         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
8065         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8066         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
8067         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
8068         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
8069         HAVE_DECL_FLOORL.
8070
8071 2007-10-28  Bruno Haible  <bruno@clisp.org>
8072
8073         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
8074         gl_FUNC_FLOORL. Cache the result.
8075         (gl_FUNC_FLOORL): Use it.
8076         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
8077         gl_FUNC_CEILL. Cache the result.
8078         (gl_FUNC_CEILL): Use it.
8079
8080         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
8081         gl_FUNC_FLOOR. Cache the result.
8082         (gl_FUNC_FLOOR): Use it.
8083         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
8084         gl_FUNC_CEIL. Cache the result.
8085         (gl_FUNC_CEIL): Use it.
8086
8087         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
8088         gl_FUNC_FLOORF. Cache the result.
8089         (gl_FUNC_FLOORF): Use it.
8090         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
8091         gl_FUNC_CEILF. Cache the result.
8092         (gl_FUNC_CEILF): Use it.
8093
8094 2007-10-28  Bruno Haible  <bruno@clisp.org>
8095
8096         * gnulib-tool: Allow specifying the LGPL version number through
8097         --lgpl=2 or --lgpl=3.
8098         (func_usage): Document --lgpl with argument.
8099         Handle --lgpl=... arguments.
8100         (func_import): Recognize also gl_LGPL calls with an argument. When
8101         --lgpl=2 is used and the module's license is just LGPL, report an
8102         error. Set sed_transform_lib_file according to the lgpl variable. In
8103         the generated files, use --lgpl or gl_LGPL invocations with argument,
8104         if necessary.
8105         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
8106         an LGPv2+ license.
8107         * doc/gnulib-tool.texi (Modified imports): Update explanation of
8108         gl_LGPL macro.
8109
8110 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8111             Bruno Haible  <bruno@clisp.org>
8112
8113         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
8114         (u16_uctomb_aux): Likewise.
8115         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
8116         !HAVE_INLINE.
8117         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
8118
8119 2007-10-28  Bruno Haible  <bruno@clisp.org>
8120
8121         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
8122         Invoke AM_GETTEXT_OPTION if it exists.
8123         * modules/vasprintf: Likewise.
8124         * modules/verror: Likewise.
8125         * modules/xprintf: Likewise.
8126         * modules/xvasprintf: Likewise.
8127
8128 2007-10-27  Ben Pfaff  <blp@gnu.org>
8129
8130         * lib/math.in.h: Define isfinite macro and prototypes for
8131         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
8132         implementations.
8133         * m4/math_h.m4: New substitutions for isfinite module.
8134         * lib/isfinite.c: New file.
8135         * m4/isfinite.m4: New file.
8136         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
8137         * modules/isfinite: New file.
8138         * modules/isfinite-tests: New file.
8139         * tests/tests-isfinite.c: New file.
8140         * doc/functions/isfinite.texi: Mention isfinite module.
8141         * MODULES.html.sh: Mention new module.
8142
8143 2007-10-27  Ben Pfaff  <blp@gnu.org>
8144
8145         Ralf Wildenhues reported that Tru64 4.0D declares the round
8146         functions but does not have definitions.
8147         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
8148         cannot be found in any library, set the output variable to
8149         "missing" instead of "".
8150         * m4/round.m4: Also use our substitute if we cannot find round in
8151         any library, even if it is declared.
8152         * m4/roundf.m4: Likewise for roundf.
8153         * m4/roundl.m4: Likewise for roundl.
8154         * lib/math.in.h: Undefine roundf, round, roundl before defining
8155         their replacements, to allow for hypothetical systems where these
8156         may be defined as macros but not available in libraries.
8157
8158 2007-10-27  Bruno Haible  <bruno@clisp.org>
8159
8160         * doc/gnulib.texi: Invoke @firstparagraphindent.
8161         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
8162         changes in gnulib.
8163         (Source changes): New section.
8164
8165 2007-10-26  Bruno Haible  <bruno@clisp.org>
8166
8167         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
8168         borrowed from autoconf.
8169
8170 2007-10-26  Bruno Haible  <bruno@clisp.org>
8171
8172         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
8173         strerror returned the empty string. Needed on HP-UX 11.00.
8174
8175 2007-10-24  Micah Cowan  <micah@cowan.name>
8176
8177         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
8178         * build-aux/bootstrap: Remove support for now-unnecessary option,
8179         --cvs-user, and envvars CVS_USER, CVS_RSH.
8180
8181 2007-10-24  Jim Meyering  <meyering@redhat.com>
8182
8183         Avoid diagnostics from sha1sum when there is no cached checksum.
8184         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
8185         if the po.s1 file hasn't been created yet.
8186
8187         * build-aux/bootstrap: Sync from coreutils:
8188         2007-10-24  Jim Meyering  <meyering@redhat.com>
8189         Get gnulib from the git repository, not from an obsolete cvs one.
8190         * build-aux/bootstrap: Suggestion from Micah Cowan.
8191         2007-10-04  Jim Meyering  <jim@meyering.net>
8192         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
8193         (update_po_files): Work also when there are no .po files in po/.
8194
8195 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8196
8197         * README: Append ".git" to git and cg examples.
8198         Problem reported by Benoit Sigoure.
8199
8200 2007-10-23  Micah Cowan  <micah@cowan.name>
8201
8202         * users.txt: Add wget.
8203
8204 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8205
8206         Fix linking of some unistdio tests on FreeBSD.
8207         * modules/unistdio/u16-vsnprintf-tests
8208         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
8209         * modules/unistdio/u16-vsprintf-tests
8210         (test_u16_vsnprintf1_LDADD): Likewise.
8211         * modules/unistdio/u32-vsnprintf-tests
8212         (test_u32_vsnprintf1_LDADD): Likewise.
8213         * modules/unistdio/u32-vsprintf-tests
8214         (test_u32_vsprintf1_LDADD): Likewise.
8215         * modules/unistdio/u8-vsnprintf-tests
8216         (test_u8_vsnprintf1_LDADD): Likewise.
8217         * modules/unistdio/u8-vsprintf-tests
8218         (test_u8_vsprintf1_LDADD): Likewise.
8219         * modules/unistdio/ulc-vsnprintf-tests
8220         (test_ulc_vsnprintf1_LDADD): Likewise.
8221         * modules/unistdio/ulc-vsprintf-tests
8222         (test_ulc_vsprintf1_LDADD): Likewise.
8223
8224         Fix linking of some uniconv tests on FreeBSD.
8225         * modules/uniconv/u16-conv-from-enc-tests
8226         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
8227         * modules/uniconv/u16-conv-to-enc-tests
8228         (test_u16_conv_to_enc_LDADD): Likewise.
8229         * modules/uniconv/u16-strconv-from-enc-tests
8230         (test_u16_strconv_from_enc_LDADD): Likewise.
8231         * modules/uniconv/u16-strconv-to-enc-tests
8232         (test_u16_strconv_to_enc_LDADD): Likewise.
8233         * modules/uniconv/u32-conv-from-enc-tests
8234         (test_u32_conv_from_enc_LDADD): Likewise.
8235         * modules/uniconv/u32-conv-to-enc-tests
8236         (test_u32_conv_to_enc_LDADD): Likewise.
8237         * modules/uniconv/u32-strconv-from-enc-tests
8238         (test_u32_strconv_from_enc_LDADD): Likewise.
8239         * modules/uniconv/u32-strconv-to-enc-tests
8240         (test_u32_strconv_to_enc_LDADD): Likewise.
8241         * modules/uniconv/u8-conv-from-enc-tests
8242         (test_u8_conv_from_enc_LDADD): Likewise.
8243         * modules/uniconv/u8-conv-to-enc-tests
8244         (test_u8_conv_to_enc_LDADD): Likewise.
8245         * modules/uniconv/u8-strconv-from-enc-tests
8246         (test_u8_strconv_from_enc_LDADD): Likewise.
8247         * modules/uniconv/u8-strconv-to-enc-tests
8248         (test_u8_strconv_to_enc_LDADD): Likewise.
8249
8250 2007-10-22  Bruno Haible  <bruno@clisp.org>
8251
8252         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
8253         size.
8254
8255 2007-10-22  Eric Blake  <ebb9@byu.net>
8256
8257         Tweak x*printf documentation.
8258         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
8259         variable name and comments.
8260         Suggested by Bruno Haible.
8261
8262 2007-10-22  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/acl.c (copy_acl): Fix file name in comment.
8265
8266 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8267
8268         Fix Tru64 problem with stdbool.h.
8269         * lib/stdbool.in.h (false, true):
8270         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
8271         Don't declare as an enum in this situation; it runs afoul of Tru64.
8272         Problem reported by Steven M. Schweda in
8273         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
8274
8275 2007-10-22  Eric Blake  <ebb9@byu.net>
8276
8277         Also wrap vf?printf.
8278         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
8279         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
8280         (xvprintf, xvfprintf): New functions.
8281
8282 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8283
8284         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
8285         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
8286
8287         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
8288         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
8289
8290 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8291
8292         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
8293         by Bruno Haible.
8294
8295 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8296
8297         * lib/getloadavg.c
8298         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
8299         Undef `sys' after including sys/table.h, for Tru64 4.0D.
8300
8301         * tests/test-i-ring.c: Work for C89.
8302
8303 2007-10-22  Bruno Haible  <bruno@clisp.org>
8304
8305         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
8306         -1u, in preprocessor expression, so that we don't test for the bug
8307         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
8308         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
8309
8310 2007-10-22  Eric Blake  <ebb9@byu.net>
8311
8312         * tests/test-yesno.sh: Silence stderr during test.
8313
8314 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8315
8316         * modules/crypto/gc-camellia: New file.
8317
8318         * m4/gc-camellia.m4: New file.
8319
8320         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
8321
8322         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
8323
8324 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8325
8326         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
8327         --help to stdout.  Reported by sms@antinode.org (Steven
8328         M. Schweda).
8329
8330 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8331
8332         * users.txt: Fix link to libksba.
8333
8334 2007-10-21  Ben Pfaff  <blp@gnu.org>
8335
8336         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
8337         round.c roundf implementation that depends on floorf and ceilf to
8338         be tested unconditionally.
8339
8340 2007-10-21  Ben Pfaff  <blp@gnu.org>
8341
8342         * m4/check-libm-func.m4: Removed.
8343         * m4/check-math-lib.m4: New file.
8344         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
8345         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
8346         definition and lack of AC_LIBOBJ([roundf]).
8347         * m4/roundl.m4: Ditto, and similarly for roundl.
8348         * modules/round: Reference new m4 file.
8349         * modules/roundf: Ditto.
8350         * modules/roundl: Ditto.
8351         * tests/test-round2.c (main): Use ROUND instead of round.
8352         Bug report from Bruno Haible.
8353
8354 2007-10-21  Bruno Haible  <bruno@clisp.org>
8355
8356         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
8357         context.
8358
8359 2007-10-21  Bruno Haible  <bruno@clisp.org>
8360
8361         * tests/test-wcwidth.c (main): Allow negative result for some control
8362         characters.
8363
8364         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
8365         Needed on OSF/1 5.1.
8366
8367 2007-10-21  Bruno Haible  <bruno@clisp.org>
8368
8369         * tests/test-floorf1.c: Include isnanf.h.
8370         (main): Use isnanf() instead of isnan().
8371         * tests/test-ceilf1.c: Include isnanf.h.
8372         (main): Use isnanf() instead of isnan().
8373         * tests/test-truncf1.c: Include isnanf.h.
8374         (main): Use isnanf() instead of isnan().
8375         * tests/test-roundf1.c: Include isnanf.h.
8376         (main): Use isnanf() instead of isnan().
8377
8378 2007-10-21  Eric Blake  <ebb9@byu.net>
8379
8380         * users.txt: Update URL for m4.
8381
8382 2007-10-21  Bruno Haible  <bruno@clisp.org>
8383
8384         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
8385
8386 2007-10-21  Bruno Haible  <bruno@clisp.org>
8387
8388         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
8389         Git's management files if the CVS files are not present.
8390
8391 2007-10-20  Bruno Haible  <bruno@clisp.org>
8392
8393         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
8394         gcc-3.4.x.
8395
8396 2007-10-20  Ben Pfaff  <blp@gnu.org>
8397
8398         * lib/math.in.h: Declare round, roundf, roundl if we are providing
8399         implementations.
8400         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
8401         * lib/round.c: New file.
8402         * lib/roundf.c: New file.
8403         * lib/roundl.c: New file.
8404         * m4/round.m4: New file.
8405         * m4/roundf.m4: New file.
8406         * m4/roundl.m4: New file.
8407         * m4/check-libm-func-m4: New file.
8408         * modules/math: Replace round, roundf, roundl related @VARS@ in
8409         math.in.h.
8410         * modules/round: New file.
8411         * modules/round-tests: New file.
8412         * modules/roundf: New file.
8413         * modules/roundf-tests: New file.
8414         * modules/roundl: New file.
8415         * modules/roundl-tests: New file.
8416         * tests/test-round1.c: New file.
8417         * tests/test-round2.c: New file.
8418         * tests/test-roundf1.c: New file.
8419         * tests/test-roundf2.c: New file.
8420         * tests/test-roundl.c: New file.
8421         * doc/functions/round.texi: Mention round module.
8422         * doc/functions/roundf.texi: Mention roundf module.
8423         * doc/functions/roundl.texi: Mention roundl module.
8424         * MODULES.html.sh: Mention new modules.
8425         Thanks to Bruno Haible for suggestions.
8426
8427 2007-10-20  Jim Meyering  <meyering@redhat.com>
8428
8429         * lib/xprintf.c: Include <config.h> unconditionally.
8430
8431         Change xprintf's license to GPL.
8432         * modules/xprintf (License): s/LGPL/GPL/, since this module
8433         depends on modules (exit and exitfail) which are GPL.
8434         Suggestion from Bruno Haible.
8435
8436         xprintf fixes.
8437         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
8438         Use a clearer diagnostic.
8439         Patch from Bruno Haible.
8440
8441 2007-10-20  Bruno Haible  <bruno@clisp.org>
8442
8443         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
8444         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
8445         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8446
8447 2007-10-20  Bruno Haible  <bruno@clisp.org>
8448
8449         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
8450         precision in the comparison result > x - 1 or similar.
8451         * tests/test-ceilf2.c (correct_result_p): Likewise.
8452         * tests/test-truncf2.c (correct_result_p): Likewise.
8453         * tests/test-trunc2.c (correct_result_p): Likewise.
8454         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8455
8456 2007-10-20  Bruno Haible  <bruno@clisp.org>
8457
8458         * modules/ceil: New file.
8459         * m4/ceil.m4: New file.
8460         * doc/functions/ceil.texi: Mention the 'ceil' module.
8461
8462 2007-10-20  Bruno Haible  <bruno@clisp.org>
8463
8464         * modules/floor: New file.
8465         * m4/floor.m4: New file.
8466         * doc/functions/floor.texi: Mention the 'floor' module.
8467
8468 2007-10-20  Bruno Haible  <bruno@clisp.org>
8469
8470         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
8471         of %a.
8472         * modules/floorf-tests (Depends-on): Likewise.
8473         * modules/truncf-tests (Depends-on): Likewise.
8474         * modules/trunc-tests (Depends-on): Likewise.
8475         Reported by Ben Pfaff.
8476
8477 2007-10-19  Jim Meyering  <meyering@redhat.com>
8478
8479         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
8480         Don't bother testing specific errno values.  Just test ferror.
8481
8482         New module: xprintf
8483         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
8484
8485 2007-10-19  Bruno Haible  <bruno@clisp.org>
8486
8487         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
8488         syntax.
8489         * modules/javaexec (Makefile.am): Likewise.
8490         * modules/relocatable-prog (Makefile.am): Likewise.
8491         Suggested by Jim Meyering.
8492
8493 2007-10-18  Bruno Haible  <bruno@clisp.org>
8494
8495         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
8496         Reported by Jim Meyering.
8497
8498 2007-10-18  Eric Blake  <ebb9@byu.net>
8499
8500         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
8501
8502 2007-10-18  Bruno Haible  <bruno@clisp.org>
8503
8504         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
8505         the format string into writable memory. Needed in Fortify conditions.
8506
8507 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
8508             Bruno Haible  <bruno@clisp.org>
8509
8510         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
8511         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
8512         * modules/trim (Depends-on): Add mbchar.
8513         (configure.ac): Add gl_FUNC_MBRTOWC.
8514         (Makefile.am): Augment lib_SOURCES.
8515
8516 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8517
8518         Modify glob.c to use fstatat and dirfd, to simplify it.
8519         Suggested by Eric Blake.
8520         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
8521         Don't include <stdbool.h>; not used.
8522         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
8523         (link_exists_p): Simplify implementation, since we can now assume
8524         dirfd and fstatat.
8525         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
8526
8527 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8528
8529         * gnulib-tool (func_get_dependencies): Fix sed script to
8530         match only tests.
8531
8532 2007-10-17  Bruno Haible  <bruno@clisp.org>
8533
8534         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
8535         allow locale names without encoding suffix.
8536         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8537         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8538
8539 2007-10-16  Bruno Haible  <bruno@clisp.org>
8540
8541         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
8542         * lib/getgroups.c (getgroups): Likewise.
8543         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
8544
8545 2007-10-16  Bruno Haible  <bruno@clisp.org>
8546
8547         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
8548         * modules/malloc-posix (License): Likewise.
8549         * modules/realloc-posix (License): Likewise.
8550         * modules/calloc-posix (License): Likewise.
8551         * modules/intprops (License): Change from GPL to LGPL, with
8552         Paul Eggert's approval.
8553
8554 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8555
8556         Merge glibc changes into lib/glob.c.
8557
8558         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
8559         2007-10-15 04:59:03 UTC.  Here are the changes:
8560
8561         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8562
8563         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
8564
8565         * lib/glob.c: Add some branch prediction throughout.
8566
8567         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8568
8569         [BZ #5103]
8570         * lib/glob.c (glob): Recognize patterns starting \/.
8571
8572         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8573
8574         [BZ #3996]
8575         * lib/glob.c (attribute_hidden): Define if not defined.
8576         (glob): Unescape dirname, filename or username when needed and not
8577         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8578         is NULL.  Handle unescaped [ in pattern without closing ].
8579         Don't pass GLOB_CHECK down to recursive glob for directories.
8580         (__glob_pattern_type): New function.
8581         (__glob_pattern_p): Implement using __glob_pattern_type.
8582         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8583         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8584         Remove unreachable code.
8585
8586         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8587
8588         * lib/glob.c (glob_in_dir): Add some comments and asserts to
8589         explain why there are no leaks.
8590
8591         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8592
8593         [BZ #3253]
8594         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8595         time, rather allocate increasingly bigger arrays of pointers, if
8596         possible with alloca, if too large with malloc.
8597
8598 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8599
8600         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
8601         Problem reported by H.Merijn Brand in
8602         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
8603         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
8604         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8605
8606 2007-10-15  Bruno Haible  <bruno@clisp.org>
8607
8608         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
8609         with explicit rpl_ prefix.
8610         * lib/fopen.c (fopen): Likewise.
8611         * lib/freopen.c (freopen): Likewise.
8612         * lib/iconv.c (iconv): Likewise.
8613         * lib/iconv_close.c (iconv_close): Likewise.
8614
8615 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8616
8617         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
8618
8619 2007-10-15  Bruno Haible  <bruno@clisp.org>
8620
8621         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
8622         <stddef.h> instead of <stdlib.h> since we only need NULL.
8623         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8624
8625 2007-10-15  Bruno Haible  <bruno@clisp.org>
8626
8627         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
8628         Replace paragraph talking about LIBOBJS.
8629         Reported by Colin Watson <cjwatson@debian.org>.
8630
8631 2007-10-15  Bruno Haible  <bruno@clisp.org>
8632
8633         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
8634         <stdlib.h> before using NULL.
8635
8636 2007-10-15  Simon Josefsson  <simon@josefsson.org>
8637
8638         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
8639         Reported by Albert Chin <china@thewrittenword.com>.
8640
8641 2007-10-14  Bruno Haible  <bruno@clisp.org>
8642
8643         * modules/iconv_open-utf-tests: New file.
8644         * tests/test-iconv-utf.c: New file.
8645
8646         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
8647         * modules/iconv_open-utf: New file.
8648         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
8649         (iconv, iconv_close): New declarations.
8650         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
8651         be defined.
8652         (iconv_open): Add special handling of conversion between UTF-8 and
8653         UTF-{16,32}{BE,LE}.
8654         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
8655         * lib/iconv_close.c: New file.
8656         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
8657         gl_FUNC_ICONV_OPEN.
8658         (gl_FUNC_ICONV_OPEN): Use it.
8659         (gl_FUNC_ICONV_OPEN_UTF): New macro.
8660         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
8661         and REPLACE_ICONV_UTF.
8662         * modules/iconv_open (Depends-on): Add c-strcase.
8663         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
8664         ICONV_CONST.
8665         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
8666
8667 2007-10-13  Albert Chin  <china@thewrittenword.com>
8668             Bruno Haible  <bruno@clisp.org>
8669
8670         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
8671         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
8672
8673 2007-10-13  Bruno Haible  <bruno@clisp.org>
8674
8675         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
8676         defined, use the ISO C99 inline semantics.
8677         * lib/argp.h (ARGP_EI): Likewise.
8678
8679 2007-10-13  Bruno Haible  <bruno@clisp.org>
8680
8681         Handle 'inline' change in gcc 4.3.0.
8682         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
8683         argp_fmtstream_write, argp_fmtstream_set_lmargin,
8684         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
8685         argp_fmtstream_point): Disable 'extern' declaration if the function
8686         definition is going to be provided inline.
8687         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
8688         semantics, not the ISO C99 inline semantics.
8689         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
8690         'extern' declaration if the function definition is going to be provided
8691         inline.
8692         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
8693         the GNU C inline semantics, not the ISO C99 inline semantics. With
8694         GCC 4.2, avoid a warning.
8695
8696 2007-10-13  Bruno Haible  <bruno@clisp.org>
8697
8698         * lib/freading.h (freading): Enable the use of __freading for
8699         glibc >= 2.7.
8700         * lib/freading.c (freading): Likewise.
8701
8702 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8703
8704         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
8705         "warning: C99 inline functions are not supported; using GNU89".
8706
8707 2007-10-12  Bruno Haible  <bruno@clisp.org>
8708
8709         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
8710         of 2.
8711         * tests/test-ceilf2.c: New file.
8712         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
8713
8714         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
8715         * modules/ceilf-tests: Update.
8716
8717 2007-10-12  Bruno Haible  <bruno@clisp.org>
8718
8719         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
8720         of 2.
8721         * tests/test-floorf2.c: New file.
8722         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
8723
8724         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
8725         * modules/floorf-tests: Update.
8726
8727 2007-10-12  Bruno Haible  <bruno@clisp.org>
8728
8729         * tests/test-trunc2.c: New file.
8730         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
8731
8732         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
8733         * modules/trunc-tests: Update.
8734
8735 2007-10-12  Bruno Haible  <bruno@clisp.org>
8736
8737         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
8738         of 2.
8739         * tests/test-truncf2.c: New file.
8740         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
8741
8742         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
8743         * modules/truncf-tests: Update.
8744
8745 2007-10-11  Eric Blake  <ebb9@byu.net>
8746
8747         Don't claim strerror is broken on Interix.
8748         * doc/functions/strerror.texi (strerror): Known broken systems are
8749         now Solaris 8, and not Interix.
8750         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
8751         Interix on cross-compile.
8752         Reported by Martin Koeppe in
8753         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
8754
8755 2007-10-11  Bruno Haible  <bruno@clisp.org>
8756
8757         * modules/i-ring-tests: New file.
8758         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
8759         instead of assert.
8760
8761 2007-10-11  Bruno Haible  <bruno@clisp.org>
8762
8763         * modules/filenamecat-tests: New file.
8764         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
8765         * lib/filenamecat.c: Remove test code.
8766
8767 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8768
8769         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
8770
8771         * lib/strerror.c: Include <string.h> always, to test interface,
8772         and to remove the need for the dummy.
8773         Include intprops.h to compute width instead of doing it ourselves
8774         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
8775         (strerror): Define it to return NULL if there's no system strerror.
8776         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
8777         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
8778         ancient pre-strerror Unix systems well any more.  Saying "unknown
8779         system error" is enough.
8780         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
8781         simpler strerror.c implementation.
8782         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
8783         Simplify the tests to reflect the simpler strerror implementation.
8784         * modules/strerror (Depends-on): Add intprops.
8785
8786 2007-10-09  Eric Blake  <ebb9@byu.net>
8787
8788         Silence test-fpending.
8789         * modules/fpending-tests (Files): Add wrapper script.
8790         * tests/test-fpending.sh: New file.
8791
8792 2007-10-09  Bruno Haible  <bruno@clisp.org>
8793
8794         * MODULES.html.sh (func_module): Don't create a hyperlink for
8795         function names like 'printf_frexp'.
8796         (Misc): Add crc, memxor.
8797         (Characteristics of floating types): New section.
8798         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
8799         isnanf-nolibm, signbit, trunc, truncf, truncl.
8800         (Enhancements for ISO C 99 functions): New subsection Input/output.
8801         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
8802         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
8803         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
8804         (Compatibility checks for POSIX:2001 functions): Add clock-time.
8805         (Enhancements for POSIX:2001 functions): Add chdir-long.
8806         (File system functions): Add areadlink, chdir-safer, read-file.
8807         Remove cycle-check.
8808         (File system as inode set): New section.
8809         (Date and time): Add gethrxtime.
8810         (Multithreading): Add openmp.
8811         (Internationalization functions): Add localename.
8812         (Unicode string functions): Add unistr/u*-mbsnlen.
8813         (Support for maintaining and releasing projects): Add git-version-gen.
8814         (Lone files): Remove directories.
8815
8816 2007-10-08  Ben Pfaff  <blp@gnu.org>
8817
8818         * lib/xmalloca.h: Fix typo in comment.
8819
8820 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8821
8822         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
8823         when avoiding problems with integer overflow.  Use a portable test
8824         instead.
8825
8826 2007-10-08  Simon Josefsson  <simon@josefsson.org>
8827
8828         * modules/dummy (License): Change to LGPLv2+.
8829         * modules/float (License): Likewise
8830         * modules/realloc (License): Likewise
8831         * modules/stdlib (License): Likewise
8832
8833 2007-10-07  Bruno Haible  <bruno@clisp.org>
8834
8835         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
8836         * floor.c (TWO_MANT_DIG): Likewise.
8837         * ceil.c (TWO_MANT_DIG): Likewise.
8838         Reported by Ben Pfaff.
8839
8840 2007-10-07  Bruno Haible  <bruno@clisp.org>
8841
8842         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
8843         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
8844         * lib/frexp.c (FUNC): Likewise.
8845         * lib/printf-frexp.h (printf_frexp): Likewise.
8846         * lib/printf-frexpl.h (printf_frexpl): Likewise.
8847         * lib/printf-frexp.c (FUNC): Likewise.
8848         Suggested by Jim Meyering.
8849
8850 2007-10-07  Jim Meyering  <meyering@redhat.com>
8851
8852         Make xnanosleep's integer overflow test more robust.
8853         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
8854         so that gcc-4.3.0 doesn't optimize away this test for overflow.
8855
8856 2007-10-07  Bruno Haible  <bruno@clisp.org>
8857
8858         * NEWS: Mention the license change.
8859
8860         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
8861         abbreviations in the modules files.
8862
8863         Change copyright notice from GPLv2+ to GPLv3+.
8864         * README: Change copyright notice.
8865         * MODULES.html.sh: Likewise.
8866         * build-aux/bootstrap.conf: Likewise.
8867         * build-aux/config.libpath: Likewise.
8868         * build-aux/csharpcomp.sh.in: Likewise.
8869         * build-aux/csharpexec.sh.in: Likewise.
8870         * build-aux/install-reloc: Likewise.
8871         * build-aux/javacomp.sh.in: Likewise.
8872         * build-aux/javaexec.sh.in: Likewise.
8873         * build-aux/ldd.sh.in: Likewise.
8874         * build-aux/reloc-ldflags: Likewise.
8875         * build-aux/relocatable.sh.in: Likewise.
8876         * build-aux/x-to-1.in: Likewise.
8877         * check-module: Likewise.
8878         * config/srclistvars.sh: Likewise.
8879         * gnulib-tool: Likewise.
8880         * lib/acl-internal.h: Likewise.
8881         * lib/acl.c: Likewise.
8882         * lib/acl.h: Likewise.
8883         * lib/acl_entries.c: Likewise.
8884         * lib/areadlink-with-size.c: Likewise.
8885         * lib/areadlink.c: Likewise.
8886         * lib/areadlink.h: Likewise.
8887         * lib/argmatch.c: Likewise.
8888         * lib/argmatch.h: Likewise.
8889         * lib/argp-ba.c: Likewise.
8890         * lib/argp-eexst.c: Likewise.
8891         * lib/argp-fmtstream.c: Likewise.
8892         * lib/argp-fmtstream.h: Likewise.
8893         * lib/argp-fs-xinl.c: Likewise.
8894         * lib/argp-help.c: Likewise.
8895         * lib/argp-namefrob.h: Likewise.
8896         * lib/argp-parse.c: Likewise.
8897         * lib/argp-pin.c: Likewise.
8898         * lib/argp-pv.c: Likewise.
8899         * lib/argp-pvh.c: Likewise.
8900         * lib/argp-xinl.c: Likewise.
8901         * lib/argp.h: Likewise.
8902         * lib/at-func.c: Likewise.
8903         * lib/atanl.c: Likewise.
8904         * lib/backupfile.c: Likewise.
8905         * lib/backupfile.h: Likewise.
8906         * lib/basename.c: Likewise.
8907         * lib/binary-io.h: Likewise.
8908         * lib/byteswap.in.h: Likewise.
8909         * lib/c-stack.c: Likewise.
8910         * lib/c-stack.h: Likewise.
8911         * lib/c-strcasestr.c: Likewise.
8912         * lib/c-strcasestr.h: Likewise.
8913         * lib/c-strstr.c: Likewise.
8914         * lib/c-strstr.h: Likewise.
8915         * lib/c-strtod.c: Likewise.
8916         * lib/calloc.c: Likewise.
8917         * lib/canon-host.c: Likewise.
8918         * lib/canon-host.h: Likewise.
8919         * lib/canonicalize-lgpl.c: Likewise.
8920         * lib/canonicalize.c: Likewise.
8921         * lib/canonicalize.h: Likewise.
8922         * lib/ceil.c: Likewise.
8923         * lib/ceilf.c: Likewise.
8924         * lib/ceill.c: Likewise.
8925         * lib/chdir-long.c: Likewise.
8926         * lib/chdir-long.h: Likewise.
8927         * lib/chdir-safer.c: Likewise.
8928         * lib/chdir-safer.h: Likewise.
8929         * lib/chown.c: Likewise.
8930         * lib/classpath.c: Likewise.
8931         * lib/classpath.h: Likewise.
8932         * lib/clean-temp.c: Likewise.
8933         * lib/clean-temp.h: Likewise.
8934         * lib/cloexec.c: Likewise.
8935         * lib/close-stream.c: Likewise.
8936         * lib/closein.c: Likewise.
8937         * lib/closein.h: Likewise.
8938         * lib/closeout.c: Likewise.
8939         * lib/closeout.h: Likewise.
8940         * lib/concat-filename.c: Likewise.
8941         * lib/copy-file.c: Likewise.
8942         * lib/copy-file.h: Likewise.
8943         * lib/count-one-bits.h: Likewise.
8944         * lib/crc.c: Likewise.
8945         * lib/crc.h: Likewise.
8946         * lib/creat-safer.c: Likewise.
8947         * lib/csharpcomp.c: Likewise.
8948         * lib/csharpcomp.h: Likewise.
8949         * lib/csharpexec.c: Likewise.
8950         * lib/csharpexec.h: Likewise.
8951         * lib/cycle-check.c: Likewise.
8952         * lib/cycle-check.h: Likewise.
8953         * lib/diacrit.c: Likewise.
8954         * lib/diacrit.h: Likewise.
8955         * lib/diffseq.h: Likewise.
8956         * lib/dirchownmod.c: Likewise.
8957         * lib/dirent.in.h: Likewise.
8958         * lib/dirfd.c: Likewise.
8959         * lib/dirfd.h: Likewise.
8960         * lib/dirname.c: Likewise.
8961         * lib/dirname.h: Likewise.
8962         * lib/dummy.c: Likewise.
8963         * lib/dup-safer.c: Likewise.
8964         * lib/dup2.c: Likewise.
8965         * lib/eealloc.h: Likewise.
8966         * lib/error.c: Likewise.
8967         * lib/error.h: Likewise.
8968         * lib/euidaccess.c: Likewise.
8969         * lib/exclude.c: Likewise.
8970         * lib/exclude.h: Likewise.
8971         * lib/execute.c: Likewise.
8972         * lib/execute.h: Likewise.
8973         * lib/exitfail.c: Likewise.
8974         * lib/exitfail.h: Likewise.
8975         * lib/expl.c: Likewise.
8976         * lib/fatal-signal.c: Likewise.
8977         * lib/fatal-signal.h: Likewise.
8978         * lib/fbufmode.c: Likewise.
8979         * lib/fbufmode.h: Likewise.
8980         * lib/fchdir.c: Likewise.
8981         * lib/fchmodat.c: Likewise.
8982         * lib/fchownat.c: Likewise.
8983         * lib/fcntl--.h: Likewise.
8984         * lib/fcntl-safer.h: Likewise.
8985         * lib/fcntl.in.h: Likewise.
8986         * lib/fd-safer.c: Likewise.
8987         * lib/fflush.c: Likewise.
8988         * lib/file-has-acl.c: Likewise.
8989         * lib/file-set.c: Likewise.
8990         * lib/file-type.c: Likewise.
8991         * lib/file-type.h: Likewise.
8992         * lib/fileblocks.c: Likewise.
8993         * lib/filemode.c: Likewise.
8994         * lib/filemode.h: Likewise.
8995         * lib/filename.h: Likewise.
8996         * lib/filenamecat.c: Likewise.
8997         * lib/filenamecat.h: Likewise.
8998         * lib/findprog.c: Likewise.
8999         * lib/findprog.h: Likewise.
9000         * lib/float.in.h: Likewise.
9001         * lib/floor.c: Likewise.
9002         * lib/floorf.c: Likewise.
9003         * lib/floorl.c: Likewise.
9004         * lib/fopen-safer.c: Likewise.
9005         * lib/fopen.c: Likewise.
9006         * lib/fpending.c: Likewise.
9007         * lib/fpending.h: Likewise.
9008         * lib/fprintf.c: Likewise.
9009         * lib/fprintftime.h: Likewise.
9010         * lib/fpucw.h: Likewise.
9011         * lib/fpurge.c: Likewise.
9012         * lib/fpurge.h: Likewise.
9013         * lib/freadable.c: Likewise.
9014         * lib/freadable.h: Likewise.
9015         * lib/freadahead.c: Likewise.
9016         * lib/freadahead.h: Likewise.
9017         * lib/freading.c: Likewise.
9018         * lib/freading.h: Likewise.
9019         * lib/free.c: Likewise.
9020         * lib/freopen.c: Likewise.
9021         * lib/frexp.c: Likewise.
9022         * lib/frexpl.c: Likewise.
9023         * lib/fseek.c: Likewise.
9024         * lib/fseterr.c: Likewise.
9025         * lib/fseterr.h: Likewise.
9026         * lib/fstatat.c: Likewise.
9027         * lib/fstrcmp.c: Likewise.
9028         * lib/fstrcmp.h: Likewise.
9029         * lib/fsusage.c: Likewise.
9030         * lib/fsusage.h: Likewise.
9031         * lib/ftell.c: Likewise.
9032         * lib/ftello.c: Likewise.
9033         * lib/fts-cycle.c: Likewise.
9034         * lib/fts.c: Likewise.
9035         * lib/fts_.h: Likewise.
9036         * lib/full-read.c: Likewise.
9037         * lib/full-read.h: Likewise.
9038         * lib/full-write.c: Likewise.
9039         * lib/full-write.h: Likewise.
9040         * lib/fwritable.c: Likewise.
9041         * lib/fwritable.h: Likewise.
9042         * lib/fwriteerror.c: Likewise.
9043         * lib/fwriteerror.h: Likewise.
9044         * lib/fwriting.c: Likewise.
9045         * lib/fwriting.h: Likewise.
9046         * lib/gcd.c: Likewise.
9047         * lib/gcd.h: Likewise.
9048         * lib/getcwd.c: Likewise.
9049         * lib/getdate.h: Likewise.
9050         * lib/getdate.y: Likewise.
9051         * lib/getdomainname.c: Likewise.
9052         * lib/getdomainname.h: Likewise.
9053         * lib/getgroups.c: Likewise.
9054         * lib/gethostname.c: Likewise.
9055         * lib/gethrxtime.c: Likewise.
9056         * lib/gethrxtime.h: Likewise.
9057         * lib/getloadavg.c: Likewise.
9058         * lib/getndelim2.c: Likewise.
9059         * lib/getndelim2.h: Likewise.
9060         * lib/getnline.c: Likewise.
9061         * lib/getnline.h: Likewise.
9062         * lib/getopt.c: Likewise.
9063         * lib/getopt.in.h: Likewise.
9064         * lib/getopt1.c: Likewise.
9065         * lib/getopt_int.h: Likewise.
9066         * lib/getpagesize.h: Likewise.
9067         * lib/getsubopt.c: Likewise.
9068         * lib/gettime.c: Likewise.
9069         * lib/getugroups.c: Likewise.
9070         * lib/getugroups.h: Likewise.
9071         * lib/getusershell.c: Likewise.
9072         * lib/gl_anyavltree_list1.h: Likewise.
9073         * lib/gl_anyavltree_list2.h: Likewise.
9074         * lib/gl_anyhash_list1.h: Likewise.
9075         * lib/gl_anyhash_list2.h: Likewise.
9076         * lib/gl_anylinked_list1.h: Likewise.
9077         * lib/gl_anylinked_list2.h: Likewise.
9078         * lib/gl_anyrbtree_list1.h: Likewise.
9079         * lib/gl_anyrbtree_list2.h: Likewise.
9080         * lib/gl_anytree_list1.h: Likewise.
9081         * lib/gl_anytree_list2.h: Likewise.
9082         * lib/gl_anytree_oset.h: Likewise.
9083         * lib/gl_anytreehash_list1.h: Likewise.
9084         * lib/gl_anytreehash_list2.h: Likewise.
9085         * lib/gl_array_list.c: Likewise.
9086         * lib/gl_array_list.h: Likewise.
9087         * lib/gl_array_oset.c: Likewise.
9088         * lib/gl_array_oset.h: Likewise.
9089         * lib/gl_avltree_list.c: Likewise.
9090         * lib/gl_avltree_list.h: Likewise.
9091         * lib/gl_avltree_oset.c: Likewise.
9092         * lib/gl_avltree_oset.h: Likewise.
9093         * lib/gl_avltreehash_list.c: Likewise.
9094         * lib/gl_avltreehash_list.h: Likewise.
9095         * lib/gl_carray_list.c: Likewise.
9096         * lib/gl_carray_list.h: Likewise.
9097         * lib/gl_linked_list.c: Likewise.
9098         * lib/gl_linked_list.h: Likewise.
9099         * lib/gl_linkedhash_list.c: Likewise.
9100         * lib/gl_linkedhash_list.h: Likewise.
9101         * lib/gl_list.c: Likewise.
9102         * lib/gl_list.h: Likewise.
9103         * lib/gl_oset.c: Likewise.
9104         * lib/gl_oset.h: Likewise.
9105         * lib/gl_rbtree_list.c: Likewise.
9106         * lib/gl_rbtree_list.h: Likewise.
9107         * lib/gl_rbtree_oset.c: Likewise.
9108         * lib/gl_rbtree_oset.h: Likewise.
9109         * lib/gl_rbtreehash_list.c: Likewise.
9110         * lib/gl_rbtreehash_list.h: Likewise.
9111         * lib/gl_sublist.c: Likewise.
9112         * lib/gl_sublist.h: Likewise.
9113         * lib/group-member.c: Likewise.
9114         * lib/group-member.h: Likewise.
9115         * lib/hard-locale.c: Likewise.
9116         * lib/hard-locale.h: Likewise.
9117         * lib/hash-pjw.c: Likewise.
9118         * lib/hash-pjw.h: Likewise.
9119         * lib/hash-triple.c: Likewise.
9120         * lib/hash.c: Likewise.
9121         * lib/hash.h: Likewise.
9122         * lib/human.c: Likewise.
9123         * lib/human.h: Likewise.
9124         * lib/i-ring.c: Likewise.
9125         * lib/i-ring.h: Likewise.
9126         * lib/idcache.c: Likewise.
9127         * lib/imaxabs.c: Likewise.
9128         * lib/imaxdiv.c: Likewise.
9129         * lib/inet_pton.c: Likewise.
9130         * lib/inet_pton.h: Likewise.
9131         * lib/intprops.h: Likewise.
9132         * lib/inttostr.c: Likewise.
9133         * lib/inttostr.h: Likewise.
9134         * lib/inttypes.in.h: Likewise.
9135         * lib/isapipe.c: Likewise.
9136         * lib/isdir.c: Likewise.
9137         * lib/isnan.c: Likewise.
9138         * lib/isnan.h: Likewise.
9139         * lib/isnanf.c: Likewise.
9140         * lib/isnanf.h: Likewise.
9141         * lib/isnanl-nolibm.h: Likewise.
9142         * lib/isnanl.c: Likewise.
9143         * lib/isnanl.h: Likewise.
9144         * lib/javacomp.c: Likewise.
9145         * lib/javacomp.h: Likewise.
9146         * lib/javaexec.c: Likewise.
9147         * lib/javaexec.h: Likewise.
9148         * lib/javaversion.c: Likewise.
9149         * lib/javaversion.h: Likewise.
9150         * lib/javaversion.java: Likewise.
9151         * lib/lbrkprop.h: Likewise.
9152         * lib/lchmod.h: Likewise.
9153         * lib/lchown.c: Likewise.
9154         * lib/ldexpl.c: Likewise.
9155         * lib/linebreak.c: Likewise.
9156         * lib/linebreak.h: Likewise.
9157         * lib/linebuffer.c: Likewise.
9158         * lib/linebuffer.h: Likewise.
9159         * lib/locale.in.h: Likewise.
9160         * lib/logl.c: Likewise.
9161         * lib/long-options.c: Likewise.
9162         * lib/long-options.h: Likewise.
9163         * lib/lstat.c: Likewise.
9164         * lib/lstat.h: Likewise.
9165         * lib/math.in.h: Likewise.
9166         * lib/mbchar.c: Likewise.
9167         * lib/mbchar.h: Likewise.
9168         * lib/mbfile.h: Likewise.
9169         * lib/mbiter.h: Likewise.
9170         * lib/mbscasecmp.c: Likewise.
9171         * lib/mbscasestr.c: Likewise.
9172         * lib/mbschr.c: Likewise.
9173         * lib/mbscspn.c: Likewise.
9174         * lib/mbslen.c: Likewise.
9175         * lib/mbsncasecmp.c: Likewise.
9176         * lib/mbsnlen.c: Likewise.
9177         * lib/mbspbrk.c: Likewise.
9178         * lib/mbspcasecmp.c: Likewise.
9179         * lib/mbsrchr.c: Likewise.
9180         * lib/mbssep.c: Likewise.
9181         * lib/mbsspn.c: Likewise.
9182         * lib/mbsstr.c: Likewise.
9183         * lib/mbstok_r.c: Likewise.
9184         * lib/mbswidth.c: Likewise.
9185         * lib/mbswidth.h: Likewise.
9186         * lib/mbuiter.h: Likewise.
9187         * lib/memcasecmp.c: Likewise.
9188         * lib/memcasecmp.h: Likewise.
9189         * lib/memchr.c: Likewise.
9190         * lib/memcmp.c: Likewise.
9191         * lib/memcoll.c: Likewise.
9192         * lib/memcoll.h: Likewise.
9193         * lib/memcpy.c: Likewise.
9194         * lib/memrchr.c: Likewise.
9195         * lib/mkancesdirs.c: Likewise.
9196         * lib/mkdir-p.c: Likewise.
9197         * lib/mkdir-p.h: Likewise.
9198         * lib/mkdir.c: Likewise.
9199         * lib/mkdirat.c: Likewise.
9200         * lib/mkdtemp.c: Likewise.
9201         * lib/mkstemp-safer.c: Likewise.
9202         * lib/mkstemp.c: Likewise.
9203         * lib/modechange.c: Likewise.
9204         * lib/modechange.h: Likewise.
9205         * lib/mountlist.c: Likewise.
9206         * lib/mountlist.h: Likewise.
9207         * lib/mpsort.c: Likewise.
9208         * lib/nanosleep.c: Likewise.
9209         * lib/obstack.c: Likewise.
9210         * lib/obstack.h: Likewise.
9211         * lib/open-safer.c: Likewise.
9212         * lib/open.c: Likewise.
9213         * lib/openat-die.c: Likewise.
9214         * lib/openat-priv.h: Likewise.
9215         * lib/openat-proc.c: Likewise.
9216         * lib/openat.c: Likewise.
9217         * lib/openat.h: Likewise.
9218         * lib/pagealign_alloc.c: Likewise.
9219         * lib/pagealign_alloc.h: Likewise.
9220         * lib/physmem.c: Likewise.
9221         * lib/physmem.h: Likewise.
9222         * lib/pipe-safer.c: Likewise.
9223         * lib/pipe.c: Likewise.
9224         * lib/pipe.h: Likewise.
9225         * lib/posixtm.c: Likewise.
9226         * lib/posixtm.h: Likewise.
9227         * lib/posixver.c: Likewise.
9228         * lib/printf-frexp.c: Likewise.
9229         * lib/printf-frexp.h: Likewise.
9230         * lib/printf-frexpl.c: Likewise.
9231         * lib/printf-frexpl.h: Likewise.
9232         * lib/printf.c: Likewise.
9233         * lib/progname.c: Likewise.
9234         * lib/progname.h: Likewise.
9235         * lib/progreloc.c: Likewise.
9236         * lib/putenv.c: Likewise.
9237         * lib/quote.c: Likewise.
9238         * lib/quote.h: Likewise.
9239         * lib/quotearg.c: Likewise.
9240         * lib/quotearg.h: Likewise.
9241         * lib/raise.c: Likewise.
9242         * lib/readline.c: Likewise.
9243         * lib/readline.h: Likewise.
9244         * lib/readlink.c: Likewise.
9245         * lib/readtokens.c: Likewise.
9246         * lib/readtokens.h: Likewise.
9247         * lib/readtokens0.c: Likewise.
9248         * lib/readtokens0.h: Likewise.
9249         * lib/readutmp.c: Likewise.
9250         * lib/readutmp.h: Likewise.
9251         * lib/realloc.c: Likewise.
9252         * lib/relocwrapper.c: Likewise.
9253         * lib/rename-dest-slash.c: Likewise.
9254         * lib/rename.c: Likewise.
9255         * lib/rmdir.c: Likewise.
9256         * lib/rpmatch.c: Likewise.
9257         * lib/safe-read.c: Likewise.
9258         * lib/safe-read.h: Likewise.
9259         * lib/safe-write.c: Likewise.
9260         * lib/safe-write.h: Likewise.
9261         * lib/same-inode.h: Likewise.
9262         * lib/same.c: Likewise.
9263         * lib/same.h: Likewise.
9264         * lib/save-cwd.c: Likewise.
9265         * lib/save-cwd.h: Likewise.
9266         * lib/savedir.c: Likewise.
9267         * lib/savedir.h: Likewise.
9268         * lib/savewd.c: Likewise.
9269         * lib/savewd.h: Likewise.
9270         * lib/search.in.h: Likewise.
9271         * lib/setenv.c: Likewise.
9272         * lib/setenv.h: Likewise.
9273         * lib/settime.c: Likewise.
9274         * lib/sh-quote.c: Likewise.
9275         * lib/sh-quote.h: Likewise.
9276         * lib/sig2str.c: Likewise.
9277         * lib/sig2str.h: Likewise.
9278         * lib/signal.in.h: Likewise.
9279         * lib/signbitd.c: Likewise.
9280         * lib/signbitf.c: Likewise.
9281         * lib/signbitl.c: Likewise.
9282         * lib/sigprocmask.c: Likewise.
9283         * lib/sincosl.c: Likewise.
9284         * lib/sleep.c: Likewise.
9285         * lib/sprintf.c: Likewise.
9286         * lib/sqrtl.c: Likewise.
9287         * lib/stat-time.h: Likewise.
9288         * lib/stdio--.h: Likewise.
9289         * lib/stdio-safer.h: Likewise.
9290         * lib/stdlib--.h: Likewise.
9291         * lib/stdlib-safer.h: Likewise.
9292         * lib/stdlib.in.h: Likewise.
9293         * lib/stpcpy.c: Likewise.
9294         * lib/stpncpy.c: Likewise.
9295         * lib/strchrnul.c: Likewise.
9296         * lib/strcspn.c: Likewise.
9297         * lib/strerror.c: Likewise.
9298         * lib/strftime.c: Likewise.
9299         * lib/strftime.h: Likewise.
9300         * lib/striconveh.c: Likewise.
9301         * lib/striconveh.h: Likewise.
9302         * lib/striconveha.c: Likewise.
9303         * lib/striconveha.h: Likewise.
9304         * lib/stripslash.c: Likewise.
9305         * lib/strnlen1.c: Likewise.
9306         * lib/strnlen1.h: Likewise.
9307         * lib/strtod.c: Likewise.
9308         * lib/strtoimax.c: Likewise.
9309         * lib/strtok_r.c: Likewise.
9310         * lib/strtol.c: Likewise.
9311         * lib/strtoll.c: Likewise.
9312         * lib/strtoul.c: Likewise.
9313         * lib/strtoull.c: Likewise.
9314         * lib/sysexits.in.h: Likewise.
9315         * lib/tempname.c: Likewise.
9316         * lib/tempname.h: Likewise.
9317         * lib/timespec.h: Likewise.
9318         * lib/tls.c: Likewise.
9319         * lib/tls.h: Likewise.
9320         * lib/tmpdir.c: Likewise.
9321         * lib/tmpdir.h: Likewise.
9322         * lib/tmpfile-safer.c: Likewise.
9323         * lib/tmpfile.c: Likewise.
9324         * lib/trigl.c: Likewise.
9325         * lib/trigl.h: Likewise.
9326         * lib/trim.c: Likewise.
9327         * lib/trim.h: Likewise.
9328         * lib/trunc.c: Likewise.
9329         * lib/truncf.c: Likewise.
9330         * lib/truncl.c: Likewise.
9331         * lib/tsearch.c: Likewise.
9332         * lib/unicodeio.c: Likewise.
9333         * lib/unicodeio.h: Likewise.
9334         * lib/unistd--.h: Likewise.
9335         * lib/unistd-safer.h: Likewise.
9336         * lib/unistdio/ulc-fprintf.c: Likewise.
9337         * lib/unistdio/ulc-vfprintf.c: Likewise.
9338         * lib/unlinkdir.c: Likewise.
9339         * lib/unlinkdir.h: Likewise.
9340         * lib/unlocked-io.h: Likewise.
9341         * lib/unsetenv.c: Likewise.
9342         * lib/userspec.c: Likewise.
9343         * lib/utime.c: Likewise.
9344         * lib/utimecmp.c: Likewise.
9345         * lib/utimecmp.h: Likewise.
9346         * lib/utimens.c: Likewise.
9347         * lib/verify.h: Likewise.
9348         * lib/verror.c: Likewise.
9349         * lib/verror.h: Likewise.
9350         * lib/version-etc-fsf.c: Likewise.
9351         * lib/version-etc.c: Likewise.
9352         * lib/version-etc.h: Likewise.
9353         * lib/vfprintf.c: Likewise.
9354         * lib/vprintf.c: Likewise.
9355         * lib/vsprintf.c: Likewise.
9356         * lib/w32spawn.h: Likewise.
9357         * lib/wait-process.c: Likewise.
9358         * lib/wait-process.h: Likewise.
9359         * lib/wcwidth.c: Likewise.
9360         * lib/write-any-file.c: Likewise.
9361         * lib/xalloc-die.c: Likewise.
9362         * lib/xalloc.h: Likewise.
9363         * lib/xasprintf.c: Likewise.
9364         * lib/xgetcwd.c: Likewise.
9365         * lib/xgetcwd.h: Likewise.
9366         * lib/xgetdomainname.c: Likewise.
9367         * lib/xgetdomainname.h: Likewise.
9368         * lib/xgethostname.c: Likewise.
9369         * lib/xmalloc.c: Likewise.
9370         * lib/xmalloca.c: Likewise.
9371         * lib/xmalloca.h: Likewise.
9372         * lib/xmemcoll.c: Likewise.
9373         * lib/xnanosleep.c: Likewise.
9374         * lib/xreadlink.c: Likewise.
9375         * lib/xreadlink.h: Likewise.
9376         * lib/xsetenv.c: Likewise.
9377         * lib/xsetenv.h: Likewise.
9378         * lib/xstriconv.c: Likewise.
9379         * lib/xstriconv.h: Likewise.
9380         * lib/xstrndup.c: Likewise.
9381         * lib/xstrndup.h: Likewise.
9382         * lib/xstrtod.c: Likewise.
9383         * lib/xstrtod.h: Likewise.
9384         * lib/xstrtol-error.c: Likewise.
9385         * lib/xstrtol.c: Likewise.
9386         * lib/xstrtol.h: Likewise.
9387         * lib/xtime.h: Likewise.
9388         * lib/xvasprintf.c: Likewise.
9389         * lib/xvasprintf.h: Likewise.
9390         * lib/yesno.c: Likewise.
9391         * lib/yesno.h: Likewise.
9392         * posix-modules: Likewise.
9393         * tests/test-alloca-opt.c: Likewise.
9394         * tests/test-arcfour.c: Likewise.
9395         * tests/test-arctwo.c: Likewise.
9396         * tests/test-argmatch.c: Likewise.
9397         * tests/test-argp-2.sh: Likewise.
9398         * tests/test-argp.c: Likewise.
9399         * tests/test-arpa_inet.c: Likewise.
9400         * tests/test-array_list.c: Likewise.
9401         * tests/test-array_oset.c: Likewise.
9402         * tests/test-atexit.c: Likewise.
9403         * tests/test-avltree_list.c: Likewise.
9404         * tests/test-avltree_oset.c: Likewise.
9405         * tests/test-avltreehash_list.c: Likewise.
9406         * tests/test-base64.c: Likewise.
9407         * tests/test-binary-io.c: Likewise.
9408         * tests/test-byteswap.c: Likewise.
9409         * tests/test-c-ctype.c: Likewise.
9410         * tests/test-c-strcasecmp.c: Likewise.
9411         * tests/test-c-strcasestr.c: Likewise.
9412         * tests/test-c-strncasecmp.c: Likewise.
9413         * tests/test-c-strstr.c: Likewise.
9414         * tests/test-canonicalize-lgpl.c: Likewise.
9415         * tests/test-canonicalize.c: Likewise.
9416         * tests/test-carray_list.c: Likewise.
9417         * tests/test-ceilf.c: Likewise.
9418         * tests/test-ceill.c: Likewise.
9419         * tests/test-count-one-bits.c: Likewise.
9420         * tests/test-crc.c: Likewise.
9421         * tests/test-dirname.c: Likewise.
9422         * tests/test-fbufmode.c: Likewise.
9423         * tests/test-fcntl.c: Likewise.
9424         * tests/test-fflush.c: Likewise.
9425         * tests/test-floorf.c: Likewise.
9426         * tests/test-floorl.c: Likewise.
9427         * tests/test-fopen.c: Likewise.
9428         * tests/test-fprintf-posix.c: Likewise.
9429         * tests/test-fprintf-posix.h: Likewise.
9430         * tests/test-fpurge.c: Likewise.
9431         * tests/test-freadable.c: Likewise.
9432         * tests/test-freadahead.c: Likewise.
9433         * tests/test-freading.c: Likewise.
9434         * tests/test-freopen.c: Likewise.
9435         * tests/test-frexp.c: Likewise.
9436         * tests/test-frexpl.c: Likewise.
9437         * tests/test-fseek.c: Likewise.
9438         * tests/test-fseeko.c: Likewise.
9439         * tests/test-fseterr.c: Likewise.
9440         * tests/test-fstrcmp.c: Likewise.
9441         * tests/test-ftell.c: Likewise.
9442         * tests/test-ftello.c: Likewise.
9443         * tests/test-fwritable.c: Likewise.
9444         * tests/test-fwriting.c: Likewise.
9445         * tests/test-getaddrinfo.c: Likewise.
9446         * tests/test-getpass.c: Likewise.
9447         * tests/test-gettimeofday.c: Likewise.
9448         * tests/test-hmac-md5.c: Likewise.
9449         * tests/test-hmac-sha1.c: Likewise.
9450         * tests/test-iconv.c: Likewise.
9451         * tests/test-iconvme.c: Likewise.
9452         * tests/test-inttypes.c: Likewise.
9453         * tests/test-isnan.c: Likewise.
9454         * tests/test-isnanf.c: Likewise.
9455         * tests/test-isnanl-nolibm.c: Likewise.
9456         * tests/test-isnanl.c: Likewise.
9457         * tests/test-isnanl.h: Likewise.
9458         * tests/test-ldexpl.c: Likewise.
9459         * tests/test-linked_list.c: Likewise.
9460         * tests/test-linkedhash_list.c: Likewise.
9461         * tests/test-locale.c: Likewise.
9462         * tests/test-localename.c: Likewise.
9463         * tests/test-lock.c: Likewise.
9464         * tests/test-lseek.c: Likewise.
9465         * tests/test-malloca.c: Likewise.
9466         * tests/test-math.c: Likewise.
9467         * tests/test-mbscasecmp.c: Likewise.
9468         * tests/test-mbscasestr1.c: Likewise.
9469         * tests/test-mbscasestr2.c: Likewise.
9470         * tests/test-mbscasestr3.c: Likewise.
9471         * tests/test-mbscasestr4.c: Likewise.
9472         * tests/test-mbschr.c: Likewise.
9473         * tests/test-mbscspn.c: Likewise.
9474         * tests/test-mbsncasecmp.c: Likewise.
9475         * tests/test-mbspbrk.c: Likewise.
9476         * tests/test-mbspcasecmp.c: Likewise.
9477         * tests/test-mbsrchr.c: Likewise.
9478         * tests/test-mbsspn.c: Likewise.
9479         * tests/test-mbsstr1.c: Likewise.
9480         * tests/test-mbsstr2.c: Likewise.
9481         * tests/test-mbsstr3.c: Likewise.
9482         * tests/test-md5.c: Likewise.
9483         * tests/test-memmem.c: Likewise.
9484         * tests/test-netinet_in.c: Likewise.
9485         * tests/test-open.c: Likewise.
9486         * tests/test-printf-frexp.c: Likewise.
9487         * tests/test-printf-frexpl.c: Likewise.
9488         * tests/test-printf-posix.c: Likewise.
9489         * tests/test-printf-posix.h: Likewise.
9490         * tests/test-rbtree_list.c: Likewise.
9491         * tests/test-rbtree_oset.c: Likewise.
9492         * tests/test-rbtreehash_list.c: Likewise.
9493         * tests/test-read-file.c: Likewise.
9494         * tests/test-rijndael.c: Likewise.
9495         * tests/test-search.c: Likewise.
9496         * tests/test-signbit.c: Likewise.
9497         * tests/test-sleep.c: Likewise.
9498         * tests/test-snprintf-posix.c: Likewise.
9499         * tests/test-snprintf-posix.h: Likewise.
9500         * tests/test-snprintf.c: Likewise.
9501         * tests/test-sprintf-posix.c: Likewise.
9502         * tests/test-sprintf-posix.h: Likewise.
9503         * tests/test-stat-time.c: Likewise.
9504         * tests/test-stdbool.c: Likewise.
9505         * tests/test-stdint.c: Likewise.
9506         * tests/test-stdio.c: Likewise.
9507         * tests/test-stdlib.c: Likewise.
9508         * tests/test-stpncpy.c: Likewise.
9509         * tests/test-strcasestr.c: Likewise.
9510         * tests/test-striconv.c: Likewise.
9511         * tests/test-striconveh.c: Likewise.
9512         * tests/test-striconveha.c: Likewise.
9513         * tests/test-string.c: Likewise.
9514         * tests/test-sys_select.c: Likewise.
9515         * tests/test-sys_socket.c: Likewise.
9516         * tests/test-sys_stat.c: Likewise.
9517         * tests/test-sys_time.c: Likewise.
9518         * tests/test-sysexits.c: Likewise.
9519         * tests/test-time.c: Likewise.
9520         * tests/test-tls.c: Likewise.
9521         * tests/test-trunc.c: Likewise.
9522         * tests/test-truncf.c: Likewise.
9523         * tests/test-truncl.c: Likewise.
9524         * tests/test-unistd.c: Likewise.
9525         * tests/test-vasnprintf-posix.c: Likewise.
9526         * tests/test-vasnprintf-posix2.c: Likewise.
9527         * tests/test-vasnprintf.c: Likewise.
9528         * tests/test-vasprintf-posix.c: Likewise.
9529         * tests/test-vasprintf.c: Likewise.
9530         * tests/test-verify.c: Likewise.
9531         * tests/test-vfprintf-posix.c: Likewise.
9532         * tests/test-vprintf-posix.c: Likewise.
9533         * tests/test-vsnprintf-posix.c: Likewise.
9534         * tests/test-vsnprintf.c: Likewise.
9535         * tests/test-vsprintf-posix.c: Likewise.
9536         * tests/test-wchar.c: Likewise.
9537         * tests/test-wctype.c: Likewise.
9538         * tests/test-wcwidth.c: Likewise.
9539         * tests/test-xstrtol.c: Likewise.
9540         * tests/test-xvasprintf.c: Likewise.
9541         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
9542         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
9543         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9544         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9545         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9546         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
9547         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9548         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9549         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9550         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
9551         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9552         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9553         * tests/uniname/test-uninames.c: Likewise.
9554         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
9555         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
9556         * tests/unistdio/test-u16-printf1.h: Likewise.
9557         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
9558         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
9559         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
9560         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
9561         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
9562         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
9563         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
9564         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
9565         * tests/unistdio/test-u32-printf1.h: Likewise.
9566         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
9567         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
9568         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
9569         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
9570         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
9571         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
9572         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
9573         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
9574         * tests/unistdio/test-u8-printf1.h: Likewise.
9575         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
9576         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
9577         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
9578         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
9579         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
9580         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
9581         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
9582         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
9583         * tests/unistdio/test-ulc-printf1.h: Likewise.
9584         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
9585         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
9586         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
9587         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
9588         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
9589         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
9590         * tests/uniwidth/test-u16-strwidth.c: Likewise.
9591         * tests/uniwidth/test-u16-width.c: Likewise.
9592         * tests/uniwidth/test-u32-strwidth.c: Likewise.
9593         * tests/uniwidth/test-u32-width.c: Likewise.
9594         * tests/uniwidth/test-u8-strwidth.c: Likewise.
9595         * tests/uniwidth/test-u8-width.c: Likewise.
9596         * tests/uniwidth/test-uc_width.c: Likewise.
9597         * config/srclist-update: Likewise.
9598         (fixlicense): Update to GPLv3+.
9599
9600         Change copyright notice from LGPLv2.1+ to LGPLv3+.
9601         * tests/test-tsearch.c: Change copyright notice.
9602
9603         Change copyright notice from LGPLv2.0+ to LGPLv3+.
9604         * lib/c-strcaseeq.h: Change copyright notice.
9605         * lib/streq.h: Likewise.
9606         * lib/uniconv.h: Likewise.
9607         * lib/uniconv/u-conv-from-enc.h: Likewise.
9608         * lib/uniconv/u-conv-to-enc.h: Likewise.
9609         * lib/uniconv/u-strconv-from-enc.h: Likewise.
9610         * lib/uniconv/u-strconv-to-enc.h: Likewise.
9611         * lib/uniconv/u16-conv-from-enc.c: Likewise.
9612         * lib/uniconv/u16-conv-to-enc.c: Likewise.
9613         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
9614         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
9615         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
9616         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
9617         * lib/uniconv/u32-conv-from-enc.c: Likewise.
9618         * lib/uniconv/u32-conv-to-enc.c: Likewise.
9619         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
9620         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
9621         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
9622         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
9623         * lib/uniconv/u8-conv-from-enc.c: Likewise.
9624         * lib/uniconv/u8-conv-to-enc.c: Likewise.
9625         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
9626         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
9627         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
9628         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
9629         * lib/uniname.h: Likewise.
9630         * lib/uniname/uniname.c: Likewise.
9631         * lib/unistdio.h: Likewise.
9632         * lib/unistdio/u-asnprintf.h: Likewise.
9633         * lib/unistdio/u-asprintf.h: Likewise.
9634         * lib/unistdio/u-printf-args.c: Likewise.
9635         * lib/unistdio/u-printf-args.h: Likewise.
9636         * lib/unistdio/u-printf-parse.h: Likewise.
9637         * lib/unistdio/u-snprintf.h: Likewise.
9638         * lib/unistdio/u-sprintf.h: Likewise.
9639         * lib/unistdio/u-vasprintf.h: Likewise.
9640         * lib/unistdio/u-vsnprintf.h: Likewise.
9641         * lib/unistdio/u-vsprintf.h: Likewise.
9642         * lib/unistdio/u16-asnprintf.c: Likewise.
9643         * lib/unistdio/u16-asprintf.c: Likewise.
9644         * lib/unistdio/u16-printf-parse.c: Likewise.
9645         * lib/unistdio/u16-snprintf.c: Likewise.
9646         * lib/unistdio/u16-sprintf.c: Likewise.
9647         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
9648         * lib/unistdio/u16-u16-asprintf.c: Likewise.
9649         * lib/unistdio/u16-u16-snprintf.c: Likewise.
9650         * lib/unistdio/u16-u16-sprintf.c: Likewise.
9651         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
9652         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
9653         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
9654         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
9655         * lib/unistdio/u16-vasnprintf.c: Likewise.
9656         * lib/unistdio/u16-vasprintf.c: Likewise.
9657         * lib/unistdio/u16-vsnprintf.c: Likewise.
9658         * lib/unistdio/u16-vsprintf.c: Likewise.
9659         * lib/unistdio/u32-asnprintf.c: Likewise.
9660         * lib/unistdio/u32-asprintf.c: Likewise.
9661         * lib/unistdio/u32-printf-parse.c: Likewise.
9662         * lib/unistdio/u32-snprintf.c: Likewise.
9663         * lib/unistdio/u32-sprintf.c: Likewise.
9664         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
9665         * lib/unistdio/u32-u32-asprintf.c: Likewise.
9666         * lib/unistdio/u32-u32-snprintf.c: Likewise.
9667         * lib/unistdio/u32-u32-sprintf.c: Likewise.
9668         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
9669         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
9670         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
9671         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
9672         * lib/unistdio/u32-vasnprintf.c: Likewise.
9673         * lib/unistdio/u32-vasprintf.c: Likewise.
9674         * lib/unistdio/u32-vsnprintf.c: Likewise.
9675         * lib/unistdio/u32-vsprintf.c: Likewise.
9676         * lib/unistdio/u8-asnprintf.c: Likewise.
9677         * lib/unistdio/u8-asprintf.c: Likewise.
9678         * lib/unistdio/u8-printf-parse.c: Likewise.
9679         * lib/unistdio/u8-snprintf.c: Likewise.
9680         * lib/unistdio/u8-sprintf.c: Likewise.
9681         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
9682         * lib/unistdio/u8-u8-asprintf.c: Likewise.
9683         * lib/unistdio/u8-u8-snprintf.c: Likewise.
9684         * lib/unistdio/u8-u8-sprintf.c: Likewise.
9685         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
9686         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
9687         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
9688         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
9689         * lib/unistdio/u8-vasnprintf.c: Likewise.
9690         * lib/unistdio/u8-vasprintf.c: Likewise.
9691         * lib/unistdio/u8-vsnprintf.c: Likewise.
9692         * lib/unistdio/u8-vsprintf.c: Likewise.
9693         * lib/unistdio/ulc-asnprintf.c: Likewise.
9694         * lib/unistdio/ulc-asprintf.c: Likewise.
9695         * lib/unistdio/ulc-printf-parse.c: Likewise.
9696         * lib/unistdio/ulc-snprintf.c: Likewise.
9697         * lib/unistdio/ulc-sprintf.c: Likewise.
9698         * lib/unistdio/ulc-vasnprintf.c: Likewise.
9699         * lib/unistdio/ulc-vasprintf.c: Likewise.
9700         * lib/unistdio/ulc-vsnprintf.c: Likewise.
9701         * lib/unistdio/ulc-vsprintf.c: Likewise.
9702         * lib/unistr.h: Likewise.
9703         * lib/unistr/u-cpy-alloc.h: Likewise.
9704         * lib/unistr/u-cpy.h: Likewise.
9705         * lib/unistr/u-endswith.h: Likewise.
9706         * lib/unistr/u-move.h: Likewise.
9707         * lib/unistr/u-set.h: Likewise.
9708         * lib/unistr/u-startswith.h: Likewise.
9709         * lib/unistr/u-stpcpy.h: Likewise.
9710         * lib/unistr/u-stpncpy.h: Likewise.
9711         * lib/unistr/u-strcat.h: Likewise.
9712         * lib/unistr/u-strcpy.h: Likewise.
9713         * lib/unistr/u-strcspn.h: Likewise.
9714         * lib/unistr/u-strdup.h: Likewise.
9715         * lib/unistr/u-strlen.h: Likewise.
9716         * lib/unistr/u-strncat.h: Likewise.
9717         * lib/unistr/u-strncpy.h: Likewise.
9718         * lib/unistr/u-strnlen.h: Likewise.
9719         * lib/unistr/u-strpbrk.h: Likewise.
9720         * lib/unistr/u-strspn.h: Likewise.
9721         * lib/unistr/u-strstr.h: Likewise.
9722         * lib/unistr/u-strtok.h: Likewise.
9723         * lib/unistr/u16-check.c: Likewise.
9724         * lib/unistr/u16-chr.c: Likewise.
9725         * lib/unistr/u16-cmp.c: Likewise.
9726         * lib/unistr/u16-cpy-alloc.c: Likewise.
9727         * lib/unistr/u16-cpy.c: Likewise.
9728         * lib/unistr/u16-endswith.c: Likewise.
9729         * lib/unistr/u16-mblen.c: Likewise.
9730         * lib/unistr/u16-mbsnlen.c: Likewise.
9731         * lib/unistr/u16-mbtouc-aux.c: Likewise.
9732         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
9733         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
9734         * lib/unistr/u16-mbtouc.c: Likewise.
9735         * lib/unistr/u16-mbtoucr.c: Likewise.
9736         * lib/unistr/u16-move.c: Likewise.
9737         * lib/unistr/u16-next.c: Likewise.
9738         * lib/unistr/u16-prev.c: Likewise.
9739         * lib/unistr/u16-set.c: Likewise.
9740         * lib/unistr/u16-startswith.c: Likewise.
9741         * lib/unistr/u16-stpcpy.c: Likewise.
9742         * lib/unistr/u16-stpncpy.c: Likewise.
9743         * lib/unistr/u16-strcat.c: Likewise.
9744         * lib/unistr/u16-strchr.c: Likewise.
9745         * lib/unistr/u16-strcmp.c: Likewise.
9746         * lib/unistr/u16-strcpy.c: Likewise.
9747         * lib/unistr/u16-strcspn.c: Likewise.
9748         * lib/unistr/u16-strdup.c: Likewise.
9749         * lib/unistr/u16-strlen.c: Likewise.
9750         * lib/unistr/u16-strmblen.c: Likewise.
9751         * lib/unistr/u16-strmbtouc.c: Likewise.
9752         * lib/unistr/u16-strncat.c: Likewise.
9753         * lib/unistr/u16-strncmp.c: Likewise.
9754         * lib/unistr/u16-strncpy.c: Likewise.
9755         * lib/unistr/u16-strnlen.c: Likewise.
9756         * lib/unistr/u16-strpbrk.c: Likewise.
9757         * lib/unistr/u16-strrchr.c: Likewise.
9758         * lib/unistr/u16-strspn.c: Likewise.
9759         * lib/unistr/u16-strstr.c: Likewise.
9760         * lib/unistr/u16-strtok.c: Likewise.
9761         * lib/unistr/u16-to-u32.c: Likewise.
9762         * lib/unistr/u16-to-u8.c: Likewise.
9763         * lib/unistr/u16-uctomb-aux.c: Likewise.
9764         * lib/unistr/u16-uctomb.c: Likewise.
9765         * lib/unistr/u32-check.c: Likewise.
9766         * lib/unistr/u32-chr.c: Likewise.
9767         * lib/unistr/u32-cmp.c: Likewise.
9768         * lib/unistr/u32-cpy-alloc.c: Likewise.
9769         * lib/unistr/u32-cpy.c: Likewise.
9770         * lib/unistr/u32-endswith.c: Likewise.
9771         * lib/unistr/u32-mblen.c: Likewise.
9772         * lib/unistr/u32-mbsnlen.c: Likewise.
9773         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
9774         * lib/unistr/u32-mbtouc.c: Likewise.
9775         * lib/unistr/u32-mbtoucr.c: Likewise.
9776         * lib/unistr/u32-move.c: Likewise.
9777         * lib/unistr/u32-next.c: Likewise.
9778         * lib/unistr/u32-prev.c: Likewise.
9779         * lib/unistr/u32-set.c: Likewise.
9780         * lib/unistr/u32-startswith.c: Likewise.
9781         * lib/unistr/u32-stpcpy.c: Likewise.
9782         * lib/unistr/u32-stpncpy.c: Likewise.
9783         * lib/unistr/u32-strcat.c: Likewise.
9784         * lib/unistr/u32-strchr.c: Likewise.
9785         * lib/unistr/u32-strcmp.c: Likewise.
9786         * lib/unistr/u32-strcpy.c: Likewise.
9787         * lib/unistr/u32-strcspn.c: Likewise.
9788         * lib/unistr/u32-strdup.c: Likewise.
9789         * lib/unistr/u32-strlen.c: Likewise.
9790         * lib/unistr/u32-strmblen.c: Likewise.
9791         * lib/unistr/u32-strmbtouc.c: Likewise.
9792         * lib/unistr/u32-strncat.c: Likewise.
9793         * lib/unistr/u32-strncmp.c: Likewise.
9794         * lib/unistr/u32-strncpy.c: Likewise.
9795         * lib/unistr/u32-strnlen.c: Likewise.
9796         * lib/unistr/u32-strpbrk.c: Likewise.
9797         * lib/unistr/u32-strrchr.c: Likewise.
9798         * lib/unistr/u32-strspn.c: Likewise.
9799         * lib/unistr/u32-strstr.c: Likewise.
9800         * lib/unistr/u32-strtok.c: Likewise.
9801         * lib/unistr/u32-to-u16.c: Likewise.
9802         * lib/unistr/u32-to-u8.c: Likewise.
9803         * lib/unistr/u32-uctomb.c: Likewise.
9804         * lib/unistr/u8-check.c: Likewise.
9805         * lib/unistr/u8-chr.c: Likewise.
9806         * lib/unistr/u8-cmp.c: Likewise.
9807         * lib/unistr/u8-cpy-alloc.c: Likewise.
9808         * lib/unistr/u8-cpy.c: Likewise.
9809         * lib/unistr/u8-endswith.c: Likewise.
9810         * lib/unistr/u8-mblen.c: Likewise.
9811         * lib/unistr/u8-mbsnlen.c: Likewise.
9812         * lib/unistr/u8-mbtouc-aux.c: Likewise.
9813         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
9814         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
9815         * lib/unistr/u8-mbtouc.c: Likewise.
9816         * lib/unistr/u8-mbtoucr.c: Likewise.
9817         * lib/unistr/u8-move.c: Likewise.
9818         * lib/unistr/u8-next.c: Likewise.
9819         * lib/unistr/u8-prev.c: Likewise.
9820         * lib/unistr/u8-set.c: Likewise.
9821         * lib/unistr/u8-startswith.c: Likewise.
9822         * lib/unistr/u8-stpcpy.c: Likewise.
9823         * lib/unistr/u8-stpncpy.c: Likewise.
9824         * lib/unistr/u8-strcat.c: Likewise.
9825         * lib/unistr/u8-strchr.c: Likewise.
9826         * lib/unistr/u8-strcmp.c: Likewise.
9827         * lib/unistr/u8-strcpy.c: Likewise.
9828         * lib/unistr/u8-strcspn.c: Likewise.
9829         * lib/unistr/u8-strdup.c: Likewise.
9830         * lib/unistr/u8-strlen.c: Likewise.
9831         * lib/unistr/u8-strmblen.c: Likewise.
9832         * lib/unistr/u8-strmbtouc.c: Likewise.
9833         * lib/unistr/u8-strncat.c: Likewise.
9834         * lib/unistr/u8-strncmp.c: Likewise.
9835         * lib/unistr/u8-strncpy.c: Likewise.
9836         * lib/unistr/u8-strnlen.c: Likewise.
9837         * lib/unistr/u8-strpbrk.c: Likewise.
9838         * lib/unistr/u8-strrchr.c: Likewise.
9839         * lib/unistr/u8-strspn.c: Likewise.
9840         * lib/unistr/u8-strstr.c: Likewise.
9841         * lib/unistr/u8-strtok.c: Likewise.
9842         * lib/unistr/u8-to-u16.c: Likewise.
9843         * lib/unistr/u8-to-u32.c: Likewise.
9844         * lib/unistr/u8-uctomb-aux.c: Likewise.
9845         * lib/unistr/u8-uctomb.c: Likewise.
9846         * lib/unitypes.h: Likewise.
9847         * lib/uniwidth.h: Likewise.
9848         * lib/uniwidth/cjk.h: Likewise.
9849         * lib/uniwidth/u16-strwidth.c: Likewise.
9850         * lib/uniwidth/u16-width.c: Likewise.
9851         * lib/uniwidth/u32-strwidth.c: Likewise.
9852         * lib/uniwidth/u32-width.c: Likewise.
9853         * lib/uniwidth/u8-strwidth.c: Likewise.
9854         * lib/uniwidth/u8-width.c: Likewise.
9855         * lib/uniwidth/width.c: Likewise.
9856
9857 2007-10-07  Bruno Haible  <bruno@clisp.org>
9858
9859         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
9860         The file is still under LGPL (see modules/inttypes).
9861
9862 2007-10-06  Bruno Haible  <bruno@clisp.org>
9863
9864         * modules/trunc (Dependencies): Add 'extensions'.
9865         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
9866         Reported by Ben Pfaff <blp@gnu.org>.
9867
9868 2007-10-06  Bruno Haible  <bruno@clisp.org>
9869
9870         * modules/freopen-tests: New file.
9871         * tests/test-freopen.c: New file.
9872
9873         * modules/fopen-tests: New file.
9874         * tests/test-fopen.c: New file.
9875
9876         * modules/fopen: New file.
9877         * lib/fopen.c: New file.
9878         * m4/fopen.m4: New file.
9879         * modules/freopen: New file.
9880         * lib/freopen.c: New file.
9881         * m4/freopen.m4: New file.
9882         * lib/stdio.in.h (fopen, freopen): New declarations.
9883         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
9884         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
9885         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
9886         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
9887         * doc/functions/fopen.texi: Mention the 'fopen' module.
9888         * doc/functions/freopen.texi: Mention the 'freopen' module.
9889
9890 2007-10-06  Bruno Haible  <bruno@clisp.org>
9891
9892         * modules/open-tests: New file.
9893         * tests/test-open.c: New file.
9894
9895         * modules/open: New file.
9896         * lib/open.c: New file.
9897         * m4/open.m4: New file.
9898         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
9899         lib/open.c does.
9900         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
9901         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
9902         macros.
9903         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
9904         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
9905         REPLACE_OPEN.
9906         * doc/functions/open.texi: Mention the 'open' module.
9907
9908 2007-10-04  Bruno Haible  <bruno@clisp.org>
9909
9910         * modules/ceill-tests: New file.
9911         * tests/test-ceill.c: New file.
9912
9913         * modules/ceill: New file.
9914         * lib/ceill.c: Replace entire file.
9915         * m4/ceill.m4: New file.
9916         * lib/math.in.h (ceill): Replace declaration.
9917         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
9918         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
9919         * doc/functions/ceill.texi: Mention the 'ceill' module.
9920         * modules/mathl (Files): Remove lib/ceill.c.
9921         (Depends-on): Add ceill.
9922
9923 2007-10-04  Bruno Haible  <bruno@clisp.org>
9924
9925         * modules/ceilf-tests: New file.
9926         * tests/test-ceilf.c: New file.
9927
9928         * modules/ceilf: New file.
9929         * lib/ceil.c: New file.
9930         * lib/ceilf.c: New file.
9931         * m4/ceilf.m4: New file.
9932         * lib/math.in.h (ceilf): New declaration.
9933         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
9934         HAVE_DECL_CEILF.
9935         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
9936         HAVE_DECL_CEILF.
9937         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
9938
9939 2007-10-04  Bruno Haible  <bruno@clisp.org>
9940
9941         * modules/floorl-tests: New file.
9942         * tests/test-floorl.c: New file.
9943
9944         * modules/floorl: New file.
9945         * lib/floorl.c: Replace entire file.
9946         * m4/floorl.m4: New file.
9947         * lib/math.in.h (floorl): Replace declaration.
9948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
9949         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
9950         * doc/functions/floorl.texi: Mention the 'floorl' module.
9951         * modules/mathl (Files): Remove lib/floorl.c.
9952         (Depends-on): Add floorl.
9953
9954 2007-10-04  Bruno Haible  <bruno@clisp.org>
9955
9956         * modules/floorf-tests: New file.
9957         * tests/test-floorf.c: New file.
9958
9959         * modules/floorf: New file.
9960         * lib/floor.c: New file.
9961         * lib/floorf.c: New file.
9962         * m4/floorf.m4: New file.
9963         * lib/math.in.h (floorf): New declaration.
9964         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
9965         HAVE_DECL_FLOORF.
9966         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
9967         HAVE_DECL_FLOORF.
9968         * doc/functions/floorf.texi: Mention the 'floorf' module.
9969
9970 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
9971             Bruno Haible  <bruno@clisp.org>
9972
9973         Advertise for the Git server instead of the CVS server.
9974         * doc/gnulib-intro.texi (Steady Development): Mention the Git
9975         repository instead of the CVS one.
9976         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
9977         about all VCS systems generically.
9978         * doc/gnulib.texi (Introduction): Capitalize `Git'.
9979
9980 2007-10-04  Bruno Haible  <bruno@clisp.org>
9981
9982         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
9983         means.
9984         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
9985
9986 2007-10-04  Bruno Haible  <bruno@clisp.org>
9987
9988         * modules/truncl-tests: New file.
9989         * tests/test-truncl.c: New file.
9990
9991         * modules/truncl: New file.
9992         * lib/truncl.c: New file.
9993         * m4/truncl.m4: New file.
9994         * lib/math.in.h (truncl): New declaration.
9995         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
9996         HAVE_DECL_TRUNCL.
9997         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
9998         HAVE_DECL_TRUNCL.
9999         * doc/functions/truncl.texi: Mention the 'truncl' module.
10000
10001 2007-10-04  Bruno Haible  <bruno@clisp.org>
10002
10003         * modules/truncf-tests: New file.
10004         * tests/test-truncf.c: New file.
10005
10006         * modules/truncf: New file.
10007         * lib/trunc.c: Make paramerizable through USE_* macros.
10008         * lib/truncf.c: New file.
10009         * m4/truncf.m4: New file.
10010         * lib/math.in.h (truncf): New declaration.
10011         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
10012         HAVE_DECL_TRUNCF.
10013         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
10014         HAVE_DECL_TRUNCF.
10015         * doc/functions/truncf.texi: Mention the 'truncf' module.
10016
10017 2007-10-03  Bruno Haible  <bruno@clisp.org>
10018
10019         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10020         augmentation also for tests modules.
10021         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
10022         * modules/atexit-tests (Makefile.am): Likewise.
10023         * modules/binary-io-tests (Makefile.am): Likewise.
10024         * modules/c-strcase-tests (Makefile.am): Likewise.
10025         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
10026         * modules/canonicalize-tests (Makefile.am): Likewise.
10027         * modules/closein-tests (Makefile.am): Likewise.
10028         * modules/fprintf-posix-tests (Makefile.am): Likewise.
10029         * modules/freadahead-tests (Makefile.am): Likewise.
10030         * modules/fseek-tests (Makefile.am): Likewise.
10031         * modules/fseeko-tests (Makefile.am): Likewise.
10032         * modules/ftell-tests (Makefile.am): Likewise.
10033         * modules/ftello-tests (Makefile.am): Likewise.
10034         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
10035         * modules/isnanl-tests (Makefile.am): Likewise.
10036         * modules/lseek-tests (Makefile.am): Likewise.
10037         * modules/mbscasecmp-tests (Makefile.am): Likewise.
10038         * modules/mbscasestr-tests (Makefile.am): Likewise.
10039         * modules/mbschr-tests (Makefile.am): Likewise.
10040         * modules/mbscspn-tests (Makefile.am): Likewise.
10041         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
10042         * modules/mbspbrk-tests (Makefile.am): Likewise.
10043         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
10044         * modules/mbsrchr-tests (Makefile.am): Likewise.
10045         * modules/mbsspn-tests (Makefile.am): Likewise.
10046         * modules/mbsstr-tests (Makefile.am): Likewise.
10047         * modules/printf-posix-tests (Makefile.am): Likewise.
10048         * modules/snprintf-posix-tests (Makefile.am): Likewise.
10049         * modules/sprintf-posix-tests (Makefile.am): Likewise.
10050         * modules/tsearch-tests (Makefile.am): Likewise.
10051         * modules/uniname/uniname-tests (Makefile.am): Likewise.
10052         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
10053         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
10054         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
10055         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
10056         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
10057         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
10058         * modules/vprintf-posix-tests (Makefile.am): Likewise.
10059         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
10060         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
10061         * modules/xstrtoimax-tests (Makefile.am): Likewise.
10062         * modules/xstrtol-tests (Makefile.am): Likewise.
10063         * modules/xstrtoumax-tests (Makefile.am): Likewise.
10064         * modules/yesno-tests (Makefile.am): Likewise.
10065
10066 2007-10-03  Bruno Haible  <bruno@clisp.org>
10067
10068         * modules/trunc-tests: New file.
10069         * tests/test-trunc.c: New file.
10070
10071         * modules/trunc: New file.
10072         * lib/trunc.c: New file.
10073         * m4/trunc.m4: New file.
10074         * lib/math.in.h (trunc): New declaration.
10075         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
10076         HAVE_DECL_TRUNC.
10077         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
10078         HAVE_DECL_TRUNC.
10079         * doc/functions/trunc.texi: Mention the 'trunc' module.
10080
10081 2007-10-03  Bruno Haible  <bruno@clisp.org>
10082
10083         * tests/test-fpending.c: New file, mostly copied
10084         from coreutils/lib/t-fpending.c.
10085         * modules/fpending-tests: New file.
10086
10087 2007-10-03  Bruno Haible  <bruno@clisp.org>
10088
10089         Port the stdio extensions to QNX (untested).
10090         * lib/fseterr.c (fseterr): Add support for QNX.
10091         * lib/fbufmode.c (fbufmode): Likewise.
10092         * lib/freadable.c (freadable): Likewise.
10093         * lib/fwritable.c (fwritable): Likewise.
10094         * lib/freading.c (freading): Likewise.
10095         * lib/fwriting.c (fwriting): Likewise.
10096         * lib/freadahead.c (freadahed): Likewise.
10097         * lib/fpurge.c (fpurge): Likewise.
10098         * lib/fseeko.c (rpl_fseeko): Likewise.
10099
10100 2007-10-03  Bruno Haible  <bruno@clisp.org>
10101             Jim Meyering  <jim@meyering.net>
10102             Eric Blake  <ebb9@byu.net>
10103
10104         * doc/relocatable.texi: Use @command instead of @program.
10105
10106 2007-10-02  Jim Meyering  <jim@meyering.net>
10107
10108         Perform one more "_.h" -> ".in.h" substitution.
10109         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
10110         instead of unistd_.h here, too.
10111
10112 2007-10-01  Bruno Haible  <bruno@clisp.org>
10113
10114         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
10115         Needed for the alloca-opt module.
10116
10117 2007-09-30  Bruno Haible  <bruno@clisp.org>
10118
10119         * lib/alloca.in.h: Renamed from lib/alloca_.h.
10120         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
10121         alloca_.h.
10122         * lib/argz.in.h: Renamed from lib/argz_.h.
10123         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
10124         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
10125         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
10126         byteswap_.h.
10127         * lib/dirent.in.h: Renamed from lib/dirent_.h.
10128         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
10129         dirent_.h.
10130         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
10131         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
10132         fcntl_.h.
10133         * lib/float.in.h: Renamed from lib/float_.h.
10134         * modules/float (Files, Makefile.am): Use float.in.h instead of
10135         float_.h.
10136         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
10137         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
10138         fnmatch_.h.
10139         * lib/getopt.in.h: Renamed from lib/getopt_.h.
10140         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
10141         getopt_.h.
10142         * lib/glob.in.h: Renamed from lib/glob_.h.
10143         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
10144         * lib/iconv.in.h: Renamed from lib/iconv_.h.
10145         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
10146         iconv_.h.
10147         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
10148         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
10149         inttypes_.h.
10150         * lib/locale.in.h: Renamed from lib/locale_.h.
10151         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
10152         locale_.h.
10153         * lib/math.in.h: Renamed from lib/math_.h.
10154         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
10155         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
10156         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
10157         of netinet_in_.h. Add dependency.
10158         * lib/poll.in.h: Renamed from lib/poll_.h.
10159         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
10160         * lib/search.in.h: Renamed from lib/search_.h.
10161         * modules/search (Files, Makefile.am): Use search.in.h instead of
10162         search_.h.
10163         * lib/signal.in.h: Renamed from lib/signal_.h.
10164         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
10165         _signal.h.
10166         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
10167         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
10168         stdbool_.h.
10169         * lib/stdint.in.h: Renamed from lib/stdint_.h.
10170         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
10171         stdint_.h.
10172         * lib/stdio.in.h: Renamed from lib/stdio_.h.
10173         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
10174         stdio_.h.
10175         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
10176         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
10177         stdlib_.h.
10178         * lib/string.in.h: Renamed from lib/string_.h.
10179         * modules/string (Files, Makefile.am): Use string.in.h instead of
10180         string_.h.
10181         * doc/gnulib-tool.texi (Initial import): Update.
10182         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
10183         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
10184         of sys_select_.h. Add dependency.
10185         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
10186         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
10187         of sys_socket_.h.
10188         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
10189         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
10190         sys_stat_.h.
10191         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
10192         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
10193         sys_time_.h.
10194         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
10195         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
10196         sysexits_.h.
10197         * lib/time.in.h: Renamed from lib/time_.h.
10198         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
10199         * lib/unistd.in.h: Renamed from lib/unistd_.h.
10200         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
10201         unistd_.h.
10202         * lib/wchar.in.h: Renamed from lib/wchar_.h.
10203         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
10204         wchar_.h.
10205         * lib/wctype.in.h: Renamed from lib/wctype_.h.
10206         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
10207         wctype_.h.
10208         * build-aux/bootstrap (slurp): Update.
10209         * lib/.cppi-disable: Update.
10210
10211 2007-09-30  Bruno Haible  <bruno@clisp.org>
10212
10213         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
10214         Needed on BeOS.
10215
10216 2007-09-30  Bruno Haible  <bruno@clisp.org>
10217
10218         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
10219
10220 2007-09-29  Bruno Haible  <bruno@clisp.org>
10221
10222         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
10223
10224 2007-09-29  Bruno Haible  <bruno@clisp.org>
10225
10226         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
10227         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
10228         * build-aux/install-reloc: Compile also areadlink.c.
10229         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
10230
10231 2007-09-29  Bruno Haible  <bruno@clisp.org>
10232
10233         * gnulib-tool (func_emit_initmacro_done): Indentation.
10234
10235 2007-09-29  Bruno Haible  <bruno@clisp.org>
10236
10237         * README: Add CVS checkout update instructions.
10238         Info from Bob Proulx <bob@proulx.com>.
10239
10240 2007-09-28  Eric Blake  <ebb9@byu.net>
10241
10242         Provide move-if-change.
10243         * build-aux/move-if-change: New file, based on best practice
10244         rather than any canonical upstream location.
10245
10246 2007-09-28  Jim Meyering  <jim@meyering.net>
10247
10248         Fix canonicalize loop-detection corner case.
10249         Do not attempt to stat the symlink values stored via seen_triple.
10250         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
10251         on linux-2.6.18, (but not 2.6.22).
10252         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
10253         triple_compare.  The former compares dev,ino,filename, while the latter
10254         would actually stat dirname(filename) when dev and ino were equal.
10255         * lib/hash-triple.c: Install <string.h>.
10256         (STREQ): Define.
10257         (triple_compare_ino_str): New function.
10258         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
10259
10260 2007-09-28  Eric Blake  <ebb9@byu.net>
10261
10262         Enforce that AC_REPLACE_FUNCS files exist.
10263         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
10264         override check for typos.
10265
10266         Fix test-closein on Solaris 10.
10267         * tests/test-closein.c (main): Don't assume stdin can be inherited
10268         closed on all systems.
10269         * tests/test-closein.sh: Likewise.
10270         Reported by Piotr Tarnowski.
10271
10272 2007-09-28  Jim Meyering  <jim@meyering.net>
10273
10274         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
10275
10276 2007-09-27  Jim Meyering  <jim@meyering.net>
10277
10278         canonicalize: Avoid a false-positive cycle failure.
10279         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
10280         Sort.  Remove cycle-check.
10281         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
10282         not cycle-check.h.
10283         (seen_triple): New function.
10284         (canonicalize_filename_mode): Use it instead of cycle-check.
10285         * tests/test-canonicalize.c: Add a test for this bug.
10286         * tests/test-canonicalize.sh: Set up and run the test.
10287
10288         New module, file-set, from coreutils.
10289         * modules/file-set: Define it.
10290         * lib/file-set.c, lib/file-set.h: Implement.
10291
10292         New module, hash-triple, from coreutils.
10293         * modules/hash-triple: Define it.
10294         * lib/hash-triple.c, lib/hash-triple.h: Implement.
10295
10296 2007-09-25  Eric Blake  <ebb9@byu.net>
10297
10298         Fix strerror on Interix.
10299         * lib/string_.h (strerror): Declare replacement.
10300         * doc/functions/strerror.texi (strerror): Document the Interix
10301         shortcoming.
10302         * modules/string (Makefile.am): Support new hooks.
10303         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
10304         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
10305         gl_FUNC_STRERROR_SEPARATE.
10306         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
10307         * lib/strerror.c (rpl_strerror): Provide replacement.
10308         * modules/strerror (Depends-on): Add string.
10309         (configure.ac): Detect use of module.
10310         * tests/test-strerror.c: New file.
10311         * modules/strerror-tests: New test module.
10312         * modules/argp (Depends-on): Add strerror.
10313         * modules/error (Depends-on): Likewise.
10314         Reported by Martin Koeppe.
10315
10316 2007-09-24  Bruno Haible  <bruno@clisp.org>
10317
10318         * README: Update git instructions.
10319
10320 2007-09-24  Eric Blake  <ebb9@byu.net>
10321
10322         Revert fpending breakage from 2007-09-08.
10323         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
10324         __fpending.c.
10325
10326 2007-09-24  Jim Meyering  <jim@meyering.net>
10327
10328         filenamecat.c: Add a test.
10329         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
10330         showing how the function works when DIR is the empty string.
10331
10332 2007-09-21  Simon Josefsson  <simon@josefsson.org>
10333
10334         * tests/test-canonicalize.sh: Turn on executable bit.
10335
10336 2007-09-19  Eric Blake  <ebb9@byu.net>
10337
10338         * README: Update CVS instructions.
10339
10340 2007-09-18  Bruno Haible  <bruno@clisp.org>
10341
10342         * modules/areadlink: New file.
10343         * lib/areadlink.h (areadlink): New declaration.
10344         * lib/areadlink.c: New file, based on lib/xreadlink.c.
10345
10346 2007-09-17  Jim Meyering  <jim@meyering.net>
10347
10348         * lib/savewd.c (ESTALE) [!defined]: Define.
10349         Reported to be required on Interix by Martin Koeppe.
10350
10351 2007-09-17  Bruno Haible  <bruno@clisp.org>
10352
10353         * gnulib-tool (func_version): Use $version.
10354
10355 2007-09-16  Bruno Haible  <bruno@clisp.org>
10356
10357         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
10358         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
10359         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
10360         Reported by Greg Schafer <gschafer@zip.com.au>.
10361
10362 2007-09-15  Bruno Haible  <bruno@clisp.org>
10363
10364         * gnulib-tool (sed): Try a little harder to make bash understand the
10365         alias.
10366         Reported by Bruce Korb <bruce.korb@gmail.com>.
10367
10368 2007-09-13  Eric Blake  <ebb9@byu.net>
10369
10370         * ChangeLog: Remove conflict markers.
10371
10372 2007-09-13  Simon Josefsson  <simon@josefsson.org>
10373
10374         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
10375         Reported by Bruno Haible <bruno@clisp.org>.
10376
10377 2007-09-12  Bruno Haible  <bruno@clisp.org>
10378
10379         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
10380         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
10381         is not defined.
10382
10383 2007-09-12  Eric Blake  <ebb9@byu.net>
10384
10385         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
10386         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
10387         Autoconf definition.
10388         * modules/euidaccess (Depends-on): Add extensions, for
10389         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
10390         * modules/fnmatch (Depends-on): Likewise.
10391         * modules/getaddrinfo (Depends-on): Likewise.
10392         * modules/getdelim (Depends-on): Likewise.
10393         * modules/getline (Depends-on): Likewise.
10394         * modules/getsubopt (Depends-on): Likewise.
10395         * modules/gettext (Depends-on): Likewise.
10396         * modules/group-member (Depends-on): Likewise.
10397         * modules/mbchar (Depends-on): Likewise.
10398         * modules/memmem (Depends-on): Likewise.
10399         * modules/mempcpy (Depends-on): Likewise.
10400         * modules/memrchr (Depends-on): Likewise.
10401         * modules/pagealign_alloc (Depends-on): Likewise.
10402         * modules/readutmp (Depends-on): Likewise.
10403         * modules/stpcpy (Depends-on): Likewise.
10404         * modules/stpncpy (Depends-on): Likewise.
10405         * modules/strchrnul (Depends-on): Likewise.
10406         * modules/strndup (Depends-on): Likewise.
10407         * modules/strsep (Depends-on): Likewise.
10408         * modules/strverscmp (Depends-on): Likewise.
10409         * modules/vasprintf (Depends-on): Likewise.
10410         * modules/wcwidth (Depends-on): Likewise.
10411         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
10412         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
10413         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
10414         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
10415         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10416         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10417         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
10418         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10419         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
10420         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
10421         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10422         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
10423         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
10424         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
10425         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
10426         * m4/readutmp.m4 (gl_READUTMP): Likewise.
10427         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10428         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
10429         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10430         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
10431         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10432         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
10433         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
10434         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
10435         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
10436         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10437         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
10438         so that lock.m4 can be used in gettext without extensions module.
10439
10440 2007-09-11  Bruno Haible  <bruno@clisp.org>
10441
10442         * m4/isc-posix.m4: Remove file.
10443         Suggested by Eric Blake.
10444
10445 2007-09-11  Eric Blake  <ebb9@byu.net>
10446
10447         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
10448
10449 2007-09-10  Bruno Haible  <bruno@clisp.org>
10450
10451         * posix-modules: Fix typo in error message.
10452         Reported by Matt <mkraai@beckman.com>.
10453
10454 2007-09-09  Bruno Haible  <bruno@clisp.org>
10455
10456         * doc/functions/getdelim.texi: Update list of platforms lacking the
10457         function.
10458         * doc/functions/getline.texi: Likewise.
10459
10460 2007-09-09  Jim Meyering  <jim@meyering.net>
10461
10462         * lib/hash.c (hash_initialize): Detect calloc failure.
10463         Reported by Bruno Haible.
10464
10465 2007-09-09  Bruno Haible  <bruno@clisp.org>
10466
10467         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
10468         malloc or realloc fails.
10469
10470 2007-09-09  Bruno Haible  <bruno@clisp.org>
10471
10472         * modules/getcwd (Depends-on): Add malloc-posix.
10473         * modules/glob (Depends-on): Likewise.
10474         * modules/putenv (Depends-on): Likewise.
10475         * modules/strdup (Depends-on): Likewise.
10476         * modules/getdelim (Depends-on): Add realloc-posix.
10477         * modules/read-file (Depends-on): Likewise.
10478
10479 2007-09-09  Bruno Haible  <bruno@clisp.org>
10480
10481         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
10482         (gl_FUNC_MALLOC_POSIX): Require it.
10483         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
10484         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
10485         * modules/realloc (Files): Add m4/malloc.m4.
10486         * modules/calloc (Files): Likewise.
10487
10488 2007-09-09  Bruno Haible  <bruno@clisp.org>
10489
10490         * modules/malloc-posix: New file.
10491         * modules/malloc (Depends-on): Add malloc-posix.
10492         * lib/malloc.c: Include errno.h.
10493         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
10494         and a POSIX-compatible malloc into a single function. Set ENOMEM
10495         when returning NULL.
10496         * m4/malloc.m4: New file.
10497         * doc/functions/malloc.texi: Mention the malloc-posix module.
10498         * lib/stdlib_.h (malloc): New declaration.
10499         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10500         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
10501         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
10502         and HAVE_MALLOC_POSIX.
10503
10504 2007-09-09  Bruno Haible  <bruno@clisp.org>
10505
10506         * modules/realloc-posix: New file.
10507         * modules/realloc (Depends-on): Add realloc-posix.
10508         * lib/realloc.c: Include errno.h.
10509         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
10510         and a POSIX-compatible realloc into a single function. Set ENOMEM
10511         when returning NULL.
10512         * m4/realloc.m4: New file.
10513         * doc/functions/realloc.texi: Mention the realloc-posix module.
10514         * lib/stdlib_.h (realloc): New declaration.
10515         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10516         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
10517         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
10518         and HAVE_REALLOC_POSIX.
10519
10520 2007-09-09  Bruno Haible  <bruno@clisp.org>
10521
10522         * modules/calloc-posix: New file.
10523         * modules/calloc (Depends-on): Add calloc-posix.
10524         * lib/calloc.c: Include errno.h.
10525         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
10526         and a POSIX-compatible calloc into a single function. Set ENOMEM
10527         when returning NULL.
10528         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
10529         * doc/functions/calloc.texi: Mention the calloc-posix module.
10530         * lib/stdlib_.h (calloc): New declaration.
10531         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10532         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
10533         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
10534         and HAVE_CALLOC_POSIX.
10535
10536 2007-09-09  Bruno Haible  <bruno@clisp.org>
10537
10538         Allow for modules to show an arbitrary notice.
10539         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
10540         * gnulib-tool: New option --extract-notice.
10541         (func_usage): Document it.
10542         (sed_extract_prog): Update.
10543         (func_get_notice): New function.
10544         (func_modules_notice): New function.
10545         (func_import, func_create_testdir): Invoke it.
10546         Suggested by Jim Meyering.
10547
10548 2007-09-09  Bruno Haible  <bruno@clisp.org>
10549
10550         * gnulib-tool: New options --verbose, --quiet.
10551         (func_usage): Document them.
10552         (verbose): New variable.
10553         (func_execute_command): New function.
10554         (func_import): Don't show the module list and the file list if
10555         $verbose < 0.
10556         (func_create_testdir): Likewise. Use func_execute_command.
10557         (func_create_megatestdir): Use func_execute_command.
10558
10559 2007-09-08  Bruno Haible  <bruno@clisp.org>
10560
10561         * gnulib-tool (func_import): Prefer rsync over wget when available,
10562         for fetching the PO files.
10563
10564 2007-09-08  Bruno Haible  <bruno@clisp.org>
10565
10566         * posix-modules: New file. Portions copied from gnulib-tool.
10567         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
10568
10569 2007-09-08  Jim Meyering  <jim@meyering.net>
10570
10571         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
10572         * lib/fpending.h: Rename from __fpending.h.
10573         * lib/fpending.c: Rename from __fpending.c.
10574         Include "fpending.h", not "__fpending.h".
10575         * lib/__fpending.h, lib/__fpending.c: Remove files.
10576         * modules/fpending (Files): Reflect new file names.
10577         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
10578
10579 2007-09-08  Bruno Haible  <bruno@clisp.org>
10580
10581         * m4/inttypes-h.m4: Remove stub file.
10582
10583 2007-09-07  Simon Josefsson  <simon@josefsson.org>
10584
10585         * doc/headers/stdint.texi: Discuss #include_next issue.
10586
10587 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10588
10589         * build-aux/bootstrap: Remove obsolete comment about wget --help.
10590
10591 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10592
10593         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
10594         in variable name.
10595
10596 2007-09-03  Jim Meyering  <jim@meyering.net>
10597
10598         New module: git-version-gen.
10599         * modules/git-version-gen: New file.
10600
10601         Import changes from coreutils for bootstrap script.
10602
10603         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
10604
10605         bootstrap: uses rsync to download the .po files
10606         * build-aux/bootstrap (po_download_command_format): New global.
10607         (download_po_files): Use rsync.
10608         (update_po_files): Don't remove .po files after download,
10609         so future rsync runs can take advantage of the copies.
10610
10611         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
10612
10613         Solve the unnecessary-.po-file-regeneration problem once and for all.
10614         * build-aux/bootstrap (download_po_files): New function, renamed from
10615         get_translations.  Now, downloads, but doesn't update LINGUAS.
10616         (update_po_files): New function.
10617
10618         bootstrap: Ignore more.
10619         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
10620         uniwidth to e.g., lib/.gitignore.
10621         (slurp): Handle the sys_stat_.h -> sys mapping, too.
10622
10623         * build-aux/bootstrap: New setting: vc_ignore.
10624         (insert_sorted_if_absent): Create $file if absent.
10625         Adapt to new, possibly empty, list: $vc_ignore.
10626
10627         bootstrap: generate more ignorable names
10628         * build-aux/bootstrap (slurp): When generating ignorable names,
10629         also map .sin to .sed, .gperf to .c, and .y to .c.
10630
10631 2007-09-03  Jim Meyering  <jim@meyering.net>
10632
10633         * build-aux/git-version-gen: New file, from coreutils.  For details, see
10634         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
10635
10636 2007-09-02  Bruno Haible  <bruno@clisp.org>
10637
10638         Fix mis-recognition of 'mcs' on QNX 6.
10639         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
10640         output contains the string "Mono".
10641         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
10642         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
10643
10644 2007-09-01  Bruno Haible  <bruno@clisp.org>
10645
10646         Fix collision between uniwidth/* and linebreak modules.
10647         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
10648         u32_width): Remove declarations.
10649         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
10650         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
10651         streq3, streq2, streq1, streq0): Remove functions.
10652         (STREQ): Remove macro.
10653         (is_cjk_encoding): Remove function.
10654         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
10655         (uc_width, u8_width, u16_width, u32_width): Remove functions.
10656         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
10657         * NEWS: Document the change.
10658
10659 2007-09-01  Bruno Haible  <bruno@clisp.org>
10660
10661         * lib/streq.h: Add double-inclusion guard.
10662
10663 2007-09-01  Karl Berry  <karl@gnu.org>
10664
10665         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
10666
10667 2007-08-28  Jim Meyering  <jim@meyering.net>
10668
10669         Rename mreadlink_with_size to areadlink_with_size.
10670         * NEWS: Document the change.
10671         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
10672         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
10673         * lib/mreadlink.h: Rename this to...
10674         * lib/areadlink.h: ...this.
10675         * modules/mreadlink-with-size: Rename this to...
10676         * modules/areadlink-with-size: ...this.
10677         * lib/canonicalize.c: Reflect the renaming.
10678         * modules/canonicalize: Likewise.
10679
10680 2007-08-26  Bruno Haible  <bruno@clisp.org>
10681
10682         * gnulib-tool (func_import): When deciding which files to remove,
10683         consider also dangling symbolic links.
10684         Reported by Eric Blake.
10685
10686 2007-08-26  Bruno Haible  <bruno@clisp.org>
10687
10688         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
10689
10690 2007-08-23  Simon Josefsson  <simon@josefsson.org>
10691
10692         * lib/readline.c: Don't include getline.h, the prototype is now
10693         found in stdio.h.
10694
10695 2007-08-23  Jim Meyering  <jim@meyering.net>
10696
10697         Getdelim touchup.
10698         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
10699         around the funlockfile call, since funlockfile never sets errno.
10700         Don't set errno upon failed realloc.
10701
10702 2007-08-22  Eric Blake  <ebb9@byu.net>
10703
10704         Getline touchups.
10705         * lib/getdelim.c (getdelim): Revert regression that required *n to
10706         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
10707         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
10708         getdelim, rather than whether implementation is missing.
10709         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
10710         * lib/stdio_.h (getline): Also declare if replacement is
10711         required.
10712         * doc/functions/getdelim.texi: New file.
10713         * doc/functions/getline.texi: Likewise.
10714         * doc/gnulib.texi (Function Substitutes): Add new files.
10715         Reported by Bruno Haible.
10716
10717 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
10718
10719         * users.txt: Add Guile.
10720
10721 2007-08-22  Eric Blake  <ebb9@byu.net>
10722
10723         * tests/test-getdelim.c (main): Use remove, not unlink.
10724         * tests/test-getline.c (main): Likewise.
10725
10726         Move getline and getdelim into stdio.h, per POSIX 200x.
10727         * modules/getline (Files): Remove getline.h.
10728         (Depends-on): Add stdio.
10729         (configure.ac): Add module indicator.
10730         * modules/getdelim (Files): Remove getdelim.h.
10731         (Depends-on): Add stdio.
10732         (configure.ac): Add module indicator.
10733         * modules/stdio (Makefile.am): Work with new indicators.
10734         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10735         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
10736         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10737         * lib/getdelim.h: Delete.
10738         * lib/getline.h: Delete.
10739         * lib/stdio_.h (getdelim, getline): Declare.
10740         * modules/getdelim-tests: New module.
10741         * modules/getline-tests: Likewise.
10742         * tests/test-getdelim.c: New file.
10743         * tests/test-getline.c: Likewise.
10744         * NEWS: Document the change.
10745         * lib/getline.c: Update choice of header.
10746         * lib/csharpcomp.c: Likewise.
10747         * lib/getpass.c: Likewise.
10748         * lib/javacomp.c: Likewise.
10749         * lib/javaversion.c: Likewise.
10750         * lib/yesno.c: Likewise.
10751         * lib/getdelim.c: Likewise.
10752         (getdelim): Set errno on failure, and avoid memory leak.
10753
10754 2007-08-19  Bruno Haible  <bruno@clisp.org>
10755
10756         * modules/closein (Depends-on): Add freadahead.
10757         * lib/closein.c: Include freadahead.h.
10758         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
10759         is zero.
10760
10761 2007-08-19  Bruno Haible  <bruno@clisp.org>
10762
10763         * modules/freadahead-tests: New file.
10764         * tests/test-freadahead.sh: New file.
10765         * tests/test-freadahead.c: New file.
10766
10767         * modules/freadahead: New file.
10768         * lib/freadahead.h: New file.
10769         * lib/freadahead.c: New file.
10770         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
10771         fbufmode, fpurge, freadable, fwritable.
10772
10773 2007-08-19  Eric Blake  <ebb9@byu.net>
10774
10775         Test yesno in combination with closein.
10776         * lib/yesno.c (yesno): Document use of stdin.
10777         * modules/yesno-tests (Files): New module.
10778         * tests/test-yesno.c (main): New file.
10779         * tests/test-yesno.sh: Likewise.
10780
10781 2007-08-19  Bruno Haible  <bruno@clisp.org>
10782
10783         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
10784         * lib/fseeko.c (rpl_fseeko): Likewise.
10785         * lib/fseterr.c (fseterr): Likewise.
10786
10787 2007-08-19  Bruno Haible  <bruno@clisp.org>
10788
10789         * tests/test-lseek.c (main): Disable a test for BeOS.
10790         * doc/functions/lseek.texi: Document the BeOS bug.
10791
10792 2007-08-19  Bruno Haible  <bruno@clisp.org>
10793             Eric Blake  <ebb9@byu.net>
10794
10795         * lib/lseek.c: Include <sys/stat.h>.
10796         (rpl_lseek): Add workaround code also for Unix platforms.
10797         Needed for BeOS.
10798         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
10799         * doc/functions/lseek.texi: Document BeOS definiency.
10800
10801 2007-08-18  Bruno Haible  <bruno@clisp.org>
10802
10803         * modules/fstrcmp-tests: New file.
10804         * tests/test-fstrcmp.c: New file.
10805
10806 2007-08-18  Bruno Haible  <bruno@clisp.org>
10807
10808         * modules/fstrcmp: New file, from GNU gettext with modifications.
10809         * lib/fstrcmp.h: New file, from GNU gettext.
10810         * lib/fstrcmp.c: New file, from GNU gettext.
10811         * MODULES.html.sh (String handling): Add fstrcmp.
10812
10813 2007-08-18  Bruno Haible  <bruno@clisp.org>
10814
10815         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
10816         'bool'.
10817         (diag, compareseq): Remove const from the ctxt argument.
10818         (USE_HEURISTIC): Undefine at the end.
10819
10820 2007-08-18  Jim Meyering  <jim@meyering.net>
10821
10822         New file: lib/idcache.h
10823         * NEWS: Mention the addition.
10824         * modules/idcache (Files): Add lib/idcache.h
10825         * lib/idcache.c: Include "idcache.h".
10826         Don't include <sys/types.h>.
10827         Add a FIXME comment.
10828         Move file-scoped "static" declarations to the top.
10829         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
10830
10831 2007-08-17  Bruno Haible  <bruno@clisp.org>
10832         and Paul Eggert  <eggert@cs.ucla.edu>
10833
10834         * MODULES.html.sh: Add diffseq.
10835         * modules/diffseq: New file.
10836         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
10837         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
10838
10839 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10840
10841         Import changes from coreutils for bootstrap script.
10842
10843         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
10844
10845         * build-aux/bootstrap (slurp): Work even in environments where
10846         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
10847         current code does not slurp files whose names start with ".", and
10848         this looks like it might be a troublesome area.
10849
10850         2007-07-11  Jim Meyering  <jim@meyering.net>
10851
10852         If there's a GPL vN copyright comment, require that N == 3.
10853
10854         2007-07-08  Jim Meyering  <jim@meyering.net>
10855
10856         Run the coreutils-specific code only if tests/Makefile.am.in exists.
10857         * build-aux/bootstrap (mam_template): Move definition out of loop.
10858
10859         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
10860
10861         * build-aux/bootstrap (symlink_to_dir): Rename function from
10862         symlink_to_gnulib.  Add a directory parameter.  Update all
10863         callers.
10864         (cp_mark_as_generated): Also check for -- and link to -- files in
10865         gl/.
10866
10867         2007-07-08  Jim Meyering  <jim@meyering.net>
10868
10869         Adapt to deeper hierarchy in gnulib.
10870         * build-aux/bootstrap (symlink_to_dir): If the destination
10871         directory doesn't exist, create it. This is required at least for
10872         "lib/uniwidth/cjk.h".
10873
10874         2007-05-15  Jim Meyering  <jim@meyering.net>
10875
10876         * build-aux/bootstrap: Now that generated Makefile.am files
10877         are no longer under version control, they must be created at
10878         bootstrap time.
10879
10880 2007-08-14  Ben Pfaff  <blp@gnu.org>
10881
10882         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
10883
10884 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10885
10886         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
10887         given the changes below.
10888         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
10889         even on hosts that have padding bits beyond the supported 64.
10890
10891 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10892
10893         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
10894         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
10895         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
10896         depends on it.
10897         (xstrtol_error): Remove.
10898         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
10899         but with a different signature.
10900         (ATTRIBUTE_NORETURN, __attribute__): New macros.
10901         * lib/xstrtol-error.c: Include exitfail.h.
10902         (xstrtol_fatal): New function, with a different signature from the
10903         old xstrtol_error, so that the caller need not worry about passing
10904         in an exit status, or about storage management of the option argument.
10905         (xstrtol_error): Now a static function.  Redo signature to
10906         implement xstrtol_fatal.  Output the correct number of hyphens in
10907         front of the option so that the caller need not worry about
10908         storage management.
10909         (N_): New macro.
10910         (_): Remove; not used now.
10911         * modules/xstrtol: Depend on getopt.
10912         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
10913         of old STRTOL_FATAL_ERROR macro.
10914         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
10915         of test program.
10916         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
10917         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
10918
10919 2007-08-08  Eric Blake  <ebb9@byu.net>
10920
10921         * lib/xstrtol-error.c: Add missing include.
10922
10923         Move xstrtol messages into gnulib domain, when --pobase is used.
10924         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
10925         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
10926         * modules/xstrtol (Files): Distribute new file.
10927         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
10928         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
10929         * tests/test-xstrtol.c: ...into new file.
10930         * tests/test-xstrtoul.c: Also test xstrtoul.
10931         * tests/test-xstrtoimax.c: Also test xstrtoimax.
10932         * tests/test-xstrtoumax.c: Also test xstrtoumax.
10933         * tests/test-xstrtol.sh: Drive the tests.
10934         * tests/test-xstrtoimax.sh: Likewise.
10935         * tests/test-xstrtoumax.sh: Likewise.
10936         * modules/xstrtol-tests: New module.
10937         * modules/xstrtoimax-tests: Likewise.
10938         * modules/xstrtoumax-tests: Likewise.
10939
10940 2007-08-08  Jim Meyering  <jim@meyering.net>
10941
10942         New function: mfile_name_concat.
10943         * lib/filenamecat.c (mfile_name_concat): New function, just like
10944         file_name_concat, but return NULL upon failure rather than exiting
10945         with a diagnostic.
10946         * lib/filenamecat.h: Declare it.
10947
10948 2007-08-07  Bruno Haible  <bruno@clisp.org>
10949
10950         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
10951         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
10952         warning from gcc.
10953         Reported by Eric Blake.
10954
10955 2007-08-07  Simon Josefsson  <simon@josefsson.org>
10956
10957         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
10958         * modules/crypto/arcfour (License): Likewise.
10959         * modules/crypto/des-tests (License): Likewise.
10960         * modules/crypto/gc-arctwo-tests (License): Likewise.
10961         * modules/crypto/gc-des-tests (License): Likewise.
10962         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
10963         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
10964         * modules/crypto/gc-md2-tests (License): Likewise.
10965         * modules/crypto/gc-md4-tests (License): Likewise.
10966         * modules/crypto/gc-md5-tests (License): Likewise.
10967         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
10968         * modules/crypto/gc-rijndael-tests (License): Likewise.
10969         * modules/crypto/gc-sha1-tests (License): Likewise.
10970         * modules/crypto/gc-tests (License): Likewise.
10971         * modules/crypto/hmac-md5 (License): Likewise.
10972         * modules/crypto/hmac-sha1 (License): Likewise.
10973         * modules/crypto/md2-tests (License): Likewise.
10974         * modules/crypto/md4-tests (License): Likewise.
10975         * modules/crypto/md5 (License): Likewise.
10976         * modules/crypto/rijndael (License): Likewise.
10977         * modules/crypto/sha1 (License): Likewise.
10978         * modules/memxor (License): Likewise.
10979
10980 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
10981         and Bruno Haible  <bruno@clisp.org>
10982
10983         * NEWS: Describe interface changes to human, xstrtol.
10984         * lib/human.h: Include <xstrtol.h>.
10985         (human_options): Return enum strtol_error, not int.  Remove
10986         bool arg; take int * instead.
10987         * lib/human.c: Don't include "gettext.h".
10988         (_): Remove; no longer used.
10989         Don't include <xstrtol.h>, since human.h does it.
10990         (human_options): Adjust to abovementioned interface changes.
10991         Do not report error to stderr; that's now the caller's
10992         responsibility.
10993         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
10994         interface change.
10995         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
10996         Str, Argument_type_string.  All uses changed.  Put " argument"
10997         in diagnostics to make them clearer.  Change wording of suffix
10998         message for clarity.
10999         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
11000         Argument_type_string.
11001         (STRTOL_FATAL_WARN): Remove; no longer used.
11002         * modules/human (Depends-on): Remove gettext-h.
11003
11004 2007-08-06  Simon Josefsson  <simon@josefsson.org>
11005
11006         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
11007
11008 2007-07-31  Bruno Haible  <bruno@clisp.org>
11009
11010         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
11011         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
11012         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
11013
11014 2007-07-31  Bruno Haible  <bruno@clisp.org>
11015
11016         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
11017         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
11018
11019 2007-07-30  Bruno Haible  <bruno@clisp.org>
11020
11021         * modules/base64 (License): Use the synonymous term "LGPLv2+".
11022         * modules/c-ctype (License): Likewise.
11023         * modules/c-strcase (License): Likewise.
11024         * modules/check-version (License): Likewise.
11025         * modules/iconv (License): Likewise.
11026         * modules/iconv_open (License): Likewise.
11027         * modules/read-file (License): Likewise.
11028         * modules/striconv (License): Likewise.
11029         * modules/strverscmp (License): Likewise.
11030         * modules/vasprintf (License): Likewise.
11031         * modules/crypto/des (License): Likewise.
11032         * modules/crypto/gc (License): Likewise.
11033         * modules/crypto/gc-arcfour (License): Likewise.
11034         * modules/crypto/gc-arctwo (License): Likewise.
11035         * modules/crypto/gc-des (License): Likewise.
11036         * modules/crypto/gc-hmac-md5 (License): Likewise.
11037         * modules/crypto/gc-hmac-sha1 (License): Likewise.
11038         * modules/crypto/gc-md2 (License): Likewise.
11039         * modules/crypto/gc-md4 (License): Likewise.
11040         * modules/crypto/gc-md5 (License): Likewise.
11041         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
11042         * modules/crypto/gc-random (License): Likewise.
11043         * modules/crypto/gc-rijndael (License): Likewise.
11044         * modules/crypto/gc-sha1 (License): Likewise.
11045         * modules/crypto/md2 (License): Likewise.
11046         * modules/crypto/md4 (License): Likewise.
11047
11048 2007-07-30  Jim Meyering  <jim@meyering.net>
11049
11050         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
11051         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
11052         it has valid stat data.  This bug would cause du not to count the
11053         sizes of inaccessible directories.
11054         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
11055         in <http://bugzilla.redhat.com/250077>.
11056
11057 2007-07-25  Peter O'Gorman  <peter@pogma.com>
11058             Bruno Haible  <bruno@clisp.org>
11059
11060         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
11061         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
11062         #include_next, gives a diagnostic about it, but reports no error in
11063         the exit code.
11064         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
11065
11066 2007-07-24  Ben Pfaff  <blp@gnu.org>
11067
11068         Improve name: "count-one-bits" is better than "popcount".
11069         * MODULES.html.sh: Update name.
11070         * lib/popcount.h: Renamed lib/count-one-bits.h.
11071         (popcount): Renamed count_one_bits.
11072         (popcountl): Renamed count_one_bits_l.
11073         (popcountll): Renamed count_one_bits_ll.
11074         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
11075         * modules/popcount: Renamed module/count-one-bits.
11076         * modules/popcount-tests: Renamed module/count-one-bits-tests.
11077         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
11078
11079 2007-07-23  Ben Pfaff  <blp@gnu.org>
11080
11081         * lib/popcount.h (popcount32): Reduce size of constants, to allow
11082         better code generation, and add U to large constants to avoid
11083         warnings, in non-GCC case.
11084         Suggested by Bruno Haible.
11085
11086 2007-07-23  Ben Pfaff  <blp@gnu.org>
11087
11088         * lib/popcount.h: Use verify_true instead of if...abort.
11089         * modules/popcount: Depend on verify module.
11090         Suggested by Jim Meyering.
11091
11092 2007-07-23  Bruno Haible  <bruno@clisp.org>
11093
11094         * gnulib-tool (func_import): Create a .cvsignore file also when the
11095         directory is not yet in CVS but the toplevel directory is. When
11096         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
11097         Reported by Karl Berry.
11098
11099 2007-07-22  Ben Pfaff  <blp@gnu.org>
11100
11101         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
11102         case.
11103         Suggested by Eric Blake.
11104
11105 2007-07-22  Ben Pfaff  <blp@gnu.org>
11106
11107         New module: popcount.
11108         * MODULES.html.sh: Add popcount.
11109         * modules/popcount: New file.
11110         * modules/popcount-tests: New file.
11111         * tests/test-popcount.c: New file.
11112         * lib/popcount.h: New file.
11113         * m4/popcount.m4: New file.
11114
11115 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11116
11117         * build-aux/announce-gen: Update to GPLv3.
11118
11119         * build-aux/config.guess: Update from config.
11120
11121 2007-07-21  Bruno Haible  <bruno@clisp.org>
11122
11123         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
11124         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
11125
11126 2007-07-20  Jim Meyering  <jim@meyering.net>
11127
11128         * check-module: Diagnose a self-dependency.
11129
11130 2007-07-19  Bruno Haible  <bruno@clisp.org>
11131
11132         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
11133         empty.
11134         Reported by Eric Blake.
11135
11136 2007-07-18  Bruno Haible  <bruno@clisp.org>
11137
11138         * gnulib-tool: New options --po-base, --po-domain.
11139         (func_usage): Document them.
11140         (pobase, po_domain): New variables.
11141         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
11142         DEFAULT_TEXT_DOMAIN.
11143         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
11144         (func_import): Consider pobase and po_domain. Create a po/ directory.
11145         (func_create_testdir): Set pobase and po_domain to empty.
11146         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
11147         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
11148
11149 2007-07-18  Bruno Haible  <bruno@clisp.org>
11150
11151         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11152         EXTRA_DIST augmentation for files in build-aux/.
11153
11154 2007-07-16  Bruno Haible  <bruno@clisp.org>
11155
11156         * modules/lseek (License): Use the synonymous term "LGPLv2+".
11157         * modules/getdelim (License): Likewise.
11158
11159 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11160
11161         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
11162         * modules/d-type (License): Likewise.
11163         * modules/extensions (License): Likewise.
11164         * modules/fnmatch (License): Likewise.
11165         * modules/fseeko (License): Likewise.
11166         * modules/getaddrinfo (License): Likewise.
11167         * modules/getline (License): Likewise.
11168         * modules/getlogin_r (License): Likewise.
11169         * modules/getpass (License): Likewise.
11170         * modules/gettimeofday (License): Likewise.
11171         * modules/glob (License): Likewise.
11172         * modules/inet_ntop (License): Likewise.
11173         * modules/malloc (License): Likewise.
11174         * modules/malloca (License): Likewise.
11175         * modules/memmem (License): Likewise.
11176         * modules/mempcpy (License): Likewise.
11177         * modules/memset (License): Likewise.
11178         * modules/minmax (License): Likewise.
11179         * modules/mktime (License): Likewise.
11180         * modules/netinet_in (License): Likewise.
11181         * modules/pathmax (License): Likewise.
11182         * modules/poll (License): Likewise.
11183         * modules/regex (License): Likewise.
11184         * modules/snprintf (License): Likewise.
11185         * modules/stdbool (License): Likewise.
11186         * modules/stdint (License): Likewise.
11187         * modules/stdio (License): Likewise.
11188         * modules/strcase (License): Likewise.
11189         * modules/strcasestr (License): Likewise.
11190         * modules/strdup (License): Likewise.
11191         * modules/string (License): Likewise.
11192         * modules/strndup (License): Likewise.
11193         * modules/strnlen (License): Likewise.
11194         * modules/strpbrk (License): Likewise.
11195         * modules/strptime (License): Likewise.
11196         * modules/strsep (License): Likewise.
11197         * modules/sys_select (License): Likewise.
11198         * modules/sys_socket (License): Likewise.
11199         * modules/sys_stat (License): Likewise.
11200         * modules/sys_time (License): Likewise.
11201         * modules/time (License): Likewise.
11202         * modules/time_r (License): Likewise.
11203         * modules/timegm (License): Likewise.
11204         * modules/unistd (License): Likewise.
11205         * modules/vsnprintf (License): Likewise.
11206         * modules/wctype (License): Likewise.
11207
11208 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11209
11210         * modules/argz (License): LGPLv2+.
11211
11212 2007-07-15  Karl Berry  <karl@gnu.org>
11213
11214         * doc/gnulib.texi: revise node structure per new fdl.texi.
11215
11216 2007-07-14  Bruno Haible  <bruno@clisp.org>
11217
11218         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
11219         the output file.
11220         * lib/uniname/uninames.h: Regenerated.
11221
11222 2007-07-14  Karl Berry  <karl@gnu.org>
11223
11224         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
11225         omitting sectioning and index commands.
11226
11227 2007-07-13  Bruno Haible  <bruno@clisp.org>
11228
11229         New gnulib-tool option --more-symlinks.
11230         * gnulib-tool (func_usage): Document --more-symlinks.
11231         (do_copyrights): New variable.
11232         Recognize option --more-symlinks.
11233         (func_import): Don't add a copyright notice transform to
11234         sed_transform_lib_file if do_copyrights is empty.
11235
11236 2007-07-13  Bruno Haible  <bruno@clisp.org>
11237
11238         * lib/vasnprintf.c (decimal_point_char): Define also if
11239         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
11240         && !NEED_PRINTF_DIRECTIVE_A.
11241         Reported by Clemens Koller <clemens.koller@anagramm.de> via
11242         Gary V. Vaughan <gary@gnu.org>.
11243
11244 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         * lib/inttypes_.h: Undo previous change, since it was fixed
11247         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
11248
11249 2007-07-13  Bruno Haible  <bruno@clisp.org>
11250
11251         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
11252         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
11253
11254 2007-07-13  Jim Meyering  <jim@meyering.net>
11255
11256         df: Don't fail for Tru64's "file-on-file mount".
11257         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
11258         so we fall through and use statfs instead.  Details here:
11259         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
11260         Reported by Albert Chin.
11261
11262 2007-07-13  Bruno Haible  <bruno@clisp.org>
11263
11264         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
11265         * modules/configmake (License): Likewise.
11266         * modules/gettext (License): Likewise.
11267         * modules/gettext-h (License): Likewise.
11268         * modules/include_next (License): Likewise.
11269         * modules/link-warning (License): Likewise.
11270         * modules/localcharset (License): Likewise.
11271         * modules/localename (License): Likewise.
11272         * modules/lock (License): Likewise.
11273         * modules/relocatable-lib-lgpl (License): Likewise.
11274         * modules/size_max (License): Likewise.
11275         * modules/vasnprintf (License): Likewise.
11276         * modules/wchar (License): Likewise.
11277         * modules/xsize (License): Likewise.
11278
11279 2007-07-13  Bruno Haible  <bruno@clisp.org>
11280
11281         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
11282         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
11283
11284 2007-07-12  Bruno Haible  <bruno@clisp.org>
11285
11286         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
11287         in the modules files.
11288
11289 2007-07-11  Karl Berry  <karl@gnu.org>
11290
11291         * MODULES.html.sh (func_module): use
11292          sed -e '\|^'"${includefile}"'$|d'
11293          instead of /.../d, to avoid errors on $includefile's containing /.
11294
11295 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11296
11297         * gnulib-tool (func_import): Avoid duplication of --avoid
11298         statements
11299         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
11300         names to `_' in variable names.
11301
11302 2007-07-10  Eric Blake  <ebb9@byu.net>
11303
11304         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
11305         * NEWS: Document this change.
11306
11307 2007-07-08  Bruno Haible  <bruno@clisp.org>
11308
11309         Update to Unicode 5.0.
11310         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
11311         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
11312         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
11313         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
11314         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
11315         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
11316         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
11317         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
11318         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
11319         U+10A3F, U+1D242..U+1D244.
11320         (nonspacing_table_ind): Update.
11321         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
11322         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
11323
11324 2007-07-08  Bruno Haible  <bruno@clisp.org>
11325
11326         Update to Unicode 5.0.
11327         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
11328         code transform. Extend the name index field of unicode_name_to_code and
11329         unicode_code_to_name from 16 to 24 bits.
11330         * lib/uniname/uniname.c (unicode_character_name,
11331         unicode_name_character): Add the range 0x12xxx to the code transform.
11332         * lib/uniname/uninames.h: Regenerated.
11333         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
11334
11335 2007-07-07  Bruno Haible  <bruno@clisp.org>
11336
11337         * modules/wcwidth-tests: New file.
11338         * tests/test-wcwidth.c: New file.
11339
11340         Work around MacOS X wcwidth() bug.
11341         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
11342         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
11343         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
11344         original wcwidth in non-UTF-8 locales.
11345         * modules/wcwidth (Depends-on): Add localcharset, streq,
11346         uniwidth/width.
11347         * doc/functions/wcwidth.texi: Update.
11348
11349 2007-07-07  Bruno Haible  <bruno@clisp.org>
11350
11351         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
11352         (wcwidth): New declaration.
11353         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
11354         macros.
11355         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
11356         here. Prepare for creating <wchar.h> unconditionally.
11357         * modules/wchar (Depends-on): Add link-warning.
11358         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
11359         REPLACE_WCWIDTH, and GL_LINK_WARNING.
11360         * lib/wcwidth.h: Remove file.
11361         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
11362         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
11363         * modules/wcwidth (Files): Remove lib/wcwidth.h.
11364         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
11365         (Include): Replace wcwidth.h with <wchar.h>.
11366         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
11367         * lib/mbchar.h: Don't include wcwidth.h.
11368         * lib/mbswidth.c: Likewise.
11369         * NEWS: Mention the change.
11370
11371 2007-07-07  Bruno Haible  <bruno@clisp.org>
11372
11373         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
11374         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
11375         definition with an external declaration.
11376         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
11377         defined as a function. Remove AC_C_INLINE requirement.
11378         * modules/wcwidth (Files): Add lib/wcwidth.c.
11379         (Makefile.am): Remove redundant statement.
11380
11381 2007-07-07  Bruno Haible  <bruno@clisp.org>
11382
11383         * MODULES.html.sh (Unicode string functions): Add the new modules.
11384
11385         * tests/uniwidth/test-u32-strwidth.c: New file.
11386         * modules/uniwidth/u32-strwidth-tests: New file.
11387
11388         * lib/uniwidth/u32-strwidth.c: New file.
11389         * modules/uniwidth/u32-strwidth: New file.
11390
11391         * tests/uniwidth/test-u16-strwidth.c: New file.
11392         * modules/uniwidth/u16-strwidth-tests: New file.
11393
11394         * lib/uniwidth/u16-strwidth.c: New file.
11395         * modules/uniwidth/u16-strwidth: New file.
11396
11397         * tests/uniwidth/test-u8-strwidth.c: New file.
11398         * modules/uniwidth/u8-strwidth-tests: New file.
11399
11400         * lib/uniwidth/u8-strwidth.c: New file.
11401         * modules/uniwidth/u8-strwidth: New file.
11402
11403         * tests/uniwidth/test-u32-width.c: New file.
11404         * modules/uniwidth/u32-width-tests: New file.
11405
11406         * lib/uniwidth/u32-width.c: New file.
11407         * modules/uniwidth/u32-width: New file.
11408
11409         * tests/uniwidth/test-u16-width.c: New file.
11410         * modules/uniwidth/u16-width-tests: New file.
11411
11412         * lib/uniwidth/u16-width.c: New file.
11413         * modules/uniwidth/u16-width: New file.
11414
11415         * tests/uniwidth/test-u8-width.c: New file.
11416         * modules/uniwidth/u8-width-tests: New file.
11417
11418         * lib/uniwidth/u8-width.c: New file.
11419         * modules/uniwidth/u8-width: New file.
11420
11421         * tests/uniwidth/test-uc_width.c: New file.
11422         * modules/uniwidth/width-tests: New file.
11423
11424         * lib/uniwidth/width.c: New file, from GNU libiconv.
11425         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
11426         * modules/uniwidth/width: New file.
11427
11428         * lib/uniwidth.h: New file, from GNU libiconv.
11429         * modules/uniwidth/base: New file.
11430
11431 2007-07-07  Bruno Haible  <bruno@clisp.org>
11432
11433         * lib/uniname.h: New file, from GNU gettext.
11434         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
11435         * lib/uniname/uninames.h: New file, from GNU gettext.
11436         * lib/uniname/uniname.c: New file, from GNU gettext.
11437         * tests/uniname/test-uninames.sh: New file.
11438         * tests/uniname/test-uninames.c: New file, from GNU gettext.
11439         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
11440         * modules/uniname/base: New file.
11441         * modules/uniname/uniname: New file.
11442         * modules/uniname/uniname-tests: New file.
11443         * MODULES.html.sh (Unicode string functions): Add the new modules.
11444
11445 2007-07-06  Bruno Haible  <bruno@clisp.org>
11446
11447         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
11448
11449 2007-07-06  Bruno Haible  <bruno@clisp.org>
11450
11451         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
11452         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
11453         includes <cygwin/sys_time.h> which includes <sys/select.h> which
11454         include <sys/time.h>.
11455         Reported by Eric Blake.
11456
11457 2007-07-06  Eric Blake  <ebb9@byu.net>
11458
11459         Fix testing canonicalize on cygwin.
11460         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
11461         Revert patch from 2007-06-19.
11462         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
11463         canonicalize module is also in use.
11464         * tests/test-canonicalize.c: New file.
11465         * tests/test-canonicalize.sh: Likewise.
11466         * modules/canonicalize-tests: Likewise.
11467
11468 2007-07-06  Jim Meyering  <jim@meyering.net>
11469
11470         * lib/getugroups.c (getugroups): Detect getgrent failure.
11471         Adjust comment to reflect reality: this function may return -1.
11472
11473 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
11474
11475         * build-aux/bootstrap (TP_URL,get_translations): Update to use
11476         the new TP address.
11477         (usage): Fix typo
11478         (gnulib_mk): New variable.
11479
11480 2007-07-05  Jim Meyering  <jim@meyering.net>
11481
11482         Don't let endgrent clobber errno, no matter how improbable.
11483         * lib/getugroups.c (getugroups): Save and restore errno around
11484         endgrent call.
11485
11486         Close the group DB even when failing with 2^31 or more members.
11487         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
11488
11489 2007-07-04  Jim Meyering  <jim@meyering.net>
11490
11491         * lib/getugroups.h: New file.
11492         * lib/getugroups.c: Include "getugroups.h".
11493         Remove uses of "register" keyword.
11494         Move local variable, "cp", down into scope where used.
11495         Give "username" parameter the "const" attribute.
11496         * modules/getugroups (Files): Add lib/getugroups.h
11497
11498 2007-07-04  Karl Berry  <karl@gnu.org>
11499
11500         * MODULES.html.sh (func_all_modules): Complete rename of
11501         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
11502
11503 2007-07-02  Bruno Haible  <bruno@clisp.org>
11504
11505         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
11506         mode, when inttypes.h comes from gnulib.
11507         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11508
11509 2007-07-02  Simon Josefsson  <simon@josefsson.org>
11510
11511         * NEWS: Mention lgpl module name change.
11512
11513         * modules/lgpl-2.1: Renamed from lgpl.
11514
11515         * NEWS: Mention gpl module name change.
11516
11517         * modules/gpl-3.0: New file, based on gpl-2.0.
11518
11519         * modules/gpl-2.0: Renamed from gpl.
11520
11521         * modules/gpl: Fix filename, doc/gpl.texi is now found at
11522         doc/gpl-2.0.texi.
11523
11524 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
11527         #define __STDC_LIMIT_MACROS temporarily while including
11528         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
11529         Problem reported by Joel E. Denny in
11530         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
11531
11532 2007-07-01  Bruno Haible  <bruno@clisp.org>
11533
11534         * lib/unistdio.h: New file.
11535         * lib/unistdio/u-asnprintf.h: New file.
11536         * lib/unistdio/u-asprintf.h: New file.
11537         * lib/unistdio/u-printf-args.c: New file.
11538         * lib/unistdio/u-printf-args.h: New file.
11539         * lib/unistdio/u-printf-parse.h: New file.
11540         * lib/unistdio/u-snprintf.h: New file.
11541         * lib/unistdio/u-sprintf.h: New file.
11542         * lib/unistdio/u-vasprintf.h: New file.
11543         * lib/unistdio/u-vsnprintf.h: New file.
11544         * lib/unistdio/u-vsprintf.h: New file.
11545         * lib/unistdio/ulc-asnprintf.c: New file.
11546         * lib/unistdio/ulc-asprintf.c: New file.
11547         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
11548         * lib/unistdio/ulc-printf-parse.c: New file.
11549         * lib/unistdio/ulc-snprintf.c: New file.
11550         * lib/unistdio/ulc-sprintf.c: New file.
11551         * lib/unistdio/ulc-vasnprintf.c: New file.
11552         * lib/unistdio/ulc-vasprintf.c: New file.
11553         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
11554         * lib/unistdio/ulc-vsnprintf.c: New file.
11555         * lib/unistdio/ulc-vsprintf.c: New file.
11556         * lib/unistdio/u8-asnprintf.c: New file.
11557         * lib/unistdio/u8-asprintf.c: New file.
11558         * lib/unistdio/u8-printf-parse.c: New file.
11559         * lib/unistdio/u8-snprintf.c: New file.
11560         * lib/unistdio/u8-sprintf.c: New file.
11561         * lib/unistdio/u8-vasnprintf.c: New file.
11562         * lib/unistdio/u8-vasprintf.c: New file.
11563         * lib/unistdio/u8-vsnprintf.c: New file.
11564         * lib/unistdio/u8-vsprintf.c: New file.
11565         * lib/unistdio/u8-u8-asnprintf.c: New file.
11566         * lib/unistdio/u8-u8-asprintf.c: New file.
11567         * lib/unistdio/u8-u8-snprintf.c: New file.
11568         * lib/unistdio/u8-u8-sprintf.c: New file.
11569         * lib/unistdio/u8-u8-vasnprintf.c: New file.
11570         * lib/unistdio/u8-u8-vasprintf.c: New file.
11571         * lib/unistdio/u8-u8-vsnprintf.c: New file.
11572         * lib/unistdio/u8-u8-vsprintf.c: New file.
11573         * lib/unistdio/u16-asnprintf.c: New file.
11574         * lib/unistdio/u16-asprintf.c: New file.
11575         * lib/unistdio/u16-printf-parse.c: New file.
11576         * lib/unistdio/u16-snprintf.c: New file.
11577         * lib/unistdio/u16-sprintf.c: New file.
11578         * lib/unistdio/u16-vasnprintf.c: New file.
11579         * lib/unistdio/u16-vasprintf.c: New file.
11580         * lib/unistdio/u16-vsnprintf.c: New file.
11581         * lib/unistdio/u16-vsprintf.c: New file.
11582         * lib/unistdio/u16-u16-asnprintf.c: New file.
11583         * lib/unistdio/u16-u16-asprintf.c: New file.
11584         * lib/unistdio/u16-u16-snprintf.c: New file.
11585         * lib/unistdio/u16-u16-sprintf.c: New file.
11586         * lib/unistdio/u16-u16-vasnprintf.c: New file.
11587         * lib/unistdio/u16-u16-vasprintf.c: New file.
11588         * lib/unistdio/u16-u16-vsnprintf.c: New file.
11589         * lib/unistdio/u16-u16-vsprintf.c: New file.
11590         * lib/unistdio/u32-asnprintf.c: New file.
11591         * lib/unistdio/u32-asprintf.c: New file.
11592         * lib/unistdio/u32-printf-parse.c: New file.
11593         * lib/unistdio/u32-snprintf.c: New file.
11594         * lib/unistdio/u32-sprintf.c: New file.
11595         * lib/unistdio/u32-vasnprintf.c: New file.
11596         * lib/unistdio/u32-vasprintf.c: New file.
11597         * lib/unistdio/u32-vsnprintf.c: New file.
11598         * lib/unistdio/u32-vsprintf.c: New file.
11599         * lib/unistdio/u32-u32-asnprintf.c: New file.
11600         * lib/unistdio/u32-u32-asprintf.c: New file.
11601         * lib/unistdio/u32-u32-snprintf.c: New file.
11602         * lib/unistdio/u32-u32-sprintf.c: New file.
11603         * lib/unistdio/u32-u32-vasnprintf.c: New file.
11604         * lib/unistdio/u32-u32-vasprintf.c: New file.
11605         * lib/unistdio/u32-u32-vsnprintf.c: New file.
11606         * lib/unistdio/u32-u32-vsprintf.c: New file.
11607         * tests/unistdio/test-ulc-asnprintf1.c: New file.
11608         * tests/unistdio/test-ulc-asnprintf1.h: New file.
11609         * tests/unistdio/test-ulc-printf1.h: New file.
11610         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
11611         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
11612         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
11613         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
11614         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
11615         * tests/unistdio/test-ulc-vasprintf1.c: New file.
11616         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
11617         * tests/unistdio/test-ulc-vsprintf1.c: New file.
11618         * tests/unistdio/test-u8-asnprintf1.c: New file.
11619         * tests/unistdio/test-u8-asnprintf1.h: New file.
11620         * tests/unistdio/test-u8-printf1.h: New file.
11621         * tests/unistdio/test-u8-vasnprintf1.c: New file.
11622         * tests/unistdio/test-u8-vasnprintf2.c: New file.
11623         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
11624         * tests/unistdio/test-u8-vasnprintf3.c: New file.
11625         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
11626         * tests/unistdio/test-u8-vasprintf1.c: New file.
11627         * tests/unistdio/test-u8-vsnprintf1.c: New file.
11628         * tests/unistdio/test-u8-vsprintf1.c: New file.
11629         * tests/unistdio/test-u16-asnprintf1.c: New file.
11630         * tests/unistdio/test-u16-asnprintf1.h: New file.
11631         * tests/unistdio/test-u16-printf1.h: New file.
11632         * tests/unistdio/test-u16-vasnprintf1.c: New file.
11633         * tests/unistdio/test-u16-vasnprintf2.c: New file.
11634         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
11635         * tests/unistdio/test-u16-vasnprintf3.c: New file.
11636         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
11637         * tests/unistdio/test-u16-vasprintf1.c: New file.
11638         * tests/unistdio/test-u16-vsnprintf1.c: New file.
11639         * tests/unistdio/test-u16-vsprintf1.c: New file.
11640         * tests/unistdio/test-u32-asnprintf1.c: New file.
11641         * tests/unistdio/test-u32-asnprintf1.h: New file.
11642         * tests/unistdio/test-u32-printf1.h: New file.
11643         * tests/unistdio/test-u32-vasnprintf1.c: New file.
11644         * tests/unistdio/test-u32-vasnprintf2.c: New file.
11645         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
11646         * tests/unistdio/test-u32-vasnprintf3.c: New file.
11647         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
11648         * tests/unistdio/test-u32-vasprintf1.c: New file.
11649         * tests/unistdio/test-u32-vsnprintf1.c: New file.
11650         * tests/unistdio/test-u32-vsprintf1.c: New file.
11651         * modules/unistdio/base: New file.
11652         * modules/unistdio/u-printf-args: New file.
11653         * modules/unistdio/ulc-asnprintf: New file.
11654         * modules/unistdio/ulc-asprintf: New file.
11655         * modules/unistdio/ulc-fprintf: New file.
11656         * modules/unistdio/ulc-printf-parse: New file.
11657         * modules/unistdio/ulc-snprintf: New file.
11658         * modules/unistdio/ulc-sprintf: New file.
11659         * modules/unistdio/ulc-vasnprintf: New file.
11660         * modules/unistdio/ulc-vasprintf: New file.
11661         * modules/unistdio/ulc-vfprintf: New file.
11662         * modules/unistdio/ulc-vsnprintf: New file.
11663         * modules/unistdio/ulc-vsprintf: New file.
11664         * modules/unistdio/u8-asnprintf: New file.
11665         * modules/unistdio/u8-asprintf: New file.
11666         * modules/unistdio/u8-printf-parse: New file.
11667         * modules/unistdio/u8-snprintf: New file.
11668         * modules/unistdio/u8-sprintf: New file.
11669         * modules/unistdio/u8-vasnprintf: New file.
11670         * modules/unistdio/u8-vasprintf: New file.
11671         * modules/unistdio/u8-vsnprintf: New file.
11672         * modules/unistdio/u8-vsprintf: New file.
11673         * modules/unistdio/u8-u8-asnprintf: New file.
11674         * modules/unistdio/u8-u8-asprintf: New file.
11675         * modules/unistdio/u8-u8-snprintf: New file.
11676         * modules/unistdio/u8-u8-sprintf: New file.
11677         * modules/unistdio/u8-u8-vasnprintf: New file.
11678         * modules/unistdio/u8-u8-vasprintf: New file.
11679         * modules/unistdio/u8-u8-vsnprintf: New file.
11680         * modules/unistdio/u8-u8-vsprintf: New file.
11681         * modules/unistdio/u16-asnprintf: New file.
11682         * modules/unistdio/u16-asprintf: New file.
11683         * modules/unistdio/u16-printf-parse: New file.
11684         * modules/unistdio/u16-snprintf: New file.
11685         * modules/unistdio/u16-sprintf: New file.
11686         * modules/unistdio/u16-vasnprintf: New file.
11687         * modules/unistdio/u16-vasprintf: New file.
11688         * modules/unistdio/u16-vsnprintf: New file.
11689         * modules/unistdio/u16-vsprintf: New file.
11690         * modules/unistdio/u16-u16-asnprintf: New file.
11691         * modules/unistdio/u16-u16-asprintf: New file.
11692         * modules/unistdio/u16-u16-snprintf: New file.
11693         * modules/unistdio/u16-u16-sprintf: New file.
11694         * modules/unistdio/u16-u16-vasnprintf: New file.
11695         * modules/unistdio/u16-u16-vasprintf: New file.
11696         * modules/unistdio/u16-u16-vsnprintf: New file.
11697         * modules/unistdio/u16-u16-vsprintf: New file.
11698         * modules/unistdio/u32-asnprintf: New file.
11699         * modules/unistdio/u32-asprintf: New file.
11700         * modules/unistdio/u32-printf-parse: New file.
11701         * modules/unistdio/u32-snprintf: New file.
11702         * modules/unistdio/u32-sprintf: New file.
11703         * modules/unistdio/u32-vasnprintf: New file.
11704         * modules/unistdio/u32-vasprintf: New file.
11705         * modules/unistdio/u32-vsnprintf: New file.
11706         * modules/unistdio/u32-vsprintf: New file.
11707         * modules/unistdio/u32-u32-asnprintf: New file.
11708         * modules/unistdio/u32-u32-asprintf: New file.
11709         * modules/unistdio/u32-u32-snprintf: New file.
11710         * modules/unistdio/u32-u32-sprintf: New file.
11711         * modules/unistdio/u32-u32-vasnprintf: New file.
11712         * modules/unistdio/u32-u32-vasprintf: New file.
11713         * modules/unistdio/u32-u32-vsnprintf: New file.
11714         * modules/unistdio/u32-u32-vsprintf: New file.
11715         * modules/unistdio/ulc-asnprintf-tests: New file.
11716         * modules/unistdio/ulc-vasnprintf-tests: New file.
11717         * modules/unistdio/ulc-vasprintf-tests: New file.
11718         * modules/unistdio/ulc-vsnprintf-tests: New file.
11719         * modules/unistdio/ulc-vsprintf-tests: New file.
11720         * modules/unistdio/u8-asnprintf-tests: New file.
11721         * modules/unistdio/u8-vasnprintf-tests: New file.
11722         * modules/unistdio/u8-vasprintf-tests: New file.
11723         * modules/unistdio/u8-vsnprintf-tests: New file.
11724         * modules/unistdio/u8-vsprintf-tests: New file.
11725         * modules/unistdio/u16-asnprintf-tests: New file.
11726         * modules/unistdio/u16-vasnprintf-tests: New file.
11727         * modules/unistdio/u16-vasprintf-tests: New file.
11728         * modules/unistdio/u16-vsnprintf-tests: New file.
11729         * modules/unistdio/u16-vsprintf-tests: New file.
11730         * modules/unistdio/u32-asnprintf-tests: New file.
11731         * modules/unistdio/u32-vasnprintf-tests: New file.
11732         * modules/unistdio/u32-vasprintf-tests: New file.
11733         * modules/unistdio/u32-vsnprintf-tests: New file.
11734         * modules/unistdio/u32-vsprintf-tests: New file.
11735         * MODULES.html.sh (Unicode string functions): Add the new modules.
11736
11737 2007-07-01  Bruno Haible  <bruno@clisp.org>
11738
11739         * lib/sprintf.c (sprintf): Limit the available length estimation,
11740         to avoid address wraparound.
11741         * lib/vsprintf.c (vsprintf): Likewise.
11742         * modules/sprintf-posix (Dependencies): Add stdint.
11743         * modules/vsprintf-posix (Dependencies): Likewise.
11744
11745 2007-07-01  Bruno Haible  <bruno@clisp.org>
11746
11747         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
11748         Windows PATH as well. Conservative double-quoting. Comments.
11749
11750 2007-07-01  Bruno Haible  <bruno@clisp.org>
11751             Eric Blake  <ebb9@byu.net>
11752             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11753
11754         * gnulib-tool (self_abspathname): Fix algorithm to cope with
11755         empty components in $PATH, denoting '.'.
11756
11757 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11758
11759         * gnulib-tool: Fix indentation.
11760         (func_create_megatestdir): Likewise.
11761         Report by Bruno Haible.
11762
11763 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11764
11765         Sync from Automake.
11766         * build-aux/gnupload: Fix shell portability issues with for loops.
11767         Report by Karl Berry.
11768
11769 2007-06-29  Simon Josefsson  <simon@josefsson.org>
11770
11771         * build-aux/maint.mk (POURL): Use translationproject.org.
11772
11773 2007-06-27  Simon Josefsson  <simon@josefsson.org>
11774             Bruno Haible  <bruno@clisp.org>
11775
11776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
11777         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
11778         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
11779         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
11780         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
11781
11782 2007-06-27  Bruno Haible  <bruno@clisp.org>
11783
11784         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
11785         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
11786
11787 2007-06-26  Karl Berry  <karl@gnu.org>
11788
11789         * MODULES.html.sh: remove xreadlink-with-size.
11790
11791 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
11794         method that I hope also handles the double-include problem noted
11795         by Bruno Haible in
11796         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
11797
11798 2007-06-23  Bruno Haible  <bruno@clisp.org>
11799
11800         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11801         Don't let the 'mostlyclean' target fail if the last subdirectory could
11802         not be removed.
11803         Reported by Karl Berry.
11804
11805 2007-06-23  Bruno Haible  <bruno@clisp.org>
11806
11807         * gnulib-tool (echo): Add a speedier workaround for ksh.
11808         * tests/test-echo.sh: Likewise.
11809
11810 2007-06-23  Bruno Haible  <bruno@clisp.org>
11811
11812         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
11813         * tests/test-echo.sh: Likewise.
11814
11815 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11816
11817         * gnulib-tool (IFS): Initialize early, so we don't set it to
11818         empty later.
11819         (self_abspathname): Rewrite algorithm to set it, reindent.
11820         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
11821         (func_create_megatestdir): Merge some sed scripts.
11822
11823 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11824
11825         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
11826         exposed by Sun Studio 11 cc on Solaris 8.
11827
11828 2007-06-22  Bruno Haible  <bruno@clisp.org>
11829
11830         * gnulib-tool (echo): Ensure the echo primitive does not interpret
11831         backslashes.
11832         * tests/test-echo.sh: New file.
11833
11834 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11835
11836         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
11837         simplify `sed_replace_build_aux' scripts, they are portable but
11838         echoing them with `echo' is not.
11839         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
11840
11841 2007-06-21  Karl Berry  <karl@gnu.org>
11842
11843         * config/srclist.txt: guess we can't handle the licenses via
11844         srclist at the moment.
11845
11846 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11847
11848         * MODULES.html.sh: Add include_next.
11849         * modules/include_next: New file.
11850
11851 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11852
11853         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
11854         INCLUDE_NEXT.
11855         (gl_CHECK_NEXT_HEADERS): New macro.
11856         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
11857         the obsolescent gl_ABSOLUTE_HEADER.
11858         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
11859         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
11860         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
11861         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
11862         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
11863         * m4/math_h.m4 (gl_MATH_H): Likewise.
11864         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
11865         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
11866         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
11867         * m4/stdint.m4 (gl_STDINT_H): Likewise.
11868         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
11869         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
11870         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
11871         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
11872         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
11873         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
11874         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
11875         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11876         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
11877         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
11878         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11879         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11880         * m4/inttypes.m4 (gl_INTTYPES_H): Define
11881         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
11882         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
11883         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
11884         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
11885         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
11886         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
11887         * lib/float_.h: Likewise.
11888         * lib/inttypes_.h: Likewise.
11889         * lib/math_.h: Likewise.
11890         * lib/search_.h: Likewise.
11891         * lib/signal_.h: Likewise.
11892         * lib/stdint_.h: Likewise.
11893         * lib/stdio_.h: Likewise.
11894         * lib/stdlib_.h: Likewise.
11895         * lib/string_.h: Likewise.
11896         * lib/sys_stat_.h: Likewise.
11897         * lib/sys_time_.h: Likewise.
11898         * lib/time_.h: Likewise.
11899         * lib/unistd_.h: Likewise.
11900         * lib/wchar_.h: Likewise.
11901         * lib/wctype_.h: Likewise.
11902         * lib/dirent_.h: Likewise.
11903         * lib/iconv_.h: Likewise.
11904         * lib/locale_.h: Likewise.
11905         * lib/netinet_in_.h: Likewise.
11906         * lib/sys_select_.h: Likewise.
11907         * lib/sys_socket_.h: Likewise.
11908         * lib/sysexits_.h: Likewise.
11909         * modules/fcntl (Depends-on): Depend on include_next, not
11910         absolute_header.
11911         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
11912         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
11913         * modules/fchdir: Likewise.
11914         * modules/float: Likewise.
11915         * modules/iconv_open: Likewise.
11916         * modules/inttypes: Likewise.
11917         * modules/locale: Likewise.
11918         * modules/math: Likewise.
11919         * modules/netinet_in: Likewise.
11920         * modules/search: Likewise.
11921         * modules/signal: Likewise.
11922         * modules/stdint: Likewise.
11923         * modules/stdio: Likewise.
11924         * modules/stdlib: Likewise.
11925         * modules/string: Likewise.
11926         * modules/sys_select: Likewise.
11927         * modules/sys_socket: Likewise.
11928         * modules/sys_stat: Likewise.
11929         * modules/sys_time: Likewise.
11930         * modules/sysexits: Likewise.
11931         * modules/time: Likewise.
11932         * modules/unistd: Likewise.
11933         * modules/wchar: Likewise.
11934         * modules/wctype: Likewise.
11935         * modules/sys_stat: Change maintainer to "all".
11936         * modules/unistd: Likewise.
11937
11938 2007-06-20  Karl Berry  <karl@gnu.org>
11939
11940         * config/srclist.txt: track www changes in license files.
11941
11942 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
11943
11944         * build-aux/bootstrap: Remove stray dot.
11945         Make sure build_aux settings are honored when linking
11946         gnulib_extra_files.
11947
11948 2007-06-19  Eric Blake  <ebb9@byu.net>
11949
11950         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
11951         Allow compilation on cygwin.
11952
11953 2007-06-19  Jim Meyering  <jim@meyering.net>
11954
11955         xreadlink-with-size: Remove module.  No longer used.
11956         Ex-callers now use xreadlink or mreadlink-with-size.
11957         * modules/xreadlink-with-size: Remove module.
11958         * lib/xreadlink-with-size.c: Remove file.
11959         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
11960         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
11961         just before the function definition *is* accurate.
11962
11963         Eliminate one way canonicalize_filename_mode could exit.
11964         * lib/canonicalize.c (canonicalize_filename_mode):
11965         Use mreadlink_with_size, not xreadlink_with_size.
11966
11967 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
11968
11969         Detect porting problems to FreeBSD/arm, which has time_t wider than
11970         long int.  Original problem reported for GNU diff by Xin Li in
11971         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
11972         * modules/getdate (Depends-on): Add intprops, verify.
11973         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
11974         is an integer type no wider than long int.
11975
11976 2007-06-18  Jim Meyering  <jim@meyering.net>
11977
11978         New module: mreadlink-with-size.
11979         * MODULES.html.sh: Add mreadlink-with-size.
11980         * modules/mreadlink-with-size: New module
11981         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
11982         not xreadlink-with-size.
11983         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
11984
11985 2007-06-16  Bruno Haible  <bruno@clisp.org>
11986
11987         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
11988         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
11989         Reported by Gary V. Vaughan <gary@gnu.org>.
11990
11991 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         Revamp lchown so that it lives in unistd.h where it belongs.
11994         * lib/lchown.h: Remove.
11995         * lib/dirchownmod.c: Don't include lib/lchown.h.
11996         * lib/fchownat.c: Likewise.
11997         * lib/openat.c: Likewise.
11998         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
11999         does not follow symlinks.
12000         (EOPNOTSUPP): Define if not defined.
12001         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
12002         is defined to 0.
12003         (lchown): New decl.
12004         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
12005         Do not check for lchown decl.
12006         Set REPLACE_LCHOWN.
12007         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
12008         REPLACE_LCHOWN.
12009         * modules/chown: Make it clear it follows symlinks.
12010         * modules/lchown: Make it clear it doesn't follow symlinks.
12011         (Files): Remove lib/lchown.h
12012         (Depends-on): Add unistd.
12013         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
12014         (Include): Include <unistd.h>, not "lchown.h".
12015         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
12016         REPLACE_LCHOWN.
12017
12018 2007-06-15  Jim Meyering  <jim@meyering.net>
12019
12020         Change license (GPL to LGPL) of fsusage and dependents.
12021         * modules/fsusage (License): Change to LGPL.
12022         * modules/full-read (License): Likewise.
12023         * modules/full-write (License): Likewise.
12024         * modules/safe-read (License): Likewise.
12025         * modules/safe-write (License): Likewise.
12026
12027 2007-06-14  Ben Pfaff  <blp@gnu.org>
12028
12029         Missing part of allocsa -> malloca transition.
12030         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
12031         gl_MALLOCA.
12032
12033 2007-06-12  Bruno Haible  <bruno@clisp.org>
12034
12035         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
12036         to ia64, x86_64, i386.
12037         Reported by Eric Blake.
12038
12039 2007-06-12  Bruno Haible  <bruno@clisp.org>
12040
12041         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
12042         cross-compiling to x86_64.
12043
12044 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
12045
12046         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
12047         glitch reported by Ralf Wildenhues in
12048         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
12049
12050         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
12051         Vin Shelton.
12052
12053 2007-06-11  Bruno Haible  <bruno@clisp.org>
12054
12055         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
12056         replacement string.
12057         Reported by Eric Blake.
12058
12059 2007-06-10  Bruno Haible  <bruno@clisp.org>
12060
12061         Prepare vasnprintf code for use with Unicode strings.
12062         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
12063         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
12064         TYPE_U32_STRING.
12065         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
12066         a_u32_string variants.
12067         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12068         * lib/printf-args.c: Don't include config.h and the specification
12069         header if PRINTF_FETCHARGS is already defined.
12070         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12071         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
12072         TYPE_U16_STRING, TYPE_U32_STRING.
12073         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
12074         u16_directive, u16_directives, u32_directive, u32_directives): New
12075         types.
12076         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
12077         New declarations.
12078         * lib/printf-parse.c: Don't include config.h and the specification
12079         header if PRINTF_PARSE is already defined. Eliminate the set of
12080         parameters for WIDE_CHAR_VERSION; the user of this file must provide
12081         them now. Include c-ctype.h.
12082         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
12083         directive and CHAR_T_ONLY_ASCII.
12084         * lib/vasnprintf.c: Don't include config.h and the specification header
12085         if VASNPRINTF is already defined.
12086         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
12087         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
12088         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
12089         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
12090         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
12091         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
12092         code accordingly.
12093         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
12094         pad_ourselves also in this case, with the 'c' and 's' directives, and
12095         with a different notion of "width".
12096         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
12097
12098 2007-06-10  Bruno Haible  <bruno@clisp.org>
12099
12100         * modules/unistr/u32-mbsnlen: New file.
12101         * lib/unistr/u32-mbsnlen.c: New file.
12102
12103         * modules/unistr/u16-mbsnlen: New file.
12104         * lib/unistr/u16-mbsnlen.c: New file.
12105
12106         * modules/unistr/u8-mbsnlen: New file.
12107         * lib/unistr/u8-mbsnlen.c: New file.
12108
12109         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
12110         declarations.
12111
12112 2007-06-10  Bruno Haible  <bruno@clisp.org>
12113
12114         * lib/string_.h (mbsnlen): New declaration.
12115         * lib/mbsnlen.c: New file.
12116         * m4/mbsnlen.m4: New file.
12117         * modules/mbsnlen: New file.
12118         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
12119         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
12120         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
12121
12122 2007-06-10  Bruno Haible  <bruno@clisp.org>
12123
12124         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
12125
12126 2007-06-10  Bruno Haible  <bruno@clisp.org>
12127
12128         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
12129         * lib/mbuiter.h: Likewise.
12130
12131 2007-06-10  Bruno Haible  <bruno@clisp.org>
12132
12133         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
12134         declaration.
12135
12136 2007-06-10  Karl Berry  <karl@gnu.org>
12137
12138         * config/srclist.txt: remove gettext entries, Bruno prefers
12139         to update individually.
12140
12141 2007-06-10  Bruno Haible  <bruno@clisp.org>
12142
12143         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
12144         'maxlen'. Ensure only length + width bytes are allocated, not
12145         length + 1 + width.
12146
12147 2007-06-09  Bruno Haible  <bruno@clisp.org>
12148
12149         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
12150         (CHAR_T): Remove macro.
12151         (VASNPRINTF): Update.
12152
12153 2007-06-09  Bruno Haible  <bruno@clisp.org>
12154
12155         * MODULES.html.sh (Unicode string functions): Add the new modules.
12156
12157         * modules/uniconv/u32-conv-to-enc: New file.
12158         * lib/uniconv/u32-conv-to-enc.c: New file.
12159         * modules/uniconv/u32-conv-to-enc-tests: New file.
12160         * tests/uniconv/test-u32-conv-to-enc.c: New file.
12161
12162         * modules/uniconv/u16-conv-to-enc: New file.
12163         * lib/uniconv/u16-conv-to-enc.c: New file.
12164         * lib/uniconv/u-conv-to-enc.h: New file.
12165         * modules/uniconv/u16-conv-to-enc-tests: New file.
12166         * tests/uniconv/test-u16-conv-to-enc.c: New file.
12167
12168         * modules/uniconv/u8-conv-to-enc: New file.
12169         * lib/uniconv/u8-conv-to-enc.c: New file.
12170         * modules/uniconv/u8-conv-to-enc-tests: New file.
12171         * tests/uniconv/test-u8-conv-to-enc.c: New file.
12172
12173         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12174         u32_conv_to_encoding): New declarations.
12175
12176 2007-06-09  Bruno Haible  <bruno@clisp.org>
12177
12178         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
12179
12180 2007-06-09  Bruno Haible  <bruno@clisp.org>
12181
12182         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
12183         * modules/malloca: Renamed from modules/allocsa, updated.
12184         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
12185         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
12186         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
12187         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
12188         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
12189         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
12190         * modules/xmalloca: Renamed from modules/xallocsa, updated.
12191         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
12192         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
12193         * modules/c-strcasestr (Depends-on): Update.
12194         * lib/c-strcasestr.c: Update.
12195         * modules/c-strstr (Depends-on): Update.
12196         * lib/c-strstr.c: Update.
12197         * modules/canonicalize-lgpl (Depends-on): Update.
12198         * lib/canonicalize-lgpl.c: Update.
12199         * modules/clean-temp (Depends-on): Update.
12200         * lib/clean-temp.c: Update.
12201         * modules/csharpcomp (Depends-on): Update.
12202         * lib/csharpcomp.c: Update.
12203         * modules/csharpexec (Depends-on): Update.
12204         * lib/csharpexec.c: Update.
12205         * modules/javacomp (Depends-on): Update.
12206         * lib/javacomp.c: Update.
12207         * modules/javaexec (Depends-on): Update.
12208         * lib/javaexec.c: Update.
12209         * modules/mbscasestr (Depends-on): Update.
12210         * lib/mbscasestr.c: Update.
12211         * modules/mbsstr (Depends-on): Update.
12212         * lib/mbsstr.c: Update.
12213         * modules/setenv (Depends-on): Update.
12214         * lib/setenv.c: Update.
12215         * modules/strcasestr (Depends-on): Update.
12216         * lib/strcasestr.c: Update.
12217         * modules/striconveha (Depends-on): Update.
12218         * lib/striconveha.c: Update.
12219         * modules/relocatable-prog-wrapper (Files): Update.
12220         * lib/relocwrapper.c: Update.
12221         * build-aux/install-reloc: Update.
12222         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
12223
12224 2007-06-08  Bruno Haible  <bruno@clisp.org>
12225
12226         Port to uClibc.
12227         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
12228         * lib/fpurge.c (fpurge): Likewise.
12229         * lib/freading.c (freading): Likewise.
12230         * lib/fseeko.c (rpl_fseeko): Likewise.
12231         * lib/fseterr.c (fseterr): Likewise.
12232         * lib/fwriting.c (fwriting): Likewise.
12233         * tests/test-fflush.c (main): Avoid a failure on uClibc.
12234
12235 2007-06-08  Bruno Haible  <bruno@clisp.org>
12236
12237         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
12238         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
12239         * modules/gettext (Files): Add m4/intlmacosx.m4.
12240
12241 2007-06-07  Bruno Haible  <bruno@clisp.org>
12242
12243         * modules/localename-tests: New file.
12244         * tests/test-localename.c: New file.
12245
12246         New module 'localename'.
12247         * lib/localename.h: New file.
12248         * lib/localename.c: New file, from GNU gettext.
12249         * m4/localename.m4: New file.
12250         * modules/localename: New file.
12251
12252 2007-06-07  Bruno Haible  <bruno@clisp.org>
12253
12254         Work around the lack of <wchar.h> on some builds of uClibc.
12255         * doc/headers/wchar.texi: Update.
12256         * lib/wchar_.h: Include <wchar.h> only if it exists.
12257         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
12258         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
12259         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
12260         doesn't exist.
12261         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
12262         * modules/mbfile (Depends-on): Add wchar.
12263         * modules/mbiter (Depends-on): Likewise.
12264         * modules/mbuiter (Depends-on): Likewise.
12265         Reported by Simon Josefsson.
12266
12267 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
12268
12269         Work around problem reported by Steven M. Schweda in
12270         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
12271         Tru64 5.1B with the Compaq compiler environment installed declares
12272         an 'isblank' function but does not define it in the C library.
12273         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
12274         * lib/regex_internal.h (isblank): Likewise.
12275         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
12276         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12277
12278 2007-06-05  Bruno Haible  <bruno@clisp.org>
12279
12280         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
12281         ia64.
12282         * modules/printf-safe: New file.
12283         * modules/fprintf-posix (Depends-on): Add printf-safe.
12284         * modules/printf-posix (Depends-on): Likewise.
12285         * modules/snprintf-posix (Depends-on): Likewise.
12286         * modules/sprintf-posix (Depends-on): Likewise.
12287         * modules/vasnprintf-posix (Depends-on): Likewise.
12288         * modules/vasprintf-posix (Depends-on): Likewise.
12289         * modules/vfprintf-posix (Depends-on): Likewise.
12290         * modules/vprintf-posix (Depends-on): Likewise.
12291         * modules/vsnprintf-posix (Depends-on): Likewise.
12292         * modules/vsprintf-posix (Depends-on): Likewise.
12293         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
12294         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
12295         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
12296         "no" on i386, x86_64, ia64.
12297         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
12298         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12299         on i386, x86_64, ia64.
12300         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
12301         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12302         on i386, x86_64, ia64.
12303         * tests/test-vasnprintf-posix.c: Include float.h.
12304         (LDBL80_WORDS): New macro.
12305         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12306         on i386, x86_64, ia64.
12307         * tests/test-vasprintf-posix.c: Include float.h.
12308         (LDBL80_WORDS): New macro.
12309         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12310         on i386, x86_64, ia64.
12311         * tests/test-snprintf-posix.c: Include float.h.
12312         * tests/test-sprintf-posix.c: Likewise.
12313         * tests/test-vsnprintf-posix.c: Likewise.
12314         * tests/test-vsprintf-posix.c: Likewise.
12315
12316 2007-06-05  Bruno Haible  <bruno@clisp.org>
12317
12318         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
12319         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
12320         non-IEEE numbers on i386, x86_64, ia64.
12321         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
12322         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
12323         * tests/test-isnanl.h: Include float.h.
12324         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
12325
12326 2007-06-05  Bruno Haible  <bruno@clisp.org>
12327
12328         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
12329         also the %a / %A. Handle the %a / %A code before this extra handling.
12330
12331 2007-06-05  Bruno Haible  <bruno@clisp.org>
12332
12333         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
12334         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
12335
12336 2007-06-05  Bruno Haible  <bruno@clisp.org>
12337
12338         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
12339         typo in variable name.
12340
12341 2007-06-05  Eric Blake  <ebb9@byu.net>
12342
12343         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
12344         Reported by Simon Josefsson.
12345
12346 2007-06-04  Bruno Haible  <bruno@clisp.org>
12347
12348         Avoid test failures on some PowerPC platforms.
12349         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
12350         Define differently for PowerPC.
12351         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
12352         Reported by Gary V. Vaughan <gary@gnu.org>.
12353
12354 2007-06-02  Bruno Haible  <bruno@clisp.org>
12355
12356         Fix test-stdint failure on FreeBSD/ia64.
12357         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
12358         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
12359         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
12360         * doc/headers/stdint.texi: Update.
12361
12362 2007-06-01  Bruno Haible  <bruno@clisp.org>
12363
12364         * tests/test-binary-io.c (main): Pass a third argument to open().
12365         Reported by Gary V. Vaughan <gary@gnu.org>.
12366
12367 2007-06-01  Bruno Haible  <bruno@clisp.org>
12368
12369         * doc/functions/frexpl.texi: Update for mingw.
12370
12371 2007-06-01  Bruno Haible  <bruno@clisp.org>
12372
12373         * tests/test-lseek.c (main): Disable test of errno for invalid third
12374         argument.
12375         * doc/functions/lseek.texi: Update.
12376         Reported by Gary V. Vaughan <gary@gnu.org>.
12377
12378 2007-05-28  Bruno Haible  <bruno@clisp.org>
12379
12380         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
12381
12382 2007-05-31  Eric Blake  <ebb9@byu.net>
12383
12384         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
12385         cross compiling.
12386
12387 2007-05-30  Eric Blake  <ebb9@byu.net>
12388         and Bruno Haible  <bruno@clisp.org>
12389
12390         Work around mingw test failures exposed by m4-1.4.9b.
12391         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
12392         * tests/test-unistd.c: Disable uid_t and git_t tests for the
12393         moment.
12394
12395 2007-05-30  Bruno Haible  <bruno@clisp.org>
12396
12397         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
12398         assuming that they are closed. Needed on HP-UX 11.
12399
12400 2007-05-29  Bruno Haible  <bruno@clisp.org>
12401
12402         Fix a problem with #include_next.
12403         * lib/dirent_.h: Split the double-inclusion guard.
12404         * lib/fcntl_.h: Likewise.
12405         * lib/float_.h: Likewise.
12406         * lib/iconv_.h: Likewise.
12407         * lib/inttypes_.h: Likewise.
12408         * lib/locale_.h: Likewise.
12409         * lib/math_.h: Likewise.
12410         * lib/netinet_in_.h: Likewise.
12411         * lib/search_.h: Likewise.
12412         * lib/signal_.h: Likewise.
12413         * lib/stdint_.h: Likewise.
12414         * lib/stdio_.h: Likewise.
12415         * lib/stdlib_.h: Likewise.
12416         * lib/string_.h: Likewise.
12417         * lib/sys_select_.h: Likewise.
12418         * lib/sys_socket_.h: Likewise.
12419         * lib/sys_stat_.h: Likewise.
12420         * lib/sys_time_.h: Likewise.
12421         * lib/sysexits_.h: Likewise.
12422         * lib/time_.h: Likewise.
12423         * lib/unistd_.h: Likewise.
12424         * lib/wchar_.h: Likewise.
12425         * lib/wctype_.h: Likewise.
12426
12427 2007-05-29  Bruno Haible  <bruno@clisp.org>
12428
12429         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
12430         for the moment.
12431
12432 2007-05-29  Bruno Haible  <bruno@clisp.org>
12433
12434         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
12435         invocation.
12436         Reported by Eric Blake.
12437
12438 2007-05-29  Bruno Haible  <bruno@clisp.org>
12439
12440         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
12441         compiling case.
12442
12443 2007-05-29  Eric Blake  <ebb9@byu.net>
12444             Bruno Haible  <bruno@clisp.org>
12445
12446         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
12447         cross compiles.
12448
12449 2007-05-28  Eric Blake  <ebb9@byu.net>
12450
12451         * modules/closein-tests (test_closein_LDADD): Support test on
12452         cygwin with libtool.
12453
12454 2007-05-28  Bruno Haible  <bruno@clisp.org>
12455
12456         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
12457         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12458         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12459         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12460         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12461         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12462         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12463         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12464         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12465
12466 2007-05-28  Eric Blake  <ebb9@byu.net>
12467
12468         Unconditionally include <config.h> in unit tests.
12469         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
12470         * tests/test-allocsa.c, tests/test-arcfour.c,
12471         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
12472         tests/test-array_list.c, tests/test-array_oset.c,
12473         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
12474         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
12475         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
12476         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
12477         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
12478         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
12479         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
12480         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
12481         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
12482         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
12483         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
12484         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
12485         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
12486         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
12487         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
12488         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
12489         test-md5.c, test-memmem.c, test-printf-posix.c,
12490         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
12491         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
12492         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
12493         test-strcasestr.c, test-striconv.c, test-striconveh.c,
12494         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
12495         test-vasnprintf-posix2.c, test-vasnprintf.c,
12496         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
12497         test-vfprintf-posix.c, test-vprintf-posix.c,
12498         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
12499         test-xvasprintf.c: Likewise.
12500
12501 2007-05-28  Bruno Haible  <bruno@clisp.org>
12502
12503         * gnulib-tool (func_import): Remember the --with-tests command-line
12504         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
12505         Reported by Eric Blake.
12506
12507 2007-05-28  Bruno Haible  <bruno@clisp.org>
12508
12509         * modules/ftell-tests: New file.
12510         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
12511         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
12512
12513         * lib/ftell.c: New file.
12514         * modules/ftell: New file.
12515         * m4/ftell.m4: New file.
12516         * doc/functions/ftell.texi: Update.
12517         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
12518         REPLACE_FTELL.
12519         * lib/stdio_.h (rpl_ftell): New declaration.
12520         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
12521         REPLACE_FTELL.
12522
12523 2007-05-28  Eric Blake  <ebb9@byu.net>
12524
12525         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
12526
12527 2007-05-28  Bruno Haible  <bruno@clisp.org>
12528
12529         * modules/fseek-tests: New file.
12530         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
12531         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
12532
12533         * lib/fseek.c: New file.
12534         * modules/fseek: New file.
12535         * m4/fseek.m4: New file.
12536         * doc/functions/fseek.texi: Update.
12537         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
12538         REPLACE_FSEEK.
12539         * lib/stdio_.h (rpl_fseek): New declaration.
12540         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
12541         REPLACE_FSEEK.
12542
12543 2007-05-28  Bruno Haible  <bruno@clisp.org>
12544
12545         * lib/stdio_.h (fflush): More comments.
12546
12547 2007-05-28  Bruno Haible  <bruno@clisp.org>
12548
12549         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
12550         runtime test.
12551
12552 2007-05-28  Eric Blake  <ebb9@byu.net>
12553
12554         Improve lseek module.
12555         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
12556         * lib/unistd_.h (lseek): Scale back link warning message.
12557         * tests/test-lseek.c: Beef up test.
12558         * tests/test-lseek.sh: Exercise more facets of lseek.
12559         Reported by Bruno Haible.
12560
12561 2007-05-28  Bruno Haible  <bruno@clisp.org>
12562
12563         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
12564         to define.
12565
12566 2007-05-27  Bruno Haible  <bruno@clisp.org>
12567
12568         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
12569
12570 2007-05-27  Bruno Haible  <bruno@clisp.org>
12571
12572         * modules/openmp: New file.
12573         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
12574         Noah Misch.
12575
12576 2007-05-26  Bruno Haible  <bruno@clisp.org>
12577
12578         * modules/chdir-long (Depends-on): Add fchdir.
12579         * modules/chdir-safer (Depends-on): Likewise.
12580         * modules/fts (Depends-on): Likewise.
12581         * modules/fts-lgpl (Depends-on): Likewise.
12582         * modules/openat (Depends-on): Likewise.
12583         * modules/savewd (Depends-on): Likewise.
12584
12585 2007-05-24  Eric Blake  <ebb9@byu.net>
12586
12587         Fix lseek on mingw.
12588         * modules/lseek: New module.
12589         * m4/lseek.m4: New file.
12590         * lib/lseek.c: New file.
12591         * modules/lseek-tests: New file.
12592         * tests/test-lseek.c: New file.
12593         * tests/test-lseek.sh: New file.
12594         * MODULES.html.sh: Document lseek module.
12595         * modules/fflush (Depends-on): Add lseek, fseeko.
12596         * modules/fseeko (Depends-on): Likewise.
12597         * modules/ftello (Depends-on): Likewise.
12598         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
12599         broken.
12600         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
12601         broken.
12602         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
12603         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
12604         * lib/ftello.c (rpl_ftello): Likewise.
12605         * tests/test-fseeko.c (main): Test this.
12606         * tests/test-fseeko.sh: Likewise.
12607         * tests/test-ftello.c (main): Likewise.
12608         * tests/test-ftello.sh: Likewise.
12609         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
12610         implies replacing fseek.
12611         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
12612         HAVE_FTELLO.
12613         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
12614         * modules/unistd (Makefile.am): Likewise.
12615         * lib/unistd_.h (lseek): Declare a replacement.
12616         * doc/functions/lseek.texi (lseek): Document this fix.
12617         * doc/functions/fseek.texi (fseek): Likewise.
12618         * doc/functions/ftell.texi (ftell): Likewise.
12619
12620 2007-05-24  Bruno Haible  <bruno@clisp.org>
12621
12622         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
12623         in the printed representation of a NaN.
12624         * tests/test-vasprintf-posix.c (test_function): Likewise.
12625         * tests/test-snprintf-posix.h (test_function): Likewise.
12626         * tests/test-sprintf-posix.h (test_function): Likewise.
12627         Reported by Eric Blake.
12628
12629 2007-05-23  Eric Blake  <ebb9@byu.net>
12630
12631         Fix fseeko/ftello on cygwin 1.5.24.
12632         * doc/functions/fseeko.texi (fseeko): Document the fix.
12633         * doc/functions/ftello.texi (ftello): Document the fix.
12634         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
12635         * doc/functions/stdout.text (stdout): New file.
12636         * doc/functions/stderr.text (stderr): New file.
12637         * doc/gnulib.texi (Function Substitutes): Use new files.
12638         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
12639         prior to 1.7.0.
12640         * tests/test-ftello.c (main): Likewise for ftello.
12641         * tests/test-fseeko.sh: New file.
12642         * tests/test-ftello.sh: New file.
12643         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
12644         with seekable stdin.
12645         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
12646         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
12647         (gl_REPLACE_FSEEKO): New macro.
12648         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
12649         * modules/fseeko (Files): Distribute fseeko.c.
12650         * modules/ftello (Files): Distribute ftello.c.
12651         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
12652         mode.
12653         * lib/ftello.c (rpl_ftello): New file.
12654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
12655         fseeko, ftello.
12656         (gl_STDIN_LARGE_OFFSET): New macro.
12657         * modules/stdio (Makefile.am): Perform the replacement.
12658         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
12659
12660 2007-05-23  Bruno Haible  <bruno@clisp.org>
12661
12662         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
12663         GNULIB_POSIXCHECK is defined.
12664
12665 2007-05-21  Bruno Haible  <bruno@clisp.org>
12666
12667         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
12668         Check also the output for NaN arguments. When cross-compiling, guess
12669         no on IRIX.
12670         * lib/vasnprintf.c: Update comments.
12671         * tests/test-vasnprintf-posix.c (strisnan): New function.
12672         (test_function): Use it.
12673         * tests/test-vasprintf-posix.c (strisnan): New function.
12674         (test_function): Use it.
12675         * tests/test-snprintf-posix.h (strisnan): New function.
12676         (test_function): Use it.
12677         * tests/test-sprintf-posix.h (strisnan): New function.
12678         (test_function): Use it.
12679         Reported by Eric Blake.
12680
12681 2007-05-20  Bruno Haible  <bruno@clisp.org>
12682
12683         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
12684         numbers that fails on BeOS.
12685         * doc/functions/frexpl.texi: Update.
12686
12687 2007-05-20  Jim Meyering  <jim@meyering.net>
12688
12689         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
12690         forced upon us by glibc-2.6.
12691
12692 2007-05-20  Bruno Haible  <bruno@clisp.org>
12693
12694         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
12695         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
12696         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
12697         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
12698         NEED_PRINTF_INFINITE.
12699         (is_infinitel): New function.
12700         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
12701         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
12702         gl_PREREQ_VASNPRINTF_INFINITE.
12703         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
12704         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12705         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
12706         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
12707         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
12708         gl_PREREQ_VASNPRINTF_INFINITE.
12709         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12710         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12711         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12712         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12713         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12714         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12715         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12716         * doc/functions/fprintf.texi: Update.
12717         * doc/functions/printf.texi: Update.
12718         * doc/functions/snprintf.texi: Update.
12719         * doc/functions/sprintf.texi: Update.
12720         * doc/functions/vfprintf.texi: Update.
12721         * doc/functions/vprintf.texi: Update.
12722         * doc/functions/vsnprintf.texi: Update.
12723         * doc/functions/vsprintf.texi: Update.
12724
12725 2007-05-20  Bruno Haible  <bruno@clisp.org>
12726
12727         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
12728         was not found in libc.
12729         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
12730
12731 2007-05-20  Bruno Haible  <bruno@clisp.org>
12732
12733         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
12734         printed as "-nan" instead of "nan".
12735         * tests/test-vasprintf-posix.c (test_function): Likewise.
12736         * tests/test-snprintf-posix.h (test_function): Likewise.
12737         * tests/test-sprintf-posix.h (test_function): Likewise.
12738         Needed for HP-UX 11.
12739
12740 2007-05-20  Jim Meyering  <jim@meyering.net>
12741
12742         Fix buggy test for the fchownat-deref bug.
12743         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
12744         symlink required for the run-test.  Without it, this test would
12745         always declare that fchownat doesn't work, and client code would
12746         unnecessarily use the replacement function with fixed libc.
12747         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
12748         Reported by Greg Schafer.
12749
12750 2007-05-19  Bruno Haible  <bruno@clisp.org>
12751
12752         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
12753         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
12754         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
12755         Needed for IRIX 6.5 and Solaris 2.5.1.
12756
12757 2007-05-19  Bruno Haible  <bruno@clisp.org>
12758
12759         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
12760         (test_function): Skip tests involving -0.0 on platforms where
12761         -0.0 = 0.0.
12762         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
12763         (test_function): Skip tests involving -0.0 on platforms where
12764         -0.0 = 0.0.
12765         * tests/test-snprintf-posix.h (have_minus_zero): New function.
12766         (test_function): Skip tests involving -0.0 on platforms where
12767         -0.0 = 0.0.
12768         * tests/test-sprintf-posix.h (have_minus_zero): New function.
12769         (test_function): Skip tests involving -0.0 on platforms where
12770         -0.0 = 0.0.
12771         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
12772         tests.
12773         * tests/test-printf-posix.h (test_function): Likewise.
12774         * tests/test-printf-posix.output: Remove all -0.0 related results.
12775         Needed for IRIX 6.5.
12776
12777 2007-05-19  Bruno Haible  <bruno@clisp.org>
12778
12779         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
12780         printed as "nan0x7fffffff" instead of "nan".
12781         * tests/test-vasprintf-posix.c (test_function): Likewise.
12782         * tests/test-snprintf-posix.h (test_function): Likewise.
12783         * tests/test-sprintf-posix.h (test_function): Likewise.
12784         * tests/test-fprintf-posix.h (NaN): Remove macro.
12785         (test_function): Remove all NaN related tests.
12786         * tests/test-printf-posix.h (NaN): Remove macro.
12787         (test_function): Remove all NaN related tests.
12788         * tests/test-printf-posix.output: Remove all NaN related results.
12789         Needed for IRIX 6.5.
12790
12791 2007-05-19  Bruno Haible  <bruno@clisp.org>
12792
12793         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
12794         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
12795
12796 2007-05-19  Bruno Haible  <bruno@clisp.org>
12797
12798         * lib/float_.h: New file.
12799         * m4/float_h.m4: New file.
12800         * modules/float: New file.
12801         * modules/isnanl (Dependencies): Add float.
12802         * modules/isnanl-nolibm (Dependencies): Likewise.
12803         * modules/mathl (Dependencies): Likewise.
12804         * modules/printf-frexpl (Dependencies): Likewise.
12805         * modules/signbit (Dependencies): Likewise.
12806         * modules/vasnprintf (Dependencies): Likewise.
12807         * doc/headers/float.texi: Update.
12808
12809 2007-05-19  Jim Meyering  <jim@meyering.net>
12810
12811         * lib/utimens.c (gl_futimens): Rename from futimens,
12812         now that glibc-2.6 declares futimens.
12813         * lib/utimens.h: Likewise.
12814
12815 2007-05-19  Bruno Haible  <bruno@clisp.org>
12816
12817         Avoid test failures on mingw.
12818         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
12819         * tests/test-printf-posix.sh: Likewise.
12820         * tests/test-vfprintf-posix.sh: Likewise.
12821         * tests/test-vprintf-posix.sh: Likewise.
12822
12823 2007-05-19  Bruno Haible  <bruno@clisp.org>
12824
12825         Fix *printf result for NaN, Inf, -0.0 on mingw.
12826         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
12827         * lib/vasnprintf.c: Include math.h and isnan.h.
12828         (is_infinite_or_zero): New function.
12829         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
12830         values in the %f, %F, %e, %E, %g, %G directives.
12831         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
12832         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12833         gl_PRINTF_INFINITE and test its result. Invoke
12834         gl_PREREQ_VASNPRINTF_INFINITE.
12835         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12836         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12837         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12838         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12839         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12840         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12841         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12842         * doc/functions/fprintf.texi: Update.
12843         * doc/functions/printf.texi: Update.
12844         * doc/functions/snprintf.texi: Update.
12845         * doc/functions/sprintf.texi: Update.
12846         * doc/functions/vfprintf.texi: Update.
12847         * doc/functions/vprintf.texi: Update.
12848         * doc/functions/vsnprintf.texi: Update.
12849         * doc/functions/vsprintf.texi: Update.
12850
12851 2007-05-19  Bruno Haible  <bruno@clisp.org>
12852
12853         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
12854         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
12855         Instead of multiplying with 10^k, set extra_zeroes to k.
12856         (scale10_round_long_double): Remove function.
12857
12858 2007-05-18  Bruno Haible  <bruno@clisp.org>
12859
12860         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
12861         introduced on 2007-05-06.
12862
12863 2007-05-18  Bruno Haible  <bruno@clisp.org>
12864
12865         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
12866         %g directives.
12867         * tests/test-vasprintf-posix.c (test_function): Likewise.
12868         * tests/test-snprintf-posix.h (test_function): Likewise.
12869         * tests/test-sprintf-posix.h (test_function): Likewise.
12870
12871 2007-05-18  Bruno Haible  <bruno@clisp.org>
12872
12873         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
12874         (strmatch): New function.
12875         (test_function): Test the %f directive on numbers of various exponents.
12876         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
12877         (strmatch): New function.
12878         (test_function): Test the %f directive on numbers of various exponents.
12879         * tests/test-snprintf-posix.h (strmatch): New function.
12880         (test_function): Test the %f directive on numbers of various exponents.
12881         * tests/test-sprintf-posix.h (strmatch): New function.
12882         (test_function): Test the %f directive on numbers of various exponents.
12883         * tests/test-snprintf-posix.c (SIZEOF): New macro.
12884         * tests/test-sprintf-posix.c (SIZEOF): New macro.
12885         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
12886         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
12887
12888 2007-05-18  Bruno Haible  <bruno@clisp.org>
12889
12890         Add support for 'long double' number output.
12891         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
12892         * lib/vasnprintf.c: Include math.h and float+.h.
12893         (mp_limb_t): New type.
12894         (GMP_LIMB_BITS): New macro.
12895         (mp_twolimb_t): New type.
12896         (GMP_TWOLIMB_BITS): New macro.
12897         (mpn_t): New type.
12898         (multiply, divide, convert_to_decimal, decode_long_double,
12899         scale10_round_long_double, scale10_round_decimal_long_double,
12900         floorlog10l): New functions.
12901         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
12902         for the %f, %F, %e, %E, %g, %G directives.
12903         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
12904         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12905         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
12906         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
12907         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12908         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12909         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12910         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12911         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12912         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12913         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12914         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
12915         * modules/snprintf-posix (Depends-on): Likewise.
12916         * modules/sprintf-posix (Depends-on): Likewise.
12917         * modules/vasnprintf-posix (Depends-on): Likewise.
12918         * modules/vasprintf-posix (Depends-on): Likewise.
12919         * modules/vfprintf-posix (Depends-on): Likewise.
12920         * modules/vsnprintf-posix (Depends-on): Likewise.
12921         * modules/vsprintf-posix (Depends-on): Likewise.
12922         * modules/vasnprintf (Files): Add lib/float+.h.
12923         * doc/functions/fprintf.texi: Update.
12924         * doc/functions/printf.texi: Update.
12925         * doc/functions/snprintf.texi: Update.
12926         * doc/functions/sprintf.texi: Update.
12927         * doc/functions/vfprintf.texi: Update.
12928         * doc/functions/vprintf.texi: Update.
12929         * doc/functions/vsnprintf.texi: Update.
12930         * doc/functions/vsprintf.texi: Update.
12931
12932 2007-05-18  Bruno Haible  <bruno@clisp.org>
12933
12934         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
12935
12936 2007-05-18  Bruno Haible  <bruno@clisp.org>
12937
12938         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
12939         for printing 64-bit integers. Needed for mingw.
12940
12941 2007-05-18  Bruno Haible  <bruno@clisp.org>
12942
12943         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
12944         gl_FUNC_FREXPL_WORKS.
12945         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
12946
12947 2007-05-18  Bruno Haible  <bruno@clisp.org>
12948
12949         * modules/frexpl-nolibm-tests: New file.
12950
12951         * modules/frexpl-nolibm: New file.
12952         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
12953
12954 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
12957         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
12958         GCC 4.2, which otherwise issues a lot of warnings.
12959         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
12960         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
12961         Likewise.
12962         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
12963         * modules/iconv_open (iconv.h): Likewise.
12964         * modules/locale (locale.h): Likewise.
12965         * modules/netinet_in (netinet/in.h): Likewise.
12966         * modules/sys_select (sys_select.h): Likewise.
12967         * modules/sys_socket (sys/socket.h): Likewise.
12968         * modules/sys_stat (sys/stat.h): Likewise.
12969         * modules/sysexits (sysexits.h): Likewise.
12970         * modules/unistd (unistd.h): Likewise.
12971
12972 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12973
12974         * modules/closein-tests (Makefile.am): Distribute
12975         `test-closein.sh'.
12976
12977 2007-05-17  Bruno Haible  <bruno@clisp.org>
12978
12979         * tests/test-printf-posix.output: Renamed from
12980         tests/test-fprintf-posix.out.
12981         * modules/fprintf-posix-tests: Update.
12982         * modules/printf-posix-tests: Update.
12983         * modules/vfprintf-posix-tests: Update.
12984         * modules/vprintf-posix-tests: Update.
12985         * tests/test-fprintf-posix.sh: Update.
12986         * tests/test-printf-posix.sh: Update.
12987         * tests/test-vfprintf-posix.sh: Update.
12988         * tests/test-vprintf-posix.sh: Update.
12989         Reported by Ralf Wildenhues.
12990
12991 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
12992
12993         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
12994         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
12995         GCC 4.2, which otherwise issues a lot of warnings.
12996         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
12997         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
12998         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
12999         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
13000         it should no longer be needed.
13001         * lib/string_.h: Likewise.
13002         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
13003         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
13004         * modules/inttypes (inttypes.h): Likewise.
13005         * modules/math (math.h): Likewise.
13006         * modules/search (search.h): Likewise.
13007         * modules/signal (signal.h): Likewise.
13008         * modules/stdint (stdint.h): Likewise.
13009         * modules/stdio (stdio.h): Likewise.
13010         * modules/stdlib (stdlib.h): Likewise.
13011         * modules/string (string.h): Likewise.
13012         * modules/sys_time (sys/time.h): Likewise.
13013         * modules/time (time.h): Likewise.
13014         * modules/wchar (wchar.h): Likewise.
13015         * modules/wctype (wtype.h): Likewise.
13016
13017 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13018
13019         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
13020
13021 2007-05-13  Bruno Haible  <bruno@clisp.org>
13022
13023         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
13024         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13025         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
13026         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13027         (gl_PREREQ_STRTOK_R): Don't require it here.
13028
13029 2007-05-13  Bruno Haible  <bruno@clisp.org>
13030
13031         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
13032         when used in C++ mode.
13033
13034 2007-05-12  Bruno Haible  <bruno@clisp.org>
13035
13036         * lib/linebuffer.h: Tweak doc.
13037         * lib/linebuffer.c: Likewise.
13038
13039 2007-05-12  James Youngman  <jay@gnu.org>
13040
13041         * lib/linebuffer.c (readlinebuffer_delim): New function,
13042         like readlinebuffer, but use a caller-specified delimiter.
13043         (readlinebuffer): Just call readlinebuffer_delim with '\n'
13044         as the delimiter.
13045         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
13046
13047 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13048
13049         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
13050         * modules/openat (Files): Remove openat-die.c.
13051         (Depends-on): Add openat-die.
13052         * modules/openat-die: New module.
13053
13054 2007-05-06  Bruno Haible  <bruno@clisp.org>
13055
13056         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
13057         Update with info about Cygwin.
13058         * doc/functions/fprintf.texi: Update.
13059         * doc/functions/printf.texi: Update.
13060         * doc/functions/snprintf.texi: Update.
13061         * doc/functions/sprintf.texi: Update.
13062         * doc/functions/vfprintf.texi: Update.
13063         * doc/functions/vprintf.texi: Update.
13064         * doc/functions/vsnprintf.texi: Update.
13065         * doc/functions/vsprintf.texi: Update.
13066         Reported by Eric Blake.
13067
13068 2007-05-06  Bruno Haible  <bruno@clisp.org>
13069
13070         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
13071         padding ourselves for the floating-point directives.
13072         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
13073         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
13074         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13075         gl_PRINTF_FLAG_ZERO and test its result. Invoke
13076         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
13077         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13078         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13079         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13080         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13081         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13082         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13083         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13084         * tests/test-snprintf-posix.h (test_function): Also check the width
13085         and some flags in the %f directive.
13086         * tests/test-sprintf-posix.h (test_function): Likewise.
13087         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13088         * tests/test-vasprintf-posix.c (test_function): Likewise.
13089         * doc/functions/fprintf.texi: Update.
13090         * doc/functions/printf.texi: Update.
13091         * doc/functions/snprintf.texi: Update.
13092         * doc/functions/sprintf.texi: Update.
13093         * doc/functions/vfprintf.texi: Update.
13094         * doc/functions/vprintf.texi: Update.
13095         * doc/functions/vsnprintf.texi: Update.
13096         * doc/functions/vsprintf.texi: Update.
13097
13098 2007-05-06  Bruno Haible  <bruno@clisp.org>
13099
13100         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
13101         pass the ' flag character to sprintf or snprintf.
13102         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
13103         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
13104         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13105         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
13106         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
13107         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13108         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13109         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13110         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13111         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13112         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13113         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13114         * tests/test-snprintf-posix.h (test_function): Also check the grouping
13115         flag.
13116         * tests/test-sprintf-posix.h (test_function): Likewise.
13117         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13118         * tests/test-vasprintf-posix.c (test_function): Likewise.
13119         * doc/functions/fprintf.texi: Update.
13120         * doc/functions/printf.texi: Update.
13121         * doc/functions/snprintf.texi: Update.
13122         * doc/functions/sprintf.texi: Update.
13123         * doc/functions/vfprintf.texi: Update.
13124         * doc/functions/vprintf.texi: Update.
13125         * doc/functions/vsnprintf.texi: Update.
13126         * doc/functions/vsprintf.texi: Update.
13127
13128 2007-05-01  Bruno Haible  <bruno@clisp.org>
13129
13130         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
13131
13132 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
13133
13134         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
13135         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
13136
13137 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13138
13139         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
13140         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
13141         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
13142
13143 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
13144
13145         * lib/argp-help.c (struct hol_entry): New member `ord'.
13146         (HOL_ENTRY_PTRCMP): Use ord for comparison
13147         (hol_sort): Initialize ord.
13148
13149 2007-05-01  Bruno Haible  <bruno@clisp.org>
13150
13151         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
13152         Reported by Eric Blake.
13153         * doc/gnulib.texi (Function Substitutes): Update.
13154
13155 2007-05-01  Bruno Haible  <bruno@clisp.org>
13156
13157         * doc/functions.texi: Remove file, now redundant through
13158         doc/functions/*.texi.
13159
13160 2007-05-01  Bruno Haible  <bruno@clisp.org>
13161
13162         * modules/argp (Depends-on): Add sleep.
13163
13164 2007-05-01  Bruno Haible  <bruno@clisp.org>
13165
13166         * modules/sleep-tests: New file.
13167         * tests/test-sleep.c: New file.
13168
13169         * modules/sleep: New file.
13170         * lib/sleep.c: New file.
13171         * m4/sleep.m4: New file.
13172         * lib/unistd_.h (sleep): New declaration.
13173         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
13174         HAVE_SLEEP.
13175         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
13176         * doc/functions/sleep.texi: Document the sleep module.
13177
13178 2007-05-01  Bruno Haible  <bruno@clisp.org>
13179
13180         * lib/sigprocmask.h: Remove file.
13181         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
13182         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
13183         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
13184         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
13185         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
13186         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
13187         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
13188         HAVE_SIGSET_T as a shell variable.
13189         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
13190         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
13191         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
13192         (Depends-on): Add signal. Remove verify.
13193         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
13194         (Include): Mention <signal.h> instead of sigprocmask.h.
13195         * NEWS: Mention the change.
13196         * lib/fatal-signal.c: Don't include sigprocmask.h.
13197
13198 2007-05-01  Bruno Haible  <bruno@clisp.org>
13199
13200         * modules/signal: New file.
13201         * lib/signal_.h: New file.
13202         * m4/signal_h.m4: New file.
13203
13204 2007-05-01  Bruno Haible  <bruno@clisp.org>
13205
13206         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
13207         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
13208         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
13209         HAVE_WCTYPE_CTMP_BUG into wctype.h.
13210
13211 2007-05-01  Bruno Haible  <bruno@clisp.org>
13212
13213         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
13214         configure time.
13215         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
13216         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
13217         * modules/sys_stat (Makefile.am): Substitute their values into
13218         sys/stat.h.
13219
13220 2007-05-01  Bruno Haible  <bruno@clisp.org>
13221
13222         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
13223         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
13224         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
13225
13226 2007-05-01  Bruno Haible  <bruno@clisp.org>
13227
13228         * doc/header/assert.texi: Undo last change: don't mention the gnulib
13229         'assert' module here.
13230
13231 2007-05-01  Bruno Haible  <bruno@clisp.org>
13232
13233         * doc/functions/*.texi: New files.
13234         * doc/functions/google-ranking.txt: New file.
13235         * doc/gnulib.texi (Function Substitutes): New chapter.
13236         (ctime, inet_ntoa): Remove sections.
13237         * doc/ctime.texi: Remove file.
13238         * doc/inet_ntoa.texi: Remove file.
13239         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
13240         dependencies.
13241         (%.info): New rule, specifying a --reference-limit.
13242
13243 2007-05-01  Bruno Haible  <bruno@clisp.org>
13244
13245         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
13246
13247 2007-05-01  Bruno Haible  <bruno@clisp.org>
13248
13249         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
13250         the portability of 'mkdir' to mingw systems.
13251
13252 2007-05-01  Bruno Haible  <bruno@clisp.org>
13253
13254         * doc/headers/google-ranking.txt: New file.
13255
13256 2007-04-30  Eric Blake  <ebb9@byu.net>
13257
13258         Prefer fseeko to fseek.
13259         * modules/getpass (Depends-on): Add fseeko.
13260         * lib/getpass.c (getpass): Use fseeko, not fseek.
13261
13262 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
13263
13264         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
13265         assumes the sorting is stable, while most qsort implementations
13266         are not.  Use argument addresses to ensure they never compare as
13267         equal.
13268
13269         * tests/test-argp-2.sh (usage-indent test): Fix output
13270         (func_compare): Restore diff options
13271         * tests/test-argp.c: Restore #include "progname.h"
13272
13273 2007-04-29  Bruno Haible  <bruno@clisp.org>
13274
13275         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
13276         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13277         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
13278         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13279         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
13280         (configure.ac): Define CHECK_SNPRINTF_POSIX.
13281         (TESTS, check_PROGRAMS): Add test-snprintf.
13282         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
13283         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
13284         (TESTS, check_PROGRAMS): Add test-vsnprintf.
13285         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
13286         assertions that fail on HP-UX, OSF/1, or IRIX.
13287         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
13288
13289 2007-04-29  Bruno Haible  <bruno@clisp.org>
13290
13291         * MODULES.html.sh (posix_functions): Remove 'contents'.
13292
13293 2007-04-29  Karl Berry  <karl@gnu.org>
13294
13295         * config/srclist.txt (gendocs_template_min): new entry.
13296
13297 2007-04-29  Bruno Haible  <bruno@clisp.org>
13298
13299         Work around fpurge bug on BSD systems.
13300         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
13301         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
13302         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
13303         fpurge to rpl_fpurge if the system already has this function.
13304         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
13305         the case where the system already has this function. Correct invariants
13306         on BSD systems.
13307         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
13308         BSD systems.
13309
13310 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
13311
13312         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
13313         proposed by Sven Verdoolaege.
13314
13315         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
13316         options.
13317         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
13318         (usage and help tests): Update
13319
13320 2007-04-29  Bruno Haible  <bruno@clisp.org>
13321
13322         * tests/test-fflush.c (main): Use a file of size 17, not 10.
13323         Print more information in case of failure. Disable a test on BeOS.
13324
13325 2007-04-29  Bruno Haible  <bruno@clisp.org>
13326
13327         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
13328         This helps debugging on systems on which no gdb is available.
13329
13330 2007-04-29  Bruno Haible  <bruno@clisp.org>
13331
13332         * lib/freading.h: Improve comments.
13333         * lib/fwriting.h: Likewise.
13334         * tests/test-freading.c (main): Don't check freading immediately after
13335         repositioning. Needed for glibc.
13336
13337 2007-04-29  Bruno Haible  <bruno@clisp.org>
13338
13339         * lib/freading.c (freading): Trivial simplification.
13340
13341 2007-04-28  Bruno Haible  <bruno@clisp.org>
13342
13343         * tests/test-fwriting.c (main): Also test the interaction between
13344         fflush and fwriting.
13345         * modules/fwriting-tests (Depends-on): Add fflush.
13346
13347         * tests/test-freading.c (main): Also test the interaction between
13348         fflush and freading.
13349         * modules/freading-tests (Depends-on): Add fflush.
13350
13351 2007-04-28  Bruno Haible  <bruno@clisp.org>
13352
13353         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
13354         fseeko and ftello.
13355         Suggested by Eric Blake.
13356
13357 2007-04-28  Jim Meyering  <jim@meyering.net>
13358
13359         Avoid false-negative in gl_STDINT_H's C99 conformance test.
13360         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
13361         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
13362
13363 2007-04-27  Eric Blake  <ebb9@byu.net>
13364
13365         * doc/headers/assert.texi (assert.h): Document assert module use.
13366
13367 2007-04-27  Bruno Haible  <bruno@clisp.org>
13368
13369         * doc/headers/*.texi: New files.
13370         * doc/gnulib.texi (Header File Substitutes): New chapter.
13371         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
13372         dependencies.
13373         (standards.info ,standards.html, standards.dvi): Update dependencies.
13374         (mostlyclean, clean): New targets.
13375
13376 2007-04-27  Bruno Haible  <bruno@clisp.org>
13377
13378         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
13379         * modules/sysexits (Files, Makefile.am): Update.
13380
13381         * lib/sys_socket_.h: Renamed from lib/socket_.h.
13382         * modules/sys_socket (Files, Makefile.am): Update.
13383
13384         * lib/sys_stat_.h: Renamed from lib/stat_.h.
13385         * modules/sys_stat (Files, Makefile.am): Update.
13386
13387 2007-04-27  Eric Blake  <ebb9@byu.net>
13388
13389         * lib/freading.h: Improve comments.
13390         * lib/fwriting.h: Likewise.
13391         * lib/fflush.c: Likewise.
13392
13393         Fix closein for mingw.
13394         * modules/closein-tests: Add tests for closein.
13395         * tests/test-closein.c: New file.
13396         * tests/test-closein.sh: Likewise.
13397         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
13398         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
13399
13400 2007-04-27  Bruno Haible  <bruno@clisp.org>
13401
13402         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
13403         version is < 6.
13404         * lib/math_.h [__DECC]: Likewise.
13405         * lib/stdio_.h [__DECC]: Likewise.
13406         * lib/stdlib_.h [__DECC]: Likewise.
13407         * lib/string_.h [__DECC]: Likewise.
13408         * lib/time_.h [__DECC]: Likewise.
13409         * lib/wchar_.h [__DECC]: Likewise.
13410         * lib/wctype_.h [__DECC]: Likewise.
13411
13412 2007-04-27  Bruno Haible  <bruno@clisp.org>
13413
13414         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
13415
13416 2007-04-27  Bruno Haible  <bruno@clisp.org>
13417
13418         * lib/fflush.c: Add comments.
13419         * modules/fpurge-tests (Depends-on): Add fflush.
13420         * modules/freadable-tests (Depends-on): Likewise.
13421         * modules/fwritable-tests (Depends-on): Likewise.
13422
13423 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
13424
13425         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
13426         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
13427         Report by Bruno Haible <bruno@clisp.org>.
13428
13429 2007-04-26  Eric Blake  <ebb9@byu.net>
13430
13431         Fix fflush on mingw.
13432         * modules/fflush (Depends-on): Add freading.
13433         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
13434         but unread data.
13435
13436 2007-04-26  Eric Blake  <ebb9@byu.net>
13437         and Bruno Haible  <bruno@clisp.org>
13438
13439         Implement freading and fwriting.
13440         * lib/freading.c: New file.
13441         * lib/freading.h: Likewise.
13442         * m4/freading.m4: Likewise.
13443         * modules/freading: Likewise.
13444         * modules/freading-tests: Likewise.
13445         * tests/test-freading.c: Likewise.
13446         * lib/fwriting.c: New file.
13447         * lib/fwriting.h: Likewise.
13448         * m4/fwriting.m4: Likewise.
13449         * modules/fwriting: Likewise.
13450         * modules/fwriting-tests: Likewise.
13451         * tests/test-fwriting.c: Likewise.
13452         * MODULES.html.sh (File stream based Input/Output): Mention them.
13453
13454 2007-04-26  Bruno Haible  <bruno@clisp.org>
13455
13456         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
13457         'long' when we assume it.
13458         Suggested by Eric Blake.
13459
13460 2007-04-26  Bruno Haible  <bruno@clisp.org>
13461
13462         Ensure fseeko, ftello are declared on glibc systems.
13463         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
13464         * modules/fseeko (configure.ac-early): Likewise.
13465         * modules/ftello (configure.ac-early): Likewise.
13466         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
13467         AC_FUNC_FSEEKO for this.
13468         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
13469         (gl_CHECK_FSEEKO): Remove macro.
13470
13471 2007-04-26  Bruno Haible  <bruno@clisp.org>
13472
13473         * tests/test-fflush.c (main): Also check the ftell result after
13474         fflush and fseek/fseeko.
13475         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
13476         file descriptor position cache in the stream.
13477         * lib/fseeko.c (rpl_fseeko): Likewise.
13478
13479 2007-04-26  Bruno Haible  <bruno@clisp.org>
13480
13481         * modules/fflush-tests (Depends-on): Add fseeko.
13482
13483 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
13484             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13485
13486         * lib/argz_.h: ensure error_t definition is obtained in same
13487         mechanism system argz.h would have.
13488         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
13489         argz facilities are known bad.  Err on the side of caution if
13490         cross-compiling.
13491
13492 2007-04-25  Eric Blake  <ebb9@byu.net>
13493
13494         * lib/fpurge.c (includes): Use stdlib.h for free.
13495         * tests/test-fflush.c (main): Also test fflush-fseeko.
13496
13497 2007-04-25  Bruno Haible  <bruno@clisp.org>
13498
13499         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
13500         * lib/fseeko.c: New file.
13501         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
13502         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
13503         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
13504         gl_FUNC_FSEEKO.
13505         (gl_FUNC_FSEEKO): Invoke it.
13506         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
13507         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
13508         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
13509
13510 2007-04-25  Bruno Haible  <bruno@clisp.org>
13511
13512         * modules/fflush (Depends-on): Add ftello.
13513
13514 2007-04-25  Bruno Haible  <bruno@clisp.org>
13515
13516         * modules/ftello-tests: New file.
13517         * tests/test-ftello.c: New file.
13518
13519         * modules/ftello: New file.
13520         * m4/ftello.m4: New file.
13521         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
13522         HAVE_FTELLO.
13523         * lib/stdio_.h (ftello): New declaration.
13524         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
13525         HAVE_FTELLO.
13526
13527 2007-04-25  Bruno Haible  <bruno@clisp.org>
13528
13529         * modules/fseeko-tests: New file.
13530         * tests/test-fseeko.c: New file.
13531
13532         * modules/fseeko: New file.
13533         * m4/fseeko.m4: New file.
13534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
13535         HAVE_FSEEKO.
13536         * lib/stdio_.h (fseeko): New declaration.
13537         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
13538         HAVE_FSEEKO.
13539
13540 2007-04-25  Bruno Haible  <bruno@clisp.org>
13541
13542         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
13543
13544 2007-04-25  Bruno Haible  <bruno@clisp.org>
13545
13546         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
13547         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
13548         * tests/test-unistd.c: Likewise.
13549         * tests/test-fcntl.c: Likewise.
13550
13551 2007-04-23  Eric Blake  <ebb9@byu.net>
13552
13553         * lib/fflush.c: Fix missing include.
13554         Reported by Bruno Haible.
13555
13556 2007-04-23  Bruno Haible  <bruno@clisp.org>
13557
13558         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
13559         Reported by Eric Blake.
13560
13561 2007-04-23  Bruno Haible  <bruno@clisp.org>
13562
13563         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
13564
13565 2007-04-23  Bruno Haible  <bruno@clisp.org>
13566
13567         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
13568
13569 2007-04-23  Bruno Haible  <bruno@clisp.org>
13570
13571         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
13572         Needed on HP-UX 11.
13573
13574 2007-04-16  Eric Blake  <ebb9@byu.net>
13575
13576         Make fflush rely on fpurge.
13577         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
13578         open coding all variants.
13579         * modules/fflush (Depends-on): Add fpurge and unistd.
13580         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
13581         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
13582
13583         Fix --with-tests compilation on cygwin.
13584         * modules/argmatch-tests (Makefile.am): List gnulib library first
13585         in LDADD.
13586         * modules/argp-tests (Makefile.am): Likewise.
13587         * modules/array-list-tests (Makefile.am): Likewise.
13588         * modules/array-oset-tests (Makefile.am): Likewise.
13589         * modules/avltree-list-tests (Makefile.am): Likewise.
13590         * modules/avltree-oset-tests (Makefile.am): Likewise.
13591         * modules/avltreehash-list-tests (Makefile.am): Likewise.
13592         * modules/carray-list-tests (Makefile.am): Likewise.
13593         * modules/dirname-tests (Makefile.am): Likewise.
13594         * modules/frexp-tests (Makefile.am): Likewise.
13595         * modules/isnanl-tests (Makefile.am): Likewise.
13596         * modules/linked-list-tests (Makefile.am): Likewise.
13597         * modules/linkedhash-list-tests (Makefile.am): Likewise.
13598         * modules/lock-tests (Makefile.am): Likewise.
13599         * modules/rbtree-list-tests (Makefile.am): Likewise.
13600         * modules/rbtree-oset-tests (Makefile.am): Likewise.
13601         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
13602         * modules/tls-tests (Makefile.am): Likewise.
13603         * modules/tsearch-tests (Makefile.am): Likewise.
13604         * modules/xvasprintf-tests (Makefile.am): Likewise.
13605
13606         Fix fpurge for cygwin.
13607         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
13608         value.
13609         * modules/fpurge-tests (Depends-on): Clean up trash.
13610
13611 2007-04-16  Simon Josefsson  <simon@josefsson.org>
13612
13613         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
13614
13615         * m4/autobuild.m4: Re-indent.
13616
13617 2007-04-13  Bruno Haible  <bruno@clisp.org>
13618
13619         * modules/fpurge-tests: New file.
13620         * tests/test-fpurge.c: New file.
13621
13622         * modules/fpurge: New file.
13623         * lib/fpurge.h: New file.
13624         * lib/fpurge.c: New file.
13625         * m4/fpurge.m4: New file.
13626
13627 2007-04-13  Bruno Haible  <bruno@clisp.org>
13628
13629         * modules/fbufmode-tests: New file.
13630         * tests/test-fbufmode.c: New file.
13631
13632         * modules/fbufmode: New file.
13633         * lib/fbufmode.h: New file.
13634         * lib/fbufmode.c: New file.
13635         * m4/fbufmode.m4: New file.
13636
13637 2007-04-13  Bruno Haible  <bruno@clisp.org>
13638
13639         * modules/fwritable-tests: New file.
13640         * tests/test-fwritable.c: New file.
13641
13642         * modules/fwritable: New file.
13643         * lib/fwritable.h: New file.
13644         * lib/fwritable.c: New file.
13645         * m4/fwritable.m4: New file.
13646
13647 2007-04-13  Bruno Haible  <bruno@clisp.org>
13648
13649         * modules/freadable-tests: New file.
13650         * tests/test-freadable.c: New file.
13651
13652         * modules/freadable: New file.
13653         * lib/freadable.h: New file.
13654         * lib/freadable.c: New file.
13655         * m4/freadable.m4: New file.
13656
13657 2007-04-13  Bruno Haible  <bruno@clisp.org>
13658
13659         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
13660         MOSTLYCLEANFILES.
13661
13662 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13663
13664         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
13665         gzip bootstrap.conf to avoid dragging in i18n machinery.
13666         (gnulib_tool_option): Use it.
13667
13668 2007-04-13  Bruno Haible  <bruno@clisp.org>
13669
13670         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
13671         %F directives.
13672         * tests/test-vasprintf-posix.c (test_function): Likewise.
13673         * tests/test-snprintf-posix.h (test_function): Likewise.
13674         * tests/test-sprintf-posix.h (test_function): Likewise.
13675         * tests/test-fprintf-posix.h (test_function): Likewise.
13676         * tests/test-printf-posix.h (test_function): Likewise.
13677         * tests/test-fprintf-posix.out: Likewise.
13678
13679 2007-04-13  Bruno Haible  <bruno@clisp.org>
13680
13681         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
13682         * modules/tls-tests (configure.ac): Likewise.
13683         Reported by Arto C. Nirkko <anirkko@insel.ch>.
13684
13685 2007-04-13  Bruno Haible  <bruno@clisp.org>
13686
13687         * lib/tls.c (glthread_tls_get): Fix return type.
13688         Patch by Arto C. Nirkko <anirkko@insel.ch>.
13689
13690 2007-04-12  Eric Blake  <ebb9@byu.net>
13691
13692         * modules/gettime (Depends-on): Remove gettime.
13693         Reported by Dmitry V. Levin.
13694
13695 2007-04-12  Bruno Haible  <bruno@clisp.org>
13696
13697         * modules/fflush (Include): Mention <stdio.h>.
13698         * modules/strtoimax (Include): Mention <inttypes.h>.
13699         * modules/strtoumax (Include): Likewise.
13700
13701 2007-04-12  Eric Blake  <ebb9@byu.net>
13702
13703         * .cvsignore: New file.
13704         * .gitignore: Likewise.
13705
13706 2007-04-12  Bruno Haible  <bruno@clisp.org>
13707
13708         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
13709         not before, since $(LDADD) often contains libgnu.a.
13710         * modules/striconv-tests (test_striconv_LDADD): Likewise.
13711         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
13712         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
13713         Needed on Cygwin.
13714
13715 2007-04-12  Eric Blake  <ebb9@byu.net>
13716
13717         Work around glibc's failure to flush stdin on fclose.
13718         * lib/closein.c (close_stdin): Flush stdin before closing.
13719
13720         Work around glibc's failure to reset seekable stdin on exit.
13721         * modules/closein: New module.
13722         * lib/closein.c: New file.
13723         * lib/closein.h: Likewise.
13724         * m4/closein.m4: Likewise.
13725         * MODULES.html.sh (File stream based Input/Output): Document it.
13726
13727 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13728
13729         * gnulib-tool: Rename generated 'autobuild' script to
13730         'do-autobuild' in --create-megatestdir output.
13731
13732         * doc/gnulib.texi (Build robot for gnulib): Fix.
13733
13734 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13735
13736         * modules/sysexits (Depends-on): Add absolute-header.
13737
13738 2007-04-12  Eric Blake  <ebb9@byu.net>
13739
13740         No need to preserve errno on success.
13741         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
13742         Reported by Bruno Haible.
13743
13744 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13745
13746         * MODULES.html.sh (Support for maintaining and releasing
13747         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
13748
13749 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13750
13751         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
13752
13753 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13754
13755         * modules/autobuild: New module.
13756
13757         * m4/autobuild.m4: New file.
13758
13759 2007-04-11  Bruno Haible  <bruno@clisp.org>
13760
13761         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
13762         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
13763         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
13764         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
13765         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13766         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13767         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13769         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13770         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13771         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
13772         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13773         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13774         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
13775         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13776         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13777         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
13778         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13779         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13780         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
13781         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13782         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13783         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
13784         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13785         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13786         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
13787         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
13788         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
13789         Reported by Eric Blake.
13790
13791 2007-04-11  Bruno Haible  <bruno@clisp.org>
13792
13793         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
13794
13795 2007-04-10  Bruno Haible  <bruno@clisp.org>
13796
13797         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
13798         for NaN and Infinity. Needed on FreeBSD 6.1.
13799         * tests/test-vasnprintf-posix.c (test_function): Undo last change
13800         regarding results for "%010a" of Infinity and NaN.
13801         * tests/test-vasprintf-posix.c (test_function): Likewise.
13802         * tests/test-snprintf-posix.h (test_function): Likewise.
13803         * tests/test-sprintf-posix.h (test_function): Likewise.
13804         * tests/test-fprintf-posix.h (test_function): Likewise.
13805         * tests/test-printf-posix.h (test_function): Likewise.
13806         * tests/test-fprintf-posix.out: Likewise.
13807
13808 2007-04-10  Bruno Haible  <bruno@clisp.org>
13809
13810         * modules/locale-tests: New file.
13811         * tests/test-locale.c: New file.
13812
13813         * modules/locale: New file.
13814         * lib/locale_.h: New file.
13815         * m4/locale_h.m4: New file.
13816
13817 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
13818             Bruno Haible  <bruno@clisp.org>
13819
13820         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
13821         be determined, test for availability of the copysignf, copysign,
13822         copysignl functions.
13823         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
13824         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
13825         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
13826
13827 2007-04-09  Eric Blake  <ebb9@byu.net>
13828
13829         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
13830         * modules/stdio (Makefile.am): Support fflush.
13831         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13832         * modules/fflush: New file.
13833         * lib/fflush.c: Likewise.
13834         * m4/fflush.m4: Likewise.
13835         * modules/fflush-tests: New test.
13836         * tests/test-fflush.c: Likewise.
13837         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
13838
13839 2007-04-06  Bruno Haible  <bruno@clisp.org>
13840
13841         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
13842         (VASNPRINTF): Use signbit for faster determination whether to print a
13843         minus sign.
13844         * modules/vasnprintf (Files): Remove lib/float+.h.
13845         * modules/fprintf-posix (Depends-on): Add signbit.
13846         * modules/snprintf-posix (Depends-on): Likewise.
13847         * modules/sprintf-posix (Depends-on): Likewise.
13848         * modules/vasnprintf-posix (Depends-on): Likewise.
13849         * modules/vasprintf-posix (Depends-on): Likewise.
13850         * modules/vfprintf-posix (Depends-on): Likewise.
13851         * modules/vsnprintf-posix (Depends-on): Likewise.
13852         * modules/vsprintf-posix (Depends-on): Likewise.
13853
13854 2007-04-06  Bruno Haible  <bruno@clisp.org>
13855
13856         * tests/test-frexp.c (main): Test also the sign bit of zero results.
13857         * tests/test-frexpl.c (main): Likewise.
13858         * tests/test-ldexpl.c (main): Likewise.
13859         * modules/frexp-tests (Depends-on): Add signbit.
13860         * modules/frexpl-tests (Depdends-on): Likewise.
13861         * modules/ldexpl-tests (Depdends-on): Likewise.
13862
13863 2007-04-06  Bruno Haible  <bruno@clisp.org>
13864
13865         * modules/signbit-tests: New file.
13866         * tests/test-signbit.c: New file.
13867
13868         * modules/signbit: New file.
13869         * lib/signbitf.c: New file.
13870         * lib/signbitd.c: New file.
13871         * lib/signbitl.c: New file.
13872         * m4/signbit.m4: New file.
13873         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
13874         (signbit): New macro.
13875         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
13876         REPLACE_SIGNBIT.
13877         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
13878         REPLACE_FREXPL into math.h.
13879
13880 2007-04-06  Bruno Haible  <bruno@clisp.org>
13881
13882         * modules/isnanf-nolibm-tests: New file.
13883         * tests/test-isnanf.c: New file.
13884
13885         * modules/isnanf-nolibm: New file.
13886         * lib/isnanf.h: New file.
13887         * lib/isnanf.c: New file.
13888         * lib/isnan.c: Consider the USE_FLOAT macro.
13889         * m4/isnanf.m4: New file.
13890
13891 2007-04-06  Bruno Haible  <bruno@clisp.org>
13892
13893         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
13894         (Link): New section.
13895
13896         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
13897
13898 2007-04-06  Bruno Haible  <bruno@clisp.org>
13899
13900         Assume the 'long double' type.
13901         * m4/longdouble.m4: Remove file.
13902         * config/srclist.txt: Don't mention longdouble.m4.
13903         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
13904         * lib/float+.h: Likewise.
13905         * lib/frexp.c: Likewise.
13906         * lib/printf-args.h: Likewise.
13907         * lib/printf-args.c: Likewise.
13908         * lib/printf-frexp.c: Likewise.
13909         * lib/printf-parse.c: Likewise.
13910         * lib/vasnprintf.c: Likewise.
13911         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
13912         * m4/intl.m4: Likewise.
13913         * m4/isnanl.m4: Likewise.
13914         * m4/printf.m4: Likewise.
13915         * m4/printf-frexpl.m4: Likewise.
13916         * m4/vasnprintf.m4: Likewise.
13917         * modules/allocsa (Files): Remove m4/longdouble.m4.
13918         * modules/gettext (Files): Likewise.
13919         * modules/relocatable-prog-wrapper (Files): Likewise.
13920         * modules/vasnprintf (Files): Likewise.
13921         * modules/isnanl (Files): Likewise.
13922         (Include): Simplify.
13923         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
13924         (Include): Simplify.
13925         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
13926         (Include): Simplify.
13927         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
13928         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13929         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
13930         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13931         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
13932         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13933         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
13934         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13935         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
13936         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13937         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
13938         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
13939         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
13940         * tests/test-isnanl.c: Likewise.
13941         * tests/test-snprintf-posix.h: Likewise.
13942         * tests/test-sprintf-posix.h: Likewise.
13943         * tests/test-vasnprintf-posix.c: Likewise.
13944         * tests/test-vasnprintf-posix2.c: Likewise.
13945         * tests/test-vasprintf-posix.c: Likewise.
13946
13947 2007-04-06  Bruno Haible  <bruno@clisp.org>
13948
13949         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
13950         * lib/math_.h [__DECC]: Include the overridden include file through
13951         #include_next, outside the double-inclusion guard.
13952         * lib/stdio_.h [__DECC]: Likewise.
13953         * lib/stdlib_.h [__DECC]: Likewise.
13954         * lib/string_.h [__DECC]: Likewise.
13955         * lib/time_.h [__DECC]: Likewise.
13956         * lib/wchar_.h [__DECC]: Likewise.
13957         * lib/wctype_.h [__DECC]: Likewise.
13958         * lib/inttypes_.h [__DECC]: Likewise.
13959         Reported by Albert Chin <china@thewrittenword.com> in
13960         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
13961
13962 2007-04-04  Eric Blake  <ebb9@byu.net>
13963
13964         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
13965         1.5.x.
13966
13967 2007-04-04  Bruno Haible  <bruno@clisp.org>
13968
13969         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
13970         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
13971
13972 2007-04-04  Bruno Haible  <bruno@clisp.org>
13973
13974         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
13975         results for "%010a" of Infinity and NaN.
13976         * tests/test-vasprintf-posix.c (test_function): Likewise.
13977         * tests/test-snprintf-posix.h (test_function): Likewise.
13978         * tests/test-sprintf-posix.h (test_function): Likewise.
13979         * tests/test-fprintf-posix.h (test_function): Remove these tests.
13980         * tests/test-printf-posix.h (test_function): Likewise.
13981         * tests/test-fprintf-posix.out: Update.
13982         Needed for FreeBSD 6.1.
13983
13984 2007-04-04  Bruno Haible  <bruno@clisp.org>
13985
13986         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
13987         directly used by the gnulib modules nor by gnulib-tool.
13988
13989 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13990
13991         * DEPENDENCIES: Give overall description of version dependency
13992         desirability.  Use more-typical names for apps.
13993         Add shell, coreutils, diffutils, grep, tar, gzip.
13994
13995 2007-04-04  Simon Josefsson  <simon@josefsson.org>
13996
13997         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
13998
13999 2007-04-04  Karl Berry  <karl@gnu.org>
14000
14001         * MODULES.html.sh (func_module): missing '.
14002
14003 2007-04-03  Bruno Haible  <bruno@clisp.org>
14004
14005         * modules/argmatch-tests (Makefile.am): New variable
14006         test_argmatch_LDADD.
14007         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
14008         * modules/array-list-tests (Makefile.am): New variable
14009         test_array_list_LDADD.
14010         * modules/array-oset-tests (Makefile.am): New variable
14011         test_array_oset_LDADD.
14012         * modules/avltree-list-tests (Makefile.am): New variable
14013         test_avltree_list_LDADD.
14014         * modules/avltree-oset-tests (Makefile.am): New variable
14015         test_avltree_oset_LDADD.
14016         * modules/avltreehash-list-tests (Makefile.am): New variable
14017         test_avltreehash_list_LDADD.
14018         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
14019         test_canonicalize_lgpl_LDADD.
14020         * modules/carray-list-tests (Makefile.am): New variable
14021         test_carray_list_LDADD.
14022         * modules/dirname-tests (Makefile.am): New variable
14023         test_dirname_LDADD.
14024         * modules/linked-list-tests (Makefile.am): New variable
14025         test_linked_list_LDADD.
14026         * modules/linkedhash-list-tests (Makefile.am): New variable
14027         test_linkedhash_list_LDADD.
14028         * modules/rbtree-list-tests (Makefile.am): New variable
14029         test_rbtree_list_LDADD.
14030         * modules/rbtree-oset-tests (Makefile.am): New variable
14031         test_rbtree_oset_LDADD.
14032         * modules/rbtreehash-list-tests (Makefile.am): New variable
14033         test_rbtreehash_list_LDADD.
14034         * modules/xvasprintf-tests (Makefile.am): New variable
14035         test_xvasprintf_LDADD.
14036         Reported by Eric Blake.
14037
14038 2007-04-03  Eric Blake  <ebb9@byu.net>
14039
14040         * DEPENDENCIES: Weaken m4 requirements.
14041
14042 2007-04-03  Bruno Haible  <bruno@clisp.org>
14043
14044         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
14045         * modules/isnanl-tests (configure.ac): Likewise.
14046
14047 2007-04-03  Ben Pfaff  <blp@gnu.org>
14048
14049         * modules/iconv_open: Add $(srcdir)/ to source directory
14050         references in Makefile fragments that call gperf, to fix VPATH
14051         builds.
14052
14053 2007-04-03  Bruno Haible  <bruno@clisp.org>
14054
14055         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
14056         * lib/ldexpl.c: Undo last change.
14057
14058 2007-04-03  Bruno Haible  <bruno@clisp.org>
14059
14060         * modules/printf-frexpl (Depends-on): Undo last change.
14061         (Files): Add m4/ldexpl.m4.
14062
14063 2007-04-03  Bruno Haible  <bruno@clisp.org>
14064
14065         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
14066         * modules/isnanl (Link): New section.
14067
14068         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
14069         * modules/frexp (Link): New section.
14070
14071         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
14072         * modules/frexpl (Link): New section.
14073
14074         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
14075         * modules/ldexpl (Link): New section.
14076
14077 2007-04-03  Bruno Haible  <bruno@clisp.org>
14078
14079         * modules/TEMPLATE-EXTENDED: New file.
14080         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
14081
14082 2007-04-03  Bruno Haible  <bruno@clisp.org>
14083
14084         * DEPENDENCIES: New file.
14085         Suggested by Simon Josefsson.
14086
14087 2007-04-03  Bruno Haible  <bruno@clisp.org>
14088
14089         * doc/gnulib.texi: Escape @.
14090
14091 2007-04-03  James Youngman  <jay@gnu.org>
14092         and Paul Eggert  <eggert@cs.ucla.edu>
14093
14094         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
14095         birthtime on all systems that have birthtime, not just those which
14096         use st_birthtimensec rather than st_birthtim.  Putting zero in
14097         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
14098         that the birth time is not available for files on an NFS mount.
14099
14100 2007-04-03  Simon Josefsson  <simon@josefsson.org>
14101
14102         * modules/memxor: Move back from crypto/, suggested by Bruno.
14103         * modules/crypto/hmac-sha1: Fix memxor dependency.
14104
14105         * modules/crypto/gc: Moved from ../.
14106
14107 2007-04-02  Eric Blake  <ebb9@byu.net>
14108
14109         * lib/ldexpl.c (includes): Avoid libm.
14110
14111         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
14112
14113 2007-04-02  Bruno Haible  <bruno@clisp.org>
14114
14115         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
14116         on IRIX.
14117
14118 2007-04-02  Bruno Haible  <bruno@clisp.org>
14119
14120         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
14121         x86 or x86_64 platforms running MacOS X.
14122         Reported by Ryan Schmidt <@ryandesign.com>.
14123
14124 2007-04-02  Bruno Haible  <bruno@clisp.org>
14125
14126         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
14127         i386.
14128
14129 2007-04-01  Simon Josefsson  <simon@josefsson.org>
14130
14131         * modules/crypto/arcfour: Moved from ../.
14132         * modules/crypto/arcfour-tests: Moved from ../.
14133         * modules/crypto/arctwo: Moved from ../.
14134         * modules/crypto/arctwo-tests: Moved from ../.
14135         * modules/crypto/des: Moved from ../.
14136         * modules/crypto/des-tests: Moved from ../.
14137         * modules/crypto/gc-arcfour: Moved from ../.
14138         * modules/crypto/gc-arcfour-tests: Moved from ../.
14139         * modules/crypto/gc-arctwo: Moved from ../.
14140         * modules/crypto/gc-arctwo-tests: Moved from ../.
14141         * modules/crypto/gc-des: Moved from ../.
14142         * modules/crypto/gc-des-tests: Moved from ../.
14143         * modules/crypto/gc-hmac-md5: Moved from ../.
14144         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
14145         * modules/crypto/gc-hmac-sha1: Moved from ../.
14146         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
14147         * modules/crypto/gc-md2: Moved from ../.
14148         * modules/crypto/gc-md2-tests: Moved from ../.
14149         * modules/crypto/gc-md4: Moved from ../.
14150         * modules/crypto/gc-md4-tests: Moved from ../.
14151         * modules/crypto/gc-md5: Moved from ../.
14152         * modules/crypto/gc-md5-tests: Moved from ../.
14153         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
14154         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
14155         * modules/crypto/gc-random: Moved from ../.
14156         * modules/crypto/gc-rijndael: Moved from ../.
14157         * modules/crypto/gc-rijndael-tests: Moved from ../.
14158         * modules/crypto/gc-sha1: Moved from ../.
14159         * modules/crypto/gc-sha1-tests: Moved from ../.
14160         * modules/crypto/gc-tests: Moved from ../.
14161         * modules/crypto/hmac-md5: Moved from ../.
14162         * modules/crypto/hmac-md5-tests: Moved from ../.
14163         * modules/crypto/hmac-sha1: Moved from ../.
14164         * modules/crypto/hmac-sha1-tests: Moved from ../.
14165         * modules/crypto/md2: Moved from ../.
14166         * modules/crypto/md2-tests: Moved from ../.
14167         * modules/crypto/md4: Moved from ../.
14168         * modules/crypto/md4-tests: Moved from ../.
14169         * modules/crypto/md5: Moved from ../.
14170         * modules/crypto/md5-tests: Moved from ../.
14171         * modules/crypto/memxor: Moved from ../.
14172         * modules/crypto/rijndael: Moved from ../.
14173         * modules/crypto/rijndael-tests: Moved from ../.
14174         * modules/crypto/sha1: Moved from ../.
14175
14176 2007-03-30  James Youngman  <jay@gnu.org>
14177
14178         * tests/test-stat-time.c (prepare_test): use chmod() rather than
14179         rename() to change the ctime of a file (because ctime is unaffected
14180         by rename on jfs2 on AIX 5.1).
14181         (main): Start by doing cleanup, in case a previous run failed leaving
14182         test files behind.
14183
14184 2007-03-31  Bruno Haible  <bruno@clisp.org>
14185
14186         Support old proprietary implementations of iconv.
14187         * modules/iconv_open: New file.
14188         * lib/iconv_.h: New file.
14189         * m4/iconv_h.m4: New file.
14190         * lib/iconv_open.c: New file.
14191         * lib/iconv_open-aix.gperf: New file.
14192         * lib/iconv_open-hpux.gperf: New file.
14193         * lib/iconv_open-irix.gperf: New file.
14194         * lib/iconv_open-osf.gperf: New file.
14195         * m4/iconv_open.m4: New file.
14196         * modules/linebreak (Depends-on): Add iconv_open.
14197         * modules/striconv (Depends-on): Likewise.
14198         * modules/striconveh (Depends-on): Likewise.
14199         * modules/unicodeio (Depends-on): Likewise.
14200         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
14201         (iconv_t)(-1).
14202         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
14203         conversion if cd is (iconv_t)(-1).
14204         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
14205         is not possible.
14206
14207 2007-03-31  Bruno Haible  <bruno@clisp.org>
14208
14209         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14210         work on Solaris either. Protect also second use of "autodetect_jp".
14211
14212 2007-03-31  Bruno Haible  <bruno@clisp.org>
14213
14214         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
14215         the function is not present.
14216
14217 2007-03-31  Bruno Haible  <bruno@clisp.org>
14218
14219         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
14220         the function is not present.
14221
14222 2007-03-31  Bruno Haible  <bruno@clisp.org>
14223
14224         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
14225         a bug in HP-UX iconv_open().
14226
14227 2007-03-31  Bruno Haible  <bruno@clisp.org>
14228
14229         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
14230         (Mathematics <math.h>): New section, add fpieee.
14231         (Input/output <stdio.h>): Add fseterr.
14232         (Mathematics <math.h>): New section, add printf-frexp.
14233         (Container data structures): Add sublist.
14234         (Core language properties): Add fpucw, inline.
14235         (Functions for greatest-width integer types <inttypes.h>): Add
14236         imaxabs, imaxdiv, inttypes.
14237         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
14238         isnanl-nolibm, ldexp.
14239         (Mathematics <math.h>): New section, add printf-frexpl.
14240         (Support for systems lacking POSIX:2001): Add fprintf-posix,
14241         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
14242         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
14243         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
14244         (Unicode string functions): Add unistr/u*-mbtoucr.
14245         (Java): Add javacomp-script, javaexec-script.
14246         (C#): Add csharpcomp-script, csharpexec-script.
14247         (Support for building libraries and executables): Add havelib,
14248         relocatable-*.
14249         (Support for maintaining and releasing projects): Renamed from
14250         'Support for maintaining and release projects'. Add announce-gen.
14251
14252 2007-03-31  Bruno Haible  <bruno@clisp.org>
14253
14254         * README: Talk primarily about git.
14255         (git and CVS): Renamed from CVS.
14256         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
14257         gnulib is available through git.
14258         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
14259
14260 2007-03-30  Bruno Haible  <bruno@clisp.org>
14261
14262         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
14263         * lib/poll_.h: Likewise.
14264         * lib/stat_.h: Likewise.
14265         * lib/sys_time_.h: Likewise.
14266         * lib/sysexit_.h: Likewise.
14267         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
14268         * lib/stdbool_.h: Likewise.
14269         * lib/byteswap_.h: Add double-inclusion guard.
14270
14271 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
14272
14273         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
14274
14275 2007-03-30  Karl Berry  <karl@gnu.org>
14276
14277         * config/srclist-update: double space after USA in the license
14278         substitution, since that's how it's usually (?) written.
14279
14280 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
14281
14282         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
14283         reported by Bruno Haible.
14284
14285 2007-03-29  Bruno Haible  <bruno@clisp.org>
14286
14287         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
14288         a bug in AIX iconv().
14289
14290 2007-03-29  Bruno Haible  <bruno@clisp.org>
14291
14292         * modules/ldexpl-tests: New file.
14293         * tests/test-ldexpl.c: New file.
14294
14295 2007-03-29  Bruno Haible  <bruno@clisp.org>
14296
14297         * lib/ldexpl.c: Include fpucw.h.
14298         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
14299         multiplication.
14300         * modules/ldexpl (Depends-on): Add fpucw.
14301
14302 2007-03-29  Bruno Haible  <bruno@clisp.org>
14303
14304         * modules/ldexpl: New file.
14305         * m4/ldexpl.m4: New file.
14306         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
14307         set.
14308         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
14309         REPLACE_LDEXPL.
14310         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
14311         REPLACE_LDEXPL.
14312         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
14313         gl_FUNC_LDEXPL_WORKS.
14314         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
14315         * modules/mathl (Files): Remove lib/ldexpl.c.
14316         (Depends-on): Add ldexpl.
14317
14318 2007-03-29  Bruno Haible  <bruno@clisp.org>
14319
14320         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
14321
14322 2007-03-29  Bruno Haible  <bruno@clisp.org>
14323
14324         * tests/test-striconveh.c (main): Don't assume that a direct conversion
14325         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
14326         and possibly also HP-UX.
14327         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14328         work on AIX, IRIX, HP-UX, OSF/1.
14329         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
14330         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
14331         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
14332         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
14333         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
14334         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
14335
14336 2007-03-29  Bruno Haible  <bruno@clisp.org>
14337
14338         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
14339
14340 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
14341
14342         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
14343         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
14344
14345 2007-03-29  Eric Blake  <ebb9@byu.net>
14346
14347         * lib/acl-internal.h: Remove redundant include.
14348         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
14349         Cygwin when a file is locked.
14350
14351 2007-03-29  Bruno Haible  <bruno@clisp.org>
14352
14353         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
14354         file.
14355         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
14356
14357 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
14358
14359         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
14360         try to remove a parent directory if the child couldn't be removed
14361         (except for the first rmdir, which could fail because the child
14362         doesn't exist).  Problem reported by Jeff Blaine in
14363         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
14364
14365 2007-03-28  Bruno Haible  <bruno@clisp.org>
14366
14367         * lib/striconveh.c (utf8conv_carefully): New function.
14368         (mem_cd_iconveh_internal): Invoke it.
14369
14370 2007-03-28  Bruno Haible  <bruno@clisp.org>
14371
14372         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
14373         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
14374         input.
14375         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
14376         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
14377         unistr/u8-uctomb.
14378
14379 2007-03-28  Bruno Haible  <bruno@clisp.org>
14380
14381         * modules/unistr/u8-mbtoucr: New file.
14382         * lib/unistr/u8-mbtoucr.c: New file.
14383         * modules/unistr/u16-mbtoucr: New file.
14384         * lib/unistr/u16-mbtoucr.c: New file.
14385         * modules/unistr/u16-mbtoucr: New file.
14386         * lib/unistr/u16-mbtoucr.c: New file.
14387         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
14388
14389 2007-03-27  Simon Josefsson  <simon@josefsson.org>
14390             Bruno Haible  <bruno@clisp.org>
14391
14392         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
14393         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
14394         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
14395
14396         * m4/stdio_h.m4: Add stubs for vasprintf too.
14397
14398         * modules/stdio: Support vasprintf in sed command.
14399
14400         * modules/vasprintf: Depend on stdio for prototypes.  Remove
14401         vasprintf.h.  Add stdio module indicator.
14402
14403         * lib/stdio_.h: Declare asprintf and vasprintf, based on
14404         vasprintf.h.
14405
14406         * lib/vasprintf.h: File removed.
14407
14408         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
14409         * lib/vasprintf.c: Ditto.
14410         * lib/xvasprintf.c: Ditto.
14411         * tests/test-vasprintf-posix.c: Ditto.
14412         * tests/test-vasprintf.c: Ditto.
14413
14414 2007-03-27  Bruno Haible  <bruno@clisp.org>
14415
14416         Make vasnprintf multithread-safe.
14417         * lib/vasnprintf.c (decimal_point_char): New function.
14418         (VASNPRINTF): Use it.
14419         Suggested by Simon Josefsson.
14420
14421 2007-03-27  Eric Blake  <ebb9@byu.net>
14422
14423         Support sub-second birthtime on cygwin.
14424         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
14425         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
14426         (get_stat_birthtime): Also work with st_birthtim.
14427
14428 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * lib/stat-time.h (USE_BIRTHTIME): Remove.
14431         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
14432         (get_stat_birthtime_ns): Do not try to use "spare" fields.
14433         (get_stat_birthtime_ns): Simplify compile-time tests.
14434         (get_stat_birthtime): Change the API to look like
14435         get_stat_mtime etc., except return a negative tv_nsec on error.
14436         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
14437         Don't check for "spare" fields.
14438         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
14439         or for struct stat.st_birthtime, as these tests aren't used.
14440         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
14441
14442 2007-03-27  Bruno Haible  <bruno@clisp.org>
14443
14444         * lib/stat-time.h: Include <sys/stat.h>.
14445
14446 2007-03-27  James Youngman  <jay@gnu.org>
14447
14448         * lib/stat-time.h (get_stat_birthtime): New function for
14449           retrieving st_birthtime as provided by UFS2 (hence *BSD).
14450         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
14451           and its variants.
14452         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
14453         * modules/stat-time-test: New file.
14454         * tests/test-stat-time.c: New test, devised by Bruno Haible.
14455
14456 2007-03-26  Bruno Haible  <bruno@clisp.org>
14457
14458         Better support of signalling NaNs.
14459         * lib/atanl.c: Include isnanl.h.
14460         (atanl): Perform test for NaN at the beginning of the function and
14461         through a call to isnanl.
14462         * lib/cosl.c: Include isnanl.h.
14463         (cosl): Perform test for NaN at the beginning of the function and
14464         through a call to isnanl.
14465         * lib/ldexpl.c: Include isnanl.h.
14466         (ldexpl): Perform test for NaN through a call to isnanl.
14467         * lib/logl.c: Include isnanl.h.
14468         (logl): Perform test for NaN at the beginning of the function and
14469         through a call to isnanl.
14470         * lib/sinl.c: Include isnanl.h.
14471         (sinl): Perform test for NaN at the beginning of the function and
14472         through a call to isnanl.
14473         * lib/sqrtl.c: Include isnanl.h.
14474         (sqrtl): Perform test for NaN at the beginning of the function and
14475         through a call to isnanl.
14476         * lib/tanl.c: Include isnanl.h.
14477         (tanl): Perform test for NaN at the beginning of the function and
14478         through a call to isnanl.
14479         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
14480         * modules/mathl (Depends-on): Add isnanl.
14481
14482 2007-03-26  Eric Blake  <ebb9@byu.net>
14483
14484         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
14485         regression in logic sense of previous patch.
14486
14487 2007-03-26  Bruno Haible  <bruno@clisp.org>
14488
14489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
14490         unportable shell command "if ! ...".
14491         Reported by Ralf Wildenhues.
14492
14493 2007-03-25  Bruno Haible  <bruno@clisp.org>
14494
14495         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
14496         <sysexits.h> file, and only add EX_CONFIG.
14497         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
14498         absolute file name and whether it is sufficient. Substitute also
14499         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
14500         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
14501         ABSOLUTE_SYSEXITS_H into sysexits.h.
14502
14503 2007-03-25  Bruno Haible  <bruno@clisp.org>
14504
14505         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
14506         hints is NULL.
14507
14508 2007-03-25  Bruno Haible  <bruno@clisp.org>
14509
14510         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
14511         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
14512
14513 2007-03-25  Bruno Haible  <bruno@clisp.org>
14514
14515         * lib/vasnprintf.c: Include langinfo.h.
14516         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
14517         multithread-safe.
14518         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
14519         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
14520         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14521         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14522         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14523         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14524         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14525         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
14526         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14527         Reported by Simon Josefsson.
14528
14529 2007-03-25  Bruno Haible  <bruno@clisp.org>
14530
14531         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
14532         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
14533         * modules/vasnprintf (Depends-on): Add stdint.
14534
14535 2007-03-25  Bruno Haible  <bruno@clisp.org>
14536
14537         * modules/fpieee: New file.
14538         * m4/fpieee.m4: New file.
14539         * modules/isnan-nolibm (Depends-on): Add fpieee.
14540         * modules/isnanl-nolibm (Depends-on): Add fpieee.
14541         * modules/isnanl (Depends-on): Add fpieee.
14542
14543 2007-03-25  Bruno Haible  <bruno@clisp.org>
14544
14545         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
14546
14547 2007-03-25  Bruno Haible  <bruno@clisp.org>
14548
14549         Avoid test failures on IRIX 6.5.
14550         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
14551         (main): Use it.
14552         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
14553         macros.
14554         (main): Use them.
14555
14556 2007-03-25  Bruno Haible  <bruno@clisp.org>
14557
14558         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
14559         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
14560         exists but doesn't work.
14561         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
14562         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
14563         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
14564         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
14565
14566 2007-03-25  Bruno Haible  <bruno@clisp.org>
14567
14568         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
14569         returns inf. Needed on IRIX 6.5.
14570
14571 2007-03-25  Bruno Haible  <bruno@clisp.org>
14572
14573         * tests/test-frexpl.c: Include isnanl-nolibm.h.
14574         (main): Use isnanl instead of x != x idiom.
14575         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
14576
14577         * tests/test-frexp.c: Include isnan.h.
14578         (main): Use isnan instead of x != x idiom.
14579         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
14580
14581 2007-03-25  Bruno Haible  <bruno@clisp.org>
14582
14583         * tests/test-frexp.c (NaN): New function/macro.
14584         (main): Use it instead of 0.0 / 0.0.
14585         * tests/test-isnan.c (NaN): New function/macro.
14586         (main): Use it instead of 0.0 / 0.0.
14587         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
14588         (test_function): Use it instead of 0.0 / 0.0.
14589         * tests/test-vasprintf-posix.c (NaN): New function/macro.
14590         (test_function): Use it instead of 0.0 / 0.0.
14591         * tests/test-snprintf-posix.h (NaN): New function/macro.
14592         (test_function): Use it instead of 0.0 / 0.0.
14593         * tests/test-sprintf-posix.h (NaN): New function/macro.
14594         (test_function): Use it instead of 0.0 / 0.0.
14595         * tests/test-fprintf-posix.h (NaN): New function/macro.
14596         (test_function): Use it instead of 0.0 / 0.0.
14597         * tests/test-printf-posix.h (NaN): New function/macro.
14598         (test_function): Use it instead of 0.0 / 0.0.
14599
14600         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
14601
14602 2007-03-25  Bruno Haible  <bruno@clisp.org>
14603
14604         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
14605
14606 2007-03-25  Bruno Haible  <bruno@clisp.org>
14607
14608         * lib/regexec.c (merge_state_with_log): Make static.
14609
14610 2007-03-25  Bruno Haible  <bruno@clisp.org>
14611
14612         * lib/trigl.c (kernel_rem_pio2): Make static.
14613
14614 2007-03-25  Bruno Haible  <bruno@clisp.org>
14615
14616         * lib/sincosl.c (sincosl_table): Make static.
14617
14618 2007-03-25  Bruno Haible  <bruno@clisp.org>
14619
14620         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
14621         if the compiler does not support C99.
14622
14623 2007-03-25  Bruno Haible  <bruno@clisp.org>
14624
14625         * modules/time (Makefile.am): Ensure all rule action lines start with a
14626         tab.
14627
14628 2007-03-24  Bruno Haible  <bruno@clisp.org>
14629
14630         * modules/tsearch-tests: New file.
14631         * tests/test-tsearch.sh: New file.
14632         * tests/test-tsearch.c: New file, mostly copied from glibc.
14633
14634         * modules/search-tests: New file.
14635         * tests/test-search.c: New file.
14636
14637         * modules/search: New file.
14638         * lib/search_.h: New file, incorporating lib/tsearch.h.
14639         * m4/search_h.m4: New file.
14640         * lib/tsearch.h: Remove file.
14641         * lib/tsearch.c: Include search.h instead of tsearch.h.
14642         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
14643         HAVE_TSEARCH.
14644         * modules/tsearch (Files): Remove lib/tsearch.h.
14645         (Depends-on): Add search.
14646         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
14647         (Include): Change tsearch.h into search.h.
14648
14649 2007-03-24  Bruno Haible  <bruno@clisp.org>
14650
14651         * modules/fpucw: New file.
14652         * lib/fpucw.h: New file.
14653         * lib/frexp.c: Include fpucw.h.
14654         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14655         (FUNC): Use them.
14656         * lib/printf-frexp.c: Include fpucw.h.
14657         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14658         (FUNC): Use them.
14659         * lib/vasnprintf.c: Include fpucw.h.
14660         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
14661         'long double' calculations.
14662         * tests/test-frexpl.c: Include fpucw.h.
14663         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14664         * tests/test-printf-frexpl.c: Include fpucw.h.
14665         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14666         * modules/frexpl (Depends-on): Add fpucw.
14667         * modules/printf-frexpl (Depends-on): Likewise.
14668         * modules/fprintf-posix (Depends-on): Likewise.
14669         * modules/snprintf-posix (Depends-on): Likewise.
14670         * modules/sprintf-posix (Depends-on): Likewise.
14671         * modules/vasnprintf-posix (Depends-on): Likewise.
14672         * modules/vasprintf-posix (Depends-on): Likewise.
14673         * modules/vfprintf-posix (Depends-on): Likewise.
14674         * modules/vsnprintf-posix (Depends-on): Likewise.
14675         * modules/vsprintf-posix (Depends-on): Likewise.
14676         * modules/frexpl-tests (Depends-on): Likewise.
14677         * modules/printf-frexpl-tests (Depends-on): Likewise.
14678
14679 2007-03-24  Bruno Haible  <bruno@clisp.org>
14680
14681         * lib/float+.h: New file.
14682         * lib/isnan.c: Include float+.h.
14683         (SIZE): New macro.
14684         (FUNC): Compare only SIZE bytes of the value.
14685         * lib/vasnprintf.c: Include float+.h.
14686         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
14687         SIZEOF_LDBL or SIZEOF_DBL bytes.
14688         * modules/isnan-nolibm (Files): Add lib/float+.h.
14689         * modules/isnanl-nolibm (Files): Add lib/float+.h.
14690         * modules/isnanl (Files): Add lib/float+.h.
14691         * modules/vasnprintf (Files): Add lib/float+.h.
14692
14693 2007-03-24  Bruno Haible  <bruno@clisp.org>
14694
14695         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
14696         include isnanl-nolibm.h.
14697
14698 2007-03-24  Bruno Haible  <bruno@clisp.org>
14699
14700         * tests/test-read-file.c (main): Don't produce spurious output for
14701         expected situations. Make the test fail if it encountered unexpected
14702         results.
14703
14704 2007-03-24  Bruno Haible  <bruno@clisp.org>
14705
14706         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
14707         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
14708
14709 2007-03-24  Bruno Haible  <bruno@clisp.org>
14710
14711         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
14712
14713 2007-03-24  Bruno Haible  <bruno@clisp.org>
14714
14715         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
14716         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
14717
14718         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
14719         * modules/utf8-ucs4: Turn into a symbolic link to module
14720         unistr/u8-mbtouc.
14721
14722         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
14723         utf8-ucs4-unsafe.
14724         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
14725         unistr/u8-mbtouc-unsafe.
14726
14727         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
14728         * modules/utf16-ucs4: Turn into a symbolic link to module
14729         unistr/u16-mbtouc.
14730
14731         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
14732         utf16-ucs4-unsafe.
14733         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
14734         unistr/u16-mbtouc-unsafe.
14735
14736         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
14737         * modules/ucs4-utf8: Turn into a symbolic link to module
14738         unistr/u8-ubtomb.
14739
14740         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
14741         * modules/ucs4-utf16: Turn into a symbolic link to module
14742         unistr/u16-ubtomb.
14743
14744 2007-03-24  Bruno Haible  <bruno@clisp.org>
14745
14746         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
14747         Enable the function only if HAVE_INLINE.
14748         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
14749         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
14750         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
14751         Enable the function only if HAVE_INLINE.
14752         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
14753         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
14754         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
14755         Enable the function only if HAVE_INLINE.
14756         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
14757         Enable the function only if HAVE_INLINE.
14758         * modules/utf8-ucs4: Update.
14759         * modules/utf8-ucs4-unsafe: Update.
14760         * modules/utf16-ucs4: Update.
14761         * modules/utf16-ucs4-unsafe: Update.
14762         * modules/ucs4-utf8: Update.
14763         * modules/ucs4-utf16: Update.
14764
14765 2007-03-24  Bruno Haible  <bruno@clisp.org>
14766
14767         * lib/utf8-ucs4.h: Remove file.
14768         * lib/utf8-ucs4-unsafe.h: Remove file.
14769         * lib/utf16-ucs4.h: Remove file.
14770         * lib/utf16-ucs4-unsafe.h: Remove file.
14771         * lib/ucs4-utf8.h: Remove file.
14772         * lib/ucs4-utf16.h: Remove file.
14773         * lib/unistr.h: Include their previous contents.
14774         * m4/utf-ucs4.m4: Remove file.
14775         * m4/ucs4-utf.m4: Remove file.
14776         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
14777         (Depends-on): Add unistr/base.
14778         (configure.ac): Remove gl_UTF_UCS4.
14779         (Makefile.am): Update.
14780         (Include): Change to unistr.h.
14781         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
14782         (Depends-on): Add unistr/base.
14783         (configure.ac): Remove gl_UTF_UCS4.
14784         (Makefile.am): Update.
14785         (Include): Change to unistr.h.
14786         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
14787         (Depends-on): Add unistr/base.
14788         (configure.ac): Remove gl_UTF_UCS4.
14789         (Makefile.am): Update.
14790         (Include): Change to unistr.h.
14791         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
14792         (Depends-on): Add unistr/base.
14793         (configure.ac): Remove gl_UTF_UCS4.
14794         (Makefile.am): Update.
14795         (Include): Change to unistr.h.
14796         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
14797         (Depends-on): Add unistr/base.
14798         (configure.ac): Remove gl_UCS4_UTF.
14799         (Makefile.am): Update.
14800         (Include): Change to unistr.h.
14801         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
14802         (Depends-on): Add unistr/base.
14803         (configure.ac): Remove gl_UCS4_UTF.
14804         (Makefile.am): Update.
14805         (Include): Change to unistr.h.
14806         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
14807         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
14808         utf8-ucs4-unsafe.h.
14809         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
14810         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
14811         utf16-ucs4-unsafe.h.
14812         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
14813         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
14814         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
14815         * lib/unistr/u8-strchr.c: Likewise.
14816         * lib/unistr/u8-strrchr.c: Likewise.
14817         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
14818         * lib/unistr/u16-strchr.c: Likewise.
14819         * lib/unistr/u16-strrchr.c: Likewise.
14820         * lib/striconveh.c: Update.
14821         * lib/linebreak.c: Update.
14822
14823 2007-03-24  Bruno Haible  <bruno@clisp.org>
14824
14825         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
14826         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
14827
14828 2007-03-22  Bruno Haible  <bruno@clisp.org>
14829
14830         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
14831
14832 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14833
14834         * MODULES.html.sh (File system functions): New module write-any-file.
14835         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
14836         * m4/write-any-file.m4: New files.
14837
14838 2007-03-23  Eric Blake  <ebb9@byu.net>
14839
14840         * gnulib-tool: Rearrange space-tab sequences, since some editors
14841         like to eat them.
14842
14843 2007-03-23  Eric Blake  <ebb9@byu.net>
14844
14845         * lib/version-etc.c (version_etc_va): Update license wording to
14846         be more concise.  Recommended by Richard Stallman.
14847
14848 2007-03-22  Bruno Haible  <bruno@clisp.org>
14849
14850         * lib/poll.c (MSG_PEEK): New fallback definition.
14851
14852 2007-03-22  Bruno Haible  <bruno@clisp.org>
14853
14854         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
14855         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
14856         (main): Update.
14857         Fixes a compilation error on BeOS.
14858
14859 2007-03-22  Bruno Haible  <bruno@clisp.org>
14860
14861         * modules/frexpl-tests: New file.
14862         * tests/test-frexpl.c: New file.
14863
14864         * modules/frexpl: New file.
14865         * m4/frexpl.m4: New file.
14866         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
14867         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
14868         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
14869         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
14870         (Depends-on): Add frexpl. Remove isnanl-nolibm.
14871         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
14872
14873 2007-03-22  Bruno Haible  <bruno@clisp.org>
14874
14875         * lib/frexpl.c: Share code with lib/frexp.c.
14876         * modules/mathl (Files): Add lib/frexp.c.
14877         (Depends-on): Add isnanl-nolibm.
14878
14879 2007-03-22  Bruno Haible  <bruno@clisp.org>
14880
14881         * modules/printf-frexp (Files): Add m4/frexp.m4.
14882         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
14883         only if the found frexp function actually works.
14884
14885 2007-03-22  Bruno Haible  <bruno@clisp.org>
14886
14887         * lib/frexp.c: Remove older implementation that uses divisions.
14888
14889 2007-03-21  Bruno Haible  <bruno@clisp.org>
14890
14891         * modules/frexp-tests: New file.
14892         * tests/test-frexp.c: New file.
14893
14894         * modules/frexp: New file.
14895         * lib/frexp.c: New file.
14896         * m4/frexp.m4: New file.
14897         * lib/math_.h (frexp): New declaration.
14898         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
14899         REPLACE_FREXP.
14900         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
14901
14902 2007-03-21  Bruno Haible  <bruno@clisp.org>
14903
14904         * modules/isnanl-tests: New file.
14905         * tests/test-isnanl.c: New file.
14906
14907         * modules/isnanl: New file.
14908         * lib/isnanl.h: New file.
14909         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
14910         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
14911         gl_FUNC_ISNANL_WORKS.
14912         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
14913         New macros.
14914
14915 2007-03-21  Bruno Haible  <bruno@clisp.org>
14916
14917         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
14918         lib/isnanl.h.
14919         (Include): Update.
14920         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
14921         * lib/vasnprintf.c: Update.
14922         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
14923         tests/test-isnanl.h, remove tests/test-isnanl.c.
14924         (Makefile.am): Update.
14925         * tests/test-isnanl-nolibm.c: New file.
14926         * tests/test-isnanl.h: New file.
14927         * tests/test-isnanl.c: Remove file.
14928
14929 2007-03-21  Jim Meyering  <jim@meyering.net>
14930
14931         When trying to open ".", treat ESTALE like EACCES.
14932         * lib/savewd.c (savewd_save): Resort to forking not just upon
14933         failure with EACCES, but also when errno is ESTALE.
14934
14935 2007-03-20  Bruno Haible  <bruno@clisp.org>
14936
14937         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
14938         Needed on AIX 5.1. Reported by Matthew Woehlke.
14939
14940 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14941
14942         Suggestions by Bruno Haible:
14943         * lib/acl-internal.h: Include "gettext.h" rather than rolling
14944         our own.
14945         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
14946         * modules/acl (Depends-on): Add gettext.
14947
14948 2007-03-19  Bruno Haible  <bruno@clisp.org>
14949
14950         * modules/iconvme: Remove file.
14951         * lib/iconvme.h: Remove file.
14952         * lib/iconvme.c: Remove file.
14953         * m4/iconvme.m4: Remove file.
14954
14955 2007-03-19  Bruno Haible  <bruno@clisp.org>
14956
14957         * doc/relocatable-maint.texi: Break long shell script line.
14958         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
14959
14960 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
14963         handle file_has_acl.
14964         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
14965         * lib/acl.c: Move header inclusions and related macro defns into
14966         lib/acl-internal.h.
14967         (S_ISLNK): Remove defn, since that's now done for us.
14968         (file_has_acl): Move to lib/file-has-acl.c.
14969         Call acl_trivial if available.  This is the crucial part of the fix.
14970         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
14971         shared within the library.  Rewrite a bit, partly to make it compatible
14972         with the GNU coding style.
14973         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
14974         Remove unnecessary double-quotes.
14975         Don't test for acl_to_text; the build will catch that.
14976         Replace acl_entries if it doesn't exist and it is needed.
14977         Check for -lsec and acl_trivial (as used on Solaris 10).
14978         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
14979         lib/file-has-acl.c.
14980         (Depends-on): Add sys_stat, for S_ISLNK.
14981
14982 2007-03-19  Ben Pfaff  <blp@gnu.org>
14983
14984         * doc/gnulib.texi: Fix typos.
14985         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
14986
14987 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
14988
14989         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
14990         If size is zero here, buf must be zero.
14991
14992 2007-03-19  Simon Josefsson  <simon@josefsson.org>
14993
14994         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
14995         <bruno@clisp.org>.
14996
14997 2007-03-18  Bruno Haible  <bruno@clisp.org>
14998
14999         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
15000         Suggested by Eric Blake.
15001
15002 2007-03-18  Ben Pfaff  <blp@gnu.org>
15003
15004         * doc/relocatable.texi: Recommend using as prefix a directory
15005         that does not exist and will never be created.  Based on
15006         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
15007         and others.
15008
15009 2007-03-17  Bruno Haible  <bruno@clisp.org>
15010
15011         * lib/fchownat.c: Include lchown.h.
15012
15013 2007-03-17  Bruno Haible  <bruno@clisp.org>
15014
15015         Fix endless loop when the given allocated size was > INT_MAX.
15016         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
15017         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
15018         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
15019         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
15020         * lib/sprintf.c (sprintf): Likewise.
15021
15022 2007-03-17  Bruno Haible  <bruno@clisp.org>
15023
15024         * tests/test-argp-2.sh (func_compare): Output a context diff.
15025
15026 2007-03-17  Bruno Haible  <bruno@clisp.org>
15027
15028         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
15029         locale's decimal-point character.
15030
15031 2007-03-17  Bruno Haible  <bruno@clisp.org>
15032
15033         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
15034         before comparing it. Needed because on some platforms (e.g. x86) a
15035         'long double' occupies less bytes than sizeof (long double).
15036
15037 2007-03-17  Bruno Haible  <bruno@clisp.org>
15038
15039         * tests/test-crc.c (main): Make printf statements 64-bit clean.
15040         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
15041         * tests/test-getaddrinfo.c (simple): Likewise.
15042         * tests/test-read-file.c (main): Likewise.
15043
15044 2007-03-17  Bruno Haible  <bruno@clisp.org>
15045
15046         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
15047
15048 2007-03-17  Bruno Haible  <bruno@clisp.org>
15049
15050         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
15051         unused variable.
15052
15053 2007-03-17  Bruno Haible  <bruno@clisp.org>
15054
15055         * tests/test-c-strcasecmp.c: Include c-strcase.h.
15056         * tests/test-c-strncasecmp.c: Likewise.
15057
15058 2007-03-17  Bruno Haible  <bruno@clisp.org>
15059
15060         * modules/stdlib (Depends-on): Add unistd.
15061         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
15062         Needed for MacOS X 10.3.
15063
15064 2007-03-17  Bruno Haible  <bruno@clisp.org>
15065
15066         * lib/unistr/u-strdup.h: Include <stdlib.h>.
15067
15068 2007-03-17  Bruno Haible  <bruno@clisp.org>
15069
15070         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
15071
15072 2007-03-17  Bruno Haible  <bruno@clisp.org>
15073
15074         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
15075         to reflect files copied from gnulib (with or without modifications).
15076         Suggested by Jim Meyering.
15077
15078 2007-03-17  Eric Blake  <ebb9@byu.net>
15079
15080         * NEWS: Document stdlib change from 2007-02-18.
15081
15082 2007-03-17  Jim Meyering  <jim@meyering.net>
15083
15084         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
15085         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
15086         someone uses a name containing shell meta-characters.
15087         Reported by Alfred M. Szmidt.
15088
15089         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
15090
15091 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15092
15093         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
15094         and copy gettext configuration files only if configure.ac contains
15095         a use of AM_GNU_GETTEXT_VERSION.
15096
15097 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15098
15099         * build-aux/bootstrap (gnulib_name): New variable.
15100         (gnulib_tool_options): Use it.
15101
15102 2007-03-13  Simon Josefsson  <simon@josefsson.org>
15103
15104         * tests/test-des.c: Use new namespace.
15105
15106 2007-03-15  Bruno Haible  <bruno@clisp.org>
15107
15108         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
15109         Reported by James Youngman <jay@gnu.org>.
15110
15111 2007-03-15  Bruno Haible  <bruno@clisp.org>
15112
15113         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
15114         declared prototype. Needed with cc on OSF/1 5.1.
15115
15116 2007-03-15  Bruno Haible  <bruno@clisp.org>
15117
15118         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
15119         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
15120         (struct gl_list_implementation): Add dispose_fn argument to the
15121         'create_empty', 'create' methods.
15122         (struct gl_list_impl_base): Add field 'dispose_fn'.
15123         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
15124         argument.
15125         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
15126         dispose_fn argument.
15127         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
15128         dispose_fn on the dropped values.
15129         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
15130         dispose_fn argument.
15131         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
15132         dropped values.
15133         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
15134         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15135         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
15136         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15137         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
15138         argument.
15139         (gl_tree_list_free): Call dispose_fn on the dropped values.
15140         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
15141         the dropped values.
15142         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15143         Add dispose_fn argument.
15144         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
15145         Call dispose_fn on the dropped values.
15146         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
15147         Add dispose_fn argument.
15148         (gl_sublist_create): Initialize the 'dispose_fn' field.
15149         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
15150         * tests/test-array_list.c (main): Update.
15151         * tests/test-carray_list.c (main): Update.
15152         * tests/test-avltree_list.c (main): Update.
15153         * tests/test-rbtree_list.c (main): Update.
15154         * tests/test-avltreehash_list.c (main): Update.
15155         * tests/test-rbtreehash_list.c (main): Update.
15156         * tests/test-linked_list.c (main): Update.
15157         * tests/test-linkedhash_list.c (main): Update.
15158         * tests/test-array_oset.c (main): Update.
15159
15160 2007-03-15  Bruno Haible  <bruno@clisp.org>
15161
15162         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
15163         (gl_oset_create_empty): Add dispose_fn argument.
15164         (struct gl_oset_implementation): Add dispose_fn argument to
15165         'create_empty' method.
15166         (struct gl_oset_impl_base): Add dispose_fn field.
15167         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
15168         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
15169         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
15170         values.
15171         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
15172         (gl_tree_oset_free): Call dispose_fn on the dropped values.
15173         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15174         dropped value.
15175         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15176         dropped value.
15177         * tests/test-array_oset.c (main): Update.
15178         * tests/test-avltree_oset.c (main): Update.
15179         * tests/test-rbtree_oset.c (main): Update.
15180         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
15181
15182 2007-03-13  Bruno Haible  <bruno@clisp.org>
15183
15184         * tests/test-stdbool.c (i): Update after last patch.
15185
15186 2007-03-12  Bruno Haible  <bruno@clisp.org>
15187
15188         * lib/quotearg.c: Include <wctype.h> early, before the definition of
15189         the iswprint macro. Needed on Solaris 2.5.1.
15190
15191 2007-03-12  Bruno Haible  <bruno@clisp.org>
15192
15193         * tests/test-printf-frexp.c (main): Declare x as volatile.
15194
15195 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15196
15197         * doc/gnulib.texi (Build robot for gnulib): New section.
15198
15199 2007-03-12  Jim Meyering  <jim@meyering.net>
15200
15201         * build-aux/bootstrap: New file.
15202         * build-aux/bootstrap.conf: New file, from coreutils.
15203
15204 2007-03-11  Bruno Haible  <bruno@clisp.org>
15205
15206         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
15207
15208 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15209
15210         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
15211         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
15212         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
15213
15214 2007-03-11  Bruno Haible  <bruno@clisp.org>
15215
15216         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
15217         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
15218
15219 2007-03-11  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
15222         formula. Needed for SunPRO C 5.0.
15223
15224 2007-03-11  Bruno Haible  <bruno@clisp.org>
15225
15226         * modules/long-options (Depends-on): Add getopt.
15227
15228 2007-03-11  Bruno Haible  <bruno@clisp.org>
15229
15230         * modules/modechange (Depends-on): Add stdbool.
15231
15232 2007-03-11  Bruno Haible  <bruno@clisp.org>
15233
15234         * modules/i-ring (Depends-on): Add stdbool.
15235
15236 2007-03-11  Bruno Haible  <bruno@clisp.org>
15237
15238         * modules/gc-des (Depends-on): Add stdbool.
15239
15240 2007-03-11  Bruno Haible  <bruno@clisp.org>
15241
15242         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
15243
15244 2007-03-11  Bruno Haible  <bruno@clisp.org>
15245
15246         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
15247
15248 2007-03-11  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
15251
15252 2007-03-11  Bruno Haible  <bruno@clisp.org>
15253
15254         * lib/vasnprintf.c (sprintf): Undefine.
15255
15256 2007-03-11  Bruno Haible  <bruno@clisp.org>
15257
15258         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
15259         initializers in SunPRO C and Compaq C compilers.
15260
15261 2007-03-11  Bruno Haible  <bruno@clisp.org>
15262
15263         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
15264         decrementing code ANSI C compliant.
15265
15266 2007-03-11  Bruno Haible  <bruno@clisp.org>
15267
15268         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
15269         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
15270
15271 2007-03-11  Bruno Haible  <bruno@clisp.org>
15272
15273         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
15274         <stdbool.h> substitute doesn't pass.
15275
15276 2007-03-11  Bruno Haible  <bruno@clisp.org>
15277
15278         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
15279
15280 2007-03-11  Bruno Haible  <bruno@clisp.org>
15281
15282         * gnulib-tool (func_create_megatestdir): Create also an autobuild
15283         script, for submission to autobuild.josefsson.org.
15284
15285 2007-03-10  Bruno Haible  <bruno@clisp.org>
15286
15287         * modules/canonicalize-lgpl-tests: New file.
15288         * tests/test-canonicalize-lgpl.sh: New file.
15289         * tests/test-canonicalize-lgpl.c: New file.
15290
15291         * modules/c-strcase-tests: New file.
15292         * tests/test-c-strcase.sh: New file.
15293         * tests/test-c-strcasecmp.c: New file.
15294         * tests/test-c-strncasecmp.c: New file.
15295
15296         * modules/atexit-tests: New file.
15297         * tests/test-atexit.sh: New file.
15298         * tests/test-atexit.c: New file.
15299
15300 2007-03-10  Bruno Haible  <bruno@clisp.org>
15301
15302         * tests/test-binary-io.sh: Use temporary filenames that are not so
15303         likely to clash with those of other tests (in a parallel make).
15304         * tests/test-binary-io.c: Likewise.
15305
15306 2007-03-10  Bruno Haible  <bruno@clisp.org>
15307
15308         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
15309         fallback; use #error instead.
15310         Suggested by Simon Josefsson.
15311
15312 2007-03-10  Bruno Haible  <bruno@clisp.org>
15313
15314         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
15315         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
15316         first and the last.
15317
15318 2007-03-10  Bruno Haible  <bruno@clisp.org>
15319
15320         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
15321
15322 2007-03-10  Bruno Haible  <bruno@clisp.org>
15323
15324         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
15325         "make distcheck".
15326         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
15327         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
15328         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
15329
15330 2007-03-10  Bruno Haible  <bruno@clisp.org>
15331
15332         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
15333         variable.
15334         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
15335         variable.
15336
15337 2007-03-09  Eric Blake  <ebb9@byu.net>
15338         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
15339
15340         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
15341         types are not being provided by gnulib.
15342         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
15343         types are supported.
15344
15345 2007-03-10  Bruno Haible  <bruno@clisp.org>
15346
15347         * lib/stdio_.h (__attribute__): New macro.
15348         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
15349         vsprintf): Specify __attribute__ __format__ for GCC.
15350         Suggested by Eric Blake.
15351
15352 2007-03-09  Bruno Haible  <bruno@clisp.org>
15353
15354         * modules/printf-posix-tests: New file.
15355         * tests/test-printf-posix.sh: New file.
15356         * tests/test-printf-posix.c: New file.
15357
15358         * modules/printf-posix: New file.
15359         * lib/printf.c: New file.
15360         * m4/printf-posix-rpl.m4: New file.
15361         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
15362         REPLACE_PRINTF.
15363         * lib/stdio_.h (printf): New declaration.
15364         (format, __format__, ____printf____, ____scanf____, ____strftime____,
15365         ____strfmon____): New macros.
15366         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
15367         REPLACE_PRINTF.
15368
15369 2007-03-09  Bruno Haible  <bruno@clisp.org>
15370
15371         * tests/test-vasnprintf-posix2.sh: New file.
15372         * tests/test-vasnprintf-posix2.c: New file.
15373         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
15374         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
15375         (Makefile.am): Activate test-vasnprintf-posix2.sh.
15376
15377         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
15378         a locale dependent decimal point, rather than always '.'.
15379
15380 2007-03-09  Eric Blake  <ebb9@byu.net>
15381
15382         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
15383         spite of platforms like Tandem/NSK that define it to -1.
15384
15385 2007-03-08  Bruno Haible  <bruno@clisp.org>
15386
15387         * modules/vprintf-posix-tests: New file.
15388         * tests/test-vprintf-posix.sh: New file.
15389         * tests/test-vprintf-posix.c: New file.
15390         * tests/test-printf-posix.h: New file.
15391
15392         * modules/vprintf-posix: New file.
15393         * lib/vprintf.c: New file.
15394         * m4/vprintf-posix.m4: New file.
15395         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
15396         REPLACE_VPRINTF.
15397         * lib/stdio_.h (vprintf): New declaration.
15398         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
15399         REPLACE_VPRINTF.
15400
15401 2007-03-08  Bruno Haible  <bruno@clisp.org>
15402
15403         * modules/fprintf-posix-tests: New file.
15404         * tests/test-fprintf-posix.sh: New file.
15405         * tests/test-fprintf-posix.c: New file.
15406
15407         * modules/fprintf-posix: New file.
15408         * lib/fprintf.c: New file.
15409         * m4/fprintf-posix.m4: New file.
15410         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
15411         REPLACE_FPRINTF.
15412         * lib/stdio_.h (fprintf): New declaration.
15413         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
15414         REPLACE_FPRINTF.
15415
15416 2007-03-08  Bruno Haible  <bruno@clisp.org>
15417
15418         * modules/vfprintf-posix-tests: New file.
15419         * tests/test-vfprintf-posix.sh: New file.
15420         * tests/test-vfprintf-posix.c: New file.
15421         * tests/test-fprintf-posix.h: New file.
15422         * tests/test-fprintf-posix.out: New file.
15423
15424         * modules/vfprintf-posix: New file.
15425         * lib/vfprintf.c: New file.
15426         * m4/vfprintf-posix.m4: New file.
15427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
15428         REPLACE_VFPRINTF.
15429         * lib/stdio_.h (vfprintf): New declaration.
15430         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
15431         REPLACE_VFPRINTF.
15432
15433 2007-03-08  Bruno Haible  <bruno@clisp.org>
15434
15435         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
15436
15437 2007-03-08  Bruno Haible  <bruno@clisp.org>
15438
15439         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
15440         instead of 'expr' invocations.
15441         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15442         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15443         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15444         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15445         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15446         Suggested by Paul Eggert.
15447
15448 2007-03-08  Bruno Haible  <bruno@clisp.org>
15449
15450         * modules/fseterr-tests: New file.
15451         * tests/test-fseterr.c: New file.
15452
15453         * modules/fseterr: New file.
15454         * lib/fseterr.h: New file.
15455         * lib/fseterr.c: New file.
15456
15457 2007-03-08  Bruno Haible  <bruno@clisp.org>
15458
15459         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
15460         * lib/getopt_.h: Likewise.
15461         * lib/mbswidth.h: Likewise.
15462         * lib/setenv.h: Likewise.
15463         * lib/vasnprintf.h: Likewise.
15464         * lib/vasprintf.h: Likewise.
15465         * lib/verror.h: Likewise.
15466         * lib/xsetenv.h: Likewise.
15467         * lib/xvasprintf.h: Likewise.
15468
15469 2007-03-08  Jim Meyering  <jim@meyering.net>
15470
15471         * users.txt: Add parted.
15472
15473         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
15474
15475 2007-03-07  Bruno Haible  <bruno@clisp.org>
15476
15477         * m4/printf.m4: Make the shell script snippets copy&pastable.
15478
15479 2007-03-02  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/netinet_in_.h: New file.
15482         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
15483         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
15484         * modules/netinet_in (Files): Add lib/netinet_in_.h.
15485         (Depends-on): Add absolute-header.
15486         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
15487         into netinet/in.h.
15488
15489 2007-03-03  Bruno Haible  <bruno@clisp.org>
15490
15491         * lib/sys_select_.h: New file.
15492         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
15493         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
15494         * modules/sys_select (Files): Add lib/sys_select_.h.
15495         (Depends-on): Add absolute-header.
15496         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
15497         into sys/select.h.
15498
15499 2007-03-02  Bruno Haible  <bruno@clisp.org>
15500
15501         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
15502         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
15503         values.
15504         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
15505         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
15506         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
15507         * modules/sys_socket (Depends-on): Add absolute-header.
15508         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
15509         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
15510         (Include): Remove requirement of inclusion of <sys/types.h>.
15511
15512 2007-03-02  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/byteswap_.h (bswap_32): Fix formula.
15515
15516 2007-03-06  Bruno Haible  <bruno@clisp.org>
15517
15518         * modules/sprintf-posix-tests: New file.
15519         * tests/test-sprintf-posix.c: New file.
15520
15521         * modules/sprintf-posix: New file.
15522         * lib/sprintf.c: New file.
15523         * m4/sprintf-posix.m4: New file.
15524         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
15525         REPLACE_SPRINTF.
15526         * lib/stdio_.h (sprintf): New declaration.
15527         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
15528         REPLACE_SPRINTF.
15529
15530 2007-03-06  Bruno Haible  <bruno@clisp.org>
15531
15532         * modules/vsprintf-posix-tests: New file.
15533         * tests/test-vsprintf-posix.c: New file.
15534         * tests/test-sprintf-posix.h: New file.
15535
15536         * modules/vsprintf-posix: New file.
15537         * lib/vsprintf.c: New file.
15538         * m4/vsprintf-posix.m4: New file.
15539         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
15540         REPLACE_VSPRINTF.
15541         * lib/stdio_.h (vsprintf): New declaration.
15542         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
15543         REPLACE_VSPRINTF.
15544
15545 2007-03-06  Bruno Haible  <bruno@clisp.org>
15546
15547         * modules/vsnprintf (Depend-on): Remove minmax.
15548
15549 2007-03-06  Bruno Haible  <bruno@clisp.org>
15550
15551         * modules/snprintf-posix-tests: New file.
15552         * tests/test-snprintf-posix.c: New file.
15553
15554         * modules/snprintf-posix: New file.
15555         * m4/snprintf-posix.m4: New file.
15556         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
15557         gl_FUNC_SNPRINTF.
15558         (gl_FUNC_SNPRINTF): Invoke it.
15559         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
15560         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
15561         is set.
15562         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
15563
15564 2007-03-06  Bruno Haible  <bruno@clisp.org>
15565
15566         * modules/vsnprintf-posix-tests: New file.
15567         * tests/test-vsnprintf-posix.c: New file.
15568         * tests/test-snprintf-posix.h: New file.
15569
15570         * modules/vsnprintf-posix: New file.
15571         * m4/vsnprintf-posix.m4: New file.
15572         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
15573         gl_FUNC_VSNPRINTF.
15574         (gl_FUNC_VSNPRINTF): Invoke it.
15575         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
15576         * lib/stdio_.h (vsnprintf): Define as a replacement if
15577         REPLACE_VSNPRINTF is set.
15578         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
15579
15580 2007-03-06  Bruno Haible  <bruno@clisp.org>
15581
15582         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
15583         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
15584
15585 2007-03-06  Bruno Haible  <bruno@clisp.org>
15586
15587         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
15588         (asinl): Declare also if HAVE_DECL_ASINL is set.
15589         (atanl): Declare also if HAVE_DECL_ATANL is set.
15590         (ceill): Declare also if HAVE_DECL_CEILL is set.
15591         (cosl): Declare also if HAVE_DECL_COSL is set.
15592         (expl): Declare also if HAVE_DECL_EXPL is set.
15593         (floorl): Declare also if HAVE_DECL_FLOORL is set.
15594         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
15595         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
15596         (logl): Declare also if HAVE_DECL_LOGL is set.
15597         (sinl): Declare also if HAVE_DECL_SINL is set.
15598         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
15599         (tanl): Declare also if HAVE_DECL_TANL is set.
15600         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
15601         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
15602         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
15603         declaration of frexpl, ldexpl.
15604         * modules/printf-frexpl (Depends-on): Add math.
15605         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
15606
15607 2007-03-05  Bruno Haible  <bruno@clisp.org>
15608
15609         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
15610         frexpl and ldexpl are declared.
15611         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
15612
15613 2007-03-05  Bruno Haible  <bruno@clisp.org>
15614
15615         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
15616         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
15617
15618 2007-03-05  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/stdio_.h: Include <stddef.h>.
15621
15622 2007-03-05  Bruno Haible  <bruno@clisp.org>
15623
15624         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
15625
15626 2007-03-05  Bruno Haible  <bruno@clisp.org>
15627
15628         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
15629         NetBSD 4, from Ralf Wildenhues.
15630
15631 2007-03-04  Bruno Haible  <bruno@clisp.org>
15632
15633         * lib/vasprintf.h: Update #if logic for the case when the functions
15634         exist but are overridden.
15635
15636 2007-03-04  Bruno Haible  <bruno@clisp.org>
15637
15638         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
15639         implementations: glibc-2.4 and MacOS X 10.3.
15640         * tests/test-vasnprintf-posix.c (test_function): Test also the case
15641         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
15642         * tests/test-vasprintf-posix.c (test_function): Likewise.
15643
15644 2007-03-04  Bruno Haible  <bruno@clisp.org>
15645
15646         * modules/vasprintf-posix-tests: New file.
15647         * tests/test-vasprintf-posix.c: New file.
15648
15649         * modules/vasprintf-posix: New file.
15650         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
15651         defined.
15652         * m4/vasprintf-posix.m4: New file.
15653         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
15654         gl_FUNC_VASPRINTF.
15655         (gl_FUNC_VASPRINTF): Invoke it.
15656         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
15657         here.
15658         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
15659
15660 2007-03-04  Bruno Haible  <bruno@clisp.org>
15661
15662         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
15663         REPLACE_GETTIMEOFDAY.
15664         * modules/sys_time (Makefile.am): Likewise.
15665         * m4/sys_time_h.m4: Likewise.
15666         * m4/gettimeofday.m4: Likewise.
15667
15668 2007-03-04  Bruno Haible  <bruno@clisp.org>
15669
15670         * modules/vasnprintf-posix-tests: New file.
15671         * tests/test-vasnprintf-posix.c: New file.
15672
15673         * modules/vasnprintf-posix: New file.
15674         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
15675         printf-frexpl.h.
15676         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
15677         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
15678         REPLACE_VASNPRINTF is defined.
15679         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
15680         gl_FUNC_VASNPRINTF.
15681         (gl_FUNC_VASNPRINTF): Invoke it.
15682         * m4/vasnprintf-posix.m4: New file.
15683         * m4/printf.m4: New file.
15684
15685 2007-03-04  Bruno Haible  <bruno@clisp.org>
15686
15687         Compile progreloc.c only if --enable-relocatable is specified.
15688         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
15689         if --enable-relocatable was specified.
15690         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
15691         lib_SOURCES.
15692
15693 2007-03-04  Jim Meyering  <jim@meyering.net>
15694
15695         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
15696         Use it consistently, rather than enumerating errno constants.
15697
15698 2007-03-04  Bruno Haible  <bruno@clisp.org>
15699
15700         * modules/xvasprintf-tests: New file.
15701         * tests/test-xvasprintf.c: New file.
15702
15703         * modules/vasprintf-tests: New file.
15704         * tests/test-vasprintf.c: New file.
15705
15706         * modules/vasnprintf-tests: New file.
15707         * tests/test-vasnprintf.c: New file.
15708
15709         * modules/vsnprintf-tests: New file.
15710         * tests/test-vsnprintf.c: New file.
15711
15712         * modules/snprintf-tests: New file.
15713         * tests/test-snprintf.c: New file.
15714
15715 2007-03-04  Bruno Haible  <bruno@clisp.org>
15716
15717         Compile relocatable.c only if --enable-relocatable is specified.
15718         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
15719         gl_RELOCATABLE_LIBRARY.
15720         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
15721         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
15722         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
15723         gl_RELOCATABLE_LIBRARY.
15724         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
15725         (Makefile.am): Remove lib_SOURCES.
15726         * modules/relocatable-lib-lgpl (configure.ac): Invoke
15727         gl_RELOCATABLE_LIBRARY.
15728         (Makefile.am): Remove lib_SOURCES.
15729         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
15730         always.
15731         * modules/relocatable-prog-wrapper (configure.ac): Invoke
15732         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
15733
15734 2007-03-04  Bruno Haible  <bruno@clisp.org>
15735
15736         * modules/argmatch-tests: New file.
15737         * tests/test-argmatch.c: New file.
15738
15739         * tests/test-allocsa.c (main): Halve the number of loop runs.
15740
15741         * modules/alloca-opt-tests: New file.
15742         * tests/test-alloca-opt.c: New file.
15743
15744 2007-03-04  Jim Meyering  <jim@meyering.net>
15745
15746         Work around difference between Linux ACLs and Solaris 10 ZFS.
15747         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
15748         for EINVAL.
15749
15750 2007-03-03  Bruno Haible  <bruno@clisp.org>
15751
15752         * modules/relocatable-prog (Depends-on): Add back progreloc's
15753         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
15754
15755 2007-03-03  Bruno Haible  <bruno@clisp.org>
15756
15757         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
15758         * modules/relocatable-lib: New file.
15759
15760 2007-03-03  Bruno Haible  <bruno@clisp.org>
15761
15762         * modules/relocatable-prog: Renamed from modules/relocatable.
15763         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
15764
15765 2007-03-03  Bruno Haible  <bruno@clisp.org>
15766
15767         * modules/relocatable-script (Files): Add doc/relocatable.texi,
15768         m4/relocatable-lib.m4.
15769         (Depends-on): Remove 'relocatable'.
15770         (configure.ac): Add gl_RELOCATABLE_NOP.
15771
15772 2007-03-03  Bruno Haible  <bruno@clisp.org>
15773
15774         * modules/relocatable-prog-wrapper: New file.
15775         * modules/relocatable (Depends-on): Add it. Remove all other
15776         dependencies except progname.
15777         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
15778
15779         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
15780         (gl_FUNC_STRERROR): Nop.
15781         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
15782
15783         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
15784         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
15785
15786         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
15787         (gl_FUNC_READLINK): Update.
15788
15789         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
15790
15791 2007-03-03  Bruno Haible  <bruno@clisp.org>
15792
15793         * lib/xreadlink.c: Include <unistd.h> unconditionally.
15794         * modules/xreadlink (Depends-on): Add unistd.
15795         * modules/xreadlink-with-size (Depends-on): Likewise.
15796
15797 2007-03-03  Bruno Haible  <bruno@clisp.org>
15798
15799         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
15800         extracted from gt_FUNC_SETENV.
15801         (gt_FUNC_SETENV): Remove macro.
15802         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
15803         remove gt_FUNC_SETENV.
15804
15805 2007-03-03  Bruno Haible  <bruno@clisp.org>
15806
15807         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
15808         ENABLE_RELOCATABLE here.
15809         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
15810
15811 2007-03-03  Bruno Haible  <bruno@clisp.org>
15812
15813         * modules/rbtreehash-list-tests (Depends-on): Add progname.
15814         * tests/test-rbtreehash_list.c: Include progname.h.
15815         (main): Call set_program_name.
15816
15817         * modules/rbtree-oset-tests (Depends-on): Add progname.
15818         * tests/test-rbtree_oset.c: Include progname.h.
15819         (main): Call set_program_name.
15820
15821         * modules/rbtree-list-tests (Depends-on): Add progname.
15822         * tests/test-rbtree_list.c: Include progname.h.
15823         (main): Call set_program_name.
15824
15825         * modules/linked-list-tests (Depends-on): Add progname.
15826         * tests/test-linked_list.c: Include progname.h.
15827         (main): Call set_program_name.
15828
15829 2007-03-03  Bruno Haible  <bruno@clisp.org>
15830
15831         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
15832         All uses of __restrict changed to _Restrict_.
15833         * lib/glob_.h (__restrict): Remove macro.
15834
15835 2007-03-02  Bruno Haible  <bruno@clisp.org>
15836
15837         * modules/gettext (configure.ac): Require gettext infrastructure
15838         from version 0.16.1.
15839
15840 2007-03-02  Bruno Haible  <bruno@clisp.org>
15841
15842         * modules/linkedhash-list-tests (Depends-on): Add progname.
15843         * tests/test-linkedhash_list.c: Include progname.h.
15844         (main): Call set_program_name.
15845
15846         * modules/carray-list-tests (Depends-on): Add progname.
15847         * tests/test-carray_list.c: Include progname.h.
15848         (main): Call set_program_name.
15849
15850         * modules/avltreehash-list-tests (Depends-on): Add progname.
15851         * tests/test-avltreehash_list.c: Include progname.h.
15852         (main): Call set_program_name.
15853
15854         * modules/avltree-oset-tests (Depends-on): Add progname.
15855         * tests/test-avltree_oset.c: Include progname.h.
15856         (main): Call set_program_name.
15857
15858         * modules/avltree-list-tests (Depends-on): Add progname.
15859         * tests/test-avltree_list.c: Include progname.h.
15860         (main): Call set_program_name.
15861
15862         * modules/array-oset-tests (Depends-on): Add progname.
15863         * tests/test-array_oset.c: Include progname.h.
15864         (main): Call set_program_name.
15865
15866         * modules/array-list-tests (Depends-on): Add progname.
15867         * tests/test-array_list.c: Include progname.h.
15868         (main): Call set_program_name.
15869
15870         * modules/argp-tests (Depends-on): Add progname.
15871         * tests/test-argp.c: Include argp.h first. Include progname.h.
15872         (main): Call set_program_name.
15873
15874 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
15875
15876         * doc/gnulib-tool.texi (Initial import): Reword description of
15877         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
15878         limited effect even if defined after the first system include.
15879
15880 2007-03-01  Bruno Haible  <bruno@clisp.org>
15881
15882         * build-aux/config.libpath: Update to libtool-1.5.22.
15883         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15884
15885 2007-03-01  Bruno Haible  <bruno@clisp.org>
15886
15887         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
15888         foo_CFLAGS.
15889         Reported by Ralf Wildenhues.
15890
15891 2007-03-01  Bruno Haible  <bruno@clisp.org>
15892
15893         * build-aux/install-reloc: Remove object files left over by some
15894         compilers.
15895         Reported by Ralf Wildenhues.
15896
15897 2007-03-01  Bruno Haible  <bruno@clisp.org>
15898
15899         * build-aux/install-reloc: Break long lines.
15900
15901 2007-03-01  Bruno Haible  <bruno@clisp.org>
15902
15903         * doc/relocatable.texi: Document that it may not work on OpenBSD.
15904         Reported by Ralf Wildenhues.
15905
15906 2007-03-01  Bruno Haible  <bruno@clisp.org>
15907
15908         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
15909         include ordering constraints.
15910
15911 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15912
15913         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
15914         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
15915         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
15916         as another example.
15917         * lib/time_.h: Fix misspelling.
15918         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15919         Require gl_HEADER_TIME_H_DEFAULTS.
15920         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
15921         * m4/time_r.m4 (gl_TIME_R): Likewise.
15922         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
15923
15924 2007-03-01  Bruno Haible  <bruno@clisp.org>
15925
15926         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
15927         * m4/utimens.m4 (gl_UTIMENS): Likewise.
15928
15929 2007-03-01  Jim Meyering  <jim@meyering.net>
15930
15931         * modules/xreadlink (Maintainer): Add my name.
15932         * modules/xreadlink-with-size (Depends-on): Alphabetize.
15933
15934 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
15935             Bruno Haible  <bruno@clisp.org>
15936
15937         * build-aux/install-reloc: Compile also c-ctype.c.
15938         * build-aux/relocatable.sh.in: New file.
15939         * doc/relocatable.texi: New file.
15940         * doc/relocatable-maint.texi: New file.
15941         * doc/gnulib.texi: Include relocatable-maint.texi.
15942         * lib/progreloc.c: Include unistd.h unconditionally.
15943         * lib/relocwrapper.c: Include unistd.h unconditionally.
15944         Include c-ctype.h.
15945         (add_dotbin): Use c_tolower.
15946         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
15947         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
15948         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
15949         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
15950         to m4/relocatable-lib.m4.
15951         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
15952         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
15953         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
15954         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
15955         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
15956         * modules/relocatable: New file.
15957         * modules/relocatable-lib: New file.
15958         * modules/relocatable-script: New file.
15959
15960 2007-02-28  Bruno Haible  <bruno@clisp.org>
15961
15962         Import --enable-relocatable infrastructure.
15963         * build-aux/config.libpath: New file, from GNU gettext.
15964         * build-aux/install-reloc: New file, from GNU gettext.
15965         * build-aux/reloc-ldflags: New file, from GNU gettext.
15966         * lib/relocatable.h: New file, from GNU gettext.
15967         * lib/relocatable.c: New file, from GNU gettext.
15968         * lib/relocwrapper.c: New file, from GNU gettext.
15969         * m4/relocatable.m4: New file, from GNU gettext.
15970
15971 2007-02-28  Bruno Haible  <bruno@clisp.org>
15972
15973         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
15974
15975         * modules/xreadlink: New file, from GNU gettext with modifications.
15976         * lib/xreadlink.c: New file, from GNU gettext.
15977         * lib/xreadlink.h: Add comments.
15978         (xreadlink): New declaration.
15979
15980         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
15981         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
15982         lib/xreadlink-with-size.c.
15983         (configure.ac): Remove gl_XREADLINK invocation.
15984         (Makefile.am): Augment lib_SOURCES.
15985         * m4/xreadlink.m4: Remove file.
15986         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
15987         (xreadlink_with_size): Renamed from xreadink.
15988         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
15989         * modules/canonicalize (Depends-on): Replace xreadlink with
15990         xreadlink-with-size.
15991         * lib/canonicalize.c (canonicalize_filename_mode): Update.
15992
15993 2007-02-25  Jim Meyering  <jim@meyering.net>
15994
15995         * build-aux/announce-gen: When complaining about excess arguments,
15996         list them.
15997
15998 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15999
16000         * README: Document signed integer overflow situation more
16001         accurately.
16002
16003 2007-02-25  Bruno Haible  <bruno@clisp.org>
16004
16005         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
16006         'a' or 'A' conversion.
16007
16008 2007-02-25  Bruno Haible  <bruno@clisp.org>
16009
16010         * modules/filename: Renamed from modules/pathname.
16011         (Files): Replace lib/pathname.h with lib/filename.h. Replace
16012         lib/concatpath.c with lib/concat-filename.c.
16013         (Makefile.am): Update.
16014         (Include): Replace pathname.h with filename.h.
16015         * lib/filename.h: Renamed from lib/pathname.h.
16016         (concatenated_filename): Renamed from concatenated_pathname.
16017         * lib/concat-filename.c: Renamed from lib/concatpath.c.
16018         (concatenated_filename): Renamed from concatenated_pathname.
16019         * lib/findprog.c: Include filename.h instead of pathname.h.
16020         (find_in_path): Update.
16021         * lib/javacomp.c: Include filename.h instead of pathname.h.
16022         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
16023         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
16024         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
16025         is_oldgcj_14_13_usable, is_javac_usable): Update.
16026         * lib/javaexec.c: Include filename.h instead of pathname.h.
16027         (execute_java_class): Update.
16028         * modules/findprog: Update.
16029         * modules/javacomp: Update.
16030         * modules/javaexec: Update.
16031         * MODULES.html.sh (File system functions): Add 'filename', remove
16032         'pathname'.
16033
16034 2007-02-25  Bruno Haible  <bruno@clisp.org>
16035
16036         * modules/printf-frexpl-tests: New file.
16037         * tests/test-printf-frexpl.c: New file.
16038
16039         * modules/printf-frexpl: New file.
16040         * lib/printf-frexpl.h: New file.
16041         * lib/printf-frexpl.c: New file.
16042         * m4/printf-frexpl.m4: New file.
16043
16044 2007-02-25  Bruno Haible  <bruno@clisp.org>
16045
16046         * modules/printf-frexp-tests: New file.
16047         * tests/test-printf-frexp.c: New file.
16048
16049         * modules/printf-frexp: New file.
16050         * lib/printf-frexp.h: New file.
16051         * lib/printf-frexp.c: New file.
16052         * m4/printf-frexp.m4: New file.
16053
16054 2007-02-25  Bruno Haible  <bruno@clisp.org>
16055
16056         Assume automake >= 1.10 for the tests.
16057         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
16058         * modules/arctwo-tests: Likewise.
16059         * modules/argp-tests: Likewise.
16060         * modules/avltree-list-tests: Likewise.
16061         * modules/avltree-oset-tests: Likewise.
16062         * modules/avltreehash-list-tests: Likewise.
16063         * modules/carray-list-tests: Likewise.
16064         * modules/crc-tests: Likewise.
16065         * modules/des-tests: Likewise.
16066         * modules/gc-arcfour-tests: Likewise.
16067         * modules/gc-arctwo-tests: Likewise.
16068         * modules/gc-des-tests: Likewise.
16069         * modules/gc-hmac-md5-tests: Likewise.
16070         * modules/gc-hmac-sha1-tests: Likewise.
16071         * modules/gc-md2-tests: Likewise.
16072         * modules/gc-md4-tests: Likewise.
16073         * modules/gc-md5-tests: Likewise.
16074         * modules/gc-pbkdf2-sha1-tests: Likewise.
16075         * modules/gc-rijndael-tests: Likewise.
16076         * modules/gc-sha1-tests: Likewise.
16077         * modules/gc-tests: Likewise.
16078         * modules/getaddrinfo-tests: Likewise.
16079         * modules/hmac-md5-tests: Likewise.
16080         * modules/hmac-sha1-tests: Likewise.
16081         * modules/linked-list-tests: Likewise.
16082         * modules/linkedhash-list-tests: Likewise.
16083         * modules/lock-tests: Likewise.
16084         * modules/md2-tests: Likewise.
16085         * modules/md4-tests: Likewise.
16086         * modules/md5-tests: Likewise.
16087         * modules/rbtree-list-tests: Likewise.
16088         * modules/rbtree-oset-tests: Likewise.
16089         * modules/rbtreehash-list-tests: Likewise.
16090         * modules/read-file-tests: Likewise.
16091         * modules/rijndael-tests: Likewise.
16092         * modules/stdint-tests: Likewise.
16093         * modules/tls-tests: Likewise.
16094
16095 2007-02-24  Bruno Haible  <bruno@clisp.org>
16096
16097         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
16098         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
16099         function; instead check whether isnan with a double argument links.
16100         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
16101         function; instead check whether isnan with a 'long double' argument
16102         links.
16103         Reported by Eric Blake <ebb9@byu.net>.
16104
16105 2007-02-24  Bruno Haible  <bruno@clisp.org>
16106
16107         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
16108         defined.
16109         * lib/isnanl.c: Remove all code. Just include isnan.c.
16110         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
16111
16112 2007-02-25  Jim Meyering  <jim@meyering.net>
16113
16114         Avoid conflicting types for 'unsetenv' on FreeBSD.
16115         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
16116         conflicting with FreeBSD's (5.0 and 6.1) function declaration
16117         in stdlib.h.
16118
16119 2007-02-24  Bruno Haible  <bruno@clisp.org>
16120
16121         * modules/isnanl-nolibm-tests: New file.
16122         * tests/test-isnanl.c: New file.
16123
16124         * modules/isnanl-nolibm: New file.
16125         * lib/isnanl.h: New file.
16126         * lib/isnanl.c: New file.
16127         * m4/isnanl.m4: New file.
16128
16129 2007-02-24  Bruno Haible  <bruno@clisp.org>
16130
16131         * modules/isnan-nolibm-tests: New file.
16132         * tests/test-isnan.c: New file.
16133
16134         * modules/isnan-nolibm: New file.
16135         * lib/isnan.h: New file.
16136         * lib/isnan.c: New file.
16137         * m4/isnan.m4: New file.
16138
16139 2007-02-24  Bruno Haible  <bruno@clisp.org>
16140
16141         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
16142         assume that an exponent fits in 20 bits.
16143
16144 2007-02-24  Jim Meyering  <jim@meyering.net>
16145
16146         * m4/regex.m4: Update the description of the configure-time option,
16147         --without-included-regex, to state accurately what the defaults are,
16148         and perhaps to give people an idea why using this option is risky.
16149
16150 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16151
16152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
16153         loops on small arguments.  This attempts to avoid the problem
16154         Bruno Haible reported for AIX 4.3.2 in
16155         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
16156
16157 2007-02-23  Bruno Haible  <bruno@clisp.org>
16158
16159         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
16160         Needed for help2man.
16161
16162 2007-02-23  Karl Berry  <karl@gnu.org>
16163
16164         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
16165         exists, foo.h should be cvs-ignored, not committed.
16166
16167 2007-02-23  Eric Blake  <ebb9@byu.net>
16168
16169         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
16170         * lib/stat-time.h (includes): Likewise.
16171         * lib/utimecmp.c (includes): Likewise.
16172         * lib/utimens.h (includes): Likewise.
16173         * lib/getdate.y (includes): Also include "timespec.h" for use
16174         internal to the module.
16175         * modules/utimens (Depends-on): Revert yesterday's patch.
16176         * modules/nanosleep (Depends-on): Add missing dependency.
16177
16178 2007-02-22  Bruno Haible  <bruno@clisp.org>
16179
16180         * lib/glob.c: Don't include getlogin_r.h.
16181
16182 2007-02-22  Jim Meyering  <jim@meyering.net>
16183
16184         * modules/utimens (Depends-on): Add timespec, required for
16185         utimens.h's inclusion of timespec.h.
16186
16187 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
16190         long unreadable paths in GNU/Linux.  Problem reported by Andreas
16191         Schwab in
16192         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
16193         I'll try to think of a better way to fix the Solaris problem.
16194
16195         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
16196         like glibc; on Solaris 10, it fails with errno == EINVAL.
16197         POSIX says the behavior is unspecified if the first argument is NULL,
16198         so play it safe and never pass NULL to the system getcwd.
16199
16200 2007-02-21  Jim Meyering  <jim@meyering.net>
16201
16202         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
16203         of gettimeofday.  It would conflict with the one now always
16204         provided via sys_time_.h.  Reported by Matthew Woehlke, as
16205         an IRIX 6.5 build failure.
16206
16207 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         Minor fixups to port to Solaris 10 with Sun C 5.8.
16210         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
16211         * modules/getcwd (Depends-on): Add dirfd.
16212         * lib/putenv.c (putenv): #undef it.
16213         (rpl_putenv): New decl.
16214         (malloc, free): Include <stdlib.h> rather than prototyping separately.
16215
16216 2007-02-20  Bruno Haible  <bruno@clisp.org>
16217
16218         * modules/stdio-tests: New file.
16219         * tests/test-stdio.c: New file.
16220
16221         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
16222         (Depends-on): Add stdio.
16223         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16224         (Include): Use <stdio.h> instead of vsnprintf.h.
16225         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16226         HAVE_DECL_VSNPRINTF.
16227         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
16228
16229         * modules/snprintf (Files): Remove lib/snprintf.h.
16230         (Depends-on): Add stdio.
16231         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16232         (Include): Use <stdio.h> instead of snprintf.h.
16233         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16234         HAVE_DECL_SNPRINTF.
16235         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
16236         * lib/getaddrinfo.c: Likewise.
16237
16238         * modules/stdio: New file.
16239         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
16240         * lib/snprintf.h: Remove file.
16241         * lib/vsnprintf.h: Remove file.
16242         * lib/.cppi-disable: Remove snprintf.h.
16243         * m4/stdio_h.m4: New file.
16244         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
16245
16246 2007-02-20  Jim Meyering  <jim@meyering.net>
16247
16248         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
16249         used by e.g., mingw.  From Bruno Haible.
16250
16251 2007-02-19  Bruno Haible  <bruno@clisp.org>
16252
16253         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
16254         warnings.
16255         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16256
16257 2007-02-19  Bruno Haible  <bruno@clisp.org>
16258
16259         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
16260         from mingw users.
16261
16262 2007-02-19  Bruno Haible  <bruno@clisp.org>
16263
16264         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
16265         warnings.
16266         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
16267
16268 2007-02-19  Jim Meyering  <jim@meyering.net>
16269
16270         Don't use FD after a successful "fdopendir (fd)".
16271         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
16272         Reset it by calling dirfd on the just-obtained DIR*.
16273
16274         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
16275         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
16276
16277 2007-02-18  Bruno Haible  <bruno@clisp.org>
16278
16279         * lib/readlink.c: Include <unistd.h>.
16280         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
16281         HAVE_READLINK.
16282         * modules/readlink (Depends-on): Add unistd.
16283         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16284         (Include): Add <unistd.h>.
16285
16286         * lib/getlogin_r.h: Remove file.
16287         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
16288         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
16289         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
16290         HAVE_DECL_GETLOGIN_R.
16291         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
16292         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16293         (Include): Use <unistd.h> instead of getlogin_r.h.
16294
16295         * lib/getcwd.h: Remove file.
16296         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
16297         * lib/xgetcwd.c: Likewise.
16298         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
16299         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
16300         * modules/getcwd (Files): Remove lib/getcwd.h.
16301         (Depends-on): Add unistd.
16302         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16303         (Include): Use <unistd.h> instad of getcwd.h.
16304
16305         * lib/ftruncate.c: Include <unistd.h> first.
16306         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
16307         Set HAVE_FTRUNCATE.
16308         * modules/ftruncate (Depends-on): Add unistd.
16309         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16310
16311         * lib/fchdir.c: Include <unistd.h> first.
16312         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
16313         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
16314         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
16315         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16316         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
16317
16318         * lib/dup2.c: Include <unistd.h> first.
16319         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
16320         HAVE_DUP2.
16321         * modules/dup2 (Depends-on): Add unistd.
16322         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16323
16324         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
16325         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
16326         REPLACE_CHOWN. Don't define chown as a macro here.
16327         * modules/chown (Depends-on): Add unistd.
16328         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16329
16330         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
16331         Add definition for GL_LINK_WARNING.
16332         (chown, dup2): New declarations.
16333         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
16334         link warning.
16335         (ftruncate): New declaration.
16336         (getcwd): New declaration, taken from old getcwd.h.
16337         (getlogin_r): New declaration, taken from old getlogin_r.h.
16338         (readlink): New declaration.
16339         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
16340         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
16341         (gl_PREREQ_UNISTD): Remove macro.
16342         (gl_UNISTD_MODULE_INDICATOR): New macro.
16343         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
16344         many new variables. Don't set UNISTD_H.
16345         * modules/unistd (Description): Change.
16346         (Depends-on): Add link-warning.
16347         (configure.ac): Update.
16348         (Makefile.am): Create unistd.h always. Substitute many new variables
16349         into it.
16350
16351 2007-02-18  Bruno Haible  <bruno@clisp.org>
16352
16353         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
16354         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
16355         HAVE_GETSUBOPT.
16356         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
16357         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
16358         * lib/getsubopt.h: Remove file.
16359         * modules/getsubopt (Files): Remove lib/getsubopt.h.
16360         (Depends-on): Add stdlib.
16361         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16362         (Includes): Use <stdlib.h> instead of getsubopt.h.
16363         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
16364         Set HAVE_GETSUBOPT.
16365         * lib/getsubopt.c: Don't include getsubopt.h.
16366
16367 2007-02-18  Bruno Haible  <bruno@clisp.org>
16368
16369         * modules/fchdir (Depends-on): Add dup2.
16370
16371 2007-02-18  Bruno Haible  <bruno@clisp.org>
16372
16373         * lib/stdlib_.h: Handle glibc's special invocation convention
16374         specially.
16375
16376 2007-02-18  Bruno Haible  <bruno@clisp.org>
16377
16378         * modules/stdlib-tests: New file.
16379         * tests/test-stdlib.c: New file.
16380
16381         * modules/mkstemp (Files): Remove lib/mkstemp.h.
16382         (Depends-on): Add stdlib.
16383         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16384         (Includes): Use <stdlib.h> instead of mkstemp.h.
16385         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16386         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
16387         * lib/mkstemp.c: Don't include mkstemp.h.
16388         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
16389         * lib/stdlib--.h: Don't include mkstemp.h.
16390
16391         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
16392         (Depends-on): Add stdlib.
16393         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16394         (Includes): Use <stdlib.h> instead of mkdtemp.h.
16395         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16396         HAVE_MKDTEMP.
16397         * lib/mkdtemp.c: Don't include mkdtemp.h.
16398         * lib/clean-temp.c: Don't include mkdtemp.h.
16399
16400         * modules/exit (Files): Remove lib/exit.h.
16401         (Depends-on): Add stdlib.
16402         (Makefile.am): Remove lib_SOURCES.
16403         (Include): Use <stdlib.h> instead of exit.h.
16404         * lib/argmatch.c: Don't include exit.h.
16405         * lib/execute.c: Likewise.
16406         * lib/pagealign_alloc.c: Likewise.
16407         * lib/pipe.c: Likewise.
16408         * lib/wait-process.c: Likewise.
16409         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
16410         * lib/exitfail.c: Likewise.
16411         * lib/savewd.c: Likewise.
16412         * lib/xsetenv.c: Likewise.
16413
16414         * modules/stdlib: New file.
16415         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
16416         and extra comments about mkstemp().
16417         * lib/exit.h: Remove file.
16418         * lib/mkdtemp.h: Remove file.
16419         * lib/mkstemp.h: Remove file.
16420         * m4/stdlib_h.m4: New file.
16421         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
16422
16423 2007-02-18  Bruno Haible  <bruno@clisp.org>
16424
16425         * modules/math-tests: New file.
16426         * tests/test-math.c: New file.
16427
16428         * modules/math: New file.
16429         * modules/mathl (Files): Remove lib/mathl.h.
16430         (Depends-on): Add math.
16431         (Makefile.am): Don't mention mathl.h.
16432         (Include): Use <math.h> instead of mathl.h.
16433         * lib/math_.h: New file.
16434         * lib/mathl.h: Remove file.
16435         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
16436         mathl.h.
16437         * lib/asinl.c: Likewise.
16438         * lib/atanl.c: Likewise.
16439         * lib/ceill.c: Likewise.
16440         * lib/cosl.c: Likewise.
16441         * lib/expl.c: Likewise.
16442         * lib/floorl.c: Likewise.
16443         * lib/frexpl.c: Likewise.
16444         * lib/ldexpl.c: Likewise.
16445         * lib/logl.c: Likewise.
16446         * lib/sincosl.c: Likewise.
16447         * lib/sinl.c: Likewise.
16448         * lib/sqrtl.c: Likewise.
16449         * lib/tanl.c: Likewise.
16450         * lib/trigl.c: Likewise.
16451         * m4/math_h.m4: New file.
16452         * MODULES.html.sh (Mathematics): Add math.
16453
16454 2007-02-17  Bruno Haible  <bruno@clisp.org>
16455
16456         * modules/wctype-tests: New file.
16457         * tests/test-wctype.c: New file.
16458
16459         * modules/wchar-tests: New file.
16460         * tests/test-wchar.c: New file.
16461
16462         * modules/unistd-tests: New file.
16463         * tests/test-unistd.c: New file.
16464
16465         * modules/time-tests: New file.
16466         * tests/test-time.c: New file.
16467
16468         * modules/sysexits-tests: New file.
16469         * tests/test-sysexits.c: New file.
16470
16471         * modules/sys_time-tests: New file.
16472         * tests/test-sys_time.c: New file.
16473
16474         * modules/sys_stat-tests: New file.
16475         * tests/test-sys_stat.c: New file.
16476
16477         * modules/sys_socket-tests: New file.
16478         * tests/test-sys_socket.c: New file.
16479
16480         * modules/sys_select-tests: New file.
16481         * tests/test-sys_select.c: New file.
16482
16483         * modules/string-tests: New file.
16484         * tests/test-string.c: New file.
16485
16486         * modules/stdbool-tests: New file.
16487         * tests/test-stdbool.c: New file.
16488
16489         * modules/netinet_in-tests: New file.
16490         * tests/test-netinet_in.c: New file.
16491
16492         * modules/inttypes-tests: New file.
16493         * tests/test-inttypes.c: New file.
16494
16495         * modules/fcntl-tests: New file.
16496         * tests/test-fcntl.c: New file.
16497
16498         * modules/byteswap-tests: New file.
16499         * tests/test-byteswap.c: New file.
16500
16501         * modules/arpa_inet-tests: New file.
16502         * tests/test-arpa_inet.c: New file.
16503
16504 2007-02-17  Bruno Haible  <bruno@clisp.org>
16505
16506         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
16507         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
16508         if the corresponding module is not enabled. Emit link warnings if
16509         the function is used nevertheless.
16510         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
16511         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
16512         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
16513         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
16514         * modules/inttypes (Depends-on): Add link-warning.
16515         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16516         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
16517         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
16518         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
16519         * modules/imaxdiv (configure.ac): Likewise.
16520         * modules/strtoimax (configure.ac): Likewise.
16521         * modules/strtoumax (configure.ac): Likewise.
16522
16523 2007-02-17  Bruno Haible  <bruno@clisp.org>
16524
16525         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
16526         gl_STRING_MODULE_INDICATOR_DEFAULTS.
16527         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
16528         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
16529
16530 2007-02-17  Bruno Haible  <bruno@clisp.org>
16531
16532         * modules/link-warning: New file.
16533         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
16534         * lib/string_.h (GL_LINK_WARNING): Remove definition.
16535         * modules/string (Depends-on): Add link-warning.
16536         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16537         string.h.
16538         * MODULES.html.sh (Support for building libraries and executables): Add
16539         link-warning.
16540
16541 2007-02-17  Bruno Haible  <bruno@clisp.org>
16542
16543         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
16544         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
16545         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
16546         long lines.
16547
16548 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
16549             Bruno Haible  <bruno@clisp.org>
16550
16551         * modules/tmpfile: New file.
16552         * lib/tmpfile.c: New file.
16553         * m4/tmpfile.m4: New file.
16554         * MODULES.html.sh (func_all_modules): New section "Input/output".
16555
16556 2007-02-15  Bruno Haible  <bruno@clisp.org>
16557
16558         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
16559         (supports_delete_on_close): New function.
16560         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
16561
16562 2007-02-14  Bruno Haible  <bruno@clisp.org>
16563
16564         * modules/mbspcasecmp-tests: New file.
16565         * tests/test-mbspcasecmp.sh: New file.
16566         * tests/test-mbspcasecmp.c: New file.
16567
16568         New module mbspcasecmp.
16569         * modules/mbspcasecmp: New file.
16570         * lib/mbspcasecmp.c: New file.
16571         * lib/string_.h (strncasecmp): Change warning message.
16572         (mbspcasecmp): New declaration.
16573         * m4/mbspcasecmp.m4: New file.
16574         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16575         GNULIB_MBSPCASECMP.
16576         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
16577         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
16578
16579 2007-02-14  Bruno Haible  <bruno@clisp.org>
16580
16581         * modules/mbsncasecmp-tests: New file.
16582         * tests/test-mbsncasecmp.sh: New file.
16583         * tests/test-mbsncasecmp.c: New file.
16584
16585         New module mbsncasecmp.
16586         * modules/mbsncasecmp: New file.
16587         * lib/mbsncasecmp.c: New file.
16588         * lib/string_.h (mbsncasecmp): New declaration.
16589         * m4/mbsncasecmp.m4: New file.
16590         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16591         GNULIB_MBSNCASECMP.
16592         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
16593         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
16594
16595 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
16596
16597         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
16598         Verify that it doesn't overlap with our flags.
16599         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
16600         do not have the desired effect in multibyte locales; instead, use
16601         mbscasecmp.
16602         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
16603         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
16604         we don't require GNU fnmatch ourselves (if our users require it, they
16605         should do so explicitly).
16606
16607         Fix regex code so it doesn't rely on strcasecmp.
16608         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
16609         Otherwise, include gnulib's langinfo.h.
16610         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
16611         undesirable behavior in non-C locales.  Instead, rely on localecharset.
16612         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
16613         * modules/regex (FILES): Remove m4/codeset.m4.
16614         (Depends-on): Add localcharset.  Remove strcase.
16615
16616 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16617
16618         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
16619         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
16620
16621 2007-02-13  Bruno Haible  <bruno@clisp.org>
16622
16623         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
16624         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16625
16626 2007-02-12  Bruno Haible  <bruno@clisp.org>
16627
16628         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
16629         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
16630         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
16631         time warning rather than a link error.
16632
16633 2007-02-12  Bruno Haible  <bruno@clisp.org>
16634
16635         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
16636         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16637         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16638
16639 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16640
16641         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
16642         args, not 2.
16643
16644 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         New module 'time', so that apps can include <time.h> as per
16647         POSIX and GNU instead of separate include files like time_r.h
16648         and timegm.h.  This implementation tries out a simpler approach
16649         for replacing decls in standard include files (as compared to
16650         the string module), somewhat as an experiment.
16651
16652         * config/srclist.txt: Comment out mktime.c for now.
16653         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
16654         since it doesn't apply any more.  Use generic wording instead.
16655         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
16656         'time'.
16657         * lib/time_.h, m4/time_h.m4, modules/time: New files.
16658         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
16659         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
16660         Don't include <sys/types.h>; no longer needed since we assume C89.
16661         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
16662         * lib/strftime.c: Likewise.
16663         * lib/time_r.c: Likewise.
16664         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
16665         * lib/nanosleep.c: Include <time.h> first, to check interface.
16666         * lib/strptime.c: Likewise.
16667         * lib/time_r.c: Likewise.
16668         * lib/timegm.c: Likewise.
16669         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
16670         needed.
16671         * lib/timegm.c: Don't include timegm.h; no longer needed.
16672         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
16673         time.h now handles any problems in that area.
16674         (struct timespec, nanosleep): Remove; time.h now arranges for these.
16675         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
16676         that time.h defines struct timespec.
16677         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
16678         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
16679         handles that.
16680         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
16681         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
16682         needed.  Set REPLACE_LOCALTIME.
16683         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
16684         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
16685         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
16686         nanosleep; time_h.m4 now does that.  Don't require
16687         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
16688         module handles this now.
16689         * modules/getdate (Depends-on): Remove timespec.  Add time.
16690         * modules/nanosleep (Depends-on): Likewise.
16691         * modules/stat-time (Depends-on): Likewise.
16692         * modules/nanosleep (Include): Include time.h, not timespec.h.
16693         * modules/strptime (Files): Remove lib/strptime.h.
16694         (Depends-on): Add extensions, time.
16695         (Include): Include time.h, not strptime.h.
16696         * modules/time_r (Files): Remove lib/time_r.h.
16697         (Depends-on): Add time.
16698         (Include): Include time.h, not time_r.h.
16699         * modules/timegm: Likewise.
16700         * modules/timespec (Description): Now does timespec-related decls
16701         of our own, instead of struct timespec itself.
16702         (Depends-on): Add time; remove extensions.
16703         (Maintainer): Add self.
16704         * modules/utimecmp (Depends-on): Add time; remove timespec.
16705         * modules/utimens (Depends-on): Likewise.
16706         * modules/xnanosleep (Depends-on): Likewise.
16707
16708 2007-02-11  Bruno Haible  <bruno@clisp.org>
16709
16710         * lib/c-strstr.c: Include allocsa.h.
16711         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16712         * lib/c-strcasestr.c: Include allocsa.h.
16713         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16714         * lib/strcasestr.c: Include allocsa.h.
16715         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16716         * lib/mbsstr.c: Include allocsa.h.
16717         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16718         allocsa/freesa instead of malloc/free.
16719         * lib/mbscasestr.c: Include allocsa.h.
16720         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16721         allocsa/freesa instead of malloc/free.
16722         * modules/c-strstr (Depends-on): Add allocsa.
16723         * modules/c-strcasestr (Depends-on): Likewise.
16724         * modules/strcasestr (Depends-on): Likewise.
16725         * modules/mbsstr (Depends-on): Likewise.
16726         * modules/mbscasestr (Depends-on): Likewise.
16727
16728 2007-02-11  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
16731
16732         * modules/mbsspn-tests: New file.
16733         * tests/test-mbsspn.sh: New file.
16734         * tests/test-mbsspn.c: New file.
16735
16736 2007-02-11  Bruno Haible  <bruno@clisp.org>
16737
16738         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
16739
16740         * modules/mbspbrk-tests: New file.
16741         * tests/test-mbspbrk.sh: New file.
16742         * tests/test-mbspbrk.c: New file.
16743
16744 2007-02-11  Bruno Haible  <bruno@clisp.org>
16745
16746         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
16747         unneeded cast.
16748
16749         * modules/mbscspn-tests: New file.
16750         * tests/test-mbscspn.sh: New file.
16751         * tests/test-mbscspn.c: New file.
16752
16753 2007-02-11  Bruno Haible  <bruno@clisp.org>
16754
16755         * modules/mbscasecmp-tests: New file.
16756         * tests/test-mbscasecmp.sh: New file.
16757         * tests/test-mbscasecmp.c: New file.
16758
16759 2007-02-11  Bruno Haible  <bruno@clisp.org>
16760
16761         Ensure O(n) worst-case complexity of mbscasestr.
16762         * lib/mbscasestr.c: Include stdbool.h.
16763         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
16764         functions.
16765         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
16766         the bookkeeping indicates that it's worth it.
16767         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
16768
16769         * modules/mbscasestr-tests: New file.
16770         * tests/test-mbscasestr1.c: New file.
16771         * tests/test-mbscasestr2.sh: New file.
16772         * tests/test-mbscasestr2.c: New file.
16773         * tests/test-mbscasestr3.sh: New file.
16774         * tests/test-mbscasestr3.c: New file.
16775         * tests/test-mbscasestr4.sh: New file.
16776         * tests/test-mbscasestr4.c: New file.
16777         * m4/locale-tr.m4: New file.
16778
16779 2007-02-11  Bruno Haible  <bruno@clisp.org>
16780
16781         Ensure O(n) worst-case complexity of mbsstr.
16782         * lib/mbsstr.c: Include stdbool.h.
16783         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
16784         functions.
16785         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
16786         bookkeeping indicates that it's worth it.
16787         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
16788
16789         * modules/mbsstr-tests: New file.
16790         * tests/test-mbsstr1.c: New file.
16791         * tests/test-mbsstr2.sh: New file.
16792         * tests/test-mbsstr2.c: New file.
16793         * tests/test-mbsstr3.sh: New file.
16794         * tests/test-mbsstr3.c: New file.
16795         * m4/locale-fr.m4: New file.
16796
16797 2007-02-11  Bruno Haible  <bruno@clisp.org>
16798
16799         * lib/mbsrchr.c (mbsrchr): Fix bug.
16800
16801         * modules/mbsrchr-tests: New file.
16802         * tests/test-mbsrchr.sh: New file.
16803         * tests/test-mbsrchr.c: New file.
16804
16805 2007-02-11  Bruno Haible  <bruno@clisp.org>
16806
16807         * lib/mbschr.c (mbschr): Fix bug.
16808
16809         * modules/mbschr-tests: New file.
16810         * tests/test-mbschr.sh: New file.
16811         * tests/test-mbschr.c: New file.
16812         * m4/locale-zh.m4: New file.
16813
16814 2007-02-11  Bruno Haible  <bruno@clisp.org>
16815
16816         Support for copying multibyte string iterators.
16817         * lib/mbiter.h: Include <string.h>.
16818         (mbiter_multi_copy): New function.
16819         (mbi_copy): New macro.
16820         * lib/mbuiter.h: Include <string.h>.
16821         (mbuiter_multi_copy): New function.
16822         (mbui_copy): New macro.
16823
16824 2007-02-11  Bruno Haible  <bruno@clisp.org>
16825
16826         New module mbslen.
16827         * modules/mbslen: New file.
16828         * lib/mbslen.c: New file.
16829         * lib/string_.h (mbslen): New declaration.
16830         * m4/mbslen.m4: New file.
16831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16832         GNULIB_MBSLEN.
16833         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
16834         * MODULES.html.sh (Internationalization functions): Add mbslen.
16835
16836 2007-02-11  Bruno Haible  <bruno@clisp.org>
16837
16838         Ensure O(n) worst-case complexity of strcasestr substitute.
16839         * lib/strcasestr.c: Include stdbool.h.
16840         (knuth_morris_pratt): New function.
16841         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
16842         bookkeeping indicates that it's worth it.
16843         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
16844
16845         * modules/strcasestr-tests: New file.
16846         * tests/test-strcasestr.c: New file.
16847
16848 2007-02-11  Bruno Haible  <bruno@clisp.org>
16849
16850         Ensure O(n) worst-case complexity of c_strcasestr.
16851         * lib/c-strcasestr.c: Include stdbool.h, string.h.
16852         (knuth_morris_pratt): New function.
16853         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
16854         the bookkeeping indicates that it's worth it.
16855         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
16856
16857         * modules/c-strcasestr-tests: New file.
16858         * tests/test-c-strcasestr.c: New file.
16859
16860 2007-02-11  Bruno Haible  <bruno@clisp.org>
16861
16862         Ensure O(n) worst-case complexity of c_strstr.
16863         * lib/c-strstr.c: Include stdbool.h, string.h.
16864         (knuth_morris_pratt): New function.
16865         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
16866         bookkeeping indicates that it's worth it.
16867         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
16868
16869         * lib/c-strstr.c: Complete rewrite for maintainability.
16870
16871         * modules/c-strstr-tests: New file.
16872         * tests/test-c-strstr.c: New file.
16873
16874 2007-02-11  Bruno Haible  <bruno@clisp.org>
16875
16876         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
16877         5.2.1 and earlier, whereby \055 was treated just like the range
16878         delimiter '-'.
16879         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
16880
16881 2007-02-08  Bruno Haible  <bruno@clisp.org>
16882
16883         * modules/regex (Depends-on): Add stdbool.
16884         Reported by Dalibor Topic <robilad@kaffe.org>.
16885
16886 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
16887
16888         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
16889         Prefer returning from main to exiting from it.
16890         Remove unnecessary parens after sizeof.
16891
16892 2007-02-05  Bruno Haible  <bruno@clisp.org>
16893
16894         New module mbssep.
16895         * modules/mbssep: New file.
16896         * lib/mbssep.c: New file.
16897         * lib/string_.h (strsep): Add a conditional link warning.
16898         (mbssep): New declaration.
16899         * m4/mbssep.m4: New file.
16900         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16901         GNULIB_MBSSEP.
16902         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
16903         * MODULES.html.sh (Internationalization functions): Add mbssep.
16904
16905 2007-02-05  Bruno Haible  <bruno@clisp.org>
16906
16907         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
16908         Optimize search in case of 1 delimiter.
16909
16910 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
16911
16912         * lib/acl.h: Include sys/types.h before sys/acl.h.
16913
16914 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
16915
16916         Merge upstream fix for glibc bugzilla #3957:
16917
16918         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
16919
16920         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
16921         bit for RE_HAT_LISTS_NOT_NEWLINE.
16922         (build_charclass_op): Remove bogus comment.
16923
16924 2007-02-05  Simon Josefsson  <simon@josefsson.org>
16925
16926         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
16927
16928 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
16929
16930         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
16931         * lib/memmem.c [!defined _LIBC]: Include config.h.
16932
16933 2007-02-04  Bruno Haible  <bruno@clisp.org>
16934
16935         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
16936         warning message.
16937
16938 2007-02-04  Bruno Haible  <bruno@clisp.org>
16939
16940         New module mbstok_r.
16941         * modules/mbstok_r: New file.
16942         * lib/mbstok_r.c: New file.
16943         * lib/string_.h (strtok_r): Change argument names to match the
16944         comments. Add a conditional link warning.
16945         (mbstok_r): New declaration.
16946         * m4/mbstok_r.m4: New file.
16947         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16948         GNULIB_MBSTOK_R.
16949         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
16950         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
16951
16952 2007-02-04  Bruno Haible  <bruno@clisp.org>
16953
16954         New module mbsspn.
16955         * modules/mbsspn: New file.
16956         * lib/mbsspn.c: New file.
16957         * lib/string_.h (strspn): Add a conditional link warning.
16958         (mbsspn): New declaration.
16959         * m4/mbsspn.m4: New file.
16960         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16961         GNULIB_MBSSPN.
16962         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
16963         * MODULES.html.sh (Internationalization functions): Add mbsspn.
16964
16965 2007-02-04  Bruno Haible  <bruno@clisp.org>
16966
16967         New module mbspbrk.
16968         * modules/mbspbrk: New file.
16969         * lib/mbspbrk.c: New file.
16970         * lib/string_.h (strpbrk): Add a conditional link warning.
16971         (mbspbrk): New declaration.
16972         * m4/mbspbrk.m4: New file.
16973         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16974         GNULIB_MBSPBRK.
16975         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
16976         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
16977
16978 2007-02-04  Bruno Haible  <bruno@clisp.org>
16979
16980         New module mbscspn.
16981         * modules/mbscspn: New file.
16982         * lib/mbscspn.c: New file.
16983         * lib/string_.h (strcspn): Add a conditional link warning.
16984         (mbscspn): New declaration.
16985         * m4/mbscspn.m4: New file.
16986         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16987         GNULIB_MBSCSPN.
16988         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
16989         * MODULES.html.sh (Internationalization functions): Add mbscspn.
16990
16991 2007-02-04  Bruno Haible  <bruno@clisp.org>
16992
16993         New module mbscasestr, reduced goal of strcasestr.
16994         * modules/mbscasestr: New file.
16995         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
16996         (mbscasestr): Renamed from strcasestr.
16997         * lib/strcasestr.c: Don't include mbuiter.h.
16998         (strcasestr): Remove support for multibyte locales.
16999         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
17000         Change the conditional link warning.
17001         (mbscasestr): New declaration.
17002         * m4/mbscasestr.m4: New file.
17003         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
17004         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
17005         REPLACE_STRCASESTR.
17006         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
17007         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17008         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17009         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
17010         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
17011         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17012         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
17013         (Depends-on): Remove mbuiter.
17014         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
17015
17016 2007-02-04  Bruno Haible  <bruno@clisp.org>
17017
17018         Simplify handling of strncasecmp.
17019         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
17020         the conditional link warning.
17021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17022         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
17023         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
17024         * modules/strcase (configure.ac): Don't invoke
17025         gl_STRING_MODULE_INDICATOR.
17026         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
17027
17028 2007-02-04  Bruno Haible  <bruno@clisp.org>
17029
17030         New module mbscasecmp, reduced goal of strcasecmp.
17031         * modules/mbscasecmp: New file.
17032         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
17033         (mbscasecmp): Renamed from strcasecmp.
17034         * lib/strcasecmp.c: Don't include mbuiter.h.
17035         (strcasecmp): Remove support for multibyte locales.
17036         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
17037         Change the conditional link warning.
17038         (mbscasecmp): New declaration.
17039         * m4/mbscasecmp.m4: New file.
17040         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
17041         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
17042         REPLACE_STRCASECMP.
17043         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
17044         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17045         GNULIB_MBSCASECMP.
17046         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
17047         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
17048         * modules/strcase (Files): Remove m4/mbrtowc.m4.
17049         (Depends-on): Remove mbuiter.
17050         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
17051
17052 2007-02-04  Bruno Haible  <bruno@clisp.org>
17053
17054         New module mbsstr. Remove module strstr.
17055         * modules/mbsstr: New file.
17056         * modules/strstr: Remove file.
17057         * lib/mbsstr.c: Renamed from lib/strstr.c.
17058         (mbsstr): Renamed from strstr.
17059         * lib/string_.h (strstr): Remove declaration. Change the conditional
17060         link warning.
17061         (mbsstr): New declaration.
17062         * m4/mbsstr.m4: New file.
17063         * m4/strstr.m4: Remove file.
17064         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
17065         REPLACE_STRSTR.
17066         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
17067         Don't initialize GNULIB_STRSTR.
17068         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
17069         substitute GNULIB_STRSTR and REPLACE_STRSTR.
17070         * MODULES.html.sh (Internationalization functions): Add mbsstr.
17071         (Support for systems lacking ANSI C 89): Remove strstr.
17072
17073 2007-02-04  Bruno Haible  <bruno@clisp.org>
17074
17075         New module mbsrchr.
17076         * modules/mbsrchr: New file.
17077         * lib/mbsrchr.c: New file.
17078         * lib/string_.h (strrchr): Add a conditional link warning.
17079         (mbsrchr): New declaration.
17080         * m4/mbsrchr.m4: New file.
17081         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17082         GNULIB_MBSRCHR.
17083         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
17084         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
17085
17086 2007-02-04  Bruno Haible  <bruno@clisp.org>
17087
17088         New module mbschr.
17089         * modules/mbschr: New file.
17090         * lib/mbschr.c: New file.
17091         * lib/string_.h (strchr): Add a conditional link warning.
17092         (mbschr): New declaration.
17093         * m4/mbschr.m4: New file.
17094         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17095         GNULIB_MBSCHR.
17096         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
17097         * MODULES.html.sh (Internationalization functions): Add mbschr.
17098
17099 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17100
17101         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
17102
17103         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
17104
17105 2007-02-04  Bruno Haible  <bruno@clisp.org>
17106
17107         New module description section 'configure.ac-early'.
17108         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
17109         (func_get_autoconf_early_snippet): New function.
17110         (func_import, func_create_testdir): Use it. Remove special cases for
17111         modules 'extensions' and 'lock'.
17112         * modules/extensions (configure.ac-early): Require
17113         gl_USE_SYSTEM_EXTENSIONS.
17114         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
17115
17116 2007-02-04  Bruno Haible  <bruno@clisp.org>
17117
17118         Make use of gcj-4.3's -fsource and -ftarget option.
17119         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
17120         and if so try the options -fsource and -ftarget.
17121         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
17122         source_version, ftarget_option, target_version arguments.
17123         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
17124         (is_envjavac_oldgcj_14_14_usable): Renamed from
17125         is_envjavac_gcj_14_14_usable.
17126         (is_envjavac_oldgcj_14_13_usable): Renamed from
17127         is_envjavac_gcj_14_13_usable.
17128         (is_gcj_present): Update.
17129         (is_gcj_43, is_gcj43_usable): New functions.
17130         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
17131         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
17132         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
17133         try the options -fsource and -ftarget.
17134
17135 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17136
17137         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
17138         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
17139         larger value.
17140
17141 2007-02-03  Jim Meyering  <jim@meyering.net>
17142
17143         Give tools a better chance to allocate space for very large buffers.
17144         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
17145
17146         Make pwd and readlink work also when run with an unreadable parent dir
17147         on systems with openat support.
17148         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
17149         provided getcwd function, even when we have openat support.
17150         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
17151
17152 2007-02-02  Bruno Haible  <bruno@clisp.org>
17153
17154         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17155         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
17156         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
17157         portability problems if one of these functions is only used on specific
17158         platforms.
17159         Reported by Paul Eggert.
17160
17161 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
17164         is causing more trouble than it's curing.
17165         * lib/regex_internal.h (__mempcpy): Remove.
17166         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
17167         (and make the code a tad smaller to boot).
17168         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
17169
17170 2007-02-02  Jim Meyering  <jim@meyering.net>
17171
17172         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
17173         section, not in the Makefile.am: one.
17174
17175 2007-02-02  Eric Blake  <ebb9@byu.net>
17176
17177         * lib/strchrnul.c: Always include config.h first.
17178
17179         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
17180         gnulib strstr is not necessary here.
17181
17182 2007-02-02  Simon Josefsson  <simon@josefsson.org>
17183
17184         * m4/socklen.m4: Fix typo.
17185
17186 2007-02-02  Eric Blake  <ebb9@byu.net>
17187
17188         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
17189         * modules/netinet_in (Makefile.am): Likewise.
17190
17191 2007-02-01  Bruno Haible  <bruno@clisp.org>
17192
17193         * lib/string_.h (GL_LINK_WARNING): New macro.
17194         (strcasecmp, strstr, strcasestr): If provided by the system,
17195         conditionally define as a macro that leads to a warning instead of to
17196         an error.
17197         (strncasecmp): Conditionally define as a macro that leads to a warning.
17198
17199 2007-02-01  Karl Berry  <karl@gnu.org>
17200
17201         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
17202
17203 2007-02-01  Bruno Haible  <bruno@clisp.org>
17204
17205         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
17206         renamings.
17207
17208 2007-02-01  Eric Blake  <ebb9@byu.net>
17209
17210         * modules/regex (Depends-on): Revert dependence on mempcpy.
17211         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
17212         module's definition of mempcpy.
17213         Reported by Paul Eggert.
17214
17215 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17216
17217         * lib/string_.h: If the gnulib module XYZ is not present, undefine
17218         the symbol XYZ before redefining it.  This fixes a problem with
17219         programs that don't use XYZ, when compiled on systems that define
17220         XYZ to something else.
17221
17222 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
17223
17224         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
17225         occurs when "mkdir -m foo" creates a setgid directory that is (1)
17226         writeable to group or other and (2) is intended to have a special
17227         mode bit that is set or cleared.  In such a case, the directory
17228         should be neither group- nor other-writeable until the special
17229         mode bits are right.
17230
17231 2007-01-31  Eric Blake  <ebb9@byu.net>
17232
17233         * modules/mountlist (Depends-on): Add strstr.
17234
17235         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
17236         bug.
17237         * modules/string (Makefile.am): Remove redundant replacement.
17238         * modules/regex (Depends-on): Add mempcpy.
17239
17240 2007-01-31  Bruno Haible  <bruno@clisp.org>
17241
17242         New module description field 'Link'.
17243         * gnulib-tool (func_usage): Document --extract-link-directive.
17244         (sed_extract_prog): Recognize 'Link' directive.
17245         (func_get_link_directive): New function.
17246         (func_import): Show summary of link directives.
17247         Handle --extract-link-directive option.
17248         * modules/acl (Link): New section.
17249         * modules/clock-time (Link): New section.
17250         * modules/euidaccess (Link): New section.
17251         * modules/gettext (Link): New section.
17252         * modules/iconv (Link): New section.
17253         * modules/lock (Link): New section.
17254         * modules/nanosleep (Link): New section.
17255         * modules/readline (Link): New section.
17256
17257 2007-01-27  Bruno Haible  <bruno@clisp.org>
17258
17259         Enforce the use of gnulib modules for unportable <string.h> functions.
17260         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
17261         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
17262         (gl_HEADER_STRING_H_BODY): Require it.
17263         * lib/string_.h: If the gnulib module XYZ is not present, redefine
17264         the symbol XYZ to one that gives a link error.
17265         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
17266         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
17267         * modules/mempcpy (configure.ac): Likewise.
17268         * modules/memrchr (configure.ac): Likewise.
17269         * modules/stpcpy (configure.ac): Likewise.
17270         * modules/stpncpy (configure.ac): Likewise.
17271         * modules/strcase (configure.ac): Likewise.
17272         * modules/strcasestr (configure.ac): Likewise.
17273         * modules/strchrnul (configure.ac): Likewise.
17274         * modules/strdup (configure.ac): Likewise.
17275         * modules/strndup (configure.ac): Likewise.
17276         * modules/strnlen (configure.ac): Likewise.
17277         * modules/strpbrk (configure.ac): Likewise.
17278         * modules/strsep (configure.ac): Likewise.
17279         * modules/strstr (configure.ac): Likewise.
17280         * modules/strtok_r (configure.ac): Likewise.
17281
17282 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
17283
17284         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
17285
17286 2007-01-30  Jim Meyering  <jim@meyering.net>
17287
17288         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
17289
17290 2007-01-29  Bruno Haible  <bruno@clisp.org>
17291
17292         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
17293         * lib/execute.c: Likewise.
17294         * lib/pipe.c: Likewise.
17295         * lib/printf-args.h: Likewise.
17296         * lib/printf-args.c: Likewise.
17297         * lib/printf-parse.c: Likewise.
17298         * lib/vasnprintf.c: Likewise.
17299
17300 2007-01-29  Eric Blake  <ebb9@byu.net>
17301
17302         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
17303         declaration.
17304
17305 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
17306
17307         * lib/strptime.h (strptime): Use 'restrict' for args where
17308         POSIX requires this.
17309         * lib/strptime.c (strptime): Likewise.
17310         Change license notice from LGPL to GPL, since gnulib-tool will
17311         change this as needed.
17312         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
17313         defined.
17314         Include "strptime.h" first, to check interface.
17315         Do not #undef _LIBC and _NL_CURRENT.
17316         Do not include <stdlib.h>; no longer needed.
17317         Include "time_r.h" and declare ptime_locale_status
17318         only if _LIBC is not defined.
17319         (__P): Remove unused macro.
17320         (match_string): Bring back glibc version, but use it only if _LIBC
17321         is defined.
17322         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
17323         Remove unnecessary assertion and abort() call.
17324         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
17325         * m4/strptime.m4: Fix serial number comment.
17326         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
17327         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
17328         (Depends-on): Add time_r.
17329
17330 2007-01-29  Bruno Haible  <bruno@clisp.org>
17331
17332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17333         strptime.
17334         * modules/strptime (Depends-on): Add stdbool.
17335         * lib/strptime.h: Include <time.h> always. Add comments.
17336
17337 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17338
17339         * modules/strptime: New file.
17340         * lib/strptime.h: New file.
17341         * lib/strptime.c: New file.
17342         * m4/strptime.m4: New file.
17343
17344 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17345
17346         * MODULES.html.sh: New module mpsort.
17347         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
17348
17349         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
17350         a circularity problem with HP-UX ia64 reported by Bob Proulx in
17351         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
17352         All uses changed.
17353         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
17354         All uses changed.
17355         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
17356         to _Restrict_.
17357         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
17358         the parameter matches the prototype.
17359
17360 2007-01-28  Jim Meyering  <jim@meyering.net>
17361
17362         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
17363         sys/time.h here, reverting that part of the previous patch:
17364         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
17365
17366 2007-01-28  Bruno Haible  <bruno@clisp.org>
17367
17368         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
17369         value of $(SYS_TIME_H).
17370         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
17371         remove it conditionally, too. [added by Jim Meyering]
17372         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
17373         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
17374         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
17375         GETTIMEOFDAY_REPLACEMENT to 1.
17376
17377 2007-01-28  Bruno Haible  <bruno@clisp.org>
17378
17379         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
17380         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
17381         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
17382         Set UNISTD_H instead of UNISTD_H2.
17383         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
17384
17385 2007-01-28  Bruno Haible  <bruno@clisp.org>
17386
17387         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
17388         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
17389
17390 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17391
17392         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
17393         (func_create_testdir): Ensure C locale for `grep' and `tr'
17394         character ranges.
17395         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
17396         ACLOCAL_AMFLAGS parsing state machine.
17397
17398 2007-01-27  Bruno Haible  <bruno@clisp.org>
17399
17400         * modules/unistr/base: Update.
17401
17402 2007-01-27  Bruno Haible  <bruno@clisp.org>
17403
17404         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
17405         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
17406         * modules/unistr/u32-mbtouc-unsafe: Renamed from
17407         modules/unistr/u32-mbtouc.
17408         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
17409         * lib/unistr.h: Update.
17410         * lib/linebreak.c: Update.
17411         * modules/unistr/u32-mbtouc: Renamed from
17412         modules/unistr/u32-mbtouc-safe.
17413         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
17414         * lib/unistr.h: Update.
17415         * lib/unistr/u32-to-u8.c: Update.
17416         * lib/unistr/u32-to-u16.c: Update.
17417
17418 2007-01-27  Bruno Haible  <bruno@clisp.org>
17419
17420         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
17421         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
17422         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
17423         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
17424         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
17425         * modules/unistr/u16-mbtouc-unsafe: Renamed from
17426         modules/unistr/u16-mbtouc.
17427         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
17428         * lib/unistr.h: Update.
17429         * lib/linebreak.c: Update.
17430         * modules/linebreak: Update.
17431         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
17432         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
17433         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
17434         * modules/unistr/u16-mbtouc: Renamed from
17435         modules/unistr/u16-mbtouc-safe.
17436         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
17437         * lib/unistr.h: Update.
17438         * lib/unistr/u16-to-u8.c: Update.
17439         * modules/unistr/u16-to-u8: Update.
17440         * lib/unistr/u16-to-u32.c: Update.
17441         * modules/unistr/u16-to-u32: Update.
17442
17443 2007-01-27  Bruno Haible  <bruno@clisp.org>
17444
17445         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
17446         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
17447         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
17448         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
17449         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
17450         * modules/unistr/u8-mbtouc-unsafe: Renamed from
17451         modules/unistr/u8-mbtouc.
17452         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
17453         * lib/unistr.h: Update.
17454         * lib/striconveh.c: Update.
17455         * modules/striconveh: Update.
17456         * lib/linebreak.c: Update.
17457         * modules/linebreak: Update.
17458         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
17459         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
17460         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
17461         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
17462         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
17463         * lib/unistr.h: Update.
17464         * lib/striconveh.c: Update.
17465         * modules/striconveh: Update.
17466         * lib/unistr/u8-to-u16.c: Update.
17467         * modules/unistr/u8-to-u16: Update.
17468         * lib/unistr/u8-to-u32.c: Update.
17469         * modules/unistr/u8-to-u32: Update.
17470
17471 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17472
17473         Sync from Libtool.
17474         * lib/argz.c: Do not include strings.h nor memory.h, include
17475         string.h unconditionally.  Patch by Simon Josefsson.
17476
17477 2007-01-27  Bruno Haible  <bruno@clisp.org>
17478
17479         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
17480         from gl_HEADER_STRING_H_BODY.
17481         (gl_HEADER_STRING_H_BODY): Require it.
17482         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
17483         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17484         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17485         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17486         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17487         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
17488         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17489         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17490         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
17491         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17492         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17493         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
17494         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17495         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17496         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
17497
17498 2007-01-27  Bruno Haible  <bruno@clisp.org>
17499
17500         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
17501         check_PROGRAMS into noinst_PROGRAMS.
17502         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
17503         check_PROGRAMS in this case.
17504         (func_import): Set for_test to false.
17505         (func_create_testdir): Set for_test to true.
17506
17507 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
17508             Bruno Haible  <bruno@clisp.org>
17509
17510         * modules/strcasestr (Files): Remove lib/strcasestr.h.
17511         (Depends-on): Add string.
17512         (Includes): Use <string.h> instead of strcasestr.h.
17513         * modules/string (Makefile.am): Also substitute the value of
17514         REPLACE_STRCASESTR.
17515         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
17516         assume strcasestr is declared in <string.h> not <strings.h>. Also
17517         set REPLACE_STRCASESTR.
17518         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
17519         REPLACE_STRCASESTR.
17520         * lib/strcasestr.h: Remove file.
17521         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
17522         * lib/string_.h (strcasestr): New declaration.
17523
17524 2007-01-27  Bruno Haible  <bruno@clisp.org>
17525
17526         * lib/string_.h: Use 'extern'.
17527
17528 2007-01-27  Jim Meyering  <jim@meyering.net>
17529
17530         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
17531         of set-but-not-used local, "q".
17532
17533         * lib/mempcpy.c: Include <config.h> before <string.h>.
17534         This fixes a compilation error on HP-UX, due to the system's
17535         "restrict"-using mempcpy prototype.
17536
17537 2007-01-26  Bruno Haible  <bruno@clisp.org>
17538
17539         Small optimization.
17540         * lib/javacomp.c: Include c-strstr.h.
17541          (is_envjavac_gcj): Use c_strstr instead of strstr.
17542         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
17543
17544 2007-01-26  Bruno Haible  <bruno@clisp.org>
17545
17546         * MODULES.html.sh (Unicode string functions): Add the new modules.
17547
17548         * modules/uniconv/u32-strconv-to-locale: New file.
17549         * lib/uniconv/u32-strconv-to-locale.c: New file.
17550
17551         * modules/uniconv/u16-strconv-to-locale: New file.
17552         * lib/uniconv/u16-strconv-to-locale.c: New file.
17553
17554         * modules/uniconv/u8-strconv-to-locale: New file.
17555         * lib/uniconv/u8-strconv-to-locale.c: New file.
17556
17557         * modules/uniconv/u32-strconv-from-locale: New file.
17558         * lib/uniconv/u32-strconv-from-locale.c: New file.
17559
17560         * modules/uniconv/u16-strconv-from-locale: New file.
17561         * lib/uniconv/u16-strconv-from-locale.c: New file.
17562
17563         * modules/uniconv/u8-strconv-from-locale: New file.
17564         * lib/uniconv/u8-strconv-from-locale.c: New file.
17565
17566         * modules/uniconv/u32-strconv-to-enc: New file.
17567         * lib/uniconv/u32-strconv-to-enc.c: New file.
17568         * modules/uniconv/u32-strconv-to-enc-tests: New file.
17569         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
17570
17571         * modules/uniconv/u16-strconv-to-enc: New file.
17572         * lib/uniconv/u16-strconv-to-enc.c: New file.
17573         * lib/uniconv/u-strconv-to-enc.h: New file.
17574         * modules/uniconv/u16-strconv-to-enc-tests: New file.
17575         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
17576
17577         * modules/uniconv/u8-strconv-to-enc: New file.
17578         * lib/uniconv/u8-strconv-to-enc.c: New file.
17579         * modules/uniconv/u8-strconv-to-enc-tests: New file.
17580         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
17581
17582         * modules/uniconv/u32-strconv-from-enc: New file.
17583         * lib/uniconv/u32-strconv-from-enc.c: New file.
17584         * modules/uniconv/u32-strconv-from-enc-tests: New file.
17585         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
17586
17587         * modules/uniconv/u16-strconv-from-enc: New file.
17588         * lib/uniconv/u16-strconv-from-enc.c: New file.
17589         * modules/uniconv/u16-strconv-from-enc-tests: New file.
17590         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
17591
17592         * modules/uniconv/u8-strconv-from-enc: New file.
17593         * lib/uniconv/u8-strconv-from-enc.c: New file.
17594         * lib/uniconv/u-strconv-from-enc.h: New file.
17595         * modules/uniconv/u8-strconv-from-enc-tests: New file.
17596         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
17597
17598         * modules/uniconv/u32-conv-from-enc: New file.
17599         * lib/uniconv/u32-conv-from-enc.c: New file.
17600         * modules/uniconv/u32-conv-from-enc-tests: New file.
17601         * tests/uniconv/test-u32-conv-from-enc.c: New file.
17602
17603         * modules/uniconv/u16-conv-from-enc: New file.
17604         * lib/uniconv/u16-conv-from-enc.c: New file.
17605         * lib/uniconv/u-conv-from-enc.h: New file.
17606         * modules/uniconv/u16-conv-from-enc-tests: New file.
17607         * tests/uniconv/test-u16-conv-from-enc.c: New file.
17608
17609         * modules/uniconv/u8-conv-from-enc: New file.
17610         * lib/uniconv/u8-conv-from-enc.c: New file.
17611         * modules/uniconv/u8-conv-from-enc-tests: New file.
17612         * tests/uniconv/test-u8-conv-from-enc.c: New file.
17613
17614         * modules/uniconv/base: New file.
17615         * lib/uniconv.h: New file.
17616
17617 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17618
17619         * doc/gnulib-tool.texi (Initial import): Update to match current
17620         behavior with strdup module.
17621         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
17622         * lib/memmem.h: Remove; all uses removed.  This is now done
17623         by <string.h>.
17624         * lib/mempcpy.h: Likewise.
17625         * lib/memrchr.h: Likewise.
17626         * lib/stpcpy.h: Likewise.
17627         * lib/stpncpy.h: Likewise.
17628         * lib/strcase.h: Likewise.
17629         * lib/strchrnul.h: Likewise.
17630         * lib/strdup.h: Likewise.
17631         * lib/strndup.h: Likewise.
17632         * lib/strnlen.h: Likewise.
17633         * lib/strpbrk.h: Likewise.
17634         * lib/strsep.h: Likewise.
17635         * lib/strstr.h: Likewise.
17636         * lib/strtok_r.h: Likewise.
17637         * lib/string_.h: New file.
17638         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
17639         Rely on <string.h> instead.
17640         * lib/canon-host.c: Likewise.
17641         * lib/chdir-long.c: Likewise.
17642         * lib/concatpath.c: Likewise.
17643         * lib/exclude.c: Likewise.
17644         * lib/fchdir.c: Likewise.
17645         * lib/getaddrinfo.c: Likewise.
17646         * lib/getcwd.c: Likewise.
17647         * lib/getsubopt.c: Likewise.
17648         * lib/glob.c: Likewise.
17649         * lib/hard-locale.c: Likewise.
17650         * lib/iconvme.c: Likewise.
17651         * lib/javacomp.c: Likewise.
17652         * lib/mempcpy.c: Likewise.
17653         * lib/memrchr.c: Likewise.
17654         * lib/regex_internal.h: Likewise.
17655         * lib/stpncpy.c: Likewise.
17656         * lib/strcasecmp.c: Likewise.
17657         * lib/strchrnul.c: Likewise.
17658         * lib/strdup.c: Likewise.
17659         * lib/striconv.c: Likewise.
17660         * lib/striconveh.c: Likewise.
17661         * lib/striconveha.c: Likewise.
17662         * lib/strncasecmp.c: Likewise.
17663         * lib/strndup.c: Likewise.
17664         * lib/strnlen.c: Likewise.
17665         * lib/strsep.c: Likewise.
17666         * lib/strstr.c: Likewise.
17667         * lib/strtok_r.c: Likewise.
17668         * lib/userspec.c: Likewise.
17669         * lib/w32spawn.h: Likewise.
17670         * lib/xstrndup.c: Likewise.
17671         * lib/mountlist.c (strstr): Remove decl.
17672         * m4/string_h.m4: New file.
17673         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
17674         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
17675         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
17676         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
17677         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
17678         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
17679         Set REPLACE_STRCASECMP if necessary.
17680         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
17681         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
17682         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
17683         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
17684         HAVE_DECL_STRDUP if necessary.
17685         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
17686         since gl_FUNC_STRNDUP does that now.
17687         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
17688         Check for decl here...
17689         (gl_PREREQ_STRNLEN): ... not here.
17690         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
17691         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
17692         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
17693         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
17694         necessary.
17695         * modules/string: New file.
17696         * modules/memmem (Files): Remove special-purpose include file.
17697         (Depends-on): Add string.
17698         (Include): Include <string.h>, not the removed file.
17699         * modules/mempcpy: Likewise.
17700         * modules/memrchr: Likewise.
17701         * modules/stpcpy: Likewise.
17702         * modules/stpncpy: Likewise.
17703         * modules/strcase: Likewise.
17704         * modules/strchrnul: Likewise.
17705         * modules/strdup: Likewise.
17706         * modules/strndup: Likewise.
17707         * modules/strnlen: Likewise.
17708         * modules/strpbrk: Likewise.
17709         * modules/strsep: Likewise.
17710         * modules/strstr: Likewise.
17711         * modules/strtok_r: Likewise.
17712         * tests/test-dirname.c: Don't include "strdup.h", since
17713         <string.h> now suffices.
17714         * tests/test-memmem.c: Don't include "memmem.h", since
17715         <string.h> now suffices.
17716
17717 2007-01-25  Bruno Haible  <bruno@clisp.org>
17718
17719         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
17720         *resultp is 0.
17721
17722         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
17723         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
17724         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
17725         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
17726
17727         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
17728         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
17729         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
17730         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
17731         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
17732         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
17733
17734 2007-01-24  Bruno Haible  <bruno@clisp.org>
17735
17736         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
17737         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
17738         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
17739         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
17740         gl_FUNC_FTS_CORE.
17741         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
17742         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
17743         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
17744         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
17745         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
17746         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
17747         gl_FUNC_FCHOWNAT.
17748         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
17749         gl_FUNC_STRFTIME.
17750         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
17751         Reported by Ralf Wildenhues.
17752
17753 2007-01-24  Bruno Haible  <bruno@clisp.org>
17754
17755         Drop AC_REQUIRE calls that are redundant with the module dependencies.
17756         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
17757         gl_GETADDRINFO.
17758         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
17759         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
17760         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
17761
17762 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
17763
17764         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
17765         Don't use 'exit'; just return from 'main'.
17766         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
17767
17768         * lib/fnmatch_.h: Readjust white space and comments to match
17769         glibc, to avoid spurious diffs.
17770
17771 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17772
17773         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
17774         2004-12-01 change by Jakub Jelinek, since this code won't compile
17775         if !LIBC.  Problem reported by Bob Proulx.
17776
17777 2007-01-23  Bruno Haible  <bruno@clisp.org>
17778
17779         * lib/striconveh.c: Include c-strcaseeq.h.
17780         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
17781         * modules/striconveh (Depends-on): Add c-strcaseeq.
17782
17783 2007-01-23  Bruno Haible  <bruno@clisp.org>
17784
17785         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
17786
17787         * modules/c-strcaseeq: New file.
17788         * lib/c-strcaseeq.h: New file.
17789
17790         * modules/streq: New file.
17791         * lib/streq.h: New file.
17792
17793 2007-01-23  Bruno Haible  <bruno@clisp.org>
17794
17795         * modules/striconveha-tests: New file.
17796         * tests/test-striconveha.c: New file.
17797
17798         * lib/striconveha.h: Include <stdbool.h>.
17799         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
17800         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
17801         (mem_iconveha_notranslit): Renamed from mem_iconveha.
17802         (mem_iconveha): New function.
17803         (str_iconveha_notranslit): Renamed from str_iconveha.
17804         (str_iconveha): New function.
17805         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
17806         c-strcase.
17807
17808 2007-01-23  Bruno Haible  <bruno@clisp.org>
17809
17810         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
17811         encodings without forgiving before trying any encoding with handler.
17812         (str_iconveha): Try all encodings without forgiving before trying any
17813         encoding with handler.
17814
17815 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17816
17817         Import the following changes from libc.
17818
17819         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17820
17821         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
17822
17823         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17824
17825         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
17826         normal_bracket label.
17827
17828         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
17829
17830         [BZ #361]
17831         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
17832         to normal_bracket after fetching the next character.
17833
17834 2007-01-22  Bruno Haible  <bruno@clisp.org>
17835
17836         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
17837         argument.
17838         * lib/striconveh.c (iconv_carefully_1): New function.
17839         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
17840         argument.
17841         (str_cd_iconveh): Update.
17842         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
17843         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
17844         * tests/test-striconveh.c (MAGIC): New macro.
17845         (new_offsets): New function.
17846         (main): Test call with and without offsets.
17847
17848 2007-01-22  Bruno Haible  <bruno@clisp.org>
17849
17850         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
17851         * modules/sys_select (Makefile.am): Likewise.
17852         * modules/sys_socket (Makefile.am): Likewise.
17853         * modules/sys_time (Makefile.am): Likewise.
17854
17855 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17856
17857         * modules/gettimeofday (License): Change from GPL to LGPL, since
17858         gettimeofday is a library function.
17859
17860 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17861
17862         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
17863
17864 2007-01-21  Bruno Haible  <bruno@clisp.org>
17865
17866         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
17867
17868 2007-01-21  Bruno Haible  <bruno@clisp.org>
17869
17870         * modules/striconveha: New file.
17871         * lib/striconveha.h: New file.
17872         * lib/striconveha.c: New file.
17873         * MODULES.html.sh (Internationalization functions): Add striconveha.
17874         * lib/striconv.c (str_iconv): Optimize the case of an empty input
17875         string.
17876         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
17877
17878 2007-01-21  Bruno Haible  <bruno@clisp.org>
17879
17880         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
17881         * lib/striconveh.c (str_iconveh): Likewise.
17882
17883 2007-01-21  Bruno Haible  <bruno@clisp.org>
17884
17885         * lib/striconveh.h (mem_iconveh): New declaration.
17886         * lib/striconveh.c (mem_iconveh): New function.
17887         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
17888
17889 2007-01-21  Bruno Haible  <bruno@clisp.org>
17890
17891         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
17892
17893         * lib/striconveh.h (mem_cd_iconveh): Change specification.
17894         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
17895         original result buffer.
17896         (str_cd_iconveh): Update.
17897         * tests/test-striconveh.c (main): Update.
17898
17899         * lib/striconv.h (mem_cd_iconv): Change specification.
17900         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
17901         result buffer.
17902         (str_cd_iconv): Update.
17903         * tests/test-striconv.c (main): Update.
17904
17905 2007-01-21  Bruno Haible  <bruno@clisp.org>
17906
17907         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
17908
17909 2007-01-20  Jim Meyering  <jim@meyering.net>
17910
17911         * lib/userspec.c (parse_with_separator): If a user or group string
17912         starts with "+", skip the corresponding name-to-ID look-up, since
17913         such a look-up must fail: user and group names may not include "+".
17914
17915 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17916
17917         * lib/poll.c: Include sys/time.h and time.h unconditionally,
17918         since we now assume the sys_time module.
17919         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
17920         check for sys/time.h; no longer needed.
17921         * modules/poll (Depends-on): Depend on sys_time.
17922
17923 2007-01-18  Bruno Haible  <bruno@clisp.org>
17924
17925         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
17926         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
17927
17928         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
17929         gettimeofday.
17930
17931         * tests/test-gettimeofday.c: Include <time.h>.
17932         (dummy): Remove variable.
17933
17934         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
17935         gl_HEADER_SYS_TIME_H.
17936         (gl_HEADER_SYS_TIME_H): New macro.
17937
17938         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
17939         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17940         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
17941         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
17942         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17943         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
17944         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
17945         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17946         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
17947         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
17948         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
17949
17950         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
17951         last change; it caused a compilation error when cross-compiling to
17952         Cygwin.
17953
17954 2007-01-18  Jim Meyering  <jim@meyering.net>
17955
17956         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
17957         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
17958         than the race-prone "test -d sys || mkdir sys".
17959         (configure.ac): Use AC_PROG_MKDIR_P.
17960         * modules/sys_select: Likewise.
17961         * modules/sys_socket: Likewise.
17962         * modules/sys_time: Likewise.
17963
17964 2007-01-18  Eric Blake  <ebb9@byu.net>
17965
17966         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
17967         replace gettimeofday.
17968         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
17969         name, to avoid infinite recursion.
17970
17971 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
17972
17973         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
17974         module sys_time.
17975         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
17976         assume timespec.h defines struct timeval.
17977         * lib/settime.c: Likewise.
17978         * lib/utimens.c: Likewise.
17979         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
17980         since we now assume the gettimeofday module.
17981         * lib/tempname.c (__gen_tempname): Likewise.
17982         * lib/gettimeofday.h: Remove.
17983         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
17984         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
17985         Include <time.h>, for 'time()'.
17986         (localtime_buffer_addr): Also use this workaround if
17987         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
17988         to simplify the uses.  All uses changed.
17989         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
17990         that #undef is inside {}, and 'const' follows type name consistently.
17991         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
17992         (gettimeofday): Do not use the maximum possible value for
17993         tv->tv_usec, since that might break usages other than ls.c.
17994         Instead, we'll leave ls.c alone.  This undoes today's patch
17995         by Bruno.  Add a compile-time warning for 1s-clock resolution;
17996         we've never observed the problem but might as well keep the
17997         canary.
17998         * lib/nanosleep.c: Include timespec.h first, for interface check.
17999         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
18000         now assume the sys_time module.
18001         * lib/tempname.c: Likewise.
18002         * lib/timespec.h: Likewise.
18003         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
18004         needed.
18005         * lib/strftime.c: Likewise.
18006         * lib/timespec.h: Likewise.
18007         * lib/posixtm.c: Include posixtm.h first, for interface check.
18008         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
18009         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
18010         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
18011         * lib/sys_time_.h: New file.
18012         * lib/timespec.h (struct timespec): Use long int, not long.
18013         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18014         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
18015         Remove obsolescent call to AC_HEADER_TIME.
18016         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
18017         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18018         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18019         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
18020         Likewise.
18021         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
18022         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
18023         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
18024         into the sys_time module.  Check for gettimeofday just once.
18025         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
18026         for gettimeofday signature to just check the signature.  Merely
18027         compile it, since linking doesn't test signature.  Improve test for
18028         whether gettimeofday.o is actually needed.
18029         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
18030         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
18031         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
18032         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18033         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
18034         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
18035         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
18036         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
18037         than worrying about sys/time.h.
18038         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18039         Don't bother worrying about TIME_WITH_SYS_TIME.
18040         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
18041         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
18042         * m4/sys_time_h.m4: New file.
18043         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
18044         Don't include sys/time.h.  Return from main rather than exiting.
18045         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
18046         all uses changed.
18047         * modules/gethrxtime (Depends-on): Add sys_time.
18048         * modules/gettime (Depends-on): Likewise.
18049         * modules/gettimeofday (Depends-on): Likewise.
18050         * modules/nanosleep (Depends-on): Likewise.
18051         * modules/settime (Depends-on): Likewise.
18052         * modules/tempname (Depends-on): Likewise.
18053         * modules/utimens (Depends-on): Likewise.
18054         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
18055         (Include:) Change back to <sys/time.h>.
18056         (Maintainer:) Add self.
18057         * modules/sys_time: New file.
18058         * modules/tempname (Depends-on): Add gettimeofday.
18059         * tests/test-gettimeofday.c: Include <sys/time.h>
18060         rather than gettimeofday.h.
18061
18062 2007-01-17  Bruno Haible  <bruno@clisp.org>
18063
18064         * gnulib-tool (func_get_license): Revert last patch. Instead, let
18065         the license default to GPL.
18066         (func_create_testdir): Don't complain if a module is LGPL and its
18067         tests module depends on GPLed modules.
18068
18069 2007-01-17  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/gettimeofday.c (gettimeofday): Add code for the case
18072         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
18073         maximum possible value for tv->tv_usec, rather than the minimum one.
18074
18075 2005-10-08  Martin Lambers  <marlam@marlam.de>
18076 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18077 2007-01-16  Bruno Haible  <bruno@clisp.org>
18078
18079         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
18080         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
18081         gl_FUNC_GETTIMEOFDAY.
18082         (Include): Add gettimeofday.h.
18083         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
18084         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
18085         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
18086         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
18087         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
18088         * lib/gettimeofday.h: New file.
18089         * lib/gettimeofday.c: Include <sys/timeb.h>.
18090         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
18091         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18092         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
18093         fall back on time().
18094
18095         * tests/test-gettimeofday.c: New file.
18096         * modules/gettimeofday-tests: New file.
18097
18098 2007-01-16  Eric Blake  <ebb9@byu.net>
18099
18100         * modules/fnmatch (Depends-on): Depend on wchar.
18101         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
18102         * m4/fnmatch.m4: Likewise.
18103         * modules/mbchar (Makefile.am): Assume <wchar.h>.
18104         * m4/mbchar.m4: Likewise.
18105         * modules/mbswidth (Depends-on): Depend on wchar.
18106         * lib/mbswidth.c: Assume <wchar.h>.
18107         * m4/mbswidth.m4: Likewise.
18108         * modules/quotearg (Depends-on): Depend on wchar.
18109         * lib/quotearg.c: Assume <wchar.h>.
18110         * m4/quotearg.m4: Likewise.
18111         * modules/regex (Depends-on): Depend on wchar.
18112         * lib/regex_internal.h: Assume <wchar.h>.
18113         * m4/regex.m4: Likewise.
18114         * modules/stdint (Depends-on): Depend on wchar.
18115         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
18116         * m4/stdint.m4: Likewise.
18117         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
18118         * modules/strftime (Depends-on): Depend on wchar.
18119         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
18120         * modules/strtol (Depends-on): Depend on wchar.
18121         * lib/strtol.c: Assume <wchar.h>.
18122         * modules/wcwidth (Depends-on): Depend on wchar.
18123         * lib/wcwidth.h: Assume <wchar.h>.
18124         * m4/wcwidth.m4: Likewise.
18125
18126 2007-01-16  Bruno Haible  <bruno@clisp.org>
18127
18128         * modules/csharpexec-script: New, created from...
18129         * modules/csharpexec: ... this.
18130
18131 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
18132
18133         * modules/javaexec-script: New, created from...
18134         * modules/javaexec: ... this.
18135
18136 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18137
18138         * modules/poll (Dependencies): Add sys_select.
18139
18140 2007-01-15  Jim Meyering  <jim@meyering.net>
18141
18142         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
18143         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
18144         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
18145         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
18146
18147 2007-01-15  Bruno Haible  <bruno@clisp.org>
18148
18149         * modules/striconveh: New file.
18150         * lib/striconveh.h: New file.
18151         * lib/striconveh.c: New file.
18152         * MODULES.html.sh (Internationalization functions): Add striconveh.
18153
18154         * modules/striconveh-tests: New file.
18155         * tests/test-striconveh.c: New file.
18156
18157 2007-01-15  Bruno Haible  <bruno@clisp.org>
18158
18159         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
18160         not from GNU libiconv or GNU libc.
18161
18162 2007-01-15  Bruno Haible  <bruno@clisp.org>
18163
18164         * doc/gnulib-intro.texi (Copyright): Explain the different license
18165         terms for module descriptions, autoconf macros, tests, documentation.
18166
18167 2007-01-14  Bruno Haible  <bruno@clisp.org>
18168
18169         * modules/striconv-tests: New file.
18170         * tests/test-striconv.c: New file.
18171
18172 2007-01-14  Bruno Haible  <bruno@clisp.org>
18173
18174         * modules/iconv-tests: New file.
18175         * tests/test-iconv.c: New file.
18176
18177 2007-01-14  Bruno Haible  <bruno@clisp.org>
18178
18179         * gnulib-tool (func_get_license): For test modules, use the license of
18180         the main module.
18181
18182 2007-01-14  Bruno Haible  <bruno@clisp.org>
18183
18184         * modules/iconv (Include): Clarify that <iconv.h> can only be included
18185         if iconv is found to exist.
18186
18187 2007-01-14  Bruno Haible  <bruno@clisp.org>
18188
18189         * modules/c-ctype-tests: New file.
18190         * tests/test-c-ctype.c: New file.
18191
18192 2007-01-14  Bruno Haible  <bruno@clisp.org>
18193
18194         * modules/binary-io-tests: New file.
18195         * tests/test-binary-io.sh: New file.
18196         * tests/test-binary-io.c: New file.
18197
18198 2007-01-14  Bruno Haible  <bruno@clisp.org>
18199
18200         * modules/array-oset-tests: New file.
18201         * tests/test-array_oset.c: New file.
18202
18203 2007-01-14  Bruno Haible  <bruno@clisp.org>
18204
18205         * modules/array-list-tests: New file.
18206         * tests/test-array_list.c: New file.
18207
18208 2007-01-14  Bruno Haible  <bruno@clisp.org>
18209
18210         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
18211         and make.
18212         Reported by Simon Josefsson in
18213         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
18214
18215 2007-01-14  Bruno Haible  <bruno@clisp.org>
18216
18217         * modules/allocsa-tests: New file.
18218         * tests/test-allocsa.c: New file.
18219
18220 2007-01-14  Bruno Haible  <bruno@clisp.org>
18221
18222         * modules/fchdir (Depends-on): Add absolute-header.
18223         * modules/unistd (Depends-on): Likewise.
18224
18225 2006-12-30  Bruno Haible  <bruno@clisp.org>
18226
18227         * modules/fchdir: New file.
18228         * modules/unistd (Files): Add lib/unistd_.h.
18229         (Makefile.am): Generate unistd.h from unistd_.h.
18230         * lib/fchdir.c: New file.
18231         * lib/dirent_.h: New file.
18232         * lib/unistd_.h: New file.
18233         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
18234         * m4/fchdir.m4: New file.
18235         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
18236         (gl_HEADER_UNISTD): Invoke it.
18237         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
18238         function.
18239         * lib/backupfile.c (opendir, closedir): Undefine.
18240         * lib/chown.c (open, close): Undefine.
18241         * lib/clean-temp.c (open, close): Undefine.
18242         * lib/copy-file.c (open, close): Undefine.
18243         * lib/execute.c (open, close): Undefine.
18244         * lib/fsusage.c (open, close): Undefine.
18245         * lib/gc-gnulib.c (open, close): Undefine.
18246         * lib/getcwd.c (opendir, closedir): Undefine.
18247         * lib/glob.c (opendir, closedir): Undefine.
18248         * lib/javacomp.c (open, close): Undefine.
18249         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
18250         * lib/openat-proc.c (open, close): Undefine.
18251         * lib/pagealign_alloc.c (open, close): Undefine.
18252         * lib/pipe.c (open, close): Undefine.
18253         * lib/progreloc.c (open, close): Undefine.
18254         * lib/savedir.c (opendir, closedir): Undefine.
18255         * lib/utime.c (open, close): Undefine.
18256         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
18257
18258 2007-01-10  Bruno Haible  <bruno@clisp.org>
18259
18260         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
18261
18262 2007-01-12  Eric Blake  <ebb9@byu.net>
18263
18264         Provide a robust <wchar.h>.  Further simplifications are now
18265         possible in other modules, but not included here.
18266         * modules/wchar: New module.
18267         * m4/wchar.m4: New file.
18268         * lib/wchar_.h: Likewise.
18269         * modules/mbchar (Depends-on): Depend on wchar, as the first use
18270         of the new module.
18271         * MODULES.html.sh (Extended multibyte and wide character utilities):
18272         New section.
18273
18274 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
18275
18276         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
18277         to a reasonable default for memory allocation.
18278         (xreadlink): Don't allocate a huge buffer, to work around a buggy
18279         file system that reports garbage st_size values for symlinks.
18280         Problem reported by Liyang Hu.
18281
18282 2007-01-11  Simon Josefsson  <simon@josefsson.org>
18283
18284         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
18285         Emacs .#* auto-save files).
18286
18287 2007-01-11  Bruno Haible  <bruno@clisp.org>
18288
18289         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
18290         directory.
18291
18292 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18293
18294         Use @...@ consistently in lib/wctype_.h.
18295         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
18296         on it being set to 1 or 0.
18297         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
18298         go back to AC_SUBSTing it.
18299         * modules/wctype (Makefile.am): Undo previous change.
18300
18301 2007-01-10  Eric Blake  <ebb9@byu.net>
18302
18303         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
18304         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
18305         * modules/wctype (Makefile.am): Likewise.
18306         Reported by Chris McGuire.
18307
18308 2007-01-10  Jim Meyering  <jim@meyering.net>
18309
18310         fts.c: a small readability/maintainability improvement
18311         * lib/fts.c (fts_read): Make this code slightly more readable and
18312         maintainable by hoisting the "sp->fts_cur = p" assignments to
18313         immediately follow the statements that set P.  Derived from
18314         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
18315
18316 2007-01-10  Eric Blake  <ebb9@byu.net>
18317
18318         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
18319         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
18320         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
18321         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18322         Reported by Chris McGuire.
18323
18324 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18325
18326         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
18327         in sed script.
18328
18329 2007-01-09  Bruno Haible  <bruno@clisp.org>
18330
18331         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
18332         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
18333         variables.
18334         (func_module): Use them.
18335
18336 2007-01-09  Bruno Haible  <bruno@clisp.org>
18337
18338         * modules/unistr/base: New file.
18339         * lib/unistr.h: New file.
18340
18341         * modules/unistr/u8-to-u16: New file.
18342         * lib/unistr/u8-to-u16.c: New file.
18343
18344         * modules/unistr/u8-to-u32: New file.
18345         * lib/unistr/u8-to-u32.c: New file.
18346
18347         * modules/unistr/u16-to-u8: New file.
18348         * lib/unistr/u16-to-u8.c: New file.
18349
18350         * modules/unistr/u16-to-u32: New file.
18351         * lib/unistr/u16-to-u32.c: New file.
18352
18353         * modules/unistr/u32-to-u8: New file.
18354         * lib/unistr/u32-to-u8.c: New file.
18355
18356         * modules/unistr/u32-to-u16: New file.
18357         * lib/unistr/u32-to-u16.c: New file.
18358
18359         * modules/unistr/u8-check: New file.
18360         * modules/unistr/u16-check: New file.
18361         * modules/unistr/u32-check: New file.
18362         * lib/unistr/u8-check.c: New file.
18363         * lib/unistr/u16-check.c: New file.
18364         * lib/unistr/u32-check.c: New file.
18365
18366         * modules/unistr/u8-chr: New file.
18367         * modules/unistr/u16-chr: New file.
18368         * modules/unistr/u32-chr: New file.
18369         * lib/unistr/u8-chr.c: New file.
18370         * lib/unistr/u16-chr.c: New file.
18371         * lib/unistr/u32-chr.c: New file.
18372
18373         * modules/unistr/u8-cmp: New file.
18374         * modules/unistr/u16-cmp: New file.
18375         * modules/unistr/u32-cmp: New file.
18376         * lib/unistr/u8-cmp.c: New file.
18377         * lib/unistr/u16-cmp.c: New file.
18378         * lib/unistr/u32-cmp.c: New file.
18379
18380         * modules/unistr/u8-cpy: New file.
18381         * modules/unistr/u16-cpy: New file.
18382         * modules/unistr/u32-cpy: New file.
18383         * lib/unistr/u8-cpy.c: New file.
18384         * lib/unistr/u16-cpy.c: New file.
18385         * lib/unistr/u32-cpy.c: New file.
18386         * lib/unistr/u-cpy.h: New file.
18387
18388         * modules/unistr/u8-cpy-alloc: New file.
18389         * modules/unistr/u16-cpy-alloc: New file.
18390         * modules/unistr/u32-cpy-alloc: New file.
18391         * lib/unistr/u8-cpy-alloc.c: New file.
18392         * lib/unistr/u16-cpy-alloc.c: New file.
18393         * lib/unistr/u32-cpy-alloc.c: New file.
18394         * lib/unistr/u-cpy-alloc.h: New file.
18395
18396         * modules/unistr/u8-endswith: New file.
18397         * modules/unistr/u16-endswith: New file.
18398         * modules/unistr/u32-endswith: New file.
18399         * lib/unistr/u8-endswith.c: New file.
18400         * lib/unistr/u16-endswith.c: New file.
18401         * lib/unistr/u32-endswith.c: New file.
18402         * lib/unistr/u-endswith.h: New file.
18403
18404         * modules/unistr/u8-mblen: New file.
18405         * modules/unistr/u16-mblen: New file.
18406         * modules/unistr/u32-mblen: New file.
18407         * lib/unistr/u8-mblen.c: New file.
18408         * lib/unistr/u16-mblen.c: New file.
18409         * lib/unistr/u32-mblen.c: New file.
18410
18411         * modules/unistr/u8-mbtouc: New file.
18412         * modules/unistr/u16-mbtouc: New file.
18413         * modules/unistr/u32-mbtouc: New file.
18414         * lib/unistr/u8-mbtouc.c: New file.
18415         * lib/unistr/u16-mbtouc.c: New file.
18416         * lib/unistr/u32-mbtouc.c: New file.
18417
18418         * modules/unistr/u8-mbtouc-safe: New file.
18419         * modules/unistr/u16-mbtouc-safe: New file.
18420         * modules/unistr/u32-mbtouc-safe: New file.
18421         * lib/unistr/u8-mbtouc-safe.c: New file.
18422         * lib/unistr/u16-mbtouc-safe.c: New file.
18423         * lib/unistr/u32-mbtouc-safe.c: New file.
18424
18425         * modules/unistr/u8-move: New file.
18426         * modules/unistr/u16-move: New file.
18427         * modules/unistr/u32-move: New file.
18428         * lib/unistr/u8-move.c: New file.
18429         * lib/unistr/u16-move.c: New file.
18430         * lib/unistr/u32-move.c: New file.
18431         * lib/unistr/u-move.h: New file.
18432
18433         * modules/unistr/u8-next: New file.
18434         * modules/unistr/u16-next: New file.
18435         * modules/unistr/u32-next: New file.
18436         * lib/unistr/u8-next.c: New file.
18437         * lib/unistr/u16-next.c: New file.
18438         * lib/unistr/u32-next.c: New file.
18439
18440         * modules/unistr/u8-prev: New file.
18441         * modules/unistr/u16-prev: New file.
18442         * modules/unistr/u32-prev: New file.
18443         * lib/unistr/u8-prev.c: New file.
18444         * lib/unistr/u16-prev.c: New file.
18445         * lib/unistr/u32-prev.c: New file.
18446
18447         * modules/unistr/u8-set: New file.
18448         * modules/unistr/u16-set: New file.
18449         * modules/unistr/u32-set: New file.
18450         * lib/unistr/u8-set.c: New file.
18451         * lib/unistr/u16-set.c: New file.
18452         * lib/unistr/u32-set.c: New file.
18453         * lib/unistr/u-set.h: New file.
18454
18455         * modules/unistr/u8-startswith: New file.
18456         * modules/unistr/u16-startswith: New file.
18457         * modules/unistr/u32-startswith: New file.
18458         * lib/unistr/u8-startswith.c: New file.
18459         * lib/unistr/u16-startswith.c: New file.
18460         * lib/unistr/u32-startswith.c: New file.
18461         * lib/unistr/u-startswith.h: New file.
18462
18463         * modules/unistr/u8-stpcpy: New file.
18464         * modules/unistr/u16-stpcpy: New file.
18465         * modules/unistr/u32-stpcpy: New file.
18466         * lib/unistr/u8-stpcpy.c: New file.
18467         * lib/unistr/u16-stpcpy.c: New file.
18468         * lib/unistr/u32-stpcpy.c: New file.
18469         * lib/unistr/u-stpcpy.h: New file.
18470
18471         * modules/unistr/u8-stpncpy: New file.
18472         * modules/unistr/u16-stpncpy: New file.
18473         * modules/unistr/u32-stpncpy: New file.
18474         * lib/unistr/u8-stpncpy.c: New file.
18475         * lib/unistr/u16-stpncpy.c: New file.
18476         * lib/unistr/u32-stpncpy.c: New file.
18477         * lib/unistr/u-stpncpy.h: New file.
18478
18479         * modules/unistr/u8-strcat: New file.
18480         * modules/unistr/u16-strcat: New file.
18481         * modules/unistr/u32-strcat: New file.
18482         * lib/unistr/u8-strcat.c: New file.
18483         * lib/unistr/u16-strcat.c: New file.
18484         * lib/unistr/u32-strcat.c: New file.
18485         * lib/unistr/u-strcat.h: New file.
18486
18487         * modules/unistr/u8-strchr: New file.
18488         * modules/unistr/u16-strchr: New file.
18489         * modules/unistr/u32-strchr: New file.
18490         * lib/unistr/u8-strchr.c: New file.
18491         * lib/unistr/u16-strchr.c: New file.
18492         * lib/unistr/u32-strchr.c: New file.
18493
18494         * modules/unistr/u8-strcmp: New file.
18495         * modules/unistr/u16-strcmp: New file.
18496         * modules/unistr/u32-strcmp: New file.
18497         * lib/unistr/u8-strcmp.c: New file.
18498         * lib/unistr/u16-strcmp.c: New file.
18499         * lib/unistr/u32-strcmp.c: New file.
18500
18501         * modules/unistr/u8-strcpy: New file.
18502         * modules/unistr/u16-strcpy: New file.
18503         * modules/unistr/u32-strcpy: New file.
18504         * lib/unistr/u8-strcpy.c: New file.
18505         * lib/unistr/u16-strcpy.c: New file.
18506         * lib/unistr/u32-strcpy.c: New file.
18507         * lib/unistr/u-strcpy.h: New file.
18508
18509         * modules/unistr/u8-strcspn: New file.
18510         * modules/unistr/u16-strcspn: New file.
18511         * modules/unistr/u32-strcspn: New file.
18512         * lib/unistr/u8-strcspn.c: New file.
18513         * lib/unistr/u16-strcspn.c: New file.
18514         * lib/unistr/u32-strcspn.c: New file.
18515         * lib/unistr/u-strcspn.h: New file.
18516
18517         * modules/unistr/u8-strdup: New file.
18518         * modules/unistr/u16-strdup: New file.
18519         * modules/unistr/u32-strdup: New file.
18520         * lib/unistr/u8-strdup.c: New file.
18521         * lib/unistr/u16-strdup.c: New file.
18522         * lib/unistr/u32-strdup.c: New file.
18523         * lib/unistr/u-strdup.h: New file.
18524
18525         * modules/unistr/u8-strlen: New file.
18526         * modules/unistr/u16-strlen: New file.
18527         * modules/unistr/u32-strlen: New file.
18528         * lib/unistr/u8-strlen.c: New file.
18529         * lib/unistr/u16-strlen.c: New file.
18530         * lib/unistr/u32-strlen.c: New file.
18531         * lib/unistr/u-strlen.h: New file.
18532
18533         * modules/unistr/u8-strmblen: New file.
18534         * modules/unistr/u16-strmblen: New file.
18535         * modules/unistr/u32-strmblen: New file.
18536         * lib/unistr/u8-strmblen.c: New file.
18537         * lib/unistr/u16-strmblen.c: New file.
18538         * lib/unistr/u32-strmblen.c: New file.
18539
18540         * modules/unistr/u8-strmbtouc: New file.
18541         * modules/unistr/u16-strmbtouc: New file.
18542         * modules/unistr/u32-strmbtouc: New file.
18543         * lib/unistr/u8-strmbtouc.c: New file.
18544         * lib/unistr/u16-strmbtouc.c: New file.
18545         * lib/unistr/u32-strmbtouc.c: New file.
18546
18547         * modules/unistr/u8-strncat: New file.
18548         * modules/unistr/u16-strncat: New file.
18549         * modules/unistr/u32-strncat: New file.
18550         * lib/unistr/u8-strncat.c: New file.
18551         * lib/unistr/u16-strncat.c: New file.
18552         * lib/unistr/u32-strncat.c: New file.
18553         * lib/unistr/u-strncat.h: New file.
18554
18555         * modules/unistr/u8-strncmp: New file.
18556         * modules/unistr/u16-strncmp: New file.
18557         * modules/unistr/u32-strncmp: New file.
18558         * lib/unistr/u8-strncmp.c: New file.
18559         * lib/unistr/u16-strncmp.c: New file.
18560         * lib/unistr/u32-strncmp.c: New file.
18561
18562         * modules/unistr/u8-strncpy: New file.
18563         * modules/unistr/u16-strncpy: New file.
18564         * modules/unistr/u32-strncpy: New file.
18565         * lib/unistr/u8-strncpy.c: New file.
18566         * lib/unistr/u16-strncpy.c: New file.
18567         * lib/unistr/u32-strncpy.c: New file.
18568         * lib/unistr/u-strncpy.h: New file.
18569
18570         * modules/unistr/u8-strnlen: New file.
18571         * modules/unistr/u16-strnlen: New file.
18572         * modules/unistr/u32-strnlen: New file.
18573         * lib/unistr/u8-strnlen.c: New file.
18574         * lib/unistr/u16-strnlen.c: New file.
18575         * lib/unistr/u32-strnlen.c: New file.
18576         * lib/unistr/u-strnlen.h: New file.
18577
18578         * modules/unistr/u8-strpbrk: New file.
18579         * modules/unistr/u16-strpbrk: New file.
18580         * modules/unistr/u32-strpbrk: New file.
18581         * lib/unistr/u8-strpbrk.c: New file.
18582         * lib/unistr/u16-strpbrk.c: New file.
18583         * lib/unistr/u32-strpbrk.c: New file.
18584         * lib/unistr/u-strpbrk.h: New file.
18585
18586         * modules/unistr/u8-strrchr: New file.
18587         * modules/unistr/u16-strrchr: New file.
18588         * modules/unistr/u32-strrchr: New file.
18589         * lib/unistr/u8-strrchr.c: New file.
18590         * lib/unistr/u16-strrchr.c: New file.
18591         * lib/unistr/u32-strrchr.c: New file.
18592
18593         * modules/unistr/u8-strspn: New file.
18594         * modules/unistr/u16-strspn: New file.
18595         * modules/unistr/u32-strspn: New file.
18596         * lib/unistr/u8-strspn.c: New file.
18597         * lib/unistr/u16-strspn.c: New file.
18598         * lib/unistr/u32-strspn.c: New file.
18599         * lib/unistr/u-strspn.h: New file.
18600
18601         * modules/unistr/u8-strstr: New file.
18602         * modules/unistr/u16-strstr: New file.
18603         * modules/unistr/u32-strstr: New file.
18604         * lib/unistr/u8-strstr.c: New file.
18605         * lib/unistr/u16-strstr.c: New file.
18606         * lib/unistr/u32-strstr.c: New file.
18607         * lib/unistr/u-strstr.h: New file.
18608
18609         * modules/unistr/u8-strtok: New file.
18610         * modules/unistr/u16-strtok: New file.
18611         * modules/unistr/u32-strtok: New file.
18612         * lib/unistr/u8-strtok.c: New file.
18613         * lib/unistr/u16-strtok.c: New file.
18614         * lib/unistr/u32-strtok.c: New file.
18615         * lib/unistr/u-strtok.h: New file.
18616
18617         * modules/unistr/u8-uctomb: New file.
18618         * modules/unistr/u16-uctomb: New file.
18619         * modules/unistr/u32-uctomb: New file.
18620         * lib/unistr/u8-uctomb.c: New file.
18621         * lib/unistr/u16-uctomb.c: New file.
18622         * lib/unistr/u32-uctomb.c: New file.
18623
18624         * MODULES.html.sh (Unicode string functions): Add the new modules.
18625
18626 2007-01-08  Bruno Haible  <bruno@clisp.org>
18627
18628         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
18629         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
18630         subdirectories.
18631
18632 2007-01-08  Karl Berry  <karl@gnu.org>
18633
18634         * doc/error.texi: mention that main() fns must set program_name
18635         when progname is used.
18636
18637 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
18638
18639         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
18640         WCTYPE_H is empty, for the benefit of builds from non-distclean
18641         directories.  Problem reported by Eric Blake in
18642         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
18643
18644 2007-01-08  Bruno Haible  <bruno@clisp.org>
18645
18646         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
18647         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
18648         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
18649         PROVIDE_CANONICALIZE_FILENAME_MODE.
18650         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
18651
18652 2007-01-08  Bruno Haible  <bruno@clisp.org>
18653
18654         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
18655         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
18656         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
18657         * lib/fts.c: Likewise.
18658         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
18659
18660 2006-12-25  Bruno Haible  <bruno@clisp.org>
18661
18662         * modules/utf8-ucs4-safe: New file.
18663         * lib/utf8-ucs4-safe.h: New file.
18664         * lib/unistr/utf8-ucs4-safe.c: New file.
18665
18666         * modules/utf16-ucs4-safe: New file.
18667         * lib/utf16-ucs4-safe.h: New file.
18668         * lib/unistr/utf16-ucs4-safe.c: New file.
18669
18670         * MODULES.html.sh (Unicode string functions): Add the new modules.
18671
18672 2007-01-08  Bruno Haible  <bruno@clisp.org>
18673
18674         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
18675         (Depends-on): Add unitypes.
18676         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18677         (u8_mbtouc_aux): Move out to separate file.
18678         (u8_mbtouc): Use ucs4_t, uint8_t types.
18679         * lib/unistr/utf8-ucs4.c: New file.
18680
18681         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
18682         (Depends-on): Add unitypes.
18683         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18684         (u16_mbtouc_aux): Move out to separate file.
18685         (u16_mbtouc): Use ucs4_t, uint16_t types.
18686         * lib/unistr/utf16-ucs4.c: New file.
18687
18688         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
18689         (Depends-on): Add unitypes.
18690         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
18691         (u8_uctomb_aux): Move out to separate file.
18692         (u8_uctomb): Use ucs4_t, uint8_t types.
18693         * lib/unistr/ucs4-utf8.c: New file.
18694
18695         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
18696         (Depends-on): Add unitypes.
18697         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
18698         (u16_uctomb_aux): Move out to separate file.
18699         (u16_uctomb): Use ucs4_t, uint16_t types.
18700         * lib/unistr/ucs4-utf16.c: New file.
18701
18702 2006-12-25  Bruno Haible  <bruno@clisp.org>
18703
18704         * modules/unitypes: New file.
18705         * lib/unitypes.h: New file.
18706         * MODULES.html.sh (func_all_modules): New section "Unicode string
18707         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
18708         this section. Add unitypes.
18709
18710 2007-01-08  Bruno Haible  <bruno@clisp.org>
18711
18712         Avoid variable names that conflict with those from libtool.
18713         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
18714         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
18715         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
18716         library_names_spec to acl_library_names_spec, hardcode_* to
18717         acl_hardcode_*.
18718         Reported by Ralf Wildenhues.
18719
18720 2007-01-08  Bruno Haible  <bruno@clisp.org>
18721
18722         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
18723         definition.
18724         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
18725         definition.
18726         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
18727         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
18728         definition.
18729         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
18730         definition.
18731         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
18732         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
18733         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
18734         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
18735         definition.
18736         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
18737         definition.
18738         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
18739         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
18740         GC_USE_<algorithm>.
18741         * lib/gc-libgcrypt.c: Likewise.
18742         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
18743         * modules/gc-arctwo (configure.ac): Likewise.
18744         * modules/gc-des (configure.ac): Likewise.
18745         * modules/gc-hmac-md5 (configure.ac): Likewise.
18746         * modules/gc-hmac-sha1 (configure.ac): Likewise.
18747         * modules/gc-md2 (configure.ac): Likewise.
18748         * modules/gc-md4 (configure.ac): Likewise.
18749         * modules/gc-md5 (configure.ac): Likewise.
18750         * modules/gc-random (configure.ac): Likewise.
18751         * modules/gc-rijndael (configure.ac): Likewise.
18752         * modules/gc-sha1 (configure.ac): Likewise.
18753
18754 2007-01-08  Bruno Haible  <bruno@clisp.org>
18755
18756         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
18757         macro definition.
18758         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
18759         definition.
18760         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
18761         definition.
18762         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
18763         * modules/fcntl-safer (configure.ac): Likewise.
18764         * modules/fopen-safer (configure.ac): Likewise.
18765         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
18766         GNULIB_FWRITEERROR macro definition.
18767
18768 2007-01-08  Bruno Haible  <bruno@clisp.org>
18769
18770         * m4/gnulib-common.m4: New file.
18771         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
18772         (func_get_filelist): Add m4/gnulib-common.m4.
18773
18774 2007-01-08  Bruno Haible  <bruno@clisp.org>
18775
18776         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
18777         command.
18778
18779 2007-01-08  Jim Meyering  <jim@meyering.net>
18780
18781         Use a more robust test for a "can't happen" condition.
18782         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
18783         narrowed the st_size value.  Presuming the "can't happen" condition
18784         is true, that narrowing could conceivably convert an invalid st_size
18785         value into a valid one.  Instead, use a change based on Matthew
18786         Woehlke's original patch.
18787
18788         Slight readability improvement: use an assert-like macro
18789         in place of literal "abort ()" uses.
18790         * lib/fts.c (fts_assert): Define.
18791         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
18792         Use this macro instead of a bare 'abort'.
18793
18794 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
18795
18796         Don't worry about using IRIX 5.3's wctype.h broken definitions;
18797         simply work around them.
18798         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
18799         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
18800         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
18801         declaring.
18802         Don't bother to define as macros, since the standard doesn't require it.
18803         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
18804         longer worry about IRIX 5.3.
18805         (HAVE_WCTYPE_CTMP_BUG): Remove.
18806
18807 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18808
18809         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
18810         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
18811         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18812         Problems reported by Georg Schwarz for IRIX 5.3.
18813
18814         * gnulib-tool (autoconf_minversion): Take the maximum version number
18815         found, not the minimum.  Problem reported by James Youngman.
18816
18817 2007-01-03  Karl Berry  <karl@gnu.org>
18818
18819         * doc/error.texi: new file, explaining interaction with progname.
18820         * doc/gnulib.texi: include it.  Update copyright.
18821
18822 2007-01-03  Simon Josefsson  <simon@josefsson.org>
18823
18824         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
18825         AC_CANONICAL_HOST, to improve autobuild outputs.
18826
18827 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
18828             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
18829
18830         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
18831         sockets, server sockets, and other file descriptors.  Count errors
18832         to compute the return value.  Reorder the code a bit to be easier
18833         to follow.  Don't set event bits that were not requested (except
18834         POLLERR and POLLHUP).
18835
18836 2007-01-01  Bruno Haible  <bruno@clisp.org>
18837
18838         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
18839
18840 2007-01-03  Jim Meyering  <jim@meyering.net>
18841
18842         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
18843
18844 2007-01-02  Bruno Haible  <bruno@clisp.org>
18845
18846         * modules/settime (Include): Require timespec.h.
18847         * modules/nanosleep (Include): Likewise.
18848
18849 2007-01-01  Bruno Haible  <bruno@clisp.org>
18850
18851         * gnulib-tool (func_emit_copyright_notice): Bump year.
18852         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
18853
18854 2007-01-01  Bruno Haible  <bruno@clisp.org>
18855
18856         Improve support for OpenBSD.
18857         * build-aux/config.rpath (libname_spec): Export.
18858         (library_names_spec): New variable. Export.
18859         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
18860         library_names_spec from the config.rpath output. Locate shared library
18861         through the name pattern in library_names_spec.
18862
18863 2007-01-01  Eric Blake  <ebb9@byu.net>
18864
18865         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
18866
18867 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
18868
18869         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
18870         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
18871         assume the C locale, and avoid an "eval" that could cause trouble.
18872         Problem with SORT reported by Bob Proulx.
18873
18874         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
18875         Define.  Trivial patch from Henning Nielsen Lund, originally
18876         sent to bug-grep@gnu.org today.
18877
18878 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
18879
18880         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
18881         struct stat.  Problem reported by Henning Nielsen Lund.
18882         * lib/acl.c: Include acl.h first, to check interface.  Don't
18883         bother to include sys/types.h and sys/stat.h again.
18884
18885 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18886
18887         Import the following change from libc; problem reported by
18888         Sven Verdoolaege.
18889
18890         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
18891
18892         [BZ #1373]
18893         * lib/argp.h: Remove __NTH for __argp_usage inline function.
18894
18895 2006-12-28  Jim Meyering  <jim@meyering.net>
18896
18897         * build-aux/announce-gen: Do not assume that the package
18898         builds any of tar.gz, tar.bz2, and .xdelta files.
18899         Suggestion from Simon Josefsson.
18900
18901 2006-12-28  Simon Josefsson  <simon@josefsson.org>
18902
18903         * modules/announce-gen: New file.
18904
18905 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
18906
18907         * lib/mbchar.h: Just include <wctype.h>; the wctype module
18908         handles its gotchas now.
18909         * lib/mbswidth.c: Likewise.
18910         * lib/wcwidth.h: Likewise.
18911         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
18912         and iswcntrl; the wctype module does this stuff now.
18913         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18914         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
18915         * modules/mbchar (Depends-on): Add wctype.
18916         * modules/mbswidth (Depends-on): Likewise.
18917         * modules/wcwidth (Depends-on): Likewise.
18918
18919 2006-12-27  Eric Blake  <ebb9@byu.net>
18920
18921         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
18922         module uses more than what <wctype.h> is required to provide.
18923
18924 2006-12-26  Eric Blake  <ebb9@byu.net>
18925
18926         * gnulib-tool (sed_extract_prog): Avoid space-tab.
18927
18928 2006-12-26  Eric Blake  <ebb9@byu.net>
18929
18930         * modules/absolute-header: New module.
18931         * modules/fcntl (Depends-on): Depend on it.
18932         * modules/inttypes (Depends-on): Likewise.
18933         * modules/stdint (Depends-on): Likewise.
18934         * modules/sys_stat (Depends-on): Likewise.
18935         * modules/wctype (Depends-on): Likewise.
18936         * MODULES.html.sh (Support for building libraries and
18937         executables): Document it.
18938
18939 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
18940
18941         * gnulib-tool (SED): Remove, undoing previous change.
18942         The problem was that it broke coreutils on Solaris, because
18943         "sed --posix" leaked into a makefile.
18944         (sed): New alias, if 'alias' and GNU sed.
18945
18946 2006-12-24  Jim Meyering  <jim@meyering.net>
18947
18948         Work around an fchownat bug in glibc-2.4:
18949         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
18950         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
18951         in spite of the -P option.
18952         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
18953         New macros.
18954         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
18955         * modules/openat (Files): Add lib/fchownat.c.
18956         * lib/openat.c (fchownat): Don't define here.  Move to...
18957         * lib/fchownat.c: ...this new file.
18958
18959 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18960
18961         Fix bug reported by Bruno Haible in
18962         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
18963         where quotearg.c didn't compile on Mac OS X 10.2 because it
18964         lacks <wchar.h> and wint_t.
18965         * lib/wctype_.h (__wctype_wint_t): New type.
18966         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
18967         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
18968         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
18969         Arg is now of type __wctype_wint_t, not wint_t.
18970         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
18971         substitute HAVE_WINT_T.
18972         * modules/wctype (Files): Add m4/wint_t.m4.
18973         (wctype.h): Substitute HAVE_WINT_T.
18974
18975 2006-12-23  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
18978
18979 2006-12-23  Bruno Haible  <bruno@clisp.org>
18980
18981         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
18982         S_ISLNK.
18983         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
18984         mingw.
18985
18986 2006-12-22  Bruno Haible  <bruno@clisp.org>
18987
18988         * lib/copy-file.c: Include acl.h.
18989         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
18990         Close the file descriptors only after being done with copy_acl.
18991         * modules/copy-file (Depends-on): Add acl.
18992
18993 2006-12-22  Bruno Haible  <bruno@clisp.org>
18994
18995         * gnulib-tool (SED): New variable.
18996         Use $SED instead of sed everywhere.
18997
18998 2006-12-22  Bruno Haible  <bruno@clisp.org>
18999
19000         * modules/no-c++: New file.
19001         * m4/no-c++.m4: New file.
19002         * MODULES.html.sh (Support for building libraries and executables):
19003         Add no-c++.
19004
19005 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19008         Include <limits.h>, and use its INT_MAX to rewrite the
19009         j loop so that it does not overflow 'int'.  Problem reported by
19010         Ralf Wildenhues in
19011         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
19012         Play it safe by shifting left by 1 rather than multiplying by 2,
19013         as GCC is less likely to optimize this away when the value
19014         is signed (when it assumes overflow leads to undefined behavior).
19015         Also, don't assume time_t uses two's complement.
19016
19017 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
19018
19019         * MODULES.html.sh: New module wctype.
19020         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
19021         * lib/fnmatch.c: Don't bother to include <wchar.h> before
19022         <wctype.h>, since the new wctype module should fix this.
19023         * lib/quotearg.c: Include <wctype.h> unconditionally, since
19024         the wctype module should arrange for it.
19025         * lib/regex_internal.h: Likewise.
19026         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
19027         since the wctype module should handle this now.
19028         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
19029         * modules/fnmatch (Depends-on): Add wctype.
19030         * modules/quotearg (Depends-on): Likewise.
19031         * modules/regex (Depends-on): Likewise.
19032
19033 2006-12-19  Bruno Haible  <bruno@clisp.org>
19034
19035         * lib/strdup.h [C++]: Wrap definitions in extern "C".
19036         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
19037
19038 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19039
19040         * modules/savewd (Depends-on): Fix dependency on fcntl.
19041
19042 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
19045         conforms to C99, rather than relying on the user's environment
19046         setting of STDINT_H.
19047
19048 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19049         and Eric Blake  <ebb9@byu.net>
19050
19051         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
19052         This is more consistent with the other defines here.
19053         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
19054         Port to z/OS.  Problem reported by Paul Gilmartin.
19055         Change local vars to use gl_ prefix rather than ac_.
19056         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
19057         with other defines.
19058         * modules/double-slash-root: New module.
19059         * modules/dirname (Files): Remove m4/double-slash-root.m4.
19060         (Depends-on): Add double-slash-root.
19061         * MODULES.html.sh (File system functions): Mention new module.
19062
19063 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
19064
19065         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
19066         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
19067         This is for the benefit of gzip, which doesn't do i18n.
19068
19069 2006-12-12  Jim Meyering  <jim@meyering.net>
19070
19071         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
19072         Reported by Andreas Schwab <schwab@suse.de>.
19073
19074 2006-12-12  Bruno Haible  <bruno@clisp.org>
19075
19076         Merge these changes.
19077         2006-09-05  Bruno Haible  <bruno@clisp.org>
19078         * lib/iconvme.c (iconv_string): No need to save and restore errno when
19079         iconv_alloc succeeded.
19080         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
19081         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
19082         test for " && dest " at the end - dest is always != NULL there. Call
19083         iconv with 4xNULL arguments initially, to reset the state. Call iconv
19084         with 2xNULL arguments, also to flush the state storage. Handle the
19085         IRIX iconv behaviour. Realloc the final result, to throw away unused
19086         memory.
19087
19088 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
19089
19090         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
19091         and fchmodat unconditionally, since glibc 2.4 has them.
19092         Problem reported by Arkadiusz Miskiewicz.
19093
19094 2006-12-10  Bruno Haible  <bruno@clisp.org>
19095
19096         * gnulib-tool (func_import): Show the include files only for those
19097         modules that are copied and specified.
19098         Reported by Karl Berry.
19099
19100 2006-12-08  Jim Meyering  <jim@meyering.net>
19101
19102         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
19103         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
19104
19105         * build-aux/announce-gen: Add two new options, both optional:
19106         --bootstrap-tools=TOOL_LIST
19107               a comma-separated list of tools, e.g.,
19108               autoconf,automake,bison,gnulib
19109         --gnulib-snapshot-date=DATE
19110               if gnulib is in the bootstrap tool list,
19111               then report this as the snapshot date.
19112               If not specified, use the current date/time.
19113               If you specify a date here, be sure it's UTC.
19114
19115 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19116
19117         * tests/test-argp-2.sh: Fix test to match actual output.
19118         (func_compare): Fix sed script to be portable.
19119
19120 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
19121
19122         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
19123         workaround for this case.  It is not autoconfigured now; offhand
19124         it's hard to see how to autoconfigure it.
19125
19126 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
19129         a directory that is about to be chowned.  Such a directory's
19130         initial file permissions should permit the owner only and this
19131         should not be changed until after the chown, since the group and
19132         other bits would be incorrect if they granted permission before
19133         the chown.
19134
19135         Fix porting problem for iswctype reported by Georg Schwarz in:
19136         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
19137         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
19138         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
19139         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
19140         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19141
19142 2006-12-03  Jim Meyering  <jim@meyering.net>
19143
19144         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
19145         p->fts_statp may not yet be defined.
19146         (fts_read): Instead, set it in the caller, once p->fts_statp is
19147         sure to be defined, and corresponds to a top-level directory.
19148         This bug made du -x fail.  Here's the coreutils test case:
19149         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
19150         Reported by Mike Frysinger.
19151
19152 2006-12-01  Jim Meyering  <jim@meyering.net>
19153
19154         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
19155         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
19156         Reported by Simon Josefsson.
19157
19158 2006-11-30  Jim Meyering  <jim@meyering.net>
19159
19160         * m4/warning.m4: Use the all-permissive copyright notice
19161         recommended by RMS (rather than LGPL).
19162         * m4/vararrays.m4: Likewise.
19163         * m4/flexmember.m4: Likewise.
19164
19165 2006-11-29  Bruno Haible  <bruno@clisp.org>
19166
19167         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19168         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
19169         using +=.
19170         Reported by Simon Josefsson <simon@josefsson.org>.
19171
19172 2006-11-28  James Youngman <jay@gnu.org>
19173
19174         * README: Advise users that they might find the bug-gnulib@gnu.org
19175         and autotools-announce@gnu.org mailing lists useful.
19176
19177 2006-11-28  Bruno Haible  <bruno@clisp.org>
19178
19179         * m4/ptrdiff_max.m4: Remove file.
19180
19181 2006-11-21  Bruno Haible  <bruno@clisp.org>
19182
19183         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
19184         _AC_COMPUTE_INT.
19185         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19186         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
19187         _AC_COMPUTE_INT.
19188         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19189         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
19190         _AC_COMPUTE_INT.
19191         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19192
19193 2006-11-28  Jim Meyering  <jim@meyering.net>
19194
19195         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
19196         warning from "gcc -Wshadow" about shadowing the builtin.
19197
19198 2006-11-27  Bruno Haible  <bruno@clisp.org>
19199
19200         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
19201         _AC_COMPUTE_INT.
19202         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19203
19204 2006-11-27  Bruno Haible  <bruno@clisp.org>
19205             Paul Eggert  <eggert@cs.ucla.edu>
19206
19207         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
19208
19209 2006-11-26  Bruno Haible  <bruno@clisp.org>
19210
19211         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19212         noinst_LTLIBRARIES.
19213
19214 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19215             Bruno Haible  <bruno@clisp.org>
19216
19217         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
19218         if compiling with "gcc -ansi".
19219
19220 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19221
19222         Fix some incompatibilities with gcc -ansi -pedantic.
19223         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
19224         if compiling pedantically with GCC, unless it's C99 or later.
19225         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
19226         it mishandles gcc -ansi -pedantic as well.
19227         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
19228         if gcc -pedantic.
19229         * lib/regexec.c (check_node_accept_bytes): Don't use auto
19230         initializers for struct if -pedantic, unless it's C99 or later.
19231
19232 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
19233
19234         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
19235         Don't close an fd more than once. Identical atimes indicate
19236         success, not failure.
19237
19238 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
19239
19240         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
19241
19242 2006-11-23  Jim Meyering  <jim@meyering.net>
19243
19244         * build-aux/announce-gen: New file.  From coreutils.
19245
19246 2006-11-22  Jim Meyering  <jim@meyering.net>
19247
19248         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
19249         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
19250         (fts_read): Use a temporary to narrow the overused st_size member
19251         before using it in a switch statement.  Reported by Matthew Woehlke.
19252
19253         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
19254         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
19255
19256 2006-11-20  Bruno Haible  <bruno@clisp.org>
19257
19258         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
19259         changequote instead of pairs of brackets.
19260         Reported by Andreas Schwab <schwab@suse.de>.
19261
19262 2006-11-21  Jim Meyering  <jim@meyering.net>
19263
19264         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
19265         so as to remain compatible with older compilers.
19266         Patch from Michael Deutschmann.
19267
19268 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19269
19270         * MODULES.html.sh (File system functions): Add openat.
19271
19272         * lib/openat.h (rpl_fstatat): New macro, if
19273         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
19274         (fstatat): Define to rpl_fstatat under the same conditions,
19275         unless COMPILING_FSTATAT.
19276         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
19277         seems to have the bug.
19278         * lib/fstatat.c: New file.
19279         * modules/openat (Files): Add it.
19280
19281 2006-11-20  Bruno Haible  <bruno@clisp.org>
19282
19283         * Makefile: New file.
19284
19285 2006-11-20  Jim Meyering  <jim@meyering.net>
19286
19287         The beginnings of syntax-related checks for gnulib.
19288         * lib/Makefile: New file.
19289         * lib/t-idcache: New script.  Ensure that the two halves of
19290         idcache.c stay in sync.
19291
19292         * lib/idcache.c: Adjust comments in user- and group- portions to
19293         be more accurate, and to be consistent with one another.
19294
19295 2006-11-20  Jim Meyering  <jim@meyering.net>
19296
19297         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
19298         continue using the flexible array member (thus, this module performs
19299         half as many malloc calls), with the addition that...
19300         (getgroup, getuser): Consistently record a non-match via an empty
19301         "name" string, and map an empty string match to a NULL return value.
19302         * modules/idcache (Depends-on): Re-add flexmember.
19303
19304         * lib/idcache.c (getuser): Remove all uses of the register keyword.
19305         (getuidbyname, getgroup, getgidbyname): Likewise.
19306
19307         Use cleaner syntax: NULL rather than 0.
19308         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
19309
19310 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19311
19312         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
19313         It mishandled the case where the group was missing.
19314         Problem reported by Greg Schafer.
19315         * modules/idcache: Likewise.
19316
19317 2006-11-18  Jim Meyering  <jim@meyering.net>
19318
19319         * check-module (%exempt_header): Add exception for some
19320         conditionally-included headers.
19321
19322         * modules/i-ring (Depends-on): Add verify.
19323         (License): Change to LGPL.
19324
19325 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19326
19327         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
19328         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
19329         and inttostr.h.  Use snprintf rather than uinttostr, so that
19330         LGPLed code doesn't depend on GPLed.
19331
19332 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19333
19334         * modules/inline (License): Change from GPL to LGPL.
19335
19336 2006-11-17  Jim Meyering  <jim@meyering.net>
19337
19338         * modules/d-type (License): Switch to LGPL.
19339
19340 2006-11-15  Bruno Haible  <bruno@clisp.org>
19341
19342         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
19343
19344 2006-11-15  Eric Blake  <ebb9@byu.net>
19345
19346         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
19347         the module dependency.
19348
19349 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19350             Bruno Haible  <bruno@clisp.org>
19351
19352         * gnulib-tool (func_create_testdir): Add license consistency check.
19353
19354 2006-11-15  Eric Blake  <ebb9@byu.net>
19355
19356         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
19357         random "(cached)" in configure output.
19358
19359 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19360
19361         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
19362         test for conforming inttypes.h is both announced and cached.
19363
19364         * MODULES.html.sh (seen_modules, seen_files): New variables.
19365         (func_module): Rewrite to use a few less gnulib-tool and sed
19366         invocations.  Avoid a couple of quadratic algorithms for ...
19367         (missed_modules, missed_files): ... these, with ...
19368         (func_append, func_tmpdir): ... these new functions, from
19369         gnulib-tool.  Analogously, install traps for cleanup.
19370
19371         * tests/test-gc.c (main): Remove unused variables.
19372         * tests/test-read-file.c: Include stdlib.h, for 'free'.
19373
19374 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
19375
19376         * modules/inttostr (License): Change to LGPL.
19377
19378 2006-11-14  Eric Blake  <ebb9@byu.net>
19379
19380         * modules/tempname (License): Change to LGPL.
19381
19382 2006-11-14  Eric Blake  <ebb9@byu.net>
19383
19384         * doc/functions.texi (Function Portability): *printf functions on
19385         Cygwin now understand all POSIX size specifiers.
19386
19387 2006-11-14  Bruno Haible  <bruno@clisp.org>
19388
19389         * modules/c-ctype (License): Change to LGPL.
19390
19391 2006-11-12  Bruno Haible  <bruno@clisp.org>
19392
19393         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
19394         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
19395         for GNOME libraries, for which the include files are installed in
19396         subdirectories of $prefix/include.
19397
19398 2006-11-12  Bruno Haible  <bruno@clisp.org>
19399
19400         * m4/lib-link.m4: Require at least autoconf-2.54.
19401         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
19402         name to underscores for the --with option.
19403
19404 2006-11-13  Bruno Haible  <bruno@clisp.org>
19405
19406         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
19407         the tests directory.
19408         Reported by Ralf Wildenhues.
19409
19410 2006-11-13  Bruno Haible  <bruno@clisp.org>
19411
19412         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
19413         (func_emit_initmacro_end): Undo the override here.
19414         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
19415         Works around the famous automake error in coreutils.
19416
19417 2006-11-13  Eric Blake  <ebb9@byu.net>
19418
19419         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
19420         element, not its node.
19421
19422 2006-11-12  Bruno Haible  <bruno@clisp.org>
19423
19424         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
19425         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
19426
19427 2006-11-12  Bruno Haible  <bruno@clisp.org>
19428
19429         * gnulib-tool: New option --local-symlink.
19430         (func_usage): Document it.
19431         (lsymbolic): New variable.
19432         (func_import, func_create_testdir): If --symlink was not specified,
19433         test whether --local-symlink was specified and the file comes from
19434         the local_gnulib_dir.
19435
19436 2006-11-12  Bruno Haible  <bruno@clisp.org>
19437
19438         * gnulib-tool (func_ln): New function.
19439         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
19440
19441 2006-11-12  Bruno Haible  <bruno@clisp.org>
19442
19443         Finish support for source files in subdirectories.
19444         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
19445         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
19446         AUTOMAKE_OPTIONS.
19447         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
19448
19449 2006-11-12  Bruno Haible  <bruno@clisp.org>
19450
19451         * gnulib-tool (func_get_automake_snippet): Synthesize also an
19452         EXTRA_lib_SOURCES augmentation.
19453         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
19454
19455 2006-11-12  Jim Meyering  <jim@meyering.net>
19456
19457         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
19458         file descriptors.  This also averts a failure on systems with
19459         native openat support when a traversed directory lacks "x" access.
19460         * lib/fts_.h: Include "i-ring.h"
19461         (struct FTS) [fts_fd_ring]: New member.
19462         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
19463         (FCHDIR): Add parentheses.
19464         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
19465         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
19466         When descending, rather than simply closing the previous
19467         fts_cwd_fd value, push that file descriptor onto the ring.
19468         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
19469         (fts_open): Initialize the new fd_ring member.
19470         (fts_close): Clear the ring.
19471         (fts_safe_changedir): When possible, use our new fd_ring to skip
19472         the diropen and fstat and dev/ino comparison that would normally
19473         accompany a virtual `chdir ("..")'.
19474
19475         * modules/fts (Depends-on): Add i-ring.
19476         * modules/i-ring: New module.
19477         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
19478         * m4/i-ring.m4: New file.
19479
19480 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19481
19482         * gnulib-tool (func_create_testdir): Fix replacement of
19483         `build-aux' in configure.ac.  Run autotools in gltests
19484         subdirectory.
19485         (func_create_testdir, func_create_megatestdir, test): There is
19486         no need for '--force' in most autotool invocations in a new
19487         tree.  Actually fail the whole test if any of the tools, or the
19488         configure or make stages fail.
19489
19490         Sync from Automake.
19491         * build-aux/gnupload: Revert last change.  Add pointer to upload
19492         instructions of the GNU Maintenance Instructions.
19493         Suggestion by Karl Berry.
19494
19495 2006-11-10  Jim Meyering  <jim@meyering.net>
19496
19497         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
19498
19499 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
19502         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
19503         (bind_textdomain_codeset) [! ENABLE_NLS]:
19504         Evaluate all the arguments.  That way, callers get compatible behavior
19505         if the arguments have side effects.  Also, it avoids some GCC
19506         diagnostics in some cases; Joel E. Denny reported problems when Bison
19507         was configured with --enable-gcc-warnigs.
19508
19509 2006-11-10  Jim Meyering  <jim@meyering.net>
19510
19511         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
19512         relevant options in CFLAGS (like -O, -fno-inline) are taken into
19513         account.
19514
19515 2006-11-10  Jim Meyering  <jim@meyering.net>
19516
19517         * modules/inline: New file/module.
19518         * modules/xalloc (Files): Remove m4/inline.m4.
19519         (Depends-on): Add inline, instead.
19520         * modules/oset: Likewise.
19521         * modules/list: Likewise.
19522
19523 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19524
19525         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
19526         Problem reported by Matthew Woehlke.
19527
19528 2006-11-09  Bruno Haible  <bruno@clisp.org>
19529
19530         * lib/tempname.c (gen_tempname): Remove variant that invokes
19531         __gen_tempname.
19532         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
19533         __gen_tempname.
19534
19535 2006-11-08  Bruno Haible  <bruno@clisp.org>
19536
19537         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
19538         to 'yes' instead of 'cross-compiling'.
19539
19540 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         * lib/quotearg.h (quotearg_free): New decl.
19543         * lib/quotearg.c (quotearg_free): New function.
19544         (slot0, nslots, slotvec0, slotvec):
19545         Now file-scope so that quotearg_free can get at them.
19546
19547 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19548
19549         Sync from Automake.
19550         * build-aux/gnupload: Add missing 'gnu' to example URL.
19551         Report by Karl Berry.
19552
19553 2006-11-08  Bruno Haible  <bruno@clisp.org>
19554
19555         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
19556         Suggested by Paul Eggert.
19557
19558 2006-11-08  Jim Meyering  <jim@meyering.net>
19559
19560         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
19561         It's already included if !_LIBC.
19562         (fts_safe_changedir): Add a comment.
19563
19564 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19565
19566         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
19567         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
19568         Matthew Woehlke.
19569
19570         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
19571         definitions up, to avoid colliding with change below.
19572         (static_inline) [HAVE_INLINE]: New macro.
19573         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
19574         Provide extern decls when !HAVE_INLINE.  Do not define unless
19575         static_inline is defined, either by us or by xmalloc.c.  Use
19576         static_inline rather than static inline.
19577         (XCALLOC): Optimize sizeof(T) = 1 case.
19578         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
19579
19580 2006-11-07  Bruno Haible  <bruno@clisp.org>
19581
19582         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
19583         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
19584         AC_C_INLINE.
19585         * modules/xalloc (Files): Add m4/inline.m4.
19586
19587 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19588
19589         * README: Fix typo.
19590         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
19591         (Miscellanous Notes): ...from this.
19592
19593 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19594
19595         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
19596         Mention that offsetof should be used instead of sizeof.
19597         From Bruno Haible.
19598
19599 2006-11-07  Bruno Haible  <bruno@clisp.org>
19600
19601         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
19602
19603 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19604
19605         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19606         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
19607         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19608         (gl_tree_add_before, gl_tree_add_after):
19609         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
19610         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
19611         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
19612         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
19613         (gl_linked_add_after, gl_linked_add_at): Likewise.
19614         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
19615         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19616         (gl_tree_add_before, gl_tree_add_after): Likewise.
19617         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
19618         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
19619         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
19620
19621 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19622
19623         * lib/gl_oset.h: Use C comment style, not C++ comment style.
19624
19625 2006-11-06  Bruno Haible  <bruno@clisp.org>
19626
19627         * m4/inline.m4: New file.
19628         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
19629         * modules/list (Files): Add m4/inline.m4.
19630         * modules/oset (Files): Likewise.
19631
19632 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         * lib/idcache.c: Include <stddef.h>, for offsetof.
19635         (struct userid.name): Change from char * to a flexible array member.
19636         All uses changed.
19637         * modules/idcache (Depends-on): Add flexmember.
19638
19639         * MODULES.html.sh (Core language properties): New module flexmember.
19640         * modules/flexmember, m4/flexmember.m4: New files.
19641
19642         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
19643         inline functions that are identical with the old xnmalloc_inline,
19644         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
19645         that we can avoid some unnecessary integer multiplications and
19646         divisions in the common case where the element size is known at
19647         compile time.
19648         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
19649         needed.
19650         (xnboundedmalloc): Remove.
19651         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
19652         arguments, for consistency with rest of this header.
19653         (xcharalloc): Rewrite using XNMALLOC.
19654         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
19655         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
19656         versions have been moved to lib/xalloc.h and renamed to be the
19657         non-*_inline versions.
19658         (xmalloc, xrealloc): Implement without reference to the xnmalloc
19659         and xnrealloc functions, since those functions are now inline and
19660         now call us.
19661         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
19662         renaming described above.
19663         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
19664         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
19665         captures the dependency in AC_C_INLINE.
19666
19667         New module canonicalize-lgpl, proposed by Charles Wilson in
19668         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
19669         with a few small changes afterwards.
19670         * MODULES.html.sh (File system functions): New module
19671         canonicalize-lgpl.
19672         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
19673         and canonicalize_file_name.
19674         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
19675         * modules/canonicalize-lgpl: New files.
19676
19677 2006-11-05  Bruno Haible  <bruno@clisp.org>
19678
19679         * gnulib-tool (func_import, func_create_testdir): Create directories
19680         also for files in subdirectories of lib/.
19681
19682 2006-11-05  Bruno Haible  <bruno@clisp.org>
19683
19684         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
19685         ANSI C compliant.
19686
19687 2006-11-03  Bruno Haible  <bruno@clisp.org>
19688
19689         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19690         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
19691         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
19692         (xnboundedmalloc): New inline function.
19693         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
19694         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
19695         xmalloc.
19696         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
19697         xmalloc.
19698         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
19699         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
19700         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
19701         xmalloc.
19702         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19703         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
19704         xmalloc.
19705         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
19706         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19707         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
19708         xmalloc.
19709         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19710         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
19711         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19712         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
19713         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
19714         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
19715         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
19716
19717 2006-11-03  Bruno Haible  <bruno@clisp.org>
19718
19719         * lib/c-ctype.h [C++]: Define functions without name mangling.
19720         * lib/fwriteerror.h [C++]: Likewise.
19721         * lib/gcd.h [C++]: Likewise.
19722         * lib/linebreak.h [C++]: Likewise.
19723
19724 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19725
19726         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
19727         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
19728         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
19729         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19730         Check for functions and headers just once.
19731         Check for declaration of canonicalize_file_name.
19732         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
19733
19734 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19735
19736         * gnulib-tool (func_import): Fix typo in actioncmd.
19737
19738 2006-11-02  Bruno Haible  <bruno@clisp.org>
19739
19740         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
19741         newline sequence in the Makefile.am snippet as a space, like "make"
19742         does.
19743         Reported by Roger Persson <perrog@gmail.com>.
19744
19745 2006-11-01  Bruno Haible  <bruno@clisp.org>
19746
19747         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
19748         already declared in <string.h>.
19749         * lib/strcase.h (strncasecmp): Don't declare it if yes.
19750
19751 2006-11-01  Bruno Haible  <bruno@clisp.org>
19752
19753         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
19754         * lib/strcase.h: Include <string.h>.
19755         (strcasecmp): Define to rpl_strcasecmp here.
19756
19757 2006-11-01  Bruno Haible  <bruno@clisp.org>
19758
19759         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
19760
19761 2006-11-01  Eric Blake  <ebb9@byu.net>
19762
19763         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
19764
19765         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
19766
19767 2006-10-29  Bruno Haible  <bruno@clisp.org>
19768
19769         Make it compile in C++ mode.
19770         * lib/full-write.c (full_rw): Add a cast.
19771
19772 2006-11-01  Bruno Haible  <bruno@clisp.org>
19773
19774         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
19775         be POSIX compliant.
19776         Reported by Roger Persson <perrog@gmail.com>.
19777
19778 2006-11-01  Eric Blake  <ebb9@byu.net>
19779
19780         * lib/getopt_.h: Fix comments.
19781
19782 2006-10-31  Eric Blake  <ebb9@byu.net>
19783
19784         * modules/tmpdir (Depends-on): Add sys_stat.
19785         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
19786         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
19787         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
19788         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
19789         tempname.
19790
19791 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
19792
19793         Avoid some C++ diagnostics reported by Bruno Haible.
19794         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
19795         xmalloc.
19796         (quotearg_alloc): Use xcharalloc rather than xmalloc.
19797         (struct slotvec): Move to top level.
19798         (quotearg_n_options): Rewrite to avoid xmalloc.
19799         * lib/xalloc.h (xcharalloc): New function.
19800         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
19801         [defined __cplusplus]: Add function template that provides result
19802         type propagation.  This part of the change is from Bruno Haible.
19803
19804 2006-10-29  Bruno Haible  <bruno@clisp.org>
19805
19806         Make it compile in C++ mode.
19807         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
19808         * lib/strnlen1.c (strnlen1): Cast memchr result.
19809         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
19810         * lib/clean-temp.c (string_equals, string_hash): Add casts.
19811         (create_temp_dir): Rename local variable 'template'.
19812         (compile_csharp_using_sscli): Add cast.
19813         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
19814         * lib/findprog.c (find_in_path): Likewise.
19815         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
19816         * lib/wait-process.c (register_slave_subprocess): Likewise.
19817
19818 2006-10-22  Bruno Haible  <bruno@clisp.org>
19819
19820         * modules/tsearch: New file.
19821         * lib/tsearch.h: New file.
19822         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
19823         * m4/tsearch.m4: New file.
19824         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
19825
19826 2006-10-29  Eric Blake  <ebb9@byu.net>
19827
19828         * lib/arcfour.c: Assume config.h.
19829         * lib/arctwo.c: Likewise.
19830         * lib/base64.c: Likewise.
19831         * lib/check-version.c: Likewise.
19832         * lib/crc.c: Likewise.
19833         * lib/des.c: Likewise.
19834         * lib/gc-gnulib.c: Likewise.
19835         * lib/gc-libgcrypt.c: Likewise.
19836         * lib/gc-pbkdf2-sha1.c: Likewise.
19837         * lib/getaddrinfo.c: Likewise.
19838         * lib/getdelim.c: Likewise.
19839         * lib/getline.c: Likewise.
19840         * lib/hmac-md5.c: Likewise.
19841         * lib/hmac-sha1.c: Likewise.
19842         * lib/iconvme.c: Likewise.
19843         * lib/md2.c: Likewise.
19844         * lib/md4.c: Likewise.
19845         * lib/memxor.c: Likewise.
19846         * lib/read-file.c: Likewise.
19847         * lib/readline.c: Likewise.
19848         * lib/rijndael-alg-fst.c: Likewise.
19849         * lib/rijndael-api-fst.c: Likewise.
19850         * lib/xgetdomainname.c: Likewise.
19851
19852 2006-10-28  Eric Blake  <ebb9@byu.net>
19853
19854         * lib/xstrndup.c: Assume config.h.
19855
19856 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
19857
19858         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
19859         stat-macros.h is now for our own macros, whereas stat_h is for
19860         macros in the <sys/stat.h> name space.
19861         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
19862         (STAT_MACROS_H): Remove.
19863         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
19864         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
19865         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
19866         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
19867         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
19868         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
19869         Move these macros to ...
19870         * lib/stat_.h: here.  Don't include stat-macros.h.
19871         * lib/canonicalize.c: Don't include stat-macros.h.
19872         * lib/chown.c: Likewise.
19873         * lib/euidaccess.c: Likewise.
19874         * lib/file-type.c: Likewise.
19875         * lib/filemode.c: Likewise.
19876         * lib/glob.c: Likewise.
19877         * lib/isapipe.c: Likewise.
19878         * lib/lchown.c: Likewise.
19879         * lib/lstat.c: Likewise.
19880         * lib/mkdir-p.c: Likewise.
19881         * lib/rmdir.c: Likewise.
19882         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
19883         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
19884         unless mkdir isn't declared, to speed up 'configure'.
19885         Always create sys/stat.h, since it's unlikely any real sys/stat.h
19886         would define all the S_* symbols.
19887         * modules/canonicalize (Depends-on):
19888         Depend on sys_stat, not stat-macros.
19889         * modules/chown: Likewise.
19890         * modules/euidaccess: Likewise.
19891         * modules/filemode: Likewise.
19892         * modules/file-type: Likewise.
19893         * modules/glob: Likewise.
19894         * modules/isapipe: Likewise.
19895         * modules/lchown: Likewise.
19896         * modules/lstat: Likewise.
19897         * modules/mkancesdirs: Likewise.
19898         * modules/rmdir: Likewise.
19899         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
19900         * modules/modechange: Likewise.
19901         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
19902         (configure.ac): Remove gl_STAT_MACROS.
19903         * modules/sys_stat (Depends-on): Remove stat-macros.
19904
19905 2006-10-27  Bruno Haible  <bruno@clisp.org>
19906
19907         * m4/signed.m4: Remove file.
19908         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
19909         invocation.
19910         * modules/vasnprintf (Files): Remove m4/signed.m4.
19911
19912 2006-10-27  Bruno Haible  <bruno@clisp.org>
19913
19914         Update to GNU gettext 0.16.
19915         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
19916         m4/inttypes-h.m4, m4/signed.m4.
19917         * m4/gettext.m4: Update to GNU gettext 0.16.
19918         * m4/intl.m4: New file, from GNU gettext.
19919         * m4/intldir.m4: New file, from GNU gettext.
19920         * config/srclist.txt: Update
19921
19922 2006-10-27  Eric Blake  <ebb9@byu.net>
19923
19924         * MODULES.html.sh: Document tempname.
19925         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
19926         dependencies.
19927         (Files): Move lib/tempname.c...
19928         * modules/tempname: ...to this new module.
19929         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
19930         (gl_PREREQ_TEMPNAME): Move...
19931         * m4/tempname.m4: ...to this new file.
19932         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
19933         * modules/sys_stat (Depends-on): Add stat-macros.
19934         * lib/stat_.h (includes): Pick up stat macros.
19935         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
19936         if stat macros are broken.
19937         * lib/tempname.c (includes): No need to include "stat-macros.h".
19938         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
19939         (direxists, __path_search) [!_LIBC]: Don't compile these in
19940         gnulib; the tmpdir module covers that.
19941         * lib/tempname.h: New file.
19942
19943 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
19944
19945         * COPYING: Explain how gnulib-tool converts licence headers.
19946         Almost all wording by Eric Blake.
19947
19948 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
19949
19950         * lib/mbchar.h (is_basic_table): Make read-only.
19951         * lib/mbchar.c (is_basic_table): Likewise.
19952         Reported by John Darrington.
19953
19954 2006-10-25  Bruno Haible  <bruno@clisp.org>
19955
19956         * lib/progname.h (set_program_name): Undefine before defining.
19957
19958 2006-10-25  Bruno Haible  <bruno@clisp.org>
19959
19960         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
19961         false for non-gcc C++ compilers.
19962         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
19963
19964 2006-10-24  Bruno Haible  <bruno@clisp.org>
19965
19966         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
19967         iconv implementations like Irix iconv.
19968
19969 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19970
19971         * modules/vararrays: New file.
19972         * m4/vararrays.m4: New file, taken from diffutils.
19973         * MODULES.html.sh: New module vararrays.
19974
19975 2006-10-24  Karl Berry  <karl@gnu.org>
19976
19977         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
19978         Don't call GNU Unix.
19979
19980 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19981
19982         * users.txt: Add Libtool.
19983
19984         Sync from Libtool:
19985
19986         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19987
19988         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
19989         to gnulib's policy of including config.h unconditionally.
19990
19991 2006-10-24  Bruno Haible  <bruno@clisp.org>
19992
19993         * modules/wcwidth (Files): Add m4/wint_t.m4.
19994         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
19995         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
19996
19997 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
19998
19999         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
20000         to pacify GCC with some -W flags enabled.  Problem reported by
20001         Bruno Haible.
20002
20003 2006-10-24  Jim Meyering  <jim@meyering.net>
20004
20005         * MODULES.html.sh: Remove uinttostr.  It's not a module.
20006         Reported by Karl Berry.
20007
20008 2006-10-23  Bruno Haible  <bruno@clisp.org>
20009
20010         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
20011
20012 2006-10-24  Bruno Haible  <bruno@clisp.org>
20013
20014         * lib/gl_list.h: Use C comment style, not C++ comment style.
20015
20016 2006-10-23  Eric Blake  <ebb9@byu.net>
20017
20018         * lib/getaddrinfo.c (includes): Add missing include.
20019
20020 2006-10-23  Bruno Haible  <bruno@clisp.org>
20021             Paul Eggert  <eggert@cs.ucla.edu>
20022
20023         Ability to rename obstack_free.
20024         * lib/obstack.h (__obstack_free): New macro. Declare instead of
20025         obstack_free.
20026         (obstack_free): Invoke the __obstack_free macro.
20027         * lib/obstack.c (obstack_free): Use __obstack_free macro.
20028
20029 2006-10-23  Bruno Haible  <bruno@clisp.org>
20030             Paul Eggert  <eggert@cs.ucla.edu>
20031
20032         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
20033         __argc, __argv from the declaration. (They are defined as macros on
20034         mingw.)
20035
20036 2006-10-22  Bruno Haible  <bruno@clisp.org>
20037
20038         * doc/gnulib-intro.texi: New file.
20039         * doc/gnulib.texi: Include it.
20040
20041 2006-10-21  Bruno Haible  <bruno@clisp.org>
20042
20043         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
20044         "Introduction", "Miscellanous Notes", "Particular Modules".
20045
20046 2006-10-21  Bruno Haible  <bruno@clisp.org>
20047
20048         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20049         Change mostlyclean-local rule to avoid sh syntax error from bash
20050         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
20051
20052 2006-10-23  Jim Meyering  <jim@meyering.net>
20053
20054         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
20055         in place of snprintf.
20056
20057         * modules/inttostr (Files): Add lib/uinttostr.c.
20058         * lib/uinttostr.c (inttostr): New file/function.
20059         * lib/inttostr.h (uinttostr): Declare.
20060         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
20061         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
20062         Add uinttostr.
20063         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
20064
20065 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20066
20067         * lib/canonicalize.c (ELOOP): Define if not already defined.
20068         Problem reported by Bruno Haible in
20069         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
20070
20071 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20072
20073         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
20074         Problem reported by Perry Smith and Ville Laurikari.
20075
20076         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
20077         uses.
20078
20079 2006-10-19  Bruno Haible  <bruno@clisp.org>
20080
20081         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
20082         for mingw.
20083
20084 2006-10-19  Bruno Haible  <bruno@clisp.org>
20085
20086         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
20087         Needed for mingw.
20088
20089 2006-10-19  Bruno Haible  <bruno@clisp.org>
20090
20091         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
20092
20093 2006-10-19  Bruno Haible  <bruno@clisp.org>
20094
20095         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
20096         it.
20097
20098 2006-10-19  Bruno Haible  <bruno@clisp.org>
20099
20100         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
20101         invocation.
20102
20103 2006-10-19  Bruno Haible  <bruno@clisp.org>
20104
20105         * gnulib-tool (func_create_testdir): Don't include ftruncate and
20106         mountlist by default.
20107
20108 2006-10-16  Bruno Haible  <bruno@clisp.org>
20109
20110         * lib/c-strstr.c: Include c-strstr.h.
20111
20112 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20113
20114         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
20115         in a slash.
20116
20117 2006-10-18  Bruno Haible  <bruno@clisp.org>
20118
20119         * lib/lock.h [C++]: Wrap definitions in extern "C".
20120
20121 2006-10-18  Bruno Haible  <bruno@clisp.org>
20122
20123         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
20124         gl_LIBOBJS list.
20125
20126 2006-10-18  Bruno Haible  <bruno@clisp.org>
20127
20128         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
20129
20130 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
20131
20132         * lib/xstrtol.h: Include gettext.h.
20133         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
20134         Problem reported by Eric Blake.
20135         * modules/xstrtol (Depends-on): Add gettext-h.
20136
20137 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
20138
20139         * lib/strftime.c (advance): New macro.
20140         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
20141         incomplete type, so you can't add 0 to it.  Problem and patch
20142         reported by Eelco Dolstra for dietlibc.
20143
20144 2006-10-18  Jim Meyering  <jim@meyering.net>
20145
20146         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
20147         type for a local, and rename it: s/up/user_proc/.
20148
20149 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
20150
20151         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
20152         READ_UTMP_USER_PROCESS.
20153         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
20154
20155 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
20158         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
20159
20160 2006-10-17  Eric Blake  <ebb9@byu.net>
20161
20162         * lib/sigprocmask.c (sigprocmask): Fix typo.
20163
20164         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
20165
20166         * modules/clean-temp (Makefile.am): Don't add to make output...
20167         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
20168         config.h.
20169
20170 2006-10-17  Bruno Haible  <bruno@clisp.org>
20171
20172         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
20173         differently if DEFAULT_TEXT_DOMAIN is set.
20174
20175 2006-10-16  Bruno Haible  <bruno@clisp.org>
20176
20177         * lib/clean-temp.c: Include fwriteerror.h.
20178
20179 2006-10-16  Bruno Haible  <bruno@clisp.org>
20180
20181         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
20182
20183 2006-10-16  Bruno Haible  <bruno@clisp.org>
20184
20185         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
20186         * lib/sigprocmask.h: Include <sys/types.h>.
20187         (sigset_t): Use the system's definition if present.
20188
20189 2006-10-17  Eric Blake  <ebb9@byu.net>
20190
20191         * lib/xvasprintf.c (includes): Assume config.h.
20192         * lib/xasprintf.c (includes): Likewise.
20193
20194 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20195
20196         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
20197         at least as wide as intmax_t.
20198
20199 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
20200
20201         (Imported from Automake.)
20202         * build-aux/gnupload: Update to version 1.1 of directive file.
20203
20204 2006-10-16  Eric Blake  <ebb9@byu.net>
20205
20206         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
20207         match Automake 1.10a.
20208
20209 2006-10-14  Bruno Haible  <bruno@clisp.org>
20210
20211         * modules/sigprocmask: New file.
20212         * lib/sigprocmask.h: New file.
20213         * lib/sigprocmask.c: New file.
20214         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
20215         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
20216         request sigprocmask.o.
20217         (gl_PREREQ_SIGPROCMASK): New macro.
20218         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
20219         (Depends-on): Add sigprocmask.
20220         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
20221         gt_SIGNALBLOCKING. Test for 'raise' only once.
20222         * lib/fatal-signal.c: Include sigprocmask.h.
20223         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
20224         unblock_fatal_signals): Define always.
20225         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20226         sigprocmask.
20227
20228 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20229
20230         Sync from Automake.
20231         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
20232         which incorrectly sets the mode of an existing destination
20233         directory.  In some cases the unpatched install-sh could do the
20234         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
20235         system.  We hope this is rare in practice, but it's clearly worth
20236         fixing.  Problem reported by Alex Unleashed in
20237         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
20238         Also, don't bother to check for -m bugs unless we're using -m;
20239         suggested by Stepan Kasal.
20240
20241 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20242
20243         Sync from Automake.
20244         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
20245         `-c' flag, so they appear at the same position as in %FASTDEP%
20246         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
20247         which ignores unknown options only after the first non-option.
20248         Bug report against M4 by Nelson H. F. Beebe.
20249
20250 2006-10-13  Jim Meyering  <jim@meyering.net>
20251
20252         Fix a bug in yesterday's change.
20253         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
20254         p->fts_statp->st_dev would be used uninitialized.
20255         Ensures that we always call fts_stat on the very first entry.
20256         Miklos Szeredi reported that find -xdev stopped working.
20257
20258 2006-10-12  Bruno Haible  <bruno@clisp.org>
20259
20260         * gnulib-tool (func_get_automake_snippet): Append an automatically
20261         computed EXTRA_DIST augmentation.
20262         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
20263         * modules/alloca-opt (Makefile.am): Likewise.
20264         * modules/allocsa (Makefile.am): Likewise.
20265         * modules/arcfour (Makefile.am): Likewise.
20266         * modules/arctwo (Makefile.am): Likewise.
20267         * modules/argmatch (Makefile.am): Likewise.
20268         * modules/argz (Makefile.am): Likewise.
20269         * modules/atexit (Makefile.am): Likewise.
20270         * modules/backupfile (Makefile.am): Likewise.
20271         * modules/byteswap (Makefile.am): Likewise.
20272         * modules/c-strtod (Makefile.am): Likewise.
20273         * modules/c-strtold (Makefile.am): Likewise.
20274         * modules/calloc (Makefile.am): Likewise.
20275         * modules/canon-host (Makefile.am): Likewise.
20276         * modules/canonicalize (Makefile.am): Likewise.
20277         * modules/chdir-long (Makefile.am): Likewise.
20278         * modules/chdir-safer (Makefile.am): Likewise.
20279         * modules/check-version (Makefile.am): Likewise.
20280         * modules/chown (Makefile.am): Likewise.
20281         * modules/cloexec (Makefile.am): Likewise.
20282         * modules/close-stream (Makefile.am): Likewise.
20283         * modules/closeout (Makefile.am): Likewise.
20284         * modules/crc (Makefile.am): Likewise.
20285         * modules/csharpexec (Makefile.am): Likewise.
20286         * modules/cycle-check (Makefile.am): Likewise.
20287         * modules/des (Makefile.am): Likewise.
20288         * modules/dev-ino (Makefile.am): Likewise.
20289         * modules/dirfd (Makefile.am): Likewise.
20290         * modules/dirname (Makefile.am): Likewise.
20291         * modules/dup2 (Makefile.am): Likewise.
20292         * modules/eealloc (Makefile.am): Likewise.
20293         * modules/error (Makefile.am): Likewise.
20294         * modules/euidaccess (Makefile.am): Likewise.
20295         * modules/exclude (Makefile.am): Likewise.
20296         * modules/exitfail (Makefile.am): Likewise.
20297         * modules/fcntl-safer (Makefile.am): Likewise.
20298         * modules/fcntl (Makefile.am): Likewise.
20299         * modules/file-type (Makefile.am): Likewise.
20300         * modules/fileblocks (Makefile.am): Likewise.
20301         * modules/filemode (Makefile.am): Likewise.
20302         * modules/filenamecat (Makefile.am): Likewise.
20303         * modules/fnmatch (Makefile.am): Likewise.
20304         * modules/fopen-safer (Makefile.am): Likewise.
20305         * modules/fpending (Makefile.am): Likewise.
20306         * modules/fprintftime (Makefile.am): Likewise.
20307         * modules/free (Makefile.am): Likewise.
20308         * modules/fsusage (Makefile.am): Likewise.
20309         * modules/ftruncate (Makefile.am): Likewise.
20310         * modules/fts (Makefile.am): Likewise.
20311         * modules/gc-arcfour (Makefile.am): Likewise.
20312         * modules/gc-des (Makefile.am): Likewise.
20313         * modules/gc-hmac-md5 (Makefile.am): Likewise.
20314         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
20315         * modules/gc-md4 (Makefile.am): Likewise.
20316         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
20317         * modules/gc-sha1 (Makefile.am): Likewise.
20318         * modules/gc (Makefile.am): Likewise.
20319         * modules/getaddrinfo (Makefile.am): Likewise.
20320         * modules/getcwd (Makefile.am): Likewise.
20321         * modules/getdelim (Makefile.am): Likewise.
20322         * modules/getdomainname (Makefile.am): Likewise.
20323         * modules/getgroups (Makefile.am): Likewise.
20324         * modules/gethostname (Makefile.am): Likewise.
20325         * modules/gethrxtime (Makefile.am): Likewise.
20326         * modules/getline (Makefile.am): Likewise.
20327         * modules/getloadavg (Makefile.am): Likewise.
20328         * modules/getlogin_r (Makefile.am): Likewise.
20329         * modules/getndelim2 (Makefile.am): Likewise.
20330         * modules/getopt (Makefile.am): Likewise.
20331         * modules/getpagesize (Makefile.am): Likewise.
20332         * modules/getpass-gnu (Makefile.am): Likewise.
20333         * modules/getpass (Makefile.am): Likewise.
20334         * modules/getsubopt (Makefile.am): Likewise.
20335         * modules/gettime (Makefile.am): Likewise.
20336         * modules/gettimeofday (Makefile.am): Likewise.
20337         * modules/getugroups (Makefile.am): Likewise.
20338         * modules/getusershell (Makefile.am): Likewise.
20339         * modules/glob (Makefile.am): Likewise.
20340         * modules/group-member (Makefile.am): Likewise.
20341         * modules/hard-locale (Makefile.am): Likewise.
20342         * modules/hash (Makefile.am): Likewise.
20343         * modules/hmac-md5 (Makefile.am): Likewise.
20344         * modules/hmac-sha1 (Makefile.am): Likewise.
20345         * modules/human (Makefile.am): Likewise.
20346         * modules/idcache (Makefile.am): Likewise.
20347         * modules/imaxabs (Makefile.am): Likewise.
20348         * modules/imaxdiv (Makefile.am): Likewise.
20349         * modules/inet_ntop (Makefile.am): Likewise.
20350         * modules/inet_pton (Makefile.am): Likewise.
20351         * modules/intprops (Makefile.am): Likewise.
20352         * modules/inttostr (Makefile.am): Likewise.
20353         * modules/inttypes (Makefile.am): Likewise.
20354         * modules/isapipe (Makefile.am): Likewise.
20355         * modules/javaversion (Makefile.am): Likewise.
20356         * modules/lchmod (Makefile.am): Likewise.
20357         * modules/lchown (Makefile.am): Likewise.
20358         * modules/localcharset (Makefile.am): Likewise.
20359         * modules/long-options (Makefile.am): Likewise.
20360         * modules/lstat (Makefile.am): Likewise.
20361         * modules/malloc (Makefile.am): Likewise.
20362         * modules/mathl (Makefile.am): Likewise.
20363         * modules/mbchar (Makefile.am): Likewise.
20364         * modules/md2 (Makefile.am): Likewise.
20365         * modules/md4 (Makefile.am): Likewise.
20366         * modules/md5 (Makefile.am): Likewise.
20367         * modules/memcasecmp (Makefile.am): Likewise.
20368         * modules/memchr (Makefile.am): Likewise.
20369         * modules/memcmp (Makefile.am): Likewise.
20370         * modules/memcoll (Makefile.am): Likewise.
20371         * modules/memcpy (Makefile.am): Likewise.
20372         * modules/memmem (Makefile.am): Likewise.
20373         * modules/memmove (Makefile.am): Likewise.
20374         * modules/mempcpy (Makefile.am): Likewise.
20375         * modules/memrchr (Makefile.am): Likewise.
20376         * modules/memset (Makefile.am): Likewise.
20377         * modules/memxor (Makefile.am): Likewise.
20378         * modules/mkancesdirs (Makefile.am): Likewise.
20379         * modules/mkdir-p (Makefile.am): Likewise.
20380         * modules/mkdir (Makefile.am): Likewise.
20381         * modules/mkdtemp (Makefile.am): Likewise.
20382         * modules/mkstemp (Makefile.am): Likewise.
20383         * modules/mktime (Makefile.am): Likewise.
20384         * modules/modechange (Makefile.am): Likewise.
20385         * modules/mountlist (Makefile.am): Likewise.
20386         * modules/nanosleep (Makefile.am): Likewise.
20387         * modules/obstack (Makefile.am): Likewise.
20388         * modules/openat (Makefile.am): Likewise.
20389         * modules/pagealign_alloc (Makefile.am): Likewise.
20390         * modules/pathmax (Makefile.am): Likewise.
20391         * modules/physmem (Makefile.am): Likewise.
20392         * modules/poll (Makefile.am): Likewise.
20393         * modules/posixtm (Makefile.am): Likewise.
20394         * modules/posixver (Makefile.am): Likewise.
20395         * modules/putenv (Makefile.am): Likewise.
20396         * modules/quote (Makefile.am): Likewise.
20397         * modules/quotearg (Makefile.am): Likewise.
20398         * modules/raise (Makefile.am): Likewise.
20399         * modules/read-file (Makefile.am): Likewise.
20400         * modules/readline (Makefile.am): Likewise.
20401         * modules/readlink (Makefile.am): Likewise.
20402         * modules/readtokens (Makefile.am): Likewise.
20403         * modules/readutmp (Makefile.am): Likewise.
20404         * modules/realloc (Makefile.am): Likewise.
20405         * modules/regex (Makefile.am): Likewise.
20406         * modules/rename-dest-slash (Makefile.am): Likewise.
20407         * modules/rename (Makefile.am): Likewise.
20408         * modules/rijndael (Makefile.am): Likewise.
20409         * modules/rmdir (Makefile.am): Likewise.
20410         * modules/rpmatch (Makefile.am): Likewise.
20411         * modules/safe-read (Makefile.am): Likewise.
20412         * modules/safe-write (Makefile.am): Likewise.
20413         * modules/same-inode (Makefile.am): Likewise.
20414         * modules/same (Makefile.am): Likewise.
20415         * modules/save-cwd (Makefile.am): Likewise.
20416         * modules/savedir (Makefile.am): Likewise.
20417         * modules/setenv (Makefile.am): Likewise.
20418         * modules/settime (Makefile.am): Likewise.
20419         * modules/sha1 (Makefile.am): Likewise.
20420         * modules/sig2str (Makefile.am): Likewise.
20421         * modules/snprintf (Makefile.am): Likewise.
20422         * modules/stat-macros (Makefile.am): Likewise.
20423         * modules/stat-time (Makefile.am): Likewise.
20424         * modules/stdbool (Makefile.am): Likewise.
20425         * modules/stdint (Makefile.am): Likewise.
20426         * modules/stdlib-safer (Makefile.am): Likewise.
20427         * modules/stpcpy (Makefile.am): Likewise.
20428         * modules/stpncpy (Makefile.am): Likewise.
20429         * modules/strcase (Makefile.am): Likewise.
20430         * modules/strcasestr (Makefile.am): Likewise.
20431         * modules/strchrnul (Makefile.am): Likewise.
20432         * modules/strcspn (Makefile.am): Likewise.
20433         * modules/strdup (Makefile.am): Likewise.
20434         * modules/strerror (Makefile.am): Likewise.
20435         * modules/strftime (Makefile.am): Likewise.
20436         * modules/strndup (Makefile.am): Likewise.
20437         * modules/strnlen (Makefile.am): Likewise.
20438         * modules/strpbrk (Makefile.am): Likewise.
20439         * modules/strsep (Makefile.am): Likewise.
20440         * modules/strstr (Makefile.am): Likewise.
20441         * modules/strtod (Makefile.am): Likewise.
20442         * modules/strtoimax (Makefile.am): Likewise.
20443         * modules/strtok_r (Makefile.am): Likewise.
20444         * modules/strtol (Makefile.am): Likewise.
20445         * modules/strtoll (Makefile.am): Likewise.
20446         * modules/strtoul (Makefile.am): Likewise.
20447         * modules/strtoull (Makefile.am): Likewise.
20448         * modules/strtoumax (Makefile.am): Likewise.
20449         * modules/strverscmp (Makefile.am): Likewise.
20450         * modules/sys_socket (Makefile.am): Likewise.
20451         * modules/sys_stat (Makefile.am): Likewise.
20452         * modules/sysexits (Makefile.am): Likewise.
20453         * modules/time_r (Makefile.am): Likewise.
20454         * modules/timegm (Makefile.am): Likewise.
20455         * modules/timespec (Makefile.am): Likewise.
20456         * modules/tmpfile-safer (Makefile.am): Likewise.
20457         * modules/trim (Makefile.am): Likewise.
20458         * modules/unistd-safer (Makefile.am): Likewise.
20459         * modules/unlinkdir (Makefile.am): Likewise.
20460         * modules/unlocked-io (Makefile.am): Likewise.
20461         * modules/userspec (Makefile.am): Likewise.
20462         * modules/utime (Makefile.am): Likewise.
20463         * modules/utimecmp (Makefile.am): Likewise.
20464         * modules/utimens (Makefile.am): Likewise.
20465         * modules/vasnprintf (Makefile.am): Likewise.
20466         * modules/vasprintf (Makefile.am): Likewise.
20467         * modules/vsnprintf (Makefile.am): Likewise.
20468         * modules/xalloc (Makefile.am): Likewise.
20469         * modules/xgetcwd (Makefile.am): Likewise.
20470         * modules/xnanosleep (Makefile.am): Likewise.
20471         * modules/xreadlink (Makefile.am): Likewise.
20472         * modules/xstrtod (Makefile.am): Likewise.
20473         * modules/xstrtol (Makefile.am): Likewise.
20474         * modules/xstrtold (Makefile.am): Likewise.
20475         * modules/yesno (Makefile.am): Likewise.
20476         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
20477
20478 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20479
20480         * modules/error (Makefile.am): Distribute files through
20481         EXTRA_DIST, not lib_SOURCES.
20482
20483 2006-10-12  Eric Blake  <ebb9@byu.net>
20484
20485         * modules/error (Makefile.am): Distribute files in /lib.
20486         * modules/obstack (Makefile.am): Likewise.
20487
20488 2006-10-12  Bruno Haible  <bruno@clisp.org>
20489
20490         * modules/acl (Makefile.am): Distribute all files in lib/ through
20491         EXTRA_DIST.
20492         * modules/arcfour (Makefile.am): Likewise.
20493         * modules/arctwo (Makefile.am): Likewise.
20494         * modules/argmatch (Makefile.am): Likewise.
20495         * modules/argz (Makefile.am): Likewise.
20496         * modules/atexit (Makefile.am): Likewise.
20497         * modules/backupfile (Makefile.am): Likewise.
20498         * modules/c-strtod (Makefile.am): Likewise.
20499         * modules/c-strtold (Makefile.am): Likewise.
20500         * modules/calloc (Makefile.am): Likewise.
20501         * modules/canon-host (Makefile.am): Likewise.
20502         * modules/canonicalize (Makefile.am): Likewise.
20503         * modules/chdir-long (Makefile.am): Likewise.
20504         * modules/chdir-safer (Makefile.am): Likewise.
20505         * modules/check-version (Makefile.am): Likewise.
20506         * modules/chown (Makefile.am): Likewise.
20507         * modules/cloexec (Makefile.am): Likewise.
20508         * modules/close-stream (Makefile.am): Likewise.
20509         * modules/closeout (Makefile.am): Likewise.
20510         * modules/crc (Makefile.am): Likewise.
20511         * modules/cycle-check (Makefile.am): Likewise.
20512         * modules/des (Makefile.am): Likewise.
20513         * modules/dirfd (Makefile.am): Likewise.
20514         * modules/dirname (Makefile.am): Likewise.
20515         * modules/dup2 (Makefile.am): Likewise.
20516         * modules/euidaccess (Makefile.am): Likewise.
20517         * modules/exclude (Makefile.am): Likewise.
20518         * modules/exitfail (Makefile.am): Likewise.
20519         * modules/fcntl-safer (Makefile.am): Likewise.
20520         * modules/file-type (Makefile.am): Likewise.
20521         * modules/fileblocks (Makefile.am): Likewise.
20522         * modules/filemode (Makefile.am): Likewise.
20523         * modules/filenamecat (Makefile.am): Likewise.
20524         * modules/fnmatch (Makefile.am): Likewise.
20525         * modules/fopen-safer (Makefile.am): Likewise.
20526         * modules/fpending (Makefile.am): Likewise.
20527         * modules/fprintftime (Makefile.am): Likewise.
20528         * modules/free (Makefile.am): Likewise.
20529         * modules/fsusage (Makefile.am): Likewise.
20530         * modules/ftruncate (Makefile.am): Likewise.
20531         * modules/fts (Makefile.am): Likewise.
20532         * modules/gc (Makefile.am): Likewise.
20533         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
20534         * modules/getaddrinfo (Makefile.am): Likewise.
20535         * modules/getcwd (Makefile.am): Likewise.
20536         * modules/getdelim (Makefile.am): Likewise.
20537         * modules/getdomainname (Makefile.am): Likewise.
20538         * modules/getgroups (Makefile.am): Likewise.
20539         * modules/gethostname (Makefile.am): Likewise.
20540         * modules/gethrxtime (Makefile.am): Likewise.
20541         * modules/getline (Makefile.am): Likewise.
20542         * modules/getloadavg (Makefile.am): Likewise.
20543         * modules/getlogin_r (Makefile.am): Likewise.
20544         * modules/getopt (Makefile.am): Likewise.
20545         * modules/getpass (Makefile.am): Likewise.
20546         * modules/getpass-gnu (Makefile.am): Likewise.
20547         * modules/getsubopt (Makefile.am): Likewise.
20548         * modules/gettime (Makefile.am): Likewise.
20549         * modules/gettimeofday (Makefile.am): Likewise.
20550         * modules/getugroups (Makefile.am): Likewise.
20551         * modules/getusershell (Makefile.am): Likewise.
20552         * modules/glob (Makefile.am): Likewise.
20553         * modules/group-member (Makefile.am): Likewise.
20554         * modules/hard-locale (Makefile.am): Likewise.
20555         * modules/hash (Makefile.am): Likewise.
20556         * modules/hmac-md5 (Makefile.am): Likewise.
20557         * modules/hmac-sha1 (Makefile.am): Likewise.
20558         * modules/human (Makefile.am): Likewise.
20559         * modules/idcache (Makefile.am): Likewise.
20560         * modules/imaxabs (Makefile.am): Likewise.
20561         * modules/imaxdiv (Makefile.am): Likewise.
20562         * modules/inet_ntop (Makefile.am): Likewise.
20563         * modules/inet_pton (Makefile.am): Likewise.
20564         * modules/inttostr (Makefile.am): Likewise.
20565         * modules/isapipe (Makefile.am): Likewise.
20566         * modules/lchown (Makefile.am): Likewise.
20567         * modules/long-options (Makefile.am): Likewise.
20568         * modules/lstat (Makefile.am): Likewise.
20569         * modules/malloc (Makefile.am): Likewise.
20570         * modules/mathl (Makefile.am): Likewise.
20571         * modules/mbchar (Makefile.am): Likewise.
20572         * modules/md2 (Makefile.am): Likewise.
20573         * modules/md4 (Makefile.am): Likewise.
20574         * modules/md5 (Makefile.am): Likewise.
20575         * modules/memcasecmp (Makefile.am): Likewise.
20576         * modules/memchr (Makefile.am): Likewise.
20577         * modules/memcmp (Makefile.am): Likewise.
20578         * modules/memcoll (Makefile.am): Likewise.
20579         * modules/memcpy (Makefile.am): Likewise.
20580         * modules/memmem (Makefile.am): Likewise.
20581         * modules/memmove (Makefile.am): Likewise.
20582         * modules/mempcpy (Makefile.am): Likewise.
20583         * modules/memrchr (Makefile.am): Likewise.
20584         * modules/memset (Makefile.am): Likewise.
20585         * modules/memxor (Makefile.am): Likewise.
20586         * modules/mkancesdirs (Makefile.am): Likewise.
20587         * modules/mkdir (Makefile.am): Likewise.
20588         * modules/mkdir-p (Makefile.am): Likewise.
20589         * modules/mkdtemp (Makefile.am): Likewise.
20590         * modules/mkstemp (Makefile.am): Likewise.
20591         * modules/mktime (Makefile.am): Likewise.
20592         * modules/modechange (Makefile.am): Likewise.
20593         * modules/mountlist (Makefile.am): Likewise.
20594         * modules/nanosleep (Makefile.am): Likewise.
20595         * modules/openat (Makefile.am): Likewise.
20596         * modules/pagealign_alloc (Makefile.am): Likewise.
20597         * modules/physmem (Makefile.am): Likewise.
20598         * modules/poll (Makefile.am): Likewise.
20599         * modules/posixtm (Makefile.am): Likewise.
20600         * modules/posixver (Makefile.am): Likewise.
20601         * modules/putenv (Makefile.am): Likewise.
20602         * modules/quote (Makefile.am): Likewise.
20603         * modules/quotearg (Makefile.am): Likewise.
20604         * modules/raise (Makefile.am): Likewise.
20605         * modules/read-file (Makefile.am): Likewise.
20606         * modules/readline (Makefile.am): Likewise.
20607         * modules/readlink (Makefile.am): Likewise.
20608         * modules/readtokens (Makefile.am): Likewise.
20609         * modules/readutmp (Makefile.am): Likewise.
20610         * modules/realloc (Makefile.am): Likewise.
20611         * modules/regex (Makefile.am): Likewise.
20612         * modules/rename (Makefile.am): Likewise.
20613         * modules/rename-dest-slash (Makefile.am): Likewise.
20614         * modules/rijndael (Makefile.am): Likewise.
20615         * modules/rmdir (Makefile.am): Likewise.
20616         * modules/rpmatch (Makefile.am): Likewise.
20617         * modules/safe-read (Makefile.am): Likewise.
20618         * modules/safe-write (Makefile.am): Likewise.
20619         * modules/same (Makefile.am): Likewise.
20620         * modules/save-cwd (Makefile.am): Likewise.
20621         * modules/savedir (Makefile.am): Likewise.
20622         * modules/setenv (Makefile.am): Likewise.
20623         * modules/settime (Makefile.am): Likewise.
20624         * modules/sha1 (Makefile.am): Likewise.
20625         * modules/sig2str (Makefile.am): Likewise.
20626         * modules/snprintf (Makefile.am): Likewise.
20627         * modules/stdlib-safer (Makefile.am): Likewise.
20628         * modules/stpcpy (Makefile.am): Likewise.
20629         * modules/stpncpy (Makefile.am): Likewise.
20630         * modules/strcase (Makefile.am): Likewise.
20631         * modules/strcasestr (Makefile.am): Likewise.
20632         * modules/strchrnul (Makefile.am): Likewise.
20633         * modules/strcspn (Makefile.am): Likewise.
20634         * modules/strdup (Makefile.am): Likewise.
20635         * modules/strerror (Makefile.am): Likewise.
20636         * modules/strftime (Makefile.am): Likewise.
20637         * modules/strndup (Makefile.am): Likewise.
20638         * modules/strnlen (Makefile.am): Likewise.
20639         * modules/strpbrk (Makefile.am): Likewise.
20640         * modules/strsep (Makefile.am): Likewise.
20641         * modules/strstr (Makefile.am): Likewise.
20642         * modules/strtod (Makefile.am): Likewise.
20643         * modules/strtoimax (Makefile.am): Likewise.
20644         * modules/strtok_r (Makefile.am): Likewise.
20645         * modules/strtol (Makefile.am): Likewise.
20646         * modules/strtoll (Makefile.am): Likewise.
20647         * modules/strtoul (Makefile.am): Likewise.
20648         * modules/strtoull (Makefile.am): Likewise.
20649         * modules/strtoumax (Makefile.am): Likewise.
20650         * modules/strverscmp (Makefile.am): Likewise.
20651         * modules/time_r (Makefile.am): Likewise.
20652         * modules/timegm (Makefile.am): Likewise.
20653         * modules/tmpfile-safer (Makefile.am): Likewise.
20654         * modules/unistd-safer (Makefile.am): Likewise.
20655         * modules/unlinkdir (Makefile.am): Likewise.
20656         * modules/userspec (Makefile.am): Likewise.
20657         * modules/utime (Makefile.am): Likewise.
20658         * modules/utimecmp (Makefile.am): Likewise.
20659         * modules/utimens (Makefile.am): Likewise.
20660         * modules/vasnprintf (Makefile.am): Likewise.
20661         * modules/vasprintf (Makefile.am): Likewise.
20662         * modules/vsnprintf (Makefile.am): Likewise.
20663         * modules/xalloc (Makefile.am): Likewise.
20664         * modules/xgetcwd (Makefile.am): Likewise.
20665         * modules/xnanosleep (Makefile.am): Likewise.
20666         * modules/xreadlink (Makefile.am): Likewise.
20667         * modules/xstrtod (Makefile.am): Likewise.
20668         * modules/xstrtol (Makefile.am): Likewise.
20669         * modules/xstrtold (Makefile.am): Likewise.
20670         * modules/yesno (Makefile.am): Likewise.
20671
20672 2006-10-12  Jim Meyering  <jim@meyering.net>
20673
20674         * m4/getloadavg.m4: Revert the change below.
20675
20676         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
20677         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
20678         fail with a symlink, which is what coreutils' ./bootstrap now
20679         creates by default.
20680
20681 2006-10-12  Bruno Haible  <bruno@clisp.org>
20682
20683         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
20684         mingw.
20685         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
20686         MSVC and mingw explicitly.
20687
20688 2006-10-11  Simon Josefsson  <jas@extundo.com>
20689             Bruno Haible  <bruno@clisp.org>
20690
20691         Add support for multiple gnulib-tool invocations in the scope of a
20692         single configure.ac file.
20693         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
20694         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
20695         with the same contents as the _LIBADD variable.
20696         (func_emit_initmacro_start, func_emit_initmacro_end,
20697         func_emit_initmacro_done): New functions.
20698         (func_import, func_create_testdir): Invoke them. Allow the identifiers
20699         gl_LIBOBJS and gl_LTLIBOBJS.
20700
20701 2006-10-11  Bruno Haible  <bruno@clisp.org>
20702
20703         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
20704         (func_create_testdir): Don't create po/Makefile.am, don't invoke
20705         autoreconf. Instead, invoke autopoint explicitly but move back the
20706         *.m4 files from gnulib.
20707
20708 2006-10-11  Bruno Haible  <bruno@clisp.org>
20709
20710         * gnulib-tool (func_usage): Make module names after --create-testdir
20711         optional.
20712         (func_create_testdir): If no module was specified, use nearly all
20713         modules.
20714
20715 2006-10-12  Jim Meyering  <jim@meyering.net>
20716
20717         Big performance improvement for fts-based tools that use FTS_NOSTAT.
20718         Avoid spurious inode-mismatch problems on non-POSIX file systems.
20719         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
20720         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
20721         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
20722         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
20723         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
20724         (fts_set_stat_required): New function.
20725         (fts_open): Defer the calls to fts_stat, if possible or requested.
20726         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
20727         into fts_stat itself.
20728         (fts_read): Perform any required (deferred) fts_stat call.
20729         (fts_build): Likewise, for the directory we're about to open and read.
20730         In the readdir loop, carefully decide whether each entry will require
20731         an eventual call to fts_stat, using dirent.d_type info if available.
20732         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
20733         a command line argument into this function.  Update all callers.
20734         Map a return value of FTS_DOT to FTS_D for a command line argument.
20735         * modules/fts (Depends-on): Add d-type.  Alphabetize.
20736         Thanks to Miklos Szeredi for his tenacity and for the initial
20737         bug report about "find" failing on a FUSE-based file system.
20738
20739         * lib/fts.c (fts_open): Use consistent indentation.
20740
20741 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20742
20743         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
20744         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
20745         reported by Jim Meyering.  All uses of cache variables renamed
20746         to match Autoconf's.
20747         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
20748         the other one.
20749
20750         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
20751         Fix misspelling in diagnostic.
20752
20753 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20754
20755         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
20756         defined.  Problem reported by Matthew Woehlke.
20757
20758         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
20759         Add support for Tandem NonStop R series.
20760         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
20761         Use new macro.
20762
20763         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
20764         (has_trailing_slash): Omit size arg; all callers changed.
20765         Omit 'inline', since it doesn't help performance and we'd
20766         need to configure it.
20767         Don't count //, ///, etc. as having a trailing slash.
20768         As a side effect, this removes a C99ism reported by Matthew Woehlke.
20769         (rpl_rename_dest_slash): On failure, use rename's errno rather
20770         than (in some cases) an incorrect or junk errno.
20771         Simplify code by removing need to compute length; this does
20772         cause it to make two passes instead of one over the file name,
20773         but it's worth it.
20774
20775         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
20776         change, since Autoconf's version may no longer be appropriate now
20777         that we are using CVS Autoconf's version.  Add support for Tandem.
20778
20779 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20780             Bruno Haible  <bruno@clisp.org>
20781
20782         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
20783         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
20784         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
20785         gl_AC_TYPE_LONG_LONG.
20786
20787         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
20788         instead of HAVE_LONG_LONG.
20789         * lib/printf-args.c (printf_fetchargs): Likewise.
20790         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
20791         * lib/vasnprintf.c (VASNPRINTF): Likewise.
20792         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
20793         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
20794         gl_AC_TYPE_LONG_LONG.
20795
20796 2006-10-11  Bruno Haible  <bruno@clisp.org>
20797
20798         * m4/longlong.m4: Add comments.
20799         * m4/ulonglong.m4: Likewise.
20800
20801 2006-10-10  Bruno Haible  <bruno@clisp.org>
20802
20803         Make it possible to #define stpcpy, strdup to aliases.
20804         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
20805         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
20806
20807 2006-10-10  Bruno Haible  <bruno@clisp.org>
20808
20809         Make it possible to #define gcd to an alias.
20810         * lib/gcd.c: Include config.h.
20811
20812 2006-10-10  Bruno Haible  <bruno@clisp.org>
20813
20814         Make it possible to #define c_isascii to an alias.
20815         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
20816         defined. Undefine the macros before defining them, to avoid gcc
20817         warnings.
20818         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
20819         define NO_C_CTYPE_MACROS early.
20820
20821 2006-10-10  Bruno Haible  <bruno@clisp.org>
20822
20823         Make it possible to #define set_program_name to an alias.
20824         * lib/progname.c: Don't undefine set_program_name; instead, undefine
20825         ENABLE_RELOCATABLE early.
20826
20827 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
20828
20829         Port to Tandem NSK OSS, which has 64-bit signed int but at most
20830         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
20831         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
20832         More generally, don't assume that 64-bit signed int is available
20833         if unsigned int is, and vice versa.
20834         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
20835         unsigned symbols, not on their signed counterparts.
20836         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
20837         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
20838         (UINT64_C, UINTMAX_C):
20839         Likewise.
20840         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
20841         unsigned counterparts.
20842         (Have_long_long, Unsigned): New macros.
20843         (Int): Renamed from INT.
20844         (strtoimax): Use the new macros.
20845         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
20846         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
20847         * modules/inttypes (inttypes.h): Substitute
20848         HAVE_UNSIGNED_LONG_LONG_INT.
20849         * modules/stdint (stdint.h): Likewise.
20850         (Files): Add m4/ulonglong.m4.
20851
20852 2006-10-10  Bruno Haible  <bruno@clisp.org>
20853
20854         Fix a gcc -Wshadow warning.
20855         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
20856         to 'bucket'.
20857         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
20858         gl_linked_indexof_from_to): Likewise.
20859         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
20860         Likewise.
20861         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
20862         Likewise.
20863         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
20864         Reported by Eric Blake.
20865
20866 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
20867
20868         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
20869         for NetBSD.  Problem reported by Bruno Haible.
20870
20871 2006-10-09  Jim Meyering  <jim@meyering.net>
20872
20873         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
20874         Patch from Bruno Haible.
20875
20876 2006-10-09  Jim Meyering  <jim@meyering.net>
20877
20878         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
20879         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
20880         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
20881
20882 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20883
20884         Don't include <config.h> twice; this doesn't work in some cases,
20885         e.g., when config.h has "#define intmax_t long long int" and
20886         we include <config.h>, <inttypes.h>, <config.h> in that order.
20887         Problem reported by Matthew Woehlke in:
20888         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
20889         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
20890         * lib/fts-cycle.c: Don't include config.h.
20891         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
20892         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
20893         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
20894         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
20895         inttypes.h.
20896         * lib/xstrtoumax.c: Likewise.
20897         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
20898         __strtol and the like, so that this module is more like its siblings.
20899         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
20900         Remove; no longer needed now that we assume gnulib inttypes.h.
20901
20902 2006-10-08  Bruno Haible  <bruno@clisp.org>
20903
20904         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
20905         option.
20906
20907 2006-10-07  Jim Meyering  <jim@meyering.net>
20908
20909         * modules/inttypes (inttypes.h): Revert what seems to have been
20910         an inadvertent part of today's change: use "|", not "/" in the
20911         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
20912
20913 2006-10-07  Bruno Haible  <bruno@clisp.org>
20914
20915         * modules/sublist: New file.
20916
20917 2006-10-07  Bruno Haible  <bruno@clisp.org>
20918
20919         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
20920         * modules/argz (argz.h): Likewise.
20921         * modules/arpa_inet (arpa/inet.h): Likewise.
20922         * modules/byteswap (byteswap.h): Likewise.
20923         * modules/configmake (configmake.h): Likewise.
20924         * modules/fcntl (fcntl.h): Likewise.
20925         * modules/fnmatch (fnmatch.h): Likewise.
20926         * modules/getopt (getopt.h): Likewise.
20927         * modules/glob (glob.h): Likewise.
20928         * modules/inttypes (inttypes.h): Likewise.
20929         * modules/netinet_in (netinet/in.h): Likewise.
20930         * modules/poll (poll.h): Likewise.
20931         * modules/stdbool (stdbool.h): Likewise.
20932         * modules/stdint (stdint.h): Likewise.
20933         * modules/sys_select (sys/select.h): Likewise.
20934         * modules/sys_socket (sys/socket.h): Likewise.
20935         * modules/sys_stat (sys/stat.h): Likewise.
20936         * modules/sysexits (sysexits.h): Likewise.
20937         * modules/unistd (unistd.h): Likewise.
20938         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20939         Add a "DO NOT EDIT" comment to the generated file.
20940         (func_import): Likewise for gnulib-comp.m4.
20941
20942 2006-10-07  Bruno Haible  <bruno@clisp.org>
20943
20944         * lib/gl_sublist.h: New file.
20945         * lib/gl_sublist.c: New file.
20946
20947 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
20948
20949         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
20950         name (relative to the original working directory) and the file
20951         name component (relative to the temporary working directory).  All
20952         callers changed.
20953         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
20954         * lib/mkdir-p.c (make_dir_parents): Likewise.
20955         * lib/mkdir-p.h (make_dir_parents): Likewise.
20956
20957 2006-10-06  Eric Blake  <ebb9@byu.net>
20958
20959         Define several macros for use by the clean-temp module.
20960         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
20961         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
20962         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
20963
20964         * lib/clean-temp.h (close_stream_temp): New declaration.
20965         * lib/clean-temp.c (includes): Pull in headers according to what
20966         other modules are in use.
20967         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
20968
20969 2006-10-06  Bruno Haible  <bruno@clisp.org>
20970
20971         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
20972         instead of fopen, fwriteerror.
20973
20974 2006-10-06  Bruno Haible  <bruno@clisp.org>
20975
20976         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
20977         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
20978         int.
20979         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
20980         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
20981         Return an error indicator.
20982         Suggested by Eric Blake.
20983
20984 2006-10-06  Bruno Haible  <bruno@clisp.org>
20985
20986         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
20987         Reported by Eric Blake.
20988
20989 2006-10-06  Bruno Haible  <bruno@clisp.org>
20990
20991         * modules/closeout (Description): Mention stderr too.
20992
20993 2006-10-06  Bruno Haible  <bruno@clisp.org>
20994         and Paul Eggert  <eggert@cs.ucla.edu>
20995
20996         * lib/closeout.c (close_stdout): Also close stderr.
20997         * lib/closeout.h: Update comment.
20998
20999 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21000
21001         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
21002         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
21003         * lib/dirchownmod.c: Include lchown.h.
21004         * lib/lchown.c: Don't include files that lchown.h now includes.
21005         Don't declare chown, since lchown.h now does that.
21006         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
21007         (lchown): Define to rpl_chown if lchown is declared but
21008         does not exist.  Declare using a prototype if lchown is not
21009         declared.  Add a copyright notice.
21010         * lib/mkstemp.h: Include <unistd.h>.
21011         * lib/openat.c: Include lchown.h.
21012
21013         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
21014         we now test for that separately.
21015         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
21016         rather than O_NOFOLLOW, when testing whether it's possible to
21017         avoid a race condition reliably.
21018         * lib/savewd.c (savewd_chdir): Likewise.
21019
21020         Remove macros that are no longer needed now that stdint.h is
21021         reliable.
21022         * lib/fsusage.c (UINTMAX_MAX): Remove.
21023         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
21024         * lib/utimecmp.c (SIZE_MAX): Remove.
21025
21026         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
21027
21028         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
21029         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
21030         O_NOATIME works.
21031
21032 2006-10-05  Bruno Haible  <bruno@clisp.org>
21033
21034         * lib/gl_list.h (gl_sortedlist_search_from_to,
21035         gl_sortedlist_indexof_from_to): New declarations.
21036         (gl_list_implementation): New fields sortedlist_search_from_to,
21037         sortedlist_indexof_from_to.
21038         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
21039         inline functions.
21040         * lib/gl_list.c (gl_sortedlist_search_from_to,
21041         gl_sortedlist_indexof_from_to): New functions.
21042         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
21043         function.
21044         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
21045         (gl_array_sortedlist_search_from_to): New function.
21046         (gl_array_list_implementation): Update.
21047         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
21048         function.
21049         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
21050         (gl_carray_sortedlist_search_from_to): New function.
21051         (gl_carray_list_implementation): Update.
21052         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
21053         gl_linked_sortedlist_indexof_from_to): New functions.
21054         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21055         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21056         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
21057         gl_tree_sortedlist_indexof_from_to): New functions.
21058         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21059         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21060         Update.
21061         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21062         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
21063         Update.
21064
21065 2006-10-05  Bruno Haible  <bruno@clisp.org>
21066
21067         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
21068         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
21069         (struct gl_list_implementation): Add fields search_from_to,
21070         indexof_from_to. Remove fields search, indexof.
21071         (gl_list_search): Use the search_from_to method.
21072         (gl_list_search_from, gl_list_search_from_to): New functions.
21073         (gl_list_indexof): Use the indexof_from_to method.
21074         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21075         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
21076         (gl_list_search_from, gl_list_search_from_to): New functions.
21077         (gl_list_indexof): Use the indexof_from_to method.
21078         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21079         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
21080         gl_array_indexof. Add start_index, end_index arguments.
21081         (gl_array_search_from_to): Renamed from gl_array_search. Add
21082         start_index, end_index arguments.
21083         (gl_array_remove, gl_array_list_implementation): Update.
21084         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
21085         gl_carray_indexof. Add start_index, end_index arguments.
21086         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
21087         start_index, end_index arguments.
21088         (gl_carray_remove, gl_carray_list_implementation): Update.
21089         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
21090         gl_linked_search. Add start_index, end_index arguments.
21091         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
21092         start_index, end_index arguments.
21093         (gl_linked_remove): Update.
21094         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21095         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21096         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
21097         field to 'size_t'.
21098         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
21099         gl_tree_search. Add start_index, end_index arguments.
21100         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21101         start_index, end_index arguments.
21102         (gl_tree_remove): Update.
21103         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21104         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21105         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
21106         function.
21107         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
21108         gl_tree_search. Add start_index, end_index arguments.
21109         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21110         start_index, end_index arguments.
21111         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21112         Update.
21113         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
21114
21115 2006-10-05  Bruno Haible  <bruno@clisp.org>
21116
21117         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
21118
21119         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
21120         fwriteerror_temp): New declarations.
21121         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
21122         (descriptors): New variable.
21123         (cleanup): First, close the descriptors.
21124         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
21125         fclose_temp, fwriteerror_temp): New functions.
21126
21127 2006-10-04  Jim Meyering  <jim@meyering.net>
21128
21129         * lib/fts.c (fts_open): Tiny comment change.
21130
21131 2006-10-04  Bruno Haible  <bruno@clisp.org>
21132
21133         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
21134         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
21135         gl_LOCK_BODY.
21136         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
21137         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
21138         gl_LOCK_EARLY_BODY.
21139         (gl_LOCK): Require gl_LOCK_BODY.
21140
21141 2006-10-04  Bruno Haible  <bruno@clisp.org>
21142
21143         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
21144         (gl_oset_search_atleast): New declaration.
21145         (struct gl_oset_implementation): Add field 'search_atleast'.
21146         (gl_oset_search_atleast): New inline function.
21147         * lib/gl_oset.c (gl_oset_search_atleast): New function.
21148         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
21149         (gl_array_oset_implementation): Update.
21150         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
21151         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
21152         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
21153
21154 2006-10-04  Bruno Haible  <bruno@clisp.org>
21155
21156         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
21157
21158 2006-10-03  Bruno Haible  <bruno@clisp.org>
21159
21160         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
21161         from gl_avltreehash_list_implementation.
21162
21163 2006-10-03  Bruno Haible  <bruno@clisp.org>
21164
21165         * lib/gl_oset.c (gl_oset_add): Fix return type.
21166
21167 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
21168
21169         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
21170
21171 2006-10-02  Eric Blake  <ebb9@byu.net>
21172
21173         * modules/strnlen (Depends-on): Add extensions.
21174
21175 2006-10-02  Eric Blake  <ebb9@byu.net>
21176
21177         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
21178         definition in 2.60+.
21179
21180 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
21181
21182         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
21183         checks.
21184
21185 2006-10-02  Bruno Haible  <bruno@clisp.org>
21186
21187         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
21188         to the AUTOMAKE_OPTIONS.
21189         Reported by Jim Meyering.
21190
21191 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         Work around bug in Solaris 10 /proc file system:
21194         /proc/self/fd/NNN/.. isn't the parent directory of
21195         the directory whose file descriptor is NNN.  This needs to
21196         be worked around at run time, not compile time, since a
21197         program might be built on Solaris 8, where things work, and
21198         run on Solaris 10.
21199         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
21200         to use the following interface instead:
21201         (OPENAT_BUFFER_SIZE): New macro.
21202         (openat_proc_name): New function.
21203         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
21204         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
21205         Likewise.
21206         * lib/openat-proc.c: New file.
21207         * modules/openat (Files): Add lib/openat-proc.c.
21208         (Depends-on): Add same-inode, stdbool.
21209         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
21210
21211 2006-09-29  Bruno Haible  <bruno@clisp.org>
21212
21213         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
21214         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
21215         argument. Set stdout_closed before testing for ferror, not after.
21216         (fwriteerror, fwriteerror_no_ebadf): New functions.
21217
21218 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21219
21220         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
21221
21222 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
21223
21224         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
21225         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
21226
21227 2006-09-28  Jim Meyering  <jim@meyering.net>
21228
21229         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
21230         Include <unistd.h>.
21231
21232 2006-09-28  Bruno Haible  <bruno@clisp.org>
21233
21234         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
21235         * modules/linkedhash-list (Depends-on): Likewise.
21236         * modules/rbtreehash-list (Depends-on): Likewise.
21237
21238 2006-09-28  Bruno Haible  <bruno@clisp.org>
21239
21240         * lib/strndup.h: Simplify the redefinition of strndup.
21241         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
21242         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
21243
21244 2006-09-28  Bruno Haible  <bruno@clisp.org>
21245
21246         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
21247         * lib/gl_linkedhash_list.c: Likewise.
21248         * lib/gl_rbtreehash_list.c: Likewise.
21249
21250 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
21251
21252         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
21253         getaddrinfo.
21254
21255         * lib/__fpending.h: Don't include <stdio_ext.h> unless
21256         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
21257         it causes <stdio_ext.h> to cause a compile-time error.
21258         Problem reported by Nelson H. F. Beebe.
21259         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
21260         of HAVE_DECL___PENDING.
21261
21262         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
21263         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
21264         declaration.
21265
21266 2006-09-27  Jim Meyering  <jim@meyering.net>
21267
21268         This file could end up with a definition for a function
21269         named __strndup, rather than rpl_strndup on a system with
21270         incomplete weak_alias support.
21271         * lib/strndup.c (strndup): Rename from __strndup.
21272         Remove #defines that used to map __strndup to strndup.
21273         Don't use K&R prototypes.
21274         Remove LIBC-related code, since this file is not sync'd with glibc.
21275         * lib/strndup.h: Revamp, accordingly.
21276         * m4/strndup.m4: Modernize.
21277
21278 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
21279
21280         * modules/savewd (Depends-on): Add 'raise'.
21281         * lib/savewd.c: Include <signal.h>, for 'raise'.
21282
21283 2006-09-26  Jim Meyering  <jim@meyering.net>
21284
21285         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
21286         when we detect Darwin 8.7.0's acl_get_file bug.
21287         Rearrange to perform the new (below) run-test while $LIBS
21288         contains any acl-related library.  Set USE_ACL at the end.
21289         (gl_ACL_GET_FILE): New function.
21290
21291 2006-09-26  Eric Blake  <ebb9@byu.net>
21292
21293         * lib/verror.c: Include <config.h> unconditionally.
21294
21295 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
21296
21297         * modules/clock-time (Maintainer): Add self.
21298         * modules/getlogin_r (Depends-on): Add extensions.
21299
21300 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21301
21302         * modules/clock-time: New module.
21303         * modules/nanosleep (Depends-on): Add clock-time.
21304         * modules/gethrxtime (Depends-on): Likewise.
21305         * modules/gettime (Depends-on): Likewise.
21306         * modules/settime (Depends-on): Likewise.
21307
21308         * modules/fts-lgpl: Depend on openat.
21309         * modules/mkancesdirs: Depend on savewd.
21310         * modules/mkdir-p: Likewise.
21311
21312 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21313
21314         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
21315
21316         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
21317         `gl_have_arbitrary_file_name_length_limit' to
21318         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
21319         actually works between configure runs.
21320
21321 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21322             Bruno Haible  <bruno@clisp.org>
21323
21324         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
21325
21326 2006-09-25  Jim Meyering  <jim@meyering.net>
21327
21328         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
21329         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
21330
21331 2006-09-25  Eric Blake  <ebb9@byu.net>
21332
21333         * gnulib-tool (func_import, func_create_testdir): Fix typos in
21334         exec's in 2006-09-18 patch when shuffling fds.
21335
21336 2006-09-25  Bruno Haible  <bruno@clisp.org>
21337
21338         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
21339         Reported by Jim Meyering.
21340
21341 2006-09-24  Jim Meyering  <jim@meyering.net>
21342
21343         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
21344         compare a pointer against a literal "0".  That caused failures with
21345         at least HP-UX's hpcc.
21346
21347 2006-09-22  Simon Josefsson  <jas@extundo.com>
21348
21349         * modules/gc-sha1:
21350         * modules/gc-md4:
21351         * modules/gc-hmac-sha1:
21352         * modules/gc-hmac-md5:
21353         * modules/gc-des:
21354         * modules/gc-arcfour: Distribute more files.
21355
21356 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21357
21358         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
21359         (gl_linked_iterator_from_to): Initialize struct completely.
21360         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
21361         (gl_tree_iterator_from_to): Likewise
21362         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
21363         * lib/gl_array_list.c [lint] (gl_array_iterator)
21364         (gl_array_iterator_from_to): Likewise.
21365         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
21366         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
21367         (gl_carray_iterator_from_to): Likewise.
21368
21369         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
21370         * lib/md4.c (md4_process_block): Remove unused variable.
21371         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
21372         parentheses for clarity.
21373
21374 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21375
21376         * modules/bison-i18n (Depends-on): Add gettext.
21377
21378 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21379
21380         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
21381         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
21382         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
21383         also add missing comma that caused broken test.
21384         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
21385         stdlib.h, for `abort'.
21386         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
21387         variables.
21388         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
21389         include unistd.h if present, for `rmdir'.
21390         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
21391         variables.
21392         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
21393         in the process include standard headers for prototypes.
21394         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
21395         gets declared on GNU/Linux.
21396         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
21397         unistd.h, for `rmdir'.
21398         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
21399
21400         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
21401         always true.
21402         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
21403
21404         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
21405
21406 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21407
21408         * gnulib-tool (func_version): Create output all at once.  This
21409         may help avoid triggering unnecessary SIGPIPEs, and at any
21410         rate it doesn't hurt.
21411
21412 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21413             Bruno Haible  <bruno@clisp.org>
21414
21415         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
21416         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21417         * m4/signed.m4 (bh_C_SIGNED): Likewise.
21418
21419         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
21420         (gl_FUNC_VASPRINTF): Invoke it.
21421
21422 2006-09-22  Bruno Haible  <bruno@clisp.org>
21423
21424         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
21425         getloadavg.c as first argument.
21426
21427 2006-09-22  Bruno Haible  <bruno@clisp.org>
21428
21429         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
21430         at the beginning of the gl_INIT macro.
21431         * modules/getloadavg (configure.ac): Pass $gl_source_base to
21432         gl_GETLOADAVG.
21433
21434 2006-09-22  Bruno Haible  <bruno@clisp.org>
21435
21436         * gnulib-tool (func_create_megatestdir): Don't include the config-h
21437         module.
21438         Suggested by Ralf Wildenhues.
21439
21440 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21441
21442         Import this patch from libc:
21443
21444         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
21445
21446         * lib/regex_internal.c (re_string_reconstruct): Handle
21447         offset < pstr->valid_raw_len && pstr->offsets_needed case.
21448         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
21449         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
21450         re_string_context_at.
21451
21452         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
21453         now requires it.
21454         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
21455         gl_REGEX now does it for us.
21456         (gl_REGEX): Add test taken from
21457         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
21458
21459         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
21460         Check that large offsets work.  Modernize Autoconf usages.
21461         Prefer "yes" to mean a good thing rather than a bad.
21462         Don't put "#define mkstemp" in config.h, as this might interfere
21463         with standard system headers that "#define mkstemp mkstemp64".
21464
21465         * modules/mkstemp (Depends-on): Add extensions, so that
21466         mkstemp is visible on some platforms.
21467         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
21468         (Include): Change to "mkstemp.h" from <stdlib.h>.
21469         (Files): Add mkstemp.h.
21470
21471         * lib/mkstemp.h: New file, since some standard headers
21472         #define mkstemp.
21473         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
21474         Include "mkstemp.h".
21475         Make the _LIBC code resemble glibc original more,
21476         e.g., use K&R style.
21477         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
21478         (mkstemp): Remove, since mkstemp.h does this for us.
21479         * lib/stdlib--.h: Include mkstemp.h.
21480
21481         Import this patch from libc:
21482
21483         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21484
21485         * lib/tempname.c (__gen_tempname): Change attempts_min
21486         into a macro.  Use preprocessor to decide how to initialize
21487         attempts [Coverity CID 67].
21488
21489 2006-09-20  Bruno Haible  <bruno@clisp.org>
21490
21491         * lib/mkdtemp.c: Import from libc.
21492         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21493                 * sysdeps/posix/tempname.c (__gen_tempname): Change
21494                 attempts_min into a macro.  Use preprocessor to decide how to
21495                 initialize attempts [Coverity CID 67].
21496         2001-11-27  Paul Eggert  <eggert@twinsun.com>
21497                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
21498                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
21499
21500 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21501
21502         * gnulib-tool (func_exit): New function, to allow to pass the
21503         exit status portably through the trap.  Use everywhere.
21504         (--help, --version): Signal a write error.
21505         (trap): catch SIGPIPE, for write errors.
21506         Exit at the end of the trap, with the correct exit status.
21507
21508 2006-09-19  Karl Berry  <karl@gnu.org>
21509
21510         * doc/gnulib.texi: note about the license texinfo files.
21511
21512 2006-09-19  Eric Blake  <ebb9@byu.net>
21513
21514         * gnulib-tool: Avoid space-tab.
21515
21516 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21517
21518         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
21519         that prevented coreutils 6.1 from building.  Problem reported
21520         by Petter Reinholdtsen.
21521
21522 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21523
21524         * gnulib-tool (avoidlist): Fix typo that broke options like
21525         --avoid=lock that are used by coreutils bootstrap.
21526
21527 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
21528
21529         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
21530         more systematically.
21531
21532 2006-09-18  Jim Meyering  <jim@meyering.net>
21533
21534         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
21535
21536 2006-09-18  Bruno Haible  <bruno@clisp.org>
21537
21538         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
21539
21540 2006-09-18  Bruno Haible  <bruno@clisp.org>
21541
21542         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
21543         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
21544         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
21545         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
21546         * m4/gettext.m4: Require autoconf >= 2.52.
21547         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
21548         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
21549         of gl_cv_header_inttypes_h.
21550
21551 2006-09-18  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/javaversion.c: Include configmake.h.
21554
21555 2006-09-18  Bruno Haible  <bruno@clisp.org>
21556
21557         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
21558         avoid that the while loops be executed in a subshell.
21559
21560 2006-09-18  Bruno Haible  <bruno@clisp.org>
21561
21562         * MODULES.html.sh (func_module): Break long lines.
21563         Suggested by Bruce Korb <bkorb@gnu.org>.
21564
21565 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21566
21567         Speed up by a factor of 1.12.
21568         * gnulib-tool (nl): New variable.
21569         (func_import): Rewrite include directive extraction to only read each
21570         directive once.
21571
21572 2006-09-17  Bruno Haible  <bruno@clisp.org>
21573
21574         * modules/javaversion (Makefile.am): Remove DEFS setting.
21575         (Depends-on): Add configmake, for PKGDATADIR definition.
21576
21577 2006-09-17  Bruno Haible  <bruno@clisp.org>
21578
21579         * gnulib-tool (func_create_testdir): Rewrite all files at once.
21580
21581 2006-09-17  Bruno Haible  <bruno@clisp.org>
21582
21583         * gnulib-tool (func_append): New function, stolen from libtool.m4.
21584         (func_modules_transitive_closure, func_modules_add_dummy,
21585         func_modules_to_filelist, func_import, func_create_testdir,
21586         func_create_megatestdir, ...): Use it wherever possible.
21587         Suggested by Ralf Wildenhues.
21588
21589 2006-09-16  Karl Berry  <karl@gnu.org>
21590
21591         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
21592         to avoid sectioning errors.
21593         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
21594         [ifinfo]: blank line after @center-ed titles.
21595         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
21596         Spell FSF address consistently with others.
21597         (These changes approved by rms.)
21598
21599 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21600
21601         Speed up by a factor of 1.61.
21602         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
21603         already checked module names again.
21604
21605 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21606
21607         Speed up by a factor of 1.13.
21608         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
21609         for new_files, and the input to func_add_or_update.
21610
21611 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21612
21613         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
21614         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
21615
21616 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21617
21618         * modules/mkancesdirs (Depends-on): Add fcntl.
21619         * modules/savewd: New file.
21620         * MODULES.html.sh (File system functions): Add savewd.
21621
21622         * modules/configmake (Makefile.am): Add support for the
21623         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
21624
21625 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21626
21627         * m4/savewd.m4: New file.
21628
21629 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21630
21631         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
21632         (dirchownmod): New arg FD.  All callers changed.
21633         Use FD rather than opening the directory ourself, as opening is
21634         now the caller's responsibility.
21635         * lib/dirchownmod.h: Likewise.
21636         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
21637         hosts that require <sys/types.h> before <sys/stat.h>.  Include
21638         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
21639         (test_dir): Remove.
21640         (mkancesdirs): Return length of prefix of FILE that has already
21641         been made, or -2 if there is a child doing the work.  Redo
21642         algorithm so that it is O(N) rather than O(N**2).  Optimize away
21643         ".", and treat ".." specially since it might stray back into
21644         already-created areas.  Use a subprocess if necessary.  New arg
21645         WD; all users changed.  MAKE_DIR function should now return 1
21646         if it creates a directory that is not readable.  Return -2 if
21647         a child process is spun off.
21648         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
21649         Adjust signature to match code.
21650         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
21651         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
21652         all users changed.
21653         * lib/savewd.c, lib/savewd.h: New files.
21654
21655 2006-09-15  Jim Meyering  <jim@meyering.net>
21656
21657         * modules/rename-dest-slash: New module.
21658         * MODULES.html.sh (posix_compat): Add it here.
21659
21660         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
21661
21662 2006-09-15  Jim Meyering  <jim@meyering.net>
21663
21664         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
21665         file.
21666
21667         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
21668
21669 2006-09-15  Jim Meyering  <jim@meyering.net>
21670
21671         * lib/rename-dest-slash.c (has_trailing_slash): Use
21672         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
21673         (rpl_rename_dest_slash): Perform the cheaper trailing slash
21674         test before testing whether SRC is a directory.
21675         Suggestions from Bruno Haible.
21676
21677         Avoid a warning about an unused variable.
21678         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
21679         into the #ifdef block where it's used.
21680
21681         * lib/rename-dest-slash.c: New file.
21682
21683 2006-09-14  Bruno Haible  <bruno@clisp.org>
21684
21685         * lib/allocsa.c: Include <config.h> unconditionally.
21686         * lib/asnprintf.c: Likewise.
21687         * lib/asprintf.c: Likewise.
21688         * lib/c-strcasecmp.c: Likewise.
21689         * lib/c-strcasestr.c: Likewise.
21690         * lib/c-strncasecmp.c: Likewise.
21691         * lib/c-strstr.c: Likewise.
21692         * lib/classpath.c: Likewise.
21693         * lib/clean-temp.c: Likewise.
21694         * lib/concatpath.c: Likewise.
21695         * lib/copy-file.c: Likewise.
21696         * lib/csharpcomp.c: Likewise.
21697         * lib/csharpexec.c: Likewise.
21698         * lib/execute.c: Likewise.
21699         * lib/fatal-signal.c: Likewise.
21700         * lib/findprog.c: Likewise.
21701         * lib/fwriteerror.c: Likewise.
21702         * lib/gl_array_list.c: Likewise.
21703         * lib/gl_array_oset.c: Likewise.
21704         * lib/gl_avltree_list.c: Likewise.
21705         * lib/gl_avltree_oset.c: Likewise.
21706         * lib/gl_avltreehash_list.c: Likewise.
21707         * lib/gl_carray_list.c: Likewise.
21708         * lib/gl_linked_list.c: Likewise.
21709         * lib/gl_linkedhash_list.c: Likewise.
21710         * lib/gl_list.c: Likewise.
21711         * lib/gl_oset.c: Likewise.
21712         * lib/gl_rbtree_list.c: Likewise.
21713         * lib/gl_rbtree_oset.c: Likewise.
21714         * lib/gl_rbtreehash_list.c: Likewise.
21715         * lib/imaxabs.c: Likewise.
21716         * lib/imaxdiv.c: Likewise.
21717         * lib/javacomp.c: Likewise.
21718         * lib/javaexec.c: Likewise.
21719         * lib/javaversion.c: Likewise.
21720         * lib/linebreak.c: Likewise.
21721         * lib/localcharset.c: Likewise.
21722         * lib/lock.c: Likewise.
21723         * lib/mbchar.c: Likewise.
21724         * lib/mbswidth.c: Likewise.
21725         * lib/mkdtemp.c: Likewise.
21726         * lib/pipe.c: Likewise.
21727         * lib/printf-args.c: Likewise.
21728         * lib/printf-parse.c: Likewise.
21729         * lib/progname.c: Likewise.
21730         * lib/progreloc.c: Likewise.
21731         * lib/readlink.c: Likewise.
21732         * lib/sh-quote.c: Likewise.
21733         * lib/stpcpy.c: Likewise.
21734         * lib/stpncpy.c: Likewise.
21735         * lib/strcasecmp.c: Likewise.
21736         * lib/strcasestr.c: Likewise.
21737         * lib/strcspn.c: Likewise.
21738         * lib/striconv.c: Likewise.
21739         * lib/strncasecmp.c: Likewise.
21740         * lib/strnlen1.c: Likewise.
21741         * lib/strstr.c: Likewise.
21742         * lib/strtok_r.c: Likewise.
21743         * lib/tls.c: Likewise.
21744         * lib/tmpdir.c: Likewise.
21745         * lib/unicodeio.c: Likewise.
21746         * lib/unsetenv.c: Likewise.
21747         * lib/vasnprintf.c: Likewise.
21748         * lib/vasprintf.c: Likewise.
21749         * lib/wait-process.c: Likewise.
21750         * lib/xallocsa.c: Likewise.
21751         * lib/xsetenv.c: Likewise.
21752         * lib/xstriconv.c: Likewise.
21753
21754 2006-09-13  Simon Josefsson  <jas@extundo.com>
21755
21756         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
21757         that internally, suggested by Ralf Wildenhues
21758         <Ralf.Wildenhues@gmx.de>.
21759
21760 2006-09-13  Simon Josefsson  <jas@extundo.com>
21761
21762         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
21763         @LIBOBJS@.
21764         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21765
21766 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
21767
21768         * lib/_fpending.c: Include <config.h> unconditionally, since we no
21769         longer worry about uses that don't define HAVE_CONFIG_H.
21770         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
21771         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
21772         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
21773         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
21774         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
21775         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
21776         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
21777         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
21778         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
21779         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
21780         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
21781         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
21782         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
21783         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
21784         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
21785         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
21786         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
21787         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
21788         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
21789         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
21790         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
21791         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
21792         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
21793         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
21794         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
21795         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
21796         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
21797         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
21798         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
21799         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
21800         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
21801         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
21802         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
21803         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
21804         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
21805         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
21806         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
21807         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
21808         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
21809         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
21810         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
21811         Likewise.
21812
21813 2006-09-13  Eric Blake  <ebb9@byu.net>
21814
21815         * lib/getopt.c: Fix typo in last commit.
21816
21817 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21818
21819         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
21820         dgettext.
21821
21822 2006-09-12  Jim Meyering  <jim@meyering.net>
21823
21824         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
21825         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
21826         Reported by Nelson H. F. Beebe.
21827
21828 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21829
21830         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
21831         program_invocation_name and program_invocation_short_name are
21832         initialized.
21833         * lib/argp-namefrob.h: Move declarations of program_invocation_name
21834         and program_invocation_short_name to argp.h, so they are visible
21835         to user programs.
21836         * lib/argp.h: Likewise
21837
21838 2006-09-10  Bruno Haible  <bruno@clisp.org>
21839
21840         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
21841         m4/inttypes_h.m4, m4/uintmax_t.m4.
21842
21843 2006-09-10  Bruno Haible  <bruno@clisp.org>
21844
21845         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
21846         gl_AC_TYPE_UINTMAX_T.
21847
21848 2006-09-10  Bruno Haible  <bruno@clisp.org>
21849
21850         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
21851
21852 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21853
21854         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
21855         convention.  Text proposed by Bruno Haible.
21856         (struct argp_option): Document the use of N_() wrappers.
21857
21858         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
21859         '\v', and translate the two parts separately, instead of feeding
21860         the whole string to gettext.  This allows to exclude
21861         '\v' from the strings visible to the translator by writing doc
21862         strings as N_("..") "\v" N_("..").
21863
21864 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
21865
21866         * config/srclist.txt: Undo latest change; the bug was fixed.
21867
21868 2006-09-09  Bruno Haible  <bruno@clisp.org>
21869
21870         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
21871         assignments if building a library without libtool.
21872         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
21873         in func_emit_lib_Makefile_am.
21874         (func_import): When building a static library libfoo.a, arrange to
21875         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
21876         (func_create_testdir): Likewise.
21877         * modules/gc (configure.ac, Makefile.am): If building statically,
21878         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
21879         * modules/iconvme (configure.ac, Makefile.am): Likewise.
21880         * modules/striconv (configure.ac, Makefile.am): Likewise.
21881         Based on a suggestion by Ralf Wildenhues.
21882
21883 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21884
21885         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21886         Check for unistd.h too, since Autoconf doesn't assume POSIX.
21887         Also:
21888
21889         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21890         Add year_2050_test to catch glibc bug 2821
21891         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
21892
21893         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21894         Prefer #ifdef to #if.
21895
21896         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
21897         Return from 'main' instead of calling 'exit'.
21898
21899 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21900
21901         * lib/mktime.c (guess_time_tm): Fix bug where mktime
21902         returned the maximum time_t value rather than (time_t) -1.
21903         Problem originally reported by William Bardwell
21904         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
21905
21906         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
21907         Moved to here ...
21908         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
21909         ... from here.
21910
21911 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21912
21913         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
21914         2821 is fixed.
21915
21916 2006-09-08  Jim Meyering  <jim@meyering.net>
21917
21918         Don't make generated files read-only.  That would bother too many
21919         people.  However, do retain the ability to work when targets are
21920         read-only: remove the destination and temporary files before writing
21921         them (when generated via sed or echo), or by using the -f option for
21922         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
21923         * modules/alloca-opt, modules/argz, modules/arpa_inet:
21924         * modules/byteswap, modules/configmake, modules/fcntl:
21925         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
21926         * modules/localcharset, modules/netinet_in, modules/poll:
21927         * modules/stdbool, modules/stdint, modules/sys_select:
21928         * modules/sys_socket, modules/sys_stat, modules/sysexits:
21929
21930 2006-09-08  Jim Meyering  <jim@meyering.net>
21931
21932         Avoid new build failure on FreeBSD 6.0.
21933         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
21934         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
21935         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
21936
21937 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21938
21939         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
21940
21941 2006-09-07  Jim Meyering  <jim@meyering.net>
21942
21943         Fix global typo in last change: use chmod u-w, not chmod u-x.
21944         Spotted by Paul Eggert and Bruce Korb.
21945         * modules/alloca-opt, modules/argz, modules/arpa_inet:
21946         * modules/byteswap, modules/configmake, modules/fcntl:
21947         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
21948         * modules/localcharset, modules/netinet_in, modules/poll:
21949         * modules/stdbool, modules/stdint, modules/sys_select:
21950         * modules/sys_socket, modules/sys_stat, modules/sysexits:
21951
21952 2006-09-06  Jim Meyering  <jim@meyering.net>
21953
21954         Make generated files be read-only.
21955         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
21956         Ensure that each generated file is now read-only.
21957         * modules/argz: Likewise.
21958         * modules/arpa_inet: Likewise.
21959         * modules/byteswap: Likewise.
21960         * modules/configmake: Likewise.
21961         * modules/fcntl: Likewise.
21962         * modules/fnmatch: Likewise.
21963         * modules/getopt: Likewise.
21964         * modules/glob: Likewise.
21965         * modules/inttypes: Likewise.
21966         * modules/netinet_in: Likewise.
21967         * modules/poll: Likewise.
21968         * modules/stdbool: Likewise.
21969         * modules/stdint: Likewise.
21970         * modules/sys_select: Likewise.
21971         * modules/sys_socket: Likewise.
21972         * modules/sys_stat: Likewise.
21973         * modules/sysexits: Likewise.
21974         * modules/localcharset: Same as above, but continue using temporary
21975         file named "t-$@" (why different?) rather than the "$@-t" used
21976         everywhere else.
21977
21978         * modules/sysexits (Makefile.am): Replace literal occurrences
21979         of "sysexit.h" more readable, and more consistent, "$@".
21980
21981 2006-09-06  Bruno Haible  <bruno@clisp.org>
21982
21983         * modules/striconv: New file.
21984         * modules/xstriconv: New file.
21985         * MODULES.html.sh (Internationalization functions): Add striconv,
21986         xstriconv.
21987
21988 2006-09-06  Bruno Haible  <bruno@clisp.org>
21989
21990         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
21991         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
21992         not using libtool correctly.
21993
21994 2006-09-06  Bruno Haible  <bruno@clisp.org>
21995
21996         * lib/striconv.h: New file.
21997         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
21998         iconvstring.c.
21999         * lib/xstriconv.h: New file.
22000         * lib/xstriconv.c: New file.
22001
22002 2006-09-06  Bruno Haible  <bruno@clisp.org>
22003
22004         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22005         lib_..._LDFLAGS.
22006
22007 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22008
22009         * lib/argz_.h: Sync from Libtool.
22010
22011         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
22012                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22013
22014         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
22015
22016 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22017
22018         * modules/trim: New file.
22019
22020 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22021
22022         * lib/trim.h: New file.
22023         * lib/trim.c: New file.
22024
22025 2006-09-05  Bruno Haible  <bruno@clisp.org>
22026
22027         * MODULES.html.sh (String handling): Add trim.
22028
22029 2006-09-04  Karl Berry  <karl@gnu.org>
22030
22031         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
22032         until next release.
22033
22034 2006-09-03  Bruno Haible  <bruno@clisp.org>
22035
22036         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
22037         correctly.
22038
22039 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22040
22041         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
22042         not gl_GETLOADAVG.  Omit unneeded semicolons.
22043         Problems reported by Ralf Wildenhues in
22044         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22045         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
22046         at the end, which is the usual gnulib style.
22047
22048         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
22049         of doing all the work ourselves.
22050         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
22051         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
22052
22053 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22054
22055         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
22056         Problem reported by Ralf Wildenhues in
22057         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22058
22059         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
22060         HAVE_STRUCT_STATFS_F_FSTYPENAME.
22061
22062 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22063
22064         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
22065         yesterday's patch by changing test -n to test -z.
22066
22067 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22068
22069         * modules/getloadavg (Files): Add m4/getloadavg.m4.
22070         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
22071         the former is now obsolescent.
22072
22073         * modules/chdir-long (Depends-on): Add fcntl.
22074
22075 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22076
22077         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
22078         obsolescent, and programs should use gnulib instead.
22079         * m4/getloadavg.m4: New file, with contents taken from Autoconf
22080         but with prefixes changed.
22081
22082 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22083
22084         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
22085         or stdbool.h, because they might not exist while configuring.
22086
22087         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
22088         Don't include unistd.h or limits.h; not needed, since chdir-long.h
22089         does that for us.
22090         (O_DIRECTORY): Remove.
22091
22092 2006-08-31  Eric Blake  <ebb9@byu.net>
22093
22094         * gnulib-tool: Don't let emacs change spaces to TAB.
22095
22096 2006-08-31  Bruno Haible  <bruno@clisp.org>
22097
22098         * gnulib-tool: When calling func_import more than once, do it in a
22099         subshell.
22100         Reported by Eric Blake <ebb9@byu.net>.
22101
22102 2006-08-31  Bruno Haible  <bruno@clisp.org>
22103
22104         * gnulib-tool (nl): Remove variable.
22105         (sed_transform_lib_file): Use more robust test for config-h module.
22106         (func_import): Fix typo in 2006-08-25 patch.
22107
22108 2006-08-31  Bruno Haible  <bruno@clisp.org>
22109
22110         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
22111         specified, augment Makefile.am variables instead of assigning them.
22112
22113 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22114
22115         Work around a bug in both the Linux and SunOS 64-bit kernels:
22116         nanosleep mishandles sleeps for longer than 2**31 seconds.
22117         Problem reported by Frank v Waveren in
22118         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22119         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
22120         Check for nanosleep bug.
22121         (LIB_NANOSLEEP): Append clock_gettime library if needed.
22122
22123 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22124
22125         Work around a bug in both the Linux and SunOS 64-bit kernels:
22126         nanosleep mishandles sleeps for longer than 2**31 seconds.
22127         Problem reported by Frank v Waveren in
22128         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22129         * lib/nanosleep.c (BILLION): New constant.
22130         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
22131         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
22132         implementation.
22133
22134 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22135
22136         * modules/nanosleep (Depends-on): Add gettime.
22137
22138 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22139         and Simon Josefsson  <jas@extundo.com>
22140         and Oskar Liljeblad  <oskar@osk.mine.nu>
22141
22142         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
22143         * gnulib-tool (func_import): New license type 'unmodifiable license
22144         text'.
22145         * modules/fdl: Use it.  Longer description.
22146         * module/gpl, module/lgpl: New files.
22147
22148 2006-08-30  Jim Meyering  <jim@meyering.net>
22149
22150         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
22151         shadowing the parameter.
22152
22153 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22154
22155         Sync from Libtool:
22156
22157         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22158
22159         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
22160         sharing with gnulib.  Report by Eric Blake.
22161
22162 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22163
22164         * modules/isapipe: New file.
22165         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
22166
22167 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * modules/configmake (Makefile.am): Add a comment, and omit
22170         the CONFIGMAKE_ prefix from generated macro names.  Suggested
22171         by Bruno Haible.
22172
22173 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         * m4/isapipe.m4: New file.
22176
22177 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22178
22179         * lib/isapipe.c, lib/isapipe.h: New files.
22180
22181 2006-08-29  Jim Meyering  <jim@meyering.net>
22182
22183         * modules/configmake (Makefile.am): Make configmake.h depend on
22184         Makefile.  Otherwise, a stale configmake.h could hang around.
22185
22186 2006-08-29  Eric Blake  <ebb9@byu.net>
22187
22188         * lib/error.c (error_at_line, print_errno_message): Match libc, after
22189         resolution of upstream bug 3044.
22190
22191 2006-08-29  Bruno Haible  <bruno@clisp.org>
22192
22193         * modules/localcharset (Depends-on): Add configmake.
22194         (Makefile.am): Remove setting of LIBDIR through DEFS.
22195
22196 2006-08-29  Bruno Haible  <bruno@clisp.org>
22197
22198         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
22199         defined.
22200
22201 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22202
22203         * modules/fcntl: New file.
22204         * modules/chdir-safer (Depends-on): Add fcntl.
22205         * modules/fts: Likewise.
22206         * modules/mkdir-p: Likewise.
22207
22208         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
22209         This undoes the most recent change, since we're now addressing the
22210         problem in a different way.
22211
22212         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
22213         into output, since the output might be called Makefile.am even
22214         if $makefile_name is something different.
22215         (func_import): Use $makefile_am rather than
22216         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
22217         empty.
22218
22219         * modules/inttypes (Files): Add m4/inttypes-h.m4.
22220
22221 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
22224         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
22225         recent change to stdint.m4, since we're now addressing the problem in a
22226         different way.
22227
22228 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         * m4/fcntl_h.m4: New file.
22231
22232 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22233
22234         * lib/fcntl_.h: New file.
22235         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
22236         the fcntl module.
22237         * lib/dirchownmod.c: Likewise.
22238         * lib/fts.c: Likewise.
22239
22240         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
22241         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
22242         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
22243         just before including <inttypes.h>, to avoid circular inclusion.
22244
22245 2006-08-28  Jim Meyering  <jim@meyering.net>
22246
22247         * doc/visibility.texi: Actually read and correct the grammar of the
22248         sentence affected by yesterday's change.
22249
22250 2006-08-28  Eric Blake  <ebb9@byu.net>
22251
22252         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
22253         needs wrapper.
22254
22255 2006-08-28  Eric Blake  <ebb9@byu.net>
22256
22257         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
22258
22259 2006-08-28  Eric Blake  <ebb9@byu.net>
22260
22261         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
22262
22263 2006-08-28  Bruno Haible  <bruno@clisp.org>
22264
22265         * modules/c-strstr: New file, from GNU gettext.
22266         * MODULES.html.sh (String handling): Add c-strstr.
22267
22268 2006-08-28  Bruno Haible  <bruno@clisp.org>
22269
22270         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
22271         macros.
22272         Reported by Eric Blake.
22273
22274 2006-08-28  Bruno Haible  <bruno@clisp.org>
22275
22276         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
22277         (VASNPRINTF): Return a string of length > INT_MAX without failing.
22278         * lib/vasprintf.c: Include errno.h, limits.h.
22279         (EOVERFLOW): New fallback definition.
22280         (vasprintf): Test here whether the string length is > INT_MAX.
22281         * lib/vsnprintf.c: Include errno.h, limits.h.
22282         (EOVERFLOW): New fallback definition.
22283         (vsnprintf): Fix bug when generated string was too long for the buffer.
22284         Test here whether the string length is > INT_MAX.
22285
22286 2006-08-28  Bruno Haible  <bruno@clisp.org>
22287
22288         * lib/inttypes_.h (SCNX*): Remove definitions.
22289         Reported by Eric Blake.
22290
22291 2006-08-28  Bruno Haible  <bruno@clisp.org>
22292
22293         * lib/c-strstr.h: New file, from GNU gettext.
22294         * lib/c-strstr.c: New file, from GNU gettext.
22295
22296 2006-08-28  Bruno Haible  <bruno@clisp.org>
22297
22298         * gnulib-tool: Reorder some statements.
22299
22300 2006-08-28  Bruno Haible  <bruno@clisp.org>
22301
22302         * gnulib-tool: New option --makefile-name.
22303         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
22304         $makefile_name.
22305         (func_import): Write $makefile_name to the cache file, and read it from
22306         there unless explicitly specified. Use $makefile_name as file name
22307         instead of Makefile.am. Adjust the recommendations accordingly.
22308
22309 2006-08-28  Bruno Haible  <bruno@clisp.org>
22310
22311         * gnulib-tool (func_verify_module): Check against misapplying patch.
22312
22313 2006-08-28  Bruno Haible  <bruno@clisp.org>
22314
22315         * gnulib-tool (func_relativize, func_relconcat): New functions.
22316         Give an error if --local-dir is given with --update.
22317         Remove trailing slashes from $local_gnulib_dir.
22318         (func_import): Store the relativized $local_gnulib_dir in
22319         gnulib-cache.m4, and read it from there if not specified explicitly.
22320
22321 2006-08-28  Bruno Haible  <bruno@clisp.org>
22322
22323         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
22324         is the current directory. Respect also $local_gnulib_dir.
22325
22326 2006-08-28  Bruno Haible  <bruno@clisp.org>
22327             Simon Josefsson  <jas@extundo.com>
22328
22329         BeOS portability.
22330         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
22331
22332 2006-08-27  Jim Meyering  <jim@meyering.net>
22333
22334         * doc/visibility.texi: Remove duplicate word: "pointer".
22335
22336 2006-08-26  Bruno Haible  <bruno@clisp.org>
22337
22338         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
22339         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
22340         (Makefile.am): Create inttypes.h from inttypes_.h.
22341         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
22342
22343         * modules/imaxabs: New file.
22344
22345         * modules/imaxdiv: New file.
22346
22347 2006-08-26  Bruno Haible  <bruno@clisp.org>
22348
22349         * m4/inttypes.m4: New file.
22350         * m4/_inttypes_h.m4: Remove file.
22351         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
22352         PRI_MACROS_BROKEN.
22353         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
22354
22355         * m4/imaxabs.m4: New file.
22356
22357         * m4/imaxdiv.m4: New file.
22358
22359 2006-08-26  Bruno Haible  <bruno@clisp.org>
22360
22361         * lib/inttypes_.h: New file.
22362         * lib/inttypes.h: Remove file.
22363         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
22364
22365         * lib/imaxabs.c: New file.
22366
22367         * lib/imaxdiv.c: New file.
22368
22369 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22370
22371         New config-h module, so that "make" output needn't be cluttered
22372         by -DHAVE_CONFIG_H.
22373         * MODULES.html.sh (Support for building libraries and executables):
22374         Add config-h.
22375         * modules/config-h: New file.
22376         * gnulib-tool (nl, sed_transform_lib_file): New vars.
22377         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
22378         the config-h module is used.
22379
22380         New configmake module, so that "make" output needn't be cluttered
22381         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
22382         * MODULES.html.sh (Support for building libraries and executables):
22383         Add configmake.
22384         * modules/configmake: New file.
22385
22386 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22387
22388         * m4/config-h.m4: New file.
22389
22390 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22391
22392         * config/srclist.txt: Add elisp-comp.
22393
22394 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22395
22396         * MODULES.html.sh (Support for building libraries and executables):
22397         Add elisp-comp.
22398         * build-aux/elisp-comp: New file.
22399         * modules/elisp-comp: New file.
22400
22401 2006-08-24  Bruno Haible  <bruno@clisp.org>
22402
22403         * gnulib-tool (func_create_testdir): Use non-default values of
22404         sourcebase and m4base.
22405
22406 2006-08-24  Bruno Haible  <bruno@clisp.org>
22407
22408         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
22409         HTML structure.
22410
22411 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22412
22413         * modules/openat (Depends-on): Add lchown.
22414
22415 2006-08-23  Bruno Haible  <bruno@clisp.org>
22416
22417         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
22418         of gl_LOCK_EARLY instead of gl_LOCK.
22419
22420 2006-08-23  Bruno Haible  <bruno@clisp.org>
22421
22422         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
22423         on OSF/1 to no.
22424         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
22425
22426 2006-08-23  Bruno Haible  <bruno@clisp.org>
22427
22428         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
22429         as unusable.
22430
22431         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
22432         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
22433         (gl_LOCK): New macro.
22434
22435 2006-08-22  Simon Josefsson  <jas@extundo.com>
22436
22437         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
22438         to md5 module.
22439
22440 2006-08-22  Simon Josefsson  <jas@extundo.com>
22441
22442         * MODULES.html.sh: Add "Support for maintaining and release
22443         projects".
22444
22445         * build-aux/gnupload: New file, from coreutils.
22446
22447 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         Avoid the need for AC_LIBSOURCES in m4 macros.
22450         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
22451         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
22452         * modules/check-version (EXTRA_DIST): Add check-version.h.
22453         * modules/crc (EXTRA_DIST): Add crc.h.
22454         * modules/des (EXTRA_DIST): Add des.h.
22455         * modules/gc (EXTRA_DIST): Add gc.h.
22456         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
22457         * modules/getline (EXTRA_DIST): Add getline.h.
22458         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
22459         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
22460         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
22461         * modules/md2 (EXTRA_DIST): Add md2.h.
22462         * modules/md4 (EXTRA_DIST): Add md4.h.
22463         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
22464         * modules/read-file (EXTRA_DIST): Add read-file.h.
22465         * modules/readline (EXTRA_DIST): Add readline.h.
22466         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
22467         rijndael-api-fst.h.
22468
22469 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22470
22471         * m4/rijndael.m4 (gl_ARCFOUR):
22472         * m4/arctwo.m4 (gl_ARCTWO):
22473         * m4/check-version.m4 (gl_CHECK_VERSION):
22474         * m4/crc.m4 (gl_CRC):
22475         * m4/des.m4 (gl_DES):
22476         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
22477         * m4/gc.m4 (gl_GC):
22478         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
22479         * m4/getline.m4 (gl_FUNC_GETLINE):
22480         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
22481         * m4/hmac-md5.m4 (gl_HMAC_MD5):
22482         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
22483         * m4/md2.m4 (gl_MD2):
22484         * m4/md4.m4 (gl_MD4):
22485         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
22486         * m4/read-file.m4 (gl_FUNC_READ_FILE):
22487         * m4/readline.m4 (gl_FUNC_READLINE):
22488         * m4/rijndael.m4 (gl_RIJNDAEL):
22489         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
22490         to get the necessary .h files and whatnot.
22491
22492 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22493
22494         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
22495         gnulib rather than the other way around.
22496         * config/srclistvars.sh (COREUTILS): Remove.
22497
22498 2006-08-22  Jim Meyering  <jim@meyering.net>
22499
22500         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
22501
22502         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
22503
22504 2006-08-22  Eric Blake  <ebb9@byu.net>
22505
22506         * modules/regexprops-generic: New file.
22507         * MODULES.html.sh (Support for building documentation): List it.
22508
22509 2006-08-22  Eric Blake  <ebb9@byu.net>
22510
22511         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
22512         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
22513         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
22514         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
22515
22516 2006-08-22  Bruno Haible  <bruno@clisp.org>
22517
22518         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
22519         and lib_LTLIBRARIES like the other lib_* variables.
22520
22521 2006-08-22  Bruno Haible  <bruno@clisp.org>
22522
22523         * build-aux/x-to-1.in: New file, from GNU gettext.
22524
22525 2006-08-22  Bruno Haible  <bruno@clisp.org>
22526
22527         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
22528         <utmpx.h> exists.
22529
22530 2006-08-22  Bruno Haible  <bruno@clisp.org>
22531
22532         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
22533         <utmpx.h> exists.
22534
22535 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22536
22537         BeOS portability.
22538         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
22539         exist.
22540         Problem reported by Bruno Haible.
22541
22542 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22543
22544         Avoid the need for AC_LIBSOURCES in m4 macros.
22545         * modules/acl (EXTRA_DIST): Add acl.h.
22546         * modules/argmatch (Files): Add m4/argmatch.m4.
22547         (configure.ac): Add gl_ARGMATCH.
22548         (EXTRA_DIST): Renamed from lib_SOURCES, for
22549         consistency with the other modules.  Remove argmatch.c.
22550         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
22551         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
22552         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
22553         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
22554         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
22555         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
22556         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
22557         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
22558         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
22559         * modules/closeout (EXTRA_DIST): Add closeout.h.
22560         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
22561         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
22562         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
22563         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
22564         dirname.h; remove basename.c and stripslash.c.
22565         * modules/exclude (EXTRA_DIST): Add exclude.h.
22566         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
22567         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
22568         * modules/file-type (EXTRA_DIST): Add file-type.h.
22569         * modules/filemode (EXTRA_DIST): Add filemode.h.
22570         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
22571         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22572         * modules/fpending (EXTRA_DIST): Add __fpending.h.
22573         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
22574         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
22575         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
22576         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
22577         * modules/getdate (EXTRA_DIST): Add getdate.c.
22578         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
22579         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
22580         * modules/getpass (EXTRA_DIST): Add getpass.h.
22581         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
22582         * modules/group-member (EXTRA_DIST): Add group-member.h.
22583         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
22584         * modules/hash (EXTRA_DIST): Add hash.h.
22585         * modules/human (EXTRA_DIST): Add human.h.
22586         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
22587         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
22588         * modules/lchown (EXTRA_DIST): Add lchown.h.
22589         * modules/long-options (EXTRA_DIST): Add long-options.h.
22590         * modules/lstat (EXTRA_DIST): Add lstat.h.
22591         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
22592         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
22593         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
22594         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
22595         * modules/memxor (EXTRA_DIST): Add memxor.h.
22596         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
22597         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
22598         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
22599         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
22600         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
22601         * modules/physmem (EXTRA_DIST): Add physmem.h.
22602         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
22603         * modules/posixver (EXTRA_DIST): Add posixver.h.
22604         * modules/quote (EXTRA_DIST): Add quote.h.
22605         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
22606         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
22607         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
22608         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
22609         regex_internal.h regexec.c.
22610         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
22611         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
22612         * modules/same (EXTRA_DIST): Add same.h.
22613         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
22614         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
22615         * modules/savedir (EXTRA_DIST): Add savedir.h.
22616         * modules/sha1 (EXTRA_DIST): Add sha1.h.
22617         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
22618         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
22619         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
22620         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
22621         * modules/strdup (EXTRA_DIST): Add strdup.h.
22622         * modules/strftime (EXTRA_DIST): Add strftime.h.
22623         * modules/strndup (EXTRA_DIST): Add strndup.h.
22624         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
22625         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
22626         * modules/time_r (EXTRA_DIST): Add time_r.h.
22627         * modules/timespec (EXTRA_DIST): Add timespec.h.
22628         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22629         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
22630         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
22631         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
22632         * modules/userspec (EXTRA_DIST): Add userspec.h.
22633         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
22634         * modules/utimens (EXTRA_DIST): Add utimens.h.
22635         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
22636         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
22637         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
22638         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
22639         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
22640         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
22641         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
22642         * modules/yesno (EXTRA_DIST): Add yesno.h.
22643
22644 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22645
22646         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
22647
22648         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
22649         * m4/dev-ino.m4, same-inode.m4: Remove.
22650
22651         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
22652         * m4/acl.m4 (AC_FUNC_ACL):
22653         * m4/backupfile.m4 (gl_BACKUPFILE):
22654         * m4/c-strtod.m4 (gl_C99_STRTOLD):
22655         * m4/canon-host.m4 (gl_CANON_HOST):
22656         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22657         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
22658         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
22659         * m4/cloexec.m4 (gl_CLOEXEC):
22660         * m4/close-stream.m4 (gl_CLOSE_STREAM):
22661         * m4/closeout.m4 (gl_CLOSEOUT):
22662         * m4/dirfd.m4 (gl_FUNC_DIRFD):
22663         * m4/dirname.m4 (gl_DIRNAME):
22664         * m4/exclude.m4 (gl_EXCLUDE):
22665         * m4/exitfail.m4 (gl_EXITFAIL):
22666         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
22667         * m4/file-type.m4 (gl_FILE_TYPE):
22668         * m4/filemode.m4 (gl_FILEMODE):
22669         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
22670         * m4/fpending.m4 (gl_FUNC_FPENDING):
22671         * m4/fprintftime.m4 (gl_FPRINTFTIME):
22672         * m4/fts.m4 (gl_FUNC_FTS):
22673         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
22674         * m4/getdate.m4 (gl_GETDATE):
22675         * m4/gethrxtime.m4 (gl_GETHRXTIME):
22676         * m4/getpagesize.m4 (gl_GETPAGESIZE):
22677         * m4/getpass.m4 (gl_FUNC_GETPASS):
22678         * m4/gettime.m4 (gl_GETTIME):
22679         * m4/getugroups.m4 (gl_GETUGROUPS):
22680         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
22681         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
22682         * m4/hard-locale.m4 (gl_HARD_LOCALE):
22683         * m4/hash.m4 (gl_HASH):
22684         * m4/idcache.m4 (gl_IDCACHE):
22685         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
22686         * m4/lchown.m4 (gl_FUNC_LCHOWN):
22687         * m4/long-options.m4 (gl_LONG_OPTIONS):
22688         * m4/lstat.m4 (gl_FUNC_LSTAT):
22689         * m4/md5.m4 (gl_MD5):
22690         * m4/memcasecmp.m4 (gl_MEMCASECMP):
22691         * m4/memcoll.m4 (gl_MEMCOLL):
22692         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
22693         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
22694         * m4/memxor.m4 (gl_MEMXOR):
22695         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
22696         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
22697         * m4/modechange.m4 (gl_MODECHANGE):
22698         * m4/mountlist.m4 (gl_MOUNTLIST):
22699         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22700         * m4/openat.m4 (gl_FUNC_OPENAT):
22701         * m4/pathmax.m4 (gl_PATHMAX):
22702         * m4/physmem.m4 (gl_PHYSMEM):
22703         * m4/posixtm.m4 (gl_POSIXTM):
22704         * m4/posixver.m4 (gl_POSIXVER):
22705         * m4/quote.m4 (gl_QUOTE):
22706         * m4/quotearg.m4 (gl_QUOTEARG):
22707         * m4/readtokens.m4 (gl_READTOKENS):
22708         * m4/readutmp.m4 (gl_READUTMP):
22709         * m4/regex.m4 (gl_REGEX):
22710         * m4/safe-read.m4 (gl_SAFE_READ):
22711         * m4/safe-write.m4 (gl_SAFE_WRITE):
22712         * m4/same.m4 (gl_SAME):
22713         * m4/save-cwd.m4 (gl_SAVE_CWD):
22714         * m4/savedir.m4 (gl_SAVEDIR):
22715         * m4/settime.m4 (gl_SETTIME):
22716         * m4/sha1.m4 (gl_SHA1):
22717         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
22718         * m4/stat-macros.m4 (gl_STAT_MACROS):
22719         * m4/stat-time.m4 (gl_STAT_TIME):
22720         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
22721         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
22722         * m4/strdup.m4 (gl_FUNC_STRDUP):
22723         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
22724         * m4/strndup.m4 (gl_FUNC_STRNDUP):
22725         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
22726         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
22727         * m4/time_r.m4 (gl_TIME_R):
22728         * m4/timespec.m4 (gl_TIMESPEC):
22729         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
22730         * m4/unlinkdir.m4 (gl_UNLINKDIR):
22731         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
22732         * m4/userspec.m4 (gl_USERSPEC):
22733         * m4/utimecmp.m4 (gl_UTIMECMP):
22734         * m4/utimens.m4 (gl_UTIMENS):
22735         * m4/xalloc.m4 (gl_XALLOC):
22736         * m4/xgetcwd.m4 (gl_XGETCWD):
22737         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
22738         * m4/xreadlink.m4 (gl_XREADLINK):
22739         * m4/xstrtod.m4 (gl_XSTRTOD):
22740         * m4/yesno.m4 (gl_YESNO):
22741         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
22742         to get the necessary .h files and whatnot.
22743
22744 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
22745             Bruno Haible  <bruno@clisp.org>
22746
22747         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
22748         /bin/sh understanding of '!' conditional negation.
22749
22750 2006-08-21  Jim Meyering  <jim@meyering.net>
22751
22752         * modules/openat (Depends-on): Really alphabetize.
22753
22754         * modules/acl (Depends-on): Add error and quote.
22755
22756         * check-module (find_included_lib_files): Add at-func.c to the
22757         ok-to-include-more-than-once white list.
22758
22759         * modules/openat (Depends-on): Add lstat.  Alphabetize.
22760
22761 2006-08-21  Bruno Haible  <bruno@clisp.org>
22762
22763         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22764         Emit a pkgdata_DATA variable only if some snippets add contents to it.
22765         Reported by Martin Lambers <marlam@marlam.de>.
22766
22767 2006-08-21  Bruno Haible  <bruno@clisp.org>
22768
22769         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
22770         specify an installation location, don't emit a noinst_LIBRARIES or
22771         noinst_LTLIBRARIES assignment.
22772
22773 2006-08-21  Bruno Haible  <bruno@clisp.org>
22774
22775         BeOS portability.
22776         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
22777         BeOS has mbrtowc() but no <wctype.h>.
22778
22779 2006-08-21  Bruno Haible  <bruno@clisp.org>
22780
22781         BeOS portability.
22782         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
22783         exist.
22784
22785 2006-08-21  Bruno Haible  <bruno@clisp.org>
22786
22787         BeOS portability.
22788         * lib/mbchar.h: Include <wctype.h> only if it exists.
22789
22790 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22791
22792         Remove files that are no longer needed by their respective modules.
22793         * m4/obstack.m4: Remove.
22794         * m4/strerror_r.m4: Remove.
22795         * m4/uint32_t.m4: Remove.
22796         * m4/uintptr_t.m4: Remove.
22797         * m4/ullong_max.m4: Remove.
22798         * m4/xstrtoimax.m4: Remove.
22799         * m4/xstrtoumax.m4: Remove.
22800
22801         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
22802         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
22803         dependencies now capture this.
22804
22805         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
22806         Do not use AC_LIBSOURCES, since gnulib modules now do this.
22807         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
22808         * m4/human.m4 (gl_HUMAN): Likewise.
22809         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
22810         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
22811
22812         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
22813
22814         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
22815         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
22816         stdint.
22817         * m4/human.m4 (gl_HUMAN): Likewise.
22818         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
22819         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
22820         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
22821         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
22822         * m4/xstrtol (gl_XSTRTOL): Likewise.
22823
22824         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
22825         AC_TYPE_LONG_LONG_INT.
22826         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
22827         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
22828         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
22829         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
22830
22831         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
22832         on stdbool.
22833
22834         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
22835         (gl_PREREQ_XSTRTOUL): Remove.
22836
22837         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
22838
22839         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
22840         mode.
22841
22842 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22843
22844         Add and change modules to make it easier for coreutils to use
22845         gnulib-tool.
22846         * modules/backupfile (Files): Remove m4/d-ino.m4.
22847         (Depends-on): Add d-ino.
22848         * modules/cycle-check (Depends-on): Add stdint.
22849         (lib_SOURCES): Add cycle-check.h.
22850         * modules/d-ino: New module.
22851         * modules/d-type: New module.
22852         * modules/error (Files): Remove m4/strerror_r.m4.
22853         * modules/filemode (Files): Add m4/st_dm_mode.m4.
22854         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
22855         m4/inttypes_h.m4, m4/uintmax_t.m4.
22856         (Depends-on): Add stdint.
22857         (lib_SOURCES): Add fsusage.h.
22858         * modules/getcwd (Files): Remove d-ino.m4.
22859         (Depends-on): Add d-ino.
22860         * modules/getndelim2 (Depends-on): Add stdint.
22861         * modules/glob (Files): Remove m4/d-type.m4.
22862         (Depends-on): Add d-type.
22863         * modules/host-os: New module.
22864         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
22865         m4/inttypes_h.m4, m4/uintmax_t.m4.
22866         * Depends-on: Add stdint.
22867         (lib_SOURCES): Add human.h.
22868         * modules/inttostr (Files): Remove m4/intmax_t.m4,
22869         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
22870         m4/uintmax_t.m4, m4/ulonglong.m4.
22871         (Depends-on): Add stdint.
22872         (EXTRA_DIST): Add inttostr.h.
22873         * modules/lchmod: New module.
22874         * modules/link-follow: New module.
22875         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
22876         (Depends-on): Add lchmod.
22877         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
22878         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
22879         (Depends-on): Add stdint.
22880         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
22881         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
22882         (Depends-on): Add stdint.
22883         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
22884         * modules/perl: New module.
22885         * modules/regex (Depends-on): Add stdint.
22886         * modules/rmdir-errno: New module.
22887         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
22888         m4/intmax_t.m4.
22889         (Depends-on): Add stdint.
22890         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
22891         m4/uintmax_t.m4.
22892         (Depends-on): Add stdint.
22893         * modules/unlink-busy: New module.
22894         * modules/utimecmp (Depends-on): Add stdint.
22895         * modules/uptime: New module.
22896         * modules/winsz-ioctl: New module.
22897         * modules/winsz-termios: New module.
22898         * modules/xnanosleep (Depends-on): Add nanosleep.
22899         * modules/ullong_max: Remove.
22900         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
22901         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
22902         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
22903         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
22904         (Depends-on): Add inttypes.
22905         (lib_SOURCES): Add xstrtol.h.
22906         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
22907         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
22908         * MODULES.html.sh: Move 'assert' into the assert section.
22909         Move 'dummy' into the linking section.
22910         Remove ullong_max.
22911         Add section for compatibility checks for POSIX:2001 functions,
22912         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
22913         winsz-ioctl, and winsz-termios into it.
22914         Add lchmod.
22915         Add top-level Misc section and put host-os, perl, and uptime
22916         into it.
22917
22918 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22919
22920         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
22921         now assume the stdint module.  Do not include inttypes.h.
22922         * lib/fsusage.h: Likewise.
22923         * lib/getndelim2.c: Likewise.
22924         * lib/human.h: Likewise.
22925         * lib/inttostr.h: Likewise.
22926         * lib/obstack.c: Likewise.
22927         * lib/regex_internal.h: Likewise.
22928         * lib/tempname.c: Likewise.
22929         * lib/utimecmp.c: Likewise.
22930         * lib/xstrtol.h: Likewise.
22931
22932         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
22933
22934         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
22935         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
22936         * lib/xtime.h: Likewise.
22937
22938 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22939
22940         * modules/openat (Files): Add lib/fchmodat.c.
22941         Fixes problem reported by Jay Youngman.
22942
22943 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22944
22945         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
22946         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
22947
22948 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
22949             Bruno Haible  <bruno@clisp.org>
22950
22951         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
22952         and is a script that invokes bison. Tighten the code. Add comments.
22953
22954 2006-08-18  Jim Meyering  <jim@meyering.net>
22955
22956         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
22957         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
22958         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
22959         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
22960
22961 2006-08-18  Bruno Haible  <bruno@clisp.org>
22962
22963         * modules/bison-i18n: New file.
22964         * MODULES.html.sh (Internationalization functions): Add it.
22965
22966 2006-08-18  Bruno Haible  <bruno@clisp.org>
22967
22968         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
22969         sys/statvfs.h. When getmntinfo was found, check its declaration and
22970         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
22971
22972 2006-08-18  Bruno Haible  <bruno@clisp.org>
22973
22974         * m4/bison-i18n.m4: New file, from bison.
22975
22976 2006-08-18  Bruno Haible  <bruno@clisp.org>
22977
22978         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
22979         (ME_DUMMY): Treat "kernfs" as a dummy.
22980         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
22981
22982 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22983
22984         Update from coreutils.
22985
22986         2006-08-15  Jim Meyering  <jim@meyering.net>
22987
22988         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
22989
22990         2006-01-17  Jim Meyering  <jim@meyering.net>
22991
22992         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
22993
22994         2006-01-11  Jim Meyering  <jim@meyering.net>
22995
22996         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
22997         Check for the lchmod function.
22998
22999 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23000
23001         Update from coreutils.
23002
23003         * lib/__fpending.h: Add copyright notice.
23004         * lib/fprintftime.h: Likewise.
23005         * lib/savedir.c: Use (C) in copyright notice.
23006         * lib/savedir.h: Likewise.
23007
23008         2006-08-15  Jim Meyering  <jim@meyering.net>
23009
23010         * lib/at-func.c: New file, with the logic of all emulated at-functions.
23011         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
23012         in support of the EXPECTED_ERRNO macro.
23013         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
23014         definitions.  Instead, define the appropriate symbols and include
23015         "at-func.c".
23016         * lib/mkdirat.c (mkdirat): Likewise.
23017         * lib/fchmodat.c (fchmodat): Likewise.
23018         (ENOSYS): Remove definition.
23019         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
23020         it.  Don't include "unistd--.h" -- it wasn't ever used.
23021
23022         2006-01-17  Jim Meyering  <jim@meyering.net>
23023
23024         Rewrite fts.c not to change the current working directory,
23025         by using openat, fstatat, fdopendir, etc..
23026
23027         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
23028         (HAVE_OPENAT_SUPPORT): Define.
23029         [_LIBC] (fchdir): Don't undef or define; no longer used.
23030         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
23031         Now, this `function' always succeeds, and consumes its file descriptor
23032         parameter -- so callers must not close such FDs.  Update callers.
23033         (diropen_fd, opendirat, cwd_advance_fd): New functions.
23034         (diropen): Add parameter, SP.  Adjust all callers.
23035         Implement using diropen_fd, rather than open.
23036         (fts_open): Initialize new member, fts_cwd_fd.
23037         Remove fts_rft-setting code.
23038         (fts_close): Close fts_cwd_fd, if necessary.
23039         (__opendir2): Define in terms of opendir or opendirat,
23040         depending on whether the FST_NOCHDIR flag is set.
23041         (fts_build): Since fts_safe_changedir consumes its FD, and since
23042         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
23043         and close the dup'd file descriptor upon failure.
23044         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
23045         (fts_safe_changedir): Tweak semantics to reflect that this function
23046         now calls cwd_advance_fd and hence consumes its FD argument.
23047         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
23048         [struct FTS] (fts_rft): Remove now-unused member.
23049         [struct FTS] (fts_cycle.state): Improve comment.
23050
23051         * lib/openat.c (openat_needs_fchdir): New function.
23052         * lib/openat.h (openat_needs_fchdir): Declare it.
23053
23054 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23055
23056         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
23057         Problem and fix reported by Pádraig Brady in
23058         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
23059
23060 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23061
23062         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
23063
23064 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23065
23066         * lib/memcoll.c (memcoll): Optimize for the common case where the
23067         arguments are bytewise equal.
23068
23069 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23070
23071         * doc/regexprops-generic.texi: Add a copyright notice.
23072
23073 2006-08-15  Bruno Haible  <bruno@clisp.org>
23074
23075         * modules/tmpdir (License): Change to LGPL.
23076
23077 2006-08-15  Bruno Haible  <bruno@clisp.org>
23078
23079         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
23080         module.
23081
23082 2006-08-14  Simon Josefsson  <jas@extundo.com>
23083
23084         * config/srclist.txt: Add gnupload.
23085
23086 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23087
23088         Change copyright notice from LGPL 2 to GPL 2, since that's the
23089         standard form used in the gnulib repository.
23090         * tests/test-lock.c: Likewise.
23091         * tests/test-stdint.c: Likewise.
23092         * tests/test-tls.c: Likewise.
23093
23094         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
23095         prelude-manager.  User shorter URLs for GNU projects, without '?'.
23096         Add copyright notice.
23097
23098         * check-module: Add copyright notice.  Output a copyright
23099         notice if "--version" is specified.
23100         * modules/COPYING: New file.
23101         * tests/test-getaddrinfo.c: Add copyright notice.
23102         * tests/test-verify.c: Likewise.
23103
23104 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23105
23106         Change copyright notice from LGPL 2 to GPL 2, since that's the
23107         standard form used in the gnulib repository.
23108         * lib/lock.c: LGPL -> GPL.
23109         * lib/lock.h: Likewise.
23110         * lib/strnlen1.c: Likewise.
23111         * lib/strnlen1.h: Likewise.
23112         * lib/tls.c: Likewise.
23113         * lib/tls.h: Likewise.
23114         * lib/tmpdir.c: Likewise.
23115
23116         * lib/TODO: Remove; this belongs only in coreutils.
23117
23118 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23119
23120         Add copyright notices to long-enough files that lack them, since
23121         otherwise the files aren't clearly free.  Use the same notice that
23122         getdate.texi already uses.
23123         * doc/alloca-opt.texi: Add copyright notice.
23124         * doc/alloca.texi: Likewise.
23125         * doc/ctime.texi: Likewise.
23126         * doc/functions.texi: Likewise.
23127         * doc/gcd.texi: Likewise.
23128         * doc/gnulib-tool.texi: Likewise.
23129         * doc/inet_ntoa.texi: Likewise.
23130         * doc/visibility.texi: Likewise.
23131
23132         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
23133         * doc/quote.texi: Add copyright notice.
23134
23135         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
23136         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
23137         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
23138         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
23139         is now obsolete, and give a pointer to the Sun list.
23140         Add copyright notice.
23141
23142 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23143
23144         * config/srclistvars.sh: Add copyright notice.
23145
23146 2006-08-14  Eric Blake  <ebb9@byu.net>
23147
23148         Import the following change from libc:
23149
23150         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
23151
23152         Upstream bug 2997.
23153         * lib/misc/error.c: Add space between program name and message if file
23154         name is missing.
23155
23156 2006-08-12  Karl Berry  <karl@gnu.org>
23157
23158         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
23159         remove, these originate in gnulib now.
23160
23161 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23162
23163         * doc/Makefile (standards.info standards.html standards.dvi):
23164         Also depend on make-stds.texi.
23165
23166 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23167
23168         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
23169         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
23170
23171         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
23172         in wchar_t.  Problem reported by Eric Blake.
23173
23174         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
23175         LEN is smaller than SIZE.  Suggested by Bruno Haible.
23176         Also, help the compiler to keep LEN in a register.
23177
23178 2006-08-11  Eric Blake  <ebb9@byu.net>
23179
23180         * users.txt: Sort.  Add tar.
23181
23182 2006-08-11  Bruno Haible  <bruno@clisp.org>
23183
23184         * users.txt: New file.
23185
23186 2006-08-11  Bruno Haible  <bruno@clisp.org>
23187
23188         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
23189         before <wchar.h>. Needed for OSF/1 and BSD/OS.
23190
23191 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23192
23193         * modules/snprintf (Depends-on): Remove minmax.
23194         (Maintainer): Add self and Bruno.
23195
23196 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23197
23198         * lib/.cppi-disable: Add snprintf.h, socket_.h.
23199         * lib/snprintf.c: Include <errno.h> and <limits.h>.
23200         (EOVERFLOW): Define if the system does not.
23201         Do not include "minmax.h"; it wasn't used.
23202         (snprintf): Don't assume size_t promotes to an unsigned type.
23203         Fix bug when generated string was too long for the buffer: the
23204         buffer's contents are supposed to be the initial prefix of the
23205         output.  Don't assume vasnprintf returns EOVERFLOW if the size
23206         exceeds INT_MAX; do the check ourselves.
23207
23208         Import the following changes from libc:
23209
23210         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
23211
23212         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
23213         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
23214         set wc to the byte which couldn't be converted.
23215         (re_string_reconstruct): Don't clear valid_raw_len before calling
23216         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
23217         tip_context using re_string_context_at.
23218
23219         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
23220
23221         * lib/posix/regex.h: g++ still cannot handled [restrict].
23222
23223         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
23224
23225         * lib/posix/regex.h: Remove special handling for VMS.
23226
23227 2006-08-10  Jim Meyering  <jim@meyering.net>
23228
23229         * modules/same-inode: New module.
23230         * modules/dev-ino: New module.
23231         * modules/cycle-check: Depend on these modules, rather than simply
23232         including their .h files.
23233         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
23234         required via m4/cycle-check.m4.
23235         * modules/same: Depend on new same-inode module, rather than
23236         including same-inode.h.
23237         * modules/chdir-safer: New file.
23238
23239         * modules/chown (Depends-on): Add stat-macros.
23240
23241 2006-08-10  Jim Meyering  <jim@meyering.net>
23242
23243         * m4/cycle-check.m4: New file.
23244         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
23245         * m4/dev-ino.m4, m4/same-inode.m4: New files.
23246
23247 2006-08-10  Eric Blake  <ebb9@byu.net>
23248
23249         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
23250         in from original proposal.
23251
23252 2006-08-10  Eric Blake  <ebb9@byu.net>
23253         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23254
23255         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
23256         namespace.
23257
23258 2006-08-10  Bruno Haible  <bruno@clisp.org>
23259
23260         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
23261         as well.
23262
23263 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23264
23265         Sync from coreutils.
23266
23267         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
23268
23269         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
23270         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
23271
23272 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23273
23274         * modules/restrict: Remove; no longer needed now that we assume
23275         Autoconf 2.59 or later.
23276         * MODULES.html.sh: Remove 'restrict'.
23277         * modules/argp (Depends-on): Remove 'restrict'.
23278         * modules/base64 (Depends-on): Likewise.
23279         * modules/gc (Depends-on): Likewise.
23280         * modules/getaddrinfo (Depends-on): Likewise.
23281         * modules/glob (Depends-on): Likewise.
23282         * modules/inet_ntop (Depends-on): Likewise.
23283         * modules/inet_pton (Depends-on): Likewise.
23284         * modules/memxor (Depends-on): Likewise.
23285         * modules/regex (Depends-on): Likewise.
23286         * modules/strtok_r (Depends-on): Likewise.
23287         * modules/time_r (Depends-on): Likewise.
23288
23289 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23290
23291         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
23292         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
23293         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23294         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
23295         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
23296         * m4/memxor.m4 (gl_MEMXOR): Likewise.
23297         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
23298         gl_C_RESTRICT replaced by AC_C_RESTRICT.
23299
23300         Merge from coreutils.
23301         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
23302         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
23303         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23304         * m4/time_r.m4 (gl_TIME_R): Likewise.
23305
23306 2006-08-09  Karl Berry  <karl@gnu.org>
23307
23308         * config/srclist.txt: no more gettext-tools, per Bruno.
23309
23310 2006-08-08  Eric Blake  <ebb9@byu.net>
23311
23312         * modules/verror: New module.
23313         * MODULES.html.sh: Document it.
23314
23315 2006-08-08  Eric Blake  <ebb9@byu.net>
23316
23317         * lib/verror.h, lib/verror.c: New files.
23318
23319 2006-08-08  Eric Blake  <ebb9@byu.net>
23320
23321         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
23322         verror_at_line output complies with GNU Coding Standards even when
23323         file is NULL.
23324
23325 2006-08-07  Bruno Haible  <bruno@clisp.org>
23326
23327         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
23328         versions of AIX.
23329         Reported by Ralf Wildenhues.
23330
23331 2006-08-07  Bruno Haible  <bruno@clisp.org>
23332
23333         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
23334         in an AC_DEFUN. Needed so that the autoconf snippets can use
23335         AC_REQUIRE.
23336
23337 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23338
23339         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23340         Initialize pkgdata_DATA.
23341         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
23342         overriding it.
23343
23344 2006-08-06  Eric Blake  <ebb9@byu.net>
23345
23346         * lib/error.h: Fold in some upstream changes from glibc.
23347         * lib/error.c: Likewise.
23348
23349 2006-08-04  Bruno Haible  <bruno@clisp.org>
23350
23351         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23352         Make the mostlyclean-local rule depend on mostlyclean-generic.
23353         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
23354
23355 2006-07-31  Bruno Haible  <bruno@clisp.org>
23356
23357         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
23358         <stdlib.h>, <string.h>.
23359
23360 2006-07-30  Bruno Haible  <bruno@clisp.org>
23361
23362         * modules/readlink (License): Change to LGPL.
23363
23364 2006-07-30  Bruno Haible  <bruno@clisp.org>
23365
23366         * modules/javaversion (Makefile.am): Distribute javaversion.java and
23367         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
23368         set PKGDATADIR to point to it.
23369
23370 2006-07-30  Bruno Haible  <bruno@clisp.org>
23371
23372         * modules/csharpexec (configure.ac): Comment out macro invocation.
23373         * modules/javaexec (configure.ac): Likewise.
23374         * modules/javacomp-script (configure.ac): Likewise.
23375
23376         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
23377
23378 2006-07-30  Bruno Haible  <bruno@clisp.org>
23379
23380         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
23381         linked-list.
23382
23383 2006-07-30  Bruno Haible  <bruno@clisp.org>
23384
23385         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
23386
23387 2006-07-30  Bruno Haible  <bruno@clisp.org>
23388
23389         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23390         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
23391         get removed.
23392
23393 2006-07-29  Bruno Haible  <bruno@clisp.org>
23394
23395         Make it possible for gnulib-tool to work with locally modified or
23396         augmented gnulib repositories.
23397         * gnulib-tool (func_usage): Document --local-dir option.
23398         (local_gnulib_dir): New variable.
23399         Handle --local-dir option.
23400         (func_lookup_file): New function.
23401         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
23402         (func_get_description, func_get_filelist, func_get_description,
23403         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
23404         func_get_automake_snippet, func_get_include_directive,
23405         func_get_license, func_get_maintainer): Use func_lookup_file.
23406         (func_import, func_create_testdir): Use func_lookup_file.
23407
23408 2006-07-29  Bruno Haible  <bruno@clisp.org>
23409
23410         * modules/setenv (Depends-on): Add unistd.
23411
23412 2006-07-29  Bruno Haible  <bruno@clisp.org>
23413
23414         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
23415
23416 2006-07-29  Bruno Haible  <bruno@clisp.org>
23417
23418         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
23419
23420 2006-07-29  Bruno Haible  <bruno@clisp.org>
23421
23422         * gnulib-tool (import, update): If there is no Makefile.am, look at
23423         aclocal.m4, instead of bailing out.
23424
23425 2006-07-29  Bruno Haible  <bruno@clisp.org>
23426
23427         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
23428         Categorize the options by when they are useful.
23429
23430 2006-07-29  Bruno Haible  <bruno@clisp.org>
23431
23432         * gnulib-tool (func_usage): Document option --no-libtool.
23433         Handle option --no-libtool.
23434         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
23435         for changed semantics of $libtool variable.
23436         (func_import): Likewise. If libtool is not used, show this through
23437         an option --no-libtool.
23438         (func_create_testdir): Update.
23439
23440 2006-07-29  Bruno Haible  <bruno@clisp.org>
23441
23442         * gnulib-tool (func_import): Extend error message about missing
23443         --doc-base.
23444
23445 2006-07-29  Bruno Haible  <bruno@clisp.org>
23446
23447         * gnulib-tool (func_import): Don't create the $docbase directory if
23448         there is no file to store there.
23449
23450 2006-07-29  Bruno Haible  <bruno@clisp.org>
23451
23452         * gnulib-tool (autoconf_minversion): If a --dir option is given and
23453         relevant, look for configure.ac there, not in the current directory.
23454         Also use a simple search for AC_PREREQ, not "autoconf --trace".
23455
23456 2006-07-29  Bruno Haible  <bruno@clisp.org>
23457
23458         * gnulib-tool (SORT): New variable.
23459         (func_usage): Undocument --assume-autoconf option.
23460         Remove --assume-autoconf option handling.
23461         (autoconf_minversion): Determine from the contents of configure.ac.
23462         (func_import): Remove autoconf_minversion handling.
23463         Suggested by Eric Blake.
23464
23465 2006-07-29  Bruno Haible  <bruno@clisp.org>
23466
23467         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
23468
23469 2006-07-29  Bruno Haible  <bruno@clisp.org>
23470
23471         * config/srclist.txt (*setenv.[ch]): Remove rules.
23472
23473 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23474
23475         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
23476
23477 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23478
23479         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
23480         arpa/inet.h.
23481
23482 2006-07-28  Simon Josefsson  <jas@extundo.com>
23483
23484         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
23485         * modules/inet_pton (Depends-on): Likewise.
23486
23487 2006-07-28  Simon Josefsson  <jas@extundo.com>
23488
23489         * m4/netinet_in_h.m4: New file.
23490
23491 2006-07-28  Simon Josefsson  <jas@extundo.com>
23492
23493         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
23494         #include's.
23495
23496 2006-07-28  Simon Josefsson  <jas@extundo.com>
23497
23498         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
23499         #include's.
23500
23501 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
23502
23503         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
23504         setgid on directories only if they set these bits.
23505         * lib/modechange.h: Remove obsolete comment about masks.
23506
23507 2006-07-28  Eric Blake  <ebb9@byu.net>
23508
23509         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
23510         macro expansion.
23511
23512 2006-07-28  Bruno Haible  <bruno@clisp.org>
23513
23514         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
23515
23516 2006-07-28  Bruno Haible  <bruno@clisp.org>
23517
23518         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
23519
23520 2006-07-28  Bruno Haible  <bruno@clisp.org>
23521
23522         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23523         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23524         Define fallbacks.
23525         Avoids link error on FreeBSD 4.x.
23526         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23527
23528         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
23529         encoding.
23530         * lib/mbswidth.c (iswcntrl): Likewise.
23531
23532 2006-07-27  Bruno Haible  <bruno@clisp.org>
23533
23534         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
23535         test.
23536
23537 2006-07-27  Bruno Haible  <bruno@clisp.org>
23538
23539         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
23540         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
23541         defined.
23542
23543 2006-07-26  Eric Blake  <ebb9@byu.net>
23544
23545         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
23546
23547 2006-07-26  Eric Blake  <ebb9@byu.net>
23548
23549         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
23550         like mingw that lack mkstemp.
23551         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
23552         avoid compilation warning on mingw.
23553
23554 2006-07-26  Bruno Haible  <bruno@clisp.org>
23555
23556         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
23557         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
23558         INT_FAST*_MIN, INTPTR_MIN.
23559
23560 2006-07-25  Bruno Haible  <bruno@clisp.org>
23561
23562         * modules/version-etc (Depends-on): Add stdarg.
23563
23564 2006-07-25  Bruno Haible  <bruno@clisp.org>
23565
23566         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
23567         complex commands.
23568
23569 2006-07-25  Bruno Haible  <bruno@clisp.org>
23570
23571         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
23572         defined in <stdarg.h> or config.h.
23573
23574 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23575
23576         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
23577         (gl_STDIO_SAFER): Remove.
23578
23579 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23580
23581         * MODULES.html.sh (File stream based Input/Output):
23582         Add fopen-safer, tmpfile-safer; remove stdio-safer.
23583         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
23584         * modules/fopen-safer, modules/tmpfile-safer: New files.
23585         * modules/stdio-safer: Remove.
23586
23587 2006-07-24  Bruno Haible  <bruno@clisp.org>
23588
23589         * modules/tmpdir: New file.
23590         * MODULES.html.sh (File system functions): Add it.
23591
23592 2006-07-24  Bruno Haible  <bruno@clisp.org>
23593
23594         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
23595         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
23596
23597 2006-07-24  Bruno Haible  <bruno@clisp.org>
23598
23599         * modules/clean-temp: New file.
23600
23601 2006-07-24  Bruno Haible  <bruno@clisp.org>
23602
23603         * m4/tmpdir.m4: New file, from GNU gettext.
23604
23605 2006-07-24  Bruno Haible  <bruno@clisp.org>
23606
23607         * lib/tmpdir.h: New file, from GNU gettext.
23608         * lib/tmpdir.c: New file, from GNU gettext.
23609
23610 2006-07-24  Bruno Haible  <bruno@clisp.org>
23611
23612         * lib/clean-temp.h: New file, from GNU gettext.
23613         * lib/clean-temp.c: New file, from GNU gettext.
23614
23615 2006-07-23  Eric Blake  <ebb9@byu.net>
23616
23617         * modules/stdio-safer (Files): Add tmpfile-safer.c.
23618         (Depends-on): Add binary-io.
23619
23620 2006-07-23  Eric Blake  <ebb9@byu.net>
23621
23622         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
23623
23624 2006-07-23  Eric Blake  <ebb9@byu.net>
23625
23626         * lib/tmpfile-safer.c: New file.
23627         * lib/stdio-safer.h (fopen_safer): Add prototype.
23628         * lib/stdio--.h (tmpfile): Make safer.
23629
23630 2006-07-23  Bruno Haible  <bruno@clisp.org>
23631
23632         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
23633         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
23634         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
23635         gl_linked_remove_at): Use it.
23636
23637 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23638         and Simon Josefsson <jas@extundo.com>
23639
23640         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
23641
23642         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
23643
23644 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23645
23646         * modules/close-stream: New file.
23647         * modules/closeout (Description): Make it clear that it exits
23648         with a diagnostic on error.
23649         (Depends-on): Add close-stream.  Remove fpending, stdbool.
23650         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
23651
23652 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23653
23654         * m4/close-stream.m4: New file.
23655
23656 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23657
23658         * lib/close-stream.c, lib/close-stream.h: New files.
23659
23660 2006-07-22  Bruno Haible  <bruno@clisp.org>
23661
23662         Merge from GNU gettext 0.15.
23663
23664         2006-05-01  Bruno Haible  <bruno@clisp.org>
23665
23666                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
23667
23668         2006-07-22  Bruno Haible  <bruno@clisp.org>
23669
23670                 * modules/javaversion: New file.
23671                 * MODULES.html.sh (Java): Add javaversion.
23672
23673         2006-03-12  Bruno Haible  <bruno@clisp.org>
23674
23675                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
23676
23677         2005-12-04  Bruno Haible  <bruno@clisp.org>
23678
23679                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
23680                 (untested).
23681
23682         2006-06-21  Bruno Haible  <bruno@clisp.org>
23683
23684                 Avoid warnings from recent versions of mcs.
23685                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
23686                 -o, -L, -r any more. Use options documented since mcs-1.0
23687                 instead. Similarly for -g.
23688
23689         2005-12-04  Bruno Haible  <bruno@clisp.org>
23690
23691                 * build-aux/csharpcomp.sh.in: Suffix for resources is
23692                 .resources, not .resource.
23693
23694         2005-07-09  Bruno Haible  <bruno@clisp.org>
23695
23696                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
23697                 add a .dll suffix.
23698                 Reported by Mark Junker <mjscod@gmx.de>.
23699
23700         2006-07-22  Bruno Haible  <bruno@clisp.org>
23701
23702                 * modules/gettext: Upgrade to gettext-0.15.
23703                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
23704                 m4/visibility.m4.
23705                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
23706
23707 2006-07-22  Bruno Haible  <bruno@clisp.org>
23708
23709         Merge from GNU gettext 0.15.
23710
23711         2006-03-25  Bruno Haible  <bruno@clisp.org>
23712
23713                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
23714
23715         2006-07-21  Bruno Haible  <bruno@clisp.org>
23716
23717                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
23718                 "1.1".
23719
23720         2006-05-09  Bruno Haible  <bruno@clisp.org>
23721
23722                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
23723                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
23724                 for the conftestver execution.
23725
23726         2006-05-01  Bruno Haible  <bruno@clisp.org>
23727
23728                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
23729                 optional target-version argument. Verify that the compiler
23730                 groks source of the specified source-version, or add -source
23731                 option as necessary. Verify that the compiler produces
23732                 bytecode in the specified target-version, or add -target and
23733                 -source options as necessary. Make the result of the test
23734                 available as variable CONF_JAVAC. Also log error output in
23735                 config.log.
23736
23737         2006-03-11  Bruno Haible  <bruno@clisp.org>
23738
23739                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
23740
23741         2006-05-09  Bruno Haible  <bruno@clisp.org>
23742
23743                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
23744                 CLASSPATH_SEPARATOR to a semicolon.
23745
23746         2006-03-12  Bruno Haible  <bruno@clisp.org>
23747
23748                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
23749                 available as variable CONF_JAVA, for subsequent autoconf
23750                 tests. Also log error output in config.log.
23751
23752         2006-07-19  Bruno Haible  <bruno@clisp.org>
23753
23754                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
23755                 that getline works on glibc2 systems. Needed to avoid trouble
23756                 in relocatable.c.
23757                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
23758
23759         2005-12-04  Bruno Haible  <bruno@clisp.org>
23760
23761                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
23762                 launcher (untested).
23763
23764         2005-12-04  Bruno Haible  <bruno@clisp.org>
23765
23766                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
23767
23768         2006-07-22  Bruno Haible  <bruno@clisp.org>
23769
23770                 * gettext.m4: Update from GNU gettext-0.15.
23771                 * nls.m4: Likewise.
23772                 * po.m4: Likewise.
23773                 * inttypes-pri.m4: Likewise.
23774                 * inttypes-h.m4: Renamed from inttypes.m4.
23775                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
23776
23777 2006-07-22  Bruno Haible  <bruno@clisp.org>
23778
23779         Merge from GNU gettext 0.15.
23780
23781         2005-07-05  Bruno Haible  <bruno@clisp.org>
23782
23783                 * printf-args.c (printf_fetchargs): Work around broken
23784                 definition of wint_t on mingw.
23785
23786         2005-02-12  Bruno Haible  <bruno@clisp.org>
23787
23788                 * xallocsa.h: Add extern "C" for C++.
23789
23790         2006-05-17  Bruno Haible  <bruno@clisp.org>
23791
23792                 Cygwin portability.
23793                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
23794
23795         2006-04-30  Bruno Haible  <bruno@clisp.org>
23796
23797                 * progreloc.c: Include <mach-o/dyld.h> if available.
23798                 (find_executable): Use _NSGetExecutablePath when possible.
23799
23800         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23801
23802                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
23803                 function.
23804
23805         2005-12-29  Bruno Haible  <bruno@clisp.org>
23806
23807                 * progreloc.c (set_program_name_and_installdir): Fix
23808                 compilation error.
23809
23810         2005-12-04  Bruno Haible  <bruno@clisp.org>
23811
23812                 Cygwin portability.
23813                 * progreloc.c: Include <windows.h> also on Cygwin.
23814                 (find_executable): Add support for Cygwin.
23815                 (set_program_name_and_installdir): Handle also platforms with
23816                 nonempty EXEEXT.
23817
23818         2006-07-11  Bruno Haible  <bruno@clisp.org>
23819
23820                 * javacomp.c: Fix a comment.
23821                 Reported by Jim Meyering.
23822
23823         2006-04-30  Bruno Haible  <bruno@clisp.org>
23824
23825                 * javacomp.h (compile_java_class): Add source_version,
23826                 target_version arguments.
23827                 * javacomp.c: Rewritten to choose only a compiler that
23828                 respects the specified source_version and target_version.
23829
23830         2006-06-27  Bruno Haible  <bruno@clisp.org>
23831
23832                 Assume correct S_ISDIR macro.
23833                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
23834
23835         2006-07-22  Bruno Haible  <bruno@clisp.org>
23836
23837                 * javaversion.h: New file, from GNU gettext.
23838                 * javaversion.c: New file, from GNU gettext.
23839                 * javaversion.java: New file, from GNU gettext.
23840                 * javaversion.class: New file, from GNU gettext.
23841
23842         2006-05-17  Bruno Haible  <bruno@clisp.org>
23843
23844                 Cygwin portability.
23845                 * javaexec.c (execute_java_class): Test for jview program
23846                 also on Cygwin.
23847
23848         2006-04-09  Bruno Haible  <bruno@clisp.org>
23849
23850                 * fatal-signal.c: Don't include string.h.
23851                 (at_fatal_signal): Use a copying loop instead of memcpy.
23852
23853         2005-12-04  Bruno Haible  <bruno@clisp.org>
23854
23855                 * csharpexec.c: Add support for 'clix' launcher (untested).
23856                 (execute_csharp_using_sscli): New function.
23857                 (execute_csharp_program): Call it.
23858
23859         2006-06-21  Bruno Haible  <bruno@clisp.org>
23860
23861                 Avoid warnings from recent versions of mcs.
23862                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
23863                 -o, -L, -r any more. Use options documented since mcs-1.0
23864                 instead. Similarly for -g.
23865
23866         2005-07-09  Bruno Haible  <bruno@clisp.org>
23867
23868                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
23869                 add a .dll suffix.
23870                 Reported by Mark Junker <mjscod@gmx.de>.
23871
23872         2006-06-17  Bruno Haible  <bruno@clisp.org>
23873
23874                 * config.charset: Update for NetBSD 3.0.
23875
23876         2006-05-17  Bruno Haible  <bruno@clisp.org>
23877
23878                 Cygwin portability.
23879                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
23880
23881         2006-05-16  Bruno Haible  <bruno@clisp.org>
23882
23883                 * localcharset.c [CYGWIN]: Include <windows.h>.
23884                 (get_charset_aliases): For Cygwin, return the same CPxxx
23885                 aliases list as under WIN32.
23886                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
23887                 the environment variables. Fall back to GetACP().
23888
23889         2006-04-05  Bruno Haible  <bruno@clisp.org>
23890
23891                 * config.charset: Update Juan Manuel Guerrero's address.
23892
23893         2005-02-12  Bruno Haible  <bruno@clisp.org>
23894
23895                 * allocsa.h: Add extern "C" for C++.
23896
23897         2005-02-10  Bruno Haible  <bruno@clisp.org>
23898
23899                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
23900                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
23901
23902         2006-07-22  Bruno Haible  <bruno@clisp.org>
23903
23904                 * gettext.h: Update to GNU gettext-0.15.
23905
23906 2006-07-22  Bruno Haible  <bruno@clisp.org>
23907
23908         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
23909         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
23910         lib-prefix.m4, longdouble.m4, ssize_t.m4.
23911
23912 2006-07-21  Eric Blake  <ebb9@byu.net>
23913
23914         * modules/stdlib-safer: New file.
23915         * MODULES.html.sh (File stream based Input/Output): Add
23916         stdlib-safer.
23917
23918 2006-07-21  Eric Blake  <ebb9@byu.net>
23919
23920         * lib/stdlib-safer.h: New file from coreutils, required by
23921         stdlib--.h.
23922
23923 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
23926
23927 2006-07-20  Bruno Haible  <bruno@clisp.org>
23928
23929         * gnulib-tool: Recognize new option --assume-autoconf.
23930         (autoconf_minversion): New variable.
23931         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
23932
23933 2006-07-20  Bruno Haible  <bruno@clisp.org>
23934
23935         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
23936
23937 2006-07-19  Derek R. Price  <derek@ximbiot.com>
23938
23939         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
23940         Reindent and repaginate.
23941
23942 2006-07-19  Derek Price  <derek@ximbiot.com>
23943
23944         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
23945         Correct grammar.
23946
23947 2006-07-17  Bruno Haible  <bruno@clisp.org>
23948
23949         * modules/list: New file.
23950         * modules/array-list: New file.
23951         * modules/carray-list, modules/carray-list-tests: New files.
23952         * modules/linked-list, modules/linked-list-tests: New files.
23953         * modules/avltree-list, modules/avltree-list-tests: New files.
23954         * modules/rbtree-list, modules/rbtree-list-tests: New files.
23955         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
23956         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
23957         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
23958         * modules/oset: New file.
23959         * modules/array-oset: New file.
23960         * modules/avltree-oset, modules/avltree-oset-tests: New files.
23961         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
23962         * tests/test-carray_list.c: New file.
23963         * tests/test-linked_list.c: New file.
23964         * tests/test-avltree_list.c: New file.
23965         * tests/test-rbtree_list.c: New file.
23966         * tests/test-linkedhash_list.c: New file.
23967         * tests/test-avltreehash_list.c: New file.
23968         * tests/test-rbtreehash_list.c: New file.
23969         * tests/test-avltree_oset.c: New file.
23970         * tests/test-rbtree_oset.c: New file.
23971         * MODULES.html.sh (Container data structures): New section.
23972
23973 2006-07-17  Bruno Haible  <bruno@clisp.org>
23974
23975         * m4/gl_list.m4: New file.
23976
23977 2006-07-17  Bruno Haible  <bruno@clisp.org>
23978
23979         * lib/gl_list.h: New file.
23980         * lib/gl_list.c: New file.
23981         * lib/gl_array_list.h: New file.
23982         * lib/gl_array_list.c: New file.
23983         * lib/gl_carray_list.h: New file.
23984         * lib/gl_carray_list.c: New file.
23985         * lib/gl_linked_list.h: New file.
23986         * lib/gl_linked_list.c: New file.
23987         * lib/gl_anylinked_list1.h: New file.
23988         * lib/gl_anylinked_list2.h: New file.
23989         * lib/gl_avltree_list.h: New file.
23990         * lib/gl_avltree_list.c: New file.
23991         * lib/gl_anyavltree_list1.h: New file.
23992         * lib/gl_anyavltree_list2.h: New file.
23993         * lib/gl_rbtree_list.h: New file.
23994         * lib/gl_rbtree_list.c: New file.
23995         * lib/gl_anyrbtree_list1.h: New file.
23996         * lib/gl_anyrbtree_list2.h: New file.
23997         * lib/gl_anytree_list1.h: New file.
23998         * lib/gl_anytree_list2.h: New file.
23999         * lib/gl_linkedhash_list.h: New file.
24000         * lib/gl_linkedhash_list.c: New file.
24001         * lib/gl_anyhash_list1.h: New file.
24002         * lib/gl_anyhash_list2.h: New file.
24003         * lib/gl_avltreehash_list.h: New file.
24004         * lib/gl_avltreehash_list.c: New file.
24005         * lib/gl_rbtreehash_list.h: New file.
24006         * lib/gl_rbtreehash_list.c: New file.
24007         * lib/gl_anytreehash_list1.h: New file.
24008         * lib/gl_anytreehash_list2.h: New file.
24009
24010         * lib/gl_oset.h: New file.
24011         * lib/gl_oset.c: New file.
24012         * lib/gl_array_oset.h: New file.
24013         * lib/gl_array_oset.c: New file.
24014         * lib/gl_avltree_oset.h: New file.
24015         * lib/gl_avltree_oset.c: New file.
24016         * lib/gl_rbtree_oset.h: New file.
24017         * lib/gl_rbtree_oset.c: New file.
24018         * lib/gl_anytree_oset.h: New file.
24019
24020 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24021
24022         * m4/mkancesdirs.m4: New file.
24023         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
24024         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
24025         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
24026         it.
24027
24028 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24029
24030         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
24031         * lib/mkancesdirs.h: New files.
24032         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
24033         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
24034         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
24035         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
24036         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
24037         callers changed.  Revamp internals significantly, by not
24038         attempting to create directories that are temporarily more
24039         permissive than the final results.  Do not attempt to use
24040         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
24041         This removes some race conditions, fixes some bugs, and simplifies
24042         things.  Use new dirchownmod function to do owner and mode changes.
24043         * lib/mkdir-p.h: Likewise.
24044         * lib/modechange.c (octal_to_mode): New function.
24045         (struct mode_change): New member mentioned.
24046         (make_node_op_equals): New arg mentioned.  All callers changed.
24047         (mode_compile): Keep track of which mode bits the user has explicitly
24048         mentioned.
24049         (mode_adjust): New arg DIR, so that we implement the X op correctly.
24050         New arg PMODE_BITS, to keep track of which mode bits the user
24051         mentioned; it treats S_ISUID and S_ISGID speciall.
24052         All callers changed.
24053         * lib/modechange.h: Likewise.
24054
24055 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24056
24057         * MODULES.html.sh: Add mkancestors.
24058         * modules/mkancesdirs: New module.
24059         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
24060         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
24061         The chdir-safer and afs files are now orphans; I'll remove them
24062         unless someone speaks up.
24063         Add lib/dirchownmod.c, lib/dirchownmod.h.
24064         (Depends-on): Remove alloca, chown, save-cwd, dirname.
24065         Add lchown, mkancesdirs.
24066         (Maintainer): Add self.
24067
24068 2006-07-15  Karl Berry  <karl@gnu.org>
24069
24070         * gnulib-tool: help message wording/arrangement.
24071
24072 2006-07-14  Simon Josefsson  <jas@extundo.com>
24073
24074         * doc/gnulib.texi (Libtool and Windows): New section.
24075
24076 2006-07-12  Simon Josefsson  <jas@extundo.com>
24077
24078         * modules/gendocs (License): Fix license, approved by Karl.
24079
24080 2006-07-12  Eric Blake  <ebb9@byu.net>
24081
24082         * MODULES.html.sh: Add gendocs.
24083
24084 2006-07-11  Eric Blake  <ebb9@byu.net>
24085
24086         * modules/fdl: New module, to install doc/fdl.texi.
24087         * MODULES.html.sh: Add new section for documentation modules.
24088         * gnulib-tool: Avoid space-tab.
24089         (--doc-base): New option, to manage files from doc.
24090
24091 2006-07-11  Eric Blake  <ebb9@byu.net>
24092
24093         * m4/absolute-header.m4: Fix comments to match recent change.
24094
24095 2006-07-11  Eric Blake  <ebb9@byu.net>
24096
24097         * gnulib-tool: List --doc-base before --tests-base.
24098
24099 2006-07-11  Derek R. Price  <derek@ximbiot.com>
24100
24101         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
24102
24103 2006-07-11  Bruno Haible  <bruno@clisp.org>
24104
24105         * README: Mention where to put documentation.
24106
24107 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24108
24109         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
24110
24111 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24112
24113         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
24114         to stdint.m4.
24115
24116 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24117
24118         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
24119         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
24120         "no/such/file/stdint.h" when there is no such file, so that
24121         the resulting C code can be parsed by dodgy compilers.
24122         Problems reported by Bob Proulx.
24123
24124 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24125
24126         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
24127         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24128         macros into the GNU _D_EXACT_NAMLEN.
24129         * lib/savedir.c:  Likewise.
24130         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
24131
24132 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24133         and Paul Eggert  <eggert@cs.ucla.edu>
24134
24135         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
24136         * m4/savedir.m4:
24137         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24138         macros into the GNU _D_EXACT_NAMLEN.
24139
24140 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24141
24142         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
24143         around the absolute name, to work around a problem with the HP-UX
24144         11.23 native C compiler, reported by Bob Proulx.
24145
24146 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24147
24148         * doc/maintain.texi, make-stds.texi: Sync from
24149         <http://savannah.gnu.org/projects/gnustandards>.
24150
24151 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24152
24153         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
24154
24155 2006-07-09  Jim Meyering  <jim@meyering.net>
24156
24157         * m4/glob.m4: Remove a doubled word in a comment.
24158
24159 2006-07-09  Jim Meyering  <jim@meyering.net>
24160
24161         * lib/argp-pv.c: Remove a doubled word in a comment.
24162         * lib/check-version.c (check_version): Likewise.
24163         * lib/javacomp.c (compile_java_class): Likewise.
24164
24165 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
24166
24167         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
24168         for the benefit of people using Autoconf 2.60.  If you want to
24169         support older Autoconf versions you can copy m4/onceonly_2_57.m4
24170         (or m4/onceonly.m4, if pre-2.57) manually.
24171
24172 2006-07-08  Jim Meyering  <jim@meyering.net>
24173
24174         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
24175         comment.
24176         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
24177         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
24178         comment.
24179
24180 2006-07-08  Jim Meyering  <jim@meyering.net>
24181
24182         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
24183
24184 2006-07-07  Simon Josefsson  <jas@extundo.com>
24185
24186         * tests/test-crc.c: Change expected crc value, the test vector
24187         were probably computed using the old broken crc.c?
24188
24189 2006-07-06  Simon Josefsson  <jas@extundo.com>
24190
24191         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
24192         now the canonical place for the M4 file).
24193
24194         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
24195         from the sys_socket dependency now.
24196
24197         * modules/inet_pton (Files): Ditto.
24198
24199         * modules/inet_ntop (Files): Ditto.
24200
24201 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24202
24203         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
24204         not gl_PREREQ_GETUSERSHELL.
24205
24206 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24207
24208         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
24209         with only one argument, for Autoconf 2.60.
24210         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
24211         expand to nothing, so add a shell command to avoid syntax error.
24212         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
24213
24214 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24215
24216         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
24217
24218 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24219
24220         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
24221         no longer needed.  Check for isblank decl.
24222         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
24223         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
24224         of existence.
24225
24226 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24227
24228         * lib/getloadavg.c: Use __VMS, not VMS.
24229         * lib/getopt.c: Likewise.
24230         * lib/getpagesize.h: Likewise.
24231         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
24232         and probably does not work.
24233
24234 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24235
24236         * lib/.cppi-disable: Add wcwidth.
24237         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
24238         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
24239         (ISGRAPH): Remove.  All uses changed to isgraph.
24240         (FOLD) [!defined _LIBC]: Remove special case.
24241         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
24242         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
24243         HAVE_ISBLANK.
24244         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
24245         case.
24246
24247 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
24248
24249         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
24250         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
24251         brackets.  Other minor changes to suppress some compiler
24252         warnings.
24253
24254 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24255         and Paul Eggert  <eggert@cs.ucla.edu>
24256
24257         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
24258         of invoking obsolescent AC_HEADER_DIRENT macro.
24259         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
24260         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
24261         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
24262         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
24263         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
24264         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24265         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
24266         * m4/readdir.m4: Remove; no longer needed.
24267
24268 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24269         and Paul Eggert  <eggert@cs.ucla.edu>
24270
24271         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
24272         Don't worry about this obsolete case any more.
24273         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
24274         directories.
24275         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
24276         worry about this obsolete case any more.
24277         * lib/fts.c: Likewise.
24278         * lib/getcwd.c: Likewise.
24279         * lib/glob.h: Likewise.
24280         * lib/savedir.c: Likewise.
24281
24282 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
24285         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
24286         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
24287         needed.
24288         All uses removed.
24289         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24290         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24291         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
24292         needed.
24293         * m4/getdate.m4 (gl_GETDATE): Likewise.
24294         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
24295         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
24296         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
24297         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24298         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24299         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24300         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
24301         needed.
24302
24303 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24304
24305         * lib/memcasecmp.c: Include <limits.h>.
24306         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
24307         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
24308         Don't assume isdigit succeeds only on '0' through '9'.
24309
24310 2006-07-05  Eric Blake  <ebb9@byu.net>
24311
24312         * modules/getaddrinfo (Depends-on): Add snprintf.
24313
24314 2006-07-05  Eric Blake  <ebb9@byu.net>
24315
24316         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
24317         to avoid 'header present but could not be compiled' on cygwin.
24318
24319 2006-07-05  Eric Blake  <ebb9@byu.net>
24320
24321         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
24322         missing from netdb.h.
24323         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
24324
24325 2006-07-05  Derek R. Price  <derek@ximbiot.com>
24326
24327         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
24328         no longer needed.
24329         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
24330         * m4/getdate.m4 (gl_GETDATE): Likewise.
24331         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
24332         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
24333         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
24334         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24335         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24336
24337 2006-07-05  Derek R. Price  <derek@ximbiot.com>
24338
24339         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
24340         All uses of is_space replaced by isspace.
24341         * lib/exit.h: Don't talk about STDC_HEADERS.
24342         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
24343         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
24344         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
24345         replaced by isprint etc.
24346         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
24347         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
24348         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
24349         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
24350         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
24351         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
24352
24353 2006-07-05  Bruno Haible  <bruno@clisp.org>
24354
24355         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
24356         the function exists, before testing against AIX.
24357         Reported by Martin Lambers <marlam@marlam.de>.
24358
24359 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24360
24361         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
24362         From Mark D. Baushke.
24363
24364 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24365
24366         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
24367         to the absolute name, not just one, to bypass Sun C 5.8's
24368         "warning: #include of /usr/include/... may be non-portable".
24369
24370 2006-07-04  Eric Blake  <ebb9@byu.net>
24371
24372         * modules/dirname-tests: New test module.
24373         * tests/test-dirname.c: New file, replacing dirname.c
24374         TEST_DIRNAME section that was recently deleted.
24375
24376 2006-07-04  Bruno Haible  <bruno@clisp.org>
24377
24378         Assume ANSI C header files and <ctype.h> functions.
24379         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
24380         (mbsnwidth): Use isprint, iscntrl instead.
24381
24382 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24383
24384         Merge from coreutils.
24385         * MODULES.html.sh: Add xstrtold.
24386         * modules/xstrtold: New file.
24387         * modules/cycle-check (Files): Add lib/same-inode.h.
24388         * modules/dirname (Files): Add m4/double-slash-root.m4.
24389         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
24390         * modules/mkdir-p (Files): Add lib/same-inode.h.
24391         * modules/same (Files): Add lib/same-inode.h.
24392
24393 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24394
24395         * m4/absolute-header.m4: Renamed from full-header-path.m4.
24396         This is to keep the terminology clean; POSIX talks about
24397         "absolute pathnames", not "full pathnames", but the GNU
24398         Coding Standards say to use "path" for something else;
24399         so use "absolute" to keep both sides happy.
24400         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
24401         Set gl_absolute_header, not gl_full_header_path.
24402         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
24403         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
24404         All uses changed.
24405
24406         Merge from coreutils.
24407
24408         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24409
24410         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
24411         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
24412         want to require the building of c-strtod.o.
24413         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
24414         needs -lm directly.
24415         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
24416
24417         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
24418
24419         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
24420         --as-needed option if available.  Problem reported by Albert Chin in
24421         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
24422         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
24423         cc merely issues a bunch of annoying warnings for --as-needed
24424         (this problem was reported by Bob Proulx).  Also, try linking with
24425         -lm to detect a bug in binutils 2.16 (this problem was reported
24426         by Ralf Wildenhues).
24427
24428         2006-06-18  Jim Meyering  <jim@meyering.net>
24429
24430         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
24431         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
24432         macro.
24433         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
24434         also check for glibc-2.4's abort-inducing bug.
24435
24436         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
24437         Low-probability clean-up should be to use rmdir to get rid of
24438         the just-created directory, not unlink.
24439
24440         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
24441         configure fail, and request a bug report to inform us about it.
24442         Add a comment that, barring reports to the contrary, in 2007 we'll
24443         assume ftruncate is universally available.
24444
24445         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24446
24447         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
24448
24449         2006-03-12  Jim Meyering  <jim@meyering.net>
24450
24451         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
24452         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
24453         * m4/same.m4 (gl_SAME): Likewise.
24454         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
24455
24456         2006-03-11  Eric Blake  <ebb9@byu.net>
24457
24458         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
24459         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
24460         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
24461         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
24462
24463 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24464
24465         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
24466         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
24467         reported by Mark D. Baushke, one in
24468         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
24469
24470         Merge from coreutils.
24471
24472         * lib/.cppi-disable: Add stdint_.h.
24473         * lib/.cvsignore: Add stdint.h.
24474
24475         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24476
24477         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
24478         both double and long double versions.
24479         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
24480         * lib/xstrtold.c: New file.
24481         * lib/xstrtod.h (xstrtold): New decl.
24482
24483         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
24484
24485         * lib/filemode.c (setst): Remove.
24486         (strmode): Rewrite to avoid setst.  This makes the code shorter,
24487         (arguably) clearer, and the generated code is a bit smaller on my
24488         Debian GNU/Linux stable x86 host.
24489
24490         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24491
24492         * lib/filemode.c: Include "filemode.h" first, to test the interface.
24493         Assume that filemode.h includes sys/types.h and sys/stat.h.
24494         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
24495         (ftypelet): Reorder to put common cases first, for efficiency.
24496         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
24497         to do 'M'.
24498         (strmode): Renamed from mode_string, and now stores 12 bytes instead
24499         of 10, for compatibility with FreeBSD.  All callers changed.
24500         (filemodestring): Now stores 12 bytes instead of 10, and sets file
24501         types that can't be deduced solely from st_mode.  First arg is now a
24502         const pointer.
24503         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
24504         (strmode): Renamed from mode_string.
24505         (filemodestring): New decl.
24506         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
24507         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
24508         needed.
24509         (S_ISPORT, S_ISWHT): New macros, if not already defined.
24510
24511         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
24512
24513         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
24514         fsusage.h now does that.  Include fsusage.h first, to test interface.
24515         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
24516         at most one method (the old code could have generated decls that
24517         didn't conform to C89, not that this was ever exercised).
24518         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
24519
24520         2006-03-19  Jim Meyering  <jim@meyering.net>
24521
24522         Work even in a chroot where d_ino values for entries in "/"
24523         don't match the stat.st_ino values for the same names.
24524         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
24525         number, iterate through all entries again, using lstat instead.
24526         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
24527         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
24528
24529         * lib/getcwd.c (__getcwd): Clarify a comment.
24530         Use memcpy in place of a call to strcpy.
24531
24532         2006-03-12  Jim Meyering  <jim@meyering.net>
24533
24534         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
24535         matches that of the current directory (which we're about to chdir ".."
24536         out of), then save the dev-ino of the parent, instead.
24537
24538         * lib/same-inode.h (SAME_INODE): New file/macro.
24539         * lib/chdir-safer.c (SAME_INODE): Remove definition.
24540         Include "same-inode.h", instead.
24541         * lib/same.c: Likewise.
24542         * lib/cycle-check.h: Include "same-inode.h".
24543         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
24544         * lib/cycle-check.c (SAME_INODE): Remove definition.
24545         * lib/root-dev-ino.h: Include "same-inode.h".
24546
24547         2006-03-11  Eric Blake  <ebb9@byu.net>
24548
24549         * lib/same.c (same_name): s/base_name/last_component/
24550         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
24551         * lib/filenamecat.c (file_name_concat): Likewise.
24552
24553         2006-03-11  Eric Blake  <ebb9@byu.net>,
24554                     Paul Eggert  <eggert@cs.ucla.edu>
24555
24556         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
24557         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
24558         drive prefix.
24559         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
24560         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
24561         (last_component): New method.
24562         * lib/dirname.c (dir_len): Determine when drive letters need a
24563         subsequent slash.  Preserve // when it is special.
24564         (dir_name): Don't append dot when drive letter is absolute.
24565         [TEST_DIRNAME]: Move into a full-blown gnulib test.
24566         * lib/basename.c (base_name): New semantics - malloc the result.
24567         Preserve // when it is special.  Preserve relative files that look
24568         like drive letters.
24569         (base_len): Preserve // when it is special.
24570         (last_component): New method, similar to old base_name semantics.
24571         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
24572         base_name.  Strip redundant slashes from ///.
24573
24574 2006-07-03  Jim Meyering  <jim@meyering.net>
24575
24576         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
24577         macro is used before the first cycle_check call.
24578
24579 2006-07-03  Eric Blake  <ebb9@byu.net>
24580
24581         * modules/dirname (Depends-on): Add xstrndup.
24582
24583 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24584
24585         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
24586         test cases, so that config.log is a bit easier to follow.
24587
24588 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24589
24590         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
24591         both are 64 bits, since this seems to be the tradition, and this
24592         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
24593         we ever run into a host that prefers long long to long in this
24594         case, we'll need another configure-time test.  Problem reported by
24595         Jim Meyering.
24596
24597 2006-07-02  Eric Blake  <ebb9@byu.net>
24598
24599         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
24600
24601 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24602
24603         * modules/inttypes (Depends-on): No longer depends on stdint.
24604         * modules/stdint (Description): Say more about assumptions.
24605         Say that the fast types might differ.  Say macros are used.
24606         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
24607         (Makefile.am): Revise list of substituted symbols to match
24608         new stdint.m4.
24609         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
24610         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
24611         * tests/test-stdint.c (verify_same_types)
24612         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
24613         the code conforms to C99/C89.
24614         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
24615         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
24616
24617 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24618
24619         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
24620         but fix a bug, by requiring at least 64 bits.
24621         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
24622         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
24623         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
24624         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
24625
24626         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
24627         changes.  Make 2.59 a prerequisite.  Check and substitute for
24628         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
24629         inttypes.h.  Do not use special include files; just use the
24630         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
24631         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
24632         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
24633         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
24634         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
24635         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
24636         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
24637         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
24638         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
24639         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
24640         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
24641         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
24642         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
24643         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
24644         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
24645         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
24646         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
24647         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
24648         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
24649         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
24650         WINT_MAX.  Check for C99 conformance more strictly, by detecting
24651         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
24652         not check for things that C99 does not require, e.g., int8_t.  If
24653         a test isn't needed unless <stdint.h> isn't working, and is
24654         unlikely to be needed for any other reason, then don't do it
24655         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
24656         size_t, since we assume C89 freestanding at least.  Do not check
24657         for sig_atomic_t, wchar_t, or wint_t, since the code now does
24658         the right thing even if the types are not defined.  Instead use:
24659         (gl_STDINT_TYPE_PROPERTIES): New macro.
24660         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
24661         testing whether <sys/types.h> clashes, as Autoconf does this for
24662         us now.  All uses removed.
24663         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
24664         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
24665         (gl_CHECK_TYPE_SAME):
24666         Remove; no longer needed.
24667         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
24668         exists, since we'll return 0 anyway in that case.
24669         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
24670
24671 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24672
24673         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
24674         possible collision with system files.
24675         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
24676         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
24677         WCHAR_MIN and WCHAR_MAX in this case.
24678         (<stddef.h>): Do not include; no longer needed.
24679         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
24680         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
24681         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
24682         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
24683         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
24684         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
24685         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
24686         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
24687         !defined(__c99))]: Include in this case too, since it's harmless
24688         now.
24689         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
24690         dangerous to do so.
24691         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
24692         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
24693         (_STDINT_MIN, _STDINT_MAX): New macros.
24694         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
24695         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
24696         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
24697         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
24698         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
24699         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
24700         macros, not typedefs; this simplifies things quite a bit.
24701         Use long int for all types narrower than int64_t.
24702         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
24703         Define in terms of long long int or int64_t or long int,
24704         not int64_t or int32_t.  This saves some compile-time testing.
24705         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
24706         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
24707         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
24708         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
24709         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
24710         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
24711         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
24712         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
24713         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
24714         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
24715         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24716         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24717         undef any previous version and define our own version, for
24718         simplicity and consistency with the new macros for types.
24719         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24720         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24721         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
24722         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
24723         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
24724         @WINT_T_SUFFIX@ to keep things simple here.
24725         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
24726         Simplify by assuming typical 8/16/32/64 host, since we're
24727         already doing that elsewhere anyway.
24728         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
24729         and assume long long int is 64 bits if available.  This
24730         speeds up 'configure'.
24731
24732 2006-07-01  Eric Blake  <ebb9@byu.net>
24733
24734         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
24735         Reported by Andreas Buening.
24736
24737 2006-07-01  Eric Blake  <ebb9@byu.net>
24738
24739         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
24740
24741 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
24742
24743         * lib/getaddrinfo.c: fixed typo
24744
24745 2006-06-29  Jim Meyering  <jim@meyering.net>
24746
24747         * modules/strftime (Maintainer): Add my name, since with the
24748         FPRINTFTIME changes strftime.c has forked from glibc.
24749
24750 2006-06-29  Eric Blake  <ebb9@byu.net>
24751
24752         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
24753
24754 2006-06-29  Eric Blake  <ebb9@byu.net>
24755
24756         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
24757
24758 2006-06-29  Eric Blake  <ebb9@byu.net>
24759
24760         * lib/stat_.h: New file.
24761
24762 2006-06-29  Eric Blake  <ebb9@byu.net>
24763
24764         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
24765         unused static function.
24766
24767 2006-06-29  Eric Blake  <ebb9@byu.net>
24768
24769         * doc/functions.texi (Function Portability): Document missing lstat
24770         on mingw.
24771
24772 2006-06-29  Eric Blake  <ebb9@byu.net>
24773
24774         * MODULES.html.sh: Add sys_stat.
24775         * modules/sys_stat: New module.
24776         * modules/mkstemp (Depends-on): Add sys_stat.
24777
24778 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24779
24780         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
24781
24782 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24783
24784         * m4/c-bs-a.m4: Removed.
24785
24786 2006-06-29  Derek R. Price  <derek@ximbiot.com>
24787
24788         * lib/strftime.c: Assume strftime() exists.
24789
24790 2006-06-29  Derek Price  <derek@ximbiot.com>
24791
24792         * modules/c-bs-a: Removed - \a is C89.
24793         * MODULES.html.sh: Remove c-bs-a.
24794
24795 2006-06-29  Bruno Haible  <bruno@clisp.org>
24796
24797         * modules/wcwidth (License): Change to LGPL.
24798
24799 2006-06-28  Simon Josefsson  <jas@extundo.com>
24800
24801         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
24802         on _WIN32.
24803
24804         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
24805         getnameinfo.
24806
24807 2006-06-28  Simon Josefsson  <jas@extundo.com>
24808
24809         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
24810
24811 2006-06-28  Simon Josefsson  <jas@extundo.com>
24812
24813         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
24814         functions there.  It will succeed on Windows XP, but on Windows
24815         2000 and (presumably) earlier, it will fail, and use the internal
24816         re-implementation.
24817         (use_win32_p): New function.
24818         (getaddrinfo): Use strtoul on servname, to support numeric ports.
24819         Support AI_NUMERICSERV to disable getservbyname.
24820         (getnameinfo): New function, only supports
24821         NI_NUMERICHOST|NI_NUMERICSERV for now.
24822
24823         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
24824         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
24825         getnameinfo.
24826
24827 2006-06-28  Eric Blake  <ebb9@byu.net>
24828
24829         * modules/wcwidth: New file.
24830         * modules/mbchar (Depends-on): Add wcwidth.
24831         * modules/mbswidth (Depends-on): Add wcwidth.
24832         * MODULES.html.sh: Add wcwidth.
24833
24834 2006-06-28  Eric Blake  <ebb9@byu.net>
24835
24836         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
24837         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
24838
24839 2006-06-28  Eric Blake  <ebb9@byu.net>
24840
24841         * lib/xvasprintf.h: Fix comments.
24842
24843 2006-06-28  Eric Blake  <ebb9@byu.net>
24844
24845         * lib/mbchar.h (wcwidth): Include wcwidth.h.
24846         * lib/mbswidth.c (wcwidth): Move from here...
24847         * lib/wcwidth.h: ...to this new file.
24848
24849 2006-06-28  Derek R. Price  <derek@ximbiot.com>
24850
24851         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
24852
24853         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
24854         it's obsolete.
24855         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
24856
24857 2006-06-28  Derek R. Price  <derek@ximbiot.com>
24858
24859         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
24860         Autoconf 2.60 says this stuff was obsolete.
24861
24862 2006-06-28  Bruno Haible  <bruno@clisp.org>
24863
24864         * modules/wcwidth (Files): Add m4/wchar_t.m4.
24865
24866 2006-06-28  Bruno Haible  <bruno@clisp.org>
24867
24868         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
24869         gt_TYPE_WCHAR_T.
24870
24871 2006-06-28  Bruno Haible  <bruno@clisp.org>
24872
24873         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
24874         declaration for wcwidth.
24875         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
24876
24877 2006-06-28  Bruno Haible  <bruno@clisp.org>
24878
24879         * lib/mkdtemp.c [MINGW]: Include <io.h>.
24880         (mkdir): Define using _mkdir.
24881
24882 2006-06-28  Bruno Haible  <bruno@clisp.org>
24883
24884         * lib/getaddrinfo.h: Fix POSIX URL.
24885         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
24886         _WIN32.
24887         (use_win32_p): Make static.
24888         (getaddrinfo): Reject service name if it is empty or does not consist
24889         solely of decimal digits, or if its value is > 65535.
24890         (getnameinfo): Remove useless casts.
24891
24892 2006-06-27  Simon Josefsson  <jas@extundo.com>
24893
24894         * modules/sys_select: New file, suggested by Bruno Haible, Paul
24895         Eggert and Martin Lambers.
24896
24897 2006-06-27  Simon Josefsson  <jas@extundo.com>
24898
24899         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
24900         Eggert and Martin Lambers.
24901
24902 2006-06-27  Bruno Haible  <bruno@clisp.org>
24903
24904         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
24905         result to 0, not to empty.
24906         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
24907
24908 2006-06-27  Bruno Haible  <bruno@clisp.org>
24909
24910         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
24911
24912 2006-06-26  Simon Josefsson  <jas@extundo.com>
24913
24914         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
24915         present.
24916
24917 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
24918
24919         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
24920         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
24921         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
24922
24923 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
24924
24925         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
24926
24927 2006-06-26  Bruno Haible  <bruno@clisp.org>
24928
24929         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
24930
24931 2006-06-26  Bruno Haible  <bruno@clisp.org>
24932
24933         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
24934
24935 2006-06-26  Bruno Haible  <bruno@clisp.org>
24936
24937         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
24938         SGI C compiler in pre-C99 mode.
24939         Suggested by Mark D. Baushke and Larry Jones.
24940
24941 2006-06-26  Bruno Haible  <bruno@clisp.org>
24942
24943         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
24944         WCHAR_MAX.
24945         Reported by Mark D. Baushke and Larry Jones.
24946
24947 2006-06-26  Bruno Haible  <bruno@clisp.org>
24948
24949         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
24950         in pre-C99 mode.
24951         Suggested by Mark D. Baushke and Larry Jones.
24952
24953 2006-06-23  Simon Josefsson  <jas@extundo.com>
24954             Bruno Haible  <bruno@clisp.org>
24955
24956         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
24957         Emit mostlyclean-local rule.
24958         (func_emit_tests_Makefile_am): Likewise.
24959         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
24960
24961 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
24962
24963         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
24964
24965 2006-06-23  Bruno Haible  <bruno@clisp.org>
24966
24967         * tests/test-stdint.c: Update to match ISO C 99 Technical
24968         Corrigendum 1.
24969
24970 2006-06-23  Bruno Haible  <bruno@clisp.org>
24971
24972         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
24973
24974 2006-06-23  Bruno Haible  <bruno@clisp.org>
24975
24976         * lib/stdint_.h: Treat IRIX like OpenBSD.
24977
24978 2006-06-23  Bruno Haible  <bruno@clisp.org>
24979
24980         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
24981         ISO C 99 Technical Corrigendum 1.
24982
24983 2006-06-22  Simon Josefsson  <jas@extundo.com>
24984
24985         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
24986         MinGW.
24987
24988 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24989
24990         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
24991         needed.  Some compiler complained about some of them.  Problem reported
24992         by Larry Jones in
24993         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
24994
24995 2006-06-21  Simon Josefsson  <jas@extundo.com>
24996
24997         * tests/test-getaddrinfo.c: New file.
24998
24999         * modules/getaddrinfo-tests: New file.
25000
25001         * MODULES.html.sh: Add inet_pton.
25002
25003         * modules/inet_pton: New file.
25004
25005 2006-06-21  Simon Josefsson  <jas@extundo.com>
25006
25007         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
25008         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
25009         of using the (limited) gnulib implementation on Windows XP.
25010
25011         * m4/inet_pton.m4: New file.
25012
25013 2006-06-21  Simon Josefsson  <jas@extundo.com>
25014
25015         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
25016         variable.
25017
25018         * lib/socket_.h: Don't define WINVER.
25019
25020         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
25021         slightly modified to work in gnulib.
25022
25023 2006-06-21  Simon Josefsson  <jas@extundo.com>
25024
25025         * doc/gnulib.texi (Windows sockets): Add.
25026
25027 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
25028
25029         * lib/read-file.c (fread_file): Start with buffer allocation of
25030         0 bytes rather than 1 byte; this simplifies the code.
25031         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
25032         code to free buffer and save/restore errno.
25033         (internal_read_file): Remove unused local.
25034
25035 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
25036
25037         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
25038         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
25039         Problem reported by Denis Excoffier in
25040         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
25041
25042 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25043
25044         * modules/sys_socket, modules/socklen: Include sys/types since
25045         FreeBSD 4.x's sys/socket.h needs it.
25046
25047 2006-06-19  Simon Josefsson  <jas@extundo.com>
25048
25049         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
25050
25051 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25052
25053         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
25054
25055 2006-06-19  Bruno Haible  <bruno@clisp.org>
25056
25057         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
25058         and FULL_PATH_INTTYPES_H in angle brackets.
25059         Reported by Mark D. Baushke <mdb@gnu.org>.
25060
25061 2006-06-17  Eric Blake  <ebb9@byu.net>
25062
25063         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
25064         errno.
25065
25066 2006-06-17  Bruno Haible  <bruno@clisp.org>
25067
25068         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
25069         <sys/inttypes.h>.
25070
25071 2006-06-17  Bruno Haible  <bruno@clisp.org>
25072
25073         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
25074         whether errno is declared. Assume <errno.h> declares errno.
25075
25076 2006-06-17  Bruno Haible  <bruno@clisp.org>
25077
25078         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
25079
25080 2006-06-17  Bruno Haible  <bruno@clisp.org>
25081
25082         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
25083         problem on Solaris 2.5.1.
25084
25085 2006-06-16  Eric Blake  <ebb9@byu.net>
25086
25087         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
25088         * lib/unicodeio.c [!defined errno]: Likewise.
25089         * lib/strtol.c [!defined errno]: Likewise.
25090         * lib/strtod.c [!defined errno]: Likewise.
25091
25092 2006-06-15  Eric Blake  <ebb9@byu.net>
25093
25094         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
25095
25096 2006-06-15  Eric Blake  <ebb9@byu.net>
25097
25098         * config/srclist.txt (ssize_t.m4): Lose sync.
25099
25100 2006-06-15  Bruno Haible  <bruno@clisp.org>
25101
25102         * modules/stdint (Files): Include m4/full-header-path.m4,
25103         m4/size_max.m4, m4/wchar_t.m4.
25104         (Makefile.am): Many more substitutions.
25105         * modules/stdint-tests: New file.
25106         * tests/test-stdint.c: New file.
25107
25108 2006-06-15  Bruno Haible  <bruno@clisp.org>
25109
25110         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
25111         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
25112         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
25113         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
25114         gl_CHECK_TYPE_SAME): New macros.
25115
25116 2006-06-15  Bruno Haible  <bruno@clisp.org>
25117
25118         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
25119
25120 2006-06-15  Bruno Haible  <bruno@clisp.org>
25121
25122         * lib/stdint_.h: Rewritten to be fully auto-configured.
25123         Fixes bug on HP-UX/IA64.
25124
25125 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
25126
25127         * lib/getdate.y (__attribute__): Don't define if already defined.
25128         Problem reported by Larry Jones.
25129         * lib/utimens.c (__attribute__): Likewise.
25130
25131 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
25132
25133         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
25134         reported by Andreas Schwab.
25135
25136 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25137             Bruno Haible  <bruno@clisp.org>
25138
25139         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
25140         check for the declaration of strnlen and a run test that exposes the
25141         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
25142         rpl_strndup.
25143
25144 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25145             Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
25148
25149 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25150
25151         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
25152         compile test, for Tru64 4.0D.
25153
25154 2006-05-28  Karl Berry  <karl@gnu.org>
25155
25156         * config/srclist.txt (printf-args.c): lose sync.
25157
25158 2006-05-26  Martin Lambers  <marlam@marlam.de>
25159
25160         * lib/getpass.c: Updates the test for the native W32 API, and adds
25161         missing includes, thus fixing compilation warnings.
25162
25163 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25164
25165         * lib/exclude.c (exclude_fnmatch): New function.
25166         (excluded_file_name): Call exclude_fnmatch.
25167         * lib/exclude.h (excluded_file_name): New prototype
25168
25169 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
25170
25171         * lib/tempname.c (small_open, large_open): New macros.
25172         (__open, __open64) [!_LIBC]: Remove.
25173         (__gen_tempname): Use small_open and large_open instead of __open
25174         and __open64.  This fixes a portability bug on HP-UX 11.11i
25175         reported by Simon Wing-Tang in
25176         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
25177
25178 2006-05-24  Bruno Haible  <bruno@clisp.org>
25179
25180         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
25181         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
25182         Reported by Thorsten Maerz <torte@netztorte.de> via
25183         Aaron Stone <aaron@serendipity.cx>.
25184
25185 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25186
25187         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
25188         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
25189         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
25190         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
25191         not really conditional on the cache.
25192         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
25193
25194 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25195
25196         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
25197         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
25198         (my_usleep): Don't mishandle maximum value.
25199
25200 2006-05-19  Jim Meyering  <jim@meyering.net>
25201
25202         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
25203
25204 2006-05-17  Bruno Haible  <bruno@clisp.org>
25205
25206         Cygwin portability.
25207         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
25208
25209 2006-05-17  Bruno Haible  <bruno@clisp.org>
25210
25211         * lib/stdint_.h: Fix recognition of Cygwin.
25212
25213 2006-05-15  Bruno Haible  <bruno@clisp.org>
25214
25215         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
25216         on libtool patch by Ralf Wildenhues.
25217
25218 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25219
25220         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
25221         test for C99 conformance; (bool) 0.5 is an integer constant
25222         expression, but (bool) -0.5 is not.  Problem reported by Fedor
25223         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
25224
25225 2006-05-11  Simon Josefsson  <jas@extundo.com>
25226
25227         * m4/xvasprintf.m4: Fix obvious typo.
25228
25229 2006-05-11  Jim Meyering  <jim@meyering.net>
25230
25231         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
25232         James Lemley.
25233
25234 2006-05-10  Simon Josefsson  <jas@extundo.com>
25235
25236         * lib/md4.c: Typo fix, update copyright years.
25237         (K1, K2): Don't use L because it turn computations into 64-bit on
25238         64-bit platforms.
25239
25240 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
25241
25242         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
25243         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
25244         unwanted sign propagation, e.g., on hosts with 64-bit int.
25245         There still are some problems with reeelly weird theoretical hosts
25246         (e.g., 33-bit int) but it's not worth worrying about now.
25247         * lib/sha1.c (rol): Likewise.
25248         (K1, K2, K3, K4): Remove unnecessary L suffix.
25249
25250 2006-05-10  Bruno Haible  <bruno@clisp.org>
25251
25252         * lib/des.c: Cast to avoid warnings.
25253
25254 2006-05-09  Bruno Haible  <bruno@clisp.org>
25255
25256         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
25257         (Depends-on): Depend also on xsize, stdarg.
25258         (configure.ac): Add gl_XVASPRINTF.
25259
25260 2006-05-09  Bruno Haible  <bruno@clisp.org>
25261
25262         * m4/xvasprintf.m4: New file.
25263
25264 2006-05-09  Bruno Haible  <bruno@clisp.org>
25265
25266         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
25267         (EOVERFLOW): Define fallback value.
25268         (xstrcat): New function.
25269         (xvasprintf): Recognize the special case of a string concatenation.
25270
25271 2006-05-08  Eric Blake  <ebb9@byu.net>
25272
25273         * gnulib-tool (func_version): Base copyright year on CVS date.
25274         (func_emit_copyright_notice): New function.
25275         (func_emit_lib_Makefile_am): Use it.
25276         (func_emit_tests_Makefile_am): Likewise.
25277         (func_import): Likewise.
25278
25279 2006-05-08  Bruno Haible  <bruno@clisp.org>
25280
25281         * modules/stdarg: New file.
25282         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
25283
25284 2006-05-08  Bruno Haible  <bruno@clisp.org>
25285
25286         * m4/stdarg.m4: New file, from GNU gettext.
25287
25288 2006-05-08  Bruno Haible  <bruno@clisp.org>
25289
25290         * config/srclist.txt (build-aux/config.rpath): different from latest
25291         release.
25292
25293 2006-05-08  Bruno Haible  <bruno@clisp.org>
25294
25295         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
25296
25297 2006-05-05  Jim Meyering  <jim@meyering.net>
25298
25299         * m4/warning.m4: New file, derived from bison's file by the same name.
25300
25301 2006-05-03  Bruno Haible  <bruno@clisp.org>
25302
25303         * lib/stdint_.h: Shorter URL.
25304         * lib/inttypes.h: Likewise.
25305
25306 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25307
25308         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
25309
25310 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25311
25312         * lib/verify.h: Document the internals better.  Most of this change
25313         was written by Bruno Haible.
25314
25315 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25316
25317         * doc/verify.texi: New file, partly based on a proposal by
25318         Bruno Haible.
25319
25320 2006-05-02  Bruno Haible  <bruno@clisp.org>
25321
25322         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
25323         test from here...
25324         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
25325
25326 2006-04-29  Bruno Haible  <bruno@clisp.org>
25327
25328         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
25329         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
25330
25331 2006-04-29  Bruno Haible  <bruno@clisp.org>
25332
25333         * gnulib-tool: Make --update option actually work.
25334
25335 2006-04-29  Bruno Haible  <bruno@clisp.org>
25336
25337         * doc/gcd.texi: New file.
25338         * doc/gnulib.texi: Include it.
25339
25340 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
25341
25342         * lib/getdate.y (get_date): When adding relative date, start with the
25343         initial time, not with the result of the first mktime call.
25344
25345 2006-04-25  Bruno Haible  <bruno@clisp.org>
25346
25347         * gnulib-tool (func_import): Output the include directives in three
25348         blocks, sorted separately.
25349         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25350
25351 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25352
25353         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
25354         to define main with arguments, for C++.  Reported by Eric Blake.
25355         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
25356         Prefer 'int main ()' to 'int main (void)', for C++.
25357         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
25358         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
25359         for 'main', for C99 and C++.
25360
25361 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25362
25363         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
25364         Don't assume that exit status -1 is valid.
25365         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25366         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25367         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
25368         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
25369         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
25370         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
25371         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
25372         functions can be used without declaring them, or that you can
25373         exit with status -1.
25374         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
25375
25376 2006-04-24  Karl Berry  <karl@gnu.org>
25377
25378         * config/srclist.txt (longdouble.m4): sync lost.
25379
25380 2006-04-24  Eric Blake  <ebb9@byu.net>
25381
25382         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
25383
25384 2006-04-24  Bruno Haible  <bruno@clisp.org>
25385
25386         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
25387         poll() implementation in AIX.
25388         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25389
25390 2006-04-24  Bruno Haible  <bruno@clisp.org>
25391
25392         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
25393         assigned exactly once.
25394
25395 2006-04-23  Claudio Fontana  <claudio@gnu.org>
25396             Bruno Haible  <bruno@clisp.org>
25397
25398         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
25399         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
25400         for AM_CPPFLAGS.
25401
25402 2006-04-23  Bruno Haible  <bruno@clisp.org>
25403
25404         * modules/copy-file: Depend on unistd.
25405         * modules/execute: Likewise.
25406         * modules/fatal-signal: Likewise.
25407         * modules/findprog: Likewise.
25408         * modules/mkdtemp : Likewise.
25409         * modules/pipe: Likewise.
25410         * modules/wait-process: Likewise.
25411
25412 2006-04-23  Bruno Haible  <bruno@clisp.org>
25413
25414         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
25415         condition was already detected.
25416         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25417
25418 2006-04-23  Bruno Haible  <bruno@clisp.org>
25419
25420         * lib/copy-file.c: Include <unistd.h> unconditionally.
25421         * lib/execute.c: Likewise.
25422         * lib/fatal-signal.c: Likewise.
25423         * lib/findprog.c: Likewise.
25424         * lib/mkdtemp.c: Likewise.
25425         * lib/pipe.h: Likewise.
25426         * lib/pipe.c: Likewise.
25427         * lib/wait-process.h: Likewise.
25428
25429 2006-04-23  Bruno Haible  <bruno@clisp.org>
25430
25431         * gnulib-tool (func_usage): Fix --import description. Document
25432         --update.
25433         (func_import): Create temporary file in a temporary directory, if
25434         --dry-run is specified. Silence errors from 'grep' when there are no
25435         m4 files in $m4dir.
25436         (func_create_testdir): Silence errors from 'grep' when there are no
25437         m4 files in $m4dir.
25438         Reported by Karl Berry <karl@freefriends.org>.
25439
25440 2006-04-20  Bruno Haible  <bruno@clisp.org>
25441
25442         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
25443         one argument, so that the code will be portable to Autoconf 2.60.
25444         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
25445         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
25446         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
25447
25448 2006-04-19  Derek Price  <derek@ximbiot.com>
25449             Eric Blake  <ebb9@byu.net>
25450
25451         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
25452         rather than "/full/path.h".  Update comment to match.  Shorten &
25453         generalize m4_translit call via AS_TR_CPP.
25454
25455 2006-04-19  Derek Price  <derek@ximbiot.com>
25456             Eric Blake  <ebb9@byu.net>
25457
25458         * lib/inttypes.h: Correct grammar in comment.
25459
25460 2006-04-18  Derek Price  <derek@ximbiot.com>
25461             Paul Eggert  <eggert@cs.ucla.edu>
25462
25463         * modules/inttypes: New file.
25464         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
25465
25466 2006-04-18  Derek Price  <derek@ximbiot.com>
25467             Paul Eggert  <eggert@cs.ucla.edu>
25468
25469         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
25470         New files.
25471
25472 2006-04-18  Derek Price  <derek@ximbiot.com>
25473             Paul Eggert  <eggert@cs.ucla.edu>
25474
25475         * lib/inttypes.h: New file.
25476         * lib/strtoimax.c: Assume <inttypes.h>.
25477
25478 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
25479
25480         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
25481         isn't mounted.  Problem reported by Kir Kolyshkin.
25482
25483 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
25484
25485         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
25486         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
25487         Derek R. Price.
25488         * lib/regex.h (RE_DUP_MAX): Update comment to match current
25489         implementation.
25490
25491 2006-04-12  Eric Blake  <ebb9@byu.net>
25492
25493         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
25494         is now done automatically by the corresponding Autoconf macro.
25495
25496 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
25497
25498         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
25499         time_r.h.
25500
25501 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25502
25503         Merge regex changes from libc, removing some of our
25504         POSIX-conformance changes that were rejected and redoing them in a
25505         less-intrusive way.
25506
25507         * lib/regcomp.c (re_compile_internal, init_dfa):
25508         Length arg is now size_t, not Idx.  All uses changed.
25509         (peek_token): Forward decl now says internal_function.
25510         (__re_error_msgid, __re_error_msgid_idx):
25511         Now static rather than extern with attribute_hidden.
25512         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
25513         For some reason libc prefers K&R style defns for external functions.
25514         (regerror) [!defined _LIBC]: Likewise.
25515         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
25516         (seek_collating_symbol_entry, lookup_collation_sequence_value):
25517         (build_range_exp, build_collating_symbol):
25518         Use K&R-style defn.
25519         (re_compile_fastmap): Use '\0' to memset, not 0.
25520         (utf8_sb_map): Make the calculations more obvious.
25521         (init_dfa, parse_bracket_exp, build_charclass_op):
25522         Call calloc and cast result, as glibc does.
25523         (init_word_char, fetch_token, peek_token, peek_token_bracket):
25524         (build_range_exp, build_collating_symbol):
25525         Now internal functions.
25526
25527         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
25528
25529         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
25530         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
25531         Don't depend on VMS; depend on __VMS instead, for POSIX
25532         namespace cleanness.
25533         (regoff_t): Define to ssize_t, not long int.
25534
25535         Remove the REG_ macros named below.  Instead, make the old names
25536         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
25537         __USE_GNU_REGEX.
25538         (REG_BACKSLASH_ESCAPE_IN_LISTS):
25539         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
25540         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
25541         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
25542         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
25543         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
25544         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
25545         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
25546         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
25547         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
25548         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
25549         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
25550         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
25551         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
25552         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
25553         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
25554         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
25555         (REG_NREGS):
25556         Remove.  All uses replaced by the old RE_* names.
25557         (RE_BACKSLASH_ESCAPE_IN_LISTS):
25558         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
25559         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
25560         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
25561         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
25562         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
25563         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
25564         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
25565         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
25566         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
25567         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
25568         Don't bother having these macros be independent of each others'
25569         values, since they no longer exist in the POSIX name space.
25570
25571         Rename the following member names back to their old names,
25572         unless !__USE_GNU_REGEX.  All uses changed back.
25573         (buffer): Renamed from re_buffer.
25574         (allocated): Renamed from re_allocated.
25575         (used): Renamed from re_used.
25576         (syntax): Renamed from re_syntax.
25577         (fastmap): Renamed from re_fastmap.
25578         (translate): Renamed from re_translate.
25579         (can_be_null): Renamed from re_can_be_null.
25580         (regs_allocated): Renamed from re_regs_allocated.
25581         (fastmap_accurate): Renamed from re_fastmap_accurate.
25582         (no_sub): Renamed from re_no_sub.
25583         (not_bol): Renamed from re_not_bol.
25584         (not_eol): Renamed from re_not_eol.
25585         (newline_anchor): Renamed from re_newline_anchor.
25586         (num_regs): Renamed from rm_num_regs.
25587         (start): Renamed from rm_start.
25588         (end): Renamed from rm_end.
25589
25590         (free_state): Move up a bit.
25591
25592         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
25593         #define to be empty.
25594         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
25595         when that is what is intended.
25596         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
25597         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
25598         (MAX): New macro.
25599         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
25600         All uses changed back to re_malloc, etc.  It's now the caller's
25601         responsibility to check for overflow; all callers changed.
25602         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
25603         (re_x2nrealloc): Remove.
25604         (free_state): Remove decl.
25605
25606         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
25607         (re_set_registers, re_exec):
25608         Use K&R-style defn.
25609
25610         2006-01-31  Roland McGrath  <roland@redhat.com>
25611
25612         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
25613         Reported by Mike Frysinger <vapier@gentoo.org>.
25614
25615         2006-01-15  Andreas Jaeger  <aj@suse.de>
25616
25617         [BZ #1950]
25618         * lib/regex_internal.c (re_string_reconstruct): Adjust for
25619         build_wcs_upper_buffer change.
25620         (build_wcs_upper_buffer): Change return type.
25621
25622         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
25623
25624         * lib/regex_internal.h: Include <stdint.h> if available.
25625
25626         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
25627
25628         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
25629
25630         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
25631
25632         * lib/regcomp.c: Adjust for changed secondary hash function.
25633
25634         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
25635
25636         * lib/regex.h: Pretty printing.
25637         Clean up namespace a bit.
25638
25639         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
25640
25641         * lib/regexec.c (update_cur_sifted_state, check_arrival,
25642         check_arrival_add_next_nodes): Avoid using uninitialized variable.
25643
25644         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25645                     Ulrich Drepper  <drepper@redhat.com>
25646
25647         [BZ #1302]
25648         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
25649         changed.
25650         (bitset_word_t): Renamed from bitset_word.  All uses changed.
25651
25652         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
25653
25654         [BZ #281]
25655         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
25656         * lib/regcomp.c: Remove unnecessary uses of
25657         unsigned RE_TRANSLATE_TYPE.
25658         * lib/regex_internal.h: Likewise.
25659         * lib/regex_internal.c: Likewise.
25660         * lib/regexec.c: Likewise.
25661         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
25662
25663         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
25664
25665         * lib/regexec.c (find_recover_state): Remove unnecessary
25666         initialization.
25667         (transit_state_bkref): Make DFA a const pointer.
25668         (get_subexp): Likewise.
25669         (check_arrival): Likewise.
25670         (update_cur_sifted_state): Likewise.
25671         (re_search_internal): Likewise.
25672         (prune_impossible_nodes): Likewise.
25673         (acquire_init_state_context): Likewise.
25674         (proceed_next_node): Likewise.
25675         (set_regs): Likewise.
25676         (free_fail_stack_return): Likewise.
25677         (check_arrival_expand_ecl): Mark DFA parameter as const.
25678         (check_arrival_expand_ecl_sub): Likewise.
25679         (check_subexp_limits): Likewise.
25680         (sub_epsilon_src_nodes):  Likewise.
25681         (add_epsilon_src_nodes):  Likewise.
25682         (merge_state_array): Likewise.
25683         (update_regs): Likewise.
25684         (build_trtable): Likewise.
25685         (sift_states_backward): Mark MCTX parameter as const.
25686         (build_sifted_states): Likewise.
25687         (update_cur_sifted_state): Likewise.
25688         (sift_states_mkref): Likewise.
25689         (check_arrival_expand_ecl): Mark eclosure as const.
25690         (check_dst_limits_calc_pos_1): Likewise.
25691         * lib/regex_internal.h (re_match_context_t): Make dfa a const
25692         pointer.
25693
25694         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
25695
25696         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
25697         (transit_state_sb): Likewise.
25698         (transit_state_mb): Likewise.
25699         (sift_states_iter_mb): Likewise.
25700         (check_arrival_add_next_nodes): Likewise.
25701         (check_node_accept_bytes): Change first parameter to pointer-to-const.
25702         [_LIBC] (re_search_2_stub): Use mempcpy.
25703
25704         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
25705         mbrtowc for very simple UTF-8 case.
25706
25707         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
25708         a pointer-to-const.
25709         (re_acquire_state_context): Likewise.
25710         * lib/regex_internal.h: Adjust prototypes.
25711
25712         * lib/regex.c: Prevent using C++ compilers.
25713
25714         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
25715         (re_acquire_state_context): Likewise.
25716
25717 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25718
25719         * modules/regex (Depends-on): Add ssize_t.
25720
25721 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25722
25723         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
25724         translation table.
25725
25726 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25727
25728         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
25729
25730 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
25731             Bruno Haible  <bruno@clisp.org>
25732
25733         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
25734         <sys/types.h> and <inttypes.h>.
25735
25736 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25737
25738         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
25739         `__error_t_defined', so argp.h will not typedef the former.
25740
25741 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
25742
25743         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
25744         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
25745         glibc names.  Even if glibc is changed to conform to POSIX, the
25746         traditional names will be available anyway, since regex depends on
25747         the extensions module.  Also, fix a longstanding typo in the
25748         implementation of Spencer ERE test #75 from grep 2.3.  Problems
25749         reported by Emanuele Giaquinta.  Also, change sense of cached
25750         variable, so that the message makes sense.
25751
25752 2006-03-24  Simon Josefsson  <jas@extundo.com>
25753
25754         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
25755         including some doc fixes.
25756         (base64_encode_alloc): Fix +1 bug on allocation failures.
25757
25758 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25759
25760         * lib/base64.c (base64_encode): Do not read past end of array with
25761         unsanitized input on systems with CHAR_BIT > 8.
25762
25763 2006-03-24  Eric Blake  <ebb9@byu.net>
25764
25765         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
25766
25767 2006-03-22  Karl Berry  <karl@gnu.org>
25768
25769         * config/srclist.txt (*setenv.[ch]): get from coreutils.
25770         * config/srclistvars.sh (COREUTILS): new var.
25771
25772 2006-03-17  Jim Meyering  <jim@meyering.net>
25773
25774         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
25775         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
25776
25777 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
25778
25779         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
25780         no longer needs it.  Instead, check that regoff_t is as least
25781         as wide as ptrdiff_t.
25782
25783         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
25784         so that our regex.h stays compatible with the installed regex.
25785         This is helpful for installers who configure --without-included-regex.
25786         Problem reported by Emanuele Giaquinta.
25787
25788 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
25789
25790         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
25791         Typedef to long int, not to off_, as POSIX will likely change
25792         in that direction.
25793
25794 2006-03-15  Eric Blake  <ebb9@byu.net>
25795
25796         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
25797
25798 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
25799
25800         * lib/argp-help.c (validate_uparams): Fix typo
25801         * lib/argp-parse.c (argp_default_options): Consistently begin help
25802         messages with a lowercase letter.
25803
25804 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
25805
25806         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
25807         overrun buffers and shouldn't be used (much as gets shouldn't be
25808         used).
25809         * lib/time_r.c (asctime_r, ctime_r): Likewise.
25810
25811 2006-03-08  Simon Josefsson  <jas@extundo.com>
25812
25813         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
25814         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25815
25816 2006-03-08  Simon Josefsson  <jas@extundo.com>
25817
25818         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
25819         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25820
25821 2006-03-08  Simon Josefsson  <jas@extundo.com>
25822
25823         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
25824         signal that configure disabled the device.
25825
25826 2006-03-08  Simon Josefsson  <jas@extundo.com>
25827
25828         * build-aux/maint.mk: Fix refresh-po, to handle no translated
25829         languages.
25830
25831 2006-03-07  Simon Josefsson  <jas@extundo.com>
25832
25833         * modules/getopt (Depends-on): Add unistd.
25834
25835         * modules/unistd: New file.
25836
25837 2006-03-07  Simon Josefsson  <jas@extundo.com>
25838
25839         * modules/gc-random: New file.
25840
25841 2006-03-07  Simon Josefsson  <jas@extundo.com>
25842
25843         * m4/unistd_h.m4: New file.
25844
25845 2006-03-07  Simon Josefsson  <jas@extundo.com>
25846
25847         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
25848         test to be side-effect free by storing the result in the cache
25849         variable gl_cv_lib_readline, and moving the assignment of
25850         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
25851         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25852
25853 2006-03-07  Simon Josefsson  <jas@extundo.com>
25854
25855         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
25856         error on missing devices (the functions will return an error).
25857
25858         * m4/gc.m4: Move random stuff to gc-random.m4
25859
25860 2006-03-07  Simon Josefsson  <jas@extundo.com>
25861
25862         * lib/unistd_.h: New file.
25863
25864 2006-03-07  Simon Josefsson  <jas@extundo.com>
25865
25866         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
25867
25868 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25869
25870         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
25871         Problem reported by Juan Manuel Guerrero.
25872
25873 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25874
25875         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
25876         the unistd module.
25877         * lib/getlogin_r.c: Likewise.
25878         * lib/getlogin_r.h: Likewise.
25879         * lib/glob.c: Likewise.
25880         * lib/pagealign_alloc.c: Likewise.
25881         * lib/unistd_.h: Remove; no longer needed.
25882
25883 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
25884
25885         * MODULES.html.sh (Support for systems lacking POSIX:2001):
25886         Add unistd.
25887         * modules/c-stack (Depends-on): Add unistd.
25888         * modules/getlogin_r: Likewise.
25889         * modules/glob: Likewise.
25890         * modules/pagealign_alloc: Likewise.
25891         * modules/unistd (Files): Remove lib/unistd_.h.
25892         (EXTRA_DIST): Remove.
25893         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
25894         need unistd_.h.
25895         (MOSTLYCLEANFILES): Remove unistd.h-t.
25896
25897 2006-03-03  Simon Josefsson  <jas@extundo.com>
25898
25899         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
25900
25901 2006-03-03  Simon Josefsson  <jas@extundo.com>
25902
25903         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
25904         libidn and bison.
25905
25906 2006-03-03  Simon Josefsson  <jas@extundo.com>
25907
25908         * build-aux/maint.mk: Add indent target.
25909
25910 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
25911
25912         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
25913         our replacement poll.h in any case, to avoid a differing
25914         declaration from a system header.  Seen on AIX.
25915
25916 2006-03-01  Simon Josefsson  <jas@extundo.com>
25917
25918         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
25919         <kasal@ucw.cz>.
25920
25921 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25922
25923         * modules/gettime (Depends-on): Add extensions module.
25924         * modules/nanosleep (Depends-on): Likewise.
25925         * modules/settime (Depends-on): Likewise.
25926
25927 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25928
25929         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
25930         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
25931         pedantically.
25932         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25933         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
25934
25935         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
25936         not "==".  Reported by Ralf Wildenhues.
25937
25938 2006-03-01  Karl Berry  <karl@gnu.org>
25939
25940         * doc/Copyright/request-*: new files, synced from gnuorg.
25941
25942 2006-03-01  Karl Berry  <karl@gnu.org>
25943
25944         * config/srclist.txt (Copyright/*): new entries.
25945
25946 2006-02-28  Simon Josefsson  <jas@extundo.com>
25947
25948         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
25949
25950 2006-02-27  Simon Josefsson  <jas@extundo.com>
25951
25952         * lib/base64.h: Indent #define's.  From Jim Meyering
25953         <jim@meyering.net>.
25954
25955 2006-02-27  Jim Meyering  <jim@meyering.net>
25956
25957         Revert the change of 2006-02-24, so these files can continue
25958         to be sync'd from gettext.
25959         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
25960         of `config.h'.
25961
25962 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25963
25964         * modules/intprops: New file.
25965         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
25966         Add intprops.
25967         * modules/getloadavg (Files): Remove lib/intprops.h.
25968         (Depends-on): Add intprops.
25969         * modules/human: Likewise.
25970         * modules/inttostr: Likewise.
25971         * modules/openat: Likewise.
25972         * modules/sig2str: Likewise.
25973         * modules/userspec: Likewise.
25974         * modules/utimecmp: Likewise.
25975         * modules/xnanosleep: Likewise.
25976         * modules/xstrtol: Likewise.
25977
25978 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
25979
25980         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
25981         * modules/lock-tests (TESTS): Use $(EXEEXT).
25982         * modules/tls-tests: Likewise.
25983         * modules/argp-tests: Likewise.
25984         (check_PROGRAMS): New var, replacing...
25985         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
25986
25987 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25988
25989         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
25990         `config.h'.
25991
25992 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
25993
25994         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
25995
25996 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25997
25998         Sync from coreutils.
25999         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
26000         gl_CHDIR_SAFER.
26001
26002 2006-02-22  Jim Meyering  <jim@meyering.net>
26003
26004         Sync from coreutils.
26005         * m4/chdir-safer.m4: New file.
26006
26007 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26008
26009         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
26010         AT_FDCWD exceeds INT_MAX.
26011         * lib/openat.h (AT_FDCWD): Likewise.
26012
26013 2006-02-17  Eric Blake  <address@hidden>
26014
26015         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
26016
26017 2006-02-16  Simon Josefsson  <jas@extundo.com>
26018
26019         * modules/getaddrinfo (Depends-on): Add sys_socket.
26020
26021 2006-02-15  Simon Josefsson  <jas@extundo.com>
26022
26023         * build-aux/maint.mk: Add dsyntax-check rule.
26024
26025 2006-02-15  Eric Blake  <ebb9@byu.net>
26026
26027         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
26028         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
26029         'present but cannot compile' warnings on cygwin.
26030         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
26031         use ws2tcpip.h if sys/socket.h works.
26032         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
26033         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
26034
26035 2006-02-14  Simon Josefsson  <jas@extundo.com>
26036
26037         * modules/maintainer-makefile (Files): Rename.
26038
26039         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
26040         and (the local) Makefile.cfg to maint-cfg.mk.
26041
26042         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
26043         to the latter.
26044
26045         * modules/maintainer-makefile: New module.
26046
26047         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
26048         severaly stripped to make it possible to build it up from scratch
26049         with reliable tests.
26050
26051         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
26052         fixes to permit overriding the default actions when configure and
26053         makefile are not available.
26054
26055 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
26056
26057         Sync from coreutils.
26058         * modules/lstat (Depends-on): Don't depend on xalloc.
26059         (License): Change from GPL to LGPL, since this is now simply a
26060         replacement for a libc function.
26061
26062 2006-02-14  Jim Meyering  <jim@meyering.net>
26063
26064         Sync from coreutils.
26065
26066         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
26067         failure on deficient systems, and simplify gnulib lgpl dependencies.
26068         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
26069         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
26070
26071         * lib/xalloc-die.c: Remove unused definition of N_.
26072
26073 2006-02-14  Jim Meyering  <jim@meyering.net>
26074
26075         Sync from coreutils.
26076         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
26077         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
26078         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
26079         double-quote uses of that variable, to accommodate the rare case in
26080         which getmntent is available in none of the libraries checked.  This
26081         happens at least on FreeBSD 5.0.
26082
26083 2006-02-13  Simon Josefsson  <jas@extundo.com>
26084
26085         * gnulib-tool (Usage): Fix --import, from
26086         karl@freefriends.org (Karl Berry).
26087
26088 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26089
26090         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
26091
26092 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
26093
26094         * lib/argp-namefrob.h: Restore changes accidentally lost during the
26095         "autoupdate" on 2005-12-12.
26096
26097 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26098
26099         * modules/closeout (Depends-on): Remove atexit.
26100
26101 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26102
26103         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
26104         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
26105
26106 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
26107
26108         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
26109         __EXTENSIONS__ if this causes compilation to fail.  Problem
26110         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
26111         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
26112
26113 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
26114
26115         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
26116         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
26117         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
26118         All uses changed.
26119
26120 2006-01-26  Simon Josefsson  <jas@extundo.com>
26121
26122         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
26123         prototype is visible on mingw32.
26124
26125         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
26126         for mingw32.
26127
26128         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
26129         mingw32).
26130
26131 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26132
26133         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
26134         attempt to open for write; this always fails, at least on POSIX
26135         hosts.  This reinstates the 2006-01-09 change, which was
26136         inadvertently removed.
26137
26138 2006-01-26  Bruno Haible  <bruno@clisp.org>
26139
26140         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
26141         Reported by Paul Eggert.
26142
26143 2006-01-26  Bruno Haible  <bruno@clisp.org>
26144             Paul Eggert  <eggert@cs.ucla.edu>
26145
26146         * lib/stdbool_.h (_Bool)
26147         [(! (defined __cplusplus || defined __BEOS__)
26148           && !defined __GNUC__
26149           && !(defined __HP_cc || defined __xlc__
26150                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
26151                || defined __sgi))]:
26152         #define to signed char in these cases too; this simplifies
26153         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
26154         etc., separately) and makes it more conservative.
26155
26156 2006-01-25  Simon Josefsson  <jas@extundo.com>
26157
26158         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
26159         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
26160         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
26161
26162 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26163
26164         * lib/argp-namefrob.h: Bugfix. Remove stray #
26165
26166 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
26167
26168         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
26169         so that we test the test.
26170         Check for yet another HP-UX cc bug involving *bool |= bool.
26171
26172 2006-01-25  Karl Berry  <karl@gnu.org>
26173
26174         * config/srclist.txt (vasnprintf.c): sync lost.
26175
26176 2006-01-25  Jim Meyering  <jim@meyering.net>
26177
26178         Sync from the stable (b5) branch of coreutils:
26179
26180         * lib/fts.c (fts_children): Don't let close() clobber errno from
26181         failed fchdir().
26182
26183         * lib/fts.c (fts_stat): When following a symlink-to-directory,
26184         don't necessarily interpret stat-fails+lstat-succeeds as indicating
26185         a dangling symlink.  That can also happen at least for ELOOP.
26186         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
26187         FYI, this bug predates the inclusion of fts.c in coreutils.
26188
26189         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
26190         in their own block, so pre-c99 compilers don't object.
26191
26192         Avoid the double-free (first in fts_read, second in fts_close) that
26193         would occur when an `active' directory is made inaccessible (e.g.,
26194         via chmod a-x) during a traversal.
26195         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26196         before returning.  Reproduce this failure by
26197         mkdir -p a/b; cd a; chmod a-x . b
26198         Reported by Stavros Passas.
26199
26200 2006-01-25  Jim Meyering  <jim@meyering.net>
26201
26202         * lib/fileblocks.c: Remove more useless parentheses.
26203         * lib/readutmp.h: Likewise.
26204
26205 2006-01-25  Bruno Haible  <bruno@clisp.org>
26206
26207         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
26208         warnings.
26209         Reported by Paul Eggert.
26210
26211 2006-01-25  Bruno Haible  <bruno@clisp.org>
26212
26213         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
26214         rid of a trap command. For Solaris sh.
26215         Reported by Mark D. Baushke <mdb@gnu.org>.
26216
26217 2006-01-24  Simon Josefsson  <jas@extundo.com>
26218
26219         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
26220         Bruno.
26221
26222 2006-01-24  Karl Berry  <karl@gnu.org>
26223
26224         * config/srclist.txt (argp-namefrob.h): sync lost.
26225
26226 2006-01-24  Jim Meyering  <jim@meyering.net>
26227
26228         * modules/openat (Files): Add lib/intprops.h.
26229         From Mark D. Baushke.
26230
26231 2006-01-24  Jim Meyering  <jim@meyering.net>
26232
26233         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
26234         Reported by Mark D. Baushke.
26235
26236 2006-01-24  Jim Meyering  <jim@meyering.net>
26237
26238         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
26239
26240 2006-01-24  Bruno Haible  <bruno@clisp.org>
26241
26242         * modules/strnlen (Maintainer): Change from glibc to all.
26243
26244 2006-01-24  Bruno Haible  <bruno@clisp.org>
26245
26246         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
26247         Patch by Paul Eggert.
26248
26249 2006-01-24  Bruno Haible  <bruno@clisp.org>
26250
26251         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
26252         already has it.
26253         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
26254         2005-11-26.
26255
26256         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
26257         'signed char' to avoid problems with the built-in _Bool type.
26258         Reported by Paul Eggert on 2005-11-26.
26259
26260 2006-01-24  Bruno Haible  <bruno@clisp.org>
26261
26262         * gnulib-tool (func_import): Avoid constructing complicated sed
26263         expressions inside backquote.
26264         Report and solution by Mark D. Baushke <mdb@gnu.org>.
26265
26266 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
26267
26268         These changes imported from libc.
26269         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
26270         test and two separate function calls.
26271         * lib/strndup.c (__strndup): Add libc_hidden_def.
26272
26273 2006-01-23  Simon Josefsson  <jas@extundo.com>
26274
26275         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
26276         Remove the test_*_SOURCES variable: automake infers it by default.
26277         * modules/tls-tests: Likewise.
26278
26279 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26280
26281         Work around porting bugs reported by Dieter in
26282         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
26283         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
26284         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
26285         Include "getopt.h" first, to check interface.
26286         (getenv): Declare only if defined HAVE_DECL_GETENV &&
26287         !HAVE_DECL_GETENV.
26288         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
26289         (__strndup): Revert to K&R-style function dfns, the glibc style.
26290         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
26291         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
26292         Include strnlen.h first, to get prototype properly.
26293         (strnlen): Renamed from __strnlen.
26294         Remove weak alias.
26295
26296 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26297
26298         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
26299
26300 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26301
26302         * config/srclist.txt: Adjust to reflect glibc reorganization.
26303         This affects only comments.
26304
26305 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26306
26307          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
26308          Reported by Bruce Korb <bkorb@gnu.org>.
26309
26310 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
26311
26312         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
26313         to pacify gcc -Wswitch-default.
26314
26315 2006-01-22  Bruno Haible  <bruno@clisp.org>
26316
26317         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
26318         temporary buffer for sprintf, take into account the precision also
26319         for 'd', 'i', 'u', 'o', 'x', 'X'.
26320
26321 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
26322
26323         * modules/argp-tests: New module
26324         * tests/test-argp.c: New file
26325         * tests/test-argp-2.sh: New file
26326
26327 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
26328
26329         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
26330         (__argp_base_name): Removed
26331         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
26332         typo.
26333         (__argp_base_name): Provide macro definition or extern declaration
26334         depending on the configuration
26335
26336 2006-01-20  Simon Josefsson  <jas@extundo.com>
26337
26338         * modules/inet_ntop (Depends-on): Depend on sys_socket.
26339
26340 2006-01-20  Simon Josefsson  <jas@extundo.com>
26341
26342         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
26343
26344 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26345
26346         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
26347         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
26348         Suggested by Bruno Haible.
26349
26350 2006-01-20  Karl Berry  <karl@gnu.org>
26351
26352         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
26353         until changes propagate, I guess.
26354
26355 2006-01-19  Simon Josefsson  <jas@extundo.com>
26356
26357         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
26358
26359 2006-01-19  Simon Josefsson  <jas@extundo.com>
26360
26361         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
26362
26363 2006-01-19  Simon Josefsson  <jas@extundo.com>
26364
26365         * gnulib-tool: Set check_PROGRAMS.
26366
26367         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26368         modules/des-tests, modules/gc-arcfour-tests,
26369         modules/gc-arctwo-tests, modules/gc-des-tests,
26370         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26371         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26372         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26373         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26374         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26375         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
26376         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
26377         test_*_SOURCES.
26378
26379 2006-01-18  Simon Josefsson  <jas@extundo.com>
26380
26381         * modules/socklen (Depends-on): Depend on sys_socket.
26382
26383 2006-01-18  Simon Josefsson  <jas@extundo.com>
26384
26385         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26386         modules/des-tests, modules/gc-arcfour-tests,
26387         modules/gc-arctwo-tests, modules/gc-des-tests,
26388         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26389         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26390         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26391         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26392         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26393         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
26394         $(EXEEXT) to automake TESTS variable, for mingw32.
26395
26396 2006-01-17  Simon Josefsson  <jas@extundo.com>
26397
26398         * modules/socklen (Include): Need sys/socket.h.
26399
26400 2006-01-17  Bruno Haible  <bruno@clisp.org>
26401
26402         * modules/ssize_t (Include): Add <sys/types.h>.
26403
26404 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
26405
26406         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
26407         it's not portable and it doesn't work with cross-compiles.
26408         Problem reported by Bruno Haible.  Fix missing-$ typo in
26409         'test "gl_cv_ignore_unused_libraries" ...' that prevented
26410         -zignore from being used with Sun's C compiler.
26411
26412 2006-01-12  Simon Josefsson  <jas@extundo.com>
26413
26414         * lib/base64.c: Fix warning, reported by Bruno Haible
26415         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
26416
26417 2006-01-12  Bruno Haible  <bruno@clisp.org>
26418
26419         * modules/ldd: New file.
26420         * build-aux/ldd.sh.in: New file.
26421         * MODULES.html.sh (Support for building libraries and executables): Add
26422         ldd.
26423
26424 2006-01-12  Bruno Haible  <bruno@clisp.org>
26425
26426         * m4/ldd.m4: New file.
26427
26428 2006-01-12  Bruno Haible  <bruno@clisp.org>
26429
26430         * gnulib-tool (func_import, func_create_testdir): Don't go into an
26431         endless loop while replacing $auxdir with build-aux.
26432
26433 2006-01-11  Simon Josefsson  <jas@extundo.com>
26434
26435         * lib/stdint_.h (SIZE_MAX): Add missing (.
26436
26437 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
26438
26439         Sync from coreutils.
26440         * lib/md5.c: Fix commentary typos.
26441         (alignof, UNALIGNED_P): No need for a GCC-specific version.
26442         * lib/md5.h (__attribute__): Remove; unused.
26443         * lib/sha1.c: Fix commentary to match md5 better.
26444         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
26445         so that we don't need to worry about alignment.  All uses changed.
26446         This merges the 2005-10-28 md5 change into sha1.
26447
26448 2006-01-11  Jim Meyering  <jim@meyering.net>
26449
26450         Sync from coreutils.
26451         * lib/md5.c (OP): Fix spacing.
26452
26453 2006-01-11  Bruno Haible  <bruno@clisp.org>
26454
26455         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26456         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
26457         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
26458
26459 2006-01-11  Bruno Haible  <bruno@clisp.org>
26460
26461         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26462         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
26463         the "early" section as well.
26464
26465 2006-01-11  Bruno Haible  <bruno@clisp.org>
26466
26467         Avoid "ar: no archive members specified" error on MacOS X.
26468         * gnulib-tool (func_modules_add_dummy): New function.
26469         (func_import, func_create_testdir): Invoke it.
26470
26471 2006-01-11  Bruno Haible  <bruno@clisp.org>
26472
26473         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
26474         with $auxdir in AC_CONFIG_FILES statements.
26475
26476 2006-01-11  Bruno Haible  <bruno@clisp.org>
26477
26478         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26479         Initialize also noinst_HEADERS to empty.
26480
26481 2006-01-11  Bruno Haible  <bruno@clisp.org>
26482
26483         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
26484         variables.
26485         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
26486         autoreconf.
26487
26488 2006-01-11  Bruno Haible  <bruno@clisp.org>
26489
26490         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
26491         overridable by the user.
26492         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26493
26494 2006-01-10  Simon Josefsson  <jas@extundo.com>
26495
26496         * modules/sys_socket: New file.
26497
26498 2006-01-10  Simon Josefsson  <jas@extundo.com>
26499
26500         * m4/sys_socket_h.m4: New file.
26501
26502 2006-01-10  Simon Josefsson  <jas@extundo.com>
26503
26504         * lib/socket_.h: New file.
26505
26506 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26507
26508         * modules/readutmp (Maintainer): Add myself.
26509
26510 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26511
26512         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
26513         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
26514         People who are still concerned with buggy memcmp implementations
26515         can invoke gl_FUNC_MEMCMP themselves.
26516
26517 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26518
26519         * lib/regex_internal.h (BITSET_WORD_BITS):
26520         Work around a bug in 64-bit PGC (before version 6.1-2), where the
26521         preprocessor mishandles large unsigned values as if they were signed.
26522         Problem reported by Claudio Fontana in
26523         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
26524
26525 2006-01-10  Jim Meyering  <jim@meyering.net>
26526
26527         Avoid the double-free (first in fts_read, second in fts_close) that
26528         would occur when an `active' directory is made inaccessible (e.g.,
26529         via chmod a-x) during a traversal.
26530         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26531         before returning.  Reproduce this failure by
26532         mkdir -p a/b; cd a; chmod a-x . b
26533         Reported by Stavros Passas.
26534
26535         Sync from coreutils.
26536         * lib/sha1.c: Tweak grammar in a comment.
26537
26538 2006-01-10  Jim Meyering  <jim@meyering.net>
26539
26540         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
26541         Patch by Joerg Sonnenberger.
26542
26543 2006-01-10  Bruno Haible  <bruno@clisp.org>
26544
26545         * modules/readutmp: Depend on module free.
26546         * modules/strtok_r: Depend on module restrict.
26547
26548 2006-01-10  Bruno Haible  <bruno@clisp.org>
26549
26550         * modules/gettext (configure.ac): Add an invocation of
26551         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
26552
26553 2006-01-10  Bruno Haible  <bruno@clisp.org>
26554
26555         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
26556         Reported by Werner Lemberg <wl@gnu.org>.
26557
26558 2006-01-10  Bruno Haible  <bruno@clisp.org>
26559
26560         * lib/localcharset.c: Update from GNU gettext.
26561
26562 2006-01-10  Bruno Haible  <bruno@clisp.org>
26563
26564         * lib/argp.h (__const): Remove macro. Use const instead.
26565         * lib/argp-fmtstream.h (__const): Likewise.
26566         * lib/glob_.h (__const): Remove macro.
26567         * lib/glob-libc.h: Use const instead of __const.
26568
26569 2006-01-10  Bruno Haible  <bruno@clisp.org>
26570
26571         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
26572         variable.
26573         Needed to avoid an automake error regarding the 'gettext' module.
26574
26575 2006-01-09  Simon Josefsson  <jas@extundo.com>
26576
26577         * modules/inet_ntop (Depends-on): Add restrict.
26578
26579 2006-01-09  Simon Josefsson  <jas@extundo.com>
26580
26581         * modules/gc-rijndael-tests (License): Put under LGPL.
26582
26583         * modules/gc-des-tests (License): Likewise.
26584
26585         * modules/gc-arcfour-tests (License): Likewise.
26586
26587         * modules/gc-arctwo-tests (License): Likewise.
26588
26589         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
26590
26591         * modules/gc-hmac-sha1-tests (Files): Likewise.
26592
26593         * modules/gc-hmac-md5-tests (License): Likewise.
26594
26595         * modules/gc-sha1-tests (License): Likewise.
26596
26597         * modules/gc-md5-tests (License): Likewise.
26598
26599         * modules/gc-md4-tests (License): Likewise.
26600
26601         * modules/gc-md2-tests (License): Likewise.
26602
26603         * modules/gc-tests (License): Likewise.
26604
26605         * modules/des-tests (License): Likewise.
26606
26607         * modules/md4-tests (License): Likewise.
26608
26609         * modules/md2-tests (License): Likewise.
26610
26611 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26612
26613         Sync from coreutils:
26614
26615         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
26616         * modules/lib-ignore: New file.
26617         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
26618         chdir-safer.m4, lchmod.m4.
26619         * modules/openat: Add mkdirat.c, openat-priv.h.
26620
26621 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26622
26623         Sync from coreutils.
26624         * m4/lib-ignore.m4: New file.
26625         * m4/lchmod.m4: New file.
26626
26627 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26628
26629         Sync from coreutils.
26630         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
26631         for write access: POSIX says that must fail.
26632         * lib/fts.c (diropen): Likewise.
26633         * lib/save-cwd.c (save_cwd): Likewise.
26634         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
26635         well, for minor improvements on hosts that lack O_DIRECTORY.
26636         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
26637         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
26638         Fall back on chown if open failed with EACCES.
26639
26640         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
26641         Report an error at compile-time if only a 1-second nominal clock
26642         resolution is found.
26643
26644         * lib/lchmod.h: New file.
26645         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
26646         (make_dir_parents): Use lchown rather than chown, and
26647         lchmod rather than chmod.
26648
26649         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
26650         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
26651         "proc" reported by n0dalus.
26652
26653         * lib/mountlist.c: Include <limits.h>.
26654         (dev_from_mount_options)
26655         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
26656         New function.  It no longer assumes "dev=" has the System V meaning
26657         on Linux (since it doesn't).  It also parses "dev=" more carefully.
26658         (read_file_system_list)
26659         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
26660         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
26661         dev= in that case.
26662
26663         * lib/posixtm.h (PDS_PRE_2000): New macro.
26664         * lib/posixtm.c (year): Arg is now syntax_bits rather than
26665         allow_century.  All usages changed.  Reject dates outside the range
26666         1969-1999 if PDS_PRE_2000 is used.
26667
26668 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26669
26670         Sync from coreutils.
26671         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
26672         (Time of day items): Mention the possibility of leap seconds.
26673         Problem reported by Dr. David Alan Gilbert.
26674
26675 2006-01-09  Jim Meyering  <jim@meyering.net>
26676
26677         Sync from coreutils.
26678
26679         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
26680
26681         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
26682
26683         * lib/modechange.c (mode_compile): Reject an invalid mode string
26684         that starts with an octal digit.  From Andreas Gruenbacher.
26685
26686         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
26687         and dup to open_safer and dup_safer, respectively.
26688         (openat_permissive): Fix typo in comment.
26689
26690         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
26691         "gettext.h"; either no longer needed or are guaranteed by openat.h.
26692         (_): Remove; no longer needed.
26693         (openat): Renamed from rpl_openat; no need for rpl_openat
26694         since openat.h renames openat for us.
26695         Replace most of the body with a call to openat_permissive,
26696         to avoid duplicate code.
26697         Port to (probably hypothetical) environments were mode_t is
26698         wider than int.
26699         (openat_permissive): Require mode arg, so that we can check
26700         types better.  Put it just after flags.  Change cwd failure
26701         indicator from pointer-to-bool to pointer-to-errno-value.
26702         All callers changed.
26703         Invoke openat_save_fail and/or openat_restore_fail if
26704         cwd_errno is null, so that openat can call us.
26705         (openat_permissive, fdopendir, fstatat, unlinkat):
26706         Simplify errno handling to avoid some duplicate code,
26707         as it's OK to set errno on success.
26708         * lib/openat.h: Revamp code so that function macros depend on
26709         __OPENAT_PREFIX only, not also on AT_FDCWD.
26710         (openat_ro): Remove.  Caller changed to use openat_permissive.
26711         (openat_permissive): Now a macro, if not a function.
26712         (openat_restore_fail, openat_save_fail): Now always functions,
26713         since mkdirat needs them even if __OPENAT_PREFIX is defined.
26714
26715         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
26716         and openat.c.
26717         * lib/mkdirat.c: Include openat-priv.h.
26718         Remove definitions of macros defined therein.
26719         * lib/openat.c: Likewise.
26720
26721         * lib/mkdirat.c (mkdirat): New file and function.
26722         * lib/openat.h (mkdirat): Declare.
26723
26724         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
26725
26726         * lib/openat.h (openat_permissive): Declare.
26727         (openat_ro): Define.
26728
26729         * lib/openat.c (EXPECTED_ERRNO): New macro.
26730         (openat_permissive): New function -- used in remove.c rewrite.
26731         (all functions): Set errno just before returning, only if there
26732         was an actual failure.
26733         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
26734
26735         Emulate openat-family functions using Linux's procfs, if possible.
26736         Idea and some code based on Ulrich Drepper's glibc changes.
26737
26738         * lib/openat.c: (BUILD_PROC_NAME): New macro.
26739         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
26740         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
26741         before falling back on save_cwd and restore_cwd.
26742         (fdopendir, fstatat, unlinkat): Likewise.
26743
26744         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
26745         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
26746
26747         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
26748         as second argument to va_arg.  Otherwise, some versions of gcc
26749         warn that `if this code is reached, the program will abort'.
26750
26751 2006-01-09  Jim Meyering  <jim@meyering.net>
26752
26753         Sync from coreutils.
26754         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
26755         Require openat-priv.h.
26756
26757 2006-01-09  Bruno Haible  <bruno@clisp.org>
26758
26759         * modules/strnlen (Include): Use strnlen.h.
26760
26761 2006-01-09  Bruno Haible  <bruno@clisp.org>
26762
26763         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
26764
26765 2006-01-09  Bruno Haible  <bruno@clisp.org>
26766
26767         * lib/sysexit_.h (EX_OK): New macro.
26768         Suggested by Martin Lambers <marlam@marlam.de>.
26769
26770 2006-01-09  Bruno Haible  <bruno@clisp.org>
26771
26772         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
26773         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
26774
26775 2006-01-09  Bruno Haible  <bruno@clisp.org>
26776
26777         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
26778         numbers.
26779
26780 2006-01-09  Bruno Haible  <bruno@clisp.org>
26781
26782         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
26783         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
26784         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
26785         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
26786
26787 2006-01-09  Bruno Haible  <bruno@clisp.org>
26788
26789         * build-aux/javacomp.sh.in: New file, moved from lib/.
26790         * modules/javacomp-script (Files): Update.
26791         (configure.ac): Add AC_CONFIG_FILES invocation.
26792         (EXTRA_DIST): Remove variable.
26793
26794         * build-aux/javaexec.sh.in: New file, moved from lib/.
26795         * modules/javaexec (Files): Update.
26796         (configure.ac): Add AC_CONFIG_FILES invocation.
26797         (EXTRA_DIST): Remove javaexec.sh.in.
26798
26799         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
26800         * modules/csharpcomp-script (Files): Update.
26801         (configure.ac): Add AC_CONFIG_FILES invocation.
26802         (EXTRA_DIST): Remove variable.
26803
26804         * build-aux/csharpexec.sh.in: New file, moved from lib/.
26805         * modules/csharpexec (Files): Update.
26806         (configure.ac): Add AC_CONFIG_FILES invocation.
26807         (EXTRA_DIST): Remove csharpexec.sh.in.
26808
26809 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
26810
26811         Sync from coreutils.
26812
26813         Add POSIX ACL support
26814         * lib/acl.h (copy_acl, set_acl): Add declarations.
26815         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
26816         systems other than Linux.
26817         (chmod_or_fchmod): New function: use fchmod when possible,
26818         and chmod otherwise.
26819         (file_has_acl): Add a POSIX ACL implementation, with a
26820         Linux-specific subcase.
26821         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
26822         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
26823         acls are unsupported.
26824         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
26825         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
26826         are unsupported.
26827
26828 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
26829
26830         Sync from coreutils.
26831         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
26832
26833 2006-01-07  Bruno Haible  <bruno@clisp.org>
26834
26835         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
26836         gl_EARLY.
26837
26838 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26839
26840         * lib/strftime.c (tzname): Don't declare if it is already #defined.
26841         Problem reported for Mingw by Mark Junker.
26842
26843 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26844
26845         * README: Gnulib normally doesn't generate a tarball.
26846
26847 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
26848
26849         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
26850         long int, not int, for nanosecond counts, so that people who are
26851         used to POSIX struct timespec won't be surprised.  Reported by Jim
26852         Meyering.
26853
26854 2005-12-28  Bruno Haible  <bruno@clisp.org>
26855
26856         * build-aux/config.rpath: Update from GNU gettext.
26857
26858 2005-12-16  Jim Meyering  <jim@meyering.net>
26859
26860         * modules/fprintftime: New module.
26861         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
26862
26863 2005-12-16  Jim Meyering  <jim@meyering.net>
26864
26865         * m4/fprintftime.m4: New file.
26866
26867 2005-12-16  Jim Meyering  <jim@meyering.net>
26868
26869         * lib/fprintftime.c, lib/fprintftime.h: New files.
26870
26871 2005-12-15  Simon Josefsson  <jas@extundo.com>
26872
26873         * modules/socklen (configure.ac): Fix M4 macro name, to align with
26874         new m4/socklen.m4.
26875
26876 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26877
26878         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
26879         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
26880
26881 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
26882
26883         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
26884         * lib/argp-help.c (fill_in_uparams): Check if the constructed
26885         struct uparams is valid. Fall back to the default values if it is
26886         not.
26887
26888 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26889
26890         * modules/argp (Files): Add argp-pin.c
26891         (Depends-on): dirname
26892         (lib_SOURCES): Add argp-pin.c
26893
26894 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26895
26896         * m4/argp.m4:  Check if program_invocation_name and
26897         program_invocation_short_name are declared and define appropriate
26898         macros if they are not.
26899
26900 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26901
26902         * lib/argp-help.c (__argp_base_name): New function
26903         (__argp_short_program_name): Rewrite using __argp_base_name
26904         * lib/argp-namefrob.h: Define program_invocation_name and
26905         program_invocation_short_name if requested
26906         (__argp_base_name): Add prototype
26907         * lib/argp-parse.c (argp_def): Use gettext wrappers
26908         (argp_default_parser): Use __argp_base_name
26909         * lib/argp-pin.c: New file. Defines program_invocation_name and
26910         program_invocation_short_name on systems that lack them.
26911
26912 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
26913
26914         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
26915         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
26916         porting problem reported by Georg Schwarz in
26917         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
26918
26919 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
26920
26921         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
26922         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
26923         porting problem reported by Georg Schwarz in
26924         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
26925
26926 2005-12-05  Bruno Haible  <bruno@clisp.org>
26927
26928         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
26929         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
26930         Reported by Mark Junker <mjscod@gmx.de>.
26931
26932 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
26933
26934         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
26935         Use implementation from Albert Chin, with some
26936         comments/corrections by Stepan Kasal and myself.
26937
26938 2005-12-02  Bruno Haible  <bruno@clisp.org>
26939
26940         * gnulib-tool (func_import): Accept GPLed build tool modules when
26941         --lgpl is given.
26942         * modules/csharpcomp-script: New file.
26943         * modules/csharpcomp: Depend on it.
26944         * modules/javacomp-script: New file.
26945         * modules/javacomp: Depend on it.
26946         Suggested by Simon Josefsson.
26947
26948 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
26949
26950         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
26951         statement, to work around an HP-UX 10.20 compiler bug reported by
26952         Peter O'Gorman.
26953
26954 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
26955
26956         * modules/savedir (Depends-on): Add openat.
26957
26958 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
26959
26960         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
26961         (uintmax_t) [defined uintmax_t]: Do not declare.
26962         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
26963         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
26964         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
26965         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
26966         sake of portability to weird hosts that C allows (though we don't
26967         know of any practical examples).
26968
26969         * lib/savedir.h (fdsavedir): New decl.
26970         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
26971         contains most of the former guts of savedir.
26972         (savedir): Use savedirstream.
26973         Include "openat.h".
26974
26975 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
26976
26977         * modules/obstack (Files): Add m4/ulonglong.m4.
26978         Problem reported by Davide Angelocola.
26979
26980 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
26981
26982         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
26983         coreutils no longer futzes with rounding modes.
26984
26985 2005-11-14  Jim Meyering  <jim@meyering.net>
26986
26987         * lib/mkstemp-safer.c: Include <config.h>, required for possible
26988         replacement of mkstemp.
26989
26990 2005-11-10  Simon Josefsson  <jas@extundo.com>
26991
26992         * lib/readline.c: Remove EOL.
26993
26994 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26995
26996         * modules/gethrxtime (Depends-on): Add gettime.
26997
26998 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26999
27000         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
27001         or gettimeofday; no longer needed.
27002
27003 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27004
27005         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
27006         time business.
27007         (gethrxtime) [! (HAVE_NANOUPTIME
27008         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
27009         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
27010         our own approximation.
27011
27012 2005-11-08  Eric Blake  <ebb9@byu.net>
27013
27014         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27015
27016 2005-11-08  Eric Blake  <ebb9@byu.net>
27017
27018         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27019
27020 2005-11-04  Bruno Haible  <bruno@clisp.org>
27021
27022         * gnulib-tool: Implement --update mode.
27023
27024 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27025
27026         Fix porting problem reported by Theodoros V. Kalamatianos.
27027         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
27028         Don't assume that futimes failing means we must fail.
27029
27030 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27031
27032         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
27033         variables to suggest the intended function of the PATH_MAX check.
27034
27035 2005-10-30  Kean Johnston  <jkj@sco.com>
27036
27037         Trivial changes to support SCO systems.
27038         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
27039         as PATH_MAX.
27040         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
27041         where __ptr is null when no I/O is pending.
27042
27043 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27044
27045         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
27046         leave errno alone.  Problem reported by Dmitry V. Levin.
27047
27048 2005-10-28  Simon Josefsson  <jas@extundo.com>
27049
27050         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
27051         Test more.
27052
27053         * tests/test-gc-md2.c, tests/test-md2.c: New files.
27054
27055         * modules/md2, modules/md2-tests: New files.
27056
27057 2005-10-28  Simon Josefsson  <jas@extundo.com>
27058
27059         * m4/inet_ntop.m4: More tests.
27060
27061         * m4/gc-md2.m4, md2.m4: New file.
27062
27063 2005-10-28  Simon Josefsson  <jas@extundo.com>
27064
27065         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
27066         "restrict" keywords, as per POSIX.  Protect the function
27067         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
27068         Don't use K&R prototypes.  Check the sprintf return values.
27069         Re-define EAFNOSUPPORT if not present.  Indent.
27070
27071         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
27072         suggested by Bruno Haible <bruno@clisp.org>.
27073
27074         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
27075
27076         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
27077
27078         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
27079         libgcrypt).
27080
27081         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
27082
27083         * lib/md2.h, lib/md2.c: New files.
27084
27085 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
27086
27087         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
27088         errno alone.  Problem reported by Frederic Jolliton.
27089
27090 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
27091
27092         * modules/verify (License): Change from GPL to LGPL.  This is a
27093         tiny module and there are apparently near-equivalents that are
27094         under the BSD license.
27095
27096 2005-10-24  Simon Josefsson  <jas@extundo.com>
27097
27098         * modules/sha1: Relicense to LGPL.
27099
27100 2005-10-24  Simon Josefsson  <jas@extundo.com>
27101
27102         * lib/md4.h: Shrink buffer size, now that we changed the type.
27103
27104 2005-10-23  Simon Josefsson  <jas@extundo.com>
27105
27106         * gnulib-tool (func_import): Fix --tests-base.
27107
27108 2005-10-22  Simon Josefsson  <jas@extundo.com>
27109
27110         * modules/arcfour (Depends-on): Need stdint.
27111
27112 2005-10-22  Simon Josefsson  <jas@extundo.com>
27113
27114         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
27115         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
27116
27117 2005-10-22  Simon Josefsson  <jas@extundo.com>
27118
27119         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
27120         suggested by Bruno Haible <bruno@clisp.org>.
27121
27122 2005-10-22  Simon Josefsson  <jas@extundo.com>
27123
27124         * lib/crc.h: Include stddef.h, for size_t.
27125
27126 2005-10-22  Simon Josefsson  <jas@extundo.com>
27127
27128         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
27129         arcfour_context struct (simplify test vector testing in GNU
27130         Shishi).
27131
27132 2005-10-21  Simon Josefsson  <jas@extundo.com>
27133
27134         * modules/des, modules/des-tests: New files.
27135
27136         * modules/gc-des, modules/gc-des-tests: New files.
27137
27138         * tests/test-des.c, tests/test-gc-des.c: New file.
27139
27140 2005-10-21  Simon Josefsson  <jas@extundo.com>
27141
27142         * modules/arctwo, modules/arctwo-tests: New files.
27143
27144         * tests/test-arctwo.c: New file.
27145
27146         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
27147
27148         * tests/test-gc-arctwo.c: New file.
27149
27150 2005-10-21  Simon Josefsson  <jas@extundo.com>
27151
27152         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
27153         Bruno Haible <bruno@clisp.org>.
27154
27155         * m4/gc-des.m4: New file.
27156
27157 2005-10-21  Simon Josefsson  <jas@extundo.com>
27158
27159         * m4/arctwo.m4: New file.
27160
27161         * m4/gc-arctwo.m4: New file.
27162
27163 2005-10-21  Simon Josefsson  <jas@extundo.com>
27164
27165         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
27166         block.
27167
27168 2005-10-21  Simon Josefsson  <jas@extundo.com>
27169
27170         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
27171         <bruno@clisp.org>.
27172
27173         * lib/hmac-sha1.c (hmac_sha1): Likewise.
27174
27175         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
27176         Bruno Haible <bruno@clisp.org>.
27177
27178         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
27179         <bruno@clisp.org>.
27180
27181 2005-10-21  Simon Josefsson  <jas@extundo.com>
27182
27183         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
27184
27185 2005-10-21  Simon Josefsson  <jas@extundo.com>
27186
27187         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
27188
27189 2005-10-21  Simon Josefsson  <jas@extundo.com>
27190
27191         * lib/des.h, lib/des.c: New files.
27192
27193         * lib/gc-gnulib.c: Support DES.c
27194
27195 2005-10-21  Simon Josefsson  <jas@extundo.com>
27196
27197         * lib/arctwo.h, lib/arctwo.c: New files.
27198
27199         * lib/gc-gnulib.c: Support ARCTWO.
27200
27201 2005-10-21  Simon Josefsson  <jas@extundo.com>
27202
27203         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
27204         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27205
27206 2005-10-21  Simon Josefsson  <jas@extundo.com>
27207
27208         * gnulib-tool (func_import, func_create_testdir): Define automake
27209         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
27210         Makefile.am snippet),
27211         suggested by Bruno Haible <bruno@clisp.org>.
27212
27213         * modules/gc (Makefile.am): Use it.
27214
27215 2005-10-21  Bruno Haible  <bruno@clisp.org>
27216
27217         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
27218         patch.
27219
27220 2005-10-19  Simon Josefsson  <jas@extundo.com>
27221
27222         * tests/test-gc-rijndael.c: New file.
27223
27224         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
27225
27226 2005-10-19  Simon Josefsson  <jas@extundo.com>
27227
27228         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
27229         interface too.
27230
27231 2005-10-19  Simon Josefsson  <jas@extundo.com>
27232
27233         * tests/test-gc-arcfour.c: New file.
27234
27235         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
27236
27237 2005-10-19  Simon Josefsson  <jas@extundo.com>
27238
27239         * modules/gc-md4, modules/gc-md4-tests: New file.
27240
27241         * tests/test-gc-md4.c: New file.
27242
27243 2005-10-19  Simon Josefsson  <jas@extundo.com>
27244
27245         * m4/gc-md4.m4: New file.
27246
27247 2005-10-19  Simon Josefsson  <jas@extundo.com>
27248
27249         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
27250         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
27251         <kasal@ucw.cz>.
27252
27253 2005-10-19  Simon Josefsson  <jas@extundo.com>
27254
27255         * m4/gc-arcfour.m4: New file.
27256
27257         * m4/gc-rijndael.m4: New file.
27258
27259 2005-10-19  Simon Josefsson  <jas@extundo.com>
27260
27261         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
27262
27263 2005-10-19  Simon Josefsson  <jas@extundo.com>
27264
27265         * lib/gc-gnulib.c: Support ARCFOUR.
27266
27267 2005-10-19  Simon Josefsson  <jas@extundo.com>
27268
27269         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
27270         support.
27271
27272         * lib/gc.h: Add ECB enum type.
27273
27274         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
27275
27276 2005-10-18  Simon Josefsson  <jas@extundo.com>
27277
27278         * tests/test-md5.c: New file.
27279
27280         * modules/md5-tests: New file.
27281
27282 2005-10-18  Simon Josefsson  <jas@extundo.com>
27283
27284         * tests/test-md4.c: New file.
27285
27286         * modules/md4, modules/md4-tests: New files.
27287
27288 2005-10-18  Simon Josefsson  <jas@extundo.com>
27289
27290         * m4/md4.m4: New file.
27291
27292 2005-10-18  Simon Josefsson  <jas@extundo.com>
27293
27294         * lib/md4.h, lib/md4.c: New files, based on md5.?.
27295
27296 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
27297
27298         * gnulib-tool (func_create_testdir): Omit the second check whether
27299         BUILT_SOURCES in nonempty.
27300
27301 2005-10-17  Simon Josefsson  <jas@extundo.com>
27302
27303         * tests/test-rijndael.c: New file.
27304
27305 2005-10-17  Simon Josefsson  <jas@extundo.com>
27306
27307         * modules/sha1: Depend on stdint instead of md5.
27308
27309         * modules/md5: Depend on stdint, remove uint32_t.
27310
27311 2005-10-17  Simon Josefsson  <jas@extundo.com>
27312
27313         * modules/gc-sha1-tests: New file.
27314
27315         * tests/test-gc-sha1.c: New file.
27316
27317 2005-10-17  Simon Josefsson  <jas@extundo.com>
27318
27319         * m4/md5.m4: Remove call to uint32_t.m4.
27320
27321 2005-10-17  Simon Josefsson  <jas@extundo.com>
27322
27323         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
27324
27325         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
27326         md5.h.
27327
27328         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
27329
27330         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
27331
27332 2005-10-17  Simon Josefsson  <jas@extundo.com>
27333
27334         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
27335
27336 2005-10-17  Simon Josefsson  <jas@extundo.com>
27337
27338         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
27339
27340 2005-10-17  Simon Josefsson  <jas@extundo.com>
27341
27342         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
27343
27344         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
27345
27346 2005-10-17  Bruno Haible  <bruno@clisp.org>
27347
27348         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
27349         that it can also be used in a test.
27350
27351 2005-10-16  Bruno Haible  <bruno@clisp.org>
27352
27353         * gnulib-tool (func_emit_tests_Makefile_am): Also define
27354         TESTS_ENVIRONMENT, so that individual tests can augment it.
27355
27356         * gnulib-tool (func_create_testdir): Use an intermediate target for
27357         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
27358         macros, like $(ALLOCA_H), which cannot be passed through the command
27359         line.
27360
27361 2005-10-15  Simon Josefsson  <jas@extundo.com>
27362
27363         * modules/rijndael-tests: New file.
27364
27365         * modules/rijndael: New file.
27366
27367 2005-10-15  Simon Josefsson  <jas@extundo.com>
27368
27369         * m4/rijndael.m4: New file.
27370
27371 2005-10-15  Simon Josefsson  <jas@extundo.com>
27372
27373         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
27374
27375         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
27376
27377 2005-10-14  Simon Josefsson  <jas@extundo.com>
27378
27379         * tests/test-arcfour.c: New file.
27380
27381         * modules/arcfour, modules/arcfour-tests: New files.
27382
27383 2005-10-14  Simon Josefsson  <jas@extundo.com>
27384
27385         * m4/arcfour.m4: New file.
27386
27387 2005-10-14  Simon Josefsson  <jas@extundo.com>
27388
27389         * lib/arcfour.h, lib/arcfour.c: New files.
27390
27391 2005-10-14  Roland McGrath  <roland@redhat.com>
27392
27393         Import from libc.  [BZ #1331]
27394         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
27395         macro argument.
27396         Reported by Matej Vela <vela@debian.org>.
27397
27398 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27399
27400         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
27401         include <wchar.h>; no longer needed.
27402
27403 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27404
27405         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
27406
27407 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
27408         and  Ulrich Drepper  <drepper@redhat.com>
27409
27410         Import from libc.
27411         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
27412         instead of inline stream orientation test and two separate
27413         function calls.  Pay no attention to USE_IN_LIBIO.
27414
27415 2005-10-13  Simon Josefsson  <jas@extundo.com>
27416
27417         * modules/gc-hmac-md5-tests: New file.
27418
27419         * tests/test-gc-hmac-sha1.c: New file.
27420
27421         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
27422
27423         * modules/gc-hmac-md5-tests: New file.
27424
27425         * tests/test-gc-md5.c: New file.
27426
27427         * modules/gc-md5-tests: New file.
27428
27429 2005-10-13  Simon Josefsson  <jas@extundo.com>
27430
27431         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
27432         Move memory allocation outside of loop.
27433
27434 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
27435
27436         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
27437         intermediate directory is in a read-only file system.  Problem
27438         reported by Eric Blake.
27439
27440 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
27441
27442         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
27443
27444 2005-10-12  Simon Josefsson  <jas@extundo.com>
27445
27446         * tests/test-hmac-sha1.c: New file.
27447
27448         * modules/hmac-sha1-tests: New file.
27449
27450         * modules/hmac-sha1: New file.
27451
27452 2005-10-12  Simon Josefsson  <jas@extundo.com>
27453
27454         * modules/gc-sha1: New file.
27455
27456 2005-10-12  Simon Josefsson  <jas@extundo.com>
27457
27458         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
27459
27460         * tests/test-gc-pbkdf2-sha1.c: New file.
27461
27462 2005-10-12  Simon Josefsson  <jas@extundo.com>
27463
27464         * modules/gc-md5, modules/gc-hmac-md5: New files.
27465
27466         * modules/gc (Files): Remove md5, memxor and hmac files.
27467
27468 2005-10-12  Simon Josefsson  <jas@extundo.com>
27469
27470         * m4/gc-pbkdf2-sha1.m4: New file.
27471
27472         * m4/gc-hmac-sha1.m4: New file.
27473
27474         * m4/gc-sha1: New file.
27475
27476         * m4/hmac-sha1.m4: New file.
27477
27478 2005-10-12  Simon Josefsson  <jas@extundo.com>
27479
27480         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
27481
27482         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
27483
27484 2005-10-12  Simon Josefsson  <jas@extundo.com>
27485
27486         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
27487         suggested by Bruno Haible <bruno@clisp.org>.
27488
27489 2005-10-12  Simon Josefsson  <jas@extundo.com>
27490
27491         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
27492
27493 2005-10-12  Simon Josefsson  <jas@extundo.com>
27494
27495         * lib/gc-pbkdf2-sha1.c: New file.
27496
27497         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
27498
27499 2005-10-12  Simon Josefsson  <jas@extundo.com>
27500
27501         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
27502
27503         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
27504
27505 2005-10-12  Simon Josefsson  <jas@extundo.com>
27506
27507         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
27508         GC_USE_HMAC_MD5, respectively.
27509
27510         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
27511         (gc_md5): Fix typo.
27512
27513         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
27514
27515         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
27516
27517         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
27518
27519 2005-10-12  Bruno Haible  <bruno@clisp.org>
27520
27521         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
27522         Reported by Stepan Kasal <kasal@ucw.cz>.
27523
27524 2005-10-11  Simon Josefsson  <jas@extundo.com>
27525
27526         * tests/test-crc.c: New file.
27527
27528         * modules/crc, modules/crc-tests: New files.
27529
27530 2005-10-11  Simon Josefsson  <jas@extundo.com>
27531
27532         * m4/crc.m4: New file.
27533
27534 2005-10-11  Simon Josefsson  <jas@extundo.com>
27535
27536         * lib/gc.h: Add gc_hash and gc_hash_buffer.
27537
27538         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
27539
27540         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
27541
27542 2005-10-11  Simon Josefsson  <jas@extundo.com>
27543
27544         * lib/crc.h, lib/crc.c: New files.
27545
27546         * lib/gc.h (gc_hash_buffer): Add doc.
27547
27548 2005-10-11  Bruno Haible  <bruno@clisp.org>
27549
27550         * modules/c-strcasestr: New file.
27551         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
27552
27553 2005-10-11  Bruno Haible  <bruno@clisp.org>
27554
27555         * modules/c-strcase: New file.
27556         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
27557
27558 2005-10-11  Bruno Haible  <bruno@clisp.org>
27559
27560         * lib/strcasecmp.c: Include limits.h.
27561         (strcasecmp): Avoid integer overflow on exotic platforms.
27562         * lib/strncasecmp.c: Include limits.h.
27563         (strncasecmp): Avoid integer overflow on exotic platforms.
27564         Reported by Paul Eggert.
27565
27566 2005-10-11  Bruno Haible  <bruno@clisp.org>
27567
27568         * lib/c-strcasestr.h: New file, from GNU gettext.
27569         * lib/c-strcasestr.c: New file, from GNU gettext.
27570
27571 2005-10-11  Bruno Haible  <bruno@clisp.org>
27572
27573         * lib/c-strcase.h: New file, from GNU gettext.
27574         * lib/c-strcasecmp.c: New file, from GNU gettext.
27575         * lib/c-strncasecmp.c: New file, from GNU gettext.
27576
27577 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27578
27579         * modules/mempcpy (License): GPL -> LGPL.
27580         * modules/strchrnul (License): Likewise.
27581         * modules/sysexits (License): Likewise.
27582
27583 2005-10-08  Simon Josefsson  <jas@extundo.com>
27584
27585         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
27586
27587 2005-10-07  Simon Josefsson  <jas@extundo.com>
27588
27589         * m4/memxor.m4: Remove gl_C_RESTRICT call.
27590
27591 2005-10-06  Simon Josefsson  <jas@extundo.com>
27592
27593         * tests/test-hmac-md5.c: New file.
27594
27595         * modules/hmac-md5-tests: New file.
27596
27597         * modules/hmac-md5: New file.
27598
27599 2005-10-06  Simon Josefsson  <jas@extundo.com>
27600
27601         * m4/hmac-md5.m4: New file.
27602
27603         * m4/memxor.m4: Require gl_C_RESTRICT.
27604
27605 2005-10-06  Simon Josefsson  <jas@extundo.com>
27606
27607         * lib/memxor.c (memxor): Avoid casts and warnings.
27608
27609 2005-10-06  Simon Josefsson  <jas@extundo.com>
27610
27611         * lib/hmac-md5.c: New file.
27612
27613         * lib/hmac.h: New file.
27614
27615 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27616
27617         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
27618         promotes to int, not unsigned int, to catch the AIX 5.3
27619         compiler bug.
27620
27621 2005-10-05  Simon Josefsson  <jas@extundo.com>
27622
27623         * modules/memxor: New file.
27624
27625         * modules/iconv (Files): Move config.rpath to havelib, it is used
27626         there.
27627
27628         * modules/havelib (Files): Add config.rpath.
27629
27630 2005-10-05  Simon Josefsson  <jas@extundo.com>
27631
27632         * m4/memxor.m4: New file.
27633
27634 2005-10-05  Simon Josefsson  <jas@extundo.com>
27635
27636         * lib/memxor.c (memxor): Fix compiler error.
27637
27638         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
27639         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
27640
27641         * lib/memxor.h, lib/memxor.c: New files.
27642
27643         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
27644         we assume all systems have it, suggested by Jim Meyering
27645         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
27646         any systems lack sys/socket.h; mingw32 is known to lack it, but we
27647         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
27648         same reasons.
27649
27650 2005-10-05  Simon Josefsson  <jas@extundo.com>
27651
27652         * config/srclist.txt: Add glibc bug 1423 for md5.h.
27653
27654 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27655
27656         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
27657         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
27658         needed, since the source code now assumes these .h files.
27659
27660 2005-10-05  Derek Price  <derek@ximbiot.com>
27661
27662         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
27663
27664 2005-10-05  Bruno Haible  <bruno@clisp.org>
27665
27666         * modules/stdint (License): Change to LGPL.
27667
27668 2005-10-04  Simon Josefsson  <jas@extundo.com>
27669
27670         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
27671         D. Baushke" <mdb@gnu.org>.
27672
27673 2005-10-04  Bruno Haible  <bruno@clisp.org>
27674
27675         * lib/verify.h (verify_true): Provide alternative definition for C++.
27676
27677 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
27678
27679         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
27680         (SSIZE_MAX): New macro, if not already defined.
27681         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
27682         than 2 GiB.
27683
27684 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27685
27686         Sync from coreutils.
27687         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
27688         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
27689         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
27690         ULLONG_MAX doesn't work with 2.7.2.1.
27691
27692 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27693
27694         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
27695         From Ben Pfaff.
27696
27697         * modules/exclude (Depends-on): Depend on verify.
27698         * modules/strtoimax (Depends-on): Likewise.
27699         * modules/utimecmp (Depends-on): Likewise.
27700
27701 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27702
27703         * lib/exclude.c: Include verify.h.
27704         (verify): Remove.  All callers changed to use verify.h's version.
27705         * lib/strtoimax.c: Likewise.
27706         * lib/utimecmp.c: Likewis.e
27707
27708         Sync from coreutils.
27709         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
27710         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
27711         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
27712         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
27713         bother returning ENOSYS if settimeofday or stime fails; just let
27714         them return whatever errno they want to return.
27715         * lib/utimens.c: Include unistd.h, for dup2.
27716         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
27717         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
27718
27719 2005-10-02  Jim Meyering  <jim@meyering.net>
27720
27721         Sync from coreutils.
27722         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
27723         from glibc-2.2.5 that fails for read-only files.
27724
27725 2005-10-02  Jim Meyering  <jim@meyering.net>
27726
27727         Sync from coreutils.
27728         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
27729         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
27730         `#if HAVE_CONFIG_H'.
27731         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
27732         Remove AT_FDCWD test.
27733         Do not consume the fd unless successful.
27734         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
27735         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
27736         block, so that we don't even try to compile it if settimeofday is
27737         available.  This works around a compilation failure on OSF1 V5.1,
27738         due to stime requiring a `long int*' while tv_sec is `int'.
27739
27740 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
27741
27742         Sync from coreutils.
27743         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
27744         against `yes', rather than just testing for nonempty.
27745
27746 2005-10-01  Simon Josefsson  <jas@extundo.com>
27747
27748         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
27749         and Darwin.
27750
27751         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
27752         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
27753         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
27754         freeaddrinfo and gai_strerror are declared by the POSIX headers.
27755         Check if struct addrinfo is declared.
27756
27757 2005-10-01  Simon Josefsson  <jas@extundo.com>
27758
27759         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
27760         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
27761         AI_* and EAI_* definitions.  Protect function declarations.
27762
27763 2005-10-01  Jim Meyering  <jim@meyering.net>
27764
27765         Sync from coreutils.
27766
27767         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
27768         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
27769         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
27770         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
27771         in the inet and nsl libraries.  Required on Solaris 5.7.
27772
27773 2005-10-01  Jim Meyering  <jim@meyering.net>
27774
27775         Sync from coreutils.
27776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
27777         in the inet and nsl libraries.  Required on Solaris 5.7.
27778
27779 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
27780
27781         * lib/getdelim.c (getdelim): Remove unused variables.
27782
27783 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
27784
27785         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
27786         so that the code works even with ancient cpp.  Portability problem
27787         with GCC 2.7.2.1 reported by Thomas M.Ott.
27788
27789 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
27790
27791         * modules/regex (Depends-on): Add strcase.
27792
27793         * modules/gethostname (Licence): Change from GPL to LGPL, since
27794         gethostname.c is a trivial implementation of a standard library
27795         function.
27796         * modules/poll (License): Change from GPL to LGPL, since it's
27797         derived from LGPL code.
27798
27799 2005-09-27  Jim Meyering  <jim@meyering.net>
27800
27801         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
27802         HAVE_CONFIG_H.
27803
27804         * lib/intprops.h (signed_type_or_expr__): Define.
27805         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
27806         for unsigned types.
27807
27808 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
27809
27810         * lib/verify.h (verify_expr): Remove, replacing with:
27811         (verify_true): New macro that returns true instead of void.
27812         (verify_type__): Remove.
27813         (verify): Use verify_true rather than verify_type__.
27814
27815 2005-09-26  Bruno Haible  <bruno@clisp.org>
27816
27817         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
27818         is necessary.
27819         (lib_SOURCES): Remove mbchar.c.
27820         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
27821         (Files): Add m4/mbrtowc.m4.
27822         * modules/mbiter: Likewise.
27823         * modules/mbuiter: Likewise.
27824
27825 2005-09-26  Bruno Haible  <bruno@clisp.org>
27826
27827         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
27828         compile mbchar.c if they are not both present.
27829         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
27830         * m4/mbiter.m4 (gl_MBITER): Likewise.
27831         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
27832         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
27833         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
27834
27835 2005-09-25  Jim Meyering  <jim@meyering.net>
27836
27837         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
27838         also uses socklen_t.
27839
27840 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
27841
27842         * lib/utimens.c (ENOSYS): Define if not already defined.
27843         (futimens): Support having a null PATH if the file descriptor
27844         is nonnegative.
27845
27846         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
27847         Remove.
27848         (__attribute): Define to empty unless GCC 3.1 or later.
27849         This works around a core dump on OpenBSD 3.4, which has GCC
27850         2.95.3, which dumps core when given __attribute__(()).  It also
27851         simplifies other tests, since we really don't want to bother with
27852         worrying about which ancient version of GCC supported what.
27853         Original problem reported by Yoann Vandoorselaere, with part of
27854         the fix suggested by Derek Price.
27855
27856 2005-09-24  Jim Meyering  <jim@meyering.net>
27857
27858         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
27859         so we can once again use a positive bitfield width of 1 -- now we
27860         don't have to explain why we were using a bitfield width of 2.
27861
27862 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
27863
27864         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
27865         and similarly for the other external symbols.  Problem reported
27866         by James Gallager.
27867
27868         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
27869         bug reported by Jim Meyering.
27870
27871         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
27872         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
27873         not needed, since socklen is a prerequisite module.
27874
27875 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
27876
27877         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
27878         Problem reported by Eric Blake.
27879         (getaddrinfo): Initialize se so that it's not garbage.
27880         Redo internal storage allocation so that it doesn't make unportable
27881         assumptions about alignment.
27882         Fix a memory leak.
27883
27884         * lib/utimens.c (futimens): Use futimesat if available.
27885         Prefer it to futimes since it doesn't have the futimes bug.
27886
27887         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
27888         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
27889         Instead, declare a function that returns a pointer to an array,
27890         and use verify_type__ to declare the size of the array.
27891         Problem and germ of a solution reported by Bruno Haible.
27892         (verify_type__): Use 2, not 1, for bitfield size, to avoid
27893         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
27894
27895 2005-09-23  Jim Meyering  <jim@meyering.net>
27896
27897         Sync from coreutils.
27898         Correct build failure (socklen_t not defined) on at least
27899         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
27900         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
27901
27902 2005-09-23  Jim Meyering  <jim@meyering.net>
27903
27904         * modules/getaddrinfo (Depends-on): Add socklen.
27905
27906 2005-09-23  Bruno Haible  <bruno@clisp.org>
27907
27908         * tests/test-verify.c: New file.
27909
27910 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27911
27912         Sync from coreutils.
27913
27914         * modules/argmatch (Depends-on): Add verify.
27915         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
27916         unistd-safer.
27917         * modules/save-cwd (Depends-on): Likewise.
27918
27919         * modules/openat (Files): Add lib/openat-die.c.
27920         (Depends-on): Remove error, exitfail.
27921         Add dirname.
27922
27923         * modules/verify: New file.
27924         * MODULES.html.sh (Diagnostics <assert.h>): New section,
27925         with "verify" module.
27926
27927 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27928
27929         Sync from coreutils.
27930
27931         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
27932         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
27933         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
27934         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
27935         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
27936         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
27937         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
27938         Don't bother checking for string.h, stdlib.h, unistd.h.
27939         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
27940         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
27941         module's job.
27942         * m4/jm-macros.m4 (gl_MACROS): Likewise.
27943         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
27944
27945         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
27946         (gl_GETDATE): Use it.
27947
27948         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
27949
27950 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
27951
27952         Sync from coreutils.
27953
27954         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
27955         stat-time.h.
27956         * lib/argmatch.h: Include verify.h
27957         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
27958         (ARGMATCH_ASSERT): Remove; unused.
27959         * lib/canonicalize.c: Assume STDC_HEADERS.
27960         * lib/exclude.c: Include "strcase.h".
27961         * lib/regex_internal.h [!defined _LIBC]: Likewise.
27962         * lib/getusershell.c: Include stdio--.h rather than stdio.h
27963         and stdio-safer.h.
27964         (getusershell): Call fopen, not fopen_safer.
27965         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
27966         Do not include unistd-safer.h.
27967         (save_cwd): Don't call fd_safer; no longer needed
27968         now that we include fcntl--.h.
27969
27970         * lib/getdate.y (relative_time): New type.
27971         (RELATIVE_TIME_0): New constant.
27972         (parser_control): Use relative_time instead of doing it ourselves.
27973         (%union): Add new relative_time rel member.
27974         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
27975         Now typeless.
27976         (relunit, relunit_snumber): Now of type rel.
27977         (zone, rel, relunit, get_date): Adjust to above changes.
27978
27979         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
27980         Do not include unistd-safer.h.
27981         (getloadavg): Don't call fd_safer; no longer needed
27982         now that we include fcntl--.h.
27983
27984         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
27985         (make_dir_parents): Treat ENOSYS like EEXIST.
27986
27987         Improve quality of diagnostics on restore_cwd failure.
27988         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
27989         (make_dir_parents): Last arg is now int * (for errno), not bool *.
27990         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
27991         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
27992         each time through the loop.  Do not diagnose restore_cwd failure;
27993         that is the caller's job (and perhaps the caller does not care).
27994
27995         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
27996         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
27997         If the file already exists but is not a directory, don't bother
27998         to try to make its parents.
27999         Close potential file descriptor leak if we can't chdir("/") (!).
28000         Don't always return true if chdir($PWD) fails; return true only
28001         if the requested action was done successfully (except for the
28002         chdir($PWD)).
28003         Don't log final directory unless we actually made it.
28004         Refactor to avoid duplicate code to fix up permissions.
28005         Don't attempt to fix up parent permissions if chdir($PWD) fails.
28006
28007         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
28008         to make it a bit faster and (I hope) clearer.
28009         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
28010         Fix bug in formats like %2N.
28011
28012         * lib/verify.h: New file.
28013
28014 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28015
28016         Sync from coreutils.
28017         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
28018
28019 2005-09-22  Jim Meyering  <jim@meyering.net>
28020
28021         Sync from coreutils.
28022
28023         * m4/lstat.m4 (gl_FUNC_LSTAT):
28024         Use AC_LIBSOURCES to require lstat.c and lstat.h.
28025         Remove obsolete comment.
28026         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
28027         * m4/xstrtod.m4: Likewise.
28028
28029         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
28030
28031 2005-09-22  Jim Meyering  <jim@meyering.net>
28032
28033         Sync from coreutils.
28034
28035         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
28036
28037         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
28038         the .tm_year member, since otherwise gcc-4.0 would now warn about
28039         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
28040
28041         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
28042         order to avoid an unsuppressible warning from gcc on 64-bit systems.
28043
28044         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
28045         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
28046         when run in a time zone for which daylight savings time is in effect
28047         for the starting date.
28048
28049         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
28050         stop us from restricting permissions of just-created absolute-named
28051         directories.
28052         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
28053         to restore initial working directory.
28054         * lib/mkdir-p.c (make_dir_parents): New parameter:
28055         different_working_dir, to tell caller if/when we change the working
28056         directory and are unable to return to the initial one.
28057         * lib/mkdir-p.h (make_dir_parents): Update prototype.
28058         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
28059         `return false'.  This fixes a bug introduced on 2004-07-30.
28060
28061         * lib/openat.c (fdopendir): Be sure to close the supplied
28062         file descriptor before returning.  This makes our replacement
28063         implementation a little closer to Solaris's, where fdopendir
28064         ties the file descriptor to the returned DIR* pointer.
28065         * lib/openat.c (unlinkat): New function.
28066         * lib/openat.h (unlinkat): Add prototype.
28067         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
28068         (openat_restore_fail): Rename from openat_restore_die.
28069         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
28070
28071         Provide an alternative to exiting immediately upon save_cwd or
28072         restore_cwd failure.  Now, an application can arrange e.g.,
28073         to perform a longjump in that case.
28074         * lib/openat.c: Include dirname.h.
28075         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
28076         (rpl_openat, fdopendir, fstatat): Call openat_save_die
28077         and openat_restore_die rather than calling error directly.
28078         Don't include "error.h" or "exitfail.h"; they're no longer needed.
28079
28080         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
28081         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
28082         define.
28083
28084         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
28085         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
28086                             int utc, int nanoseconds);
28087         Background:
28088         date should not have to allocate a megabyte of virtual memory to
28089         handle a format argument like +%1048575T.  When implemented with
28090         strftime, it must allocate such a buffer, use strftime to fill it
28091         in, print it, then free it.
28092         With fprintftime, it simply prints everything and exits.
28093         With no need for memory allocation, that's one fewer way to fail.
28094         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
28095         optional field width, not before, so we accept %9:z, not %:9z.
28096         (my_strftime): Be sure to use L_('x') for literals.
28097
28098         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
28099         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
28100         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
28101         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
28102         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
28103         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
28104         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
28105         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
28106         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
28107         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
28108         * lib/xgethostname.c, lib/xreadlink.c:
28109         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
28110
28111         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
28112         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
28113         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
28114         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28115         and don't include <sys/file.h>).
28116
28117 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
28118
28119         Sync from coreutils.
28120
28121         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
28122         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
28123         [!LDAV_DONE]: Avoid unused variable warning.
28124
28125 2005-09-21  Bruno Haible  <bruno@clisp.org>
28126
28127         * lib/unicodeio.h (unicode_to_mb): New declaration.
28128
28129 2005-09-20  Derek Price  <derek@ximbiot.com>
28130
28131         * lib/getaddrinfo.c: Don't include <netdb.h> included from
28132         getaddrinfo.h.
28133
28134 2005-09-20  Bruno Haible  <bruno@clisp.org>
28135
28136         * gnulib-tool: Remove trailing slashes from the values specified for
28137         --source-base, --m4-base, --tests-base, --aux-dir.
28138         Suggested by Simon Josefsson <jas@extundo.com>.
28139
28140 2005-09-20  Bruno Haible  <bruno@clisp.org>
28141
28142         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
28143         func_modules_to_filelist, func_import, func_create_testdir): Make all
28144         sorting results locale-independent, so that gnulib-cache.m4 doesn't
28145         change when gnulib-tool is invoked in a different locale.
28146
28147 2005-09-19  Simon Josefsson  <jas@extundo.com>
28148
28149         * m4/socklen.m4: Fix typo.
28150
28151 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28152
28153         Use a consistent style for including <config.h>.
28154         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
28155         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
28156         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
28157         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
28158         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
28159         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
28160         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
28161         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
28162         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
28163         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
28164         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
28165         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
28166         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
28167         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
28168         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
28169         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
28170         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
28171         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
28172         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
28173         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
28174         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
28175         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
28176         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
28177         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
28178         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
28179         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
28180         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
28181         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
28182         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
28183         lib/xstrtoumax.c, lib/yesno.c:
28184         Standardize inclusion of config.h.
28185         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
28186         lib/inttostr.h:  Removed inclusion of config.h from header files.
28187         * lib/inttostr.c:  Adjusted in-tree users.
28188         * lib/timespec.h: Remove superfluous warning to include config.h.
28189         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
28190         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
28191         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
28192         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
28193         config.h with HAVE_CONFIG_H.
28194
28195 2005-09-19  Jim Meyering  <jim@meyering.net>
28196
28197         * modules/pathmax (License): Change to LGPL.
28198
28199 2005-09-19  Derek Price  <derek@ximbiot.com>
28200
28201         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
28202
28203 2005-09-19  Bruno Haible  <bruno@clisp.org>
28204
28205         * gnulib-tool (import): Provide default for --tests-base.
28206
28207 2005-09-19  Bruno Haible  <bruno@clisp.org>
28208
28209         * doc/quote.texi: New file, extracted from gnulib.texi.
28210         * doc/ctime.texi: New file, extracted from gnulib.texi.
28211         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
28212         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
28213         * doc/gnulib.texi: Include them.
28214
28215 2005-09-18  Bruno Haible  <bruno@clisp.org>
28216
28217         Portability fix.
28218         * gnulib-tool (func_readlink): New function.
28219         (func_ln_if_changed): Use it.
28220
28221 2005-09-18  Bruno Haible  <bruno@clisp.org>
28222
28223         * gnulib-tool: Support --with-tests also with --import.
28224         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
28225         (func_import): Use variables $testsbase and $inctests. Emit a
28226         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
28227         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
28228         SUBDIRS += $testsdir.
28229         (func_create_testdir): Update.
28230
28231 2005-09-18  Bruno Haible  <bruno@clisp.org>
28232
28233         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
28234         instead of $dry_run.
28235         (func_cp_if_changed, func_mv_if_changed): Remove functions.
28236         (func_ln_if_changed): Don't handle dry-run here.
28237         (func_import): In dry-run mode, detect more precisely which actions
28238         would be performed, and don't use "...ing" verbs.
28239
28240 2005-09-18  Bruno Haible  <bruno@clisp.org>
28241
28242         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
28243         (func_import): Use join on two temporary files instead of three nested
28244         loops, in order to determine which files are new or old.
28245
28246 2005-09-18  Bruno Haible  <bruno@clisp.org>
28247
28248         * gnulib-tool (func_import): Comment out code that spits out the
28249         new files with --dry-run.
28250
28251 2005-09-18  Bruno Haible  <bruno@clisp.org>
28252
28253         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
28254
28255 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28256
28257         * lib/stat-time.h: New file.
28258         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
28259         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
28260         in a different way.
28261         (timespec_cmp): New function.
28262         * lib/utimecmp.c: Include stat-time.h.
28263         (SYSCALL_RESOLUTION): Depend on whether various struct stat
28264         members exist, not on the obsolescent ST_MTIM_NSEC.
28265         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
28266
28267 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28268
28269         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
28270
28271 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28272
28273         * MODULES.html.sh (File system functions): Add stat-time.
28274         * modules/stat-time: New file.
28275         * modules/timespec (Files): Remove m4/st_mtim.m4; this
28276         is now done in a different way, by the stat-time module.
28277         * modules/utimecmp (Depends-on): Add stat-time.
28278
28279 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28280
28281         * m4/st_mtim.m4: Remove.  Superseded by...
28282         * m4/stat-time.m4: New file.
28283         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
28284         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
28285
28286 2005-09-15  Derek Price  <derek@ximbiot.com>
28287
28288         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
28289
28290 2005-09-15  Derek Price  <derek@ximbiot.com>
28291
28292         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
28293         * lib/regex_internal.c: Ditto, using this...
28294         (__GNUC_PREREQ): ...new macro.
28295         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
28296         using...
28297         (__GNUC_PREREQ): ...this new macro.
28298
28299         * lib/strstr.h: Include string.h. Define strstr as a macro here.
28300
28301 2005-09-15  Derek Price  <derek@ximbiot.com>
28302             Paul Eggert  <eggert@cs.ucla.edu>
28303
28304         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
28305         changes, consolidating in...
28306         * lib/regex_internal.h: ...this file.
28307
28308 2005-09-13  Jim Meyering  <jim@meyering.net>
28309
28310         * lib/canon-host.c: Filter through gnu indent and reword comments
28311         slightly.
28312         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
28313
28314 2005-09-13  Derek Price  <derek@ximbiot.com>
28315
28316         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
28317         failure.
28318         Reported by Jim Meyering  <jim@meyering.net>.
28319
28320 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28321
28322         * lib/base64.c: Typo.
28323         (base64_encode): Put b64str in initialized data section.
28324
28325 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
28326
28327         Merge glibc and coreutils changes into gnulib, plus a few
28328         extra fixes.
28329         * lib/md5.c: Use #error rather than a string.
28330         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
28331         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
28332         (__attribute__): Define to empty for non recent-GCC.
28333         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
28334         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
28335         Renamed from their non-__ counterparts, with new macros replacing
28336         them if not _LIBC.  Add __THROW attribute.
28337         (rol): Remove.
28338         (struct md5_ctx): Align buffer if using GCC.
28339         * lib/sha1.h (struct sha1_ctx): Likewise.
28340         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
28341         The old name was backwards.
28342         (NOTSWAP): Remove; not used.
28343         (rol): New macro, moved here from md5.h.
28344         (sha1_process_block): Remove a FIXME that doesn't make sense.
28345
28346 2005-09-12  Derek Price  <derek@ximbiot.com>
28347
28348         Return usable errors from canon-host.
28349         * lib/canon-host.h: New file.
28350         * lib/canon-host.c (canon_host): Wrap...
28351         (canon_host_r): ...this new function, which now relies exclusively on
28352         getaddrinfo.
28353         (ch_strerror): New function.
28354         (last_cherror): New global.
28355         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
28356         interface.
28357         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
28358         void *.
28359         (freeaddrinfo): Free ai->ai_canonname when set.
28360
28361 2005-09-12  Derek Price  <derek@ximbiot.com>
28362
28363         Make canon-host require getaddrinfo.
28364         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
28365         AC_LIBSOURCE canon-host.h.  Call...
28366         (gl_PREREQ_CANON_HOST): ...this new function, which requires
28367         gl_GETADDRINFO.
28368         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
28369
28370 2005-09-12  Derek Price  <derek@ximbiot.com>
28371
28372         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
28373         LGPL.
28374         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
28375
28376 2005-09-12  Derek Price  <derek@ximbiot.com>
28377
28378         * lib/gai_strerror.c: Include config.h when available.  Include
28379         getaddrinfo.h before other headers to test interface.
28380         Reported by Larry Jones <lawrence.jones@ugs.com>.
28381
28382 2005-09-12  Derek Price  <derek@ximbiot.com>
28383             Paul Eggert  <eggert@cs.ucla.edu>
28384
28385         * modules/glob (Files): Add glob-libc.h.
28386
28387 2005-09-12  Derek Price  <derek@ximbiot.com>
28388             Paul Eggert  <eggert@cs.ucla.edu>
28389
28390         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
28391         glob_.h, glob-libc.h.
28392         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
28393
28394 2005-09-12  Derek Price  <derek@ximbiot.com>
28395             Paul Eggert  <eggert@cs.ucla.edu>
28396
28397         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
28398         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
28399         protecting things that should be done only in gnulib contexts.
28400         * lib/glob_.h: New file, containing only the glob things needed for
28401         gnulib.
28402         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
28403         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
28404         (glob, globfree, glob_pattern_p): Now defined simply in terms of
28405         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
28406         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
28407         and to respect the namespace rules better.
28408
28409 2005-09-08  Simon Josefsson  <jas@extundo.com>
28410
28411         * modules/socklen: New file.
28412
28413 2005-09-08  Simon Josefsson  <jas@extundo.com>
28414
28415         * m4/socklen.m4: New file.
28416
28417 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28418
28419         * modules/utimens (Files): Add m4/utimbuf.m4, since
28420         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
28421         Reported by Sergey Poznyakoff.
28422
28423 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28424
28425         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
28426         definitions, since that's the preferred style in glibc.
28427         Fix a minor spacing issue, and update copyright notice to match
28428         glibc's.
28429
28430 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28431
28432         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
28433
28434 2005-09-06  Simon Josefsson  <jas@extundo.com>
28435
28436         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
28437         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
28438
28439 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28440
28441         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
28442         warning.
28443
28444 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28445
28446         * config/srclist.txt: Add glibc bug 1302.
28447
28448 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
28449
28450         Change bitset word type from unsigned int to unsigned long int,
28451         as this has better performance on typical 64-bit hosts.
28452         Port bitset code to hosts with unusual word sizes.
28453         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
28454         (build_collating_symbol):
28455         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
28456         argument is a bitset.  This is merely a style issue, but it makes
28457         it clearer that an entire array is expected.
28458         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
28459         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
28460         Port to the case where bitset_word is not the same as unsigned int.
28461         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
28462         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
28463         Likewise.
28464         * lib/regexec.c (check_dst_limits_calc_pos_1,
28465         check_subexp_matching_top):
28466         (build_trtable, group_nodes_into_DFAstates):
28467         Likewise.
28468         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
28469         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
28470         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
28471         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
28472         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
28473         * lib/regcomp.c (optimize_subexps, lower_subexp):
28474         Work even if bitset_word has holes in its bitwise representation.
28475         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
28476         * lib/regexec.c (check_dst_limits_calc_pos_1,
28477         check_subexp_matching_top):
28478         Likewise.
28479         * lib/regex_internal.c (re_string_reconstruct):
28480         Don't assume UCHAR_MAX == 255.
28481         * lib/regex_internal.h (bitset_set_all): Likewise.
28482         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
28483         All uses changed.
28484         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
28485         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
28486         All uses changed.
28487         (BITSET_WORD_MAX): New macro.
28488         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
28489         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
28490         (bitset_empty, bitset_copy):
28491         Prefer sizeof (bitset) to multiplying it out ourselves.
28492         (bitset_not_merge): Remove; unused.
28493         (bitset_contain): Return bool, not unsigned int with one bit on.
28494         All callers changed.
28495         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
28496         alignment than re_node_set; do this by defining a new internal
28497         type struct dests_alloc and using it to allocate memory.
28498
28499 2005-09-05  Bruno Haible  <bruno@clisp.org>
28500
28501         * gnulib-tool (func_import): Fix comparison in handling of symbolic
28502         links.
28503
28504 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
28505
28506         * modules/size_max (Makefile.am): Add size_max.h
28507
28508 2005-09-04  Derek Price  <derek@ximbiot.com>
28509
28510         * gnulib-tool (func_import): Fix reversed $symbolic logic.
28511
28512 2005-09-03  Simon Josefsson  <jas@extundo.com>
28513
28514         * gnulib-tool: Fix typo.
28515
28516 2005-09-03  Simon Josefsson  <jas@extundo.com>
28517
28518         * config/srclist.txt: Add glibc bug 1293.
28519
28520 2005-09-03  Derek Price  <derek@ximbiot.com>
28521
28522         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
28523         From Larry Jones <lawrence.jones@ugs.com>.
28524
28525 2005-09-02  Simon Josefsson  <jas@extundo.com>
28526
28527         * modules/socklen: New file.
28528
28529 2005-09-02  Simon Josefsson  <jas@extundo.com>
28530
28531         * modules/havelib: New module.
28532
28533         * modules/gettext, modules/iconv, modules/lock, modules/readline:
28534         Use havelib.
28535
28536 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28537
28538         Check for arithmetic overflow when calculating sizes, to prevent
28539         some buffer-overflow issues.  These patches are conservative, in the
28540         sense that when I couldn't determine whether an overflow was possible,
28541         I inserted a run-time check.
28542         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
28543         macros.
28544         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
28545         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
28546         (re_xnrealloc, re_x2nrealloc): New inline functions.
28547         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
28548         parse_bracket_exp):
28549         (build_equiv_class, build_charclass): Check for arithmetic overflow
28550         in size expression calculations.
28551         * lib/regex_internal.c (re_string_realloc_buffers):
28552         (build_wcs_upper_buffer, re_node_set_add_intersect):
28553         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
28554         (re_dfa_add_node, register_state): Likewise.
28555         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
28556         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
28557         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
28558         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
28559
28560 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28561
28562         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
28563         m4/ulonglong.m4.  Problem reported by Martin Lambers.
28564
28565 2005-09-02  Bruno Haible  <bruno@clisp.org>
28566
28567         Support for lib vs. lib64 distinction on biarch platforms.
28568         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
28569         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
28570         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
28571
28572 2005-09-02  Bruno Haible  <bruno@clisp.org>
28573
28574         * gnulib-tool (import): In the other first-use case, provide defaults
28575         as well.
28576
28577 2005-09-02  Bruno Haible  <bruno@clisp.org>
28578
28579         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
28580         patches not yet found in the latest gettext release.
28581
28582 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28583
28584         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
28585         to avoid a collision with bits/local_lim.h in glibc.
28586         All uses changed.  Problem reported by Dmitry V. Levin in
28587         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
28588
28589         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
28590         bugs in int versus size_t comparisons.
28591         (re_string_context_at): Fix bug where the code assumed that
28592         Idx is signed.
28593
28594         Use bool where appropriate.
28595         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
28596         All callers changed.
28597         (calc_eclosure_iter): Likewise, for ROOT arg.
28598         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
28599         (build_charclass_op): Likewise, for NON_MATCH arg.
28600         * lib/regex_internal.c (re_string_allocate, re_string_construct):
28601         (re_string_construct_common): Likewise, for ICASE arg.
28602         * lib/regexec.c (re_search_2_stub, re_search_stub):
28603         Likewise, for RET_LEN arg.
28604         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
28605         (set_regs): Likewise, for FL_BACKTRACK arg.
28606         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
28607         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
28608         (calc_eclosure_iter, parse_bracket_exp):
28609         Use bool for internal variables that are booleans.
28610         * lib/regexec.c (re_search_internal, check_matching,
28611         proceed_next_node):
28612         (set_regs, build_sifted_states, sift_states_bkref):
28613         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
28614         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
28615         (find_collation_sequence_value):
28616         Likewise.
28617         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
28618         (re_node_set_compare):
28619         Return bool, not int. All callers changed.
28620         * lib/regexec.c (check_halt_node_context, check_dst_limits):
28621         (build_trtable, check_node_accept): Likewise.
28622         * lib/regex_internal.h: Include stdbool.h.
28623
28624         Fix bugs uncovered when converting to bool.
28625         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
28626         failure instead of charging ahead blindly.
28627         * lib/regex_internal.c (register_state): Likewise.
28628         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
28629         for freeing internal storage.
28630         (group_nodes_into_DFA_states): Use unsigned int, not int, for
28631         bitset pieces used as boolean, to avoid undefined behavior
28632         on hosts that do int overflow checking.
28633
28634 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28635
28636         * config/srclist.txt: Add glibc bugs 1285-1287.
28637
28638 2005-09-01  Jim Meyering  <jim@meyering.net>
28639
28640         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
28641         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
28642         Require gl_STAT_MACROS, too.
28643
28644 2005-09-01  Bruno Haible  <bruno@clisp.org>
28645
28646         * gnulib-tool (import): In the first-use case, provide defaults.
28647
28648 2005-09-01  Bruno Haible  <bruno@clisp.org>
28649
28650         * gnulib-tool (func_import): Remove the .tmp files.
28651
28652 2005-09-01  Bruno Haible  <bruno@clisp.org>
28653
28654         * gnulib-tool (func_import): Fix handling of symbolic links.
28655
28656 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28657
28658         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
28659         old glibc regex code mishandles strings longer than 2**31 bytes.
28660         This patch fixes this when the regex code is used in gnulib
28661         (i.e., outside glibc).
28662
28663         This patch should not affect the use of the regex code inside
28664         glibc.  No doubt this problem also needs to be handled for glibc
28665         as well, but the result will be an incompatible change to the
28666         glibc ABI, and the old ABI will have to be supported too.  That
28667         can be the the subject for another patch.
28668
28669         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
28670         governing whether the rest of this patch is active.  By default,
28671         the macro is disabled and the patch has no effect.
28672         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
28673         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
28674         (struct re_pattern_buffer, re_search, re_search_2, re_match):
28675         (re_match_2, re_set_registers): Use the new types.
28676         * lib/regex_internal.h (Idx, re_hashval_t): New types.
28677         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
28678         New macros.
28679         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
28680         (re_string_context_at, bin_tree_t, re_dfastate_t):
28681         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
28682         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
28683         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
28684         (re_string_char_size_at, re_string_wchar_at):
28685         (re_string_elem_size_at):
28686         Use the new types and macros to port to 64-bit hosts.
28687         Use unsigned types for internal values, so that the code
28688         mostly works even for arrays larger than SSIZE_MAX.
28689         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
28690         (search_duplicated_node, calc_eclosure_iter, fetch_number):
28691         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
28692         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
28693         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
28694         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
28695         (calc_inveclosure, parse_dup_op, build_range_exp):
28696         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
28697         (fetch_number, create_token_tree, mark_opt_subexp):
28698         Likewise.
28699         * lib/regex_internal.c (re_string_construct_common,
28700         create_ci_newstate):
28701         (create_cd_newstate, re_string_allocate, re_string_construct):
28702         (re_string_realloc_buffers, build_wcs_upper_buffer):
28703         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
28704         (re_string_reconstruct, re_string_peek_byte_case):
28705         (re_string_fetch_byte_case, re_string_context_at):
28706         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
28707         (re_node_set_init_copy, re_node_set_add_intersect):
28708         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28709         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28710         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
28711         (re_acquire_state, re_acquire_state_context, register_state):
28712         Likewise.
28713         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
28714         search_cur_bkref_entry):
28715         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
28716         (re_search_internal, re_search_2_stub, re_search_stub)
28717         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
28718         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
28719         (update_cur_sifted_state, check_dst_limits):
28720         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
28721         (check_subexp_limits, sift_states_bkref, merge_state_array):
28722         (check_subexp_matching_top, get_subexp, get_subexp_sub):
28723         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
28724         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
28725         (expand_bkref_cache, check_node_accept_bytes):
28726         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
28727         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
28728         (acquire_init_state_context, check_halt_node_context):
28729         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
28730         (sift_states_backward, clean_state_log_if_needed):
28731         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
28732         (find_recover_state, transit_state_sb, transit_state_mb):
28733         (transit_state_bkref, build_trtable, match_ctx_clean):
28734         Likewise.
28735         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
28736         to work around an assumption that REG_MISSING is negative.
28737
28738         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
28739         (seek_collating_symbol_entry) [defined _LIBC]:
28740         (lookup_collation_sequence_value) [defined _LIBC]:
28741         (build_range_exp, build_collating_symbol) [defined _LIBC]:
28742         Use prototypes rather than old-style function definitions.
28743         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
28744         (transit_state_sb) [0]:
28745         (find_collation_sequence_value) [defined _LIBC]: Likewise.
28746
28747         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
28748         rm_eo.
28749
28750         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
28751         (optimize_subexps, lower_subexp):
28752         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
28753         since the signed shift might overflow.  Use 1u<<31 instead.
28754         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
28755         Likewise.
28756         * lib/regexec.c (check_dst_limits_calc_pos_1,
28757         check_subexp_matching_top): Likewise.
28758
28759         * lib/regcomp.c (optimize_subexps, lower_subexp):
28760         Use CHAR_BIT rather than 8, for clarity.
28761         * lib/regexec.c (check_dst_limits_calc_pos_1):
28762         (check_subexp_matching_top): Likewise.
28763         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
28764         have to worry about portability issues when shifting it left.
28765         Remove no-longer-needed test for table_size > 0.
28766         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
28767         in a word, as the resulting behavior is undefined.
28768         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
28769         in one case, a <= should have been an <, and in another case the
28770         whole test was missing.
28771         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
28772         the standard name CHAR_BIT.
28773         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
28774         this is not true on one's complement and signed-magnitude hosts.
28775
28776         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
28777         next_last_offset.
28778         (struct re_dfa_t): Remove unused member states_alloc.
28779         * lib/regcomp.c (init_dfa): Don't initialize unused members.
28780
28781 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28782
28783         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
28784         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
28785         and large-file glibc and in 32-bit large-file Solaris.
28786
28787 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28788
28789         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
28790         lengths fit in regoff_t; this isn't true if regoff_t is the same
28791         width as size_t.
28792         * lib/regex.c (re_search_internal): 5th arg is LAST_START
28793         (= START + RANGE) instead of RANGE.  This avoids overflow
28794         problems when regoff_t is the same width as size_t.
28795         All callers changed.
28796         (re_search_2_stub): Check for overflow when adding the
28797         sizes of the two strings.
28798         (re_search_stub): Check for overflow when adding START
28799         to RANGE; if it occurs, substitute the extreme value.
28800
28801 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28802
28803         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
28804
28805 2005-08-31  Jim Meyering  <jim@meyering.net>
28806
28807         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
28808         a pointer-to-const.
28809         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
28810         (register_state): Likewise.
28811         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
28812         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
28813         (group_nodes_into_DFAstates): Likewise.
28814
28815 2005-08-31  Jim Meyering  <jim@meyering.net>
28816
28817         * check-module: Add a FIXME comment.
28818
28819 2005-08-31  Eric Blake  <ebb9@byu.net>
28820
28821         * modules/unistd-safer (Files): Add unistd--.h.
28822         * modules/stdio-safer (Files): Add stdio--.h.
28823
28824 2005-08-31  Derek Price  <derek@ximbiot.com>
28825
28826         * lib/getdelim.c (getdelim): Return EOF on EOF.
28827         Reported by Larry Jones <lawrence.jones@ugs.com>.
28828
28829 2005-08-31  Bruno Haible  <bruno@clisp.org>
28830
28831         Avoid unnecessary diffs in the generated lib/Makefile.am.
28832         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
28833         the generated files.
28834         (func_import): Don't set cmd.
28835
28836 2005-08-31  Bruno Haible  <bruno@clisp.org>
28837
28838         * lib/strstr.c: Include <stddef.h>, for NULL.
28839         * lib/strcasestr.c: Likewise.
28840         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28841
28842 2005-08-31  Bruno Haible  <bruno@clisp.org>
28843
28844         * gnulib-tool: New option --macro-prefix.
28845         (func_import): Use macro_prefix.
28846         (import): Handle option --macro-prefix.
28847
28848 2005-08-31  Bruno Haible  <bruno@clisp.org>
28849
28850         * gnulib-tool (import): Rename most ac_* variables to cached_*.
28851         Also use new variables cached_lgpl, cached_libtool.
28852
28853 2005-08-31  Bruno Haible  <bruno@clisp.org>
28854
28855         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
28856         always instantiating them.
28857
28858 2005-08-31  Bruno Haible  <bruno@clisp.org>
28859
28860         * gnulib-tool (func_import): Read the previous cached settings
28861         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
28862         earlier added by gnulib but are now dropped. Warn when a gnulib file
28863         overwrites a non-gnulib file.
28864
28865 2005-08-31  Bruno Haible  <bruno@clisp.org>
28866
28867         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
28868         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
28869         projects that don't keep autogenerated files in CVS. Put into
28870         actioncmd only the specified modules, not the transitive closure.
28871
28872 2005-08-31  Bruno Haible  <bruno@clisp.org>
28873
28874         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
28875         Create directories that shall be filled.
28876         (import): Don't look for gl_* macros in configure.ac. Recurse across
28877         all directories containing a gnulib-cache.m4 files, if meaningful.
28878
28879 2005-08-31  Bruno Haible  <bruno@clisp.org>
28880
28881         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
28882         (import): Set seen_libtool when we see gl_LIBTOOL.
28883
28884 2005-08-31  Bruno Haible  <bruno@clisp.org>
28885
28886         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
28887         declaration macro definitions from generated gnulib.m4.
28888
28889 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
28890
28891         * lib/iconvme.h: Add prototype for iconv_alloc.
28892
28893 2005-08-29  Simon Josefsson  <jas@extundo.com>
28894
28895         * lib/iconvme.c: Fix errno.
28896
28897 2005-08-29  Bruno Haible  <bruno@clisp.org>
28898
28899         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
28900         that it works when the directory contains spaces.
28901
28902 2005-08-29  Bruno Haible  <bruno@clisp.org>
28903
28904         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
28905
28906 2005-08-29  Bruno Haible  <bruno@clisp.org>
28907
28908         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
28909         Emit more advice.
28910
28911 2005-08-29  Bruno Haible  <bruno@clisp.org>
28912         and Stepan Kasal  <kasal@ucw.cz>
28913
28914         * check-module: If more parameters are given, check each of them
28915         separately; add more exceptions, as noted by Jim Meyering.
28916         (check_module): New procedure.
28917         (%exempt_header): Now contains all exceptions.
28918
28919 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
28920
28921         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
28922
28923 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
28924
28925         * lib/iconvme.c: Split iconv_string into iconv_alloc.
28926
28927 2005-08-28  Bruno Haible  <bruno@clisp.org>
28928
28929         * m4/gnulib-tool.m4: New file.
28930
28931 2005-08-27  Jim Meyering  <jim@meyering.net>
28932
28933         * modules/unistd-safer (Files): Add pipe-safer.c.
28934         * modules/fcntl-safer (Files): Add creat-safer.c.
28935
28936 2005-08-27  Jim Meyering  <jim@meyering.net>
28937
28938         * m4/stdlib-safer.m4: New file.  From coreutils.
28939         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
28940         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
28941         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
28942         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
28943         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
28944
28945 2005-08-27  Jim Meyering  <jim@meyering.net>
28946
28947         * lib/fopen-safer.c: Merge minor changes from coreutils.
28948         * lib/dup-safer.c: Likewise.
28949         * lib/fd-safer.c: Likewise.
28950
28951         Merge from coreutils.
28952         * lib/stdio--.h: New file.
28953         * lib/stdlib--.h: New file.
28954         * lib/mkstemp-safer.c: New file.
28955
28956         GNU tar needs these.
28957         * lib/pipe-safer.c: New file.
28958         * lib/creat-safer.c: New file.
28959         * lib/fcntl--.h (creat): Define to creat_safer.
28960         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
28961         * lib/unistd--.h (pipe): Define to pipe_safer.
28962         * lib/unistd-safer.h: Declare pipe_safer.
28963
28964 2005-08-26  Simon Josefsson  <jas@extundo.com>
28965
28966         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
28967         Haible <bruno@clisp.org>.
28968
28969 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
28970
28971         * lib/regex_internal.h: Remove all references to
28972         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
28973         or better.
28974         (bitset_not, bitset_merge, bitset_not_merge):
28975         (bitset_mask, re_string_allocate, re_string_construct):
28976         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
28977         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
28978         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
28979         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
28980         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28981         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28982         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
28983         (re_acquire_state_context):
28984         Remove unnecessary forward decls.
28985         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
28986         Put __attribute at function definition,
28987         now that the function decl has been removed.
28988         * lib/regex_internal.c (re_string_peek_byte_case):
28989         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
28990         Likewise.
28991
28992 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
28993
28994         * m4/regex.m4: Add AC_PREREQ(2.50).
28995         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
28996
28997 2005-08-25  Simon Josefsson  <jas@extundo.com>
28998
28999         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
29000         __fsetlocking.
29001
29002 2005-08-25  Simon Josefsson  <jas@extundo.com>
29003
29004         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
29005         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
29006         GLIBC specific code.
29007
29008 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29009
29010         Make regex safe for g++.  This fixes one real bug (an "err"
29011         that should have been "*err").  g++ problem reported by
29012         Sam Steingold.
29013         * lib/regex_internal.h (re_calloc): New macro, consistent with
29014         re_malloc etc.  All callers of calloc changed to use re_calloc.
29015         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
29016         not int.  All callers changed.
29017         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
29018         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
29019         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
29020         (find_recover_state): Change "err" to "*err"; this fixes what
29021         appears to be a real bug.
29022         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
29023         versus int.
29024
29025 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29026
29027         * modules/regex (Depends-on): Add malloc, since the code
29028         assumes that !malloc(0) means failure.
29029
29030 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29031
29032         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
29033
29034         alloca modernization/simplification for regex.
29035         * lib/regex.c: Remove portability cruft for alloca.  This no longer
29036         needs to be at the start of the file, and can be moved into
29037         regex_internal.h and simplified.
29038         * lib/regex_internal.h: Include <alloca.h>.
29039         (__libc_use_alloca) [!defined _LIBC]: New macro.
29040         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
29041         now works outside glibc.
29042
29043 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29044
29045         * config/srclist.txt: Add glibc bugs 1241, 1245.
29046
29047 2005-08-25  Jim Meyering  <jim@meyering.net>
29048
29049         * lib/open-safer.c: Include <config.h>.
29050         Otherwise, we'd lose LARGEFILE support in any file using
29051         e.g. "fcntl--.h"
29052
29053 2005-08-25  Bruno Haible  <bruno@clisp.org>
29054
29055         * m4/minmax.m4: Require autoconf 2.52.
29056         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
29057         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
29058         alternatives of translit over the alphabet.
29059         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
29060
29061 2005-08-24  Simon Josefsson  <jas@extundo.com>
29062
29063         * tests/test-getpass.c: New file.
29064
29065 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29066
29067         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
29068         for GNU regex features.
29069
29070 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29071
29072         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
29073         * lib/regex.h (regerror): Likewise.
29074
29075         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
29076         requires this.  (The code never needed it.)
29077
29078         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
29079         All uses of recently-renamed identifiers changed to use the new,
29080         POSIX-compliant names.  The code will build and run just fine
29081         without these changes, but it's better to eat our own dog food
29082         and use the standard-conforming names.
29083
29084         * lib/regex.h: Fix a multitude of POSIX name space violations.
29085         These changes have an effect only for programs that define
29086         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
29087         do not change anything for programs compiled in the normal way.
29088         Also, there is no effect on the ABI.
29089
29090         (_REGEX_SOURCE): New macro.
29091         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
29092         defined and _GNU_SOURCE is not; this fixes a name space violation.
29093
29094         Rename the following macros to obey POSIX requirements.
29095         The old names are still visible as macros if _REGEX_SOURCE is defined.
29096         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
29097         RE_BACKSLASH_ESCAPE_IN_LISTS.
29098         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
29099         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
29100         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
29101         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
29102         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
29103         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
29104         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
29105         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
29106         (REG_INTERVALS): renamed from RE_INTERVALS.
29107         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
29108         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
29109         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
29110         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
29111         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
29112         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
29113         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
29114         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
29115         RE_UNMATCHED_RIGHT_PAREN_ORD.
29116         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
29117         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
29118         (REG_DEBUG): renamed from RE_DEBUG.
29119         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
29120         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
29121         unusual, since we can't clash with the POSIX REG_ICASE.
29122         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
29123         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
29124         (REG_NO_SUB): renamed from RE_NO_SUB.
29125         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
29126         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
29127         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
29128         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
29129         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
29130         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
29131         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
29132         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
29133         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
29134         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
29135         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
29136         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
29137         RE_SYNTAX_POSIX_MINIMAL_BASIC.
29138         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
29139         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
29140         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
29141         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
29142         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
29143         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
29144         (REG_FIXED): Renamed from REGS_FIXED.
29145         (REG_NREGS): Renamed from RE_NREGS.
29146
29147         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
29148         of other REG_* macros, since POSIX says the user is allowed to
29149         #undef these macros selectively.
29150
29151         (reg_errcode_t): Update comment stating what other tables need
29152         to be consistent.
29153
29154         Rename the following enum values to obey POSIX requirements.
29155         The old names are still visible as macros.
29156         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
29157         is not defined, since GNU is supposed to be a superset of POSIX as
29158         much as possible, and since we want reg_errcode_t to be a signed
29159         type for implementation consistency.
29160         (_REG_NOERROR): Renamed from REG_NOERROR.
29161         (_REG_NOMATCH): Renamed from REG_NOMATCH.
29162         (_REG_BADPAT): Renamed from REG_BADPAT.
29163         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
29164         (_REG_ECTYPE): Renamed from REG_ECTYPE.
29165         (_REG_EESCAPE): Renamed from REG_EESCAPE.
29166         (_REG_ESUBREG): Renamed from REG_ESUBREG.
29167         (_REG_EBRACK): Renamed from REG_EBRACK.
29168         (_REG_EPAREN): Renamed from REG_EPAREN.
29169         (_REG_EBRACE): Renamed from REG_EBRACE.
29170         (_REG_BADBR): Renamed from REG_BADBR.
29171         (_REG_ERANGE): Renamed from REG_ERANGE.
29172         (_REG_ESPACE): Renamed from REG_ESPACE.
29173         (_REG_BADRPT): Renamed from REG_BADRPT.
29174         (_REG_EEND): Renamed from REG_EEND.
29175         (_REG_ESIZE): Renamed from REG_ESIZE.
29176         (_REG_ERPAREN): Renamed from REG_ERPAREN.
29177         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
29178         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
29179         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
29180         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
29181
29182         (_REG_RE_NAME, _REG_RM_NAME): New macros.
29183         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
29184         changed.  But support the old name if the new one is not defined
29185         and if _REGEX_SOURCE.
29186
29187         Change the following member names in struct re_pattern_buffer.
29188         The old names are still supported if !_REGEX_SOURCE.
29189         The new names are always supported, regardless of _REGEX_SOURCE.
29190         (re_buffer): Renamed from buffer.
29191         (re_allocated): Renamed from allocated.
29192         (re_used): Renamed from used.
29193         (re_syntax): Renamed from syntax.
29194         (re_fastmap): Renamed from fastmap.
29195         (re_translate): Renamed from translate.
29196         (re_can_be_null): Renamed from can_be_null.
29197         (re_regs_allocated): Renamed from regs_allocated.
29198         (re_fastmap_accurate): Renamed from fastmap_accurate.
29199         (re_no_sub): Renamed from no_sub.
29200         (re_not_bol): Renamed from not_bol.
29201         (re_not_eol): Renamed from not_eol.
29202         (re_newline_anchor): Renamed from newline_anchor.
29203
29204         Change the following member names in struct re_registers.
29205         The old names are still supported if !_REGEX_SOURCE.
29206         The new names are always supported, regardless of _REGEX_SOURCE.
29207         (rm_num_regs): Renamed from num_regs.
29208         (rm_start): Renamed from start.
29209         (rm_end): Renamed from end.
29210
29211         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
29212         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
29213         Prepend __ to parameter names.
29214
29215         Undo yesterday's changes.
29216
29217 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29218
29219         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
29220         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
29221         lib/regex.c.
29222
29223 2005-08-24  Jim Meyering  <jim@meyering.net>
29224
29225         Sync from coreutils.
29226         * m4/fcntl-safer.m4: New file.
29227
29228         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
29229         and object files for this module.
29230
29231 2005-08-24  Jim Meyering  <jim@meyering.net>
29232
29233         Sync from coreutils.
29234         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
29235
29236 2005-08-24  Jim Meyering  <jim@meyering.net>
29237
29238         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
29239         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
29240
29241 2005-08-24  Jim Meyering  <jim@meyering.net>
29242
29243         * modules/fcntl-safer: New module.
29244         * modules/fts (Depends-on): Add fcntl-safer.
29245         * MODULES.html.sh (File descriptor based Input/Output):
29246         Add fcntl-safer.
29247
29248 2005-08-24  Bruno Haible  <bruno@clisp.org>
29249
29250         Support for unit test modules.
29251         * modules/README: Mention tests modules.
29252         * modules/TEMPLATE-TESTS: New file.
29253         * gnulib-tool: New options --extract-tests-module, --with-tests and
29254         --tests-base (unused for the moment).
29255         (testsbase, inctests): New variables.
29256         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
29257         (func_verify_module): Exclude TEMPLATE-TESTS.
29258         (func_verify_nontests_module, func_verify_tests_module): New functions.
29259         (func_get_dependencies): Add implicit dependency for tests modules.
29260         (func_get_tests_module): New function.
29261         (func_modules_transitive_closure): When --with-tests was specified,
29262         include the unit tests as well, unless explicitly avoided.
29263         (func_emit_lib_Makefile_am): Ignore the tests modules here.
29264         (func_emit_tests_Makefile_am): New function.
29265         (func_create_testdir): When --with-tests was specified, emit a
29266         tests/ directory.
29267         * MODULES.html.sh (Future developments): Update.
29268
29269 2005-08-24  Bruno Haible  <bruno@clisp.org>
29270
29271         * modules/tls-tests: New file.
29272         * tests/test-tls.c: New file, from GNU gettext.
29273
29274 2005-08-24  Bruno Haible  <bruno@clisp.org>
29275
29276         * modules/lock-tests: New file.
29277         * tests/test-lock.c: New file, from GNU gettext.
29278
29279 2005-08-24  Bruno Haible  <bruno@clisp.org>
29280
29281         * lib/lock.h: Add multiple inclusion guard.
29282         * lib/tls.h: Add multiple inclusion guard.
29283
29284 2005-08-24  Bruno Haible  <bruno@clisp.org>
29285
29286         * gnulib-tool: Add support for the --aux-dir option to
29287         --create-testdir, --create-megatestdir, --test, --megatest.
29288         (func_create_testdir, func_create_megatestdir): Optionally emit a
29289         AC_CONFIG_AUX_DIR directive.
29290         (create-testdir, create-megatestdir, test, megatest): Provide a
29291         default value for $auxdir.
29292
29293 2005-08-24  Bruno Haible  <bruno@clisp.org>
29294
29295         * gnulib-tool (import): Use compound statement instead of subshell
29296         where possible.
29297
29298 2005-08-24  Bruno Haible  <bruno@clisp.org>
29299
29300         * gnulib-tool (import): Change --aux-dir default to "build-aux".
29301
29302 2005-08-24  Bruno Haible  <bruno@clisp.org>
29303
29304         * gnulib-tool (func_version): Update.
29305
29306 2005-08-24  Bruno Haible  <bruno@clisp.org>
29307
29308         * gnulib-tool (func_import, func_create_testdir,
29309         func_create_megatestdir): Quote all autoconf macro arguments.
29310
29311 2005-08-24  Bruno Haible  <bruno@clisp.org>
29312
29313         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
29314         option --force, because --force causes the aclocal.m4 of each
29315         subdirectory to be newer than the corresponding config.h.in.
29316
29317 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29318
29319         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
29320         All contents moved to gl_REGEX.
29321         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
29322         assume that it does.
29323
29324 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29325
29326         * lib/regex.h (REG_NOSYS)
29327         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
29328         Define, since POSIX requires it as of 2001.
29329         (_REG_ENOSYS)
29330         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
29331         New private symbol, used to keep the enum signed in all cases.
29332         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
29333         Youngman in
29334         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
29335
29336         * lib/regex_internal.c (re_string_skip_chars, register_state):
29337         (calc_state_hash):
29338         Remove forward decls; no longer needed now that we use prototypes.
29339         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
29340         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
29341         (clean_state_log_if_needed): Likewise.
29342
29343 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29344
29345         * config/srclist.txt: Add glibc bugs 1231-1233.
29346
29347 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29348
29349         Fix problems reported by Sam Steingold in
29350         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
29351         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
29352         assumed that reg_errcode_t is a signed type, which is not
29353         necessarily true if _XOPEN_SOURCE is not defined.
29354         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
29355         since some compilers warn about it otherwise.
29356
29357 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29358
29359         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
29360         (init_word_char, create_initial_state, duplicate_node_closure):
29361         (fetch_token, peek_token_bracket, build_range_exp):
29362         (build_collating_symbol): Remove forward decls; no longer needed
29363         now that we use prototypes.
29364
29365         * lib/regcomp.c:
29366         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
29367         (re_compile_fastmap_iter, regcomp, regerror, regfree):
29368         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
29369         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
29370         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
29371         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
29372         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
29373         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
29374         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
29375         (build_range_exp, build_collating_symbol, parse_bracket_exp):
29376         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
29377         (build_charclass, build_charclass_op, fetch_number, create_tree):
29378         (create_token_tree, mark_opt_subexp, duplicate_tree):
29379         Use prototypes rather than old-style definitions.
29380
29381         * lib/regex_internal.c:
29382         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
29383         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
29384         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
29385         (re_string_reconstruct, re_string_peek_byte_case):
29386         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
29387         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
29388         (re_node_set_init_copy, re_node_set_add_intersect):
29389         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29390         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29391         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
29392         (re_acquire_state, re_acquire_state_context, register_state):
29393         (create_ci_newstate, create_cd_newstate, free_state):
29394         Likewise.
29395         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
29396         re_search_2):
29397         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
29398         (re_search_internal, prune_impossible_nodes):
29399         (acquire_init_state_context, check_matching, static):
29400         (check_halt_node_context, check_halt_state_context, proceed_next_node):
29401         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
29402         (update_regs, sift_states_backward, build_sifted_states):
29403         (clean_state_log_if_needed, merge_state_array):
29404         (update_cur_sifted_state, add_epsilon_src_nodes):
29405         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
29406         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
29407         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
29408         (find_recover_state, check_subexp_matching_top, transit_state_mb):
29409         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
29410         (check_arrival, check_arrival_add_next_nodes):
29411         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
29412         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
29413         (check_node_accept_bytes, check_node_accept, extend_buffers):
29414         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
29415         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
29416         (sift_ctx_init):
29417         Likewise.
29418
29419         * lib/regex_internal.h:
29420         (re_string_allocate, re_string_construct, re_string_reconstruct):
29421         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
29422         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
29423         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
29424         (re_string_context_at, re_string_peek_byte_case):
29425         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
29426         is defined, since we now use prototypes always.
29427
29428         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
29429         C89 or better.  All uses removed.
29430
29431 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29432
29433         * config/srclist.txt: Add glibc bugs 1220-1227.
29434
29435 2005-08-20  Jim Meyering  <jim@meyering.net>
29436
29437         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
29438         of unused local, dfa.
29439
29440 2005-08-20  Bruno Haible  <bruno@clisp.org>
29441
29442         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
29443
29444 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29445
29446         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
29447         (re_node_set_insert_last, re_dfa_add_node):
29448         Rename local variables to avoid GCC shadowing warnings.
29449
29450 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29451
29452         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
29453         [defined lint]: Suppress bogus uninitialized-variable warnings.
29454
29455         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
29456         and let the caller return REG_ESPACE if out of space.  This
29457         removes an uninitialied-variable warning with GCC 4.0.1, and also
29458         avoids taking the address of a local variable.  All callers
29459         changed.
29460
29461 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29462
29463         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
29464         $LIBCSRC/posix/regexec.c.
29465         Add glibc bug 1217 for regcomp.c.
29466
29467 2005-08-19  Jim Meyering  <jim@meyering.net>
29468
29469         * lib/regexec.c (proceed_next_node): Redo local variables to
29470         avoid GCC shadowing warnings.
29471
29472 2005-08-18  Bruno Haible  <bruno@clisp.org>
29473
29474         * lib/strstr.c (strstr): Fix return value in multibyte case.
29475         * lib/strcasestr.c (strcasestr): Likewise.
29476
29477 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29478
29479         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
29480
29481 2005-08-17  Jim Meyering  <jim@meyering.net>
29482
29483         Make the %s format (seconds since the epoch) work for a negative
29484         number and when used with a zero-padded field width, e.g. %015s.
29485
29486         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
29487         label so that it precedes the code to set `digits'.  Otherwise,
29488         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
29489         print `00-22'.  Now, it prints `-0022', as it should.
29490
29491 2005-08-17  Bruno Haible  <bruno@clisp.org>
29492
29493         * modules/strstr (Files): Add m4/mbrtowc.m4.
29494         (Depends-on): Add mbuiter.
29495
29496 2005-08-17  Bruno Haible  <bruno@clisp.org>
29497
29498         * modules/strcasestr: New file.
29499         * MODULES.html.sh (String handling, based on ANSI C 89): Add
29500         strcasestr.
29501
29502 2005-08-17  Bruno Haible  <bruno@clisp.org>
29503
29504         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
29505
29506 2005-08-17  Bruno Haible  <bruno@clisp.org>
29507
29508         * modules/mbuiter: New file.
29509         * MODULES.html.sh (Extended multibyte and wide character utilities):
29510         Add mbuiter.
29511
29512 2005-08-17  Bruno Haible  <bruno@clisp.org>
29513
29514         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
29515         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
29516
29517 2005-08-17  Bruno Haible  <bruno@clisp.org>
29518
29519         * m4/strcasestr.m4: New file.
29520
29521 2005-08-17  Bruno Haible  <bruno@clisp.org>
29522
29523         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
29524         * lib/strstr.c: Completely rewritten, with multibyte locale support.
29525
29526 2005-08-17  Bruno Haible  <bruno@clisp.org>
29527
29528         * lib/strcasestr.h: New file.
29529         * lib/strcasestr.c: New file.
29530
29531 2005-08-17  Bruno Haible  <bruno@clisp.org>
29532
29533         * lib/strcasecmp.c: Use mbuiter.h.
29534
29535 2005-08-17  Bruno Haible  <bruno@clisp.org>
29536
29537         * lib/mbuiter.h: New file.
29538
29539 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29540
29541         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
29542         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
29543         and gl_GETOPT are both invoked via different paths (as happens
29544         with GNU tar CVS because it uses both argp and getopt), the former
29545         wins.
29546
29547 2005-08-16  Bruno Haible  <bruno@clisp.org>
29548
29549         * modules/tls: New file.
29550         * MODULES.html.sh (Multithreading): Add tls.
29551
29552 2005-08-16  Bruno Haible  <bruno@clisp.org>
29553
29554         * modules/strnlen1: New file.
29555         * MODULES.html.sh (String handling): Add strnlen1.
29556
29557 2005-08-16  Bruno Haible  <bruno@clisp.org>
29558
29559         * modules/strcase (Files): Add m4/mbrtowc.m4.
29560         (Depends-on): Add strnlen1, mbchar.
29561
29562 2005-08-16  Bruno Haible  <bruno@clisp.org>
29563
29564         * modules/mbiter: New file.
29565         * MODULES.html.sh (Extended multibyte and wide character utilities):
29566         Add mbiter.
29567
29568 2005-08-16  Bruno Haible  <bruno@clisp.org>
29569
29570         * modules/mbfile: New file.
29571         * MODULES.html.sh (Extended multibyte and wide character utilities):
29572         Add mbfile.
29573
29574 2005-08-16  Bruno Haible  <bruno@clisp.org>
29575
29576         * modules/mbchar: New file.
29577         * MODULES.html.sh (Extended multibyte and wide character utilities):
29578         New section.
29579
29580 2005-08-16  Bruno Haible  <bruno@clisp.org>
29581
29582         * m4/tls.m4: New file, from GNU gettext.
29583
29584 2005-08-16  Bruno Haible  <bruno@clisp.org>
29585
29586         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
29587         always.
29588         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
29589
29590 2005-08-16  Bruno Haible  <bruno@clisp.org>
29591
29592         * m4/mbiter.m4: New file.
29593
29594 2005-08-16  Bruno Haible  <bruno@clisp.org>
29595
29596         * m4/mbfile.m4: New file.
29597
29598 2005-08-16  Bruno Haible  <bruno@clisp.org>
29599
29600         * m4/mbchar.m4: New file.
29601
29602 2005-08-16  Bruno Haible  <bruno@clisp.org>
29603
29604         * lib/tls.h: New file, from GNU gettext.
29605         * lib/tls.c: New file, from GNU gettext.
29606
29607 2005-08-16  Bruno Haible  <bruno@clisp.org>
29608
29609         * lib/strnlen1.h: New file.
29610         * lib/strnlen1.c: New file.
29611
29612 2005-08-16  Bruno Haible  <bruno@clisp.org>
29613
29614         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
29615         (mbi_init): Update.
29616         (mbi_avail, mbi_advance): Let the iteration end before the terminating
29617         NUL byte, not after it.
29618
29619 2005-08-16  Bruno Haible  <bruno@clisp.org>
29620
29621         * lib/strcase.h (strcasecmp): Add note in comments.
29622         * lib/strncasecmp.c: Use code from strcasecmp.c.
29623         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
29624         (strcasecmp): Work correctly in multibyte locales.
29625
29626 2005-08-16  Bruno Haible  <bruno@clisp.org>
29627
29628         * lib/mbiter.h: New file.
29629
29630 2005-08-16  Bruno Haible  <bruno@clisp.org>
29631
29632         * lib/mbfile.h: New file.
29633
29634 2005-08-16  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/mbchar.h: New file.
29637         * lib/mbchar.c: New file.
29638
29639 2005-08-16  Bruno Haible  <bruno@clisp.org>
29640
29641         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
29642         the valid ones. Makes the comparison operations transitive:
29643         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
29644         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
29645
29646 2005-08-15  Simon Josefsson  <jas@extundo.com>
29647
29648         * modules/ssize_t (License): Change to 'unlimited'.
29649
29650         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
29651
29652 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29653
29654         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
29655         Add comments for each pending glibc patch.
29656
29657 2005-08-15  Bruno Haible  <bruno@clisp.org>
29658
29659         * lib/regex.h (__restrict_arr): Don't define to __restrict if
29660         __cplusplus is defined.
29661
29662 2005-08-14  Jim Meyering  <jim@meyering.net>
29663
29664         Sync from coreutils.
29665
29666         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
29667         Use the hash-table-based cycle-detection code not just when
29668         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
29669         Reported by James Youngman in
29670         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
29671         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
29672         FTS_TIGHT_CYCLE_CHECK.
29673         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
29674         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
29675         once again.
29676         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
29677         * lib/fts.c (fd_safer): Remove decl.
29678         Include fcntl--.h rather than unistd-safer.h
29679         (fts_safe_changedir): Don't call fd_safer; no longer needed
29680         now that we include fcntl--.h.
29681
29682 2005-08-12  Simon Josefsson  <jas@extundo.com>
29683
29684         * modules/getndelim2: Use ssize_t module.
29685         * modules/getnline: Likewise.
29686         * modules/safe-read: Likewise.
29687         * modules/xreadlink: Likewise.
29688
29689         * modules/ssize_t: New file.
29690
29691 2005-08-12  Simon Josefsson  <jas@extundo.com>
29692
29693         * m4/readline.m4: Look for termcap, curses or ncurses if required.
29694
29695 2005-08-12  Simon Josefsson  <jas@extundo.com>
29696
29697         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29698         ssize_t.
29699
29700 2005-08-12  Simon Josefsson  <jas@extundo.com>
29701
29702         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
29703         readline, getdelim and check_version.
29704         (Support for systems lacking ISO C 99: Sizes of integer types):
29705         Add size_max.
29706
29707 2005-08-12  Bruno Haible  <bruno@clisp.org>
29708
29709         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
29710
29711 2005-08-11  Simon Josefsson  <jas@extundo.com>
29712
29713         * modules/readline: New file.
29714
29715         * modules/strnlen (Files): Add strnlen.h.
29716
29717 2005-08-11  Simon Josefsson  <jas@extundo.com>
29718
29719         * m4/readline.m4: New file.
29720
29721 2005-08-11  Simon Josefsson  <jas@extundo.com>
29722
29723         * lib/readline.h, readline.c: New file.
29724
29725 2005-08-11  Simon Josefsson  <jas@extundo.com>
29726
29727         * doc/gnulib.texi (Initial import, Finishing touches): Mention
29728         gl_AVOID.
29729
29730 2005-08-11  Bruno Haible  <bruno@clisp.org>
29731
29732         * lib/strnlen.h (strnlen): Change parameter name to match comment.
29733
29734 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
29735
29736         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
29737
29738 2005-08-10  Simon Josefsson  <jas@extundo.com>
29739
29740         * tests/test-iconvme.c: New file.
29741
29742 2005-08-10  Simon Josefsson  <jas@extundo.com>
29743
29744         * m4/strnlen.m4: New file.
29745
29746         * m4/strndup.m4: Don't check for strnlen declaration, done in
29747         strnlen.m4.
29748
29749 2005-08-10  Simon Josefsson  <jas@extundo.com>
29750
29751         * lib/strndup.c: Use strnlen.h.
29752
29753         * lib/strnlen.h: New file.
29754
29755 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29756
29757         * README: Typos.
29758
29759 2005-08-02  Simon Josefsson  <jas@extundo.com>
29760
29761         * modules/readline: New file.
29762
29763 2005-08-02  Simon Josefsson  <jas@extundo.com>
29764
29765         * modules/getdelim: New file.
29766
29767         * modules/getline: Rewrite, don't use getndelim2.
29768
29769 2005-08-02  Simon Josefsson  <jas@extundo.com>
29770
29771         * m4/getline.m4: Separate out getdelim stuff into separate module.
29772
29773         * m4/getdelim.m4: New file.
29774
29775 2005-08-02  Simon Josefsson  <jas@extundo.com>
29776
29777         * lib/getline.h, getline.c: Rewrite.
29778
29779         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
29780
29781 2005-07-31  Bruno Haible  <bruno@clisp.org>
29782
29783         * lib/lock.h (gl_lock_initializer): New macro.
29784         (gl_lock_define_initialized): Use it.
29785         (gl_rwlock_initializer): New macro.
29786         (gl_rwlock_define_initialized): Use it.
29787         (gl_recursive_lock_initializer): New macro.
29788         (gl_recursive_lock_define_initialized): Use it.
29789
29790 2005-07-30  Karl Berry  <karl@gnu.org>
29791
29792         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
29793         Report from Ben Pfaff, regarding getopt.
29794
29795 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
29796
29797         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
29798         normal way.
29799         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
29800         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
29801         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
29802         (gl_GETOPT): Use the new macros.  Most of the implementation
29803         is moved to the new macros.  This is for programs like Emacs
29804         that don't want all the functionality of gl_GETOPT.
29805
29806 2005-07-26  Bruno Haible  <bruno@clisp.org>
29807
29808         * m4/lock.m4: Update from GNU gettext.
29809
29810 2005-07-26  Bruno Haible  <bruno@clisp.org>
29811
29812         * lib/lock.h: Update from GNU gettext.
29813         * lib/lock.c: Update from GNU gettext.
29814
29815 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
29816
29817         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
29818         obsolescent AC_TRY_RUN.  Include the default includes files, for
29819         'exit'.
29820
29821 2005-07-24  Bruno Haible  <bruno@clisp.org>
29822
29823         * modules/visibility: New file.
29824         * MODULES.html.sh (Misc): Add visibility.
29825
29826 2005-07-24  Bruno Haible  <bruno@clisp.org>
29827
29828         * m4/visibility.m4: New file.
29829
29830 2005-07-24  Bruno Haible  <bruno@clisp.org>
29831
29832         * doc/visibility.texi: New file.
29833
29834 2005-07-22  Bruno Haible  <bruno@clisp.org>
29835
29836         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
29837         $(ALLOCA_H), redundant through BUILT_SOURCES.
29838         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
29839         redundant through BUILT_SOURCES.
29840         * modules/byteswap (Makefile.am): Remove explicit dependency on
29841         $(BYTESWAP_H), redundant through BUILT_SOURCES.
29842         * modules/fnmatch (Makefile.am): Remove explicit dependency on
29843         $(FNMATCH_H), redundant through BUILT_SOURCES.
29844         * modules/getopt (Makefile.am): Remove explicit dependency on
29845         $(GETOPT_H), redundant through BUILT_SOURCES.
29846         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
29847         redundant through BUILT_SOURCES.
29848         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
29849         redundant through BUILT_SOURCES.
29850         * modules/stdbool (Makefile.am): Remove explicit dependency on
29851         $(STDBOOL_H), redundant through BUILT_SOURCES.
29852         * modules/stdint (Makefile.am): Remove explicit dependency on
29853         $(STDINT_H), redundant through BUILT_SOURCES.
29854         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
29855         Remove explicit dependency on $(SYSEXITS_H).
29856         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
29857
29858 2005-07-18  Simon Josefsson  <jas@extundo.com>
29859
29860         * lib/check-version.c (check_version): Accept identical versions too.
29861
29862 2005-07-18  Bruno Haible  <bruno@clisp.org>
29863
29864         * modules/lock: New file.
29865         * MODULES.html.sh (Multithreading): New section.
29866
29867 2005-07-18  Bruno Haible  <bruno@clisp.org>
29868
29869         * m4/lock.m4: New file, from GNU gettext.
29870
29871 2005-07-18  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/lock.h: New file, from GNU gettext.
29874         * lib/lock.c: New file, from GNU gettext.
29875
29876 2005-07-18  Bruno Haible  <bruno@clisp.org>
29877
29878         * lib/lock.h (gl_once_t): New type.
29879         (gl_once_define, gl_once): New macros.
29880         * lib/lock.c (fresh_once): New variable.
29881         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
29882         functions.
29883
29884 2005-07-16  Simon Josefsson  <jas@extundo.com>
29885
29886         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
29887         workaround, suggested by Bruno.
29888
29889 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
29890
29891         * modules/xalloc (Depends-on): Add xalloc-die.
29892         * modules/xvasprintf (Depends-on): Add xalloc-die.
29893
29894 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
29895
29896         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
29897         with a minor change.
29898
29899 2005-07-15  Bruno Haible  <bruno@clisp.org>
29900
29901         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
29902         When using lib/poll.c, define poll as rpl_poll.
29903
29904 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
29905
29906         * modules/argp (Depends-on): Remove unlocked-io.
29907
29908 2005-07-14  Derek Price  <derek@ximbiot.com>
29909
29910         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
29911         for glob symlink bug.
29912
29913 2005-07-14  Bruno Haible  <bruno@clisp.org>
29914
29915         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
29916         Instead, test for *_unlocked function declarations directly.
29917
29918 2005-07-11  Simon Josefsson  <jas@extundo.com>
29919
29920         * modules/size_max: New file.
29921
29922         * modules/xsize: Depend on size_max module for size_max.m4.
29923
29924 2005-07-11  Simon Josefsson  <jas@extundo.com>
29925
29926         * lib/size_max.h: New file.
29927
29928 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
29929
29930         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
29931         copyright symbol and the year.
29932         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
29933         (version_etc_va): Use parameterized copyright notice.
29934         Reword to conform to the current GNU coding standards.
29935
29936 2005-07-11  Karl Berry  <karl@gnu.org>
29937
29938         * doc/gnulib.texi (Quoting): new node.
29939         (Initial import): more info, from Patrice.
29940
29941 2005-07-11  Bruno Haible  <bruno@clisp.org>
29942
29943         * gnulib-tool (func_usage): Document option --avoid.
29944         (Command line options): Handle --avoid.
29945         (func_acceptable): New function.
29946         (func_modules_transitive_closure): Use it.
29947
29948 2005-07-11  Bruno Haible  <bruno@clisp.org>
29949
29950         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
29951         Reported by Jim Meyering.
29952
29953 2005-07-10  Bruno Haible  <bruno@clisp.org>
29954
29955         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
29956         Needed when size_t is smaller than 'unsigned int'.
29957         Reported by Paul Eggert.
29958
29959 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29960
29961         * modules/argp (Depends-on): Add unlocked-io
29962
29963 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29964
29965         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
29966         block of defines.
29967
29968 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
29969
29970         * config/srclist.txt: Comment out regcomp.c, since we have a porting
29971         fix now.
29972
29973 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
29974         and Paul Eggert  <eggert@cs.ucla.edu>
29975
29976         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
29977         in wint_t, not wchar_t.  Remove now-unnecessary cast.
29978
29979 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
29980
29981         * modules/regex (Files): Add lib/regex_internal.c,
29982         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
29983         (Depends-on): Add extensions.
29984         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
29985
29986 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
29987
29988         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
29989         pathconf.
29990         * m4/same.m4 (gl_SAME): Likewise.
29991         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
29992
29993         * m4/regex.m4: Adjust to new libc regex implementation.
29994         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
29995         all the .c and .h parts of (the new) regex.
29996         Quote the m4 stuff better.
29997         Check for RE_ICASE bug of old gnulib.
29998         Check for REG_STARTEND of recent libc.
29999         Rename local variables from jm_* to gl_*.
30000         Quote operand of "test -f".
30001         Say "recent enough" version of libc, not "version 2".
30002         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
30003         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
30004         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
30005         Remove check for btowc, isascii.
30006         Require AM_LANGINFO_CODESET.
30007
30008 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30009
30010         * lib/regex.c, regex.h: Sync from libc.
30011         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
30012         * lib/regexec.c:
30013         New files, synced from libc, except that regex_internal.h
30014         currently has a small porting fix.
30015
30016 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30017
30018         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
30019         regex_internal.c, regexec.c.
30020         Add regex_internal.h too, but as a comment, since the libc version
30021         is currently broken in gnulib mode.
30022
30023 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30024
30025         Support programs like Emacs that use gnulib but not gettext.
30026         * MODULES.html.sh (Internationalization functions): Add gettext-h.
30027         * modules/gettext-h: New file.
30028         * modules/gettext (Files): Remove lib/gettext.h.
30029         (Depends-on): Add gettext-h.
30030         (Makefile.am): Remove lib_SOURCES.
30031         * modules/argmatch, modules/c-stack, modules/closeout:
30032         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
30033         * modules/execute, modules/file-type, modules/getaddrinfo:
30034         * modules/getopt, modules/human, modules/javacomp:
30035         * modules/javaexec, modules/mkdir-p, modules/obstack:
30036         * modules/openat, modules/pagealign_alloc, modules/pipe:
30037         * modules/quotearg, modules/regex, modules/rpmatch:
30038         * modules/unicodeio, modules/userspec, modules/version-etc:
30039         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
30040         * modules/xsetenv:
30041         Depend on gettext-h, not gettext.
30042
30043 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30044
30045         * gnulib-tool (func_import): Add support for 'public domain' license.
30046         * modules/alloca, modules/atexit, modules/memmove:
30047         Now public domain, not GPL.
30048         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
30049         * modules/realloc, modules/strerror, modules/strtod:
30050         Now LGPL, not GPL.
30051
30052 2005-07-05  Bruno Haible  <bruno@clisp.org>
30053
30054         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
30055         autoconf CVS. Needed for mingw.
30056
30057 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30058
30059         Remove the dependency of the strftime module on the tzset module.
30060         * modules/strftime (Depends-on): Remove dependency on tzset.
30061
30062 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30063
30064         Remove the dependency of the strftime module on the tzset module.
30065         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
30066         gl_FUNC_TZSET_CLOBBER.
30067
30068 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30069
30070         Remove the dependency of the strftime module on the tzset module.
30071         * lib/strftime.c (my_strftime)
30072         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
30073         Copy the input structure, to work around some of the bug with
30074         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
30075         Solaris releases, you should also use the tzset module, but we won't
30076         require it as a dependency any more since we don't want LGPLed code
30077         to depend on GPLed code.
30078
30079 2005-07-02  Jim Meyering  <jim@meyering.net>
30080
30081         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
30082         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
30083         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
30084         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
30085
30086 2005-07-02  Jim Meyering  <jim@meyering.net>
30087
30088         * lib/backupfile.c (backup_args): Change a `0' to NULL.
30089
30090 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30091
30092         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
30093         declares only 'struct timespec;' (!).
30094
30095 2005-07-01  Jim Meyering  <jim@meyering.net>
30096
30097         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
30098         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
30099         * lib/save-cwd.c, tempname.c:
30100         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30101         and don't include <sys/file.h>).
30102
30103 2005-06-29  Jim Meyering  <jim@meyering.net>
30104
30105         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
30106         type name.  Use the variable name instead.
30107         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
30108         Likewise.
30109
30110 2005-06-28  Simon Josefsson  <jas@extundo.com>
30111
30112         * modules/check-version (Files): Add check-version.m4.
30113
30114 2005-06-28  Simon Josefsson  <jas@extundo.com>
30115
30116         * m4/check-version.m4: New file, suggested by Jim Meyering
30117         <jim@meyering.net>.
30118
30119 2005-06-28  Simon Josefsson  <jas@extundo.com>
30120
30121         * lib/check-version.h, lib/check-version.c: New files.
30122
30123 2005-06-28  Simon Josefsson  <jas@extundo.com>
30124
30125         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
30126         collision with global variable.  Better indentation.  Don't
30127         increment buffer pointer beyond buffer end.  Based on comments
30128         from Paul Eggert <eggert@cs.ucla.edu>.
30129
30130         * lib/base64.h: Indent.
30131
30132 2005-06-28  Simon Josefsson  <jas@extundo.com>
30133
30134         * doc/gnulib.texi (Library version handling): New section.
30135
30136 2005-06-28  Jim Meyering  <jim@meyering.net>
30137
30138         * check-module (find_included_lib_files): Hard-code another
30139         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
30140         but modules/fts-lgpl (correctly) does not list those files.
30141
30142         * modules/canonicalize (Files): Add lib/pathmax.h.
30143
30144 2005-06-25  Simon Josefsson  <jas@extundo.com>
30145
30146         * modules/check-version: New file.
30147
30148 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
30149
30150         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
30151         initializer of struct addrinfo, as an indication that we don't
30152         care how many members the structure has.
30153
30154 2005-06-24  Derek Price  <derek@ximbiot.com>
30155         and Bruno Haible  <bruno@clisp.org>
30156
30157         Remove stat module & update lstat.
30158         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
30159         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30160         * m4/stat.m4: Remove this file.
30161
30162 2005-06-24  Derek Price  <derek@ximbiot.com>
30163         and Bruno Haible  <bruno@clisp.org>
30164
30165         Remove stat module & update lstat.
30166         * lib/stat.c: Remove this file...
30167         (slash_aware_lstat): ...moving this content and its support...
30168         * lib/lstat.c (rpl_lstat): ...into here.
30169         * lib/lstat.h: New file.
30170
30171 2005-06-24  Derek Price  <derek@ximbiot.com>
30172         and Bruno Haible  <bruno@clisp.org>
30173
30174         Remove stat module & update lstat.
30175         * config/srclist.txt (libc sources): Remove stat.
30176
30177 2005-06-24  Derek Price  <derek@ximbiot.com>
30178         and Bruno Haible  <bruno@clisp.org>
30179
30180         Remove stat module & update lstat.
30181         * MODULES.html.sh (stat): Remove.
30182         * MODULES.html: Regenerated.
30183         * modules/lstat (Description): Correct function name.
30184         (Files): Add "lstat.h".
30185         (Depends-on): Remove stat, add xalloc, stat-macros.
30186         * modules/stat: Remove this file.
30187         (Include): Add "lstat.h", remove <sys/stat.h>.
30188
30189 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30190
30191         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
30192         (ranged_convert): Don't save conversion in a temporary struct.
30193         This causes a warning with GCC 4.0.0, and anyway in the typical
30194         case it's not worth the extra 100 bytes or so of code.
30195         (ranged_convert, __mktime_internal): When calling a function via a
30196         pointer P, use P () rather than (*P) (), as we now assume C89 or
30197         better.
30198
30199 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30200
30201         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
30202         "who -r" failed to give output.  Problem reported by Tim Waugh.
30203
30204         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
30205         (xcalloc): Use it to avoid needless tests.
30206         Problem reported by Jim Meyering.
30207
30208 2005-06-20  Derek Price  <derek@ximbiot.com>
30209
30210         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
30211         unnecessary for Autoconfs > 2.59c.
30212
30213 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30214
30215         * lib/argp.h (__option_is_short): Check upper limit of
30216         __key. Isprint() requires its argument to have the value
30217         of an unsigned char or EOF.
30218
30219 2005-06-16  Jim Meyering  <jim@meyering.net>
30220
30221         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
30222         when either N or S is zero.
30223
30224 2005-06-16  Derek Price  <derek@ximbiot.com>
30225
30226         * m4/bison.m4: Declare YACC & YFLAGS precious.
30227
30228 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
30229
30230         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
30231         multibyte string or pattern, fall back on unibyte matching.
30232         Problem reported by James Youngman.
30233
30234 2005-06-08  Bruno Haible  <bruno@clisp.org>
30235
30236         * modules/csharpcomp: New file.
30237         * MODULES.html.sh (C#): Add csharpcomp.
30238
30239 2005-06-08  Bruno Haible  <bruno@clisp.org>
30240
30241         * m4/csharpcomp.m4: New file, from GNU gettext.
30242
30243 2005-06-08  Bruno Haible  <bruno@clisp.org>
30244
30245         * lib/csharpcomp.h: New file, from GNU gettext.
30246         * lib/csharpcomp.c: New file, from GNU gettext.
30247         * lib/csharpcomp.sh.in: New file, from GNU gettext.
30248
30249 2005-06-08  Bruno Haible  <bruno@clisp.org>
30250
30251         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
30252         warning on mingw.
30253
30254 2005-06-07  Derek Price  <derek@ximbiot.com>
30255
30256         Sync from CVS.
30257         * lib/glob_.h: Indent nested #ifdef.
30258
30259 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30260
30261         Sync from coreutils.
30262         Use "file name" when talking about file names, instead of "filename"
30263         or "path", as per the GNU coding standards.
30264         * lib/mkdir-p.c: Renamed from makepath.c.
30265         (make_dir_parents): Renamed from make_path.  All callers changed.
30266         * lib/mkdir-p.h: Likewise.  All includers changed.
30267         * lib/filenamecat.c: Renamed from path-concat.c.
30268         (file_name_concat): Renamed from path_concat.  All callers changed.
30269         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
30270         * lib/filenamecat.h: Likewise.  All includers changed.
30271         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
30272         in comments or local variable names.
30273         * lib/basename.c: Likewise.
30274         * lib/canonicalize.c, canonicalize.h: Likewise.
30275         * lib/dirname.c, dirname.h: Likewise.
30276         * lib/euidaccess.c: Likewise.
30277         * lib/exclude.c: Likewise
30278         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
30279         * lib/fsusage.c, fsuage.h: Likewise.
30280         * lib/fts.c, fts_.h: Likewise.
30281         * lib/getcwd.c: Likewise.
30282         * lib/getloadavg.c: Likewise.
30283         * lib/mkstemp.c: Likewise.
30284         * lib/mountlist.c, mountlist.h: Likewise.
30285         * lib/openat.c, openat.h: Likewise.
30286         * lib/readlink-stub.c: Likewise.
30287         * lib/readutmp.c, readutmp.h: Likewise.
30288         * lib/rename.c: Likewise.
30289         * lib/rmdir.c: Likewise.
30290         * lib/same.c: Likewise.
30291         * lib/savedir.c: Likewise.
30292         * lib/stripslash.c: Likewise.
30293         * lib/tempname.c: Likewise.
30294         * lib/xreadlink.c: Likewise.
30295         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
30296         All uses changed.
30297         * lib/exclude.h: Likewise.
30298
30299         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
30300         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30301         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
30302         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30303         * lib/pathmax.h: Include <limits.h> unconditionally, since other
30304         files have been getting away with it for years (MORE/BSD 4.3
30305         is extinct now).
30306         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
30307         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30308
30309         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
30310         Define to 256, not 255, as per modern POSIX.
30311
30312 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30313
30314         Sync from coreutils.
30315         Use "file name" when talking about file names, instead of "filename"
30316         or "path", as per the GNU coding standards.
30317         * MODULES.html.sh: mkdir-p renamed from makepath.
30318         filenamecat renamed from path-concat.
30319         * modules/filenamecat: Renamed from modules/path-concat.
30320         (Files): filenamecat.h and filenamecat.c renamed from
30321         path-concat.h and path-concat.c.
30322         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
30323         (Include): filenamecat.h, not path-concat.h.
30324         * modules/mkdir-p: Renamed from modules/makepath.
30325         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
30326         makepath.c.
30327         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
30328         (Include): mkdir-p.h, not makepath.h.
30329
30330 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30331
30332         Sync from coreutils.
30333         * m4/mkdir-p.m4: Renamed from makepath.m4.
30334         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
30335         Rename files from makepath.c to mkdir-p.c, and from
30336         makepath.h to mkdir-p.h.
30337         * m4/filenamecat.m4: Renamed from path-concat.m4.
30338         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
30339         Rename files from path-concat.c to filenamecat.c,
30340         and from path-concat.h to filenamecat.h.
30341         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
30342         "file name" in local variables or comments.
30343         * m4/rename.m4: Likewise.
30344
30345 2005-06-01  Bruno Haible  <bruno@clisp.org>
30346
30347         * modules/csharpexec: New file.
30348         * MODULES.html.sh (C#): New section.
30349
30350 2005-06-01  Bruno Haible  <bruno@clisp.org>
30351
30352         * m4/csharp.m4: New file, from GNU gettext.
30353         * m4/csharpexec.m4: New file, from GNU gettext.
30354
30355 2005-06-01  Bruno Haible  <bruno@clisp.org>
30356
30357         * lib/csharpexec.h: New file, from GNU gettext.
30358         * lib/csharpexec.c: New file, from GNU gettext.
30359         * lib/csharpexec.sh.in: New file, from GNU gettext.
30360
30361 2005-05-31  Derek Price  <derek@ximbiot.com>
30362             Paul Eggert  <eggert@cs.ucla.edu>
30363
30364         Sync from cvs.
30365         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30366
30367 2005-05-31  Derek Price  <derek@ximbiot.com>
30368             Paul Eggert  <eggert@cs.ucla.edu>
30369
30370         Sync from cvs.
30371         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30372
30373 2005-05-29  Derek Price  <derek@ximbiot.com>
30374
30375         * config/srclist.txt (glob_.h, glob.c): Add these files.
30376
30377 2005-05-29  Derek Price  <derek@ximbiot.com>
30378
30379         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
30380         * modules/glob: New file.
30381         * modules/getlogin_r: Add link to POSIX spec in description.
30382
30383 2005-05-29  Derek Price  <derek@ximbiot.com>
30384             Paul Eggert  <eggert@cs.ucla.edu>
30385
30386         * m4/glob.m4: New file.
30387
30388 2005-05-29  Derek Price  <derek@ximbiot.com>
30389             Paul Eggert  <eggert@cs.ucla.edu>
30390
30391         * lib/glob_.h, lib/glob.c: New files.
30392
30393 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30394
30395         * modules/fts (Files): Remove m4/inttypes-pri.m4.
30396         * modules/fts-lgpl (Depends-on): Remove gettext.
30397
30398 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30399
30400         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
30401         and don't require gt_INTTYPES_PRI.
30402
30403 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30404
30405         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
30406
30407         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
30408         the configuration hassle isn't worth it.
30409         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
30410         (LONGEST_MODIFIER, PRIuMAX): Remove.
30411
30412 2005-05-27  Bruno Haible  <bruno@clisp.org>
30413
30414         * lib/getlogin_r.h: Remove second include of <stddef.h>.
30415
30416 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
30417
30418         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
30419         _POSIX_PTHREAD_SEMANTICS for Solaris.
30420
30421 2005-05-25  Derek Price  <derek@ximbiot.com>
30422
30423         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
30424
30425 2005-05-25  Derek Price  <derek@ximbiot.com>
30426             Paul Eggert  <eggert@cs.ucla.edu>
30427
30428         * modules/getlogin_r, m4/getlogin_r.m4: New files.
30429         * lib/getlogin_r.c, getlogin_r.h: New files.
30430
30431 2005-05-25  Bruno Haible  <bruno@clisp.org>
30432             Derek Price  <derek@ximbiot.com>
30433
30434         * lib/getlogin_r.h: Simplify API documentation.
30435
30436 2005-05-23  Derek Price  <derek@ximbiot.com>
30437
30438         * modules/minmax (Files): Add m4/minmax.m4.
30439         (configure.ac): Add gl_MINMAX.
30440
30441 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30442
30443         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
30444         so that unistd-safer.h (GPL'ed code) need not be included.
30445
30446 2005-05-22  Bruno Haible  <bruno@clisp.org>
30447
30448         * m4/minmax.m4: New file.
30449         Based on a patch by Derek Price <derek@ximbiot.com>.
30450
30451 2005-05-22  Bruno Haible  <bruno@clisp.org>
30452
30453         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
30454         (INT64_MIN): Fix definition.
30455         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
30456
30457         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
30458         NEED_SIGNED_INT_TYPES.
30459
30460         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
30461         HAVE_SYSTEM_INTTYPES.
30462
30463 2005-05-22  Bruno Haible  <bruno@clisp.org>
30464
30465         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
30466         Also include <sys/param.h> if it defines MIN, MAX.
30467         Based on a patch by Derek Price <derek@ximbiot.com>.
30468
30469 2005-05-21  Jim Meyering  <jim@meyering.net>
30470
30471         * modules/fts (Files): Add m4/inttypes-pri.m4.
30472         (Depends-on): Add lstat and remove gettext.  Alphabetize.
30473
30474 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30475
30476         New fts module.
30477         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
30478         (setup_dir, free_dir): New functions.
30479         (enter_dir, leave_dir): Define trivial
30480         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
30481         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
30482         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
30483         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
30484         Move to fts-cycle.c.
30485         (fts_open): Use setup_dir.
30486         (fts_close): Use free_dir.
30487         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
30488         This adds a label and some gotos, but the alternatives were messier.
30489         Check for memory allocation failure when entering a dir.
30490         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
30491         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
30492         (FTS): New member fts_cycle, that is a union that contains the
30493         old active_dir_ht and cycle_state.  All uses changed to mention
30494         fts_cycle.ht and fts_cycle.state.
30495         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
30496         fts.c, with the following changes:
30497         (setup_dir, free_dir): New functions.
30498         (enter_dir): Now returns bool.  Return true if successful, false
30499         if memory exhausted.  All callers changed.
30500         Do not bother partly cleaning up on
30501         memory allocation failure; that is free_dir's job.
30502         However, free ad if hash_insert fails, to avoid memory leak.
30503         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
30504         fts->fts_options to see which union member to use.
30505
30506 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30507
30508         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
30509         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
30510
30511 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30512
30513         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
30514
30515 2005-05-20  Jim Meyering  <jim@meyering.net>
30516
30517         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
30518         Now a macro, to pacify GCC.
30519
30520 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30521
30522         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
30523         of -1.
30524
30525 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30526
30527         * lib/chown.c (rpl_chown): Return -1 on failure.
30528
30529 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30530
30531         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
30532         Don't check for stddef.h.
30533         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
30534         don't use its results.
30535         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
30536         since we include them unconditionally.  Don't require
30537         AM_STDBOOL_H, since stdbool is a prerequisite.
30538         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
30539         since we assume C89 or better.
30540         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
30541         as we don't use their results.
30542         Don't check for fchdir, memmove, memset, strrchr, as we use
30543         them unconditionally.
30544         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
30545         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
30546
30547 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30548
30549         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
30550         Include <stddef.h> unconditionally, since we assume C89 now.
30551         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
30552         * lib/fts.c: Include fts_.h first, to check interface.
30553         Do not include intprops.h; no longer needed.
30554         Include cycle-check.h and hash.h, since fts_.h no longer does.
30555         Remove unnecessary casts of closedir to void.
30556         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
30557         decide whether to decrement nlinks.
30558         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
30559         (FTS): Use struct hash_table * instead of Hash_table, so that
30560         we no longer need to include hash.h here.
30561
30562 2005-05-18  Jim Meyering  <jim@meyering.net>
30563
30564         * modules/dirfd (License): Change to LGPL.  Most of the code
30565         is already in the public domain.
30566
30567 2005-05-18  Jim Meyering  <jim@meyering.net>
30568
30569         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
30570         Reported by Yoann Vandoorselaere.
30571
30572 2005-05-17  Jim Meyering  <jim@meyering.net>
30573
30574         * m4/fts.m4: New file, from coreutils.
30575
30576 2005-05-17  Jim Meyering  <jim@meyering.net>
30577
30578         * lib/fts.c, lib/fts_.h: New files, from coreutils.
30579
30580 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30581
30582         Sync from coreutils.
30583         * m4/unlinkdir.m4: New file.
30584
30585 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30586
30587         Sync from coreutils.
30588         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
30589         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
30590         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
30591         White space changes only.
30592         * lib/makepath.c (make_path): Port to hosts where leading "//" is
30593         special.
30594         * lib/yesno.c: Include getline.h, not ctype.h.
30595         (yesno): Don't remove leading white space; POSIX doesn't allow it.
30596         Use getline to remove arbitrary restriction on response length.
30597
30598 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30599
30600         * config/srclist-update: Spell out "Street" in FSF postal
30601         mail address; this is the style the FSF seems to prefer.
30602
30603         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
30604         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
30605         this updates FSF postal mail address.
30606
30607         Sync from coreutils.
30608         * modules/unlinkdir: New file.
30609         * modules/yesno (Depends-on): Add getline.
30610         * MODULES.html.sh (File system functions): Add unlinkdir.
30611
30612 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30613
30614         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
30615         lib/strsep.h:
30616         Change the initial comment to refer to GPL, not LGPL.
30617         gnulib-tool will change it to LGPL as needed.
30618
30619         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
30620         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
30621         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
30622         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
30623         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
30624         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
30625         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
30626         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
30627         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
30628         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
30629         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
30630         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
30631         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
30632         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
30633         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
30634         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
30635         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
30636         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
30637         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
30638         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
30639         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
30640         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
30641         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
30642         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
30643         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
30644         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
30645         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
30646         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
30647         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
30648         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
30649         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
30650         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
30651         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
30652         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
30653         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
30654         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
30655         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
30656         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
30657         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
30658         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
30659         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
30660         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
30661         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
30662         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
30663         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
30664         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
30665         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
30666         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
30667         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
30668         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
30669         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
30670         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
30671         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
30672         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
30673         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
30674         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
30675         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
30676         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
30677         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
30678         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
30679         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
30680         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
30681         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
30682         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
30683         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
30684         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
30685         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
30686         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
30687         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
30688         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
30689         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
30690         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
30691         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
30692         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
30693         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
30694         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
30695         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
30696         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
30697         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
30698         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
30699         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
30700         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
30701         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
30702         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
30703         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
30704         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
30705         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
30706         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
30707         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
30708         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
30709         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
30710         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
30711         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
30712         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
30713         lib/yesno.c, lib/yesno.h:
30714         Update FSF postal mail address.
30715
30716 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30717
30718         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
30719         tests/test-memmem.c, tests/test-stpncpy.c:
30720         Update FSF postal mail address.
30721
30722 2005-05-13  Bruno Haible  <bruno@clisp.org>
30723
30724         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
30725         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
30726         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
30727         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
30728         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
30729         Add support for 64-bit integers in the MSVC compiler.
30730
30731 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30732
30733         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
30734
30735 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
30736
30737         * gnulib-tool (func_import): Sort and uniquify recommended includes.
30738
30739 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
30740
30741         * doc/getdate.texi (General date syntax): Don't say that date
30742         date --iso-8601=ns generates acceptable dates; it doesn't yet.
30743         Problem reported by Nic Ferrier.
30744
30745 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30746
30747         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
30748         specified in ai_socktype. Fix invalid ai_protocol
30749         check. ai_protocol is usually set to 0 or depending on
30750         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
30751         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
30752         ai_socktype / ai_protocol in the returned addrinfo structure.
30753
30754 2005-05-10  Simon Josefsson  <jas@extundo.com>
30755
30756         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
30757         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30758
30759 2005-05-10  Karl Berry  <karl@gnu.org>
30760
30761         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
30762         (from http://www.gnu.org/licenses).
30763         * doc/COPYING.LIB: also rename to COPYING.LESSER.
30764         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
30765         fdl.texi suffices.
30766
30767 2005-05-10  Karl Berry  <karl@gnu.org>
30768
30769         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
30770         (COPYING.DOC): remove.
30771
30772         * config/srclist-update: new FSF address.
30773
30774 2005-05-10  Derek Price  <derek@ximbiot.com>
30775
30776         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
30777         possible.
30778
30779 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30780             Bruno Haible  <bruno@clisp.org>
30781
30782         * modules/inet_ntop: New file.
30783         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30784         inet_ntop.
30785
30786 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30787             Bruno Haible  <bruno@clisp.org>
30788
30789         * m4/inet_ntop.m4: New file.
30790
30791 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30792             Bruno Haible  <bruno@clisp.org>
30793
30794         * lib/inet_ntop.h: New file.
30795         * lib/inet_ntop.c: New file, from glibc with modifications.
30796
30797 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
30798
30799         * modules/time_r (License): Change to LGPL.
30800         * modules/extensions (License): Change to LGPL.  Actually,
30801         the license is more permissive than that, but currently gnulib-tool
30802         doesn't know how to handle more-permissive licenses.
30803
30804         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
30805         Problem reported by Dave Love.
30806
30807 2005-05-08  Jim Meyering  <jim@meyering.net>
30808
30809         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
30810         blank.
30811
30812 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
30813
30814         * modules/argmatch (Depends-on): Add stdbool.
30815         * modules/backupfile (Depends-on): Likewise.
30816         * modules/chdir-long (Depends-on): Likewise.
30817         * modules/closeout (Depends-on): Likewise.
30818         * modules/cycle-check (Depends-on): Likewise.
30819         * modules/dirname (Depends-on): Likewise.
30820         * modules/fnmatch (Depends-on): Likewise.
30821         * modules/fsusage (Depends-on): Likewise.
30822         * modules/fwriteerror (Depends-on): Likewise.
30823         * modules/getcwd (Depends-on): Likewise.
30824         * modules/getloadavg (Depends-on): Likewise.
30825         * modules/hard-locale (Depends-on): Likewise.
30826         * modules/makepath (Depends-on): Likewise.
30827         * modules/mountlist (Depends-on): Likewise.
30828         * modules/nanosleep (Depends-on): Likewise.
30829         * modules/posixtm (Depends-on): Likewise.
30830         * modules/quotearg (Depends-on): Likewise.
30831         * modules/readtokens (Depends-on): Likewise.
30832         * modules/readtokens0 (Depends-on): Likewise.
30833         * modules/readutmp (Depends-on): Likewise.
30834         * modules/save-cwd (Depends-on): Likewise.
30835         * modules/strftime (Depends-on): Likewise.
30836         * modules/userspec (Depends-on): Likewise.
30837         * modules/utimecmp (Depends-on): Likewise.
30838         * modules/xgetcwd (Depends-on): Likewise.
30839         * modules/xnanosleep (Depends-on): Likewise.
30840         * modules/xstrtod (Depends-on): Likewise.
30841         * modules/yesno (Depends-on): Likewise.
30842
30843 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
30844
30845         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
30846         needless checks.
30847
30848 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30849
30850         Merge from coreutils.  Among other things,
30851         add bulletproofing for cases where stdin, stdout, or stderr are closed.
30852         * lib/fd-safer.c: New file.
30853         * lib/fcntl-safer.h, open-safer.c: Remove.
30854         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
30855         * lib/dup-safer.c: Include unistd-safer.h first.
30856         Don't include errno.h.
30857         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
30858         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
30859         * lib/file-type.c: Rely on file-type.h change.
30860         * lib/getloadavg.c: Include unistd-safer.h.
30861         (getloadavg): Use safer open.
30862         * lib/getusershell.c: Include "stdio-safer.h".
30863         (getusershell): Use safer fopen.
30864         * lib/long-options.c (long_options): Use NULL rather than 0.
30865         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
30866         'free'.
30867         * lib/modechange.c: Likewise.
30868         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
30869         (MODE_DONE): New constant.
30870         (struct mode_change): Remove 'next' member.
30871         (make_node_op_equals): New function; like the old one of the
30872         same name, except it allocates an array.
30873         (mode_compile, mode_create_from_ref): Use it.
30874         (mode_compile): Allocate result as an array, not a linked list.
30875         Parse octal string ourself, so that we catch mistakes like "+0".
30876         (mode_adjust): Arg is an array, not a linked list.
30877         * lib/modechange.c: Include stat-macros.h, xalloc.h.
30878         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
30879         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
30880         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
30881         Remove.  This is now stat-macros.h's job.
30882         (talloc): Remove.  All callers replaced by xalloc, so that
30883         our invokers don't have to worry about reporting memory failures.
30884         (make_node_op_equals): Remove.
30885         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
30886         New constants.
30887         (struct mode_change): Moved here from modechange.h.
30888         (mode_append_entry): Remove.
30889         (mode_compile): Remove MASKED_OPS arg, since it encouraged
30890         apps to have incorrect behavior.  Use simpler algorithm for head
30891         and tail.  Don't futz with umask; that's now the job of mode_adjust.
30892         Detect more invalid usages rather than having somewhat-random behavior.
30893         Don't insert an "a=" action, as that leads to incorrect behavior.
30894         (mode_compile, mode_create_from_ref): Return NULL on error instead
30895         of an enum, since now there's only one way to have an error.  All
30896         callers changed.
30897         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
30898         at the correct time.  Simplify calculation of "+u" and its ilk.
30899         Don't mishandle "+X".
30900         (mode_free): Remove "register" and localize decls.
30901         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
30902         (struct mode_change): Move to modechange.c; callers don't
30903         need to see this stuff.
30904         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
30905         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
30906         (mode_change, mode_adjust): Reflect the new signatures noted above.
30907         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
30908         that might redefine system include files.
30909         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
30910         (my_usleep): Use NULL rather than (void *) 0.
30911         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
30912         Use siginterrupt to specify that system calls should be interrupted.
30913         (rpl_nanosleep): Move initialization of suspended closer to call of
30914         my_usleep.
30915         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
30916         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
30917         (desirable_utmp_entry): New function.
30918         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
30919         using x2nrealloc, to simplify logic.
30920         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
30921         size calculation.  Do not assume utmp file is a regular file.
30922         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
30923         (READ_UTMP_CHECK_PIDS): New constant.
30924         * lib/save-cwd.c: Include unistd-safer.h.
30925         (save_cwd): Use fd_safer.
30926         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
30927         [!_LIBC] Include "stat-macros.h" instead.
30928         * lib/unistd-safer.h (fd_safer): New decl.
30929
30930 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30931
30932         * modules/getloadavg (Depends-on): Add unistd-safer.
30933         * modules/getusershell (Depends-on): Add stdio-safer.
30934         * modules/lstat (Depends-on): Remove xalloc.
30935         * modules/mkstemp (Depends-on): Add stat-macros.
30936         * modules/modechange (Depends-on): Remove xstrtol.
30937         Add stat-macros, xalloc.
30938         * modules/save-cwd (Depends-on): Add unistd-safer.
30939         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
30940         * modules/unistd-safer (Files): Add lib/fd-safer.c
30941         (Makefile.am): Remove lib_SOURCES.
30942
30943         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
30944         Remove fcntl-safer; unistd-safer supersedes it.
30945
30946 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30947
30948         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
30949         AC_HEADER_STAT.
30950         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
30951         (gl_PREREQ_CHOWN): Remove.
30952         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
30953         it.  Don't require AC_HEADER_STAT.
30954         (gl_PREREQ_LSTAT): Remove.
30955         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
30956         Don't require AC_HEADER_STAT.
30957         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
30958         (gl_PREREQ_RMDIR): Remove.
30959         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
30960         mention stat-macros.h or AC_HEADER_STAT, since we'll make
30961         the stat-macros module a prerequisite.
30962         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
30963         * m4/filemode.m4 (gl_FILEMODE): Likewise.
30964         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
30965         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
30966         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
30967         variable names.
30968         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
30969         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
30970         variable prefixes.
30971         * m4/fcntl-safer.m4: Remove.
30972         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
30973         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
30974         Invoke gl_PREREQ_FD_SAFER.
30975         (gl_PREREQ_FD_SAFER): New macro.
30976         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
30977         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
30978         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
30979         Remove duplicate call to AC_LIBOBJ(readutmp).
30980         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
30981
30982         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
30983         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
30984
30985 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
30986
30987         * MODULES.html.sh (Misc): Add byteswap.
30988
30989 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
30990
30991         * modules/getcwd (Depends-on): Add extensions.
30992         * modules/openat (Depends-on): Likewise.
30993
30994 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
30995
30996         * modules/byteswap: New file.
30997
30998 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
30999
31000         * m4/byteswap.m4: New file.
31001
31002 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31003
31004         * lib/byteswap_.h: New file.
31005
31006 2005-04-25  Karl Berry  <karl@gnu.org>
31007
31008         * m4/gettext.m4: Update from GNU gettext 0.14.4.
31009
31010 2005-04-25  Albert Chin  <china@thewrittenword.com>
31011
31012         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
31013         Toolkit C bug.
31014
31015 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
31016
31017         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
31018         (func_ln_if_changed) Remove forcibly for no error message
31019         in case file does not exist.
31020
31021 2005-04-19  Simon Josefsson  <jas@extundo.com>
31022
31023         * gnulib-tool (Options): Make --symlink mean --symbolic.
31024
31025 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
31026
31027         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
31028
31029 2005-04-16  Simon Josefsson  <jas@extundo.com>
31030
31031         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
31032
31033 2005-04-15  Simon Josefsson  <jas@extundo.com>
31034
31035         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
31036
31037 2005-04-15  Simon Josefsson  <jas@extundo.com>
31038
31039         * gnulib-tool: Rename --symlink to --symbolic.
31040
31041 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
31042
31043         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
31044         symbolic links to files instead of copying/moving.  Add --aux-dir,
31045         specifying directory relative --dir where auxiliary build tools
31046         are placed.
31047
31048 2005-04-14  Bruno Haible  <bruno@clisp.org>
31049
31050         * modules/allocsa (License): Change to LGPL.
31051         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
31052
31053 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31054
31055         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
31056         that "UTC +1 second" continues to work.  Problem reported
31057         by Dmitry V. Levin.
31058         (relunit_snumber): New rule.
31059         (relunit): Use it.
31060
31061 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31062
31063         * lib/getdate.y (universal_time_zone_table): New constant.
31064         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
31065         universal_time_zone_table.
31066         (lookup_zone): Prefer universal_time_zone_table to
31067         local_time_zone_table, so that "GMT" time stamps are allowed in
31068         London during the summer.  Problem reported by Ian Abbott.
31069
31070 2005-04-12  Jim Meyering  <jim@meyering.net>
31071
31072         * lib/human.c (humblock): Set *options even when returning due to
31073         xstrtoumax conversion failure.  Thanks to a used-uninitialized
31074         warning from gcc-4.
31075
31076 2005-04-09  Jim Meyering  <jim@meyering.net>
31077
31078         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
31079         -Wuninitialized: initialize tm0.tm_year.
31080
31081 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31082
31083         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
31084         count, since there's no maximum.  All uses changed.
31085         Add member dsts_seen.
31086         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
31087         not being INT_MAX.
31088         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
31089         Use pc_rels_seen to decide whther a date is absolute.
31090
31091         * lib/getdate.y (number): Don't overwrite year.
31092         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
31093         check.
31094
31095 2005-04-02  Simon Josefsson  <jas@extundo.com>
31096
31097         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
31098         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
31099
31100 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
31101
31102         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
31103         where no absolute path name can be longer than PATH_MAX.
31104
31105 2005-03-27  Jim Meyering  <jim@meyering.net>
31106
31107         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
31108
31109 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
31110
31111         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
31112         "one's complement" -> "ones' complement" in comment, as per Knuth.
31113         "value of type" -> "type or expression" in comment.
31114         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
31115
31116 2005-03-26  Jim Meyering  <jim@meyering.net>
31117
31118         Comment nits.
31119         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
31120         Correct typos: s/or/of/.
31121
31122 2005-03-26  Jim Meyering  <jim@meyering.net>
31123
31124         * modules/check-include-files: Move to ../ and rename to...
31125         * check-module: ...this.
31126
31127 2005-03-25  Jim Meyering  <jim@meyering.net>
31128
31129         * modules/xvasprintf (Files): Add xalloc.h.
31130
31131 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31132
31133         * modules/gettext (Files): config/config.rpath ->
31134         build-aux/config.rpath
31135         * modules/iconv (Files): Likewise.
31136         Problem reported by Oskar Liljeblad.
31137
31138 2005-03-23  Jim Meyering  <jim@meyering.net>
31139
31140         * modules/check-include-files: New script to check for
31141         missing dependencies, multiple includes, etc.
31142
31143         * modules/c-strtold (Depends-on): Add xalloc.
31144         * modules/c-strtod (Depends-on): Add xalloc.
31145         * modules/hash (Depends-on): Add xalloc.
31146         (Files): Remove lib/xalloc.h.
31147
31148         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
31149         * modules/userspec (Files): Add lib/inttostr.h.
31150
31151 2005-03-23  Jim Meyering  <jim@meyering.net>
31152
31153         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
31154
31155 2005-03-22  Jim Meyering  <jim@meyering.net>
31156
31157         * modules/stat-macros: New module.
31158         * modules/canonicalize, modules/euidaccess, modules/file-type,
31159         * modules/filemode, modules/lchown, modules/makepath,
31160         * modules/rmdir, modules/stat: Depend on new stat-macros module
31161         rather than listing lib/stat-macros.h manually.
31162         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
31163
31164 2005-03-22  Jim Meyering  <jim@meyering.net>
31165
31166         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
31167
31168 2005-03-22  Bruno Haible  <bruno@clisp.org>
31169
31170         * config/srclist.txt: Replace target directory 'config' with
31171         'build-aux'.
31172         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
31173         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
31174         ../build-aux/.
31175
31176 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
31177
31178         * modules/chdir-long (Depends-on): Add mempcpy.
31179
31180         * modules/acl, modules/backupfile, modules/c-strtod,
31181         modules/c-strtold, modules/canon-host, modules/canonicalize,
31182         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
31183         modules/exclude, modules/exitfail, modules/file-type,
31184         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
31185         modules/getdate, modules/getline, modules/getpagesize,
31186         modules/getpass, modules/getugroups, modules/group-member,
31187         modules/hard-locale, modules/hash, modules/human, modules/idcache,
31188         modules/inttostr, modules/long-options, modules/makepath,
31189         modules/md5, modules/memcasecmp, modules/memcoll,
31190         modules/modechange, modules/mountlist, modules/path-concat,
31191         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
31192         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
31193         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
31194         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
31195         modules/strftime, modules/strndup, modules/strverscmp,
31196         modules/timespec, modules/unlocked-io, modules/userspec,
31197         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
31198         modules/yesno:
31199         Remove lib_SOURCES line from Makefile.am section, as this is now
31200         done automatically by the corresponding Autoconf macro.
31201
31202 2005-03-21  Jim Meyering  <jim@meyering.net>
31203
31204         Changes imported from coreutils.
31205
31206         * lib/cycle-check.c: Don't include xalloc.h.
31207
31208         * lib/path-concat.c: Don't include assert.h.
31209         (path_concat): Remove assertion that would have triggered
31210         for ABASE starting with more than one slash.
31211         Reported by Andreas Schwab.
31212
31213         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
31214         properly when ABASE is an absolute file name.
31215         Correct the description of this function.
31216         Include <assert.h>.
31217         Add an assertion and a test driver.
31218         This fixes a bug introduced on 2004-07-02.
31219         Andreas Schwab reported the resulting failure of cp --parents:
31220         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
31221
31222 2005-03-21  Jim Meyering  <jim@meyering.net>
31223
31224         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
31225         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
31226
31227 2005-03-21  Jim Meyering  <jim@meyering.net>
31228         and  Paul Eggert  <eggert@cs.ucla.edu>
31229
31230         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
31231         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
31232         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
31233         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
31234         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
31235         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
31236         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
31237         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
31238         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
31239         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
31240         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
31241         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
31242         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
31243         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
31244         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
31245         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
31246         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
31247         for these modules.
31248
31249 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
31250
31251         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
31252         (which shouldn't happen), generate nothing instead of returning 0
31253         immediately, so that nstrftime (NULL, ...) doesn't return 0.
31254
31255 2005-03-16  Bruno Haible  <bruno@clisp.org>
31256
31257         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
31258         HAVE_LONGLONG_64BIT.
31259
31260 2005-03-16  Bruno Haible  <bruno@clisp.org>
31261
31262         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
31263         HAVE_LONGLONG_64BIT.
31264
31265 2005-03-16  Bruno Haible  <bruno@clisp.org>
31266
31267         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
31268         HAVE_LONGLONG_64BIT.
31269
31270 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31271
31272         * lib/strftime.c (my_strftime): Prepend space to format so that we can
31273         reliably distinguish strftime failure from empty output on POSIX
31274         hosts.
31275
31276 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31277
31278         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
31279         (iconv_string): Don't guess a size-zero buffer, as that might cause
31280         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
31281         result would be 'too large', where 'too large' is (heuristically)
31282         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
31283         overflow concerns.  This will prevent some unwanted malloc failures
31284         when the inputs are very large.
31285
31286 2005-03-15  Karl Berry  <karl@gnu.org>
31287
31288         * config/srclist.txt (config.rpath): from gettext.
31289         * config/config.rpath: update.
31290
31291 2005-03-15  Bruno Haible  <bruno@clisp.org>
31292
31293         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
31294         to 'negate'.
31295
31296         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
31297         variable.
31298
31299         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
31300         results.
31301
31302 2005-03-14  Simon Josefsson  <jas@extundo.com>
31303
31304         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
31305         <fx@gnu.org>.
31306
31307 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
31308
31309         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
31310         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
31311         intprops.h.
31312         * lib/strtol.c: Likewise.
31313
31314 2005-03-14  Jim Meyering  <jim@meyering.net>
31315
31316         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
31317         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
31318         to be nonzero so that we (and caller) can detect the difference
31319         between a valid zero-length expansion and an error return, even
31320         when the underlying strftime fails before writing anything into
31321         that location.
31322
31323 2005-03-14  Bruno Haible  <bruno@clisp.org>
31324
31325         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
31326         Update from GNU gettext 0.14.3.
31327
31328 2005-03-10  Jim Meyering  <jim@meyering.net>
31329
31330         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
31331
31332 2005-03-10  Jim Meyering  <jim@meyering.net>
31333
31334         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
31335         so that this module works on systems without fchdir.
31336
31337 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
31338
31339         Factor int-properties macros into a single file, except for
31340         glibc-related files.
31341         * lib/intprops.h: New file.
31342         * lib/getloadavg.c: Include it instead of limits.h.
31343         (INT_STRLEN_BOUND): Remove.
31344         * lib/human.c: Include intprops.h.
31345         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
31346         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
31347         302/1000.
31348         * lib/inttostr.h: Include intprops.h instead of limits.h.
31349         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
31350         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
31351         for consistency with intprops.h.
31352         (time_t_is_integer, twos_complement_arithmetic): Use them.
31353         * lib/sig2str.h: Include <signal.h>, intprops.h.
31354         (INT_STRLEN_BOUND): Remove.
31355         * lib/strftime.c (TYPE_SIGNED): Remove.
31356         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
31357         * lib/strtol.c: Adjust comments to match intprops.h.
31358         * lib/userspec.c: Include intprops.h.
31359         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
31360         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
31361         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
31362         instead of rolling our own expressions.
31363         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
31364
31365         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
31366         instead of int.
31367         (my_strftime): Do not mishandle years close to INT_MAX, by doing
31368         the right thing even if adding 1900 would overflow.  Similarly
31369         for tm_mon + 1 and tm_yday + 1.
31370         Make %Y always equivalent to %C%y, and similarly for %G and %g.
31371         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
31372         (DO_SIGNED_NUMBER): New macro.
31373         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
31374
31375 2005-03-07  Bruno Haible  <bruno@clisp.org>
31376
31377         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
31378
31379 2005-03-07  Bruno Haible  <bruno@clisp.org>
31380
31381         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
31382
31383 2005-03-04  Derek R. Price  <derek@ximbiot.com>
31384
31385         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
31386         (func_import): Only replace files via --import when they have actually
31387         changed.
31388
31389 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31390
31391         * m4/mmap-anon.m4: New file.
31392         * m4/pagealign_alloc.m4: New file.
31393
31394 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31395             Bruno Haible  <bruno@clisp.org>
31396
31397         * modules/pagealign_alloc: New file.
31398         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
31399
31400 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31401             Bruno Haible  <bruno@clisp.org>
31402
31403         * lib/pagealign_alloc.h: New file.
31404         * lib/pagealign_alloc.c: New file.
31405
31406 2005-03-03  Bruno Haible  <bruno@clisp.org>
31407
31408         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
31409         Use an all-permissive copyright notice, recommended by RMS.
31410
31411 2005-03-02  Bruno Haible  <bruno@clisp.org>
31412
31413         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
31414         of AIX, the replacement has to be done only after <string.h> is
31415         included, therefore not in config.h. stpncpy.h does the replacement,
31416         and stpncpy.c uses it.
31417
31418 2005-03-02  Bruno Haible  <bruno@clisp.org>
31419
31420         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
31421         stpncpy.c uses it.
31422
31423 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31424
31425         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
31426         The workaround isn't strictly needed for POSIX conformance, and
31427         it's too much of a pain to configure and maintain.  We'll ask
31428         people to fix their kernels instead.
31429         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
31430         (NANOSLEEP_BUG_WORKAROUND): Remove.
31431         (xnanosleep): Remove the workaround.
31432
31433 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31434
31435         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
31436         Reported by Derek Price.
31437         (Include): Add "timespec.h".
31438
31439         * modules/xnanosleep (Depends-on): Remove gethrxtime.
31440
31441 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31442
31443         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
31444         to detect nanosleep bug.
31445
31446 2005-03-01  Bruno Haible  <bruno@clisp.org>
31447
31448         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
31449
31450 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31451
31452         * modules/gethrxtime: New file.
31453         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
31454         (Depends-on): Add gethrxtime.
31455         (configure.ac): Add gl_XNANOSLEEP.
31456         (Makefile.am): Remove lib_SOURCES line.
31457
31458 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31459
31460         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
31461         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
31462
31463 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31464
31465         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
31466         * lib/timespec.h (gettime): Return void, since it always
31467         succeeds now.  All uses changed.
31468         * lib/gettime.c (gettime) Likewise.
31469         [HAVE_NANOTIME]: Prefer nanotime.
31470         Assume gettimeofday succeeds, as POSIX requires.
31471         Assime time () succeeds, since other code already does.
31472         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
31473         (timespec_subtract): Remove.
31474         (NANOSLEEP_BUG_WORKAROUND): New constant.
31475         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
31476         things considerably.  Use it only on GNU/Linux hosts, since the
31477         workaround shouldn't be needed elsewhere.
31478
31479 2005-02-24  Bruno Haible  <bruno@clisp.org>
31480
31481         * modules/gettext (Files): Add m4/glibc2.m4.
31482
31483 2005-02-24  Bruno Haible  <bruno@clisp.org>
31484
31485         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
31486         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
31487         * m4/progtest.m4:
31488         Update from GNU gettext 0.14.2.
31489         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
31490
31491 2005-02-24  Bruno Haible  <bruno@clisp.org>
31492
31493         * lib/localcharset.c: Update from GNU gettext 0.14.2.
31494         * lib/config.charset: Update from GNU gettext 0.14.2.
31495
31496 2005-02-24  Bruno Haible  <bruno@clisp.org>
31497
31498         * lib/gettext.h: Update from GNU gettext 0.14.2.
31499
31500 2005-02-23  Simon Josefsson  <jas@extundo.com>
31501
31502         * m4/iconvme.m4: New file.
31503
31504 2005-02-23  Jim Meyering  <jim@meyering.net>
31505
31506         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
31507         change.
31508         Thanks to Bruno Haible for catching it.
31509
31510 2005-02-22  Simon Josefsson  <jas@extundo.com>
31511
31512         * modules/iconvme: New file.
31513
31514         * MODULES.html.sh: Add iconvme.
31515
31516 2005-02-22  Simon Josefsson  <jas@extundo.com>
31517
31518         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
31519
31520 2005-02-22  Simon Josefsson  <jas@extundo.com>
31521
31522         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
31523
31524 2005-02-22  Jim Meyering  <jim@meyering.net>
31525
31526         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
31527         s/ifndef/ifdef/.
31528
31529 2005-02-20  Neil Conway  <neilc@samurai.com>
31530
31531         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
31532         returned by OSX/Darwin if the specified buffer is not large
31533         enough for the hostname.
31534
31535 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31536
31537         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
31538         pass it to _help, otherwise the latter coredumps trying to
31539         dereference state.root_argp.
31540
31541 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31542
31543         * modules/chdir-long (Depends-on): Add memrchr.
31544         * modules/memrchr (Files): Add lib/memrchr.h.
31545         (Include): "memrchr.h".
31546
31547 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31548
31549         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
31550
31551 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31552
31553         * lib/memrchr.h: New file.
31554         * lib/chdir-long.c: Include it.
31555         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
31556         Don't bother including stddef.h.
31557
31558 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
31559
31560         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
31561         inclusion.
31562         Include <sys/types.h>, for dev_t.
31563         (ME_DUMMY, ME_REMOTE): Move from here....
31564         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
31565         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
31566         Dmitry V. Levin.
31567         Include mountlist.h first, to test the interface.
31568
31569 2005-01-29  Bruno Haible  <bruno@clisp.org>
31570
31571         * lib/progname.c (program_name): Initialize.
31572         Needed when linking statically on MacOS X.
31573
31574 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31575
31576         Sync from coreutils.
31577         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
31578         (Depends-on): Add c-strtod.
31579         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
31580
31581 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31582
31583         Sync from coreutils.
31584         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
31585
31586         Remove files that are specific to coreutils.
31587         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
31588
31589 2005-01-28  Bruno Haible  <bruno@clisp.org>
31590
31591         * modules/javacomp: New file.
31592         * MODULES.html.sh (Java): Add javacomp.
31593
31594 2005-01-28  Bruno Haible  <bruno@clisp.org>
31595
31596         * m4/javacomp.m4: New file, from GNU gettext.
31597
31598 2005-01-28  Bruno Haible  <bruno@clisp.org>
31599
31600         * lib/javacomp.sh.in: New file, from GNU gettext.
31601         * lib/javacomp.h: New file, from GNU gettext.
31602         * lib/javacomp.c: New file, from GNU gettext.
31603
31604 2005-01-26  Simon Josefsson  <jas@extundo.com>
31605
31606         * lib/gai_strerror.c: Use GPL in header.
31607
31608 2005-01-26  Bruno Haible  <bruno@clisp.org>
31609
31610         * modules/javaexec: New file.
31611         * MODULES.html.sh (Java): Add javaexec.
31612
31613 2005-01-26  Bruno Haible  <bruno@clisp.org>
31614
31615         * m4/javaexec.m4: New file, from GNU gettext.
31616
31617 2005-01-26  Bruno Haible  <bruno@clisp.org>
31618
31619         * lib/javaexec.sh.in: New file, from GNU gettext.
31620         * lib/javaexec.h: New file, from GNU gettext.
31621         * lib/javaexec.c: New file, from GNU gettext.
31622
31623 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31624
31625         * modules/lchown (Depends-on): Remove lchown.h
31626
31627 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31628
31629         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
31630         must be defined if the header file was not found, in order
31631         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
31632
31633 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31634
31635         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
31636         initializers for struct pentry_state.
31637         (__argp_error): Check return value of __asprintf
31638         (__argp_failure): Translate error message
31639
31640         * lib/argp-parse.c: Removed braces around the expansion of N_()
31641
31642 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31643
31644         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
31645         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
31646         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
31647         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
31648         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
31649         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
31650         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
31651         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
31652         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
31653         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
31654         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
31655         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
31656         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
31657         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
31658         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
31659         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
31660         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
31661         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
31662         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
31663         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
31664         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
31665         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
31666         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
31667         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
31668         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
31669         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
31670         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
31671         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
31672         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
31673         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
31674         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
31675         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
31676         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
31677         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
31678         xstrtol.m4, xstrtoumax.m4, yesno.m4:
31679         Use an all-permissive copyright notice, recommended by RMS.
31680
31681 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
31682
31683         * modules/chdir-long (Depends-on): Remove mempcpy.
31684
31685 2005-01-21  Jim Meyering  <jim@meyering.net>
31686
31687         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
31688         same value as for Solaris 9.
31689
31690         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
31691         component length.  This included changing the parameter to be
31692         of type `char *' rather than `char const *'.
31693         * lib/chdir-long.h (chdir_long): Update prototype.
31694
31695         * lib/openat.c (fdopendir, fstatat): New functions.
31696         * lib/openat.h: Include headers required for use of DIR and struct
31697         stat.
31698         [AT_SYMLINK_NOFOLLOW]: Define.
31699         (fdopendir, fstatat): Add prototypes.
31700
31701 2005-01-21  Bruno Haible  <bruno@clisp.org>
31702
31703         * modules/classpath: New file.
31704         * MODULES.html.sh (Java): Add classpath.
31705
31706 2005-01-21  Bruno Haible  <bruno@clisp.org>
31707
31708         * lib/classpath.h: New file, from GNU gettext.
31709         * lib/classpath.c: New file, from GNU gettext.
31710
31711 2005-01-20  Simon Josefsson  <jas@extundo.com>
31712
31713         * modules/version-etc-fsf: New file.
31714
31715 2005-01-20  Simon Josefsson  <jas@extundo.com>
31716
31717         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
31718         * lib/version-etc.c: Remove version_etc_copyright.
31719         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
31720         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
31721
31722 2005-01-20  Simon Josefsson  <jas@extundo.com>
31723
31724         * lib/base64.h (isbase64): Add.
31725
31726         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
31727         using a unsigned prototype, don't inline.
31728         (base64_decode): Use it.
31729
31730 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31731
31732         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
31733         it.
31734
31735 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31736
31737         * lib/save-cwd.c (save_cwd): Remove code to support the case
31738         where fchdir is missing or flaky.
31739
31740 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31741
31742         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
31743
31744 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
31745
31746         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
31747         AC_LIBSOURCES now does this.
31748         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
31749         with new ullong_max module.
31750
31751 2005-01-19  Bruno Haible  <bruno@clisp.org>
31752
31753         * modules/sh-quote: New file.
31754         * MODULES.html.sh (Executing programs): Add sh-quote.
31755
31756 2005-01-19  Bruno Haible  <bruno@clisp.org>
31757
31758         * lib/sh-quote.h: New file, from GNU gettext.
31759         * lib/sh-quote.c: New file, from GNU gettext.
31760
31761 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31762
31763         Merge from coreutils.
31764         * m4/ullong_max.m4: New file.
31765         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
31766         (gl_MACROS): Assume localeconv exists.
31767
31768 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31769
31770         Merge changes from coreutils, as described below in several
31771         changelogs dated today.
31772
31773         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
31774         (O_DIRECTORY): Remove; not needed here, since "." must be
31775         a directory.  All uses removed.
31776         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
31777         universal on Suns, and we also need to test for IRIX.
31778         Revamp code to use 'if' rather than '#if'.
31779         Avoid unnecessary comparison of cwd->desc to 0.
31780
31781         * lib/utimens.c (futimens): Robustify the previous patch, by checking
31782         for known valid error numbers rather than observed invalid ones.
31783
31784 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
31785
31786         * modules/ullong_max: New file.
31787
31788         * modules/chdir-long, modules/openat: New files.
31789         * modules/save-cwd (Depends-on): Depend on chdir-long.
31790         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
31791
31792 2005-01-18  Jim Meyering  <jim@meyering.net>
31793
31794         Merge from coreutils.
31795         * m4/chdir-long.m4, m4/openat.m4: New files.
31796         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
31797         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
31798         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
31799         is sane and DOES follow symlinks.  Besides, testing 20 different
31800         systems found no broken chown implementations.
31801         Prompted by a change in rsync's copy of this macro.
31802         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
31803
31804         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
31805
31806         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
31807         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
31808         NULL-means-set-to-current-time semantics.
31809         Remove temporary file immediately, rather than waiting
31810         for configure's at-exit trap code to do it.
31811
31812 2005-01-18  Jim Meyering  <jim@meyering.net>
31813
31814         * lib/version-etc.c (version_etc_copyright): Update copyright date.
31815
31816         * lib/utimens.c (futimens): Account for the fact that futimes
31817         can also fail with errno == ENOSYS or errno == ENOENT.
31818         Patch from Dmitry V. Levin.
31819
31820         Change the name of the robust chdir function from chdir to chdir_long.
31821         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
31822         (restore_cwd): Use chdir_long, not chdir.
31823         * lib/chdir-long.c: Renamed from chdir.c.
31824         * lib/chdir-long.h: Renamed from chdir.h.
31825         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
31826         Hurd.
31827
31828 2005-01-18  Bruno Haible  <bruno@clisp.org>
31829
31830         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
31831         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
31832         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
31833         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
31834         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
31835         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
31836         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
31837         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
31838         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
31839         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
31840         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
31841         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
31842         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
31843         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
31844         Use an all-permissive copyright notice, recommended by RMS.
31845
31846 2005-01-18  Bob Proulx  <bob@proulx.com>
31847
31848         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
31849         simplify offsetof() macro construct to avoid compile failure with
31850         native HP-UX 11.0 ANSI C compiler.
31851
31852 2005-01-17  Bruno Haible  <bruno@clisp.org>
31853
31854         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
31855         redundant because stpncpy.m4 takes care of it.
31856
31857 2005-01-17  Bruno Haible  <bruno@clisp.org>
31858
31859         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
31860
31861 2005-01-17  Bruno Haible  <bruno@clisp.org>
31862
31863         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
31864         used.
31865
31866 2005-01-17  Bruno Haible  <bruno@clisp.org>
31867
31868         * lib/fwriteerror.h (fwriteerror): Change specification to include
31869         fclose.
31870         * lib/fwriteerror.c: Include <stdbool.h>.
31871         (fwriteerror): At the end, close the file stream. Record whether
31872         stdout was already closed.
31873
31874 2005-01-17  Bruno Haible  <bruno@clisp.org>
31875
31876         * lib/execute.c (environ): Declare if needed.
31877         * lib/pipe.c (environ): Likewise.
31878         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
31879
31880 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31881
31882         * modules/argp: Depend on vsnprintf
31883
31884 2005-01-10  Jim Meyering  <jim@meyering.net>
31885
31886         * modules/closeout (Depends-on): Add atexit.
31887
31888 2005-01-06  Bruno Haible  <bruno@clisp.org>
31889
31890         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
31891
31892 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
31893
31894         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
31895         definitions to be after all include files, to avoid collisions.
31896         Problem reported by Bob Proulx.
31897
31898 2005-01-04  Jim Meyering  <jim@meyering.net>
31899
31900         Changes imported from coreutils.
31901         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
31902         as the mkstemp template, use a temporary directory and an
31903         8.3-friendly template to avoid trouble on systems like DJGPP.
31904         Reported by Juan M. Guerrero via Stepan Kasal.
31905         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
31906         close. Remove the temporary directory right away, rather than waiting
31907         for configure's at-exit trap code to do it.
31908         Suggestion from Stepan Kasal.
31909
31910 2005-01-01  Simon Josefsson  <jas@extundo.com>
31911
31912         * gnulib-tool: Print #include directives when --import'ing.
31913
31914 2004-12-28  Simon Josefsson  <jas@extundo.com>
31915
31916         * tests/test-base64.c: Include required header files.  Remove
31917         unused variables.
31918
31919 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31920
31921         * modules/error (Depends-on): Remove gettext.
31922
31923 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31924
31925         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
31926         not needed.  This removes a dependency on the gettext module.
31927         [defined _LIBC]: Do not include <libintl.h>; not needed.
31928
31929 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
31930
31931         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
31932         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
31933
31934 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
31935
31936         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
31937         HAVE_DECL_STRTOLD.
31938
31939 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31940
31941         * modules/getdate (Depends-on): Remove alloca-opt.
31942
31943 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31944
31945         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
31946
31947 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31948
31949         * lib/argp-parse.c: Include <stddef.h>.
31950         (alignof, alignto): New macros.
31951         (parser_init): Don't assume that void * is aligned sufficiently
31952         for struct option.
31953
31954         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
31955         need to extend the stack.
31956         (YYINITDEPTH): New macro, so that the initial stack isn't overly
31957         large.
31958
31959 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31960
31961         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
31962
31963 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
31964
31965         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
31966         (2004-10-24) change.  Apparently this was a false alarm.
31967
31968         * modules/getdate: Depend on alloca-opt, not alloca.
31969
31970 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
31971
31972         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
31973         Remove now-obsolete comment about AIX.
31974         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
31975         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
31976         (YYMAXDEPTH): New macro.
31977
31978 2004-12-18  Simon Josefsson  <jas@extundo.com>
31979
31980         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
31981
31982 2004-12-18  Bruno Haible  <bruno@clisp.org>
31983
31984         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
31985
31986 2004-12-18  Bruno Haible  <bruno@clisp.org>
31987
31988         * lib/fatal-signal.c (fatal_signals): Make non-const.
31989         (init_fatal_signals): New function.
31990         (uninstall_handlers, install_handlers): Ignore signals that were set to
31991         SIG_IGN.
31992         (at_fatal_signal): Call init_fatal_signals.
31993         (init_fatal_signal_set): Likewise. Ignore signals that were set to
31994         SIG_IGN.
31995         Reported by Paul Eggert.
31996
31997 2004-12-18  Bruno Haible  <bruno@clisp.org>
31998
31999         * doc/alloca.texi: New file.
32000         * doc/alloca-opt.texi: New file.
32001
32002 2004-12-17  Jim Meyering  <jim@meyering.net>
32003
32004         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
32005         Otherwise, install-sh could exit with improper exit status when
32006         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
32007
32008 2004-12-16  Simon Josefsson  <jas@extundo.com>
32009
32010         * tests/test-base64.c: Add license.
32011
32012 2004-12-15  Stepan Kasal  <address@hidden>
32013
32014         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
32015
32016 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
32017
32018         * modules/getcwd (Files): Add m4/d-ino.m4.
32019         Suggested by Mark D. Baushke.
32020
32021 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32022
32023         * lib/getdate.y (textint): New member "negative".
32024         (time_zone_hhmm): New function.
32025         Expect 14 shift-reduce conflicts, not 13.
32026         (o_colon_minutes): New rule.
32027         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
32028         (yylex): Set the "negative" member of signed numbers.
32029
32030 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32031
32032         * doc/getdate.texi (Time of day items, Time zone items):
32033         Describe new formats +00:00, UTC+00:00.
32034
32035 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32036
32037         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
32038         spurious "-l"s.  Problem reported by Stepan Kasal.
32039
32040 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
32041
32042         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
32043         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
32044
32045 2004-12-04  Simon Josefsson  <jas@extundo.com>
32046
32047         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
32048         Vandoorselaere <yoann@prelude-ids.org>.
32049
32050 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32051
32052         Changes imported from coreutils.
32053         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
32054         exist.
32055         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
32056
32057 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32058
32059         Changes imported from coreutils.
32060         * lib/hard-locale.c: Assume <locale.h> exists.
32061         Include "strdup.h".
32062         (GLIBC_VERSION): New macro.
32063         (hard_locale): Assume setlocale exists.
32064         Rewrite to avoid #ifdef.
32065         Use strdup rather than malloc + strcpy.
32066         * lib/human.c: Assume <locale.h> exists.
32067         (human_readable): Assume localeconv exists.
32068
32069 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32070
32071         * modules/hard-locale (Depends-on): Add strdup.
32072
32073 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32074
32075         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
32076         convert T2, not T.  (Imported from libc.)
32077
32078 2004-11-30  Simon Josefsson  <jas@extundo.com>
32079
32080         * modules/restrict (License): Change to LGPL.
32081
32082 2004-11-30  Simon Josefsson  <jas@extundo.com>
32083
32084         * m4/restrict.m4: Add copyright and copying conditions.
32085
32086 2004-11-30  Simon Josefsson  <jas@extundo.com>
32087
32088         * m4/base64.m4: New file.
32089
32090 2004-11-30  Simon Josefsson  <jas@extundo.com>
32091
32092         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
32093         base64.
32094
32095         * tests/test-base64.c: New file.
32096
32097         * modules/base64: New file.
32098
32099 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32100
32101         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
32102         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
32103
32104         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
32105
32106 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32107
32108         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
32109         (__getcwd.c): Don't restore errno; glibc doesn't.
32110         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
32111         first, falling back to our code only if its results look suspicious.
32112         Ensure that the resulting buffer is only as large as necessary.
32113
32114         * lib/readutmp.c: Include readutmp.h first.
32115         Include <errno.h>, since readutmp.h no longer does that.
32116         * lib/readutmp.h: Don't include <errno.h>,
32117         <sys/param.h>, <time.h>; not needed to establish interface.
32118         (errno): Remove decl.
32119         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
32120         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
32121         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
32122
32123 2004-11-28  Simon Josefsson  <jas@extundo.com>
32124
32125         * lib/base64.h, base64.c: New file.
32126
32127 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
32128
32129         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
32130
32131 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
32132
32133         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
32134         (Depends-on): Remove pathmax, same.  Add mempcpy.
32135         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
32136         (Makefile.am): Append getcwd.h to lib_SOURCES.
32137         (Include): Add getcwd.h.
32138         (Maintainer): Change from Jim Meyering to "all, glibc",
32139         since getdate now uses intended-for-glibc code.
32140         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
32141         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
32142
32143 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32144
32145         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
32146         HP's ANSI C compiler.
32147         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
32148         Declaring int functions causes warnings on some modern systems and
32149         shouldn't be needed to compile on ancient ones.
32150         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
32151         defined.
32152
32153         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
32154         with the following changes.
32155         (__set_errno): Parenthesize properly.
32156         Include <stdbool.h>.
32157         (MIN, MAX, MATCHING_INO): New macros.
32158         (__getcwd): Define with prototype, not K&R form.
32159         Use heuristics to allocate default buffer on stack if possible.
32160         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
32161         behavior, and to avoid the PATH_MAX limit when computing
32162         ../../../../...
32163         Use MATCHING_INO to compare inode number to file.
32164         Check for arithmetic overflow in size calculations.
32165         Fix bug in reallocation of dot array that caused getcwd to fail
32166         on directories nested deeper than 75.
32167         Be more careful about saving errno on error.
32168         Do not use realloc; use only free+malloc, as this is a bit
32169         more flexible and avoids a needless copy operation.
32170         Do not inspect st_dev and st_ino for symbolic links; POSIX
32171         doesn't specify the latter.
32172         Check for closedir errors.
32173         Avoid needless casts.
32174         Use "#ifdef weak_alias" around weak_alias, to be like other
32175         glibc code.
32176         The following changes to getcwd.c have effect only when used in
32177         gnulib; they have no effect inside glibc proper.
32178         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
32179         as alloca isn't used.
32180         (alloca, __alloca): Likewise.
32181         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
32182         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32183         unconditionally, as gnulib assumes C89 or better.
32184         Do not include <sys/param.h>.
32185         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
32186         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
32187         better.
32188         (NULL) [!defined NULL]: Remove; we assume C89 or better.
32189         Include <dirent.h> in a way that is compatible with modern Autoconf.
32190         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
32191         New macros, if not already defined.
32192         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
32193         Use "_LIBC", not "defined _LIBC", for consistency.
32194         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
32195         a mempcpy module.
32196         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
32197         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
32198         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
32199         credit only to Jim Meyering and adjust the copyright dates.
32200         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
32201         <stdlib.h>, <unistd.h>, "pathmax.h".
32202         Instead, include "xgetcwd.h" (first) and "getcwd.h".
32203         (INITIAL_BUFFER_SIZE): Remove.
32204         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
32205
32206 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32207
32208         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
32209         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
32210         Use the _ONCE methods, for efficiency.
32211         Check for fcntl.h.  In test program, include <errno.h>
32212         and <fcntl.h> if available.  Remove old K&R cruft from
32213         test program.  Check for common errors in GNU/Linux,
32214         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
32215         don't do AC_LIBOBJ, as that's getcwd.m4's job.
32216         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
32217         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
32218         name accordingly.
32219         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
32220         accommodate new getcwd.c.
32221         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
32222         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
32223         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
32224         that's all we need now.
32225
32226 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32227
32228         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
32229         argp-parse.c depends on getopt internals, that means we should
32230         always use our getopt, to be on the safe side.
32231         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
32232         order not to spoil the result of an eventual previous invocation
32233         of gl_GETOPT_SUBSTITUTE.
32234
32235 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32236
32237         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
32238         redefinition warnings. To avoid them, include the defines
32239         in `#if !defined __need_getopt ... #endif'. The only place
32240         where __getopt_argv_const is used is in definitions
32241         of getopt_long and getopt_long_only below, which are as well
32242         protected by `#ifndef __need_getopt'.
32243         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
32244         __need_getopt after including <stdio.h> and <unistd.h> These
32245         headers might have defined it.
32246
32247 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32248
32249         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
32250
32251 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32252
32253         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
32254         (futimens): New function, which uses futimes if available.
32255         (futimens, utimens): Support timespec==NULL, with same semantics
32256         as utime and utimens.
32257         * lib/utimens.h (futimens): New decl.
32258
32259 2004-11-23  Jim Meyering  <jim@meyering.net>
32260
32261         * lib/getopt_.h: Remove trailing blanks.
32262
32263 2004-11-23  Jim Meyering  <jim@meyering.net>
32264
32265         * lib/__fpending.c: Add comment.
32266
32267 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
32268
32269         * modules/canonicalize (Depends-on): Add xreadlink.
32270         Problem reported by James Youngman.
32271
32272 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
32273
32274         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
32275         New macros.
32276         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
32277         optopt): Use them instead of invoking ## directly; otherwise, the
32278         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
32279
32280 2004-11-19  Bruno Haible  <bruno@clisp.org>
32281
32282         * lib/strtok_r.c: Move comments from here...
32283         * lib/strtok_r.h: ... to here.
32284
32285 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32286
32287         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
32288         implementations that mishandle size_t overflow.
32289
32290 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32291
32292         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
32293         might fail.  Problem reported by Yoann Vandoorselaere.
32294         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
32295         implementations that mishandle size_t overflow.
32296
32297 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32298
32299         * modules/canon-host (Depends-on): Add strdup.
32300
32301 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32302
32303         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
32304
32305 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32306
32307         * lib/canon-host.c: Include "strdup.h".
32308         (canon_host): Use getaddrinfo if available, so that IPv6 works.
32309         Use strdup instead of malloc/strcpy to duplicate strings.
32310
32311         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
32312         (human_space_before_unit): New constant.
32313         * lib/human.c (human_readable): Support it.
32314
32315         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
32316         (xgetcwd): Set errno correctly when failing.
32317         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
32318         the failure is actually due to a PATH_MAX problem.
32319
32320         Further getopt changes to make it more likely that glibc will
32321         buy the changes back.
32322         * lib/getopt.c (POSIXLY_CORRECT): New constant.
32323         (getopt): Use it, so to preserve glibc semantic
32324         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
32325         when compiling for libc.
32326         * lib/getopt_.h (__getopt_argv_const): Bring it back.
32327         (getopt_long, getopt_long_only): Use it.
32328
32329         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
32330         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
32331         (getopt): Argv is now char * const *, as per standard.
32332         (_getopt_internal_r, _getopt_internal): Argv is now char **,
32333         not char *__getopt_argv_const *.
32334         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
32335         _getopt_long_only_r): Likewise.
32336         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
32337         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
32338         _getopt_long_r, _getopt_long_only_r): Likewise.
32339         * lib/getopt_.h (__getopt_argv_const): Remove.
32340         (getopt): Argv is now char * const *, as per standard.
32341
32342         * lib/getdate.y (tORDINAL): New token.
32343         (day, relunit): Allow it for relative times.
32344         (relative_time_table): Use tORDINAL for ordinals.
32345
32346 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32347
32348         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
32349         Document that "second" isn't allowed as an ordinal number.
32350
32351 2004-11-16  Jim Meyering  <jim@meyering.net>
32352
32353         * modules/closeout (Depends-on): Add fpending.
32354
32355 2004-11-15  Jim Meyering  <jim@meyering.net>
32356
32357         * lib/closeout.c: Include "__fpending.h" once again.
32358         Include <stdbool.h>.
32359         (close_stdout): Don't fail just because stdout was closed initially,
32360         since some programs don't write to stdout in the normal course of
32361         operation (other than --version and --help), and we don't want this
32362         function to make e.g. `touch file >&-' fail.
32363         But do fail if it was closed and someone has tried to write to it.
32364         E.g., `printf foo >&-' must fail.
32365
32366 2004-11-13  Jim Meyering  <jim@meyering.net>
32367
32368         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
32369
32370 2004-11-12  Simon Josefsson  <jas@extundo.com>
32371
32372         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
32373         small doc fix is still pending.
32374
32375 2004-11-11  Simon Josefsson  <jas@extundo.com>
32376
32377         * modules/strtok_r: New file.
32378
32379         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32380         strtok_r.
32381
32382 2004-11-11  Simon Josefsson  <jas@extundo.com>
32383
32384         * m4/strtok_r.m4: New file.
32385
32386         * m4/getopt.m4: Replace opterr.
32387
32388 2004-11-11  Simon Josefsson  <jas@extundo.com>
32389
32390         * lib/strtok_r.h, strtok_r.c: New file.
32391
32392 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32393
32394         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
32395         of replacing opterr, getopt, etc.  This should handle the
32396         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
32397
32398 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32399
32400         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
32401         we can stop lying to compilers about the constness of argv when we
32402         are compiled outside glibc.
32403         (getopt, getopt_long, getopt_long_only): Use it.
32404         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
32405         _getopt_internal, getopt): Likewise.
32406         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
32407         _getopt_long_only_r): Likewise.
32408         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
32409         _getopt_long_r, _getopt_long_only_r): Likewise.
32410
32411         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
32412         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
32413         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
32414         the other external symbols.
32415         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
32416         declaration, since the above renaming now works around collisions.
32417
32418 2004-11-11  Jim Meyering  <jim@meyering.net>
32419
32420         * lib/linebreak.c: Remove trailing blanks.
32421         * lib/alloca_.h: Likewise.
32422         * lib/acosl.c: Likewise.
32423         * lib/euidaccess.c: Likewise.
32424         * lib/allocsa.h: Likewise.
32425
32426 2004-11-10  Simon Josefsson  <jas@extundo.com>
32427
32428         * m4/getaddrinfo.m4: New file.
32429
32430 2004-11-10  Simon Josefsson  <jas@extundo.com>
32431
32432         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
32433
32434 2004-11-10  Simon Josefsson  <jas@extundo.com>
32435
32436         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32437         getaddrinfo.
32438
32439         * modules/getaddrinfo: New file.
32440
32441 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32442
32443         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
32444
32445 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32446
32447         * lib/mktime.c (SHR): New macro, which is a portable
32448         substitute for >> that should work even on Crays.
32449         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
32450         Problem reported by Mark D. Baushke in
32451         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
32452         * lib/getdate.y (SHR): Likewise.
32453         (tm_diff): Use it.
32454         * lib/strftime.c (SHR): Likewise.
32455         (tm_diff): Use it.
32456         * lib/quotearg.c (struct quoting_options): Use unsigned int for
32457         quote_these_too, so that right shifts are well defined.  All uses
32458         changed.
32459
32460 2004-11-10  Jim Meyering  <jim@meyering.net>
32461
32462         Ensure that no close failure goes unreported.
32463         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
32464         return early when it seems there's nothing to flush.
32465         Don't include __fpending.h.
32466
32467 2004-11-10  Jim Meyering  <jim@meyering.net>
32468
32469         * modules/closeout (Depends-on): Remove fpending.
32470
32471 2004-11-10  Jim Meyering  <jim@meyering.net>
32472
32473         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
32474
32475 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32476
32477         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
32478         gl_FUNC_STRFTIME.
32479         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
32480         and AC_REQUIRE when possible, to avoid duplicate checks.
32481         Check for <wchar.h>.
32482
32483 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32484
32485         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
32486
32487 2004-11-09  Bruno Haible  <bruno@clisp.org>
32488
32489         * m4/sockpfaf.m4: New file.
32490
32491 2004-11-05  Bruno Haible  <bruno@clisp.org>
32492
32493         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
32494         Reported by Mark D. Baushke <mdb@cvshome.org>.
32495
32496 2004-11-04  Bruno Haible  <bruno@clisp.org>
32497
32498         2004-09-11  Bruno Haible  <bruno@clisp.org>
32499                 * allocsa.valgrind: New file.
32500         2004-02-06  Bruno Haible  <bruno@clisp.org>
32501                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
32502                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
32503                 Reported by Christopher Seip <chris.seip@hp.com>.
32504
32505 2004-11-04  Bruno Haible  <bruno@clisp.org>
32506
32507         * modules/allocsa (Files): Add lib/allocsa.valgrind.
32508         (Makefile.am): Distribute it.
32509
32510 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
32511
32512         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
32513         with errno == ERANGE if the buffer is too small.
32514         Problem reported by Mark D. Baushke.
32515
32516 2004-11-03  Albert Chin  <china@thewrittenword.com>
32517             Paul Eggert  <eggert@cs.ucla.edu>
32518
32519         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
32520         equivalent, substitute $ac_type for equivalent type rather than
32521         blindly using uint32_t *always* which won't work if uint32_t is not
32522         available.  Define _UINT32_T to work around typedef of uint32_t if
32523         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
32524         2.5.1.
32525
32526 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32527
32528         * m4/jm-macros.m4: Sync from coreutils.
32529         (gl_MACROS): Check for mbrlen, for pathchk.
32530         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
32531
32532 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32533
32534         * lib/xreadlink.c (MAXSIZE): New macro.
32535         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
32536         size does not exceed MAXSIZE.  Avoid cast.
32537         As suggested by Mark D. Baushke in
32538         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
32539         if readlink fails with buffer size just under MAXSIZE, try again
32540         with MAXSIZE.
32541
32542 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32543
32544         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
32545
32546 2004-11-02  Derek R. Price  <derek@ximbiot.com>
32547         and  Paul Eggert  <eggert@cs.ucla.edu>
32548
32549         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
32550         (get_date): Overparenthesize to avoid GCC warning.
32551
32552 2004-11-02  Bruno Haible  <bruno@clisp.org>
32553
32554         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
32555         returns void.
32556
32557 2004-11-02  Bruno Haible  <bruno@clisp.org>
32558
32559         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
32560         function returns void.
32561
32562 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32563
32564         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
32565         fflush_unlocked, flockfile, funlockfile, funlockfile,
32566         fputs_unlocked, putc_unlocked.
32567
32568 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32569
32570         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32571         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
32572         already declared.
32573
32574 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32575
32576         * modules/getdate (Files): Add doc/getdate.texi.
32577         (Depends-on): Add setenv, xalloc.
32578
32579 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32580
32581         * lib/getdate.y: Add support for TZ="foo" within a date string.
32582         Fix some bugs near time_t boundaries.  Reject dates with
32583         out-of-range components, e.g., "Sept 31".
32584         Include <stdlib.h>, "setenv.h", "xalloc.h".
32585         (ISDIGIT_LOCALE): Remove; unused.
32586         Note that the TZ and time functions used here are not reentrant.
32587         (mktime_ok, get_tz): New functions.
32588         (TZBUFSIZE): New constant.
32589         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
32590         This requires that we sometimes generate our own TZ="XXX..." setting.
32591
32592 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32593
32594         * doc/getdate.texi: New file, from coreutils with modifications for
32595         the new TZ parsing.
32596
32597 2004-10-27  Derek R. Price  <derek@ximbiot.com>
32598
32599         * lib/mktime.c (not_equal_tm): Remove redundant check.
32600
32601 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32602
32603         * modules/regex (lib_SOURCES): Add regex.c.
32604         Reported by James Youngman in
32605         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
32606
32607 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32608
32609         * lib/getdate.y: Use Bison 1.875 features, and some minor
32610         code cleanups.  This change does not affect semantics.
32611         Don't include <stdlib.h>; no longer needed.
32612         Don't include unlocked-io.h; only the "#if TEST" code uses
32613         stdio, and performance isn't crucial there.
32614         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
32615         Bison 1.875 features as described below.
32616         All uses of "PC." replaced by "pc->".
32617         (YYSTYPE): Add a forward declaration.
32618         (yylex, yyerror): Use full prototypes in forward decls.
32619         Use "%pure-parser" rather than obsolescent "%pure_parser".
32620         Use %parse-param and %lex-param instead of obsolescent
32621         YYPARSE_PARAM and YYLEX_PARAM.
32622         (meridian_table, month_and_day_table, time_units_table,
32623         relative_time_table, time_zone_table, military_table,
32624         lookup_zone, lookup_word, get_date):
32625         Use NULL instead of 0 where appropriate.
32626         (to_hour): Avoid abort (), to avoid a dependency on
32627         stdlib.h.
32628         (yyerror, yylex): Now accepts parser_control * arg.
32629         (main) [TEST]: Use '\0' rather than 0 for char.
32630
32631 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32632
32633         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
32634
32635 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32636
32637         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
32638         It's now the caller's responsibility to handle the case where
32639         !HAVE_GETPAGESIZE && !defined getpagesize.
32640
32641         * lib/mktime.c (leapyear): Arg is long int, not int.
32642
32643 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
32644
32645         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
32646
32647 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
32648
32649         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
32650         missing.  Problem reported by James Youngman.
32651
32652 2004-10-16  Simon Josefsson  <jas@extundo.com>
32653
32654         * gnulib-tool: Fix comments.  Fix parse problem.
32655         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
32656
32657 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
32658
32659         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
32660         implementation of getopt_long.  Problem reported by Alexander Taler in:
32661         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
32662
32663 2004-10-15  Bruno Haible  <bruno@clisp.org>
32664
32665         * gnulib-tool: Untabify. Initialize supplied_libname.
32666         (func_usage): More homogenous output.
32667         (func_modules_transitive_closure, func_modules_to_filelist,
32668         func_emit_lib_Makefile_am): New functions.
32669         (func_import): New function, extracted from big case statement. Use
32670         func_get_license, func_modules_transitive_closure,
32671         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
32672         opt_lgpl. Don't use test -a, as it's not portable.
32673         (func_create_testdir): Use func_modules_transitive_closure,
32674         func_modules_to_filelist, func_emit_lib_Makefile_am.
32675
32676 2004-10-15  Bruno Haible  <bruno@clisp.org>
32677
32678         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
32679
32680 2004-10-15  Bruno Haible  <bruno@clisp.org>
32681
32682         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
32683         the portions belonging to each module.
32684         Suggested by Derek Robert Price <derek@ximbiot.com>.
32685
32686 2004-10-12  Simon Josefsson  <jas@extundo.com>
32687
32688         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32689         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
32690         to real functions.
32691
32692 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32693
32694         * modules/vsnprintf: New file.
32695
32696 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32697
32698         * m4/vsnprintf.m4: New file.
32699
32700 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32701
32702         * lib/vsnprintf.h: New file.
32703         * lib/vsnprintf.c: New file.
32704
32705 2004-10-11  Bruno Haible  <bruno@clisp.org>
32706
32707         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
32708         vsnprintf.
32709
32710 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32711
32712         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
32713
32714 2004-10-07  Bruno Haible  <bruno@clisp.org>
32715
32716         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
32717         fits into the provided buffer.
32718
32719 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
32720
32721         * lib/diacrit.c, diacrit.h: Add GPL notice.
32722
32723         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
32724         notice.
32725         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
32726         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
32727         This avoids a potential constant-folding bug.
32728
32729 2004-10-05  Bruno Haible  <bruno@clisp.org>
32730
32731         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
32732         for the declaration of strsep.
32733
32734 2004-10-05  Bruno Haible  <bruno@clisp.org>
32735
32736         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
32737
32738 2004-10-04  Simon Josefsson  <jas@extundo.com>
32739
32740         * modules/memmem: New file.
32741         * tests/test-memmem.c: New file.
32742         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
32743
32744 2004-10-04  Simon Josefsson  <jas@extundo.com>
32745
32746         * m4/memmem.m4: New file.
32747
32748 2004-10-04  Simon Josefsson  <jas@extundo.com>
32749
32750         * lib/memmem.h: New file.
32751         * lib/memmem.c: New file, taken from glibc.
32752
32753 2004-10-04  Simon Josefsson  <jas@extundo.com>
32754
32755         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
32756         '#ifdef USE_UNLOCKED_IO'.
32757
32758 2004-10-04  Simon Josefsson  <jas@extundo.com>
32759
32760         * config/srclist.txt: Add memmem from glibc.
32761
32762 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32763
32764         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
32765
32766         * modules/argmatch, modules/argp, modules/closeout, modules/error,
32767         modules/exclude, modules/getdate, modules/getline,
32768         modules/getndelim2, modules/getpass, modules/getpass-gnu,
32769         modules/getusershell, modules/linebuffer, modules/md5,
32770         modules/mountlist, modules/posixtm, modules/readtokens,
32771         modules/readutmp, modules/regex, modules/sha1,
32772         modules/version-etc, modules/yesno:
32773         Remove dependency on unlocked-io.
32774
32775 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32776
32777         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
32778
32779         * m4/unlocked-io.m4: Add copyright notice.
32780         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
32781
32782 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32783
32784         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
32785         * lib/xmalloc.c (xmemdup): Likewise.
32786         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
32787         XFREE): Remove these long-obsolescent macros.
32788         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
32789         * lib/xstrdup.c: Remove.
32790
32791         * lib/regex.c (re_comp): Cast gettext return value to char *,
32792         Problem reported by Martin Neitzel via Mark D. Baushke.
32793
32794 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
32795
32796         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
32797         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
32798         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
32799         regex.c, sha1.c, version-etc.c, yesno.c:
32800         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
32801         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
32802         the includer's responsibility.
32803
32804         Sync from coreutils.
32805
32806         * lib/modechange.c (mode_compile): Don't decrement a pointer that
32807         points to the start of a string, as the C Standard says the
32808         resulting behavior is undefined.
32809
32810         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
32811         simple -> simple_backups, numbered_existing ->
32812         numbered_existing_backups, numbered -> numbered_backups
32813         to avoid shadowing problems.  All uses changed.
32814         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
32815         * lib/backupfile.c (check_extension, numbered_backup):
32816         Rename locals to avoid shadowing 'basename'.
32817         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
32818         once.
32819
32820         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
32821         * lib/.cvsignore: Add getopt.h.
32822
32823 2004-10-04  Bruno Haible  <bruno@clisp.org>
32824
32825         * modules/README: New file.
32826         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
32827         not a module.
32828
32829 2004-10-02  Jim Meyering  <jim@meyering.net>
32830
32831         * lib/dirfd.h, getpagesize.h: Add copyright notice.
32832
32833 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32834
32835         * modules/strsep: New file.
32836
32837 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32838
32839         * m4/strsep.m4: New file.
32840
32841 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32842
32843         * lib/strsep.h: New file.
32844         * lib/strsep.c: New file.
32845
32846 2004-10-01  Simon Josefsson  <jas@extundo.com>
32847
32848         * lib/snprintf.c (snprintf): Handle size==0.
32849
32850 2004-10-01  Simon Josefsson  <jas@extundo.com>
32851             Bruno Haible  <bruno@clisp.org>
32852
32853         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
32854         (snprintf): Declare 'args'.
32855
32856 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
32857
32858         * lib/snprintf.c: Remove comments as to why each header is needed.
32859
32860 2004-10-01  Bruno Haible  <bruno@clisp.org>
32861
32862         * MODULES.html.sh: Add strsep.
32863
32864 2004-09-30  Simon Josefsson  <jas@extundo.com>
32865
32866         * modules/snprintf: New file.
32867
32868 2004-09-30  Simon Josefsson  <jas@extundo.com>
32869
32870         * m4/snprintf.m4: New file.
32871
32872 2004-09-30  Simon Josefsson  <jas@extundo.com>
32873
32874         * lib/snprintf.h, lib/snprintf.c: New files.
32875
32876 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32877
32878         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
32879         (hol_entry_help): Never translate an empty string.
32880         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
32881         * lib/argp.h (OPTION_NO_TRANS): New option.
32882
32883 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32884
32885         * modules/argp (Maintainer): Replace Simon Josefsson
32886         by Sergey Poznyakoff.
32887
32888 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32889
32890         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
32891         changes merged back into glibc.
32892
32893 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
32894
32895         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
32896
32897 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32898
32899         * lib/xvasprintf.c: Include xalloc.h.
32900         (xvasprintf): Use xalloc_die, not xmalloc_die.
32901
32902 2004-09-29  Bruno Haible  <bruno@clisp.org>
32903
32904         * modules/alloca-opt: New file, derived from modules/alloca.
32905         * modules/allocsa: Depend on alloca-opt instead of alloca.
32906         * modules/setenv: Likewise.
32907         * modules/vasnprintf: Likewise.
32908         * MODULES.html.sh: Add alloca-opt.
32909
32910 2004-09-28  Simon Josefsson  <jas@extundo.com>
32911
32912         * gnulib-tool: New parameter --lgpl, to asseert that modules are
32913         LGPL, and to replace license template from GPL to LGPL.
32914
32915 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
32916
32917         * modules/dummy: Change license to LGPL.
32918
32919 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
32920
32921         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
32922
32923 2004-09-24  Simon Josefsson  <jas@extundo.com>
32924
32925         * modules/minmax (License): Change from GPL to LGPL.
32926
32927 2004-09-23  Simon Josefsson  <jas@extundo.com>
32928
32929         * gnulib-tool (--import): Typo.
32930
32931 2004-09-23  Simon Josefsson  <jas@extundo.com>
32932
32933         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
32934
32935 2004-09-22  Bruno Haible  <bruno@clisp.org>
32936
32937         * modules/*: Add 'License' field.
32938         * gnulib-tool: Accept --extract-license option.
32939         (func_get_license): New function.
32940
32941 2004-09-21  Bruno Haible  <bruno@clisp.org>
32942
32943         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
32944         Reported by Simon Josefsson.
32945
32946 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32947
32948         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
32949         gl_AC_TYPE_LONG_LONG.
32950
32951 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
32952
32953         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
32954
32955 2004-09-18  Simon Josefsson  <jas@extundo.com>
32956         and  Paul Eggert  <eggert@cs.ucla.edu>
32957
32958         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
32959         calls with autoreconf.  Define GL_LIB.
32960
32961 2004-09-14  Karl Berry  <karl@gnu.org>
32962
32963         * config/srclist.txt: unsync setenv.c, sigh.
32964
32965 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
32966
32967         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
32968         Problem reported by Bruno Haible in:
32969         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
32970
32971 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
32972
32973         * config/srclist.txt: Comment out argp-pvh.c.
32974
32975 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
32976
32977         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
32978         in case some system header has #define'd it.  Problem reported by
32979         Soeren D. Schulze in
32980         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
32981
32982 2004-09-09  Karl Berry  <karl@gnu.org>
32983
32984         * regex.[ch]: delete from the root.  These were supposed to be
32985                 synced with emacs cvs, but this has not happened for about
32986                 a year, and anyway nothing else uses emacs regex.[ch].
32987                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
32988                 lib/regex[.ch] is untouched.
32989
32990 2004-09-09  Bruno Haible  <bruno@clisp.org>
32991
32992         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
32993
32994 2004-09-09  Bruno Haible  <bruno@clisp.org>
32995
32996         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
32997         modifications.
32998         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
32999
33000 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33001
33002         * modules/xvasprintf: New file.
33003         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
33004
33005 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33006
33007         * lib/xvasprintf.h: New file.
33008         * lib/xvasprintf.c: New file.
33009         * lib/xasprintf.c: New file.
33010
33011 2004-09-08  Bruno Haible  <bruno@clisp.org>
33012
33013         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
33014
33015 2004-09-08  Bruno Haible  <bruno@clisp.org>
33016
33017         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
33018         length is > INT_MAX.
33019         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
33020         more.
33021
33022 2004-09-08  Bruno Haible  <bruno@clisp.org>
33023
33024         * lib/stdint_.h: New file, taken from GNU clisp.
33025
33026 2004-09-08  Bruno Haible  <bruno@clisp.org>
33027             Oskar Liljeblad  <oskar@osk.mine.nu>
33028
33029         * modules/stdint: New file.
33030         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
33031
33032 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33033
33034         Import from coreutils.
33035         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
33036         strings on unbounded length.  alloca's performance benefits aren't
33037         that important here.
33038         (V_STRDUP): Remove.
33039         (parse_with_separator): New function, with most of the internals
33040         of the old parse_user_spec.  Allow user to omit both user and group,
33041         for compatibility with FreeBSD.
33042         Clone only the user name, not the entire spec.
33043         Do not set *uid, *gid unless entirely successful.
33044         Avoid memory leak in some failing cases.
33045         Fix regression for USER.GROUP reported by Dmitry V. Levin in
33046         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
33047         (parse_user_spec): Rewrite to use parse_with_separator.
33048
33049 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33050
33051         * modules/userspec: Don't depend on alloca.
33052
33053 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33054
33055         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
33056
33057 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33058
33059         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
33060         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
33061         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
33062
33063 2004-08-16  Simon Josefsson  <jas@extundo.com>
33064
33065         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
33066         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
33067         Add --dry-run for --import.
33068         Let user provided command line parameters override configure.ac
33069         settings.
33070
33071 2004-08-12  Simon Josefsson  <jas@extundo.com>
33072
33073         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
33074         as discussed with Paul Eggert in threads rooted at
33075         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
33076         and
33077         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
33078         Before, the test was empty, and relied on ELIDE_CODE in source
33079         code.)
33080         (gl_PREREQ_GETOPT): New macro.
33081         (gl_GETOPT): Use them.
33082
33083 2004-08-12  Simon Josefsson  <jas@extundo.com>
33084
33085         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
33086         * lib/getopt_.h: Renamed from getopt.h.
33087
33088 2004-08-12  Simon Josefsson  <jas@extundo.com>
33089
33090         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
33091         Change default library name from libfoo to libgnu.
33092         Now, if you have a configure.ac that says:
33093                 gl_SOURCE_BASE(gl)
33094                 gl_M4_BASE(gl/m4)
33095                 gl_MODULES(error getopt etcetera)
33096                 gl_INIT
33097         you can import all you need by running:
33098                 ../gnulib/gnulib-tool --import
33099
33100         * modules/getopt (Files): Rename getopt.h to getopt_.h.
33101         (Makefile.am): Rewrite, use logic from argz.
33102         (Include): Use <getopt.h> instead of "getopt.h".
33103
33104 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33105
33106         * modules/argp (Files): Add m4/unlocked-io.m4.
33107         (Depends-on): Add extensions.
33108
33109 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33110
33111         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
33112         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
33113         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
33114         Check for program_invocation_name, program_invocation_short_name,
33115         flockfile, funlockfile, features.h, _getopt_long_only_r.
33116
33117 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33118
33119         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
33120         its complicated substitute.
33121         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
33122         and program_invocation_name.
33123         (__argp_basename) [!_LIBC]: Remove; the only use was
33124         replaced by its body.
33125         (__argp_short_program_name): Change condition from
33126         !defined __argp_short_program_name to
33127         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
33128         to match argp-namefrob.h.
33129         (__argp_failure): Don't assume strerror_r returns char *.
33130         * lib/argp-parse.c (N_): Define unconditionally.
33131         (argp_default_options): Fill out initializers with 0 to avoid
33132         gcc warnings.
33133
33134 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33135
33136         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
33137         getopt1.c.
33138
33139 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33140
33141         Merge from coreutils.
33142
33143         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
33144
33145         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
33146         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
33147
33148 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33149
33150         Merge from coreutils.
33151
33152         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
33153         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
33154         for Reliant Unix 5.43.
33155
33156         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
33157         (union fooround): Use uintmax_t, not long int.
33158         The rest is a merge from libc:
33159         [defined _LIBC]: Include <shlib-compat.h>.
33160         (_obstack) [defined _LIBC]: Remove after 2.3.4.
33161
33162         * lib/settime.c (settime): Recode to avoid warning with
33163         Sun Forte C 6U2.
33164
33165         * lib/strverscmp.c: Convert to UTF-8.
33166
33167 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33168
33169         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33170         m4/uintmax_t.m4.
33171
33172 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33173
33174         * modules/xalloc-die: New file.
33175         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
33176
33177         * modules/md5 (Files): Add m4/uint32_t.m4.
33178         * modules/sha1: Renamed from modules/sha.
33179         (Files):
33180         Rename lib/sha.h to lib/sha1.h.
33181         Rename lib/sha.c to lib/sha1.c.
33182         Rename m4/sha.m4 to m4/sha1.m4.
33183         (lib_SOURCES): Likewise.
33184         (configure.ac): Rename gl_SHA to gl_SHA1.
33185         (Include): sha.h -> sha1.h.
33186
33187 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33188
33189         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
33190         * m4/sha1.m4: Renamed from sha.m4.
33191         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
33192
33193 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33194
33195         * lib/obstack.h (obstack_empty_p):
33196         Don't assume that chunk->contents is suitably aligned.
33197         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
33198         Likewise. Problem reported by Benno in
33199         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
33200
33201         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
33202         readable.  This could be improved further but it'd take some work.
33203
33204 2004-08-08  Simon Josefsson  <jas@extundo.com>
33205
33206         * modules/xgethostname (Depends-on): Remove exit and error (not
33207         used).
33208
33209         * modules/getpass-gnu: Add getpass.h.
33210         (Depends-on): Add stdbool.
33211         * modules/getpass: Add getpass.h.
33212
33213 2004-08-08  Simon Josefsson  <jas@extundo.com>
33214
33215         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
33216         Check getpass declaration.
33217
33218 2004-08-08  Simon Josefsson  <jas@extundo.com>
33219
33220         * lib/xgethostname.c: Don't include error.h (not used).
33221
33222         * lib/getpass.h: Add.
33223         * lib/getpass.c: Include getpass.h first.
33224
33225 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
33226
33227         * lib/xalloc-die.c: New file.
33228         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
33229         All uses removed.
33230         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
33231         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
33232         xalloc-die.c.
33233         (_, N_, xalloc_die): Move to xalloc-die.c.
33234         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
33235         so that we needn't mess with xalloc_msg_memory_exhausted.
33236
33237         * lib/sha1.h: Renamed from sha.h.
33238         (SHA1_H): Renamed from _SHA_H.
33239         (sha1_ctx): Renamed from sha_ctx.
33240         (sha1_init_ctx): Renamed from sha_init_ctx.
33241         (sha1_process_block): Renamed from sha_process_block.
33242         (sha1_process_bytes): Renamed from sha_process_bytes.
33243         (sha1_finish_ctx): Renamed from sha_finish_ctx.
33244         (sha1_read_ctx): Renamed from sha_read_ctx.
33245         (sha1_stream): Renamed from sha_stream.
33246         (sha1_buffer): Renamed from sha_buffer.
33247         * lib/sha1.c: Likewise; renamed from sha.c.
33248         Do not include <sys/types.h>.
33249         Include <stddef.h> rather than <stdlib.h>.
33250
33251 2004-08-08  Bruno Haible  <bruno@clisp.org>
33252
33253         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
33254         FILESYSTEM_PREFIX_LEN.
33255         * lib/progreloc.c: Likewise.
33256         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
33257
33258 2004-08-06  Simon Josefsson  <jas@extundo.com>
33259
33260         * modules/progname (Depends-on): Don't depend on stdbool.
33261
33262 2004-08-06  Simon Josefsson  <jas@extundo.com>
33263
33264         * modules/getsubopt: New file.
33265         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33266         getsubopt.
33267
33268 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33269
33270         More merge from coreutils.
33271
33272         * m4/utimens.m4, m4/utimecmp.m4: New files.
33273         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
33274         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
33275         prereq.m4, sha.m4: Import changes from coreutils.
33276
33277 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33278
33279         More merge from coreutils.
33280         * modules/raise, modules/readtokens0, modules/utimens:
33281         * modules/utimecmp, module/xnanosleep: New files.
33282         * modules/strftime: Add lib/strftime.h.
33283         Change include from <time.h> to "strftime.h".
33284         * modules/yesno: Add lib/yesno.h.
33285         * modules/backupfile: Remove lib/addext.c.
33286         * modules/euidaccess: Add stat-macros.h.
33287         * modules/canonicalize, modules/euidaccess,
33288         modules/filemode, modules/lchown, modules/makepath,
33289         modules/rmdir, modules/stat: Likewise.
33290
33291 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33292
33293         Merge from tar.
33294         * lib/argp-help.c (make_hol, hol_append): Don't assume that
33295         SIZE_MAX is a valid preprocessor constant.
33296         (__argp_basename): Change from "#ifndef _LIBC"
33297         to "#ifndef __argp_short_program_name", so that
33298         we don't compile these functions for tar.
33299
33300         More merges from coreutils.
33301         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
33302         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
33303         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
33304         * lib/addext.c: Remove; no longer needed.
33305         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
33306         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
33307         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
33308         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
33309         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
33310         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
33311         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
33312         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
33313         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
33314         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33315         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
33316         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
33317         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
33318         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
33319         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
33320         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
33321         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
33322         Import changes from coreutils.
33323
33324 2004-08-05  Simon Josefsson  <jas@extundo.com>
33325
33326         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
33327
33328 2004-08-05  Simon Josefsson  <jas@extundo.com>
33329
33330         * m4/getsubopt.m4: New file.
33331
33332 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33333
33334         Merge from coreutils.
33335
33336         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
33337         * m4/getcwd-path-max.m4: New files.
33338
33339         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
33340         FILESYSTEM_PREFIX_LEN ->
33341         FILE_SYSTEM_PREFIX_LEN.
33342         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
33343         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
33344         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
33345         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
33346
33347         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
33348         prerequisite modules now handle the DOS stuff.
33349         Don't check for unistd.h.
33350
33351 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33352
33353         Merge from coreutils.
33354
33355         * lib/.gdb-history: Remove; this doesn't belong here.
33356
33357         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
33358         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
33359         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
33360         * lib/getcwd.c: New files.
33361
33362         * lib/dirname.h: Include <stdbool.h>.
33363         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
33364         for consistency with POSIX terminology.  All uses changed.
33365         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
33366         (strip_trailing_slashes): Use bool for booleans.
33367         * lib/stripslash.c (strip_trailing_slashes): Likewise.
33368
33369         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
33370         sometimes returns a positive errno value even when it succeeds.
33371         (print_errno_message) [!LIBC]: Fall back on strerror if
33372         __strerror_r fails.
33373
33374         * lib/path-concat.c (mempcpy): Don't define if a system header defines
33375         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
33376         (longest_relative_suffix): New function.
33377         (path_concat): Use it.  Assume first argument is not NULL.
33378         Port to DOS.  Omit redundant separators.
33379         Report an error instead of returning NULL.
33380         Use mempcpy instead of memcpy.
33381         (xpath_concat): Remove: not declared or used.
33382
33383         * lib/same.h: Include <stdbool.h>
33384         (same_name): Return bool, not int.
33385         * lib/same.c (same_name): Likewise.
33386         (errno): Don't declare; we assume C89 or better now.
33387
33388         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
33389         if not already defined.
33390
33391         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
33392         * lib/dup-safer.c (errno): Likewise.
33393
33394 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33395
33396         Merge from coreutils.
33397         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
33398         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
33399         * modules/path-concat: Don't depend on strdup.
33400
33401 2004-08-03  Simon Josefsson  <jas@extundo.com>
33402
33403         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
33404         * lib/progname.h: Don't include stdbool.h.
33405
33406 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33407
33408         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
33409         * MODULES.html.sh (func_all_modules): Remove fatal.
33410
33411 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33412
33413         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
33414
33415 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33416
33417         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
33418         working.
33419
33420 2004-08-02  Simon Josefsson  <jas@extundo.com>
33421
33422         * lib/getsubopt.h: New file, with comments from Bruno Haible.
33423         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
33424         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
33425
33426 2004-08-01  Simon Josefsson  <jas@extundo.com>
33427
33428         * lib/xgetdomainname.c: Include stdlib.h, for free().
33429
33430 2004-07-19  Bruno Haible  <bruno@clisp.org>
33431
33432         * MODULES.html.sh (func_all_modules): Add dummy.
33433
33434 2004-07-16  Simon Josefsson  <jas@extundo.com>
33435
33436         * modules/dummy: New file.
33437
33438 2004-07-16  Simon Josefsson  <jas@extundo.com>
33439
33440         * lib/dummy.c: New file.
33441
33442 2004-07-16  Bruno Haible  <bruno@clisp.org>
33443
33444         * lib/backupfile.h: Add extern "C" for C++.
33445         * lib/closeout.h: Likewise.
33446         * lib/copy-file.h: Likewise.
33447         * lib/findprog.h: Likewise.
33448         * lib/full-write.h: Likewise.
33449         * lib/pathname.h: Likewise.
33450         * lib/progname.h: Likewise.
33451         * lib/stpcpy.h: Likewise.
33452         * lib/stpncpy.h: Likewise.
33453         * lib/strcase.h: Likewise.
33454         * lib/strstr.h: Likewise.
33455         * lib/xalloc.h: Likewise.
33456
33457         * lib/mbswidth.h: Add extern "C" for C++.
33458         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
33459
33460 2004-07-13  Robert Millan  <robertmh@gnu.org>
33461
33462         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
33463
33464 2004-07-09  Simon Josefsson  <jas@extundo.com>
33465
33466         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
33467         failed without this.)
33468
33469 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33470
33471         * modules/chown (Files): Add lib/fchown-stub.c, since
33472         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
33473
33474 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33475
33476         * lib/fchown-stub.c: New file.
33477
33478 2004-06-24  Jim Meyering  <jim@meyering.net>
33479
33480         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
33481
33482 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33483
33484         * modules/argz: Omit "#include".
33485
33486         * MODULES.html.sh (func_all_modules): Add calloc, to match
33487         2004-06-01 addition of calloc module.
33488
33489 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33490
33491         * m4/argz.m4: New file, which is autoupdated from libtool.
33492
33493 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33494
33495         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
33496         libtool.
33497
33498 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33499
33500         * config/srclist-update: Don't insist on "USA." before the
33501         close-comment, as libtool omits the period and puts the */ on a
33502         separate line.
33503         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
33504         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
33505
33506 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
33507
33508         * modules/argz: New file.
33509         * MODULES.html.sh (func_all_modules): Add argz.
33510
33511 2004-06-12  Jim Meyering  <jim@meyering.net>
33512         and  Paul Eggert  <eggert@cs.ucla.edu>
33513
33514         * modules/hash (Files): Add lib/xalloc.h.
33515         * modules/pipe (Depends-on): Add wait-process.
33516         * modules/stat (Depends-on): Add xalloc.
33517         * modules/userspec (Files): Add lib/userspec.h.
33518         * modules/xstrto
33519
33520         Upgrade from gettext-0.13.
33521         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
33522         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
33523         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
33524
33525 2004-06-10  Jim Meyering  <jim@meyering.net>
33526
33527         * lib/calloc.c: New file.
33528
33529 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33530
33531         * lib/getdate.y (yylex): Allow space between sign and number.
33532         Problem reported by Dan Jacobson.
33533
33534 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33535
33536         Merge from coreutils CVS.
33537
33538         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
33539         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
33540         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
33541         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
33542         xstrtol.m4: Fix copyright date and/or serial number.
33543
33544         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
33545         See if we need an fchown replacement.
33546         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
33547         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
33548         and use the replacement function if we detect either defect.
33549
33550         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
33551         gl_UTIMECMP.
33552
33553 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33554         and  Jim Meyering  <jim@meyering.net>
33555
33556         Merge from coreutils CVS.
33557
33558         * lib/stat-macros.h: New file, with contents from file-type.h
33559         and coreutils' system.h.
33560         * lib/file-type.c: Include "stat-macros.h".
33561         * lib/file-type.h (file_type): Move all macro definitions to new file,
33562         stat-macros.h.
33563
33564         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
33565         Wrap old code with this conditional.
33566         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
33567         function that does not dereference symlinks.
33568         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
33569
33570         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
33571         dependency problems.
33572         (xreadlink): Accept new arg SIZE, for efficiency.
33573         All decls and uses changed.
33574         * lib/xreadlink.h: Include <stddef.h>, for size_t.
33575
33576         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
33577         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
33578
33579         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
33580         sysexits.h.
33581
33582 2004-06-01  Jim Meyering  <jim@meyering.net>
33583
33584         * m4/calloc.m4: New file.
33585
33586 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
33587
33588         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
33589         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
33590         Also, fix a typo in a diagnostic.
33591
33592 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33593
33594         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
33595         or AC_FUNC_REALLOC.
33596
33597 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33598
33599         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
33600         macros to be defined.
33601         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
33602         the allocator returns NULL because the requested size is zero.
33603
33604 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33605
33606         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
33607         var.  Add comment explaining why libc still defines it.  This
33608         merges the following patch from glibc:
33609         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
33610
33611 2004-05-20  Andreas Schwab  <schwab@suse.de>
33612
33613         * m4/free.m4: Replace free if it not known to work, not the other
33614         way round.
33615
33616 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33617
33618         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
33619         present in glibc since revision 1.1 of this file.
33620         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
33621         obstack_alignment_mask, obstack_alloc, obstack_base,
33622         obstack_blank, obstack_blank_fast, obstack_chunk_size,
33623         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
33624         obstack_grow0, obstack_init, obstack_int_grow,
33625         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
33626         obstack_next_free, obstack_object_size, obstack_ptr_grow,
33627         obstack_ptr_grow_fast, obstack_room): Remove declarations of
33628         nonexistent functions.
33629
33630 2004-05-18  Karl Berry  <karl@gnu.org>
33631
33632         * config/srclist.txt: break link for vasnprintf.c.
33633
33634 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33635
33636         Port obstack to the AS/400, where pointers are 16 bytes wide and
33637         you cannot cast an integer to a valid pointer.  This patch is
33638         currently waiting to be integrated into glibc; see
33639         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
33640
33641         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
33642         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
33643         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
33644         (struct obstack): temp member is now a union of a pointer and
33645         an integer, instead of an integer.  All integer uses changed.
33646         This does not affect the physical layout of struct obstack,
33647         except on hosts (like the AS/400) where the size or alignment of
33648         void * is greater than that of ptrdiff_t.
33649         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
33650         __STDC__)]: Store temporary in pointer member of union, not
33651         integer member.
33652         * lib/obstack.c: Include <stddef.h>, for offsetof.
33653         (struct fooalign): Remove; it doesn't need a name.
33654         (union fooround): Change double to long double, and add void *.
33655         (DEFAULT_ALIGNMENT): Use offsetof to compute.
33656         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
33657         not a macro.  Hence the values are always int; so remove all
33658         casts-to-int in uses.
33659
33660 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33661
33662         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
33663         we can get this patch merged into glibc.
33664
33665 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33666             Paul Eggert  <eggert@cs.ucla.edu>
33667
33668         * m4/argp: Depend on alloca.
33669
33670 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33671             Paul Eggert  <eggert@cs.ucla.edu>
33672
33673         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
33674         freecoding.
33675
33676 2004-05-17  Bruno Haible  <bruno@clisp.org>
33677
33678         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
33679         precision that consists of a '.' followed by an empty digit string.
33680         Patch by Tor Lillqvist <tml@iki.fi>.
33681
33682 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33683
33684         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
33685         for backward compatibility with older code.  We need our own
33686         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
33687         it under some other name, and our alloca.h will define it.
33688
33689 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33690             Derek Price  <derek@ximbiot.com>
33691
33692         * lib/alloca.c: Include <alloca.h>, to get our interface.
33693         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
33694         include <alloca.h> first.  Use C89 prototype for alloca; this
33695         requires including <stddef.h> for size_t.  Use extern "C" if C++.
33696         Use #elif for simplicity, since we can assume C89 now.
33697         Don't try to source the system alloca.h since it will not be found
33698         and to prevent recursively including its replacement.
33699         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
33700         * lib/regex.c: Likewise.
33701
33702 2004-05-16  Derek Price  <derek@ximbiot.com>
33703             Paul Eggert  <eggert@cs.ucla.edu>
33704
33705         getline cleanup.  This changes the getndelim2 API: both order of
33706         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
33707         no delimiter).
33708
33709         * lib/getline.c: Don't include stddef.h or stdio.h, since our
33710         interface does that.
33711         (getline): Always use getdelim, so that we don't have two
33712         copies of this code.
33713         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
33714         if available.
33715         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
33716         (GETNDELIM2_MAXIMUM): New macro.
33717         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
33718         instead of the old practice of delim2==0.  All callers changed.
33719         Return -1 on overflow, instead of returning junk.
33720         Do not set *linesize unless allocation succeeds.
33721         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
33722         that we include sys/types.h.
33723         * lib/getnline.h: Likewise.
33724         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
33725         (getndelim2): Reorder arguments.
33726         * lib/getnline.c (getnline, getndelim):
33727         Don't discard the NMAX argument.
33728         (getnline): Invoke getndelim, to avoid code duplication.
33729         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
33730         of (size_t) -1 by callers of the getnline family.
33731
33732 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33733
33734         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
33735         Check for gettimeofday.
33736         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
33737         Check for settimeofday, stime.
33738
33739 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33740
33741         * lib/nanosleep.c (suspended): Change its type from int to
33742         sig_atomic_t volatile.
33743         (first_call): Make it private to rpl_nanosleep, and have it
33744         be zero initially as that's a bit faster.
33745         (my_usleep): Round up fractional times instead of truncating them,
33746         as this is the usual meaning for 'sleep'.
33747
33748         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
33749         doesn't work.
33750         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
33751         (ENOSYS): Define if not defined.
33752         (settime): Fall back on stime if it exists and settimeofday fails.
33753         But don't bother with fallbacks if a method fails with errno == EPERM.
33754
33755 2004-05-11  Jim Meyering  <jim@meyering.net>
33756
33757         Prior to this change, the save_cwd caller required read access to the
33758         current directory on most systems (ones with the fchdir function).
33759
33760         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
33761         fails, try write-only, and finally, resort to using xgetcwd.
33762
33763 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33764
33765         * lib/obstack.c, obstack.h: Import changes from libc.
33766
33767 2004-04-28  Bruno Haible  <bruno@clisp.org>
33768
33769         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
33770         also implicitly appends .exe to executables.
33771         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
33772         accepts Windows pathnames.
33773         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
33774         Treat Cygwin like Windows, since it now accepts Windows pathnames.
33775         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
33776         Treat Cygwin like Windows, since it now accepts Windows pathnames.
33777         Reported by Derek Robert Price <derek@ximbiot.com>.
33778
33779 2004-04-21  Karl Berry  <karl@gnu.org>
33780
33781         * config/srclist.txt (localcharset.c): break sync.
33782
33783 2004-04-20  Paul Eggert  <eggert@twinsun.com>
33784
33785         * m4/host-os.m4: Add a copyright notice.
33786
33787 2004-04-20  Jim Meyering  <jim@meyering.net>
33788
33789         Change UTILS_ to gl_ in AC_DEFINE'd names.
33790         Change utils_- and jm_-prefixed variables, too.
33791         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
33792         UTILS_FUNC_MKDIR_TRAILING_SLASH.
33793         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
33794
33795         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
33796         Don't emit trailing blanks.
33797         Also rename jm_-prefixed variables to have gl_ prefix.
33798
33799         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
33800         Also rename jm_-prefixed variables to have gl_ prefix.
33801
33802         * m4/jm-macros.m4: Reflect the renamings.
33803         * m4/prereq.m4: Likewise.
33804
33805 2004-04-20  Jim Meyering  <jim@meyering.net>
33806
33807         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
33808         memory.
33809
33810 2004-04-20  Jim Meyering  <jim@meyering.net>
33811             Bruno Haible  <bruno@clisp.org>
33812
33813         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
33814         memory when realloc fails.
33815
33816 2004-04-19  Jim Meyering  <jim@meyering.net>
33817
33818         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
33819         now that readutmp.c may call `free (0)'.
33820
33821 2004-04-19  Bruno Haible  <bruno@clisp.org>
33822
33823         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
33824         * m4/inttypes_h.m4: Likewise.
33825         * m4/stdint_h.m4: Likewise.
33826         * m4/intmax_t.m4: Likewise.
33827         * m4/uintmax_t.m4: Likewise.
33828
33829 2004-04-18  Jim Meyering  <jim@meyering.net>
33830
33831         * m4/prereq.m4: Don't forbid jm_ prefix.
33832
33833         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
33834         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
33835         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
33836         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
33837         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
33838         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
33839         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
33840         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
33841         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
33842         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
33843         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
33844         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
33845         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
33846         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
33847         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
33848         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
33849         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
33850         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
33851         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
33852
33853 2004-04-18  Jim Meyering  <jim@meyering.net>
33854
33855         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
33856         failure, don't leak memory and do call END_UTMP_ENT.
33857
33858 2004-04-16  Jim Meyering  <jim@meyering.net>
33859
33860         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
33861         coreutils' stat program.
33862         (gl_PREREQ): Don't require jm_PREREQ_STAT.
33863
33864 2004-04-11  Paul Eggert  <eggert@twinsun.com>
33865
33866         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
33867         C89.
33868         (CHAR_BIT): Remove, since we assume C89.
33869         Include <stdint.h> if available, as per current Autoconf CVS advice.
33870
33871 2004-03-31  Jim Meyering  <jim@meyering.net>
33872
33873         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
33874         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
33875         * m4/xalloc.m4: Likewise.
33876
33877 2004-03-30  Paul Eggert  <eggert@twinsun.com>
33878
33879         Merge from coreutils.
33880
33881         * m4/inttostr.m4: New file.
33882         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
33883         Require AM_STDBOOL_H and gl_TIMESPEC instead.
33884         Require gl_CLOCK_TIME.
33885         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
33886
33887 2004-03-30  Paul Eggert  <eggert@twinsun.com>
33888
33889         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
33890         not bool, to be more consistent with Unix conventions.
33891         Suggested by Bruno Haible.
33892
33893         Merge from coreutils.
33894
33895         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
33896         * lib/umaxtostr.c: New files.
33897
33898         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
33899         the usual <time.h> dance.
33900         (get_date): Change signature to support fractional time stamps.
33901         All callers changed.
33902         * lib/getdate.y: Include "getdate.h" first, as we can now
33903         assume C89 and don't need to worry about 'const'.
33904         Similarly, include "unlocked-io.h" near start, not in middle.
33905         Include <limits.h>.
33906         (textint.value): Use long int rather than int.
33907         (textint.digits): Use size_t rather than int.
33908         (BILLION, LOG10_BILLION): New constants.
33909         (parser_control): New member rel_ns.  Members day_ordinal,
33910         time_zone, month, day, hour, minutes, rel_year, rel_month,
33911         rel_day, rel_hour, rel_minutes, rel_seconds
33912         are now long int, not int.  Member seconds is now struct timespec,
33913         not int.  New member timespec_seen.  Members dates_seen, days_seen,
33914         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
33915         not int.
33916         (%union.intval): Now long int, not int.
33917         New member timespec.
33918         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
33919         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
33920         (spec): Now is a timespec or an item list.
33921         (timespec, items): New nonterminals.
33922         (time, rel, relunit, number, get_date):
33923         Add support for fractional seconds.
33924         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
33925         (gmtime, localtime, mktime): Remove decls; not needed with C89.
33926         (to_hour): First arg is now long int, not int.
33927         (to_year): Returns long int, not int.
33928         Don't treat year -70 like 70.
33929         (tm_diff): Returns long int, not int.
33930         (lookup_word): Use bool instead of int when appropriate.
33931         (yylex): Use size_t for count, not int.
33932         Detect overflow when parsing large integer constants.
33933         Add support for fractions.
33934         (get_date): Make pointers 'const' if possible.
33935         Use more-portable code to detect integer overflow.
33936         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
33937         Don't use ctime; it's not reliable if the year has >4 digits.
33938
33939         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
33940         This is for compatibility with BSD.
33941
33942         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
33943         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
33944         From coreutils' system.h.
33945
33946         * lib/userspec.c: Don't include "posixver.h".
33947         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
33948         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
33949         compatible extension.  Simplify code by removing a boolean int
33950         that was always nonzero if a string was nonnull.
33951
33952 2004-03-30  Jim Meyering  <jim@meyering.net>
33953
33954         Merge from coreutils.
33955
33956         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
33957         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
33958         on some systems one must include <grp.h> before it.
33959         Reported by Christian Krackowizer.
33960
33961 2004-03-30  Jim Meyering  <jim@meyering.net>
33962
33963         Merge from coreutils.
33964
33965         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
33966
33967         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
33968         an empty input stream.
33969
33970         * lib/readtokens.c: Include <stdbool.h>.
33971         (readtoken): Use `size_t' rather than int/long.
33972         All callers adjusted.
33973         Use `bool' rather than `int' where appropriate.
33974         Use memset rather than an explicit loop.
33975         Use x2nrealloc rather than xrealloc.
33976         Allow the use of `\0' as a delimiter.
33977         (readtokens): Likewise.
33978         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
33979
33980 2004-03-30  Jim Meyering  <jim@meyering.net>
33981
33982         * m4/realloc.m4: Remove file, since now it does no more than
33983         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
33984         the `configure.ac' section of module/realloc.
33985         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
33986
33987 2004-03-30  Bruno Haible  <bruno@clisp.org>
33988
33989         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
33990         nonnull.
33991
33992 2004-03-29  Paul Eggert  <eggert@twinsun.com>
33993
33994         Merge changes to getloadavg.c from coreutils and Emacs.
33995
33996         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
33997         Define to an expression, not to the empty string.
33998         Include cloexec.h and xalloc.h.
33999         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
34000         Use set_cloexec_flag rather than rolling our own.
34001         * lib/cloexec.c, lib/cloexec.h: New files.
34002
34003 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34004
34005         * m4/cloexec.m4: New file.
34006
34007 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34008
34009         * lib/getopt.h: Sync with libc CVS.
34010
34011 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34012             Bruno Haible  <bruno@clisp.org>
34013
34014         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
34015         mbswidth.
34016
34017 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34018             Bruno Haible  <bruno@clisp.org>
34019
34020         * lib/mbswidth.h: Include <wchar.h> only if
34021         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
34022         <wchar.h>.
34023         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
34024
34025 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34026
34027         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
34028         Sync with libc CVS.
34029         * lib/getopt_int.h: New file, also synced from libc.
34030
34031 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34032
34033         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
34034         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
34035         Bring back getopt.c, getopt.h, getopt1.c.
34036
34037 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34038
34039         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
34040         All uses changed.  Check for sa_sigaction member; this fixes
34041         a bug first reported by Jason Andrade in
34042         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34043
34044 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34045
34046         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
34047         '#if' expressions.  Unlike the code it replaces, it does not
34048         depend on (defined _SC_PAGESIZE).  However, it does depend on
34049         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
34050         first reported by Jason Andrade in
34051         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34052
34053 2004-02-25  Simon Josefsson  <jas@extundo.com>
34054
34055         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
34056
34057 2004-02-25  Simon Josefsson  <jas@extundo.com>
34058
34059         * lib/strdup.h: New file.
34060         * lib/strdup.c: Include it.
34061         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
34062         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
34063
34064 2004-02-23  Karl Berry  <karl@gnu.org>
34065
34066         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
34067         (from fencepost.gnu.org:/gd/gnuorg).
34068
34069 2004-02-23  Karl Berry  <karl@gnu.org>
34070
34071         * config/srclistvars.sh (GNUORG) [karl]: redefine.
34072         * config/srclist.txt: add maintain/standards documents.
34073
34074 2004-02-18  Bruno Haible  <bruno@clisp.org>
34075
34076         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
34077         Reported by Derek Robert Price <derek@ximbiot.com>.
34078
34079 2004-02-16  Karl Berry  <karl@gnu.org>
34080
34081         * config/mkinstalldirs, install-sh: update from automake.
34082
34083 2004-02-06  Karl Berry  <karl@gnu.org>
34084
34085         * m4/po.m4: update from gettext 0.14.1.
34086
34087 2004-02-06  Karl Berry  <karl@gnu.org>
34088
34089         * lib/config.charset: update from gettext 0.14.1.
34090
34091 2004-02-05  Paul Eggert  <eggert@twinsun.com>
34092
34093         Add comments and code, prompted by suggestions from Bruno Haible
34094         for sh-quote.
34095         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
34096         describing the enum quoting_style values.
34097         * lib/quotearg.c (quotearg_alloc): New function.
34098         (quotearg_buffer_restyled): Treat lone { and } as special.
34099         Treat = as special.  Work around bug with older shells
34100         that "see" a '\' that is really the 2nd byte of a multibyte char.
34101         Quote empty string with shell_quoting_style.
34102
34103 2004-02-03  Bruno Haible  <bruno@clisp.org>
34104
34105         * m4/pipe.m4: New file, from GNU gettext.
34106
34107 2004-02-03  Bruno Haible  <bruno@clisp.org>
34108
34109         * lib/pipe.h: New file, from GNU gettext.
34110         * lib/pipe.c: New file, from GNU gettext.
34111
34112 2004-01-27  Bruno Haible  <bruno@clisp.org>
34113
34114         * m4/execute.m4: New file, from GNU gettext.
34115
34116 2004-01-27  Bruno Haible  <bruno@clisp.org>
34117
34118         * lib/execute.h: New file, from GNU gettext.
34119         * lib/execute.c: New file, from GNU gettext.
34120         * lib/w32spawn.h: New file, from GNU gettext.
34121
34122 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34123
34124         Merge from diffutils.
34125
34126         * lib/file-type.c (file_type): Add typed memory objects.
34127         * lib/file-type.h (S_TYPEISTMO): New macro.
34128
34129         * lib/c-stack.h (c_stack_action): Remove argv argument.
34130         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
34131         (die): Don't calculate message unless segv_action returns.
34132         (get_stack_location, min_address_from_argv, max_address_from_argv,
34133         volatile stack_base, volatile_stack_size): Remove.
34134         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
34135         that every segmentation violation is a stack overflow.  (Ouch!)
34136         See Debian bug 136249 (still outstanding) for more info about why
34137         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
34138
34139 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34140
34141         Exit-status fix from coreutils.
34142
34143         Use exit_failure consistently in place of EXIT_FAILURE,
34144         so that program exit statuses are consistent on failure.
34145
34146         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
34147         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
34148         * lib/argmatch.h: Comment fix to match the above.
34149         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
34150         Now a macro referring to exit_failure, instead of a separate
34151         variable.  Include "exitfail.h" to get it.
34152         * lib/xstrtol.h: Include "exitfail.h".
34153         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
34154
34155         * lib/long-options.c (parse_long_options): Use prototype
34156         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
34157         for clarity.
34158
34159 2004-01-21  Jim Meyering  <jim@meyering.net>
34160
34161         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
34162         so as not to conflict with a different-sized __mktime_internal
34163         function in GNU libc.
34164         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
34165         Problem building statically-linked `ls' reported by Michael Brunnbauer.
34166
34167 2004-01-20  Karl Berry  <karl@gnu.org>
34168
34169         * config/config.guess: update from config.
34170
34171         * config/srclistvars.sh: GNUWWWLICENSES for karl.
34172
34173 2004-01-20  Bruno Haible  <bruno@clisp.org>
34174
34175         Safer stack allocation.
34176         * lib/setenv.c: Include allocsa.h.
34177         (alloca): Remove fallback definition.
34178         (freea): Remove macro.
34179         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
34180         instead of freea.
34181
34182 2004-01-20  Bruno Haible  <bruno@clisp.org>
34183
34184         * m4/eealloc.m4: New file, from GNU gettext.
34185
34186 2004-01-20  Bruno Haible  <bruno@clisp.org>
34187
34188         * m4/allocsa.m4: New file, from GNU gettext.
34189
34190 2004-01-20  Bruno Haible  <bruno@clisp.org>
34191
34192         * lib/xallocsa.h: New file, from GNU gettext.
34193         * lib/xallocsa.c: New file, from GNU gettext.
34194
34195 2004-01-20  Bruno Haible  <bruno@clisp.org>
34196
34197         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
34198
34199 2004-01-20  Bruno Haible  <bruno@clisp.org>
34200
34201         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
34202         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
34203         specially.
34204
34205 2004-01-20  Bruno Haible  <bruno@clisp.org>
34206
34207         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
34208         patch.
34209
34210 2004-01-20  Bruno Haible  <bruno@clisp.org>
34211
34212         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
34213
34214 2004-01-20  Bruno Haible  <bruno@clisp.org>
34215
34216         * lib/eealloc.h: New file.
34217
34218 2004-01-20  Bruno Haible  <bruno@clisp.org>
34219
34220         * lib/binary-io.h: Avoid warnings on Cygwin.
34221
34222 2004-01-20  Bruno Haible  <bruno@clisp.org>
34223
34224         * lib/allocsa.h: New file, from GNU gettext.
34225         * lib/allocsa.c: New file, from GNU gettext.
34226
34227 2004-01-18  Karl Berry  <karl@gnu.org>
34228
34229         * doc/gpl.texi, doc/lgpl.texi: new files.
34230
34231 2004-01-18  Karl Berry  <karl@gnu.org>
34232
34233         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
34234         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
34235
34236 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34237
34238         Merge from coreutils.
34239
34240         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
34241         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
34242         (gl_DEFAULT_POSIX2_VERSION): Move
34243         the documentation from 'configure' into 'config.hin',
34244         so that 'configure --help' isn't burdened by it and
34245         we don't have to worry about its formatting there.
34246         Reword the documentation so that it's more succinct
34247         and can be run together into a single paragraph.
34248         * m4/same.m4 (gl_SAME): Check for pathconf.
34249
34250 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34251
34252         Merge from coreutils.
34253
34254         * lib/posixver.c: Include posixver.h.
34255
34256         * lib/same.c: Include <stdbool.h>, <limits.h>.
34257         (_POSIX_NAME_MAX): Define if not defined.
34258         (MIN): New macro.
34259         (same_name): If file names are silently truncated, report
34260         that the file names are the same if they are the same after
34261         the silent truncation.
34262
34263         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
34264         conversion function.
34265         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
34266         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
34267         longer needed.
34268
34269 2004-01-15  Jim Meyering  <jim@meyering.net>
34270
34271         Merge from coreutils.
34272
34273         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
34274         if no library is required.
34275         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
34276         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
34277         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
34278         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
34279         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
34280         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
34281         value, $ac_cv_search_crypt, if it's "none required".
34282         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
34283         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
34284         not gl_FUNC_GETLOADAVG.
34285         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
34286         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
34287
34288 2004-01-15  Jim Meyering  <jim@meyering.net>
34289
34290         Merge from coreutils.
34291
34292         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
34293         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
34294         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
34295
34296         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
34297         optional configure-time default.
34298
34299         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34300
34301         * lib/xreadlink.c (xreadlink): Correct outdated comment.
34302
34303 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
34304
34305         Merge from coreutils.
34306
34307         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
34308         value, $ac_cv_search_nanosleep, if it's "none required".
34309
34310 2004-01-14  Paul Eggert  <eggert@twinsun.com>
34311
34312         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
34313         with like-named macro in fnmatch.c.
34314         (EXT): Use an internal constant instead.
34315
34316         Merge fnmatch patches from glibc.
34317         * lib/fnmatch.c (mbsinit): Remove define.
34318         Add libc_hidden_ver (__fnmatch, fnmatch).
34319         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
34320         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
34321
34322 2004-01-14  Karl Berry  <karl@gnu.org>
34323
34324         * config/install-sh: update from automake.
34325
34326 2004-01-13  Karl Berry  <karl@gnu.org>
34327
34328         * config/install-sh: update from automake.
34329
34330 2004-01-09  Karl Berry  <karl@gnu.org>
34331
34332         * config/install-sh: update from automake.
34333
34334 2004-01-05  Karl Berry  <karl@gnu.org>
34335
34336         * config/config.{sub,guess}: update from config.
34337
34338 2003-12-31  Karl Berry  <karl@gnu.org>
34339
34340         * config/depcomp: update from automake.
34341
34342 2003-12-14  Karl Berry  <karl@gnu.org>
34343
34344         * lib/config.charset: update from gettext-runtime.
34345
34346 2003-12-03  Paul Eggert  <eggert@twinsun.com>
34347
34348         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
34349         Bug reported by Alfred M. Szmidt.
34350
34351 2003-12-03  Bruno Haible  <bruno@clisp.org>
34352
34353         * m4/gettext.m4: Upgrade from gettext-0.13.
34354         * m4/po.m4: Upgrade from gettext-0.13.
34355         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
34356         * m4/intmax.m4: New file, from gettext-0.13.
34357         * m4/printf-posix.m4: New file, from gettext-0.13.
34358
34359 2003-11-29  Karl Berry  <karl@gnu.org>
34360
34361         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
34362
34363 2003-11-25  Paul Eggert  <eggert@twinsun.com>
34364             Bruno Haible  <bruno@clisp.org>
34365
34366         * lib/printf-parse.h: Don't include sys/types.h.
34367         (ARG_NONE): New macro.
34368         (char_directive): Change type of *arg_index fields to size_t.
34369         * lib/printf-parse.c: Don't include sys/types.h.
34370         (SSIZE_MAX): Remove macro.
34371         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
34372         Remove unnecessary overflow check.
34373         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
34374         fields.
34375
34376 2003-11-25  Bruno Haible  <bruno@clisp.org>
34377
34378         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
34379
34380 2003-11-25  Bruno Haible  <bruno@clisp.org>
34381
34382         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
34383         gt_TYPE_SSIZE_T.
34384
34385 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34386
34387         * modules/alloca: Remove dependency on xalloc.
34388
34389 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34390
34391         * lib/alloca.c: Remove dependency on xalloc module.
34392         (xalloc_die): Remove.
34393         (memory_full) [!defined emacs]: New macro.
34394         [!defined emacs]: Don't include xalloc.h.
34395         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
34396         address arithmetic overflows.  Change datatypes a bit to avoid
34397         unnecessary casts.
34398
34399 2003-11-22  Jim Meyering  <jim@meyering.net>
34400
34401         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
34402         s/size/size_t/.
34403
34404 2003-11-21  Karl Berry  <karl@gnu.org>
34405
34406         * config/config.{sub,guess}: update from config.
34407
34408 2003-11-18  Karl Berry  <karl@gnu.org>
34409
34410         * config/config.{sub,guess}: update from config.
34411
34412         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
34413
34414 2003-11-17  Paul Eggert  <eggert@twinsun.com>
34415
34416         * README: Mention that S+T cannot overflow if S is the size of
34417         an existing object and T is sufficiently small.
34418
34419 2003-11-17  Jim Meyering  <jim@meyering.net>
34420
34421         On systems without utime and without a utimes function capable of
34422         dealing with a NULL struct utimbuf* argument, this utime replacement
34423         could -- in unusual circumstances -- leak a file descriptor.
34424         * lib/utime.c: Include <unistd.h> and <errno.h>.
34425         (utime_null): Be sure to close `fd' and to preserve errno.
34426         Reported by Geoff Collyer via Arnold Robbins.
34427
34428 2003-11-17  Bruno Haible  <bruno@clisp.org>
34429
34430         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
34431         (Depends-on): Add xsize.
34432
34433 2003-11-17  Bruno Haible  <bruno@clisp.org>
34434
34435         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
34436
34437 2003-11-17  Bruno Haible  <bruno@clisp.org>
34438
34439         * lib/vasnprintf.c (alloca): Remove fallback definition.
34440         (freea): Remove definition.
34441         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
34442         Reported by Paul Eggert.
34443
34444 2003-11-16  Paul Eggert  <eggert@twinsun.com>
34445             Bruno Haible  <bruno@clisp.org>
34446
34447         Protect against address arithmetic overflow.
34448         * lib/printf-args.h: Include stddef.h.
34449         (arguments): Change type of field 'count' to size_t.
34450         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
34451         'unsigned int' where appropriate.
34452         * lib/printf-parse.h: Include sys/types.h.
34453         (char_directive): Change type of *arg_index fields to ssize_t.
34454         (char_directives): Change type of fields 'count', max_*_length to
34455         size_t.
34456         * lib/printf-parse.c: Include sys/types.h and xsize.h.
34457         (SSIZE_MAX): Define fallback value.
34458         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
34459         instead of 'int' where appropriate. Check a_allocated, d_allocated
34460         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
34461         * lib/vasnprintf.c: Include xsize.h.
34462         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
34463         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
34464         overflow. Avoid wraparound when converting a width or precision from
34465         decimal to binary.
34466
34467 2003-11-16  Bruno Haible  <bruno@clisp.org>
34468
34469         Update from GNU gettext.
34470         * lib/printf-parse.c: Generalize to it can be compiled for wide
34471         strings.
34472         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
34473         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
34474         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
34475         SNPRINTF): New macros.
34476         Don't include <alloca.h> if the file is used inside libintl.
34477         (local_wcslen): New function, for Solaris 2.5.1.
34478         (VASNPRINTF): Use it instead of wcslen.
34479
34480 2003-11-16  Bruno Haible  <bruno@clisp.org>
34481
34482         * lib/xsize.h (xmax): New function.
34483         (xsum, xsum3, xsum4): Declare as "pure" functions.
34484
34485 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34486
34487         * modules/xalloc (Files): Undo latest change, since xalloc.h
34488         no longer needs SIZE_MAX or PTRDIFF_MAX.
34489
34490 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34491
34492         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
34493         gl_PTRDIFF_MAX.
34494
34495 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34496
34497         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
34498         "return", to pacify some unknown compiler.  Problem reported
34499         by Joerg Schilling.
34500
34501 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34502
34503         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
34504         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
34505         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
34506         heuristic is just as accurate as far as we know, and it removes a
34507         dependency on size_max.m4 and ptrdiff_max.m4.
34508
34509 2003-11-11  Bruno Haible  <bruno@clisp.org>
34510
34511         * modules/xsize (Files): Add m4/size_max.m4.
34512         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
34513
34514 2003-11-11  Bruno Haible  <bruno@clisp.org>
34515
34516         * m4/size_max.m4: New file.
34517         * m4/ptrdiff_max.m4: New file.
34518         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
34519         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
34520         (gl_XALLOC): Invoke it.
34521
34522 2003-11-11  Bruno Haible  <bruno@clisp.org>
34523
34524         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
34525         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
34526         defined.
34527
34528 2003-11-10  Paul Eggert  <eggert@twinsun.com>
34529
34530         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
34531         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
34532         rejected some allocations of exactly SIZE_MAX - 2 bytes.
34533         From Bruno Haible.
34534         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
34535         not (size_t) -1, since it's defined here.
34536
34537 2003-11-09  Karl Berry  <karl@gnu.org>
34538
34539         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
34540
34541 2003-11-06  Paul Eggert  <eggert@twinsun.com>
34542
34543         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
34544         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
34545         Reject sizes of exactly SIZE_MAX bytes.
34546         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
34547         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
34548
34549 2003-11-05  Bruno Haible  <bruno@clisp.org>
34550
34551         * lib/xsize.h: Include limits.h, to avoid a possible collision with
34552         SIZE_MAX defined in <limits.h> on Solaris.
34553
34554 2003-11-04  Jim Meyering  <jim@meyering.net>
34555
34556         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
34557         variable names, rather than @VAR@.
34558         * modules/poll: Likewise.
34559
34560 2003-11-04  Bruno Haible  <bruno@clisp.org>
34561
34562         * modules/xsize: New file.
34563         * modules/linebreak: Depend on xsize.
34564         * MODULES.html.sh (func_all_modules): Add xsize.
34565
34566 2003-11-04  Bruno Haible  <bruno@clisp.org>
34567
34568         * m4/xsize.m4: New file.
34569
34570 2003-11-04  Bruno Haible  <bruno@clisp.org>
34571
34572         * lib/xsize.h: New file.
34573         * lib/linebreak.c: Include xsize.h.
34574         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
34575         argument for overflow.
34576         Suggested by Paul Eggert.
34577
34578 2003-11-03  Karl Berry  <karl@gnu.org>
34579
34580         * config/config.{guess,sub}: update from config.
34581
34582 2003-11-03  Jim Meyering  <jim@meyering.net>
34583
34584         * modules/userspec (lib_SOURCES): Add userspec.h.
34585         (Include): Add "userspec.h".
34586         Improve description.
34587
34588 2003-11-03  Jim Meyering  <jim@meyering.net>
34589
34590         * lib/userspec.c: Include "userspec.h".
34591         * lib/userspec.h: New file.
34592
34593 2003-11-03  Bruno Haible  <bruno@clisp.org>
34594
34595         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
34596
34597 2003-11-03  Bruno Haible  <bruno@clisp.org>
34598
34599         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
34600         available, to avoid (extremely rare) race condition.
34601         Suggested by Paul Eggert.
34602
34603 2003-11-02  Karl Berry  <karl@gnu.org>
34604
34605         * config/srclist.txt (vasprintf.c): sync broken, sigh.
34606
34607 2003-10-31  Paul Eggert  <eggert@twinsun.com>
34608
34609         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
34610         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
34611         (read_filesystem_list): Set and use me_type_malloced.
34612         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
34613         whatever the type happens to be), for brevity and consistency.
34614         Check for size calculation overflow on Alphas running OSF/1.
34615
34616 2003-10-31  Jim Meyering  <jim@meyering.net>
34617
34618         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
34619
34620         * lib/linebuffer.c: Include <string.h> for declaration of memset.
34621
34622 2003-10-30  Paul Eggert  <eggert@twinsun.com>
34623             Bruno Haible  <bruno@clisp.org>
34624
34625         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
34626         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
34627
34628 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34629
34630         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
34631         netbsd*-gnu*.  Suggested by Robert Millan.
34632
34633 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34634
34635         * modules/group-member: Depend on stdbool.
34636
34637 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34638
34639         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
34640
34641 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34642
34643         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
34644         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
34645         after the 'gnu' in these cases.  This fixes some bugs in the
34646         previous change, and is based on suggestions by Robert Millan.
34647
34648 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34649
34650         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
34651         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
34652         no longer needed.
34653         * lib/quotearg.c (quotearg_n_options): Use it.
34654         * lib/group-member.c: Include <stdbool.h>.
34655         (free_group_info): Arg is now const *; don't free arg.
34656         (get_group_info): Now returns bool and accepts struct group_info *,
34657         rather than returning a malloc'ed struct group_info *.
34658         All uses changed.  Check for overflow in internal size calculation.
34659
34660         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
34661         rather than xmalloc/xrealloc.
34662         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
34663         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
34664         conformance bug: the old code used a pointer after freeing the
34665         storage that it addressed.
34666         * lib/hash.c (hash_initialize): Simplify the code by using
34667         xalloc_oversized rather than doing it by hand.
34668         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
34669         the buffer preserved.  Use free and xmalloc instead.
34670         * lib/quotearg.c (quotearg_n_options): Likewise.
34671         Use a simpler test for size overflow.  Don't use xalloc_oversized
34672         because unsigned int might be wider than size_t (!); this suggests
34673         that we should switch from unsigned int to size_t for slot numbers.
34674
34675 2003-10-28  Paul Eggert  <eggert@twinsun.com>
34676
34677         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
34678         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
34679         NetBSD kernels.  Requested by Richard Stallman.
34680
34681 2003-10-27  Paul Eggert  <eggert@twinsun.com>
34682
34683         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
34684         to allocate the returned structure.  Do not allocate a subarray,
34685         as x2nrealloc will do that.
34686         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
34687         instead of xnrealloc.
34688         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
34689
34690 2003-10-27  Bruno Haible  <bruno@clisp.org>
34691
34692         * lib/stdbool_.h: Better support for BeOS.
34693
34694 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34695
34696         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
34697         now uses inline.
34698
34699 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34700
34701         * lib/xalloc.h (xalloc_oversized): New static inline function, for
34702         callers that want to do their own size-overflow checking.  Include
34703         <stdbool.h>, since xalloc_oversized returns bool.
34704         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
34705         to use xalloc_oversized.
34706
34707         Add two functions x2realloc, x2nrealloc, for programs that grow
34708         arrays dynamically by doubling their sizes.
34709         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
34710         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
34711         New functions.
34712
34713         Port to C99 semantics for 'inline' of external functions.
34714         Bug reported by Bruno Haible.
34715         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
34716         with the old contents of xnmalloc.
34717         (xnmalloc, xmalloc): Use it.
34718         (xnrealloc_inline): New static inline function,
34719         with the old contents of xnrealloc.
34720         (xnrealloc, xrealloc): Use it.
34721
34722         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
34723         that.
34724
34725 2003-10-26  Karl Berry  <karl@gnu.org>
34726
34727         * config/srclist.txt (COPYING.DOC): no longer available from
34728         /gd/gnuorg; don't know where the ultimate source is.
34729
34730 2003-10-25  Paul Eggert  <eggert@twinsun.com>
34731
34732         Fix several address-calculation bugs in the hash modules,
34733         plus some minor code cleanup.
34734
34735         * lib/hash.h: Include <stdbool.h>, for bool.
34736         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
34737         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
34738         hash_get_n_entries, hash_get_max_bucket_length,
34739         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
34740         hash_rehash): Use size_t rather than unsigned.
34741         * lib/hash.c (struct hash_table, hash_get_n_buckets,
34742         hash_get_n_buckets_used, hash_get_n_entries,
34743         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
34744         hash_get_entries, hash_do_for_each, hash_string, is_prime,
34745         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
34746         Likewise.
34747         (SIZE_MAX): Define if not defined.
34748         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
34749         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
34750         hash_print):
34751         Use const * when possible.
34752         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
34753         (check_tuning): Fix bug: if tuning parameters were very close to
34754         0 or 1, rounding errors could have caused subscript violations.
34755         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
34756         (hash_initialize): Add 'fail:' label
34757         to free table and return NULL, and use it to simplify code.
34758         Use calloc rather than clearing the storage ourself.
34759         (hash_initialize, hash_rehash): Check for arithmetic overflow in
34760         buffer size calculations.
34761         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
34762         Include <stddef.h>, for size_t.
34763         * lib/hash-pjw.c (hash_pjw): Likewise.
34764         Switch to method described by Bruno Haible.
34765         Include <limits.h>, for CHAR_BIT.
34766         (SIZE_BITS): New macro.
34767
34768 2003-10-23  Paul Eggert  <eggert@twinsun.com>
34769
34770         * m4/getline.m4 (AM_FUNC_GETLINE):
34771         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
34772         hosts.  Problem reported by Derek Robert Price in
34773         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
34774         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
34775         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
34776
34777 2003-10-21  Paul Eggert  <eggert@twinsun.com>
34778
34779         * lib/getndelim2.c (getndelim2): When size calculation overflows,
34780         ceiling the allocation at NMAX bytes rather than silently
34781         discarding input bytes before NMAX is reached.  This makes
34782         a difference only if NMAX exceeds SIZE_MAX / 2.
34783
34784         * lib/obstack.c: Merge from glibc.
34785         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
34786         Add libc_hidden_def (_obstack_newchunk).
34787         (_obstack_free) [! defined _LIBC]: Remove.
34788         [defined _LIBC]: Make a strong alias from obstack_free, rather than
34789         a clone of the function body.
34790         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
34791         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
34792
34793         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
34794         glibc.
34795         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
34796         arg to memcpy.
34797
34798         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
34799         (obstack_ptr_grow_fast, obstack_int_grow_fast):
34800         Don't use lvalue casts, as GCC plans to remove support for them
34801         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
34802         was also present in the non-GCC version, indicating that this
34803         code had always been buggy and had never been widely used.
34804         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
34805         Use the fast variant of each macro, rather than copying the
34806         definiens of the fast variant; that way, we'll be more likely to
34807         catch future bugs in the fast variants.
34808
34809 2003-10-20  Bruno Haible  <bruno@clisp.org>
34810
34811         * modules/wait-process: New file.
34812         * MODULES.html.sh (func_all_modules): Add wait-process.
34813
34814 2003-10-20  Bruno Haible  <bruno@clisp.org>
34815
34816         * m4/wait-process.m4: New file.
34817
34818 2003-10-20  Bruno Haible  <bruno@clisp.org>
34819
34820         * lib/wait-process.h: New file, from GNU gettext.
34821         * lib/wait-process.c: New file, from GNU gettext.
34822
34823 2003-10-19  Jim Meyering  <jim@meyering.net>
34824
34825         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
34826         HPUX 10.20.
34827
34828 2003-10-18  Karl Berry  <karl@gnu.org>
34829
34830         * config/config.guess: update from config.
34831
34832 2003-10-16  Paul Eggert  <eggert@twinsun.com>
34833
34834         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
34835         (getgroups): First arg is int, not size_t.
34836         Don't let 'free' mangle errno.
34837
34838 2003-10-16  Paul Eggert  <eggert@twinsun.com>
34839
34840         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
34841
34842 2003-10-16  Karl Berry  <karl@gnu.org>
34843
34844         * config/config.{guess,sub}: update from config.
34845
34846 2003-10-16  Jim Meyering  <jim@meyering.net>
34847
34848         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
34849         memcpy.
34850
34851 2003-10-15  Paul Eggert  <eggert@twinsun.com>
34852
34853         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
34854         (SIZE_MAX): Remove.
34855         (new_exclude, add_exclude_file): Initial size no longer needs to
34856         be a power of 2.
34857         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
34858         our own address arithmetic overflow checking.
34859
34860         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
34861         (fnmatch): Do not alloca more than 2000 wide characters;
34862         instead, use malloc for large buffers.
34863         Check for address arithmetic overflow, and return -1
34864         with errno set to ENOMEM in that case.
34865         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
34866         (NEW_PATTERN): Do not alloca more than 8000 bytes;
34867         instead, return -1.  Check for address arithmetic overflow.
34868
34869 2003-10-14  Paul Eggert  <eggert@twinsun.com>
34870
34871         Handle invalid suffixes and overflow independently, so that
34872         callers can treat them independently as needed.  Fix some bugs in
34873         suffix handling, e.g., "100k@" was not diagnosed as an invalid
34874         suffix for a human-readable blocksize.  The major caller-visible
34875         change is the addition of a new
34876         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
34877         that both overflow and suffix chars were found.
34878
34879         * lib/human.c (humblock): Don't check separately for invalid suffix
34880         char; that is xstrtoumax's job (now that its bug is fixed).
34881         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
34882         INTMAX_MAX]: New macros.
34883         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
34884         TYPE_MAXIMUM): New macros.
34885         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
34886         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
34887         if overflow occurs, as it's what __strtol does and it's more useful
34888         in practice.
34889         (__xstrtol): If __strtol reports some error other than ERANGE,
34890         reflect it to the caller as LONGINT_INVALID.  If it reports
34891         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
34892         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
34893         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
34894         value.
34895         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
34896         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
34897         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
34898         [defined UINTMAX_MAX]: New macros.
34899
34900 2003-10-14  Bruno Haible  <bruno@clisp.org>
34901
34902         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
34903
34904 2003-10-14  Bruno Haible  <bruno@clisp.org>
34905
34906         * m4/sig_atomic_t: New file, from GNU gettext.
34907         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
34908
34909 2003-10-14  Bruno Haible  <bruno@clisp.org>
34910
34911         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
34912         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
34913         Also use volatile where needed.
34914
34915 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34916
34917         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
34918         Change maintainer from Bruno Haible to 'all'.
34919
34920 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34921
34922         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
34923
34924 2003-10-12  Paul Eggert  <eggert@twinsun.com>
34925
34926         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
34927         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
34928         and define in terms of the other primitives.
34929         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
34930         (SIZE_MAX): Define if not already defined.
34931         (array_size_overflow): New function.
34932         (xalloc_die): Abort instead of exiting if 'error' returns.
34933         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
34934         (xmalloc, xrealloc): Use them.
34935         (xcalloc): Check for address arithmetic overflow.
34936         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
34937         a bit faster than strcpy.
34938
34939 2003-10-10  Simon Josefsson  <jas@extundo.com>
34940
34941         * modules/argp (Depends-on): Add restrict and strcase.
34942
34943 2003-10-10  Simon Josefsson  <jas@extundo.com>
34944
34945         * m4/argp.m4: Add AC_C_INLINE.
34946
34947 2003-10-08  Paul Eggert  <eggert@twinsun.com>
34948
34949         Merge getpass from libc, plus a few fixes.
34950
34951         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
34952         Include <stdbool.h>.
34953         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
34954         __fsetlocking to empty.
34955         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
34956         do include <bits/libc-lock.h>.
34957         Do not include <fcntl.h>; not needed.
34958         [_LIBC]: Include <wchar.h>.
34959         (NOTCANCEL_MODE): New macro.
34960         (flockfile, funlockfile) [_LIBC]: New macros.
34961         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
34962         [!_LIBC]: New macros.
34963         (call_fclose): New function.
34964         (getpass): Use it.  Save tty stream separately; this simplifies the
34965         code and makes it more reliable if stdin happens to equal stdout.
34966         Invoke __fsetlocking on tty.
34967         Handle thread cancellation if needed.
34968         Namespace cleanup (use __tcgetattr, __getline).
34969         Use bool for Booleans.
34970         [USE_IN_LIBIO]: Handle wide streams.
34971         [!_LIBC]: Unconditionally do the fseek, since we don't know what
34972         stream might go where.
34973
34974         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
34975         doesn't have to include <stdio.h> before us.
34976         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
34977         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
34978         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
34979         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
34980         if not declared, so that we can use getpass.c code from libc without
34981         rewriting it.
34982         (flockfile, ftrylockfile, funlockfile): New macros.
34983
34984 2003-10-08  Paul Eggert  <eggert@twinsun.com>
34985
34986         * modules/getpass: Depend on stdbool.
34987
34988 2003-10-08  Paul Eggert  <eggert@twinsun.com>
34989
34990         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
34991
34992 2003-10-07  Karl Berry  <karl@gnu.org>
34993
34994         * config/config.{guess,sub}: update from config.
34995
34996 2003-10-06  Jim Meyering  <jim@meyering.net>
34997             Bruno Haible  <bruno@clisp.org>
34998
34999         This lets translators provide better translations for the
35000         "Written by ..." part of --version output.
35001         * lib/version-etc.h: Include stdarg.h.
35002         (version_etc_copyright): Declare as readonly.
35003         (version_etc): Make this function variadic with a NULL-terminated list
35004         of author name strings.
35005         (version_etc_va): New declaration.
35006         * lib/version-etc.c: Include stdarg.h, stdlib.h.
35007         (version_etc_copyright): Declare as readonly.
35008         (version_etc_va): New function. Provide a different translatable string
35009         for each possible number of authors < 10. Abbreviate when there are 10
35010         authors or more.
35011         (version_etc): Make this function variadic. Call version_etc_va.
35012         Suggestion from Gary V. Vaughan.
35013
35014         * lib/long-options.h (parse_long_options): Change prototype: the
35015         authors string is moved to the end and becomes variadic.
35016         * lib/long-options.c: Include stdarg.h.
35017         (parse_long_options): Make this function variadic, too.
35018         Call version_etc_va, not version_etc.
35019
35020 2003-10-06  Bruno Haible  <bruno@clisp.org>
35021
35022         * modules/version-etc-2: Remove file.
35023         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
35024
35025 2003-10-06  Bruno Haible  <bruno@clisp.org>
35026
35027         * modules/fatal-signal: New file.
35028         * MODULES.html.sh (func_all_modules): Add fatal-signal.
35029
35030 2003-10-06  Bruno Haible  <bruno@clisp.org>
35031
35032         * m4/fatal-signal.m4: New file.
35033         * m4/signalblocking.m4: New file, from GNU gettext.
35034
35035 2003-10-06  Bruno Haible  <bruno@clisp.org>
35036
35037         * lib/version-etc-2.h: Remove file.
35038         * lib/version-etc-2.c: Remove file.
35039
35040 2003-10-06  Bruno Haible  <bruno@clisp.org>
35041
35042         * lib/fatal-signal.h: New file, from GNU gettext.
35043         * lib/fatal-signal.c: New file, from GNU gettext.
35044
35045 2003-10-05  Paul Eggert  <eggert@twinsun.com>
35046
35047         * README: Rework advice for preventing empty .o files.
35048         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
35049         not <sys/types.h>.
35050
35051 2003-10-04  Karl Berry  <karl@gnu.org>
35052
35053         * lib/argp*: update from libc.
35054
35055 2003-10-04  Karl Berry  <karl@gnu.org>
35056
35057         * config/config.{guess,sub}: update from config.
35058
35059 2003-10-02  Bruno Haible  <bruno@clisp.org>
35060
35061         * modules/lchown (Include): Add lchown.h.
35062         * modules/time_r (Include): Use "..." syntax.
35063         * modules/xgetdomainname (Include): Add xgetdomainname.h.
35064
35065 2003-10-01  Simon Josefsson  <jas@extundo.com>
35066
35067         * MODULES.html.sh (func_all_modules): Move gethostname from section
35068         'based on' to section 'lacking' POSIX:2001.
35069
35070 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
35071
35072         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
35073         to output mode on the same stream.
35074
35075 2003-09-29  Paul Eggert  <eggert@twinsun.com>
35076
35077         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
35078         Fix arg typo in previous patch.
35079
35080 2003-09-28  Jim Meyering  <jim@meyering.net>
35081
35082         * lib/error.c: Correct cpp indentation.
35083
35084 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35085
35086         * modules/free: New file.
35087
35088 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35089
35090         * m4/free.m4: New file.
35091
35092 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35093
35094         * lib/minmax.h (MIN, MAX)
35095         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
35096         Omit the special code that used __typeof__, since we worry that
35097         it could be more trouble than it's worth.  See:
35098         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
35099         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
35100
35101         * lib/free.c: New file.
35102
35103 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
35104
35105         Trivial fixes to Makefile.am parts of module listings.
35106         * modules/strstr: Append strstr.h to lib_SOURCES.
35107         * modules/strcase: Likewise, for strcase.h.
35108
35109 2003-09-27  Karl Berry  <karl@gnu.org>
35110
35111         * config/mkinstalldirs: update from automake.
35112
35113 2003-09-26  Paul Eggert  <eggert@twinsun.com>
35114
35115         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
35116         (error_tail): Do not loop, reallocating temporary buffer, since
35117         the output cannot contain more wide characters than the input
35118         contains bytes, the size must be big enough already.  This avoids
35119         one potential size overflow calculation.  Check for size overflow
35120         when calculating temporary buffer size.  Free temporary buffer
35121         when done, if it was allocated with malloc; this plugs a memory
35122         leak.  Remove casts from void * to pointers, that are no longer
35123         needed now that we're assuming C89 or better.
35124
35125         Merge error changes from glibc.
35126
35127         * lib/error.c, error.h: Update copyright notice header to match glibc.
35128         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
35129         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
35130         Disable cancellation while printing error.
35131         * lib/error.h: Prepend __ to parameter names.
35132
35133 2003-09-26  Jim Meyering  <jim@meyering.net>
35134
35135         * lib/error.c (error_tail): Move some declarations
35136         into inner scope where the local variables are used.
35137
35138 2003-09-26  Bruno Haible  <bruno@clisp.org>
35139
35140         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
35141         stpncpy().
35142         Don't define stpncpy through config.h; it's now done through stpncpy.h.
35143
35144 2003-09-26  Bruno Haible  <bruno@clisp.org>
35145
35146         * lib/stpncpy.h (gnu_stpncpy): New declaration.
35147         (stpncpy): Define as alias for gnu_stpncpy.
35148         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
35149
35150 2003-09-25  Simon Josefsson  <jas@extundo.com>
35151
35152         * lib/xgetdomainname.h: New file.
35153         * lib/xgetdomainname.c: New file.
35154
35155 2003-09-25  Simon Josefsson  <jas@extundo.com>
35156             Bruno Haible  <bruno@clisp.org>
35157
35158         * modules/getdomainname: New file.
35159         * modules/xgetdomainname: New file.
35160         * MODULES.html.sh (func_all_modules): Add getdomainname,
35161         xgetdomainname.
35162
35163 2003-09-25  Simon Josefsson  <jas@extundo.com>
35164             Bruno Haible  <bruno@clisp.org>
35165
35166         * m4/getdomainname.m4: New file.
35167
35168 2003-09-25  Simon Josefsson  <jas@extundo.com>
35169             Bruno Haible  <bruno@clisp.org>
35170
35171         * lib/getdomainname.h: New file.
35172         * lib/getdomainname.c: New file.
35173
35174 2003-09-25  Karl Berry  <karl@gnu.org>
35175
35176         * lib/argp-fmtstream.c, argp-help.c: update from libc.
35177
35178 2003-09-25  Karl Berry  <karl@gnu.org>
35179
35180         * config/install-sh: update from automake.
35181
35182 2003-09-25  Bruno Haible  <bruno@clisp.org>
35183
35184         * modules/version-etc-2: New file, from modules/version-etc with
35185         modifications.
35186         * MODULES.html.sh (func_all_modules): Add version-etc-2.
35187
35188 2003-09-25  Bruno Haible  <bruno@clisp.org>
35189
35190         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
35191         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
35192
35193 2003-09-24  Simon Josefsson  <jas@extundo.com>
35194
35195         * modules/xgethostname: Add xgethostname.h.
35196
35197 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35198
35199         * lib/linebuffer.c (freebuffer): Don't free the argument, just
35200         the buffer associated with the argument.  Bug reported by
35201         Simon Josefsson.
35202
35203 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35204
35205         * README: Document assumptions that 'int' is at least 32 bits
35206         wide, that integer arithmetic is 2's complement without overflow,
35207         that there are no holes in integer values, that adding sizes of
35208         two nonoverlapping objects can't overflow, and that all-bits-zero
35209         yields scalar zero.  Fix spelling and capitalization typos.
35210
35211 2003-09-19  Karl Berry  <karl@gnu.org>
35212
35213         * lib/argp.h: update from libc.
35214
35215 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35216
35217         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
35218         to avoid spurious warnings like "AC_RUN_IFELSE was called before
35219         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
35220
35221 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35222
35223         * gnulib-tool: Use "test -h", not "test -L", for portability
35224         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
35225         (tags_regexp): Remove, since \| doesn't conform to POSIX.
35226         (sed_extract_prog): Issue s commands one-by-one, rather than
35227         using \| in one s command.
35228
35229 2003-09-16  Paul Eggert  <eggert@twinsun.com>
35230
35231         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
35232         input error, instead of returning NULL the next time we are called
35233         (and therefore losing track of errno).
35234
35235 2003-09-16  Bruno Haible  <bruno@clisp.org>
35236
35237         * gnulib-tool (func_create_testdir): Warn about duplicated
35238         dependencies.
35239
35240 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35241
35242         * modules/argmatch, modules/fatal, modules/obstack,
35243         modules/xalloc, modules/xgethostname: Sort dependencies by
35244         importance, not alphabetically.
35245
35246 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35247
35248         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
35249         fails, so that the caller gets the proper errno.
35250
35251         * lib/readutmp.c (read_utmp): Likewise.
35252         Check for fstat error.  Close stream and free storage
35253         when failing.
35254
35255 2003-09-14  Karl Berry  <karl@gnu.org>
35256
35257         * config/srclist.txt (strdup.c): disable for c89 changes.
35258
35259 2003-09-14  Jim Meyering  <jim@meyering.net>
35260
35261         * lib/getloadavg.c: Correct cpp indentation.
35262         * lib/strdup.c: Likewise.
35263         * lib/vasnprintf.c: Likewise.
35264
35265 2003-09-14  Bruno Haible  <bruno@clisp.org>
35266
35267         * modules/fwriteerror: New file.
35268         * MODULES.html.sh (func_all_modules): Add fwriteerror.
35269
35270 2003-09-14  Bruno Haible  <bruno@clisp.org>
35271
35272         * lib/fwriteerror.h: New file.
35273         * lib/fwriteerror.c: New file.
35274
35275 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35276
35277         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
35278         modules/xgethostname, modules/xalloc: Depend on exit.
35279
35280 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35281
35282         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
35283
35284         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
35285         and AC_MINIX, too, so that their extensions are available.
35286
35287         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
35288         This macro has been superseded by gl_BACKUPFILE.
35289
35290         More patches to assume C89 or better.
35291
35292         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
35293
35294         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
35295         unconditionally.
35296         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
35297         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
35298         Include <string.h>, <stdlib.h> unconditionally.
35299         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
35300         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
35301         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
35302         headers or for string.h.
35303         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
35304         or strtoul.
35305
35306         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
35307         headers.
35308         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
35309         * m4/userspec.m4 (gl_USERSPEC): Likewise.
35310         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
35311         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
35312         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35313         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
35314         memcpy, memset.
35315         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
35316         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
35317         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
35318         strtol.
35319         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
35320         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
35321         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
35322         strtoul.
35323
35324 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35325
35326         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
35327         * lib/obstack.c [!defined _LIBC]: Likewise.
35328         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
35329         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
35330         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
35331
35332         More changes to assume C89 or better.
35333
35334         * lib/error.c (error_tail): Assume vprintf.
35335
35336         * lib/argmatch.c (getenv): Remove decl.
35337         * lib/progreloc.c (get_full_program_name): Define via prototype.
35338         * lib/setenv.c (clearenv): Likewise.
35339         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
35340         needed.
35341         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
35342         (malloc, memcpy): Remove decls.
35343         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
35344         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
35345         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
35346         (memcpy): Remove macro.
35347         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
35348         (__P): Remove.  All uses removed.
35349         (PTR): Remove.  All uses changed to void *.
35350         (CHAR_BIT, NULL): Remove.
35351         (spaces, zeros, memset_space, memset_zero)
35352         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
35353         Remove.
35354         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
35355         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
35356         Define with prototype.
35357         Remove now-unnecessary prototype decl.
35358         (extra_args_spec): Assume ANSI C.  All uses changed.
35359         (extra_args_spec_iso): Remove.
35360         (my_strftime, emacs_strftimeu): Define via prototype.
35361         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
35362         unconditionally.
35363         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
35364         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
35365         (strtoul, strtol): Remove decls.
35366         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
35367         LONG_MAX): Remove.
35368         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
35369         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
35370         (LOCALE_PARAM_PROTO): New macro.
35371         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
35372         (INTERNAL (strtol), strtol): Define with a prototype.
35373         (PARAMS): Remove.  All uses removed.
35374         * lib/tempname.c: Include <string.h> unconditionally.
35375         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
35376         * lib/xgethostname.c (main): Define with a prototype.
35377         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
35378         Include <stdlib.h> unconditionally.
35379         (calloc, malloc, realloc, free): Remove decls.
35380         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
35381         Include <stdlib.h> unconditionally.  Sort include file names.
35382         (strtod): Remove.
35383         (xstrtod): Define with a prototype.
35384         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
35385         (strtol, strtoul): Remove decls.
35386
35387 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35388
35389         More patches to assume C89 or better.
35390         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
35391         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
35392         string.h, memchr, STDC_HEADERS.
35393
35394 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35395
35396         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
35397         Include <stdlib.h>, <string.h> unconditionally.
35398         Remove now-unnecessary cast to char *.
35399         * lib/strnlen.c: Include <string.h> unconditionally.
35400         * lib/yesno.c (yesno): Define with a prototype.
35401
35402 2003-09-11  Bruno Haible  <bruno@clisp.org>
35403
35404         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
35405
35406 2003-09-10  Jim Meyering  <jim@meyering.net>
35407
35408         * lib/error.c: Correct indentation of cpp directives.
35409
35410 2003-09-10  Bruno Haible  <bruno@clisp.org>
35411
35412         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
35413         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
35414         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
35415         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
35416         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
35417         <stdlib.h> and <string.h> checks.
35418         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
35419         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
35420
35421 2003-09-10  Bruno Haible  <bruno@clisp.org>
35422
35423         * lib/strcspn.c: Include <string.h> unconditionally.
35424         * lib/strpbrk.c: Include <string.h> unconditionally.
35425         * lib/strstr.c: Include <string.h> unconditionally.
35426         * lib/unicodeio.c: Include <string.h> unconditionally.
35427         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
35428         * lib/unsetenv.c: Likewise.
35429         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
35430         * lib/yesno.c: Include <stdlib.h> unconditionally.
35431         (rpmatch): Add prototype.
35432
35433 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35434
35435         More patches to assume C89 or better.
35436         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
35437         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
35438         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
35439         or for string.h.
35440         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
35441         stdlib.h.
35442         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
35443         C headers.
35444         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
35445         string.h.
35446         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
35447         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
35448         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
35449         or for string.h.
35450         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
35451         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
35452         C headers.
35453         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
35454         memcpy.
35455         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
35456         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
35457         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
35458         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
35459         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
35460         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
35461         string.h, free.
35462         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
35463         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
35464         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
35465         C headers, or for string.h.
35466         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
35467         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
35468         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
35469         headers, memory.h, stdlib.h, string.h, strings.h.
35470         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
35471         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
35472         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
35473         strchr.
35474         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
35475         headers, memory.h, string.h.
35476         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
35477         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
35478         free.
35479         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
35480         headers.
35481         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
35482         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
35483         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
35484         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
35485         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
35486
35487 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35488
35489         More K&R removal.
35490
35491         * lib/acosl.c (main): Use a prototype.
35492         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
35493         tanl.c: Likewise.
35494
35495         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
35496
35497         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
35498         (getopt, etopt_long, getopt_long_only, _getopt_internal)
35499         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
35500         with a prototype.
35501         * lib/getopt.c (const): Remove macro.
35502         Include <string.h> unconditionally.
35503         (my_index): Remove; all uses changed to strchr.
35504         (strlen): Remove decl.
35505         (exchange): Remove forward decl; no longer needed.
35506         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
35507         Define with prototype.
35508         * lib/getopt1.c (const): Remove macro.
35509         (getopt_long, getopt_long_only, main): Define with prototype.
35510
35511         * lib/getugroups.c: Include <string.h> unconditionally.
35512
35513         * lib/getusershell.c: Include <stdlib.h> unconditionally.
35514         (getusershell, setusershell, endusershell, readname, main):
35515         Define with prototypes.
35516
35517         * lib/group-member.c: Include group-member.h first.
35518         Include <stdlib.h> unconditionally.
35519
35520         * lib/hard-locale.c: Include hard-locale.h first.
35521         Include <stdlib.h>, <string.h> unconditionally.
35522
35523         * lib/hash.c (free, malloc): Remove decls.
35524         Include <stdlib.h> unconditionally.
35525
35526         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
35527         (getenv): Do not declare.
35528
35529         * lib/idcache.c: Include <string.h> unconditionally.
35530
35531         * lib/long-options.c: Include long-options.h first, to test interface.
35532         Include <stdlib.h> unconditionally.
35533
35534         * lib/makepath.c: Include makepath.h first, to test interface.
35535         Include <stdlib.h> and <string.h> unconditionally.
35536
35537         * lib/linebuffer.c: Include <stdlib.h>.
35538         (free): Remove decl.
35539
35540         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
35541         stddef.h. rpl_malloc returns void *, not char *.
35542         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
35543         prototype.
35544
35545         * lib/md5.h: Include <limits.h> unconditionally.
35546         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
35547         (__P): Remove; all uses removed.
35548         * lib/md5.c: Include "md5.h" first.
35549         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
35550         md5_buffer, md5_process_bytes, md5_process_block):
35551         Define with prototypes.
35552         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
35553         * lib/sha.c: Include "sha.h" first.
35554         Include <stdlib.h>, <string.h> unconditionally.
35555
35556         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
35557         * lib/memcmp.c (__ptr_t): Likewise.
35558         * lib/memrchr.c (__ptr_t): Likewise.
35559         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
35560         Include <string.h> unconditionally.
35561         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
35562         * lib/memchr.c: Include <stdlib.h> unconditionally.
35563         * lib/memchr.c (LONG_MAX): Remove.
35564         * lib/memrchr.c (LONG_MAX): Likewise.
35565         * lib/memchr.c (__memchr): Define via a prototype.
35566         * lib/memrchr.c (__memrchr): Likewise.
35567         * lib/memcmp.c (__P): Remove, and remove all uses.
35568         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
35569         Remove forward decls; no longer needed.
35570         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
35571         Use types required by C89 in prototype.
35572
35573         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
35574         * lib/savedir.c: Likewise.
35575         * lib/mkdir.c (free): Remove decl.
35576         * lib/rmdir.c (rmdir): Define with a prototype.
35577         * lib/savedir.c: Include savedir.h first, to test interface.
35578
35579         * lib/mktime.c (STDC_HEADERS): Remove.
35580         Include <stdlib.h>, <string.h> unconditionally.
35581
35582         * lib/modechange.c: Include <stdlib.h> unconditionally.
35583         (malloc): Remove decl.
35584
35585         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
35586         (free): Remove decl.
35587
35588         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
35589         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
35590         (This type really should be intptr_t, but that's a C99ism.)
35591         (_obstack_memcpy): Remove: all uses changed to memcpy.
35592         Include <string.h> unconditionally.
35593         (struct obstack): Assume __STDC__ for types of members
35594         chunkfun, freefun, extra_arg.
35595         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
35596         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
35597         obstack_begin, obstack_specify_allocation,
35598         obstack_specify_allocation_with_arg, obstack_chunkfun,
35599         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
35600         Remove unprototyped decls and the macros that use them.
35601         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
35602         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
35603         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
35604         (defined __STDC__ && __STDC__)]:
35605         Remove nonprototyped code.
35606         Include <stdlib.h> unconditionally.
35607         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
35608         _obstack_allocated_p, _obstack_free, obstack_free,
35609         _obstack_memory_used, print_and_abort):
35610         Define using prototypes.
35611         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
35612         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
35613         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
35614         obstack_next_free, obstack_object_size, obstack_room) [0]:
35615         Remove unused, unprototyped code.
35616
35617         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
35618
35619         * lib/physmem.c (physmem_total, physmem_available, main): Define
35620         with prototypes.
35621
35622         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
35623         (main): Define with a prototype.
35624
35625         * lib/posixver.c (getenv): Remove decl.
35626
35627         * lib/putenv.c (malloc): Returns void *, not char *.
35628         Include <string.h> unconditionally.
35629         (strchr, memcpy, NULL): Do not define.
35630
35631         * lib/readtokens.c: Include readtokens.h first, to test interface.
35632         Include <stdlib.h>, <string.h> unconditionally.
35633         (init_tokenbuffer): Define with a prototype.
35634
35635         * lib/regex.c (PARAMS): Remove.  All uses removed.
35636         All uses of _RE_ARGS removed, too.
35637         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35638         unconditionally.
35639         (bzero): Assume memset exists.
35640         (memcmp, memcpy, NULL): Remove.
35641         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
35642         char, or assignments to local vars of type signed char.
35643         (init_syntax_once, PREFIX(extract_number_and_incr),
35644         PREFIX(print_partial_compiled_pattern),
35645         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
35646         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
35647         PREFIX(regex_grow_registers), PREFIX(regex_compile),
35648         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
35649         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
35650         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
35651         wcs_compile_range, byte_compile_range, truncate_wchar,
35652         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
35653         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
35654         count_mbs_length, wcs_re_match_2_internal,
35655         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
35656         PREFIX(alt_match_null_string_p),
35657         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
35658         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
35659         regfree, PREFIX(extract_number)): Define with prototype.  Remove
35660         now-unnecessary declaration, if any.
35661         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
35662         regcomp, regexec):
35663         Remove now-unnecessary casts among pointer types.
35664         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
35665
35666         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
35667         (free): Remove decl.
35668
35669         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
35670
35671         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
35672         (free): Remove decl.
35673
35674         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
35675         * lib/xgetcwd.c: Likewise.
35676
35677         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
35678         (free): Remove decl.
35679
35680         * lib/strchrnul.c (strchrnul): Define with a prototype.
35681         Fix bug: c_in was not converted to char before searching.
35682
35683         The following changes are not K&R related:
35684
35685         * lib/group-member.h: Include <sys/types.h>, so that this file is
35686         self-contained.
35687         * lib/makepath.h: Likewise.
35688
35689         * lib/getusershell.c (readname, default_index, line_size, readname):
35690         Use size_t, not int, for sizes.
35691         (readname): If the size overflows, report an error instead of
35692         looping forever.
35693
35694 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35695
35696         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
35697         libc.
35698
35699 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35700
35701         * README: New section: portability guidelines.
35702
35703 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35704
35705         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
35706         C89 spec.
35707
35708 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35709
35710         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
35711
35712 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35713
35714         Assume C89 or better; remove K&R cruft.
35715         A few of these changes were first proposed by Derek Robert Price
35716         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
35717
35718         * lib/addext.c: Include <string.h> unconditionally.
35719         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
35720         Don't declare getenv or malloc.
35721
35722         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
35723         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
35724         (NULL): Remove.
35725         (find_stack_direction, alloca): Use prototypes.
35726
35727         * lib/atexit.c (atexit): Define using a prototype.
35728
35729         * lib/basename.c, dirname.c, stripslash.c:
35730         Include <string.h> unconditionally.
35731
35732         * lib/bcopy.c: Include <stddef.h>.
35733         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
35734
35735         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
35736
35737         * lib/error.h (error, error_at_line, error_print_progname)
35738         [! (defined (__STDC__) && __STDC__)]: Remove decls.
35739         * lib/error.c: Include error.h first, to check interface.
35740         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
35741         (VA_START): Remove; all uses changeed to va_start.
35742         (exit, strerror): Remove decls.
35743         (error_print_progname): Prototype uncondionally.
35744         Don't include <errno.h>; no longer needed.
35745         (private_strerror): Remove.
35746         (error_tail): Always define.
35747         (error, error_at_line): Assume C89 or better; always use prototypes.
35748         * lib/fatal.c: Include "fatal.h" first, to test interface.
35749         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
35750         (VA_START): Remove; all uses changed to va_start.
35751         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
35752         this case.
35753         (exit): Remove decl.
35754         (fatal): Prototype unconditionally.  Assume va_start works.
35755         Abort at end, to pacify gcc.
35756
35757         * lib/euidaccess.c (main): Define with a prototype.
35758
35759         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
35760
35761         * lib/exitfail.c: Include <stdlib.h> unconditionally.
35762
35763         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
35764         prototypes.
35765         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
35766         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
35767         (getenv): Remove decl.
35768         (fnmatch): Define using a prototype.
35769         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
35770         (FCT): Define using a prototype.
35771
35772         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
35773
35774         * lib/gethostname.c: Include <stddef.h>.
35775         (gethostname): Define with prototype.  Length is size_t, not int.
35776
35777 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35778
35779         Assume C89 or better; remove K&R cruft.
35780         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
35781         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
35782         string.h, getenv, malloc.
35783         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
35784         headers.
35785         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
35786         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
35787         do not check for strerror.
35788         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
35789         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
35790         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
35791         do not check for doprnt or vprintf.
35792         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
35793         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
35794
35795 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35796
35797         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
35798         getversion.c should have been removed then, but was accidentally
35799         preserved.
35800
35801         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
35802         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
35803
35804 2003-09-08  Karl Berry  <karl@gnu.org>
35805
35806         * config/config.sub, config.guess, srclistvars.sh: update from savannah
35807                 config, forget about prep.
35808
35809         * config/depcomp, missing: update from automake.
35810
35811 2003-09-07  Paul Eggert  <eggert@twinsun.com>
35812
35813         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
35814         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
35815
35816 2003-09-07  Paul Eggert  <eggert@twinsun.com>
35817
35818         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
35819         copy_tm_result.  Bug reported by Simon Josefsson in
35820         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
35821
35822 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35823
35824         * m4/time_r.m4: New file.
35825         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
35826         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
35827         is. Check for timegm declaration.
35828         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
35829         Do not check for gmtime_r.
35830         Replace mktime if __mktime_internal does not exist and if mktime
35831         hasn't been replaced already.
35832
35833 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35834
35835         * lib/time_r.c, lib/time_r.h: New files.
35836
35837         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
35838         __localtime_r.
35839         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
35840         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
35841
35842         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
35843         __gmtime_r.
35844         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
35845         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
35846         Include <time_r.h>.
35847
35848         * lib/timegm.c: Switch to glibc implementation, with the following
35849         changes:
35850         [defined HAVE_CONFIG_H]: Include <config.h>.
35851         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
35852         (__mktime_internal) [!defined _LIBC]: New decl.
35853         (__gmtime_r) [!defined _LIBC]: New macro and function.
35854         (timegm): Use a prototype, since gnulib assumes C89.
35855         Do not bother declaring tmp to be const, as it's not really usefu.
35856         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
35857         (timegm): Declare only if HAVE_DECL_TIMEGM.
35858
35859 2003-09-06  Paul Eggert  <eggert@twinsun.com>
35860
35861         * MODULES.html.sh (func_all_modules): Add time_r.
35862         * modules/time_r: New file.
35863         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
35864         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
35865
35866 2003-09-03  Paul Eggert  <eggert@twinsun.com>
35867
35868         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
35869         Bug reported by Lute Kamstra in
35870         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
35871
35872         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
35873         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
35874         course with correspondingly smaller numbers for tomorrow and
35875         yesterday.  From Tadayoshi Funaba.  Originally installed into
35876         sh-utils on 1999-08-07, but the patch got lost (I guess during the
35877         coreutils merge?).
35878
35879 2003-08-31  Simon Josefsson  <jas@extundo.com>
35880
35881         * modules/timegm: New file.
35882         * MODULES.html.sh (func_all_modules): Add timegm.
35883
35884 2003-08-31  Simon Josefsson  <jas@extundo.com>
35885
35886         * m4/timegm.m4: New file.
35887
35888 2003-08-31  Simon Josefsson  <jas@extundo.com>
35889
35890         * lib/timegm.h: New file.
35891         * lib/timegm.c: New file.  Based on
35892         wget-1.8.2/src/http.c:mktime_from_utc.
35893
35894 2003-08-31  Karl Berry  <karl@gnu.org>
35895
35896         * lib/argp.h: update from libc.
35897
35898 2003-08-28  Bruno Haible  <bruno@clisp.org>
35899
35900         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
35901         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
35902         followed by '#define fnmatch fnmatch_posix' gives an error.
35903
35904 2003-08-28  Bruno Haible  <bruno@clisp.org>
35905
35906         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
35907         warning on QNX, which defines O_BINARY to 000000.
35908
35909 2003-08-27  Jim Meyering  <jim@meyering.net>
35910
35911         * m4/mkstemp.m4: Require that the system mkstemp be able to create
35912         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
35913         would fail after 32.  Reported by Danny Levinson.  Details here:
35914         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
35915
35916 2003-08-24  Bruno Haible  <bruno@clisp.org>
35917
35918         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
35919         MSVC7 <stdio.h> is included later.
35920
35921 2003-08-22  Simon Josefsson  <jas@extundo.com>
35922
35923         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
35924
35925 2003-08-20  Karl Berry  <karl@gnu.org>
35926
35927         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
35928
35929 2003-08-20  Bruno Haible  <bruno@clisp.org>
35930
35931         * modules/progname: New file.
35932         * MODULES.html.sh (func_all_modules): Add progname.
35933
35934 2003-08-20  Bruno Haible  <bruno@clisp.org>
35935
35936         * lib/progname.h: New file, from GNU gettext.
35937         * lib/progname.c: New file, from GNU gettext.
35938         * lib/progreloc.c: New file, from GNU gettext.
35939
35940 2003-08-19  Jim Meyering  <jim@meyering.net>
35941
35942         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
35943         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
35944
35945 2003-08-19  Bruno Haible  <bruno@clisp.org>
35946
35947         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
35948         more.
35949
35950 2003-08-19  Bruno Haible  <bruno@clisp.org>
35951
35952         * lib/xstrdup.c: Assume <string.h> exists.
35953
35954 2003-08-18  Paul Eggert  <eggert@twinsun.com>
35955
35956         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
35957         in makefile rules.
35958
35959 2003-08-18  Jim Meyering  <jim@meyering.net>
35960
35961         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
35962         * m4/lib-ld.m4: Likewise.
35963
35964 2003-08-18  Jim Meyering  <jim@meyering.net>
35965
35966         * lib/setenv.h: Indent nested cpp directive.
35967         * lib/vasnprintf.c: Remove trailing blanks.
35968
35969 2003-08-17  Simon Josefsson  <jas@extundo.com>
35970
35971         * modules/xstrndup: New file.
35972         * MODULES.html.sh (func_all_modules): Add xstrndup.
35973
35974 2003-08-17  Simon Josefsson  <jas@extundo.com>
35975
35976         * modules/argp: Fix autoconf macro name. Add more dependencies.
35977
35978 2003-08-17  Simon Josefsson  <jas@extundo.com>
35979
35980         * m4/xstrndup.m4: New file.
35981
35982 2003-08-17  Simon Josefsson  <jas@extundo.com>
35983
35984         * m4/argp.m4: New file.
35985
35986 2003-08-17  Simon Josefsson  <jas@extundo.com>
35987             Bruno Haible  <bruno@clisp.org>
35988
35989         * lib/xstrndup.h: New file.
35990         * lib/xstrndup.c: New file.
35991
35992 2003-08-17  Bruno Haible  <bruno@clisp.org>
35993
35994         * modules/strndup (Files, Include): Add lib/strndup.h.
35995
35996 2003-08-17  Bruno Haible  <bruno@clisp.org>
35997
35998         * modules/euidaccess (Files): Add lib/euidaccess.h.
35999
36000 2003-08-17  Bruno Haible  <bruno@clisp.org>
36001
36002         * lib/strndup.h: New file.
36003
36004 2003-08-17  Bruno Haible  <bruno@clisp.org>
36005
36006         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
36007         like AC_GNU_SOURCE.
36008         * modules/extensions (configure.ac): Comment out the invocation of
36009         gl_USE_SYSTEM_EXTENSIONS.
36010
36011 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36012
36013         Merges from coreutils, etc.
36014         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
36015         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
36016         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
36017         fixing a typo.
36018         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
36019         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
36020
36021 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36022
36023         Document merge from coreutils.
36024         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
36025         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
36026         * modules/utime: Add m4/utimes-null.m4.
36027
36028 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36029
36030         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
36031         space, undoing this 2003-08-12 change:
36032         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36033
36034 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36035
36036         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
36037         strtoul.c from libc, undoing this 2003-08-12 change:
36038         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36039
36040 2003-08-16  Jim Meyering  <jim@meyering.net>
36041
36042         Merges from coreutils.
36043         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
36044         prefix.  Adjust cache variables similarly.  Create 500 rather than
36045         just 300 files, to exercise bug on Darwin6.5, too.
36046         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
36047         $missing_dir.
36048         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
36049         AM_SYS_POSIX_TERMIOS.
36050         Reported by mkc@mathdogs.com.
36051         Also change use of $am_cv_sys_posix_termios
36052         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
36053         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
36054         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
36055         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
36056         in /proc/mounts until it finds one with matching device number.  This
36057         is unnecessary when the FILE argument *is* a mount point.  No stat call
36058         is necessary in that case.  So, disable the statvfs-testing code on
36059         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
36060         as RedHat bug# 84846.
36061         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36062         to 1MB, so as not to render systems with no stack size limit (e.g.,
36063         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36064         Include <unistd.h>.  On some systems,
36065         it is required for the definition of _SC_PAGESIZE.
36066
36067 2003-08-16  Jim Meyering  <jim@meyering.net>
36068
36069         Merge from coreutils.
36070         * lib/xstrtoimax.c: #else #if -> #elif.
36071         * lib/xstrtoumax.c: Likewise.
36072
36073 2003-08-16  Jim Meyering  <jim@meyering.net>
36074
36075         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
36076         * m4/utimes.m4: Removed.
36077         * m4/utimes-null.m4: Renamed from utimes.m4.
36078
36079         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36080         to 1MB, so as not to render systems with no stack size limit (e.g.,
36081         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36082         Include <unistd.h>.  On some systems,
36083         it is required for the definition of _SC_PAGESIZE.
36084
36085 2003-08-16  Jim Meyering  <jim@meyering.net>
36086         and Paul Eggert  <eggert@cs.ucla.edu>
36087
36088         Merges from coreutils, etc.
36089
36090         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
36091         using the latest version from cvs.  This avoids problems with #line
36092         directives using a vendor (Sun) compiler.
36093         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
36094         Don't set GETGROUPS_LIB here; now it's
36095         done via getgroups.m4's wrapper function.
36096         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
36097         rather than just in sh-util/configure.in, so that the
36098         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
36099         same.
36100         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
36101         AC_FUNC_GETLOADAVG where to find getloadavg.c.
36102         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
36103         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
36104         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
36105         Remove code that is now done by the newly-required macros.
36106         Append $(EXEEXT) to DF_PROG.
36107         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
36108         Do not invoke or require the following here,
36109         since prereq.m4 or some gnulib .m4 now does this for us:
36110         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
36111         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
36112         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
36113         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
36114         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
36115         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
36116         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
36117         AC_FUNC_OBSTACK.
36118         Do not replace the following functions, as this is now the job
36119         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
36120         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
36121         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
36122         atexit getpass, strdup, getpagesize.
36123         Replace 'raise'.
36124         Do not check for the following functions, as this is now the job
36125         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
36126         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
36127         setregid.
36128         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
36129         Check for sys/sysctl.h.
36130         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
36131         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
36132         of checking for ssize_t ourselves.
36133
36134         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
36135         Require every macro that gnulib/modules/* suggests for us.
36136         (jm_PREREQ_ADDEXT): New macro.
36137         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
36138         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
36139
36140         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
36141         (gl_PHYSMEM): Use it.
36142         Also check for `table' function.
36143         Check for new headers and functions.
36144         Add check for sys/sysmp.h.
36145         With suggestions from Kaveh Ghazi.
36146         Ignore headers that are present but cannot be compiled.  This
36147         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
36148         C 5.4.
36149
36150 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36151
36152         Document merge from coreutils.
36153         * modules/userspec: Depend on posixver.
36154         * modules/strftime: Depend on tzset.
36155
36156 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36157
36158         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
36159         rather than tab, after '#' in shell-script copyright notices.
36160         Suggested by Bruno Haible.
36161
36162 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36163
36164         * config/srclist-update: Use three spaces, rather than tab, after '#'
36165         in shell-script copyright notices.  Suggested by Bruno Haible.
36166         Remove unnecessary parenthesization in regular expression.
36167
36168 2003-08-15  Jim Meyering  <jim@meyering.net>
36169
36170         Merge from coreutils.
36171         * lib/xgethostname.c: Include <stdlib.h>.
36172         (xghostname): Don't exit for anything other than memory-related
36173         failure; just return NULL.
36174         * lib/userspec.c: Include "posixver.h".
36175         (parse_user_spec): Accept `.' as a separator only
36176         in pre-POSIX-200112 mode.
36177         * lib/strtoimax.c: Use #elif rather than #else #if.
36178         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
36179         Remove function, now that we can rely on a working tzset function.
36180         [!_LIBC]: Ensure that the required autoconf test has been run.
36181         [!defined _NL_CURRENT && HAVE_STRFTIME]:
36182         Use underlying_strftime for %r.
36183         * lib/sha.c: Merge in some clean-up and optimization changes from
36184         glibc.
36185         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
36186         Ensure that it is a multiple of 64.
36187         Rearrange loop exit tests so as to avoid performing an
36188         additional fread after encountering an error or EOF.
36189         * lib/realloc.c: Update copyright date.
36190
36191 2003-08-15  Jim Meyering  <jim@meyering.net>
36192         and Paul Eggert  <eggert@twinsun.com>
36193
36194         Merge from coreutils.
36195         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
36196         member but strut utmpx does not.  Needed for AIX 4.3.3.
36197         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
36198
36199 2003-08-15  Jim Meyering  <jim@meyering.net>
36200         and Paul Eggert  <eggert@cs.ucla.edu>
36201
36202         Merges from coreutils, etc.
36203         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
36204         Require gl_FUNC_TZSET_CLOBBER.
36205         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
36206         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
36207         members.
36208
36209 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36210
36211         Help the merge from coreutils.
36212         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
36213         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
36214         * m4/tzset.m4: Use it too.
36215
36216 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36217
36218         * modules/tzset: New file.
36219
36220 2003-08-14  Jim Meyering  <jim@meyering.net>
36221
36222         Merges from coreutils.
36223         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
36224         variable names, rather than @FNMATCH_H@.
36225         * modules/alloca: Likewise for $(ALLOCA_H).
36226
36227         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
36228         the three copies of the literal target, `fnmatch.h'.
36229         * modules/alloca (alloca.h): Likewise.
36230
36231 2003-08-14  Jim Meyering  <jim@meyering.net>
36232
36233         Merge from coreutils.
36234         * m4/tzset.m4: New file.
36235         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
36236         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
36237         otherwise, AIX 5.1 systems would end up using the latter.
36238         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
36239         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
36240         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
36241         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
36242
36243 2003-08-14  Jim Meyering  <jim@meyering.net>
36244
36245         Merge from coreutils.
36246         * lib/obstack.h: Whitespace changes.
36247         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
36248         and xcalloc return values.
36249         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
36250         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
36251         hang on OSF/1 5.1 for DIR on both local and remote file systems.
36252         Reported by (and fix confirmed by) Nelson H. F. Beebe.
36253         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
36254         error from mntctl.
36255         Use mntctl's return value to drive the entry-processing loop, since
36256         we can't rely on the value of the vmt_length member in the last
36257         entry.  On some systems doing so could result in exhausting
36258         virtual memory.  Based in part on a patch from Mike Jetzer.
36259
36260 2003-08-14  Jim Meyering  <jim@meyering.net>
36261         and Paul Eggert  <eggert@twinsun.com>
36262
36263         Merges from coreutils, plus other fixes.
36264         * lib/physmem.c: Merge in portability changes from gcc/libiberty
36265         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
36266         for credits and details.  Thanks to Kaveh Ghazi for helping
36267         to keep these files in sync.
36268         (ARRAY_SIZE): Define it.
36269         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
36270         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
36271         (memcasecmp): Don't assume size_t fits in unsigned int.
36272         Remove casts and duplicate code.
36273         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
36274         (memcpy): Remove definition.
36275         Merge in some clean-up and optimization changes from glibc.
36276         [BLOCKSIZE]: Move definition to top of file.
36277         Ensure that it is a multiple of 64.
36278         Rearrange loop exit tests so as to avoid performing an
36279         additional fread after encountering an error or EOF.
36280         * lib/md5.h (md5_uintptr): Define.
36281         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
36282         return to the initial working directory.  Preserve errno
36283         for caller.
36284         * lib/idcache.c: Include "xalloc.h".
36285         (xmalloc, xrealloc): Remove decls.
36286         (getuser): Remove casts no longer required in C89.
36287         * lib/human.c: Include stdio.h, for sprintf.
36288         * lib/group-member.c: Include "xalloc.h".
36289         (xmalloc, xrealloc): Remove decls.
36290         (get_group_info): Remove casts no longer required in C89.
36291         * lib/getusershell.c (readname): Remove casts no longer required in
36292         C89.
36293         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
36294         * lib/getline.c: Whitespace fix, from coreutils.
36295
36296 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36297
36298         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
36299         Check for isascii.
36300
36301         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
36302         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
36303         Undo previous (whitespace-only) change.
36304
36305 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36306
36307         * lib/exclude.c: Include <ctype.h>
36308         (IN_CTYPE_DOMAIN): New macro.
36309         (is_space): New fn.
36310         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
36311         and empty lines.
36312
36313         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
36314         Undo previous (whitespace-only) change.
36315
36316 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36317
36318         * config/srclist-update: Change update back to the old behavior,
36319         leaving whitespace alone.  Use one 'sed' command rather than a
36320         pipeline.
36321         (fixlicense): Now a variable, not a function.
36322         (remove_trailing_blanks): Remove.
36323         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
36324         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
36325         Undo previous (whitespace-only) change.
36326
36327 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36328
36329         Merge from coreutils.
36330         * modules/euidaccess: Add lib_SOURCES, include for new
36331         file euidaccess.h
36332
36333 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36334
36335         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
36336         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
36337         Normalize leading white space and remove trailing white space.
36338
36339         Merge from coreutils
36340         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
36341
36342         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
36343         0.12.1.  These files are now being upgraded automatically by
36344         ../config/srclist-update.
36345
36346 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36347
36348         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
36349         Normalize leading white space and remove trailing white space.
36350         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
36351         notice, as per ../config/srclist-update.
36352
36353         Merge from coreutils.
36354         * lib/euidaccess.h: New file.
36355         * lib/euidaccess.c: Include it.
36356         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
36357         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
36358         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
36359
36360 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36361
36362         * config/srclist-update: Add copyright notice.
36363         (remove_id_lines, remove_trailing_blanks): New constants.
36364         (fixfile): Use them to normalize spacing a bit in copied files.
36365         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
36366         Normalize leading white space and remove trailing white space.
36367
36368         * config/texinfo.tex: Sync with texinfo.
36369
36370         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
36371         strtoul.c from libc, to merge coreutils whitespace changes.
36372
36373         * config/srclist.txt: Get the following m4 files from gettext:
36374         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
36375         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
36376         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
36377         wint_t.m4.
36378
36379 2003-08-12  Karl Berry  <karl@gnu.org>
36380
36381         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
36382         been made.
36383
36384 2003-08-11  Paul Eggert  <eggert@twinsun.com>
36385
36386         * modules/gnu-source, m4/gnu-source.m4:
36387         Remove; we're assuming Autoconf 2.54 or later now.
36388         Suggested by Bruno Haible.
36389         * MODULES.html.sh (func_all_modules): Remove gnu-source.
36390
36391 2003-08-11  Bruno Haible  <bruno@clisp.org>
36392
36393         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
36394
36395 2003-08-11  Bruno Haible  <bruno@clisp.org>
36396
36397         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
36398         (vasnprintf): Use it instead of wcslen.
36399
36400 2003-08-11  Bruno Haible  <bruno@clisp.org>
36401
36402         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
36403         value to ensure that _Bool promotes to int. Use #define for _Bool when
36404         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
36405
36406 2003-08-10  Karl Berry  <karl@gnu.org>
36407
36408         * lib/regex.h: update from libc (whitespace fix).
36409
36410 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36411
36412         Merge some files from coreutils.  These changes were
36413         originally made by Jim Meyering.
36414         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
36415         many older Unixes require this.
36416         * lib/alloca.c (alloca): Remove cast to argument of free;
36417         no longer needed in C89.
36418         * lib/alloca_.h, regex.h: Fix white space to match
36419         what GNU indent does.
36420
36421 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36422
36423         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
36424         apparently Emacs's Unicode mode got confused before my 2003-08-05
36425         checkin.
36426
36427 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36428
36429         * m4/extensions.m4: New file.
36430         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
36431         Require gl_USE_SYSTEM_EXTENSIONS.
36432         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
36433         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
36434
36435 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36436
36437         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
36438         * modules/extensions, modules/gnu-source: New files.
36439         * modules/timespec, modules/unlocked-io: Depend on extensions.
36440
36441 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36442
36443         * modules/restrict: New file.
36444         * MODULES.html.sh (func_all_modules): Add restrict.
36445         * modules/regex: Depend on restrict.
36446
36447 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36448
36449         * m4/restrict.m4: New file.
36450         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
36451
36452 2003-08-07  Bruno Haible  <bruno@clisp.org>
36453
36454         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
36455         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
36456
36457 2003-08-07  Bruno Haible  <bruno@clisp.org>
36458
36459         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
36460         makes the module 'getndelim2' compatible with the module 'getline'.
36461
36462 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36463
36464         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
36465         byte with "\201" to avoid glitches when editing that source file
36466         with multi-gnome-terminal.
36467
36468 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36469
36470         * lib/bumpalloc.h: Remove.
36471
36472 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36473
36474         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
36475         * modules/bumpalloc: Remove.
36476
36477 2003-08-04  Paul Eggert  <eggert@twinsun.com>
36478
36479         * lib/getloadavg.c: Change copyright notice and spacing to conform to
36480         GNU coding style.
36481
36482         Merge from coreutils.
36483         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
36484         1. From glibc.
36485         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
36486         from Karl Berry, implemented by Jim Meyering.
36487         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
36488         from Dmitry V. Levin.
36489         Remove anachronistic cast of xrealloc.
36490         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
36491         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
36492         type. Otherwise, it wouldn't compile with at least /bin/cc on
36493         ymp-cray-unicos9.0.2.X.
36494         Combine two mostly-identical uses of alloca into one.
36495         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
36496
36497 2003-08-04  Dave Love  <d.love@dl.ac.uk>
36498
36499         [From Emacs.]
36500
36501         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
36502         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
36503         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
36504         obsolete NLIST_NAME_UNION.
36505         [__GNU__]: Undef BSD and FSCALE.
36506         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
36507
36508 2003-08-03  Paul Eggert  <eggert@twinsun.com>
36509
36510         * lib/stdbool_.h (_Bool): Make it signed char, instead of
36511         an enum type, so that it's guaranteed to promote to int.  See:
36512         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
36513
36514 2003-08-03  Karl Berry  <karl@gnu.org>
36515
36516         * config/depcomp: update from automake.
36517
36518 2003-07-31  Paul Eggert  <eggert@twinsun.com>
36519
36520         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
36521         (strerror): Don't assume that a printable int fits in 14 bytes.
36522
36523 2003-07-31  Bruno Haible  <bruno@clisp.org>
36524
36525         * modules/getpass-gnu: New file.
36526         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
36527
36528 2003-07-31  Bruno Haible  <bruno@clisp.org>
36529
36530         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
36531
36532 2003-07-24  Karl Berry  <karl@gnu.org>
36533
36534         * config/missing: update from automake.
36535
36536 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
36537             Bruno Haible  <bruno@clisp.org>
36538
36539         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
36540         * lib/getline.c (getline, getdelim): Likewise.
36541         Remove _GNU_SOURCE define; now it's defined in config.h through
36542         m4/getline.m4.
36543
36544 2003-07-23  Karl Berry  <karl@gnu.org>
36545
36546         * config/config.sub: update from prep.
36547
36548 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36549
36550         * modules/xalloc (Depends-on): Add exitfail.
36551         * modules/xmemcoll: Likewise.
36552
36553 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36554
36555         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
36556         over-parenthesization in macros.
36557
36558         Sync with coreutils.
36559
36560         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
36561         required by C99.
36562
36563         Use `exit_failure' for xalloc and xmemcoll instead of their own
36564         private exit-failure variables.
36565         * lib/xalloc.h (xalloc_exit_failure): Remove.
36566         * lib/xmalloc.c: Likewise.  Include exitfail.h.
36567         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
36568         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
36569         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
36570         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
36571
36572 2003-07-20  Jim Meyering  <jim@meyering.net>
36573
36574         * modules/closeout (Depends-on): Add exitfail.
36575         Suggestion from Bruno Haible.
36576
36577 2003-07-19  Karl Berry  <karl@gnu.org>
36578
36579         * config/config.sub: update from prep.
36580
36581 2003-07-18  Paul Eggert  <eggert@twinsun.com>
36582
36583         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
36584         Remove.
36585         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
36586         to test that it can stand by itself.  Include "exitfail.h".
36587         Clients should set exit_failure instead.
36588         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
36589
36590 2003-07-18  Bruno Haible  <bruno@clisp.org>
36591
36592         * modules/getndelim2: New file.
36593         * modules/getline: Share files with module getndelim2.
36594         * modules/getnline: Depend on getndelim2 instead of sharing files with
36595         it. Add getnline.c to lib_SOURCES.
36596         * MODULES.html.sh (func_all_modules): Add getndelim2.
36597
36598 2003-07-18  Bruno Haible  <bruno@clisp.org>
36599
36600         * m4/getndelim2.m4: New file.
36601         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
36602         invoke gl_PREREQ_GETNDELIM2.
36603         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
36604         gl_PREREQ_GETNDELIM2.
36605         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
36606         gl_GETNDELIM2.
36607
36608 2003-07-18  Bruno Haible  <bruno@clisp.org>
36609
36610         * lib/getndelim2.h: New file.
36611         * lib/getndelim2.c: Make into a module of its own. Include config.h,
36612         getndelim2.h.
36613         (getndelim2): Make non-static. Change return type to ssize_t.
36614         * lib/getline.h: Change argument names.
36615         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
36616         * lib/getnline.c: Include getndelim2.h.
36617
36618 2003-07-18  Andreas Schwab  <schwab@suse.de>
36619
36620         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
36621
36622 2003-07-17  Karl Berry  <karl@gnu.org>
36623
36624         * config/config.sub: update from prep.
36625
36626 2003-07-17  Bruno Haible  <bruno@clisp.org>
36627
36628         * modules/getnline: New file.
36629         * modules/getline: Add lib/getndelim2.c to source file list.
36630         * MODULES.html.sh (func_all_modules): Add getnline.
36631
36632 2003-07-17  Bruno Haible  <bruno@clisp.org>
36633
36634         * m4/getnline.m4: New file.
36635
36636 2003-07-17  Bruno Haible  <bruno@clisp.org>
36637
36638         * m4/Makefile.am.in: Remove file.
36639         * m4/Makefile.am: Remove file.
36640         * m4/Makefile.in: Remove file.
36641
36642 2003-07-17  Bruno Haible  <bruno@clisp.org>
36643
36644         * lib/getnline.h: New file.
36645         * lib/getnline.c: New file.
36646         * lib/getndelim2.c: New file, extracted from getline.c.
36647         (getndelim2): Renamed from getdelim2, with added nmax argument.
36648         * lib/getline.c: Include getndelim2.c.
36649         (getdelim2): Moved out to getndelim2.c.
36650         (getline, getdelim): Update.
36651
36652 2003-07-17  Bruno Haible  <bruno@clisp.org>
36653
36654         * lib/Makefile.am: Remove file.
36655         * lib/Makefile.in: Remove file.
36656
36657 2003-07-17  Bruno Haible  <bruno@clisp.org>
36658
36659         * configure.in: Remove file.
36660         * Makefile.in: Remove file.
36661
36662 2003-07-17  Bruno Haible  <bruno@clisp.org>
36663
36664         * MODULES.html.sh: Put the </BODY> right before </HTML>.
36665
36666 2003-07-16  Karl Berry  <karl@gnu.org>
36667
36668         * config/srclist-update: was running fixlicense twice, which caused
36669                 texinfo.tex to be nullified for some reason.  Simplify,
36670                 $gplsrc is no longer needed as far as I can see?
36671
36672 2003-07-16  Jim Meyering  <jim@meyering.net>
36673
36674         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
36675
36676 2003-07-15  Paul Eggert  <eggert@twinsun.com>
36677
36678         * config/srclist.txt: Get the following files from gettext-runtime/intl
36679         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
36680         ref-del.sin.  From Bruno Haible.
36681         * config/srclist-update (fixfile): Change grep pattern again, since the
36682         previous fix didn't work (there was another trailing $).  Use
36683         '[$]' to escape the $s.
36684
36685 2003-07-15  Karl Berry  <karl@gnu.org>
36686
36687         * lib/vasnprintf.c: update from gettext.
36688
36689 2003-07-15  Karl Berry  <karl@gnu.org>
36690
36691         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
36692         gets expanded when surrounded by '$'.
36693
36694 2003-07-15  Jim Meyering  <jim@meyering.net>
36695
36696         * modules/save-cwd: Don't depend on error.  From Derek Price.
36697
36698 2003-07-15  Jim Meyering  <jim@meyering.net>
36699
36700         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
36701
36702 2003-07-14  Simon Josefsson  <jas@extundo.com>
36703
36704         * modules/mempcpy: New file.
36705         * MODULES.html.sh (func_all_modules): Add mempcpy.
36706
36707 2003-07-14  Simon Josefsson  <jas@extundo.com>
36708
36709         * m4/mempcpy.m4: New file.
36710
36711 2003-07-14  Simon Josefsson  <jas@extundo.com>
36712
36713         * lib/mempcpy.h: New file.
36714         * lib/mempcpy.c: New file.
36715
36716 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36717
36718         * modules/getdate, modules/posixtm: Depend on mktime.
36719
36720 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36721
36722         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
36723         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
36724         unicodeio.c, unicodeio.h, unlocked-io.h:
36725         Switch from LGPL to GPL.
36726
36727 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36728
36729         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
36730         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
36731         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
36732         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
36733         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
36734         updated automatically by ../config/srclist-update.  This changes
36735         their license from LPGL to GPL.
36736
36737 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36738
36739         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
36740         assumed to refer to the root of the most recent stable gettext version.
36741         * config/srclistvars.sh: Add defaults for eggert.
36742         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
36743         Match "This program" as well as "The program".  This is needed
36744         for gettext.
36745
36746 2003-07-14  Jim Meyering  <jim@meyering.net>
36747
36748         Don't emit diagnostics.  Let callers do that.
36749         * lib/save-cwd.c: Don't include "error.h".
36750         (save_cwd): Don't call error.  Ensure that errno is valid
36751         when returning nonzero.
36752
36753         * lib/save-cwd.h (restore_cwd): Update prototype.
36754         * lib/save-cwd.c (restore_cwd): Remove two parameters.
36755         Simplify.  Don't call error upon failure.  Let callers do that.
36756         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
36757         when auditing is enabled.  But don't bother updating the #if.
36758
36759 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
36760
36761         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
36762         it breaks C++ compilation.
36763         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
36764
36765 2003-07-10  Simon Josefsson  <jas@extundo.com>
36766
36767         * modules/strchrnul (Makefile.am): Add strchrnul.h.
36768
36769 2003-07-10  Jim Meyering  <jim@meyering.net>
36770
36771         * m4/clock_time.m4: Remove trailing blank.
36772         * m4/intmax_t.m4: Likewise.
36773
36774 2003-07-10  Jim Meyering  <jim@meyering.net>
36775
36776         * lib/vasnprintf.c: Remove trailing blanks.
36777         Make cpp indentation consistent.
36778
36779 2003-07-09  Paul Eggert  <eggert@twinsun.com>
36780
36781         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
36782         posixver.c, strftime.c, strnlen.c, strverscmp.c:
36783         Switch from LGPL to GPL.
36784
36785 2003-07-09  Paul Eggert  <eggert@twinsun.com>
36786
36787         * config/srclist.txt: Sort sublists.  Add
36788         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
36789         that differ from gnulib for one reason or another; we'd like this list
36790         to be smaller but for now let's document what we have.
36791
36792 2003-07-08  Paul Eggert  <eggert@twinsun.com>
36793
36794         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
36795         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
36796         and sweeter "eval x=$x".
36797         * config/srclist.txt: Get lib/argp* from glibc.
36798
36799 2003-07-07  Paul Eggert  <eggert@twinsun.com>
36800
36801         * lib/mktime.c: Fix some boundary cases and remove need for floating
36802         point.
36803
36804         Issue a compile-time diagnostic if time_t is floating point, or if
36805         two's complement arithmetic is not in effect, or if arithmetic
36806         right shift does not propagate the sign.  These assumptions were
36807         all in the original code but they weren't checked.
36808
36809         (TIME_T_MIDPOINT, verify): New macros.
36810         (__isleap): Remove; it has integer overflow problems.
36811         (leapyear): New function, without those problems.
36812         (ydhms_tm_diff): Remove; splitting into two parts.
36813         (ydhms_diff): New function, containing the arithmetic part of
36814         the old ydhms_tm_diff function.  Issue a compile-time
36815         diagnostic if we are not using C99 integer division.
36816         Avoid casts when possible.
36817         (guess_time_tm): New function, containing the checking part of
36818         the old ydhms_tm_diff function.  Return the new value, rather than
36819         the difference between it and the old.  Accept a new argument T
36820         so that *T specifies the old value.  Check for overflow in the result.
36821
36822         (__mktime_internal): Use a time_t offset, not a long int offset.
36823         This undoes the 2003-06-04 change, which is no longer needed now
36824         that we have better overflow checking.
36825         (localtime_offset): Likewise.
36826
36827         (__mktime_internal): Avoid harmful overflow on hosts where time_t
36828         and long are 64-bit but int is only 32-bit.
36829         (ydhms_diff): Use long int to store year1 and yday1.
36830         Issue a compile-time diagnostic if long int is not wide enough.
36831
36832         (__mktime_internal): Use long int to store adjusted year and yday.
36833         Use plain C rather than preprocessor commands, if that doesn't
36834         affect efficiency.
36835         Check for overflow (and try to repair) after each probe
36836         rather than checking only at the very end.  This avoids some bugs
36837         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
36838         does not equal GMT offset at maximum time).
36839         Use integer to check for overflow rather than floating point; this
36840         is more portable to non-IEEE hosts, and is a tad faster.
36841         When we detect that we are oscillating between two values,
36842         don't check whether tm_isdst has the requested value, since
36843         we already know the answer.  When tm_isdst has the wrong value,
36844         use a different heuristic to find the right one, based on the
36845         extreme values actually observed in practice in tz2003a,
36846         rather than the (overly optimistic) "previous 3 calendar quarters".
36847
36848         (not_equal_tm, print_tm, check_result): Use "const T" rather than
36849         "T const" to accommodate glibc style.
36850         (check_result): Use less-confusing report format.  "long" -> "long int.
36851         (main): Likewise.
36852         Don't loop if the iteration overflows time_t.
36853         Allow a negative step in the iteration.
36854
36855 2003-07-06  Karl Berry  <karl@gnu.org>
36856
36857         * config/depcomp: update from automake.
36858         * config/config.sub: update from prep.
36859
36860 2003-07-03  Karl Berry  <karl@gnu.org>
36861
36862         * config/config.guess: update from prep.
36863
36864 2003-07-01  Paul Eggert  <eggert@twinsun.com>
36865
36866         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
36867         xreadlink.c now includes it unconditionally.
36868
36869 2003-07-01  Paul Eggert  <eggert@twinsun.com>
36870
36871         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
36872         having it depend on HAVE_SYS_TYPES_H.
36873
36874 2003-07-01  Bruno Haible  <bruno@clisp.org>
36875
36876         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
36877         <sys/types.h> should be sufficient.
36878         Reported by Paul Eggert.
36879
36880 2003-06-26  Karl Berry  <karl@gnu.org>
36881
36882         * config/depcomp: update from automake.
36883
36884 2003-06-26  Bruno Haible  <bruno@clisp.org>
36885
36886         * modules/human: Depend on module stdbool.
36887
36888 2003-06-25  Bruno Haible  <bruno@clisp.org>
36889
36890         * modules/readlink: New file.
36891         * modules/xreadlink: Depend on it.
36892         * MODULES.html.sh (func_all_modules): Add readlink.
36893
36894 2003-06-25  Bruno Haible  <bruno@clisp.org>
36895
36896         * m4/readlink.m4: New file.
36897
36898 2003-06-25  Bruno Haible  <bruno@clisp.org>
36899
36900         * lib/readlink.c: New file.
36901
36902 2003-06-22  Karl Berry  <karl@gnu.org>
36903
36904         * config/srclist.txt: update mkinstalldirs from automake.
36905         * config/mkinstalldirs: update.
36906
36907 2003-06-22  Bruno Haible  <bruno@clisp.org>
36908
36909         Portability to mingw32.
36910         * m4/ssize_t.m4: New file, from GNU gettext.
36911         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
36912         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
36913
36914 2003-06-22  Bruno Haible  <bruno@clisp.org>
36915
36916         * modules/safe-read: Add m4/ssize_t.m4.
36917         * modules/xreadlink: Add m4/ssize_t.m4.
36918
36919 2003-06-20  Bruno Haible  <bruno@clisp.org>
36920
36921         Assume C89, so PARAMS isn't needed.
36922         * lib/unicodeio.h (PARAMS): Remove.
36923         * lib/unicodeio.c: Don't use PARAMS.
36924
36925 2003-06-18  Karl Berry  <karl@gnu.org>
36926
36927         * config/config.{guess,sub}: update from prep.
36928
36929 2003-06-18  Jim Meyering  <jim@meyering.net>
36930
36931         Merge changes from coreutils.
36932         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
36933         Remove explicit declarations of xmalloc and realloc.
36934         Include xalloc.h.
36935         (read_utmp): Remove anachronistic cast of xmalloc.
36936
36937 2003-06-17  Paul Eggert  <eggert@twinsun.com>
36938
36939         Assume C89, so PARAMS isn't needed.
36940         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
36941         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
36942         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
36943         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
36944         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
36945         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
36946         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
36947         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
36948         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
36949         lib/xstrtod.h, lib/xstrtol.h: Likewise.
36950         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
36951         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
36952         no longer needed. Anyway, config.h should always be included before any
36953         other file.
36954
36955 2003-06-11  Simon Josefsson  <jas@extundo.com>
36956
36957         * modules/sysexits: New file.
36958         * MODULES.html.sh (func_all_modules): Add sysexits.
36959
36960 2003-06-11  Simon Josefsson  <jas@extundo.com>
36961
36962         * lib/sysexit_.h: New file.
36963
36964 2003-06-11  Derek Price  <derek@ximbiot.com>
36965
36966         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
36967         necessary.
36968
36969 2003-06-11  Bruno Haible  <bruno@clisp.org>
36970
36971         * m4/sysexits.m4: New file.
36972
36973 2003-06-10  Simon Josefsson  <jas@extundo.com>
36974
36975         * lib/argp.h: New file, from glibc.
36976         * lib/argp-ba.c: New file, from glibc.
36977         * lib/argp-eexst.c: New file, from glibc.
36978         * lib/argp-fmtstream.c: New file, from glibc.
36979         * lib/argp-fmtstream.h: New file, from glibc.
36980         * lib/argp-fs-xinl.c: New file, from glibc.
36981         * lib/argp-help.c: New file, from glibc.
36982         * lib/argp-namefrob.h: New file, from glibc.
36983         * lib/argp-parse.c: New file, from glibc.
36984         * lib/argp-pv.c: New file, from glibc.
36985         * lib/argp-pvh.c: New file, from glibc.
36986         * lib/argp-xinl.c: New file, from glibc.
36987
36988 2003-06-10  Simon Josefsson  <jas@extundo.com>
36989
36990         * modules/strchrnul: New file.
36991
36992 2003-06-10  Simon Josefsson  <jas@extundo.com>
36993
36994         * modules/argp: New file.
36995
36996 2003-06-10  Simon Josefsson  <jas@extundo.com>
36997
36998         * m4/strchrnul.m4: New file.
36999
37000 2003-06-10  Simon Josefsson  <jas@extundo.com>
37001
37002         * lib/strchrnul.h: New file.
37003         * lib/strchrnul.c: New file.
37004
37005 2003-06-10  Bruno Haible  <bruno@clisp.org>
37006
37007         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
37008
37009 2003-06-07  Karl Berry  <karl@gnu.org>
37010
37011         * config/config.{guess,sub}: update from prep.
37012
37013 2003-06-07  Jim Meyering  <jim@meyering.net>
37014
37015         * modules/strtod: Use $(...) notation, not @...@ for
37016         AC_REPLACE'd variables.
37017         * modules/localcharset: Likewise.
37018
37019 2003-06-07  Jim Meyering  <jim@meyering.net>
37020
37021         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
37022         in place of my name in the copyright comment.
37023         Remove definition and uses of __P.
37024
37025         From coreutils.
37026         * lib/stat.c: Don't declare xmalloc explicitly.
37027         Instead, include "xalloc.h".
37028         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
37029         xrealloc, and xcalloc return values.
37030         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
37031         Improve comment.
37032         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
37033
37034 2003-06-07  Bruno Haible  <bruno@clisp.org>
37035
37036         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
37037         avoid AC_CONFIG_LINKS.
37038         * modules/fnmatch (Makefile.am): Use explicit creation rule for
37039         fnmatch.h, to avoid AC_CONFIG_LINKS.
37040         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
37041
37042 2003-06-07  Bruno Haible  <bruno@clisp.org>
37043
37044         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
37045         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
37046         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37047         directory.
37048         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
37049         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37050         directory.
37051
37052 2003-06-06  Jim Meyering  <jim@meyering.net>
37053
37054         Merge from coreutils.
37055         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
37056         Consolidate declarations and initializations of *_base* locals.
37057
37058         Merge from coreutils.
37059         This avoids a core dump on systems without GNU putenv,
37060         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
37061         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
37062         (unsetenv): New static function, from GNU libc.
37063         (rpl_putenv): Use it.
37064
37065         * lib/modechange.c: Remove trailing blanks.
37066
37067         Merge from coreutils.
37068         * lib/fsusage.c: Remove declaration of statfs.
37069         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
37070
37071         * lib/posixtm.c: Include <stdbool.h> unconditionally.
37072
37073 2003-06-06  Jim Meyering  <jim@meyering.net>
37074
37075         * lib/stdbool_.h: Renamed from stdbool.h.in.
37076
37077 2003-06-06  Jim Meyering  <jim@meyering.net>
37078             Bruno Haible  <bruno@clisp.org>
37079
37080         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
37081         Adjust Makefile.am snippet not to redirect directly to target.
37082         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
37083
37084 2003-06-05  Paul Eggert  <eggert@twinsun.com>
37085
37086         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
37087         mismatch, look in future quarters as well as past.  This fixes a
37088         bug when processing fall-backwards gaps immediately after a long
37089         period of daylight-saving time.
37090
37091         * lib/mktime.c: Assume freestanding C89 or better.
37092         (HAVE_LIMITS_H): Remove.  Assume it's 1.
37093         (__P): Remove; not used.
37094         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
37095         (mktime, not_equal_tm, print_tm, check_result,
37096         main): Use prototypes.  Use const * where appropriate.
37097         (main): Fix typo in testing code that uncovered by above changes.
37098         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
37099
37100 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37101
37102         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
37103         locale.h, localeconv.  This merges changes from coreutils.
37104
37105         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
37106         It can be removed after the next Autoconf is released.
37107         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
37108         needed.
37109
37110 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37111
37112         * lib/mktime.c: Fix Debian bug 177940
37113         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
37114         (localtime_offset): Now long int, not time_t, because we want it
37115         to be guaranteed to be signed.  All uses changed.
37116         (__mktime_internal): If overflow would occur when adding offset,
37117         don't add it.
37118
37119         Merge 'human' changes from coreutils.  Rewrite to support
37120         locale-specific notations like thousands separators.
37121         * lib/human.c: Simplify authorship notice.
37122         Include human.h immediately after config.h.
37123         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
37124         <limits.h>: Do not include, since human.h does.
37125         (SIZE_MAX, UINTMAX_MAX): New macros.
37126         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
37127         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
37128         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
37129         (power_letter): Renamed from suffixes.
37130         (generate_suffix_backwards): Remove.
37131         (adjust_value): Now takes int style (because of human.h changes)
37132         and long double value (for greater precision on some platforms).
37133         (group_number): New function.
37134         (human_readable): Use it.  Use integer options, not enum.
37135         Put the options before the sizes in the arg list.
37136         Support all the new options.
37137         The old human_readable function has been removed;
37138         use inttostr.h instead.
37139         (human_readable, default_block_size, humblock):
37140         Use uintmax_t, not int, for block sizes.
37141         (human_readable_inexact, block_size_types): Remove.
37142         (block_size_opts): New constant.
37143         (human_options): Renamed from human_block_size, with new signature
37144         that allows block sizes up to UINTMAX_MAX.  All callers changed.
37145         * lib/human.h: Add copyright and authorship notice.
37146         Include <limits.h> and <stdbool.h> unconditionally.
37147         (PARAMS): Remove.  All uses removed.
37148         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
37149         (enum human_inexact_style): Remove tag; now a nameless enum.
37150         (human_floor, human_ceiling, human_round_to_even): Now have
37151         values 2, 0, 1 rather than -1, 1, 0.
37152         (human_group_digits, human_suppress_point_zero, human_autoscale,
37153         human_base_1024, human_SI, human_B): New constants.
37154         (human_readable_inexact, human_block_size): Remove.
37155         (human_readable): Size args are now uintmax_t, not int.
37156         (human_options): New decl.
37157
37158         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
37159         unnecessary now that we assume C89 or better.  This change
37160         imported from coreutils.
37161
37162         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37163         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
37164         in the 2003-05-30 sync from glibc.
37165
37166         .h files should stand alone, but we shouldn't include <sys/types.h>
37167         if we can get away with just <stddef.h>.
37168
37169         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
37170         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
37171         rather than <sys/types.h>, as we merely need size_t.
37172         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
37173         to get size_t.
37174         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
37175         Include <stdio.h>, to get FILE.
37176         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
37177         memcasecmp.h has included <stddef.h> and all we need is size_t.
37178         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
37179         our interface, instead of including <sys/types.h>
37180
37181 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37182
37183         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
37184         now, as glibc mktime is buggy on non-glibc systems.
37185
37186 2003-06-03  Karl Berry  <karl@gnu.org>
37187
37188         * config/config.sub: update from prep.
37189
37190 2003-06-02  Paul Eggert  <eggert@twinsun.com>
37191
37192         [from coreutils]
37193         Fix some minor time-related bugs with POSIX time arguments.
37194         Some valid time stamps were being rejected (notably -1, and
37195         time stamps before 1900 on 64-bit hosts).  And some invalid
37196         time stamps were being accepted, e.g. September 31.
37197
37198         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
37199         that we can return (time_t) -1 successfully.
37200         * lib/posixtm.c: Likewise.
37201         [HAVE_STDBOOL_H]: Include <stdbool.h>.
37202         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
37203         (t): Remove static var.
37204         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
37205         of static var.  All uses changed.
37206         (year): Do not reject years before 1900; they can occur with
37207         64-bit time_t.
37208         (posix_time_parse): Do not check for out-of-range components;
37209         that is now the caller's responsibility, since our checks were
37210         only approximations.
37211         (posixtime): Use mktime to check for out-of-range components,
37212         since it knows them exactly.
37213         If mktime returns (time_t) -1, check whether an error actually occurred
37214         by invoking localtime on -1.
37215         (main) [TEST_POSIXTIME]: Check for input data errors, and report
37216         posixtime failures better.
37217         Improve the test data (in comments only).
37218
37219 2003-06-02  Karl Berry  <karl@gnu.org>
37220
37221         * config/mkinstalldirs (version): new variable.
37222         (--version): new option.
37223         (usage): improve message.
37224
37225 2003-05-30  Karl Berry  <karl@gnu.org>
37226
37227         * lib/mktime.c: update from libc.
37228
37229 2003-05-30  Bruno Haible  <bruno@clisp.org>
37230
37231         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
37232         * config/config.rpath: Upgrade to gettext-0.12.1.
37233
37234 2003-05-30  Bruno Haible  <bruno@clisp.org>
37235
37236         * m4/gettext.m4: Upgrade to gettext-0.12.1.
37237         * m4/nls.m4: New file, from gettext-0.12.1.
37238         * m4/po.m4: New file, from gettext-0.12.1.
37239         * m4/progtest.m4: Upgrade to gettext-0.12.1.
37240
37241 2003-05-30  Bruno Haible  <bruno@clisp.org>
37242
37243         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
37244         * lib/localcharset.h: Likewise.
37245         * lib/localcharset.c: Likewise.
37246
37247 2003-05-29  Karl Berry  <karl@gnu.org>
37248
37249         * config/config.rpath: update from gettext.
37250
37251 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37252
37253         Assume the headers required for C89 freestanding compilers.
37254         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
37255         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
37256         * m4/human.m4 (gl_HUMAN): Likewise.
37257         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
37258         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
37259         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37260         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
37261         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37262         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
37263
37264 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37265
37266         Assume the headers required for C89 freestanding compilers.
37267         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
37268         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
37269         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
37270         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
37271         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
37272         define, since <limits.h> is guaranteed to do that.
37273         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
37274         * lib/exclude.c: Include <stdbool.h> unconditionally.
37275         * lib/tempname.c: Include <stddef.h> unconditionally.
37276         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
37277         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
37278         <stddef.h> does that.
37279         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
37280         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
37281         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
37282         needed.
37283         * lib/xstrtol.c: Likewise.
37284         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
37285         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
37286
37287         * lib/addext.c (addext): Use assignment rather than cast, to avoid
37288         warnings on some platforms.
37289
37290         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37291         arbitrarily.
37292
37293 2003-05-26  Jim Meyering  <jim@meyering.net>
37294
37295         Merge in a change from coreutils:
37296         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
37297         that is guaranteed to be `no'.  Use `no_such_member' to indicate
37298         that condition, rather than `-1' which is slightly misleading.
37299         Change the name of the cache variable to have the gl_ prefix.
37300         Prompted by a patch from Richard Dawe for DJGPP.
37301
37302 2003-05-24  Karl Berry  <karl@gnu.org>
37303
37304         * config/config.guess: update from prep.
37305
37306 2003-05-22  Karl Berry  <karl@gnu.org>
37307
37308         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
37309
37310 2003-05-20  Karl Berry  <karl@gnu.org>
37311
37312         * config/config.guess: update from prep.
37313
37314 2003-05-18  Karl Berry  <karl@gnu.org>
37315
37316         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
37317         might actually be set by the user.
37318
37319         * config/depcomp, install-sh, mdate-sh: update from automake.
37320
37321 2003-05-17  Bruno Haible  <bruno@clisp.org>
37322
37323         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
37324         invalid expansion for AC_EGREP_CPP.
37325         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
37326         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
37327         Suggested by Akim Demaille <akim@epita.fr> in
37328         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
37329
37330 2003-05-12  Jim Meyering  <jim@meyering.net>
37331
37332         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
37333         the space-padded-by-default conversion specifiers, %e, %k, %l.
37334
37335 2003-05-12  Bruno Haible  <bruno@clisp.org>
37336
37337         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
37338         the string is longer than 4 KB.
37339
37340 2003-05-11  Karl Berry  <karl@gnu.org>
37341
37342         * config/config.{guess,sub}: update from prep.
37343
37344 2003-05-09  Bruno Haible  <bruno@clisp.org>
37345
37346         * modules/error: Add m4/strerror_r.m4 to file list.
37347
37348 2003-05-03  Bruno Haible  <bruno@clisp.org>
37349
37350         Upgrade to Unicode-4.0.
37351         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
37352         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
37353         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
37354         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
37355         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
37356         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
37357         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
37358         Change width of U+E0100..U+E01EF from 1 to 0.
37359
37360 2003-04-25  Jim Meyering  <jim@meyering.net>
37361
37362         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
37363         of type size_t, not int.
37364
37365 2003-04-25  Bruno Haible  <bruno@clisp.org>
37366
37367         * lib/copy-file.c: Include <stddef.h>, for size_t.
37368
37369 2003-04-21  Paul Eggert  <eggert@twinsun.com>
37370
37371         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
37372         code which expansion is under static control.  Patch imported from
37373         Akim Demaille's patch to Bison; see
37374         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
37375
37376 2003-04-14  Bruno Haible  <bruno@clisp.org>
37377
37378         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
37379
37380 2003-04-11  Jim Meyering  <jim@meyering.net>
37381
37382         Merge changes from Coreutils.
37383
37384         2003-03-22  Jim Meyering  <jim@meyering.net>
37385
37386         * lib/strftime.c (widen): Cast alloca return value to proper type.
37387
37388         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
37389
37390         From GNU libc.
37391         * lib/strftime.c (my_strftime): Handle very large width
37392         specifications for numeric values correctly.  Improve checks for
37393         overflow.
37394
37395         2003-01-19  Jim Meyering  <jim@meyering.net>
37396
37397         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
37398         definitions.
37399         (nl_get_alt_digit) [! defined my_strftime]: Define.
37400         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
37401         _nl_get_alt_digit and _nl_get_walt_digit.
37402
37403         * lib/strftime.c (my_strftime): Merge in locale-related changes from
37404         libc. These changes have no effect outside of _LIBC.
37405
37406 2003-04-10  Bruno Haible  <bruno@clisp.org>
37407
37408         * modules/findprog: New file.
37409         * MODULES.html.sh (func_all_modules): Add it.
37410
37411 2003-04-10  Bruno Haible  <bruno@clisp.org>
37412
37413         * m4/findprog.m4: New file.
37414         * m4/eaccess.m4: New file.
37415
37416 2003-04-10  Bruno Haible  <bruno@clisp.org>
37417
37418         * lib/findprog.h: New file, from GNU gettext.
37419         * lib/findprog.c: New file, from GNU gettext.
37420
37421 2003-04-05  Jim Meyering  <jim@meyering.net>
37422
37423         Merge changes from Coreutils.
37424
37425         * lib/exclude.h (PARAMS): Remove definition and uses.
37426         * lib/exclude.c: Remove uses of `PARAMS'.
37427
37428         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
37429         Add test-cases for DOS filenames. Declare program_name.
37430         (main): Set up program_name.  Patch by Rich Dawe.
37431
37432         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37433         error from mntctl.
37434         Use mntctl's return value to drive the entry-processing loop, since
37435         we can't rely on the value of the vmt_length member in the last
37436         entry.  On some systems doing so could result in exhausting
37437         virtual memory.  Based in part on a patch from Mike Jetzer.
37438
37439 2003-04-04  Bruno Haible  <bruno@clisp.org>
37440
37441         * modules/linebreak: New file.
37442         * MODULES.html.sh (func_all_modules): Add it.
37443
37444 2003-04-04  Bruno Haible  <bruno@clisp.org>
37445
37446         * m4/linebreak.m4: New file.
37447
37448 2003-04-04  Bruno Haible  <bruno@clisp.org>
37449
37450         * lib/linebreak.h: New file, from GNU gettext.
37451         * lib/linebreak.c: New file, from GNU gettext with slight
37452         modifications.
37453         * lib/lbrkprop.h: New file, from GNU gettext.
37454
37455 2003-04-03  Bruno Haible  <bruno@clisp.org>
37456
37457         * modules/utf8-ucs4: New file.
37458         * modules/utf16-ucs4: New file.
37459         * modules/ucs4-utf8: New file.
37460         * modules/ucs4-utf16: New file.
37461         * MODULES.html.sh (func_all_modules): Add them.
37462
37463 2003-04-03  Bruno Haible  <bruno@clisp.org>
37464
37465         * m4/utf-ucs4.m4: New file.
37466         * m4/ucs4-utf.m4: New file.
37467
37468 2003-04-03  Bruno Haible  <bruno@clisp.org>
37469
37470         * lib/utf8-ucs4.h: New file, from GNU gettext.
37471         * lib/utf16-ucs4.h: New file, from GNU gettext.
37472         * lib/ucs4-utf8.h: New file, from GNU gettext.
37473         * lib/ucs4-utf16.h: New file, from GNU gettext.
37474
37475 2003-04-02  Bruno Haible  <bruno@clisp.org>
37476
37477         * modules/binary-io: New file.
37478         * MODULES.html.sh (func_all_modules): Add it.
37479
37480 2003-04-02  Bruno Haible  <bruno@clisp.org>
37481
37482         * lib/binary-io.h: New file, from GNU gettext.
37483
37484 2003-04-01  Bruno Haible  <bruno@clisp.org>
37485
37486         * modules/pathname: New file.
37487         * MODULES.html.sh (func_all_modules): Add it.
37488
37489 2003-04-01  Bruno Haible  <bruno@clisp.org>
37490
37491         * lib/pathname.h: New file, from GNU gettext.
37492         * lib/concatpath.c: New file, from GNU gettext.
37493
37494 2003-03-30  Bruno Haible  <bruno@clisp.org>
37495
37496         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
37497
37498 2003-03-30  Bruno Haible  <bruno@clisp.org>
37499
37500         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
37501         function chown() doesn't exist.
37502
37503 2003-03-28  Bruno Haible  <bruno@clisp.org>
37504
37505         * modules/copy-file: New file.
37506         * MODULES.html.sh (func_all_modules): Add it.
37507
37508 2003-03-28  Bruno Haible  <bruno@clisp.org>
37509
37510         * m4/copy-file.m4: New file.
37511
37512 2003-03-28  Bruno Haible  <bruno@clisp.org>
37513
37514         * lib/copy-file.h: New file, from GNU gettext.
37515         * lib/copy-file.c: New file, from GNU gettext.
37516
37517 2003-03-18  Jim Meyering  <jim@meyering.net>
37518
37519         * lib/quote.c (quote_n): Fix typo in comment.
37520
37521 2003-03-18  Bruno Haible  <bruno@clisp.org>
37522
37523         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
37524         checking.
37525         * m4/onceonly_2_57.m4: Likewise.
37526
37527 2003-03-17  Bruno Haible  <bruno@clisp.org>
37528
37529         * m4/onceonly.m4: Require autoconf 2.54 or newer.
37530         (m4_quote): Remove macro.
37531         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
37532
37533 2003-03-14  Jim Meyering  <jim@meyering.net>
37534
37535         Merge changes from Coreutils.
37536         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
37537         to be const, in order to avoid warnings.
37538         (obstack_room): Likewise.
37539         (obstack_empty_p): Likewise.
37540
37541 2003-03-14  Bruno Haible  <bruno@clisp.org>
37542
37543         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
37544         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
37545
37546 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37547
37548         Merge changes from Bison.
37549         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
37550         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
37551         when compiling Bison 1.875's `bitset bset = obstack_alloc
37552         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
37553         * lib/hash.c: Include <stdbool.h> unconditionally.
37554
37555 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37556
37557         * m4/onceonly.m4 (m4_quote): New macro.
37558         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
37559         Quote AC_FOREACH variable-expansions properly.
37560
37561 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37562
37563         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
37564
37565 2003-03-09  Paul Eggert  <eggert@twinsun.com>
37566
37567         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
37568         Reported by Bruce Becker; see:
37569         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
37570
37571 2003-03-03  Paul Eggert  <eggert@twinsun.com>
37572             Bruno Haible  <bruno@clisp.org>
37573
37574         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
37575         Reported by John Hughes, see
37576         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
37577
37578 2003-02-20  Bruno Haible  <bruno@clisp.org>
37579
37580         * MODULES.html.sh (func_all_modules): Add poll.
37581
37582 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37583
37584         * modules/poll: New file.
37585
37586 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37587
37588         * lib/poll_.h: New file.
37589         * lib/poll.c: New file.
37590
37591 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37592
37593         * m4/poll.m4: New file.
37594
37595 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37596
37597         * modules/mathl: New file.
37598
37599 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37600
37601         * lib/mathl.h: New file.
37602         * lib/acosl.c: New file.
37603         * lib/asinl.c: New file.
37604         * lib/atanl.c: New file.
37605         * lib/ceill.c: New file.
37606         * lib/cosl.c: New file.
37607         * lib/expl.c: New file.
37608         * lib/floorl.c: New file.
37609         * lib/frexpl.c: New file.
37610         * lib/ldexpl.c: New file.
37611         * lib/logl.c: New file.
37612         * lib/sincosl.c: New file.
37613         * lib/sinl.c: New file.
37614         * lib/sqrtl.c: New file.
37615         * lib/tanl.c: New file.
37616         * lib/trigl.c: New file.
37617         * lib/trigl.h: New file.
37618
37619 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37620
37621         * m4/mathl.m4: New file.
37622
37623 2003-02-18  Bruno Haible  <bruno@clisp.org>
37624
37625         * MODULES.html.sh (func_all_modules): Add mathl.
37626
37627 2003-02-17  Bruno Haible  <bruno@clisp.org>
37628
37629         * modules/mkdtemp: New module.
37630         * MODULES.html.sh (func_all_modules): Add it.
37631
37632 2003-02-17  Bruno Haible  <bruno@clisp.org>
37633
37634         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
37635
37636 2003-02-17  Bruno Haible  <bruno@clisp.org>
37637
37638         * lib/mkdtemp.h: New file, from GNU gettext.
37639         * lib/mkdtemp.c: New file, from GNU gettext.
37640
37641 2003-02-02  Jim Meyering  <jim@meyering.net>
37642
37643         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
37644         e.g. glibc-2.2.93.
37645
37646 2003-01-31  Bruno Haible  <bruno@clisp.org>
37647
37648         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
37649         'rpl_rename'.
37650         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
37651         'rpl_strnlen'.
37652         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
37653         'rpl_strtod'.
37654         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
37655         'rpl_utime'.
37656
37657 2003-01-31  Bruno Haible  <bruno@clisp.org>
37658
37659         * lib/rename.c: #undef rename before defining rpl_rename.
37660         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
37661
37662 2003-01-30  Bruno Haible  <bruno@clisp.org>
37663
37664         * modules/vasnprintf, modules/vasprintf: New modules.
37665         * MODULES.html.sh (func_all_modules): Add them.
37666
37667 2003-01-30  Bruno Haible  <bruno@clisp.org>
37668
37669         * m4/signed.m4: New file, from GNU gettext.
37670         * m4/longdouble.m4: New file, from GNU gettext.
37671         * m4/wchar_t.m4: New file, from GNU gettext.
37672         * m4/wint_t.m4: New file, from GNU gettext.
37673         * m4/vasnprintf.m4: New file.
37674         * m4/vasprintf.m4: New file.
37675
37676 2003-01-30  Bruno Haible  <bruno@clisp.org>
37677
37678         * lib/printf-args.h: New file, from GNU gettext.
37679         * lib/printf-args.c: New file, from GNU gettext.
37680         * lib/printf-parse.h: New file, from GNU gettext.
37681         * lib/printf-parse.c: New file, from GNU gettext.
37682         * lib/vasnprintf.h: New file, from GNU gettext.
37683         * lib/vasnprintf.c: New file, from GNU gettext.
37684         * lib/asnprintf.c: New file, from GNU gettext.
37685         * lib/vasprintf.h: New file, from GNU gettext with modifications.
37686         * lib/vasprintf.c: New file, from GNU gettext.
37687         * lib/asprintf.c: New file, from GNU gettext.
37688
37689 2003-01-29  Bruno Haible  <bruno@clisp.org>
37690
37691         * modules/stpncpy: New module.
37692         * MODULES.html.sh (func_all_modules): Add it.
37693
37694 2003-01-29  Bruno Haible  <bruno@clisp.org>
37695
37696         * m4/stpncpy.m4: New file.
37697
37698 2003-01-29  Bruno Haible  <bruno@clisp.org>
37699
37700         * lib/stpncpy.h: New file, from GNU gettext with modifications.
37701         * lib/stpncpy.c: New file, from GNU gettext with modifications.
37702
37703 2003-01-28  Bruno Haible  <bruno@clisp.org>
37704
37705         * modules/c-ctype: New module.
37706         * MODULES.html.sh (func_all_modules): Add it.
37707
37708 2003-01-28  Bruno Haible  <bruno@clisp.org>
37709
37710         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
37711         Paul Eggert.
37712         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
37713         Paul Eggert.
37714
37715 2003-01-27  Bruno Haible  <bruno@clisp.org>
37716
37717         * modules/xsetenv: New module.
37718         * MODULES.html.sh (func_all_modules): Add it.
37719
37720 2003-01-27  Bruno Haible  <bruno@clisp.org>
37721
37722         * lib/xsetenv.h: New file, from GNU gettext.
37723         * lib/xsetenv.c: New file, from GNU gettext.
37724
37725 2003-01-23  Jim Meyering  <jim@meyering.net>
37726
37727         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
37728         from working on systems without dirfd (at least Irix and OSF1/Tru64).
37729
37730 2003-01-23  Bruno Haible  <bruno@clisp.org>
37731
37732         * modules/minmax: New module.
37733         * MODULES.html.sh (func_all_modules): Add it.
37734
37735 2003-01-23  Bruno Haible  <bruno@clisp.org>
37736
37737         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
37738         Eggert.
37739
37740 2003-01-22  Bruno Haible  <bruno@clisp.org>
37741
37742         * modules/exit: New module.
37743         * MODULES.html.sh (func_all_modules): Add it.
37744
37745 2003-01-22  Bruno Haible  <bruno@clisp.org>
37746
37747         * lib/exit.h: New file, from GNU gettext.
37748
37749 2003-01-19  Bruno Haible  <bruno@clisp.org>
37750
37751         * gnulib-tool: Recognize option --extract-maintainer.
37752         (func_get_maintainer): New function.
37753         * modules/*: Add Maintainer entry.
37754
37755 2003-01-16  Jim Meyering  <jim@meyering.net>
37756
37757         * m4/regex.m4: The `regex' struct is both input and output.
37758         Initialize it before each use.  Patch by Tim Waugh.
37759
37760 2003-01-16  Bruno Haible  <bruno@clisp.org>
37761
37762         * MODULES.html.sh: Add a table of contents. Add the module name as
37763         leftmost column. Add hyperlinks.
37764
37765 2003-01-15  Bruno Haible  <bruno@clisp.org>
37766
37767         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
37768
37769 2003-01-15  Bruno Haible  <bruno@clisp.org>
37770
37771         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
37772         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
37773         suffix.
37774
37775 2003-01-15  Bruno Haible  <bruno@clisp.org>
37776
37777         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
37778
37779 2003-01-15  Bruno Haible  <bruno@clisp.org>
37780
37781         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
37782         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
37783
37784 2003-01-14  Jim Meyering  <jim@meyering.net>
37785
37786         * lib/same.c (same_name): Tweak a comment.
37787
37788 2003-01-14  Bruno Haible  <bruno@clisp.org>
37789
37790         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
37791         when a string comparison is sufficient.
37792
37793 2003-01-14  Bruno Haible  <bruno@clisp.org>
37794
37795         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
37796         'unsigned int'.
37797
37798 2003-01-14  Bruno Haible  <bruno@clisp.org>
37799
37800         * lib/hash-pjw.c: Add comment about low quality of this function.
37801
37802 2003-01-13  Bruno Haible  <bruno@clisp.org>
37803
37804         * modules/stpcpy: Distribute lib/stpcpy.h.
37805         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
37806
37807 2003-01-13  Bruno Haible  <bruno@clisp.org>
37808
37809         * modules/*: Add a description.
37810         * modules/strpbrk: Fix Makefile.am snippet.
37811         * modules/strtoimax: Fix dependencies.
37812         * modules/strtoumax: Likewise.
37813
37814 2003-01-13  Bruno Haible  <bruno@clisp.org>
37815
37816         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
37817         * modules/alloca (Makefile.am): All object files depend on alloca.h.
37818         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
37819
37820 2003-01-13  Bruno Haible  <bruno@clisp.org>
37821
37822         * gnulib-tool (func_create_testdir): Store config/* files in the main
37823         directory.
37824         * config.rpath: Move to ...
37825         * config/config.rpath: ... here.
37826         * modules/gettext: Contains config/config.rpath, not config.rpath.
37827         * modules/iconv: Likewise.
37828
37829 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37830
37831         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37832         to avoid collisions with libcurses and libreadline.
37833
37834         * m4/getstr.m4: Remove.
37835         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
37836
37837 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37838
37839         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37840         to avoid collisions with libcurses and libreadline.
37841
37842         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
37843         * lib/getstr.h, getstr.c: Remove.
37844         * lib/getline.c: Include "getline.h", to check interface.
37845         Move body of old getstr.c here: this defines MIN_CHUNK and
37846         declares getdelim2, which is renamed from getstr.
37847         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
37848
37849         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
37850         All uses changed.
37851         * lib/linebuffer.h: Likewise.
37852         (readline): Remove backward-compatibility macro.
37853
37854 2003-01-12  Paul Eggert  <eggert@twinsun.com>
37855
37856         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
37857         to avoid collisions with libcurses and libreadline.
37858         * getstr: Remove.
37859         * MODULES.html.sh: Remove getstr.
37860         * modules/getline: Depend on unlocked-io, not getstr.
37861
37862 2003-01-12  Jim Meyering  <jim@meyering.net>
37863
37864         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
37865
37866 2003-01-10  Bruno Haible  <bruno@clisp.org>
37867
37868         * modules/alloca: Change Makefile.am requirements. Simplify Include
37869         requirements. Add lib/alloca_.h to file list.
37870
37871 2003-01-10  Bruno Haible  <bruno@clisp.org>
37872
37873         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
37874
37875 2003-01-10  Bruno Haible  <bruno@clisp.org>
37876
37877         * lib/alloca_.h: New file.
37878         * lib/getdate.y: Unconditionally include alloca.h.
37879         * lib/makepath.c: Likewise.
37880         * lib/setenv.c: Likewise.
37881         * lib/userspec.c: Likewise.
37882
37883 2003-01-09  Karl Berry  <karl@gnu.org>
37884
37885         * MODULES.html.sh: include `dirname $0` in PATH, to find
37886         gnulib-tool.
37887
37888 2003-01-09  Bruno Haible  <bruno@clisp.org>
37889
37890         * modules/stdbool: Change configure.ac, Makefile.am requirements.
37891         Simplify Include requirements. Add lib/stdbool.h.in to file list.
37892
37893 2003-01-09  Bruno Haible  <bruno@clisp.org>
37894
37895         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
37896
37897 2003-01-09  Bruno Haible  <bruno@clisp.org>
37898
37899         * lib/stdbool.h.in: New file.
37900
37901 2003-01-09  Bruno Haible  <bruno@clisp.org>
37902
37903         * gnulib-tool (func_all_modules): Ignore files ending in ~.
37904         * MODULES.html.sh: Likewise.
37905
37906 2003-01-08  Jim Meyering  <jim@meyering.net>
37907
37908         * lib/full-write.c: Undefine and define-away `const' after inclusion
37909         of errno.h, not before.  Suggestion from Bruno Haible.
37910
37911 2003-01-08  Bruno Haible  <bruno@clisp.org>
37912
37913         * modules/full-read: Depend on full-write.
37914
37915 2003-01-08  Bruno Haible  <bruno@clisp.org>
37916
37917         * lib/safe-read.c: Include specification header first, to ensure its
37918         selfcontainedness.
37919         * lib/full-write.c: Likewise.
37920
37921 2003-01-07  Jim Meyering  <jim@meyering.net>
37922
37923         * lib/full-write.c: Rework so that it may serve to define full_read,
37924         too.
37925         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
37926
37927 2003-01-07  Bruno Haible  <bruno@clisp.org>
37928
37929         * lib/strtoimax.c: Include <stdint.h> as an alternative to
37930         <inttypes.h>.
37931         * lib/xstrtol.h: Likewise.
37932         * lib/xstrtoimax.c: Likewise.
37933         * lib/xstrtoumax.c: Likewise.
37934         * lib/human.h: Likewise.
37935
37936         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
37937         on systems that have <inttypes.h> but not <stdint.h>.
37938
37939 2003-01-07  Bruno Haible  <bruno@clisp.org>
37940
37941         * MODULES.html.sh: Add copyright notice.
37942         (missed_files): Omit CVS directory entries.
37943         (func_module): Make it work with sed-3.02.
37944         * MODULES.txt: Remove file.
37945
37946 2003-01-06  Jim Meyering  <jim@meyering.net>
37947
37948         * lib/version-etc.c: Update year in translatable copyright string.
37949
37950 2003-01-03  Karl Berry  <karl@gnu.org>
37951
37952         * config/config.{guess,sub}: update from prep.
37953
37954 2003-01-02  Karl Berry  <karl@gnu.org>
37955
37956         * doc/COPYING.DOC: belatedly updated to 1.2.
37957
37958 2003-01-01  Karl Berry  <karl@gnu.org>
37959
37960         * gnulib-tool (func_verify_module): report module name $module in
37961         error message, not $1.
37962         * gnulib-tool (create-testdir): don't complain if destdir couldn't
37963         be created, only if it doesn't exist.
37964         * gnulib-tool (last_checkin_date): don't expand the $Date here.
37965
37966 2002-12-31  Paul Eggert  <eggert@twinsun.com>
37967
37968         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
37969
37970 2002-12-31  Paul Eggert  <eggert@twinsun.com>
37971
37972         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
37973         memcmp if strcoll doesn't work.
37974
37975 2002-12-31  Bruno Haible  <bruno@clisp.org>
37976
37977         * lib/utime.c (utime_null): No need to call ftruncate if the file was
37978         nonempty.
37979
37980 2002-12-31  Bruno Haible  <bruno@clisp.org>
37981
37982         * lib/memcoll.c (STRCOLL): New macro.
37983         (memcoll): Use it.
37984
37985 2002-12-31  Bruno Haible  <bruno@clisp.org>
37986
37987         * lib/localcharset.h: New file.
37988         * lib/localcharset.c: Include it.
37989         * lib/unicodeio.c: Likewise.
37990
37991 2002-12-31  Bruno Haible  <bruno@clisp.org>
37992
37993         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
37994         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
37995
37996 2002-12-31  Bruno Haible  <bruno@clisp.org>
37997
37998         * lib/getline.h: Include <stddef.h>, for size_t.
37999
38000         * lib/unicodeio.h: Include <stddef.h>, for size_t.
38001         * lib/unicodeio.c: Don't include <stddef.h>.
38002
38003 2002-12-31  Bruno Haible  <bruno@clisp.org>
38004
38005         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
38006         HAVE_TM_ZONE.
38007
38008 2002-12-24  Karl Berry  <karl@gnu.org>
38009
38010         * config/config.guess: update from prep.
38011
38012 2002-12-24  Bruno Haible  <bruno@clisp.org>
38013
38014         General infrasructure.
38015         * m4/README: Rewritten.
38016         * m4/onceonly.m4: New file.
38017         * m4/onceonly_2_57.m4: New file.
38018
38019         Module atexit.
38020         * m4/atexit.m4: New file.
38021
38022         Module strtod.
38023         * m4/strtod.m4: New file.
38024
38025         Module strtol.
38026         * m4/strtol.m4: New file.
38027
38028         Module strtoul.
38029         * m4/strtoul.m4: New file.
38030
38031         Module memchr.
38032         * m4/memchr.m4: New file.
38033
38034         Module memcmp.
38035         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
38036         (jm_FUNC_MEMCMP): Invoke it.
38037
38038         Module memcpy.
38039         * m4/memcpy.m4: New file.
38040
38041         Module memmove.
38042         * m4/memmove.m4: New file.
38043
38044         Module memset.
38045         * m4/memset.m4: New file.
38046
38047         Module strcspn.
38048         * m4/strcspn.m4: New file.
38049
38050         Module strpbrk.
38051         * m4/strpbrk.m4: New file.
38052
38053         Module strstr.
38054         * m4/strstr.m4: New file.
38055
38056         Module strerror.
38057         * m4/strerror.m4: New file.
38058
38059         Module mktime.
38060         * m4/mktime.m4: Renamed from jm-mktime.m4.
38061         (gl_PREREQ_MKTIME): New macro.
38062         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
38063
38064         Module malloc.
38065         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
38066         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
38067         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
38068
38069         Module realloc.
38070         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
38071         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
38072         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
38073
38074         Module strftime.
38075         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
38076         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
38077         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
38078         gl_TM_GMTOFF.
38079         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
38080
38081         Module xalloc.
38082         * m4/xalloc.m4: New file.
38083
38084         Module alloca.
38085         * m4/alloca.m4: New file.
38086
38087         Module putenv.
38088         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
38089         (jm_FUNC_PUTENV): Invoke it.
38090
38091         Module setenv.
38092         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
38093         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
38094         when invoked twice.
38095         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
38096         gt_FUNC_SETENV.
38097
38098         Module memrchr.
38099         * m4/memrchr.m4: New file.
38100
38101         Module stpcpy.
38102         * m4/stpcpy.m4: New file.
38103
38104         Module strcase.
38105         * m4/strcase.m4: New file.
38106
38107         Module strdup.
38108         * m4/strdup.m4: New file.
38109
38110         Module strnlen.
38111         * m4/strnlen.m4: New file.
38112
38113         Module strndup.
38114         * m4/strndup.m4: New file.
38115
38116         Module xstrtod.
38117         * m4/xstrtod.m4: New file.
38118
38119         Module xstrtol.
38120         * m4/xstrtol.m4: New file.
38121
38122         Module getdate.
38123         * m4/getdate.m4: New file.
38124
38125         Module unlocked-io.
38126         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
38127         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
38128         * m4/jm-glibc-io.m4n: Remove file.
38129
38130         Module long-options.
38131         * m4/long-options.m4: New file.
38132
38133         Module md5.
38134         * m4/md5.m4: New file.
38135
38136         Module sha.
38137         * m4/sha.m4: New file.
38138
38139         Module getstr.
38140         * m4/getstr.m4: New file.
38141
38142         Module getline.
38143         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
38144         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
38145         <sys/types.h>, for size_t. Use the function name gnu_getline, not
38146         simply getline. Infoke gl_PREREQ_GETLINE.
38147
38148         Module obstack.
38149         * m4/obstack.m4: New file.
38150
38151         Module hash.
38152         * m4/hash.m4: New file.
38153
38154         Module readtokens.
38155         * m4/readtokens.m4: New file.
38156
38157         Module strverscmp.
38158         * m4/strverscmp.m4: New file.
38159
38160         Module stdbool.
38161         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
38162         OSF/1.
38163
38164         Module strtoll.
38165         * m4/strtoll.m4: New file.
38166
38167         Module strtoull.
38168         * m4/strtoull.m4: New file.
38169
38170         Module strtoimax.
38171         * m4/strtoimax.m4: New file.
38172
38173         Module strtoumax.
38174         * m4/strtoumax.m4: New file.
38175
38176         Module xstrtoimax.
38177         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
38178         jm_AC_PREREQ_XSTRTOIMAX.
38179         Moved the strtol prerequisites to strtol.m4.
38180         Moved the strtoll prerequisites to strtoll.m4.
38181         Moved the strtoimax prerequisites to strtoimax.m4.
38182
38183         Module xstrtoumax.
38184         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
38185         jm_AC_PREREQ_XSTRTOUMAX.
38186         Moved the strtoul prerequisites to strtoul.m4.
38187         Moved the strtoull prerequisites to strtoull.m4.
38188         Moved the strtoumax prerequisites to strtoumax.m4.
38189
38190         Module chown.
38191         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
38192         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
38193
38194         Module dup2.
38195         * m4/dup2.m4: New file.
38196
38197         Module ftruncate.
38198         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
38199         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
38200
38201         Module getgroups.
38202         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
38203         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
38204
38205         Module gettimeofday.
38206         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
38207         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
38208         gl_PREREQ_GETTIMEOFDAY.
38209
38210         Module mkdir.
38211         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
38212         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
38213
38214         Module mkstemp.
38215         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
38216         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
38217         jm_AC_TYPE_UINTMAX_T.
38218         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
38219
38220         Module stat.
38221         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
38222         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
38223
38224         Module lstat.
38225         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
38226         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
38227
38228         Module timespec.
38229         * m4/timespec.m4 (gl_TIMESPEC): New macro.
38230         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
38231         * m4/st_mtim.m4: Indentation.
38232
38233         Module nanosleep.
38234         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
38235         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
38236         gl_PREREQ_NANOSLEEP.
38237
38238         Module regex.
38239         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
38240         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
38241         (gl_REGEX): New macro.
38242
38243         Module rename.
38244         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
38245         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
38246
38247         Module rmdir.
38248         * m4/rmdir.m4: New file.
38249
38250         Module utime.
38251         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
38252         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
38253         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
38254
38255         Module dirname.
38256         * m4/dirname.m4: New file.
38257
38258         Module getopt.
38259         * m4/getopt.m4: New file.
38260
38261         Module unistd-safer.
38262         * m4/unistd-safer.m4: New file.
38263
38264         Module fnmatch.
38265         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
38266         declaration.
38267         (gl_PREREQ_FNMATCH_EXTRA): New macro.
38268         (gl_FUNC_FNMATCH_POSIX): New macro.
38269         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
38270         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
38271         simply fnmatch.
38272
38273         Module exclude.
38274         * m4/exclude.m4: New file.
38275
38276         Module human.
38277         * m4/human.m4: New file.
38278
38279         Module acl.
38280         * m4/acl.m4: Nop.
38281
38282         Module backupfile.
38283         * m4/backupfile.m4: New file.
38284         * m4/d-ino.m4: Indentation.
38285
38286         Module fsusage.
38287         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
38288         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
38289         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
38290
38291         Module dirfd.
38292         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
38293         requirements.
38294
38295         Module euidaccess.
38296         * m4/euidaccess.m4: New file.
38297
38298         Module file-type.
38299         * m4/file-type.m4: New file.
38300
38301         Module fileblocks.
38302         * m4/fileblocks.m4: New file.
38303
38304         Module filemode.
38305         * m4/filemode.m4: New file.
38306
38307         Module isdir.
38308         * m4/isdir.m4: New file.
38309
38310         Module lchown.
38311         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
38312         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
38313
38314         Module makepath.
38315         * m4/makepath.m4: New file.
38316
38317         Module modechange.
38318         * m4/modechange.m4: New file.
38319
38320         Module mountlist.
38321         * m4/mountlist.m4: New file.
38322         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
38323         Indentation.
38324
38325         Module path-concat.
38326         * m4/path-concat.m4: New file.
38327
38328         Module pathmax.
38329         * m4/pathmax.m4: New file.
38330
38331         Module same.
38332         * m4/same.m4: New file.
38333
38334         Module save-cwd.
38335         * m4/save-cwd.m4: New file.
38336
38337         Module savedir.
38338         * m4/savedir.m4: New file.
38339
38340         Module xgetcwd.
38341         * m4/xgetcwd.m4: New file.
38342         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
38343
38344         Module xreadlink.
38345         * m4/xreadlink.m4: New file.
38346
38347         Module safe-read.
38348         * m4/safe-read.m4: New file.
38349
38350         Module safe-write.
38351         * m4/safe-write.m4: New file.
38352
38353         Module closeout.
38354         * m4/closeout.m4: New file.
38355
38356         Module stdio-safer.
38357         * m4/stdio-safer.m4: New file.
38358
38359         Module getpass.
38360         * m4/getpass.m4: New file.
38361
38362         Module getugroups.
38363         * m4/getugroups.m4: New file.
38364
38365         Module group-member.
38366         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
38367         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
38368
38369         Module idcache.
38370         * m4/idcache.m4: New file.
38371
38372         Module userspec.
38373         * m4/userspec.m4: New file.
38374
38375         Module gettime.
38376         * m4/clock_time.m4: New file.
38377         * m4/gettime.m4: New file.
38378
38379         Module settime.
38380         * m4/settime.m4: New file.
38381
38382         Module posixtm.
38383         * m4/posixtm.m4: New file.
38384
38385         Module gethostname.
38386         * m4/gethostname.m4: New file.
38387
38388         Module canon-host.
38389         * m4/canon-host.m4: New file.
38390
38391         Module gettext.
38392         * m4/codeset.m4: New file, from gettext-0.11.5.
38393         * m4/gettext.m4: New file, from gettext-0.11.5.
38394         * m4/glibc21.m4: New file, from gettext-0.11.5.
38395         * m4/iconv.m4: New file, from gettext-0.11.5.
38396         * m4/intdiv0.m4: New file, from gettext-0.11.5.
38397         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
38398         * m4/inttypes.m4: New file, from gettext-0.11.5.
38399         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
38400         * m4/isc-posix.m4: New file, from gettext-0.11.5.
38401         * m4/lcmessage.m4: New file, from gettext-0.11.5.
38402         * m4/lib-ld.m4: New file, from gettext-0.11.5.
38403         * m4/lib-link.m4: New file, from gettext-0.11.5.
38404         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
38405         * m4/progtest.m4: New file, from gettext-0.11.5.
38406         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
38407         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
38408         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
38409
38410         Module localcharset.
38411         * m4/localcharset.m4: New file.
38412
38413         Module hard-locale.
38414         * m4/hard-locale.m4: New file.
38415
38416         Module mbswidth.
38417         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
38418         onceonly macros.
38419         * m4/mbrtowc.m4: Add comment.
38420
38421         Module memcasecmp.
38422         * m4/memcasecmp.m4: New file.
38423
38424         Module memcoll.
38425         * m4/memcoll.m4: New file.
38426
38427         Module unicodeio.
38428         * m4/unicodeio.m4: New file.
38429
38430         Module rpmatch.
38431         * m4/rpmatch.m4: New file.
38432
38433         Module yesno.
38434         * m4/yesno.m4: New file.
38435
38436         Module exitfail.
38437         * m4/exitfail.m4: New file.
38438
38439         Module c-stack.
38440         * m4/c-stack.m4 (gl_C_STACK): New macro.
38441         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
38442
38443         Module error.
38444         * m4/error.m4 (gl_ERROR): New macro.
38445         (jm_PREREQ_ERROR): Use onceonly macros.
38446
38447         Module fatal.
38448         * m4/fatal.m4: New file.
38449
38450         Module getloadavg.
38451         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
38452         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
38453
38454         Module getpagesize.
38455         * m4/getpagesize.m4: New file.
38456
38457         Module getusershell.
38458         * m4/getusershell.m4: New file.
38459
38460         Module physmem.
38461         * m4/physmem.m4: New file.
38462
38463         Module posixver.
38464         * m4/posixver.m4: New file.
38465
38466         Module quotearg.
38467         * m4/quotearg.m4: New file.
38468
38469         Module quote.
38470         * m4/quote.m4: New file.
38471
38472         Module readutmp.
38473         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
38474
38475         Module sig2str.
38476         * m4/sig2str.m4: New file.
38477
38478         Other.
38479         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
38480         ulonglong.m4.
38481         * m4/intmax_t.m4: New file.
38482         * m4/d-type.m4: Indentation.
38483         * m4/jm-macros.m4: Update.
38484         * m4/prereq.m4 (jm_PREREQ): Update.
38485         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
38486         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
38487         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
38488         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
38489         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
38490         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
38491         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
38492         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
38493         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
38494         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
38495         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
38496         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
38497         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
38498         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
38499         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
38500         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
38501         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
38502         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
38503         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
38504
38505 2002-12-24  Bruno Haible  <bruno@clisp.org>
38506
38507         * MODULES.txt: Update according to m4/ changes.
38508
38509         Module gettext.
38510         * config.rpath: New file, from gettext-0.11.5.
38511
38512         * modules/*: New module descriptions.
38513         * gnulib-tool: New file.
38514         * MODULES.html.sh: New file.
38515
38516 2002-12-21  Karl Berry  <karl@gnu.org>
38517
38518         * doc/fdl.texi: update to version 1.2.
38519
38520 2002-12-19  Karl Berry  <karl@gnu.org>
38521
38522         * config/config.guess: update from prep.
38523
38524 2002-12-18  Bruno Haible  <bruno@clisp.org>
38525
38526         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
38527         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
38528
38529 2002-12-17  Bruno Haible  <bruno@clisp.org>
38530
38531         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
38532         stdlib.h, string.h.
38533
38534 2002-12-17  Bruno Haible  <bruno@clisp.org>
38535
38536         * lib/canon-host.c (strdup): Remove unused declaration.
38537
38538         * lib/fsusage.c: Include full_read.h.
38539         (get_fs_usage): Use full_read instead of safe_read.
38540
38541         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
38542
38543 2002-12-12  Karl Berry  <karl@gnu.org>
38544
38545         * config/config.guess: update from prep.
38546
38547 2002-12-11  Bruno Haible  <bruno@clisp.org>
38548
38549         * m4/setenv.m4: New file, from gettext-0.11.5.
38550
38551 2002-12-11  Bruno Haible  <bruno@clisp.org>
38552
38553         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
38554         not unsetenv().
38555         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
38556         modifications:
38557
38558         2002-12-11  Bruno Haible  <bruno@clisp.org>
38559
38560                 * setenv.c (alloca): Fall back to malloc.
38561                 (freea): New macro.
38562                 (setenv): Use freea() to free memory allocated with alloca().
38563
38564         2002-11-13  Bruno Haible  <bruno@clisp.org>
38565
38566                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
38567                 function declarations.
38568                 * unsetenv.c (unsetenv): Likewise.
38569
38570         2002-03-04  Bruno Haible  <bruno@clisp.org>
38571
38572                 Portability to AIX 4.3.3.
38573                 * unsetenv.c: New file, extracted from setenv.c.
38574                 * setenv.c: Move the unsetenv() function to unsetenv.c.
38575
38576         2001-12-20  Bruno Haible  <bruno@clisp.org>
38577
38578                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
38579                 use malloc instead. For SunOS 4.
38580
38581         2001-12-11  Bruno Haible  <bruno@clisp.org>
38582
38583                 * setenv.c: Declare alloca.
38584                 (compar_fn_t): New typedef.
38585                 (KNOWN_VALUE, STORE_VALUE): Use it.
38586
38587         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
38588         setenv.h.
38589
38590 2002-12-10  Paul Eggert  <eggert@twinsun.com>
38591
38592         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
38593         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
38594         Choose values that are less likely to collide with system fnmatch
38595         options.
38596         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
38597         defined (e.g., a pure POSIX system).
38598         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
38599         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
38600
38601 2002-12-06  Paul Eggert  <eggert@twinsun.com>
38602
38603         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
38604         a pain in practice to deal with generated m4 files.  This change
38605         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
38606
38607         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
38608         and jm-glibc-io.m4, as they are no longer a special case.
38609         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
38610         kludge and the auto-generation stuff.  Check only whether the
38611         functions are declared, not whether they exist, since older hosts
38612         that don't declare the functions can't use the optimization anyway.
38613
38614 2002-12-06  Jim Meyering  <jim@meyering.net>
38615
38616         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
38617
38618         Merge in changes from libc's misc/error.c, in preparation
38619         for the merge of gnulib's changes back into libc.
38620
38621         * lib/error.c (_): Define only if not already defined.
38622         Move definition to follow all #include directives.
38623         Include unlocked-io.h only if !_LIBC.
38624         [_LIBC]: Include <libio/libioP.h>.
38625         [USE_IN_LIBIO]: Include <libio/iolibio.h>
38626         (fflush): Tweak definition to use INTUSE.
38627         (putc): Define.
38628
38629 2002-12-05  Paul Eggert  <eggert@twinsun.com>
38630
38631         * lib/alloca.c [defined emacs]: Include "lisp.h".
38632         (xalloc_die) [defined emacs]: New macro.
38633         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
38634         [! defined emacs]: Include <xalloc.h>.
38635         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
38636         (pointer): Typedef to POINTER_TYPE *.
38637         (malloc): Remove decl; we now always use xmalloc.
38638         (alloca): Use old-style definition, since Emacs needs this.
38639         Check for arithmetic overflow when computing combined size.
38640
38641 2002-12-04  Paul Eggert  <eggert@twinsun.com>
38642
38643         Do not generate unlocked-io.h automatically, since it's easier to
38644         maintain it by hand.
38645
38646         * lib/unlocked-io.h: New file, from GNU diffutils,
38647         but with proper copyright notice and attribution.
38648         * lib/gen-uio: Remove.
38649         * lib/Makefile.am: Add copyright notice.
38650         (libfetish_a_SOURCES): Add unlocked-io.h.
38651         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
38652         (DISTCLEANFILES, io_functions): Remove macros.
38653         (EXTRA_DIST): Remove gen_uio.
38654         (unlocked-io.h): Remove rule.
38655
38656 2002-12-04  Jim Meyering  <jim@meyering.net>
38657
38658         Reflect the fact that stat.c and lstat.c are no longer generated.
38659         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
38660         (DISTCLEANFILES): Likewise.
38661         (EXTRA_DIST): Likewise.
38662         (all_local): Don't depend on stat.c or lstat.c.
38663         (stat.c, lstat.c): Remove rules.
38664         (EXTRA_DIST): Remove xstat.in.
38665
38666         * lib/xstat.in: Remove file.  Contents moved into stat.c.
38667         * lib/stat.c: New file.  Contents mostly from xstat.in.
38668         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
38669         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
38670
38671         * lib/safe-read.c: Rework so that it may serve to define safe_write,
38672         too.
38673         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
38674
38675 2002-12-03  Jim Meyering  <jim@meyering.net>
38676
38677         * lib/safe-read.c, safe-write.c: Change variable names and comments,
38678         but not semantics, to minimize the differences between these two files.
38679         (safe_read): Change comment to mention SAFE_READ_ERROR.
38680
38681         * lib/safe-read.c (IS_EINTR): Define.
38682         (safe_read): Use IS_EINTR in place of in-function cpp directives.
38683
38684 2002-12-02  Jim Meyering  <jim@meyering.net>
38685
38686         * lib/safe-read.c (EINTR): Define.
38687         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
38688         (INT_MAX): Provide fallback.
38689         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
38690
38691         * lib/safe-read.h (SAFE_READ_ERROR): Define.
38692
38693 2002-12-02  Bruno Haible  <bruno@clisp.org>
38694
38695         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
38696         Define, taken from safe-read.c.
38697         (INT_MAX): Provide fallback.
38698         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
38699         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
38700
38701         * lib/safe-read.c (EINTR): Remove definition.
38702         (safe_read): Don't use EINTR if it is absent.
38703
38704 2002-12-01  Jim Meyering  <jim@meyering.net>
38705
38706         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
38707         zero.
38708         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
38709
38710 2002-11-27  Paul Eggert  <eggert@twinsun.com>
38711
38712         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
38713         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
38714         with `if (! (value < limit)) abort ();', for readability.
38715
38716 2002-11-26  Karl Berry  <karl@gnu.org>
38717
38718         * lib/strdup.c: copy from libc again, with jim's ok.
38719         * lib/.cppi-disable: re-add strdup.c
38720
38721 2002-11-25  Karl Berry  <karl@gnu.org>
38722
38723         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
38724         instead of "strtol.c".
38725
38726 2002-11-25  Karl Berry  <karl@gnu.org>
38727
38728         * config/install-sh: update from automake for variable quoting, $0 in
38729         error msgs, etc.
38730
38731         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
38732         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
38733         entry.
38734
38735 2002-11-25  Jim Meyering  <jim@meyering.net>
38736
38737         * lib/mktime.c: Sync from libc, now that it has the latest fix.
38738
38739 2002-11-24  Karl Berry  <karl@gnu.org>
38740
38741         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
38742         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
38743
38744 2002-11-24  Jim Meyering  <jim@meyering.net>
38745
38746         Update from coreutils:
38747
38748         * lib/mktime.c: Merge in changes from libc.
38749
38750         Avoid a link-time failure on some Linux systems.
38751         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
38752         (otherwise).
38753         (__mon_yday): Declare with the STATIC attribute.
38754         (__mktime_internal): Likewise.
38755         Based on a report from Greg Schafer.
38756
38757 2002-11-23  Jim Meyering  <jim@meyering.net>
38758
38759         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
38760         Use `unsigned', not `int', as type of index.
38761
38762         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
38763
38764         * lib/fsusage.c: Remove unneeded parentheses around operands of
38765         `defined'.
38766
38767 2002-11-22  Paul Eggert  <eggert@twinsun.com>
38768
38769         * lib/quotearg.h: Allow multiple inclusion by surrounding with
38770         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
38771         so that we can be included first.
38772         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
38773         * lib/quotearg.c: Include quotearg.h immediately after config.h.
38774         No need to include stddef.h or sys/types.h any more.
38775         Surround local include files with "", not "<>".
38776         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
38777         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
38778         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
38779         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
38780         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
38781         (ISPRINT): Remove; no longer needed now that we assume C89.
38782
38783         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
38784         Preserve errno.
38785
38786         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
38787         quotearg_char): Use SIZE_MAX rather than
38788         (size_t) -1 when we are talking about "infinity".
38789
38790         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
38791
38792 2002-11-22  Paul Eggert  <eggert@twinsun.com>
38793
38794         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
38795         hint that one should use `if (! x) abort ();' rather than `assert
38796         (x);', and anyway it's one less thing to worry about configuring.
38797         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
38798         hash_rehash, hash_insert): Use abort rather than assert.
38799
38800 2002-11-22  Bruno Haible  <bruno@clisp.org>
38801
38802         * lib/safe-read.h: Assume C89. Add comments.
38803         (safe_read): Change return type to size_t.
38804         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
38805         byte counts > SSIZE_MAX correctly.
38806         * lib/safe-write.h: New file.
38807         * lib/safe-write.c: New file.
38808         * lib/full-read.h: New file.
38809         * lib/full-read.c: New file.
38810         * lib/full-write.h: Assume C89. Add comments.
38811         * lib/full-write.c: Include safe-write.h.
38812         (full_write): Rewritten to use safe_write.
38813         Suggested by Jim Meyering and Paul Eggert.
38814
38815 2002-11-21  Jim Meyering  <jim@meyering.net>
38816
38817         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
38818
38819         Merge in changes from the coreutils.
38820
38821         2002-09-25  Paul Eggert  <eggert@twinsun.com>
38822         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
38823         <stdint.h>.
38824         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
38825         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
38826         int.  Work more efficiently if X is the same width as uintmax_t.
38827         Do not compare X to -1, to avoid bogus compiler warning.
38828         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
38829         Don't assume that f_frsize and f_bsize are the same type.
38830
38831         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
38832         warning on FreeBSD.
38833
38834         * lib/makepath.c (make_path): Restore umask *before* creating the final
38835         component.
38836         (make_path): Minor reformatting.
38837
38838         * lib/xmalloc.c: Adjust to work with new autoconf macros,
38839         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
38840         HAVE_MALLOC/HAVE_REALLOC.
38841
38842         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
38843         dummy ones.  At least on GNU/Linux systems, `auto' means something
38844         else.
38845         From Michael Stone.
38846
38847 2002-11-21  Bruno Haible  <bruno@clisp.org>
38848
38849         Remove case insensitive option matching.
38850         * lib/argmatch.h (argcasematch): Remove declaration.
38851         (ARGCASEMATCH): Remove macro.
38852         (__xargmatch_internal): Remove case_sensitive argument.
38853         (XARGMATCH): Update.
38854         (XARGCASEMATCH): Remove macro.
38855         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
38856         case_sensitive argument.
38857         (argcasematch): Remove function.
38858         (__xargmatch_internal): Remove case_sensitive argument.
38859         (main): Use XARGMATCH instead of XARGCASEMATCH.
38860
38861         * lib/xmalloc.c: Change compile-time error message. Add comment about
38862         required autoconf version.
38863
38864 2002-11-20  Paul Eggert  <eggert@twinsun.com>
38865
38866         Merge argmatch cleanups from Bison.  Assume C89.
38867
38868         * lib/argmatch.c: Include config.h here, not in argmatch.h.
38869         Include stdlib.h, for EXIT_FAILURE.
38870         Always include <string.h>, since we assume C89.
38871         (EXIT_FAILURE): Remove pre-C89 bug workaround.
38872         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
38873         Include <stddef.h> instead, since it's all we need for size_t.
38874         (PARAMS): Remove.  All uses removed.
38875         (ARRAY_CARDINALITY): Do not bother to #undef.
38876         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
38877         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
38878         Remove unnecessary parentheses.
38879         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
38880         Insert necessary parentheses.
38881         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
38882         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
38883
38884 2002-11-19  Bruno Haible  <bruno@clisp.org>
38885
38886         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
38887         * lib/mbswidth.h: Include <stddef.h>, for size_t.
38888
38889         * lib/mbswidth.h (PARAMS): Remove macro.
38890         (mbswidth, mbsnwidth): Use ANSI C function declarations.
38891         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
38892
38893         * lib/gcd.h (PARAMS): Remove macro.
38894         (gcd): Use ANSI C function declarations.
38895         * lib/gcd.c (gcd): Likewise.
38896
38897 2002-11-15  Bruno Haible  <bruno@clisp.org>
38898
38899         * lib/strcspn.c: Include <stddef.h>.
38900         (strcspn): Use ANSI C function declaration. Change return type to
38901         size_t. Use NULL.
38902         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
38903         (strpbrk): Use NULL.
38904         * lib/strpbrk.h (PARAMS): Remove macro.
38905         (strpbrk): Use ANSI C function declaration.
38906         * lib/strstr.c: Don't include <sys/types.h>.
38907         * lib/strstr.h (PARAMS): Remove macro.
38908         (strstr): Use ANSI C function declarations.
38909
38910 2002-11-14  Karl Berry  <karl@gnu.org>
38911
38912         * config/mkinstalldirs: `do' on separate line, instead of
38913         `for var; do'.
38914
38915 2002-11-06  Bruno Haible  <bruno@clisp.org>
38916
38917         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
38918         * lib/gcd.c (gcd): Likewise.
38919
38920 2002-11-05  Bruno Haible  <bruno@clisp.org>
38921
38922         * lib/gcd.h: New file, from gettext-0.11.5.
38923         * lib/gcd.c: New file, from gettext-0.11.5.
38924
38925 2002-11-05  Bruno Haible  <bruno@clisp.org>
38926
38927         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38928         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38929         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38930         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
38931
38932         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
38933         <libintl.h>.
38934         * lib/makepath.c: Include gettext.h instead of <locale.h> and
38935         <libintl.h>.
38936
38937         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
38938         * lib/human.c: Include gettext.h instead of <libintl.h>.
38939         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
38940         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
38941         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
38942         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
38943         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
38944         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
38945         (textdomain): Remove definition.
38946         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
38947
38948         * lib/long-options.c: Remove include of <libintl.h> and definition of
38949         _.
38950         * lib/same.c: Remove include of <libintl.h> and definition of _.
38951
38952 2002-11-04  Owen Taylor  <otaylor@redhat.com>
38953
38954         * lib/config.charset: A few additions for Solaris.
38955
38956 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
38957
38958         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
38959         * lib/localcharset.c (locale_charset): Declare as extern "C".
38960
38961 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
38962
38963         * lib/config.charset: msdos in uk_UA uses CP1125.
38964
38965 2002-11-04  Bruno Haible  <bruno@clisp.org>
38966
38967         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
38968         * lib/strcase.h: New file, from GNU gettext-0.11.5.
38969         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
38970         * lib/strstr.h: New file, from GNU gettext-0.11.5.
38971         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
38972
38973 2002-11-04  Bruno Haible  <bruno@clisp.org>
38974
38975         * lib/localcharset.c (locale_charset): Don't return an empty string.
38976
38977 2002-11-04  Bruno Haible  <bruno@clisp.org>
38978
38979         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
38980         aliases.
38981
38982 2002-11-04  Bruno Haible  <bruno@clisp.org>
38983
38984         * lib/config.charset: Update for newest glibc. Add canonical names
38985         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
38986
38987 2002-11-04  Bruno Haible  <bruno@clisp.org>
38988
38989         * lib/config.charset: Add support for NetBSD.
38990
38991 2002-11-04  Bruno Haible  <bruno@clisp.org>
38992
38993         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
38994
38995 2002-11-01  Bruno Haible  <bruno@clisp.org>
38996
38997         * configure.in: Add AC_CONFIG_AUX_DIR call.
38998         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
38999         test/Makefile.
39000         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
39001
39002 2002-09-28  Karl Berry  <karl@gnu.org>
39003
39004         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
39005         installed automake until the next release, since changes have been
39006         made.
39007
39008 2002-09-25  Karl Berry  <karl@gnu.org>
39009
39010         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
39011         * lib/getopt*: copy from libc/posix.
39012         * lib/gettext.h: copy from gettext.
39013         * lib/.cppi-disable: add strdup.c, gettext.h.
39014
39015 2002-09-25  Karl Berry  <karl@gnu.org>
39016
39017         * config/srclist.txt: enable gettext.h check.
39018         * config/config.{guess,sub}: update from prep.
39019         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
39020                 from automake 1.6.3.
39021         See srclist*.
39022
39023 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
39024
39025         * regex.c (PATFETCH): Remove the translating fetch.
39026         (PATFETCH_RAW): Rename to PATFETCH.
39027         (set_image_of_range): New fun.
39028         (SET_RANGE_TABLE_WORK_AREA): Use it.
39029         (regex_compile): Don't translate the pattern chars so eagerly.
39030         Only do it when inserting an `exactn' bytecode or when handling
39031         a char-range.
39032         (mutually_exclusive_p): Avoid empty statement.
39033
39034 2002-07-06  Jim Meyering  <meyering@lucent.com>
39035
39036         * m4/README: Don't mention Makefile.am.in.
39037         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
39038
39039 2002-07-01  Jim Meyering  <meyering@lucent.com>
39040
39041         * lib/c-stack.c: Include sys/time.h.
39042         From Volker Borchert.
39043
39044 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39045
39046         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
39047
39048 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39049
39050         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
39051         New macro.  Use it uniformly instead of
39052         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
39053         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
39054         reported by Vin Shelton.
39055
39056 2002-06-22  Paul Eggert  <eggert@twinsun.com>
39057
39058         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
39059         Do not assume SA_SIGINFO behavior.
39060         Bug reported by Jim Meyering on NetBSD 1.5.2.
39061
39062 2002-06-22  Jim Meyering  <meyering@lucent.com>
39063
39064         * m4/c-stack.m4: New file, from diffutils-2.8.2.
39065         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
39066
39067         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
39068         now that configure.ac uses AC_GNU_SOURCE.
39069         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
39070         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
39071
39072         Update to latest tools.  Suggestions from Paul Eggert.
39073         * m4/stdbool.m4: New file, from diffutils-2.8.2.
39074         * m4/gnu-source.m4: Update from diffutils-2.8.2.
39075         * m4/fnmatch.m4: Likewise.
39076         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
39077         to AC_HEADER_STDBOOL
39078
39079 2002-06-22  Jim Meyering  <meyering@lucent.com>
39080
39081         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
39082         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
39083
39084 2002-06-22  Jim Meyering  <meyering@lucent.com>
39085
39086         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
39087
39088         * lib/exitfail.c, exitfail.h: Likewise.
39089         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
39090
39091         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
39092         of fnmatch.h.
39093         (EXTRA_DIST): Add fnmatch_loop.c.
39094         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
39095
39096         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
39097         * lib/fnmatch.c: Update from diffutils-2.8.2.
39098         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
39099         * lib/fnmatch.h: Remove file.
39100
39101 2002-06-21  Jim Meyering  <meyering@lucent.com>
39102
39103         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
39104         * m4/mbrtowc.m4: Likewise.
39105
39106         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
39107         * m4/mbswidth.m4: Reflect name change:
39108         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
39109         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39110
39111         * m4/lib-link.m4: Update from gettext-0.11.2.
39112         * m4/gettext.m4: Likewise.
39113
39114         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
39115         From Alfred M. Szmidt.
39116
39117 2002-06-18  Paul Eggert  <eggert@twinsun.com>
39118
39119         * lib/file-type.h: Report an error if neither S_ISREG nor
39120         S_IFREG is defined, instead of using a test specific to glibc
39121         2.2.  This should be safe, since POSIX requires S_ISREG and
39122         Unix Version 7 had S_IFREG.  We don't need to check for
39123         <sys/types.h> since we don't use any symbols that it defines.
39124
39125 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
39126
39127         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
39128         $@-t, so that each temporary file name is unique and valid in the first
39129         8 characters, for operation under DOS.
39130
39131 2002-06-15  Paul Eggert  <eggert@twinsun.com>
39132
39133         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
39134
39135 2002-06-15  Jim Meyering  <meyering@lucent.com>
39136
39137         Work even with DJGPP 2.03, which lacks support for symlinks.
39138         From Richard Dawe.
39139         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
39140         is defined.
39141         * lib/lchown.c (S_ISLNK): Likewise.
39142
39143 2002-06-15  Jim Meyering  <meyering@lucent.com>
39144
39145         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
39146         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
39147         have been included before this file.
39148
39149 2002-06-14  Jim Meyering  <meyering@lucent.com>
39150
39151         * lib/file-type.h: Use the version from diffutils-2.8.2.
39152         * lib/file-type.c: Likewise.
39153
39154 2002-06-07  Jim Meyering  <meyering@lucent.com>
39155
39156         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
39157         They're needed at least for NetBSD 1.5.2.
39158         ($statxfs_includes): Include those same headers.
39159         ($statxfs_includes): Include sys/vfs.h if available.
39160         ($statxfs_includes): Likewise for sys/statvfs.h.
39161         Check for the following members in both structs statfs and statvfs:
39162         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
39163
39164 2002-06-01  Jim Meyering  <meyering@lucent.com>
39165
39166         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
39167         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
39168
39169 2002-05-28  Jim Meyering  <meyering@lucent.com>
39170
39171         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
39172         Reported by Volker Borchert.
39173
39174 2002-05-27  Jim Meyering  <meyering@lucent.com>
39175
39176         Fix a problem seen only on nonconforming systems whereby ls.c's
39177         use of localtime, and then of gettimeofday would cause trouble:
39178         the localtime call used to initialize rpl_gettimeofday's save
39179         mechanism would clobber ls's current local time information so
39180         that in any long listing the first file would always be listed
39181         with date 1970-01-01.  Analysis by Volker Borchert.
39182
39183         * lib/gettimeofday.c (localtime): Undefine.
39184         (rpl_localtime): New function.
39185
39186 2002-05-27  Jim Meyering  <meyering@lucent.com>
39187
39188         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
39189         localtime.
39190
39191         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
39192         use the replacement function; it wouldn't resolve at link time.
39193         Reported by Volker Borchert.
39194
39195 2002-05-22  Jim Meyering  <meyering@lucent.com>
39196
39197         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
39198         file-type.h.
39199         * lib/file-type.h: New file.
39200         * lib/file-type.c (file_type): New file/function.  Extracted from
39201         diffutils.
39202
39203 2002-04-30  Jim Meyering  <meyering@lucent.com>
39204
39205         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
39206
39207 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39208
39209         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
39210
39211 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39212
39213         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
39214         Do not check for alloca.h (no longer used) or stdbool.h (was never
39215         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
39216
39217 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39218
39219         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
39220
39221 2002-04-29  Jim Meyering  <meyering@lucent.com>
39222
39223         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
39224         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
39225         Use AC_FUNC_STRNLEN here instead.
39226
39227         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
39228         With autoconf-2.53a, it's part of AC_PROG_CC.
39229
39230 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39231
39232         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
39233         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
39234
39235 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39236
39237         * lib/sig2str.h, lib/sig2str.c: New files.
39238         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
39239
39240 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39241
39242         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
39243         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
39244         of 127, since 64 is the largest conceivable number for ancient
39245         nonstandard hosts.
39246         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
39247
39248 2002-04-28  Jim Meyering  <meyering@lucent.com>
39249
39250         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
39251
39252 2002-04-24  Jim Meyering  <meyering@lucent.com>
39253
39254         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
39255         (jm_PREREQ): Use it.
39256
39257         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
39258         mach/mach.h fcntl.h.
39259         Check for this function: setlocale.
39260
39261 2002-04-24  Jim Meyering  <meyering@lucent.com>
39262
39263         * lib/gettext.h: New file, from Gettext.
39264         * lib/Makefile.am (INCLUDES): Remove -I../intl.
39265         (libfetish_a_SOURCES): Add gettext.h.
39266
39267 2002-04-16  Jim Meyering  <meyering@lucent.com>
39268
39269         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
39270         ut_pid, ut_id, ut_exit.
39271
39272 2002-04-16  Jim Meyering  <meyering@lucent.com>
39273
39274         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
39275         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
39276         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
39277
39278 2002-04-12  Jim Meyering  <meyering@lucent.com>
39279
39280         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
39281         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
39282         existence of the getmntinfo function.  Needed for Darwin 5.3.
39283
39284         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
39285         This is necessary at least on Darwin 5.3.
39286
39287         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
39288         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
39289         strnlen.o in the library, and that makes some versions of ranlib
39290         object.
39291
39292 2002-04-12  Jim Meyering  <meyering@lucent.com>
39293
39294         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
39295
39296 2002-04-09  Jim Meyering  <meyering@lucent.com>
39297
39298         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
39299         to be more precise.  Rather than saying we're checking whether the
39300         function `works', say what we're testing.
39301         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
39302         Reported by Bruno Haible.
39303
39304 2002-03-10  Jim Meyering  <meyering@lucent.com>
39305
39306         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
39307         Suggestion from Santiago Vila.
39308
39309 2002-03-08  Jim Meyering  <meyering@lucent.com>
39310
39311         * lib/rename.c: Mention that this wrapper is needed also on
39312         mips-dec-ultrix4.4 systems.
39313
39314 2002-03-02  Jim Meyering  <meyering@lucent.com>
39315
39316         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
39317         not HAVE_CLOCK_SETTIME.
39318
39319 2002-02-27  Paul Eggert  <eggert@twinsun.com>
39320
39321         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
39322         Check for clock_settime.
39323
39324 2002-02-27  Paul Eggert  <eggert@twinsun.com>
39325
39326         * lib/nanosleep.h: Rename to....
39327         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
39328
39329         * lib/gettime.c: New file.
39330         * lib/settime.c: New file.
39331         * lib/stime.c: Remove.
39332
39333         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
39334         timespec.h.  Remove nanosleep.h.
39335
39336 2002-02-25  Paul Eggert  <eggert@twinsun.com>
39337
39338         * m4/acl.m4: New file.
39339         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
39340         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
39341
39342 2002-02-25  Paul Eggert  <eggert@twinsun.com>
39343
39344         * lib/acl.c, lib/acl.h: New files.
39345         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
39346
39347 2002-02-24  Jim Meyering  <meyering@lucent.com>
39348
39349         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
39350         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
39351         cause trouble.  Reported by Nelson Beebe.
39352
39353 2002-02-23  Paul Eggert  <eggert@twinsun.com>
39354
39355         * lib/path-concat.c (xpath_concat): Reorder code to pacify
39356         compilers that don't know that xalloc_die never returns.
39357
39358 2002-02-20  Jim Meyering  <meyering@lucent.com>
39359
39360         * lib/getdate.c: Regenerate using bison-1.33.
39361
39362 2002-02-17  Jim Meyering  <meyering@lucent.com>
39363
39364         * config/config.guess (main): Don't use `head -1'; it's no longer
39365         portable. Use `sed 1q' instead.
39366
39367 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
39368
39369         * m4/codeset.m4: Upgrade to gettext-0.11.
39370         * m4/gettext.m4: Upgrade to gettext-0.11.
39371         * m4/glibc21.m4: Upgrade to gettext-0.11.
39372         * m4/iconv.m4: Upgrade to gettext-0.11.
39373         * m4/isc-posix.m4: Upgrade to gettext-0.11.
39374         * m4/lcmessage.m4: Upgrade to gettext-0.11.
39375         * m4/lib-ld.m4: New file, from gettext-0.11.
39376         * m4/lib-link.m4: New file, from gettext-0.11.
39377         * m4/lib-prefix.m4: New file, from gettext-0.11.
39378         * m4/progtest.m4: Upgrade to gettext-0.11.
39379
39380 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39381
39382         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
39383         (jm_PREREQ): Use it.
39384
39385 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39386
39387         * lib/posixver.c, lib/posixver.h: New files.
39388         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39389
39390 2002-02-02  Paul Eggert  <eggert@twinsun.com>
39391             Bruno Haible  <bruno@clisp.org>
39392
39393         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
39394         (fwrite_success_callback): New declaration.
39395         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
39396         print_unicode_char. Call failure callback instead of error.
39397         (fwrite_success_callback): New function.
39398         (exit_failure_callback): New function.
39399         (fallback_failure_callback): New function.
39400         (print_unicode_char): Call unicode_to_mb.
39401
39402 2002-01-26  Jim Meyering  <meyering@lucent.com>
39403
39404         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
39405         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
39406
39407 2002-01-26  Jim Meyering  <meyering@lucent.com>
39408
39409         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
39410
39411 2002-01-22  Paul Eggert  <eggert@twinsun.com>
39412
39413         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
39414
39415 2002-01-22  Jim Meyering  <meyering@lucent.com>
39416
39417         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
39418         Otherwise, some versions of automake would omit the rule that makes
39419         Makefile from Makefile.in.
39420
39421 2002-01-21  Paul Eggert  <eggert@twinsun.com>
39422
39423         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
39424         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39425         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
39426         (memcoll): Set errno to zero if there is no error.
39427
39428         * lib/quotearg.c (quotearg_buffer_restyled):
39429         Fix bug with quoting buffers containing NUL when backslashing escapes.
39430         This bug was exposed by the other changes in this patch.
39431         (quotearg_n_options): New arg ARGSIZE.
39432         All callers changed.
39433         (quoting_options_from_style): New function.
39434         (quotearg_n_style): Use it.
39435         (quotearg_n_style_mem): New function.
39436
39437         * lib/quotearg.h (quotearg_n_style_mem): New function.
39438
39439 2002-01-19  Jim Meyering  <meyering@lucent.com>
39440
39441         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
39442         Remove useless quotes: DF_PROG="df".
39443         * m4/strnlen.m4: New file.
39444
39445 2002-01-16  Paul Eggert  <eggert@twinsun.com>
39446
39447         * lib/backupfile.c (ISDIGIT): Comment fix.
39448         * lib/getdate.y (ISDIGIT): Likewise.
39449         * lib/posixtm.c (ISDIGIT, year): Likewise.
39450         * lib/strverscmp.c (ISDIGIT): Likewise.
39451         * lib/userspec.c (ISDIGIT): Likewise.
39452
39453 2002-01-16  Jim Meyering  <meyering@lucent.com>
39454
39455         * lib/getdate.y: Add three semicolons, each just before a closing
39456         brace. Bison (as of version 1.31) no longer papers over that mistake.
39457
39458 2002-01-05  Jim Meyering  <meyering@lucent.com>
39459
39460         * lib/version-etc.c (version_etc_copyright): Update copyright year.
39461
39462 2001-12-19  Paul Eggert  <eggert@twinsun.com>
39463
39464         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
39465         not silently exit merely because the output buffer happens to
39466         have nothing pending.
39467
39468 2001-12-18  Paul Eggert  <eggert@twinsun.com>
39469
39470         See the big note in ../ChangeLog.
39471         * lib/human.c (suffixes): Prefer K to k for 1024.
39472         (generate_suffix_backwards): New function.
39473         (human_readable_inexact): Use it.
39474         * lib/xstrtol.c (__xstrtol): If there is no number but there
39475         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
39476         Accept 'K' as well as 'k'.
39477
39478 2001-12-15  Jim Meyering  <meyering@lucent.com>
39479
39480         * lib/regex.h (__restrict_arr): Update from libc.
39481
39482         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
39483         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
39484         (STREQ): Define.
39485
39486 2001-12-14  Jim Meyering  <meyering@lucent.com>
39487
39488         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
39489         Suggestion from Bruno Haible.
39490
39491 2001-12-10  Jim Meyering  <meyering@lucent.com>
39492
39493         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
39494         xrealloc, Instead, include "xalloc.h".
39495         (initbuffer): Don't cast xmalloc return value to char*.
39496         (readline): Reword comment.
39497         Don't cast xrealloc return value to char*
39498         Return NULL, not 0.
39499
39500 2001-12-09  Jim Meyering  <meyering@lucent.com>
39501
39502         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
39503         about `signed and unsigned type in conditional expression'.
39504         * lib/posixtm.c (posix_time_parse): Likewise.
39505
39506         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
39507
39508         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
39509         to avoid a pedantic warning.
39510
39511         * lib/getstr.c: Don't include assert.h.
39512         (getstr): Remove warning-evoking assertions.
39513         Return -1 if offset parameter is out of bounds.
39514         Change the type of a local from int to size_t.
39515
39516         * lib/strftime.c (my_strftime_localtime_r): Include this function
39517         definition in the `#if ! HAVE_TM_GMTOFF' block.
39518
39519         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
39520         Include xalloc.h instead.
39521
39522 2001-12-02  Jim Meyering  <meyering@lucent.com>
39523
39524         * lib/tempname.c: Don't declare getenv, thus reverting the change of
39525         2001-11-18.  It's no longer necessary, now that stdlib.h is always
39526         included.
39527
39528         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
39529         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
39530
39531 2001-11-30  Akim Demaille  <akim@epita.fr>
39532
39533         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
39534         before being defined.
39535
39536 2001-11-27  Paul Eggert  <eggert@twinsun.com>
39537
39538         * lib/quotearg.h (quotearg_n, quotearg_n_style):
39539         First arg is int, not unsigned.
39540         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
39541         (SIZE_MAX, UINT_MAX): New macros.
39542         (quotearg_n_options): Abort if N is negative.
39543         Avoid overflow check on hosts where size_t is 64 bits and int
39544         is 32 bits, as overflow is impossible there.
39545         Fix off-by-one typo that caused unnecessary reallocation.
39546
39547 2001-11-27  Jim Meyering  <meyering@lucent.com>
39548
39549         * lib/tempname.c: Merge with version from libc.
39550         * lib/regex.c: Likewise.
39551
39552         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
39553         systems for which STDC_HEADERS is 0, it was not included, resulting in
39554         a warning about an integer-to-pointer conversion problem with getenv.
39555         Reported by Volker Borchert.
39556
39557 2001-11-26  Jim Meyering  <meyering@lucent.com>
39558
39559         * lib/gtod.h: Remove file.
39560         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
39561         * lib/gettimeofday.c: Don't include gtod.h.
39562         (GTOD_init): Remove function.
39563         (rpl_gettimeofday): Do its job here instead, rather than aborting.
39564         Suggestion from Volker Borchert.
39565
39566 2001-11-23  Jim Meyering  <meyering@lucent.com>
39567
39568         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
39569         it.
39570         * lib/hash.c (struct hash_table): Define it here instead.
39571
39572 2001-11-22  Jim Meyering  <meyering@lucent.com>
39573
39574         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
39575
39576 2001-11-20  Jim Meyering  <meyering@lucent.com>
39577
39578         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
39579         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
39580
39581 2001-11-19  Jim Meyering  <meyering@lucent.com>
39582
39583         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
39584         directory.  Use "conftestXXXXXX" as the template.
39585         Suggestion from Paul Eggert.
39586
39587         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
39588         immediately, so the test doesn't mistakenly hit the max-open-files
39589         limit.
39590
39591 2001-11-18  Paul Eggert  <eggert@twinsun.com>
39592
39593         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
39594         (TEMPORARIES): New macro.
39595         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
39596         removes an artificial limitation (e.g. HP-UX 10.20, where
39597         TMP_MAX is 17576).
39598
39599 2001-11-18  Jim Meyering  <meyering@lucent.com>
39600
39601         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
39602
39603 2001-11-18  Jim Meyering  <meyering@lucent.com>
39604
39605         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
39606         on SunOS 4.
39607
39608         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
39609         files will be created before anything else.
39610
39611 2001-11-17  Paul Eggert  <eggert@twinsun.com>
39612
39613         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
39614         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
39615
39616 2001-11-17  Jim Meyering  <meyering@lucent.com>
39617
39618         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
39619         Prompted by a report from Bob Proulx.
39620
39621         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
39622         Instead, require UTILS_FUNC_MKSTEMP.
39623
39624 2001-11-17  Jim Meyering  <meyering@lucent.com>
39625
39626         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
39627         Now, that's done as part of AC_FUNC_STRTOD.
39628
39629 2001-11-17  Jim Meyering  <meyering@lucent.com>
39630
39631         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
39632         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
39633         rather than group writable.  Patch by Juan F. Codagnone.
39634
39635         * lib/readtokens.c: Remove explicit declarations of xmalloc and
39636         xrealloc, Instead, include "xalloc.h".
39637
39638         * lib/mountlist.c: Include unlocked-io.h after all system headers.
39639         Remove explicit declarations of xmalloc, xrealloc,
39640         and xstrdup.  Instead, include "xalloc.h".
39641
39642         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
39643         unlocked-io.h.
39644         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
39645         Likewise.
39646         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
39647
39648         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
39649         Reported by Padraig Brady.
39650
39651         * lib/mkstemp.c: #undef mkstemp.
39652         Include config.h.
39653         (rpl_mkstemp): Rename from mkstemp.
39654         Protoize.
39655
39656 2001-11-16  Jim Meyering  <meyering@lucent.com>
39657
39658         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
39659         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
39660         determine the amount of total physical memory, use pstat_getstatic.
39661         HPUX-11 doesn't define _SC_PHYS_PAGES.
39662         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
39663         If sysconf couldn't be used to determine the amount of available
39664         physical memory, use both pstat_getstatic and pstat_getdynamic.
39665         Based on a patch from Bob Proulx.
39666
39667 2001-11-10  Jim Meyering  <meyering@lucent.com>
39668
39669         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
39670         (jm_PREREQ): Use it.
39671
39672 2001-11-09  Jim Meyering  <meyering@lucent.com>
39673
39674         * m4/jm-macros.m4: Require autoconf-2.52f.
39675         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
39676         Use these AC_-prefixed names, not the AM_-prefixed ones.
39677
39678         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
39679
39680 2001-11-05  Jim Meyering  <meyering@lucent.com>
39681
39682         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
39683
39684 2001-11-04  Jim Meyering  <meyering@lucent.com>
39685
39686         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
39687         $DEFS.
39688
39689 2001-11-03  Jim Meyering  <meyering@lucent.com>
39690
39691         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
39692         of AC_DEFUN.
39693
39694         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
39695         know the name of the variable in the macro definition.
39696
39697 2001-11-03  Jim Meyering  <meyering@lucent.com>
39698
39699         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
39700         in argmatch_to_argument call.
39701
39702         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
39703         argument.
39704
39705         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
39706         e.g., a fault due to an attempt to free a NULL pointer.
39707
39708 2001-11-01  Jim Meyering  <meyering@lucent.com>
39709
39710         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
39711         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
39712
39713 2001-11-01  Jim Meyering  <meyering@lucent.com>
39714
39715         * lib/dirfd.c, lib/dirfd.h: New files.
39716         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
39717
39718         * lib/hash.c (hash_print) [TESTING]: Clean up.
39719
39720 2001-10-22  Paul Eggert  <eggert@twinsun.com>
39721
39722         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
39723         to avoid a warning if -Wall.
39724
39725 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
39726
39727         * README: New file
39728         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
39729         (per RMS's instructions, this is now the canonical source)
39730         * lgpl/, gpl/: New directories.
39731
39732 2001-10-21  Paul Eggert  <eggert@twinsun.com>
39733
39734         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
39735
39736 2001-10-21  Jim Meyering  <meyering@lucent.com>
39737
39738         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
39739         this code would end up calling gettext even in packages built
39740         with --disable-nls.
39741         * lib/getopt.c (_): Likewise.
39742         * lib/regex.c (_): Likewise.
39743
39744 2001-10-20  Paul Eggert  <eggert@twinsun.com>
39745
39746         * m4/error.m4 (jm_PREREQ_ERROR):
39747         Do not invoke AC_CHECK_FUNCS with strerror_r, as
39748         AC_FUNC_STRERROR_R does that.
39749         Check for strerror declaration.
39750
39751         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
39752         are supposed to have them these days.
39753         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
39754         Merge changes from latest Autoconf CVS.
39755         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
39756         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
39757         POSIX decided to standardize on the int flavor of strerror_r.
39758
39759 2001-10-20  Paul Eggert  <eggert@twinsun.com>
39760
39761         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
39762         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
39763         Use strerror_r that is only a macro, even if it is not a function.
39764         (strerror): Check for HAVE_DECL_STRERROR before declaring.
39765         (private_strerror): Use prototypes, not old-style function definition.
39766         (print_errno_message): New function.
39767         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
39768         char*-flavored one.
39769         (error_tail, error, error_at_line): Use it.
39770
39771 2001-10-11  Jim Meyering  <meyering@lucent.com>
39772
39773         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
39774         and quote_n (1, ... to avoid clobbering a buffer.
39775
39776 2001-10-05  Jim Meyering  <meyering@lucent.com>
39777
39778         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
39779         hash-pjw.h.
39780         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
39781         * lib/hash-pjw.h: New file.
39782
39783 2001-09-30  Jim Meyering  <meyering@lucent.com>
39784
39785         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
39786         `struct fsstat' has the `f_fstypename' member.
39787         Use that to define FS_TYPE, which is now used to make
39788         the getfsstat link test tighter.
39789
39790 2001-09-30  Jim Meyering  <meyering@lucent.com>
39791
39792         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
39793         Include <sys/ucred.h>, for Apple Darwin.
39794         Include sys/mount.h and sys/fs_types.h only if available.
39795         (FS_TYPE): Define.
39796         (read_filesystem_list): Use FS_TYPE.
39797
39798 2001-09-29  Paul Eggert  <eggert@twinsun.com>
39799
39800         * lib/exclude.c (excluded_filename): 0 -> false, since it's
39801         a boolean context.
39802
39803 2001-09-29  Jim Meyering  <meyering@lucent.com>
39804
39805         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
39806         [one-argument getmntent function]): Include stdio.h before mntent.h.
39807         SunOS 4.1.x needs it for the declaration of `FILE'.
39808         Patch by Volker Borchert.
39809
39810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
39811         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
39812         sys/fs_types.h, and make the link-test for getfsstat guard #include
39813         directives with appropriate #if HAVE_*_H tests so that we can
39814         detect getfsstat on Apple Darwin1.3.7 systems.
39815         Reported by Nelson Beebe.
39816         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
39817
39818 2001-09-28  Paul Eggert  <eggert@twinsun.com>
39819
39820         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
39821         #defines strtoimax.  Also treat the other strto* functions
39822         like strtoimax.
39823
39824         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
39825         Check for strtoul and strtoumax,
39826         as those declarations are made even in the signed case.
39827         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
39828         Likewise, for strtol and strtoimax.
39829
39830 2001-09-28  Paul Eggert  <eggert@twinsun.com>
39831
39832         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
39833         #defines strtoimax.  Also treat the other strto* functions
39834         like strtoimax.
39835
39836         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
39837         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
39838         (strtoimax, strtoumax): Do not declare if already defined as a macro.
39839
39840 2001-09-26  Jim Meyering  <meyering@lucent.com>
39841
39842         Most macros in unlocked-io.h had the wrong number of arguments.
39843         * lib/gen-uio: New script.
39844         (USE_UNLOCKED_IO): Define to 1 if not already defined.
39845         * lib/unlocked-io.hin: Remove file.
39846         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
39847         rather than trying to embed it here.
39848         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
39849         Reported by Padraig Brady.
39850
39851 2001-09-25  Volker Borchert  <bt@teknon.de>
39852
39853         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
39854         `result'.
39855
39856 2001-09-24  Jim Meyering  <meyering@lucent.com>
39857
39858         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
39859
39860 2001-09-23  Jim Meyering  <meyering@lucent.com>
39861
39862         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
39863         instead of the mere test for existence of mntent.h.  The latter
39864         would get a false-positive on AIX 3.4 systems.
39865         In the outer getmntent if-block, don't die if neither of the getmntent
39866         tests succeeds.  Instead, just fall through and continue with the
39867         remaining tests.
39868
39869 2001-09-23  Jim Meyering  <meyering@lucent.com>
39870
39871         * lib/mountlist.c: Remove useless parentheses in #if directives.
39872         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
39873         the deprecated MOUNTED symbol is no longer defined in mntent.h.
39874
39875 2001-09-22  Jim Meyering  <meyering@lucent.com>
39876
39877         * m4/gettext.m4: New file.  From gettext.
39878         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
39879         * m4/progtest.m4: Likewise
39880         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
39881         * m4/glibc21.m4: Likewise.
39882
39883         * m4/libintl.m4: Remove.  No longer used.
39884
39885 2001-09-22  Jim Meyering  <meyering@lucent.com>
39886
39887         * lib/localcharset.c: Update from latest gettext.
39888         * lib/config.charset: Likewise.
39889
39890 2001-09-20  Jim Meyering  <meyering@lucent.com>
39891
39892         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
39893         strtoimax.
39894         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
39895         strtoumax.
39896
39897 2001-09-20  Jim Meyering  <meyering@lucent.com>
39898
39899         * lib/xstrtol.c (strtoimax): Guard declaration with
39900         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
39901         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
39902         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
39903         (strtoumax): Likewise, for completeness (it wasn't necessary).
39904
39905 2001-09-17  Paul Eggert  <eggert@twinsun.com>
39906
39907         * lib/strtoimax.c (HAVE_LONG_LONG):
39908         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
39909         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
39910         to work around bug in IBM C compiler.
39911
39912 2001-09-17  Jim Meyering  <meyering@lucent.com>
39913
39914         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
39915         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
39916         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
39917         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
39918         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
39919         whenever the right hand side need not be expanded by the shell.
39920
39921 2001-09-16  Paul Eggert  <eggert@twinsun.com>
39922
39923         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
39924         library.  It's not correct, as some older glibcs are buggy.
39925         fnmatch wasn't fixed until glibc 2.2.
39926
39927         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
39928         special shell magic here.
39929
39930 2001-09-16  Jim Meyering  <meyering@lucent.com>
39931
39932         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
39933         * m4/jm-macros.m4: Require it.
39934
39935 2001-09-16  Jim Meyering  <meyering@lucent.com>
39936
39937         * lib/mkdir.c: New file.
39938
39939 2001-09-15  Jim Meyering  <meyering@lucent.com>
39940
39941         * m4/jm-macros.m4: Check for help2man.
39942
39943 2001-09-11  Jim Meyering  <meyering@lucent.com>
39944
39945         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
39946         The body, by Paul Eggert, was moved here from configure.in.
39947         * m4/jm-macros.m4: Require UTILS_HOST_OS.
39948
39949 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39950
39951         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
39952         (jm_PREREQ): Use it.
39953
39954 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39955
39956         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
39957         Use ssize_t, not int, to store result of readlink.
39958         Check for ssize_t overflow as well as size_t overflow,
39959         as POSIX says the result of readlink is implementation-defined
39960         when ssize_t overflows.
39961         Remove unnecessary cast to char*.
39962         Use free+malloc instead of realloc, as the storage doesn't need
39963         to be preserved and it's clearer and can be more efficient that way.
39964         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
39965         * lib/xreadlink.h (xreadlink): Update prototype.
39966
39967 2001-09-04  Paul Eggert  <eggert@twinsun.com>
39968
39969         * lib/xgetcwd.c: Revert some of the previous change; intead,
39970         fix the HAVE_GETCWD_NULL code to behave more like the
39971         !HAVE_GETCWD_NULL code used to.
39972
39973         Include "xalloc.h".
39974         (xgetcwd): Do not return NULL when memory is exhausted; instead,
39975         invoke xalloc_die.
39976
39977 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39978
39979         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
39980         sys/param.h, as pathmax.h includes them.
39981
39982 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39983
39984         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
39985         (jm_PREREQ_XGETCWD): New macro.
39986
39987         * m4/getcwd.m4: New file.
39988
39989 2001-09-03  Paul Eggert  <eggert@twinsun.com>
39990
39991         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
39992         like the HAVE_GETCWD_NULL code.
39993         Include pathmax.h if not HAVE_GETCWD.
39994         Do not include xalloc.h.
39995         (INITIAL_BUFFER_SIZE): New symbol.
39996         Do not use xmalloc / xrealloc, since the caller is responsible for
39997         handling errors.  Preserve errno around `free' during failure.
39998         Do not overrun buffer when using getwd.
39999
40000 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40001
40002         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
40003         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
40004         getcwd (NULL, 0).
40005
40006 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40007
40008         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
40009         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
40010         spotted by Jim Meyering.
40011
40012 2001-09-03  Jim Meyering  <meyering@lucent.com>
40013
40014         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
40015         failure.
40016
40017 2001-09-02  Jim Meyering  <meyering@lucent.com>
40018
40019         * lib/error.c: Update from GNU libc.
40020
40021 2001-09-01  Jim Meyering  <meyering@lucent.com>
40022
40023         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
40024         Used by df.
40025
40026 2001-09-01  Jim Meyering  <meyering@lucent.com>
40027
40028         * lib/xreadlink.c: New file.
40029         * lib/xreadlink.h: New file.
40030         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
40031         xreadlink.h.
40032
40033         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
40034         doesn't conflict with sparc Solaris 7's definition in
40035         /usr/include/sys/int_types.h.
40036
40037         * lib/exclude.c: Use `""', not `<>' to #include non-system header
40038         files.
40039         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
40040         and strncasecmp as r-values.  Unixware didn't have declarations.
40041
40042 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40043
40044         * lib/xstrtol.h: Add copyright notice.
40045         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
40046         LONGINT_INVALID_SUFFIX_CHAR.
40047
40048 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40049
40050         * lib/xstrtol.c (strtoimax): New decl.
40051
40052 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40053
40054         * lib/xgetcwd.c: Don't include pathmax.h.
40055         Include stdlib.h and unistd.h if available.
40056         Include xalloc.h.
40057         (xmalloc, xstrdup, free): Remove decls.
40058         (xgetcwd): Don't assume sizes fit in unsigned.
40059         Check for overflow when computing sizes.
40060         Simplify reallocation code.
40061
40062 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40063
40064         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
40065         a directory's st_size can have an arbitrary value, so the old
40066         usage could waste an arbitrary amount of memory.  All uses
40067         changed.
40068         * lib/savedir.h: Update prototype.
40069
40070 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40071
40072         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
40073
40074         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
40075         old strtoimax.c.
40076
40077         Also, make the following further changes to make this file's
40078         configuration more similar to that of strtol.c:
40079         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
40080         (strtoumax, uintmax_t, strtoull, strtol): Remove.
40081         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
40082         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
40083         changed to signed values.
40084
40085         And make the following changes as well:
40086         Fix copyright notice, as 1999 was missing.
40087         (verify): New macro.
40088         (strtoimax): Check sizes at compile-time, not run-time.
40089         Prefer strtol to strtoll if both work.
40090         (main): Remove; it was not that useful and was a pain to maintain.
40091
40092         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
40093
40094 2001-08-31  Jim Meyering  <meyering@lucent.com>
40095
40096         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
40097         Use an initial, malloc'd, buffer of length 128 rather than
40098         a statically allocated one of length 1024.
40099
40100 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40101
40102         Simplify code, partly by assuming autoconf 2.52 semantics.
40103
40104         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
40105
40106         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
40107         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
40108         All uses removed.
40109         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
40110         Move AC_REQUIRE to next-to-top level, to avoid confusion.
40111         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
40112         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
40113         jm_AC_HEADER_INTTYPES_H.
40114         * m4/jm-macros.m4 (jm_MACROS): Likewise.
40115
40116         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
40117
40118         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40119         Quote first arg of AC_DEFUN.
40120         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
40121         since they are needed to parse the include file even if we need
40122         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
40123         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
40124         but with opposite signedness.
40125
40126 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40127
40128         Merge 'exclude' changes from tar 1.13.22.
40129         This fixes one or two unlikely storage allocation overflow bugs,
40130         but doesn't change user-visible behavior otherwise.
40131
40132 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40133
40134         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
40135         (jm_PREREQ_EXCLUDE): New macro.
40136
40137 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40138
40139         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
40140         tm to be declared.
40141
40142 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40143
40144         * lib/hash.c: Remove '2001' from copyright notice.
40145
40146 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40147
40148         * lib/full-write.h: New file.
40149         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
40150         * lib/full-write.c: Correct credits, as cccp.c no longer
40151         exists and anyway it was so heavily changed from the old cccp
40152         code as to be unrecognizable.  Include full-write.h.
40153         (full_write) Return size_t, with short writes meaning failure.
40154         All callers changed.  This fixes a bug with large buffers
40155         on 64-bit hosts.
40156         * lib/utime.c: Include full-write.h.
40157
40158 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40159
40160         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
40161         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
40162         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
40163         Include if available.
40164         (<xalloc.h>): Include
40165         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
40166         (verify): New macro.  Use it to verify that EXCLUDE macros do not
40167         collide with FNM macros.
40168         (struct patopts): New struct.
40169         (struct exclude): Use it, as exclude patterns now come with options.
40170         (new_exclude): Support above changes.
40171         (new_exclude, add_exclude_file):
40172         Initial size must now be a power of two to simplify overflow checking.
40173         (free_exclude, fnmatch_no_wildcards): New function.
40174         (excluded_filename): No longer requires options arg, as the options
40175         are determined by add_exclude.  Now returns bool, not int.
40176         (excluded_filename, add_exclude):
40177         Add support for the fancy new exclusion options.
40178         (add_exclude, add_exclude_file): Now takes int options arg.
40179         Check for arithmetic overflow when computing sizes.
40180         (add_exclude_file): xrealloc might modify errno, so don't
40181         realloc until after errno might be used.
40182
40183         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
40184         New macros.
40185         (free_exclude): New decl.
40186         (add_exclude, add_exclude_file): Now takes int options arg.
40187         (excluded_filename): No longer requires options arg, as the options
40188         are determined by add_exclude.  Now returns bool, not int.
40189
40190 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40191
40192         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
40193
40194 2001-08-27  Jim Meyering  <meyering@lucent.com>
40195
40196         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
40197
40198         * lib/version-etc.c (N_): Remove definition.
40199         Revert most of last change.
40200         Instead, simply don't mark the `Copyright...' string for translation.
40201         Based on advice from Paul Eggert.
40202
40203         * lib/strtoxmax.c: Tweak comment.
40204
40205 2001-08-26  Jim Meyering  <meyering@lucent.com>
40206
40207         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
40208
40209         * m4/xstrtoimax.m4: New file.
40210         * m4/xstrtoumax.m4: Add comments explaining why we
40211         AC_REPLACE_FUNCS(strtol).
40212
40213 2001-08-26  Jim Meyering  <meyering@lucent.com>
40214
40215         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
40216         of copyright with `%s' so translators don't get an untranslated
40217         message in 2002.
40218         (COPYRIGHT_YEAR): Define.
40219         (version_etc): Use fprintf rather than fputs.
40220         Suggestion from Ulrich Drepper.
40221
40222         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
40223
40224         * lib/strtoll.c: New file, from GNU libc.
40225         * lib/xstrtoimax.c: New file.
40226
40227         * lib/xstrtol.h: Add xstrtoimax.
40228         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
40229         * lib/strtoimax.c: New file.  Likewise, but first define
40230         STRTOUXMAX_SIGNED.
40231
40232         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
40233         ...
40234         * lib/strtoxmax.c: ... then renamed to this.
40235
40236 2001-08-18  Paul Eggert  <eggert@twinsun.com>
40237
40238         * m4/inttypes.m4: Add AC_PREREQ(2.13).
40239         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
40240         (jm_AC_TYPE_INTMAX_T): New macro.
40241         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
40242
40243         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
40244
40245         * m4/longlong.m4: Renamed from ulonglong.m4.
40246         * m4/inttypes.m4: Renamed from inttypes_h.m4.
40247         * m4/uintmax_t.m4: Removed.
40248
40249 2001-08-13  Paul Eggert  <eggert@twinsun.com>
40250
40251         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
40252         Port to Solaris 8, where 'sed' requires a space after the 'r'
40253         command, and where sh dislikes "$/".  Clean up the spacing a bit.
40254         Redirect output to $tmp just once.
40255
40256 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
40257
40258         * lib/addext.c (<errno.h>): Include.
40259         (errno): Declare if not defined.
40260         (addext): Work correctly when pathconf returns -1 and leaves
40261         errno alone because there is no limit.  Also, work even if
40262         pathconf returns a value greater than SIZE_MAX.
40263
40264 2001-08-12  Jim Meyering  <meyering@lucent.com>
40265
40266         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
40267         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
40268         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
40269         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
40270         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
40271         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
40272         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
40273         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
40274         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
40275         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
40276         utime.m4, utimes.m4, xstrtoumax.m4:
40277         Quote the first argument in each use of AC_DEFUN.
40278
40279 2001-08-12  Jim Meyering  <meyering@lucent.com>
40280
40281         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
40282         Simply `return getcwd (NULL, 0);'.
40283         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
40284         Use 1300 as initial value for length, not PATH_MAX.
40285
40286         * lib/pathmax.h: Clean up cpp syntax.
40287
40288 2001-08-12  Jim Meyering  <meyering@lucent.com>
40289
40290         * lib/gettimeofday.c: New file.
40291         * lib/gtod.h: New file.
40292         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
40293
40294 2001-08-05  Jim Meyering  <meyering@lucent.com>
40295
40296         * m4/jm-macros.m4: Require autoconf-2.52.
40297
40298 2001-08-04  Jim Meyering  <meyering@lucent.com>
40299
40300         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
40301         stmt, to get in sync with glibc.
40302
40303 2001-08-03  Paul Eggert  <eggert@twinsun.com>
40304
40305         The following changes are from gettext 0.10.39 as maintained by
40306         Bruno Haible.
40307
40308         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
40309         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
40310         with inverted sense.  All uses changed.
40311
40312         * lib/mbswidth.c: Don't include <limits.h>.
40313         Include <stdlib.h> and <string.h> unconditionally.
40314         (iswcntrl, mbsinit, ISCNTRL): New macros.
40315         (mbsnwidth): Use K&R style function declarations.
40316         Don't bother checking for MB_LEN_MAX == 1, since the compiler
40317         can optimize it when MB_CUR_MAX == 1.
40318         The width of control characters is zero, not 1.
40319
40320 2001-08-03  Paul Eggert  <eggert@twinsun.com>
40321
40322         The following changes are from gettext 0.10.39 as maintained by
40323         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
40324
40325         * m4/codeset.m4: Upgrade to serial AM1.
40326         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
40327         all uses changed.  Quote first arg of AC_DEFUN.
40328         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
40329
40330         * m4/iconv.m4: Upgrade to serial AM2.
40331         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
40332         Add --with-libconv-prefix.
40333         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
40334         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
40335         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
40336         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
40337         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
40338
40339         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
40340         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
40341         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
40342         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
40343         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
40344         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
40345         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
40346         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
40347         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
40348
40349         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
40350         string.h any more.
40351
40352         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
40353         not the default value.
40354
40355         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
40356         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
40357         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
40358         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
40359         Also check for iswcntrl, used for wcwidth fallback.
40360         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
40361         to Autoconf 2.13.
40362
40363 2001-08-03  Jim Meyering  <meyering@lucent.com>
40364
40365         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
40366         as it was in the original.  Reported by Paul Eggert.
40367
40368 2001-07-16  Jim Meyering  <meyering@lucent.com>
40369
40370         * m4/gettimeofday.m4: New file.
40371         Prompted by a report from Bernhard Baehr.
40372
40373 2001-07-15  Jim Meyering  <meyering@lucent.com>
40374
40375         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
40376         stuff. Now it's in ../Makefile.cfg.
40377
40378 2001-07-15  Jim Meyering  <meyering@lucent.com>
40379
40380         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
40381         (BUILT_SOURCES): Add unlocked-io.h.
40382         (io_functions): Define.
40383         (unlocked-io.h): New rule.
40384         (DISTCLEANFILES): Add unlocked-io.h.
40385         (all-local): Depend on unlocked-io.h, to ensure it is created.
40386
40387         * lib/unlocked-io.hin: New file
40388
40389         * lib/regex.c: Update from glibc.
40390
40391 2001-07-05  Jim Meyering  <meyering@lucent.com>
40392
40393         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
40394         recommendation.
40395         (libfetish_a_SOURCES): Put all .h files here instead.
40396         Remove a thus-exposed (better checks in automake) duplicate and
40397         two unnecessary .h files.
40398
40399 2001-07-04  Jim Meyering  <meyering@lucent.com>
40400
40401         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
40402         that generates jm-glibc-io.m4 so that it doesn't trigger any make
40403         distcheck failure.
40404
40405 2001-07-02  Jim Meyering  <meyering@lucent.com>
40406
40407         The following changes were prompted by suggestions from Bruno Haible.
40408
40409         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
40410         is now generated.
40411         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
40412         definition of EXTRA_DIST.
40413         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
40414         ensure that the generated file is created/updated whenever the list
40415         of $(unlocked_functions) is changed.
40416         (jm-glibc-io.m4): New rule.
40417         (unlocked-io.h): New rule -- currently unused.
40418
40419 2001-06-24  Jim Meyering  <meyering@lucent.com>
40420
40421         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
40422         unmatched right bracket, rather than kludging it with an extra,
40423         falsely-matching quote in a comment.  Patch by Akim Demaille.
40424
40425 2001-06-11  Jim Meyering  <meyering@lucent.com>
40426
40427         * lib/regex.c: Update from GNU libc.
40428
40429 2001-05-27  Jim Meyering  <meyering@lucent.com>
40430
40431         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
40432         Check for ut_type in struct utmp.
40433
40434 2001-05-27  Jim Meyering  <meyering@lucent.com>
40435
40436         * lib/readutmp.h (UT_TYPE): Define.
40437
40438 2001-05-24  Jim Meyering  <meyering@lucent.com>
40439
40440         * lib/argmatch.c: Include "quote.h".
40441         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
40442         quote function.  Reported by Göran Uddeborg.
40443
40444 2001-05-22  Jim Meyering  <meyering@lucent.com>
40445
40446         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
40447         now that we use the package-supplied version unconditionally.
40448         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
40449
40450 2001-05-21  Jim Meyering  <meyering@lucent.com>
40451
40452         * m4/regex.m4: Change a couple backticks to single quotes to avoid
40453         shell syntax errors.
40454
40455 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40456
40457         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
40458
40459 2001-05-20  Paul Eggert  <eggert@twinsun.com>
40460
40461         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
40462         Don't bother to check library strftime, since
40463         we'll be using our own my_strftime function anyway.
40464         Define my_strftime instead of strftime.
40465
40466 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
40467
40468         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
40469         which is not yet declared.
40470
40471 2001-05-15  Jim Meyering  <meyering@lucent.com>
40472
40473         * m4/regex.m4: Use proper quoting so brackets appear in the test
40474         program.
40475         Reported by, and with help from, Bruno Haible.
40476
40477 2001-05-13  Jim Meyering  <meyering@lucent.com>
40478
40479         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
40480         undefined.
40481
40482 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40483
40484         dirname code cleanup.  base_name now behaves more compatibly
40485         with POSIX basename when given file names that have trailing
40486         slashes, and similarly for dir_name.  Add new primitives
40487         base_len and dir_len.  Put the directory-name-related decls
40488         into dirname.h.
40489
40490         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
40491         * lib/backupfile.c (base_name): Likewise.
40492         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
40493         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
40494         * lib/makepath.c (strip_trailing_slashes): Likewise.
40495         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
40496         ISSLASH): Likewise.
40497         * lib/rename.c (strip_trailing_slashes): Likewise.
40498         * lib/same.c (base_name): Likewise.
40499         * lib/stripslash.c (ISSLASH): Likewise.
40500
40501         * lib/addext.c: Include <dirname.h> after size_t is defined.
40502         * lib/backupfile.c: Likewise.
40503
40504         * lib/addext.c (addext): Use base_len to trim redundant
40505         trailing slashes instead of doing it ourselves.
40506         But do not trim the last slash if it is not redundant.
40507
40508         * lib/backupfile.c (find_backup_file_name,
40509         max_backup_version): Use base_len instead of rolling it ourselves.
40510         Handle the case of "" and (on DOS) "C:" correctly.
40511
40512         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
40513         needed. Include <string.h>, <dirname.h>.
40514         (base_name): Allow file names ending in slashes, other than names
40515         that are all slashes.  In this case, return the basename followed
40516         by the slashes.  This is more general, and can be used in places
40517         where the original base_name purposely had an assertion failure.
40518         (base_len): New function.
40519
40520         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
40521         Do not include <assert.h>; no longer needed.
40522         Include xalloc.h.
40523         (memrchr): Remove decl.
40524         (dir_name_r): Remove.
40525         (dir_len): Renamed from dirlen.  All callers changed.
40526         Rewrite in terms of base_name, for simplicity and consistency.
40527         (dir_name): Never return NULL.  All callers changed.
40528         Do not include <stdlib.h> in test program; no longer needed.
40529         return 0; is fine for test program.
40530
40531         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
40532         New macros.
40533         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
40534
40535         * lib/path-concat.c (path_concat): Use base_len to compute
40536         base length, not strlen; this means we cannot rely on memcpy
40537         to null-terminate.
40538
40539         * lib/same.c (STREQ): Remove.
40540         (same_name): Handle the case where the basename ends in trailing '/'.
40541
40542         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
40543         a slash was stripped.  Do not strip the last slash after a
40544         file system prefix.
40545
40546 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40547
40548         * lib/Makefile.am (libfetish_a_SOURCES):
40549         Add strftime.c, since we now compile it on all hosts.
40550
40551         * lib/strftime.c (my_strftime):
40552         Define to nstrftime if emacs, but only if my_strftime is not defined.
40553         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
40554         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
40555         Add one more extra argument: a nanoseconds value.
40556         All uses changed.
40557         (ns): New macro.
40558         (my_strftime function): Add %N format.
40559         (emacs_strftimeu): Renamed from emacs_strftime,
40560         with extra ut argument.
40561
40562 2001-05-09  Paul Eggert  <eggert@twinsun.com>
40563
40564         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
40565
40566 2001-04-21  Jim Meyering  <meyering@lucent.com>
40567
40568         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
40569         doesn't interfere.
40570
40571 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40572
40573         * m4/ftruncate.m4: Check for chsize.
40574         Link with ftruncate.o unconditionally if ftruncate is missing.
40575         This was required when cross-compiling to i586-mingw32msvc.
40576
40577 2001-04-08  Jim Meyering  <meyering@lucent.com>
40578
40579         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
40580         recomputed; that's necessary when the offset spans a DST transition.
40581         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
40582
40583 2001-04-02  Jim Meyering  <meyering@lucent.com>
40584
40585         * lib/regex.h, regex.c: Update from GNU libc.
40586
40587 2001-03-24  Jim Meyering  <meyering@lucent.com>
40588
40589         * m4/jm-macros.m4: Require autoconf-2.49d.
40590
40591 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
40592
40593         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
40594
40595 2001-03-19  Paul Eggert  <eggert@twinsun.com>
40596
40597         * lib/version-etc.c (version_etc_copyright): Update to 2001.
40598
40599 2001-03-17  Jim Meyering  <meyering@lucent.com>
40600
40601         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
40602         now that the version in autoconf is equivalent.
40603         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
40604
40605         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
40606         Suggestion from Akim Demaille.
40607
40608         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
40609         (jm_PREREQ_TEMPNAME): New function.
40610
40611 2001-03-16  Paul Eggert  <eggert@twinsun.com>
40612
40613         * lib/tempname.c (uint64_t): Define to uintmax_t if
40614         not defined, and if UINT64_MAX is not defined.
40615         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
40616         Reported by John David Anglin.
40617
40618 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
40619
40620         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
40621         resolve alias if codeset is empty.
40622         * lib/config.charset (BeOS): Use wildcard syntax.
40623
40624 2001-03-13  Jim Meyering  <meyering@lucent.com>
40625
40626         * lib/path-concat.c (path_concat)
40627         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
40628         concatenating e.g., `C:' and `foo'.
40629         From Bruno Haible.
40630
40631 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40632
40633         * lib/localcharset.c (locale_charset): Don't use
40634         setlocale(LC_CTYPE,NULL). Don't return NULL.
40635         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
40636
40637 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40638
40639         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
40640         support for DOS/DJGPP.
40641
40642 2001-03-01  Paul Eggert  <eggert@twinsun.com>
40643
40644         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
40645         lacks mkstemp.  Compile our own tempname.c if we compile our own
40646         mkstemp.c, as mkstemp relies on tempname.
40647
40648 2001-03-01  Jim Meyering  <meyering@lucent.com>
40649
40650         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
40651         AH_VERBATIM really does output its argument verbatim.
40652
40653 2001-02-28  Paul Eggert  <eggert@twinsun.com>
40654
40655         * lib/Makefile.am (libfetish_a_SOURCES):
40656         Add dup-safer.c, fopen-safer.c.
40657         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
40658
40659         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
40660         * lib/unistd-safer.h: New files.
40661
40662 2001-02-25  Paul Eggert  <eggert@twinsun.com>
40663
40664         The mkstemp replacement is taken from glibc 2.2.2, with some
40665         portability fixes for use outside glibc, as follows:
40666
40667         * lib/tempname.c (struct_stat64): New macro.
40668         (direxists, __gen_tempname): Use it.
40669         This avoids a portability problem with Solaris 8.
40670
40671         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
40672         (<stddef.h>, <stdint.h>, <string.h>):
40673         Include only if STDC_HEADERS || _LIBC.
40674         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
40675         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
40676         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
40677         (__set_errno): Define this macro if <errno.h> doesn't.
40678         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
40679         Define these macros if <stdio.h> doesn't.
40680         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
40681         Define these macros if <sys/stat.h>
40682         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
40683         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
40684         __xstat64): Define if not _LIBC.
40685         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
40686         (__gen_tempname): Invoke gettimeofday only if
40687         HAVE_GETTIMEOFDAY || _LIBC;
40688         otherwise, fall back on plain "time".
40689         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
40690
40691         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
40692
40693         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
40694
40695 2001-02-18  Paul Eggert  <eggert@twinsun.com>
40696
40697         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
40698
40699 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40700
40701         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
40702         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
40703         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
40704         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
40705
40706 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40707
40708         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
40709         Remove workaround macros for hosts that have mbrtowc but not
40710         mbstate_t, as we now insist on proper declarations for both
40711         before using mbrtowc.
40712
40713 2001-02-17  Jim Meyering  <meyering@lucent.com>
40714
40715         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
40716         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
40717         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
40718         UnixWare 7.1.1.
40719
40720         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
40721         rather than AC_CACHE_VAL.
40722
40723 2001-02-17  Jim Meyering  <meyering@lucent.com>
40724
40725         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
40726         around included file name.
40727
40728         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
40729
40730         * lib/strftime.c: Update from GNU libc (the only changes were to
40731         comments).
40732
40733 2001-02-17  Jim Meyering  <meyering@lucent.com>
40734
40735         * lib/regex.c: Update from libc.
40736
40737 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
40738
40739         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
40740         clash.
40741
40742 2001-02-16  Paul Eggert  <eggert@twinsun.com>
40743
40744         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
40745         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
40746         Reported by Mark Hounschell via Paul Eggert.
40747
40748 2001-02-07  Jim Meyering  <meyering@lucent.com>
40749
40750         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
40751
40752 2001-02-05  Jim Meyering  <meyering@lucent.com>
40753
40754         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
40755         it includes the patch required for `large file' support with at least
40756         HP-UX's 10.20 /bin/cc.
40757
40758 2001-02-03  Jim Meyering  <meyering@lucent.com>
40759
40760         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
40761         AS_IF, now that it works once again (mysteriously).
40762         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
40763
40764 2001-01-30  Jim Meyering  <meyering@lucent.com>
40765
40766         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
40767         * m4/chown.m4: Rename conftestchown to conftest.chown.
40768         * m4/rename.m4: s/conftestdir/conftest.d1/ and
40769         s/conftestdir2/conftest.d2/.
40770         * m4/utimes.m4: s/conftestdata/conftest.data/
40771         Inspired by Pavel Roskin's change in autoconf.
40772
40773 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
40774
40775         * lib/config.charset: Update for FreeBSD 4.2.
40776
40777 2001-01-27  Jim Meyering  <meyering@lucent.com>
40778
40779         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
40780         a use of AS_IF.
40781         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
40782
40783 2001-01-26  Jim Meyering  <meyering@lucent.com>
40784
40785         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
40786         quotearg.c includes it.
40787
40788 2001-01-26  Jim Meyering  <meyering@lucent.com>
40789
40790         * lib/quotearg.c: Include stddef.h.
40791         * lib/quote.c: Include stddef.h.
40792         Reported by Axel Kittenberger.
40793
40794         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
40795         line in double quotes so that it evokes a better diagnostic.
40796         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
40797         Reported by Axel Kittenberger.
40798
40799 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
40800
40801         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
40802         as if it was a `charset'.
40803
40804 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
40805
40806         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
40807         has const.
40808
40809 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
40810
40811         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
40812         to avoid a warning.  Add back 'const' to inptr.
40813
40814 2001-01-20  Jim Meyering  <meyering@lucent.com>
40815
40816         Be sure that headers are checked before used in code compiled
40817         for the type checks.
40818         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
40819         In place of that, invoke jm_CHECK_ALL_TYPES.
40820         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
40821         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
40822         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
40823         The check for ssize_t was mistakenly run before the test for unistd.h.
40824
40825         The configure-time check for stdbool.h was missing.
40826         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
40827         (jm_PREREQ_HASH): New function.
40828
40829 2001-01-17  Jim Meyering  <meyering@lucent.com>
40830
40831         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
40832         for autoconf-2.49c.
40833         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
40834
40835 2001-01-16  Jim Meyering  <meyering@lucent.com>
40836
40837         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
40838         From Bruno Haible.
40839
40840 2001-01-14  Jim Meyering  <meyering@lucent.com>
40841
40842         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
40843         foo and bar.  Create conftestdir/ in the script, not in the C code.
40844         Remove directories in the script, not in the C code.
40845         Remove conftestdir{,2} before trying to create the directory.
40846         Make the entire configure script fail if the mkdir fails.
40847
40848 2001-01-14  Jim Meyering  <meyering@lucent.com>
40849
40850         * lib/rename.c: New file.  From Volker Borchert.
40851         Include stdlib.h, string.h or strings.h, and xalloc.h.
40852         Use strip_trailing_slashes rather than open-coding it.
40853
40854 2001-01-03  Paul Eggert  <eggert@twinsun.com>
40855
40856         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
40857
40858 2001-01-03  Jim Meyering  <meyering@lucent.com>
40859
40860         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
40861         of local `inptr' to avoid warning with some system declarations of
40862         iconv.
40863
40864 2001-01-02  Volker Borchert  <bt@teknon.de>
40865
40866         * m4/rename.m4: New file.
40867         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
40868
40869 2001-01-01  Jim Meyering  <meyering@lucent.com>
40870
40871         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
40872         even on systems with utmpx.h.  It's necessary for the declaration of
40873         utmp's ut_user member.  Reported by Andreas Jaeger.
40874
40875         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
40876         available. They are required for the declarations of getgrgid and
40877         getpwuid resp.
40878         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
40879         Reported by Andreas Jaeger.
40880
40881 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
40882
40883         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
40884         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
40885         so `make install' also works in VPATH builds.
40886
40887 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
40888
40889         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
40890         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
40891         can be used in subdirectories.
40892
40893 2000-12-29  Paul Eggert  <eggert@twinsun.com>
40894
40895         * lib/modechange.c: Do not assume that mode_t uses the
40896         traditional octal encoding.  E.g. "chmod 1 FOO" should set
40897         the other-execute bit of FOO even if S_IXOTH != 1.
40898
40899         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
40900         WOTH, XOTH, ALLM): New macros.
40901         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
40902          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
40903         Use them.
40904         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
40905         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
40906         (mode_compile):
40907         No need to use uintmax_t; unsigned long is long enough.
40908         Don't bother to get suffix since we don't use it.
40909
40910 2000-12-26  Jim Meyering  <meyering@lucent.com>
40911
40912         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
40913         better with autoheader.
40914
40915 2000-12-24  Jim Meyering  <meyering@lucent.com>
40916
40917         * lib/hash.c (is_prime): Return explicit boolean values.
40918         (hash_get_first): Return NULL to appease Irix5.6's 89.
40919         Reported by Nelson Beebe.
40920
40921 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
40922
40923         * lib/localcharset.c (locale_charset): Add support for Win32.
40924
40925 2000-12-18  Paul Eggert  <eggert@twinsun.com>
40926
40927         * lib/physmem.h, lib/physmem.c: New files.
40928
40929         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
40930         (noinst_HEADERS): Add physmem.h.
40931
40932         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
40933         't' for compatibility with Solaris 8 sort.
40934
40935 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
40936
40937         * lib/config.charset: Add support for BeOS.
40938
40939 2000-12-17  Jim Meyering  <meyering@lucent.com>
40940
40941         * m4/dos.m4 (jm_AC_DOS): New file and macro.
40942         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
40943
40944 2000-12-16  Jim Meyering  <meyering@lucent.com>
40945
40946         This bug had a serious impact on chown: `chown N:M FILE' (for integer
40947         N and M) would have treated it like `chown N:N FILE'.
40948
40949         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
40950
40951 2000-12-16  Jim Meyering  <meyering@lucent.com>
40952
40953         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
40954         SHELLS_FILE to a file name that's useful on djgpp systems.
40955         Include stdlib.h.
40956         (ADDITIONAL_DEFAULT_SHELLS): Define.
40957         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
40958         Based mostly on a patch from Prashant TR.
40959
40960 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
40961
40962         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
40963         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
40964         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
40965
40966 2000-12-08  Andreas Schwab  <schwab@suse.de>
40967
40968         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
40969         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
40970
40971 2000-12-07  Jim Meyering  <meyering@lucent.com>
40972
40973         * lib/stripslash.c (ISSLASH): Define.
40974         (strip_trailing_slashes): Use ISSLASH rather than comparing against
40975         `/'.
40976         From Prashant TR.
40977
40978         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
40979         (dir_name_r): Declare this function as static.
40980         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
40981         manifest itself on a name containing a mix of slashes and
40982         backslashes.
40983         Make this function work with names starting with a DOS-style
40984         drive letter and colon prefix.
40985         (dir_name): Append `.' if necessary.
40986         Based mostly on patches from Prashant TR and Eli Zaretskii.
40987
40988         * lib/dirname.h (dir_name_r): Remove prototype.
40989
40990 2000-12-06  Paul Eggert  <eggert@twinsun.com>
40991
40992         * m4/off_t-format.m4: Remove this file.
40993         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
40994
40995 2000-12-06  Jim Meyering  <meyering@lucent.com>
40996
40997         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
40998         replacement strtoull, we may well need the replacement strtoul, too.
40999         Check for declarations of strtoul and strtoull.
41000         Check for strtol.  Mainly as a cue to cause automake to include
41001         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
41002         Check for limits.h -- strtol.c needs it.
41003
41004 2000-12-05  Jim Meyering  <meyering@lucent.com>
41005
41006         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
41007
41008 2000-12-04  Jim Meyering  <meyering@lucent.com>
41009
41010         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
41011         Also include memory.h, stdlib.h, unistd.h if appropriate.
41012         Reported by Andreas Jaeger (conflicting declaration of malloc).
41013
41014 2000-12-02  Jim Meyering  <meyering@lucent.com>
41015
41016         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
41017         * m4/jm-macros.m4 (jm_MACROS): require it.
41018
41019 2000-12-02  Jim Meyering  <meyering@lucent.com>
41020
41021         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
41022
41023 2000-12-01  Paul Eggert  <eggert@twinsun.com>
41024
41025         * lib/memrchr.c: Include <config.h> before any system include file.
41026
41027 2000-11-30  Jim Meyering  <meyering@lucent.com>
41028
41029         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
41030
41031 2000-11-30  Jim Meyering  <meyering@lucent.com>
41032
41033         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
41034
41035 2000-11-29  Paul Eggert  <eggert@twinsun.com>
41036
41037         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
41038
41039 2000-11-26  Jim Meyering  <meyering@lucent.com>
41040
41041         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
41042
41043 2000-11-22  Paul Eggert  <eggert@twinsun.com>
41044
41045         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
41046         size of (size_t) -1; it's not portable.
41047
41048 2000-11-17  Jim Meyering  <meyering@lucent.com>
41049
41050         * lib/strstr.c: Update from GNU libc.
41051
41052 2000-11-17  Akim Demaille  <akim@epita.fr>
41053
41054         * lib/obstack.h: Formatting changes.
41055         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
41056         prevent type checking.
41057         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
41058         cast the value to (void *): assigning a `foo *' to a `void *'
41059         variable is valid.
41060         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
41061
41062 2000-11-16  Jim Meyering  <meyering@lucent.com>
41063
41064         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
41065
41066 2000-11-11  Jim Meyering  <meyering@lucent.com>
41067
41068         * lib/error.c: Add a couple #includes, merging from GNU libc version.
41069
41070 2000-11-10  Jim Meyering  <meyering@lucent.com>
41071
41072         * lib/obstack.h: Update from GNU libc.
41073         * lib/obstack.c: Likewise.
41074
41075 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
41076
41077         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
41078
41079 2000-11-06  Paul Eggert  <eggert@twinsun.com>
41080
41081         * lib/getusershell.c (setusershell): Use rewind rather than
41082         fseek/fseeko, to avoid configuration hassles with fseeko.
41083         Don't bother opening SHELLS_FILE if shellstream is NULL;
41084         it's not necessary.
41085
41086 2000-11-05  Jim Meyering  <meyering@lucent.com>
41087
41088         * lib/makepath.h (make_dir): Declare.
41089         * lib/makepath.c (make_dir): Remove `static' attribute.
41090         Tweak a comment.
41091
41092 2000-11-04  Jim Meyering  <meyering@lucent.com>
41093
41094         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
41095
41096 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
41097
41098         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
41099         last one in a bucket, advance to the next bucket.
41100
41101 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
41102
41103         * lib/fnmatch.c: Do not comment out all the code if we are using
41104         the GNU C library, because in some cases we are replacing buggy
41105         code in the GNU C library itself.
41106
41107 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
41108
41109         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
41110         (regex_compile): Catch bogus \(\1\).
41111
41112 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41113
41114         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
41115         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
41116         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
41117
41118 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41119
41120         * lib/error.h, getline.h, modechange.h:
41121         Remove "2000" from Copyright line, as the file hasn't been
41122         changed this year other than in the copyright notice.
41123
41124         * lib/xalloc.h: Add "2000" to Copyright line, as this file
41125         was changed this year.
41126
41127 2000-10-29  Jim Meyering  <meyering@lucent.com>
41128
41129         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
41130         renaming.
41131         * m4/ls-mntd-fs.m4: Likewise
41132
41133 2000-10-29  Jim Meyering  <meyering@lucent.com>
41134
41135         * lib/xstat.in: Fix grammar in comment.
41136
41137 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
41138
41139         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
41140         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
41141         doesn't define __restrict_arr.
41142
41143 2000-10-28  Jim Meyering  <meyering@lucent.com>
41144
41145         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
41146         (jm_PREREQ_MEMCHR): New function.
41147
41148 2000-10-28  Jim Meyering  <meyering@lucent.com>
41149
41150         * lib/memchr.c: Update from libc.
41151         Adjust for portability:
41152         [HAVE_STDLIB_H]: Include stdlib.h.
41153         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
41154         Undef __memchr, too.
41155         [!weak_alias]: Define __memchr to memchr.
41156
41157         * lib/regex.c: Update from libc.
41158         * lib/regex.h: Likewise.
41159         * lib/getopt1.c: Likewise.
41160         * lib/memcmp.c: Likewise.
41161
41162         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
41163         Avoid using fseek, when possible -- it's broken by design.
41164         Patch by Ulrich Drepper.
41165
41166 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
41167
41168         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
41169         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
41170         Giving in to popular pressure to shut up the compiler with casts.
41171
41172 2000-10-26  Jim Meyering  <meyering@lucent.com>
41173
41174         * lib/strftime.c: Update from libc.
41175
41176 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
41177
41178         * regex.c: More `unsigned char' -> `re_char' changes.
41179         Also change several `int' into `re_wchar_t'.
41180         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
41181         (PUSH_FAILURE_POINTER): Don't cast any more.
41182         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
41183         We want GCC to complain, since this piece of code makes
41184         re_match non-reentrant, which *should* be fixed.
41185         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
41186         (EXTEND_BUFFER): Use RETALLOC.
41187         (SET_LIST_BIT): Don't cast.
41188         (re_wchar_t): New type.
41189         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
41190         that those two functions will always properly return.
41191         (IMMEDIATE_QUIT_CHECK): Cast to void.
41192         (analyse_first): Use recursion rather than an explicit stack.
41193         (re_compile_fastmap): Can't fail anymore.
41194         (re_search_2): Don't check re_compile_fastmap for failure.
41195         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
41196         Now also sets the new value (passed in a new argument).
41197         (re_match_2_internal): Use it.
41198         Also, use a new var `reg' of type size_t when looping through regs
41199         rather than reuse the inappropriate `mcnt'.
41200
41201 2000-10-25  Jim Meyering  <meyering@lucent.com>
41202
41203         * lib/obstack.c: Update from libc.
41204
41205 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
41206
41207         * regex.c (regex_compile): Change the way of handling a range from
41208         a char less than 256 to a char not less than 256.
41209
41210 2000-10-24  Andrew Innes  <andrewi@gnu.org>
41211
41212         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
41213         NT-Emacs only.
41214         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
41215         so that re_search functions only quit when callers expect them to.
41216
41217 2000-10-23  Jim Meyering  <meyering@lucent.com>
41218
41219         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
41220         wrong.  That set_locale call must not have any side effects.
41221         From Paul Eggert.
41222
41223 2000-10-22  Jim Meyering  <meyering@lucent.com>
41224
41225         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
41226         [CYCLIC]: Remove now-unused definition.
41227
41228         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
41229         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
41230         Suggestion from Ulrich Drepper.
41231
41232 2000-10-21  Jim Meyering  <meyering@lucent.com>
41233
41234         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
41235         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
41236         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
41237
41238 2000-10-21  Jim Meyering  <meyering@lucent.com>
41239
41240         * lib/dirname.c (memrchr): Declare if necessary.
41241         (dir_name): Remove the restriction that there be no
41242         trailing slashes.  Now, this code skips past them, effectively
41243         ignoring them.
41244         [TEST_DIRNAME] (main): New unit tests.
41245
41246         * lib/memrchr.c: New file from GNU libc.
41247         Undef __memrchr, too.
41248         [!weak_alias]: Define __memrchr to memrchr.
41249         Guard weak_alias use with `#ifdef weak_alias'.
41250
41251 2000-10-21  Jim Meyering  <meyering@lucent.com>
41252
41253         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
41254         (dir_name): Use dir_name_r.
41255         * lib/dirname.h (dir_name_r): Declare it.
41256
41257 2000-10-17  Jim Meyering  <meyering@lucent.com>
41258
41259         * lib/quote.h (PARAMS): Define and use.
41260         Reported by Akim Demaille.
41261
41262         * lib/getopt.c: Update from libc.
41263
41264 2000-10-16  Jim Meyering  <meyering@lucent.com>
41265
41266         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
41267         setlocale.
41268         From Jan Fedak.
41269
41270 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
41271
41272         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
41273
41274 2000-09-25  Jim Meyering  <meyering@lucent.com>
41275
41276         * lib/md5.h (rol): Define (from GnuPG).
41277
41278         * lib/sha.c: Give credit (GnuPG) where due.
41279         (M): Use rol rather than open-coding it.
41280         Add a FIXME comment.
41281
41282 2000-09-21  Jim Meyering  <meyering@lucent.com>
41283
41284         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
41285         Reported by Michael Stone.
41286
41287 2000-09-20  Jim Meyering  <meyering@lucent.com>
41288
41289         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
41290         (noinst_HEADERS): Add sha.h.
41291         Based on code from Scott G. Miller and from GnuPG.
41292
41293 2000-09-18  Jim Meyering  <meyering@lucent.com>
41294
41295         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
41296         LIBS. Otherwise, everyone ends up linking with -lelf for some
41297         configurations.
41298         Reported by Mike Stone.
41299
41300 2000-09-15  Jim Meyering  <meyering@lucent.com>
41301
41302         * lib/regex.c: Update from libc.
41303
41304 2000-09-10  Jim Meyering  <meyering@lucent.com>
41305
41306         * lib/getopt.c (_getopt_internal): Update from glibc.
41307
41308 2000-09-09  Jim Meyering  <meyering@lucent.com>
41309
41310         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
41311         think it should be used as a general replacement for isascii.
41312         * lib/fnmatch.c: Likewise.
41313         * lib/mbswidth.c: Likewise
41314         * lib/regex.c: Likewise.
41315
41316         Don't use atoi.
41317         * lib/userspec.c: Include sys/param.h and limits.h.
41318         Include xstrtol.h.
41319         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41320         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
41321         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
41322         UID, GID.  Check range.
41323
41324 2000-09-06  Jim Meyering  <meyering@lucent.com>
41325
41326         * lib/getopt.c (_getopt_internal): Update from glibc.
41327
41328 2000-08-30  Jim Meyering  <meyering@lucent.com>
41329
41330         * lib/strftime.c: Merge in changes from GNU libc.
41331
41332 2000-08-26  Jim Meyering  <meyering@lucent.com>
41333
41334         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
41335         * m4/fpending.m4: New file.
41336
41337 2000-08-26  Jim Meyering  <meyering@lucent.com>
41338
41339         * lib/closeout.c: Include "__fpending.h".
41340         (close_stdout_status): Return right away if there's nothing to flush.
41341
41342         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
41343         * lib/__fpending.c: New file.
41344         * lib/__fpending.h: New file.
41345
41346 2000-08-20  Jim Meyering  <meyering@lucent.com>
41347
41348         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
41349         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
41350         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
41351
41352 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
41353
41354         Improve fileutils installation on systems where running
41355         programs (like install) can't be unlinked.
41356         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
41357         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
41358
41359 2000-08-07  Paul Eggert  <eggert@twinsun.com>
41360
41361         Standardize on "memory exhausted" instead of "Memory exhausted"
41362         or "virtual memory exhausted".
41363         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
41364         "virtual memory exhausted".
41365         * lib/same.c (same_name): Invoke xalloc_die instead of printing
41366         our own message.
41367         * lib/userspec.c (parse_user_spec): Likewise.
41368         * lib/bumpalloc.h: comment fix
41369         * lib/same.c, userspec.c: Include xalloc.h.
41370
41371         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
41372         not char *const and pointing to a constant array.
41373         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
41374         (xrealloc): Comment fix.
41375
41376         * lib/userspec.c (parse_user_spec):
41377         Don't translate a message until just before returning,
41378         to avoid unnecessary translation.
41379
41380 2000-08-07  Jim Meyering  <meyering@lucent.com>
41381
41382         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
41383         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
41384         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
41385         getgroups.c, gethostname.c, getopt.h, group-member.c,
41386         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
41387         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
41388         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
41389         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
41390         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
41391         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
41392         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
41393         yesno.c: Back out Copyright date changes for each file with no change
41394         this year.  This eases coordination with other programs using the same
41395         source code modules.  From Paul Eggert.
41396
41397 2000-08-06  Paul Eggert  <eggert@twinsun.com>
41398
41399         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
41400         not char, for compatibility with glibc 2.1.3 strftime.c.
41401
41402 2000-08-03  Greg McGary  <greg@mcgary.org>
41403
41404         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
41405         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
41406         (EXTEND_BUFFER): Use them.
41407
41408 2000-08-01  Jim Meyering  <meyering@lucent.com>
41409
41410         * lib/dirname.c (ISSLASH): Define.
41411         (BACKSLASH_IS_PATH_SEPARATOR): Define.
41412         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
41413         both `\' and `/' may be use as path separators.
41414         Based on a patch from Prashant TR.
41415
41416 2000-07-31  Paul Eggert  <eggert@twinsun.com>
41417
41418         * lib/quotearg.c (quotearg_n_options): Don't make the initial
41419         slot vector a constant, since it might get modified.
41420
41421 2000-07-31  Jim Meyering  <meyering@lucent.com>
41422
41423         * lib/xmalloc.c: Use `virtual memory exhausted', not
41424         `Memory exhausted'.
41425         * lib/obstack.c (print_and_abort): Likewise.
41426
41427 2000-07-30  Paul Eggert  <eggert@twinsun.com>
41428
41429         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
41430         buffer, so that the caller can always quote one small
41431         component of a "memory exhausted" message in slot 0.
41432         From a suggestion by Jim Meyering.
41433
41434 2000-07-30  Jim Meyering  <meyering@lucent.com>
41435
41436         * lib/makepath.c (make_path): Quote the other instance, too.
41437
41438         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
41439         (STATIC_BUF_SIZE): Define.
41440         (quotearg_n_options): Use only statically allocated storage when
41441         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
41442         than STATIC_BUF_SIZE.
41443
41444 2000-07-29  Jim Meyering  <meyering@lucent.com>
41445
41446         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
41447         * lib/dirname.c (dir_name): Likewise.
41448
41449         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
41450         `/'.
41451
41452         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
41453         (dir_name): Assert that there are no trailing slashes.
41454
41455 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
41456
41457         * lib/mbswidth.h (mbswidth): Add a flags argument.
41458         (mbswidth): New declaration.
41459         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
41460         * lib/mbswidth.c (mbswidth): Add a flags argument.
41461         (mbsnwidth): New function.
41462
41463 2000-07-24  Jim Meyering  <meyering@lucent.com>
41464
41465         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
41466
41467 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41468
41469         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
41470
41471 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41472
41473         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
41474         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
41475         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
41476         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
41477         invoke multibyte primitives.
41478
41479 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41480
41481         * lib/quotearg.c:
41482         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
41483         so that mbstate_t is always defined.
41484
41485         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
41486         be 1 in at least one GCC installation, and this configuration
41487         error is likely to be common.  Ignoring MB_LEN_MAX hurts
41488         performance on hosts that have mbrtowc but have only unibyte
41489         locales, but I assume these hosts are rare.
41490
41491 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41492
41493         * lib/mbswidth.c (_XOPEN_SOURCE):
41494         Don't define; this causes problems on Solaris 7.
41495         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
41496
41497 2000-07-23  Jim Meyering  <meyering@lucent.com>
41498
41499         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
41500         too: getgrgid, getpwuid, getuid.
41501
41502 2000-07-23  Jim Meyering  <meyering@lucent.com>
41503
41504         * lib/basename.c (base_name): Add an assertion.
41505
41506 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
41507
41508         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
41509         shadow its mbsinit function.
41510
41511 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41512
41513         * lib/mbswidth.h: New file.
41514         * lib/mbswidth.c: New file.
41515         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
41516         (noinst_HEADERS): Add mbswidth.h.
41517
41518 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41519
41520         * lib/config.charset: Add support for FreeBSD. Improve support for
41521         HP-UX and IRIX 6.
41522
41523 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
41524
41525         * m4/mbswidth.m4: New file.
41526         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
41527
41528 2000-07-15  Jim Meyering  <meyering@lucent.com>
41529
41530         * lib/makepath.c: Include quote.h.
41531         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
41532         corresponding argument in a `quote (...)' call.
41533         Give better diagnostics.
41534
41535         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
41536         (noinst_HEADERS): Add quote.h.
41537
41538         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
41539         from tar's src/misc.c.
41540         * lib/quote.h: New file.  Prototypes for same.
41541
41542 2000-07-14  Paul Eggert  <eggert@twinsun.com>
41543
41544         From a suggestion by Bruno Haible.
41545         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
41546         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
41547         to decide whether to define the BeOS workaround macro;
41548         this adjusts to the change to AC_MBSTATE_T.
41549
41550 2000-07-14  Jim Meyering  <meyering@lucent.com>
41551
41552         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
41553         jm_AC_TYPE_UINTMAX_T.
41554
41555 2000-07-13  Paul Eggert  <eggert@twinsun.com>
41556
41557         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
41558
41559         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
41560         quotearg_buffer_restyled): Add support for
41561         clocale_quoting_style.  Undo previous change to
41562         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
41563         and "{RIGHT QUOTATION MARK}" msgids.
41564
41565 2000-07-10  Paul Eggert  <eggert@twinsun.com>
41566
41567         From a suggestion by Bruno Haible.
41568         * m4/mbstate_t.m4 (AC_MBSTATE_T):
41569         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
41570         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
41571         and mbstate_t, to a single-part test that simply defines mbstate_t.
41572         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
41573         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
41574
41575 2000-07-10  Jim Meyering  <meyering@lucent.com>
41576
41577         * m4/strerror_r.m4: Mirror the correction made in autoconf.
41578
41579         * m4/gnu-source.m4: Output to confdefs.h directly.
41580         Suggestion from Akim Demaille.
41581
41582 2000-07-09  Paul Eggert  <eggert@twinsun.com>
41583
41584         The old behavior of quoting `like this' doesn't look good with
41585         newer, ISO-style fonts.  See:
41586         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
41587
41588         Instead, quote "like this" by default.  Let the translator
41589         tailor the locale-specific quoting behavior by providing
41590         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
41591
41592         * lib/quotearg.c (N_): New macro.
41593         (gettext_default): New function.
41594         (quotearg_buffer_restyled): Use
41595         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
41596         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
41597
41598 2000-07-09  Jim Meyering  <meyering@lucent.com>
41599
41600         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
41601         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
41602
41603         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
41604         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
41605
41606 2000-07-09  Jim Meyering  <meyering@lucent.com>
41607
41608         * lib/Most files: Update copyright dates to include 2000.
41609
41610 2000-07-08  Jim Meyering  <meyering@lucent.com>
41611
41612         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
41613         if not defined.
41614         (xgethostname): Remove now-unnecessary #ifdef.
41615         Move declaration of `err' into loop where it's used.
41616
41617 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41618         and Bruno Haible  <haible@clisp.cons.org>
41619
41620         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
41621         only if the test for an object-type mbstate_t fails.  This
41622         prevents us from mistakenly reporting that mbstate_t is a
41623         system object type after we "#define mbstate_t int" to work
41624         around its lack.
41625
41626 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41627         and Bruno Haible  <haible@clisp.cons.org>
41628
41629         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
41630
41631 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41632
41633         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
41634         to strerror_r.
41635         Include <ctype.h> for use of isalpha.
41636
41637 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41638
41639         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
41640         by allocating a larger buffer. Test the gethostname return value for
41641         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
41642         returns an error and ENAMETOOLONG isn't defined.
41643
41644 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41645
41646         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
41647         dimension.
41648
41649 2000-07-04  Jim Meyering  <meyering@lucent.com>
41650
41651         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
41652         of the deprecated AC_CHECKING.
41653
41654 2000-07-04  Jim Meyering  <meyering@lucent.com>
41655
41656         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
41657         Reported by Bruno Haible.
41658
41659 2000-07-04  Jim Meyering  <meyering@lucent.com>
41660
41661         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
41662         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
41663         lacks mbrtowc.
41664
41665 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41666
41667         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
41668         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
41669
41670 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41671         and Bruno Haible  <haible@clisp.cons.org>
41672
41673         * lib/quotearg.c (mbrtowc):
41674         Assign to *pwc, and return 1 only if result is nonzero.
41675         (iswprint): Use ISPRINT when substituting our own mbrtowc.
41676
41677 2000-07-03  Jim Meyering  <meyering@lucent.com>
41678
41679         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
41680
41681 2000-07-03  Jim Meyering  <meyering@lucent.com>
41682
41683         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
41684         This is necessary to get a definition of e.g., UTMP_FILE on
41685         HP-UX 10.20.
41686         From Bob Proulx.
41687
41688 2000-07-02  Jim Meyering  <meyering@lucent.com>
41689
41690         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
41691
41692         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
41693         AC_LIBOBJ(function_name).
41694         * m4/chown.m4: Likewise.
41695         * m4/fnmatch.m4: Likewise.
41696         * m4/ftruncate.m4: Likewise.
41697         * m4/getgroups.m4: Likewise.
41698         * m4/getline.m4: Likewise.
41699         * m4/group-member.m4: Likewise.
41700         * m4/jm-macros.m4: Likewise.
41701         * m4/lstat.m4: Likewise.
41702         * m4/malloc.m4: Likewise.
41703         * m4/memcmp.m4: Likewise.
41704         * m4/nanosleep.m4: Likewise.
41705         * m4/putenv.m4: Likewise.
41706         * m4/realloc.m4: Likewise.
41707         * m4/regex.m4: Likewise.
41708         * m4/stat.m4: Likewise.
41709         * m4/strftime.m4: Likewise.
41710
41711 2000-07-02  Jim Meyering  <meyering@lucent.com>
41712
41713         * lib/quotearg.c (mbstate_t): Don't define here.
41714
41715 2000-07-02  Jim Meyering  <meyering@lucent.com>
41716
41717         * lib/nanosleep.c (SIGCONT): Define if not already defined.
41718
41719 2000-07-01  Jim Meyering  <meyering@lucent.com>
41720
41721         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
41722
41723 2000-07-01  Jim Meyering  <meyering@lucent.com>
41724
41725         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
41726         problem.
41727
41728 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41729
41730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
41731         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
41732
41733 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41734
41735         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
41736         per change in ../m4/ls-mntd-fs.m4.
41737         (read_filesystem_list): Ignore symbolic links.
41738
41739 2000-06-29  Jim Meyering  <meyering@lucent.com>
41740
41741         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
41742         for declaration of strcmp.
41743
41744         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
41745
41746         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
41747         Avoid warning by casting result to `char *' to remove `const'.
41748
41749 2000-06-28  Jim Meyering  <meyering@lucent.com>
41750
41751         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
41752         included by quotearg.c, for which we perform this test.  From
41753         Bruno Haible.
41754
41755 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
41756
41757         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
41758         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
41759         <utmpx.h> exists, put readutmp.o into LIBOBJS.
41760
41761 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
41762
41763         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
41764
41765 2000-06-26  Paul Eggert  <eggert@twinsun.com>
41766
41767         savedir now sets errno on failure and invokes xmalloc to get memory.
41768         Fix a couple of other minor bugs while we're at it.
41769
41770         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
41771         (NAMLEN): Remove macro.
41772         (malloc, realloc): Remove decls.
41773         (stpcpy): Likewise.
41774         ("xalloc.h"): Include.
41775         (NAME_SIZE_DEFAULT): New macro.
41776         (savedir): Use xmalloc / xrealloc to allocate memory.
41777         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
41778         Skip "" directory entries.
41779         Use strlen to calculate directory entry length, since the old method
41780         is rarely used these days and isn't worth supporting.
41781         Don't use a pointer after freeing it.
41782         Check for integer overflow when calculating allocation size.
41783         Use memcpy to copy entries, instead of stpcpy.
41784         Set errno properly when returning NULL.
41785         Check for readdir error.
41786
41787 2000-06-26  Jim Meyering  <meyering@lucent.com>
41788
41789         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
41790
41791 2000-06-25  Jim Meyering  <meyering@lucent.com>
41792
41793         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
41794         Linux header bug when _XOPEN_SOURCE is defined to 500.
41795
41796 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
41797
41798         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
41799         deficiency.
41800
41801 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
41802
41803         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
41804         Include xalloc.h.
41805         Don't include <stdlib.h>.  Don't declare malloc, realloc.
41806
41807 2000-06-24  Jim Meyering  <meyering@lucent.com>
41808
41809         * m4/strerror_r.m4: Revive this file -- to try out an experimental
41810         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
41811         for which strerror does return char*, but which lacks a conveniently
41812         accessible declaration of the function.  If the compile-test says
41813         strerror_r doesn't work, then resort to a `run'-test that works on
41814         BeOS and segfaults on DEC Unix.
41815
41816 2000-06-24  Jim Meyering  <meyering@lucent.com>
41817
41818         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
41819
41820 2000-06-23  Paul Eggert  <eggert@twinsun.com>
41821
41822         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
41823         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
41824
41825 2000-06-23  Paul Eggert  <eggert@twinsun.com>
41826
41827         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
41828         (mbrtowc, mbstate_t): Define substitutes if
41829         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
41830         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
41831         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
41832
41833 2000-06-23  Jim Meyering  <meyering@lucent.com>
41834
41835         * m4/afs.m4: Add missing AC_MSG_RESULT.
41836         Reported by Bruno Haible.
41837
41838         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
41839         Suggestion from Bruno Haible.
41840
41841 2000-06-23  Jim Meyering  <meyering@lucent.com>
41842
41843         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
41844
41845 2000-06-21  Jim Meyering  <meyering@lucent.com>
41846
41847         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
41848
41849 2000-06-21  Jim Meyering  <meyering@lucent.com>
41850
41851         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
41852         (noinst_HEADERS): Add getstr.h.
41853
41854         * lib/getline.c (getstr): Move into a separate file.
41855         * lib/getstr.c (getstr): New file, extracted from getline.c, with
41856         the following changes: new parameter, delim2; both delim[12]
41857         parameters have type `int', not `char'.  The latter would lose
41858         with 8-bit delimiters.
41859         * lib/getstr.h: New file.
41860
41861 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41862
41863         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
41864         than 1024, return a memory chunk of least possible size, instead
41865         of size PATH_MAX + 2. In the loop, increment the size proportionally.
41866         Use free/xmalloc instead of xrealloc to avoid copying for very long
41867         paths.
41868
41869 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41870
41871         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
41872         the empty string.
41873
41874 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
41875
41876         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
41877         address, not strdup.  Include <stdlib.h> and don't declare free().
41878
41879 2000-06-19  Jim Meyering  <meyering@lucent.com>
41880
41881         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
41882
41883 2000-06-18  Jim Meyering  <meyering@lucent.com>
41884
41885         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
41886
41887         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
41888         `checking whether...' message to be consistent with that of the
41889         lstat test.
41890
41891 2000-06-18  Jim Meyering  <meyering@lucent.com>
41892
41893         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
41894         Besides, these days every porting target provides a mkdir function.
41895
41896         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
41897         needed. (this snippet comes from src/system.h).
41898
41899 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
41900
41901         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
41902
41903 2000-06-15  Paul Eggert  <eggert@twinsun.com>
41904
41905         * lib/human.c (adjust_value): New function.
41906         (human_readable_inexact): Apply rounding style even when
41907         printing approximate values.
41908
41909 2000-06-14  Paul Eggert  <eggert@twinsun.com>
41910
41911         * lib/human.c (human_readable_inexact): Allow an input block
41912         size that is not a multiple of the output block size, and vice versa.
41913         Reported by Piergiorgio Sartor.
41914
41915 2000-06-14  Paul Eggert  <eggert@twinsun.com>
41916
41917         * lib/getdate.y (get_date): Apply relative times after time
41918         zone indicator, not before.  Reported by Todd A. Jacobs.
41919
41920 2000-06-13  Jim Meyering  <meyering@lucent.com>
41921
41922         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
41923
41924         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
41925
41926 2000-06-12  Paul Eggert  <eggert@twinsun.com>
41927
41928         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
41929
41930 2000-06-12  Jim Meyering  <meyering@lucent.com>
41931
41932         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
41933         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
41934         optional argument.
41935         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
41936         the optional argument, `lib'.
41937
41938 2000-06-08  Jim Meyering  <meyering@lucent.com>
41939
41940         * m4/largefile.m4: Remove file (now that it's part of autoconf).
41941
41942 2000-06-04  Paul Eggert  <eggert@twinsun.com>
41943
41944         Rewrite largefile configuration so that we don't need to run
41945         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
41946         AC_CANONICAL_HOST in configure.in -- jmm]
41947
41948         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
41949         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
41950         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
41951         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
41952         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
41953         All uses changed.
41954         Instead of inspecting the output of getconf, try to compile the
41955         test program without and with the macro definition.
41956         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
41957         for getconf.  Instead, check for the needed flags by compiling
41958         test programs.
41959
41960 2000-06-04  Paul Eggert  <eggert@twinsun.com>
41961
41962         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
41963
41964 2000-06-04  Jim Meyering  <meyering@lucent.com>
41965
41966         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
41967         SunOS 4.1.4 for which gid_t is an unsigned type.
41968
41969 2000-06-03  Jim Meyering  <meyering@lucent.com>
41970
41971         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
41972         now that autoconf requires that.
41973
41974         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
41975         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
41976         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
41977
41978 2000-06-03  Jim Meyering  <meyering@lucent.com>
41979
41980         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
41981
41982 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
41983
41984         * m4/glibc21.m4: New file.
41985         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
41986
41987 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
41988
41989         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
41990         newer, don't install charset.alias.
41991         * lib/config.charset: Change the Linux/glibc rules so they become empty
41992         on glibc-2.1 or newer.
41993
41994 2000-06-02  Jim Meyering  <meyering@lucent.com>
41995
41996         * lib/mountlist.c: Back out last change.  Instead, do this...
41997         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
41998         me_dummy member using the same `ignore'-testing code.
41999         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
42000         fs_type strings.
42001         From Mark D. Roth.
42002
42003 2000-05-29  Jim Meyering  <meyering@lucent.com>
42004
42005         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
42006         mounts with the `ignore' attribute.  Based on a patch from
42007         Mark D. Roth.
42008
42009 2000-05-28  Jim Meyering  <meyering@lucent.com>
42010
42011         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
42012         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42013         * m4/stat.m4: Likewise.
42014         * m4/lstat.m4: Likewise.
42015         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
42016
42017         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
42018         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
42019
42020 2000-05-26  Jim Meyering  <meyering@lucent.com>
42021
42022         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
42023
42024 2000-05-24  Jim Meyering  <meyering@lucent.com>
42025
42026         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
42027         autoconf requires that.
42028         * m4/lib-check.m4: Likewise.
42029         * m4/jm-macros.m4: Likewise.
42030         * m4/strftime.m4: Likewise.
42031
42032         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
42033         AC_CHECK_DECLS, now that autoconf requires that.
42034
42035 2000-05-22  Jim Meyering  <meyering@lucent.com>
42036
42037         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42038         * m4/lstat.m4: Likewise.
42039
42040 2000-05-22  Jim Meyering  <meyering@lucent.com>
42041
42042         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
42043
42044 2000-05-20  Jim Meyering  <meyering@lucent.com>
42045
42046         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
42047         (jm_PREREQ): Use it.
42048
42049 2000-05-18  Jim Meyering  <meyering@lucent.com>
42050
42051         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
42052         back, too, since it may have been modified by allocate_entry.
42053         (hash_delete): Rewrite to use neither the assignment operator
42054         nor the comma operator in an if-expression.
42055
42056 2000-05-15  Paul Eggert  <eggert@twinsun.com>
42057
42058         * lib/closeout.c:
42059         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
42060         Remove; no longer needed.
42061         "quotearg.h": Add include.
42062         (file_name): Do not bother to explicitly initialize to NULL; it's less
42063         efficient on some hosts.
42064         (close_stdout_status): Remove test as to whether stdout was already
42065         closed; it breaks for the case "echo x | sort >&-".
42066         Quote file name colons.
42067         Do not assume that _("write error") lacks format strings.
42068
42069 2000-05-15  Jim Meyering  <meyering@lucent.com>
42070
42071         * lib/version-etc.c (version_etc_copyright): Update the copyright
42072         string used in all --version output.
42073
42074 2000-05-14  Jim Meyering  <meyering@lucent.com>
42075
42076         * lib/closeout.c (close_stdout_set_file_name): New function.
42077         (close_stdout_status): Use new file-scoped global.
42078         Return right away if fstat says the stdout file descriptor is invalid.
42079         * lib/closeout.h (close_stdout_set_file_name): Declare.
42080
42081 2000-05-10  Jim Meyering  <meyering@lucent.com>
42082
42083         * lib/closeout.c [default_exit_status]: New file-scoped variable.
42084         (close_stdout_set_status): New function.
42085         * lib/closeout.h (close_stdout_set_status): Declare.
42086
42087 2000-05-09  Jim Meyering  <meyering@lucent.com>
42088
42089         * m4/gettext.m4: Rename this...
42090         * m4/libintl.m4: ...to this.
42091
42092 2000-05-08  Jim Meyering  <meyering@lucent.com>
42093
42094         * lib/long-options.c: Don't include closeout.h.
42095         (parse_long_options): Don't call close_stdout for --version.
42096
42097 2000-05-06  Paul Eggert  <eggert@twinsun.com>
42098
42099         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
42100         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
42101         2.1.3 bug.  This avoids a clash when files like regex.c define
42102         _GNU_SOURCE.
42103
42104 2000-05-06  Jim Meyering  <meyering@lucent.com>
42105
42106         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
42107         (AC_REPLACE_FUNCS): Add strnlen.
42108
42109         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
42110         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
42111
42112         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
42113         AC_SEARCH_LIBS call for nanosleep.
42114         (LIB_NANOSLEEP): Set and AC_SUBST.
42115
42116 2000-05-06  Jim Meyering  <meyering@lucent.com>
42117
42118         * lib/strnlen.c: Undefine __strnlen and strnlen.
42119         [!weak_alias]: Define __strnlen to strnlen.
42120
42121         * lib/atexit.c: New file, from libiberty.
42122
42123 2000-05-06  Jim Meyering  <meyering@lucent.com>
42124
42125         * lib/closeout.c (close_stdout_status): Also check for errors on the
42126         stderr stream.
42127
42128 2000-05-05  Jim Meyering  <meyering@lucent.com>
42129
42130         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
42131         AC_SEARCH_LIBS call for clock_gettime.
42132         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
42133
42134         * m4/search-libs.m4: Update from autoconf.
42135
42136         su doesn't work on Solaris 2.6.
42137         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
42138         <shadow.h>.  Reported by Dragos Harabor.
42139
42140 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
42141
42142         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
42143         memcpy instead of xmalloc, xrealloc, path_concat.
42144         (locale_charset): Treat empty environment variables as absent.
42145         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
42146
42147 2000-05-04  Jim Meyering  <meyering@lucent.com>
42148
42149         * lib/getopt.c: Update from glibc.
42150         * lib/obstack.c: Likewise.
42151         * lib/obstack.h: Likewise.
42152         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
42153         file
42154
42155         * lib/regex.h: Likewise.
42156         * lib/strndup.c: Likewise.
42157         * lib/strnlen.c: New file, from glibc.
42158
42159 2000-05-03  Jim Meyering  <meyering@lucent.com>
42160
42161         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
42162
42163 2000-05-02  Paul Eggert  <eggert@twinsun.com>
42164
42165         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
42166         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
42167         compile-time test, rather than inspecting host and OS, to
42168         decide whether to define _LARGEFILE_SOURCE.
42169
42170 2000-05-01  Jim Meyering  <meyering@lucent.com>
42171
42172         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
42173
42174         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
42175         Based on a patch from Bruno Haible.
42176
42177 2000-05-01  Jim Meyering  <meyering@lucent.com>
42178
42179         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
42180
42181 2000-04-29  Jim Meyering  <meyering@lucent.com>
42182
42183         * lib/path-concat.c: Declare strdup only if it's not defined.
42184         * lib/canon-host.c: Likewise.
42185
42186 2000-04-28  Jim Meyering  <meyering@lucent.com>
42187
42188         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
42189         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
42190         is included first, then limits.h is included by locale.h by libintl.h.
42191         From John David Anglin.
42192
42193 2000-04-25  Jim Meyering  <meyering@lucent.com>
42194
42195         * lib/makepath.c (S_IRWXUGO): Define.
42196         (make_path): Always perform explicit chmod if MODE specifies any
42197         of the `special' permission bits.  Prompted by a bug report against
42198         install from Mate Wierdl and Joost van Baal.
42199
42200 2000-04-18  Jim Meyering  <meyering@lucent.com>
42201
42202         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
42203         (jm_PREREQ): Use it.
42204
42205 2000-04-18  Jim Meyering  <meyering@lucent.com>
42206
42207         * lib/README: New file.
42208
42209         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
42210         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
42211
42212 2000-04-17  Jim Meyering  <meyering@lucent.com>
42213
42214         Get it right :-)
42215         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
42216         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
42217         Suggestion from Akim Demaille.
42218
42219 2000-04-17  Jim Meyering  <meyering@lucent.com>
42220
42221         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
42222         the definition of it to rpl_strftime also defined-away the system's
42223         declaration.
42224
42225 2000-04-15  Jim Meyering  <meyering@lucent.com>
42226
42227         Use `C' to denote so-called `contiguous' files, the same way
42228         that tar does.
42229         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
42230         (ftypelet): Use S_ISCTG.
42231         From Michael Deutschmann.
42232
42233 2000-04-14  Jim Meyering  <meyering@lucent.com>
42234
42235         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
42236         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
42237         clobbered.
42238
42239 2000-04-14  Jim Meyering  <meyering@lucent.com>
42240
42241         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
42242
42243 2000-04-13  Jim Meyering  <meyering@lucent.com>
42244
42245         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
42246         AH_VERBATIM to insert required #ifndef into config.h.in.
42247         Suggestion from Akim Demaille.
42248
42249 2000-04-12  Jim Meyering  <meyering@lucent.com>
42250
42251         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
42252         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
42253         Christian Krackowizer.
42254
42255         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
42256         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
42257         (AC_SYS_LARGEFILE): Require.
42258         (AM_C_PROTOTYPES): Require.
42259
42260 2000-04-08  Jim Meyering  <meyering@lucent.com>
42261
42262         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
42263         names don't conflict.  Reported by Eli Zaretskii.
42264
42265 2000-04-07  Jim Meyering  <meyering@lucent.com>
42266
42267         * lib/putenv.c: Move inclusion of errno.h so it follows that of
42268         sys/types.h, to work around system header problems on AIX 3.2.5.
42269         From Bruno Haible.
42270
42271 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
42272
42273         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
42274         bug.  Deal with the different error behavior of Irix iconv.
42275
42276 2000-04-05  Paul Eggert  <eggert@twinsun.com>
42277
42278         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
42279         IRIX if the installer said otherwise.
42280
42281 2000-04-05  Jim Meyering  <meyering@lucent.com>
42282
42283         Portability tweaks required for ultrix4.3.
42284         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
42285         (jm_CHECK_DECLS): Add getutent to the list of functions.
42286         (_jm_DECL_HEADERS): Add utmpx.h.
42287         From John David Anglin.
42288
42289         * m4/strftime.m4: Back out the 2000-04-02 change.
42290         Instead of that change, simply undefine putenv in the test program.
42291
42292 2000-04-05  Jim Meyering  <meyering@lucent.com>
42293
42294         Portability tweaks required for ultrix4.3.
42295         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
42296         getutent.
42297         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
42298         * lib/canon-host.c: Declare strdup.
42299         * lib/path-concat.c: Likewise.
42300         From John David Anglin.
42301
42302 2000-04-04  Jim Meyering  <meyering@lucent.com>
42303
42304         Be more DOS 8.3-friendly.
42305         * lib/ref-add.sin: Renamed from ref-add.sed.in.
42306         * lib/ref-del.sin: Renamed from ref-del.sed.in.
42307         * lib/Makefile.am: Reflect renaming.
42308         Reported by Eli Zaretskii.
42309
42310         Use a temporary file name that won't clash with `charset.alias'
42311         in the DOS 8.3 name space.
42312         * lib/Makefile.am (charset_tmp): Define.
42313         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
42314         (uninstall-local): Likewise.
42315         Reported by Eli Zaretskii.
42316
42317 2000-04-03  Jim Meyering  <meyering@lucent.com>
42318
42319         * m4/gettext.m4: Fix typo in comment.
42320
42321         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
42322         textutils/configure.in).  Suggestion from Paul Eggert.
42323         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
42324
42325 2000-04-02  Paul Eggert  <eggert@twinsun.com>
42326
42327         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
42328         variable in the shell rather than using putenv, which isn't
42329         portable.  This avoids the configure-time inter-test dependency
42330         on the potentially-renamed putenv function.
42331
42332 2000-03-30  Paul Eggert  <eggert@twinsun.com>
42333
42334         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
42335         before checking struct stat.st_blksize, so that
42336         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
42337
42338 2000-03-29  Paul Eggert  <eggert@twinsun.com>
42339
42340         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
42341         since strftime.c uses HAVE_STRFTIME to decide whether to use
42342         the underlying strftime.
42343
42344 2000-03-29  Paul Eggert  <eggert@twinsun.com>
42345
42346         * lib/time/strftime.c (my_strftime): Make sure we call the system
42347         strftime, not ourselves, when invoking the underlying strftime.
42348
42349 2000-03-24  Jim Meyering  <meyering@lucent.com>
42350
42351         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
42352         (charset_alias): Define.
42353         (install-exec-local): Factor out common code.
42354         (uninstall-local): Split lines longer than 80.
42355         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
42356         (SUFFIXES): Define.
42357         (.sed.in.sed): New rule.  Don't redirect directly to $@.
42358         (CLEANFILES): Add ref-add.sed and ref-del.sed.
42359
42360 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
42361
42362         * lib/config.charset: Output a line containing "Packages using this
42363         file".
42364         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
42365         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
42366         ref-del.sed): New rules.
42367
42368 2000-03-17  Jim Meyering  <meyering@lucent.com>
42369
42370         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
42371         Otherwise, include <strings.h>
42372
42373 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
42374
42375         * lib/unicodeio.c (utf8_wctomb): New function.
42376         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
42377         format instead of in UCS-4 with platform dependent endianness.
42378
42379 2000-03-10  Jim Meyering  <meyering@lucent.com>
42380
42381         * m4/lib-check.m4: Look for getspnam in -lgen, too.
42382         From Marco Franzen.
42383
42384 2000-03-07  Paul Eggert  <eggert@twinsun.com>
42385
42386         * lib/savedir.c (savedir): Work even if directory size is
42387         negative; this can happen with some screwy NFS configurations.
42388
42389 2000-03-06  Jim Meyering  <meyering@lucent.com>
42390
42391         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
42392         if it's NULL (because we ran out of memory).  From Bruno Haible.
42393
42394 2000-03-05  Jim Meyering  <meyering@lucent.com>
42395
42396         * lib/localcharset.c ("path-concat.h"): Include.
42397         (get_charset_aliases): Use path_concat instead of ANSI string
42398         concatenation.
42399
42400         * lib/unicodeio.h (PARAMS): Define.
42401         Use it to guard prototype.
42402
42403 2000-03-04  Jim Meyering  <meyering@lucent.com>
42404
42405         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
42406         for lib/localcharset.c.
42407
42408 2000-03-04  Jim Meyering  <meyering@lucent.com>
42409
42410         * lib/Makefile.am (install-exec-local): Create $(libdir) before
42411         installing into it.
42412         (uninstall-local): Uncomment this rule so `make distcheck' works
42413         once again.
42414
42415         * lib/unicodeio.c (<errno.h>): Include it.
42416         (errno): Declare if not defined.
42417
42418         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
42419
42420         * lib/config.charset: New version, incorporating remarks from a linux
42421         i18n mailing list.  From Bruno Haible.
42422
42423 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
42424
42425         * m4/codeset.m4: New file.
42426         * m4/iconv.m4: New file.
42427         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
42428
42429 2000-03-03  Jim Meyering  <meyering@lucent.com>
42430
42431         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
42432
42433 2000-03-02  Jim Meyering  <meyering@lucent.com>
42434
42435         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
42436         the messages come out on separate lines.
42437
42438         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
42439         rather than jm_CHECK_DECLARATIONS.
42440         * m4/decl.m4: Remove now-unused file.
42441
42442         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
42443         geteuid.
42444
42445 2000-03-02  Jim Meyering  <meyering@lucent.com>
42446
42447         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
42448
42449 2000-03-01  Jim Meyering  <meyering@lucent.com>
42450
42451         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
42452         * lib/unicodeio.c: Likewise.
42453
42454 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
42455
42456         * lib/config.charset: New file.
42457         * lib/localcharset.c: New file.
42458         * lib/unicodeio.h, lib/unicodeio.c: New files.
42459         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
42460         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
42461         (noinst_HEADERS): Add unicodeio.h.
42462         (all-local, install-exec-local, charset.alias): New targets.
42463
42464 2000-02-28  Paul Eggert  <eggert@twinsun.com>
42465
42466         * lib/quotearg.c (ALERT_CHAR): New macro.
42467         (quotearg_buffer_restyled): Use it.
42468
42469 2000-02-27  Jim Meyering  <meyering@lucent.com>
42470
42471         * m4/check-decl.m4: Add getenv to the list.
42472
42473 2000-02-27  Jim Meyering  <meyering@lucent.com>
42474
42475         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
42476         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
42477
42478         * lib/backupfile.c: Guard inclusion of stdlib.h with
42479         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
42480         Declare malloc if needed.
42481
42482         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
42483         `#ifndef HAVE_DECL..'
42484         now that autoconf always defines the HAVE_DECL_ symbols.
42485         * lib/human.c: Likewise.
42486         * lib/same.c: Likewise.
42487         * lib/strtoumax.c: Likewise.
42488
42489         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
42490         declaration check was not run.
42491         * lib/hash.c: Likewise.
42492         * lib/human.c: Likewise.
42493         * lib/same.c: Likewise.
42494         * lib/strtoumax.c: Likewise.
42495
42496         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
42497         `.', then first look up the entire `.'-containing string as a login
42498         name.
42499
42500 2000-02-23  Jim Meyering  <meyering@lucent.com>
42501
42502         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
42503         in place of my hack.
42504
42505 2000-02-18  Paul Eggert  <eggert@twinsun.com>
42506
42507         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
42508         (textint): New typedef.
42509         (parser_control): Member year changed from int to textint.
42510         All uses changed.
42511         (YYSTYPE): Removed; replaced by %union with int and textint members.
42512         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
42513         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
42514         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
42515         (tSNUMBER, tUNUMBER): Now of type <textintval>.
42516         (date, number, to_year): Use width of number in digits, not its value,
42517         to determine whether it's a 2-digit year, or a 2-digit time.
42518         (yylex): Store number of digits of numeric tokens.
42519         Reported by John Kendall.
42520
42521         (parser_control): Changed from struct parser_control to typedef (for
42522         consistency).  All uses changed.
42523
42524         (tID): Removed; not used.
42525         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
42526
42527 2000-02-14  Paul Eggert  <eggert@twinsun.com>
42528
42529         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
42530         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
42531
42532 2000-02-12  Jim Meyering  <meyering@lucent.com>
42533
42534         * lib/userspec.c (ISDIGIT): Define it.
42535         (isdigit): Remove definition.
42536         (is_number): Use ISDIGIT, not isdigit.
42537         <libintl.h>: Include.
42538         (_ and N_): Define.
42539         (parse_user_spec): Mark translatable strings.
42540
42541 2000-02-10  Jim Meyering  <meyering@lucent.com>
42542
42543         With these changes, nanosleep.[ch] are finally enough like the other
42544         lib/* replacement files to compile on a few more losing systems.
42545
42546         * lib/nanosleep.h: Don't include config.h.
42547         Remove prototype from declaration of nanosleep.
42548         (PARAMS): Remove now-unneeded definition.
42549         * lib/nanosleep.c: #undef nanosleep.
42550         (rpl_nanosleep): Rename from nanosleep.
42551
42552 2000-02-10  Jim Meyering  <meyering@lucent.com>
42553
42554         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
42555         gnu_nanosleep to rpl_nanosleep.
42556
42557 2000-02-09  Jim Meyering  <meyering@lucent.com>
42558
42559         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
42560         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
42561
42562 2000-02-08  Akim Demaille  <akim@epita.fr>
42563
42564         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
42565         `[' and `]' and remove uses of `changequote'.
42566         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
42567         (AC_SYS_LARGEFILE): Likewise.
42568         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
42569         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
42570         of changequote.
42571         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
42572         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
42573         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
42574         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
42575
42576 2000-02-05  Jim Meyering  <meyering@lucent.com>
42577
42578         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
42579         Remove explicit use of AC_HEADER_TIME.  It is required by
42580         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
42581         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
42582         in autoconf whereby the expansion of the latter ended up preceding
42583         the expansion of its prerequisite, AC_HEADER_TIME.
42584         Reported by Volker Borchert.
42585
42586 2000-02-03  Jim Meyering  <meyering@lucent.com>
42587
42588         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
42589
42590 2000-02-03  Jim Meyering  <meyering@lucent.com>
42591
42592         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
42593         rather than with `#if HAVE_UTMPNAME'.
42594
42595 2000-02-02  Jim Meyering  <meyering@lucent.com>
42596
42597         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
42598         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
42599         Reported by Eli Zaretskii.
42600
42601 2000-02-01  Jim Meyering  <meyering@lucent.com>
42602
42603         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
42604
42605 2000-01-31  Jim Meyering  <meyering@lucent.com>
42606
42607         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
42608         functions.  Add the time.h and sys/time.h headers along with the
42609         AC_REQUIRE'ment of AC_HEADER_TIME.
42610
42611 2000-01-31  Jim Meyering  <meyering@lucent.com>
42612
42613         * lib/nanosleep.h (nanosleep): Guard declaration with
42614         `#if ! HAVE_DECL_NANOSLEEP'.
42615         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
42616         the declaration in that vendor's sys/timers.h.
42617         Reported by Christian Krackowizer.
42618
42619         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
42620         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
42621         (ISPRINT): Likewise.
42622         Reported by Tom Tromey.
42623
42624 2000-01-30  Jim Meyering  <meyering@lucent.com>
42625
42626         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
42627
42628         * m4/prereq.m4 (utmp_includes): Define.
42629         Check for ut_user and ut_name members in both struct utmpx
42630         and struct utmp.
42631
42632 2000-01-30  Jim Meyering  <meyering@lucent.com>
42633
42634         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
42635         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
42636         header files where only utmpx.ut_user is declared.
42637
42638         * lib/readutmp.h (UT_USER): Define.
42639
42640 2000-01-29  Jim Meyering  <meyering@lucent.com>
42641
42642         * m4/lib-check.m4: New file containing library-related checks from
42643         fileutils and sh-utils (textutils had none).
42644
42645 2000-01-28  Jim Meyering  <meyering@lucent.com>
42646
42647         * m4/perl.m4: Change format of warning message to look more like that
42648         from the missing script.  Suggestion from François Pinard.
42649
42650 2000-01-25  Jim Meyering  <meyering@lucent.com>
42651
42652         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
42653         well as time.h in the compile check.
42654         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
42655         Fix typo in cross-compiling case: s/yes/no/.
42656
42657 2000-01-23  Jim Meyering  <meyering@lucent.com>
42658
42659         * m4/jm-macros.m4: Move df-related tests here from
42660         fileutils/configure.in
42661
42662         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
42663         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
42664
42665         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
42666         s/space/ac_fsusage_space/.
42667         (jm_FILE_SYSTEM_USAGE): Take two parameters.
42668
42669         * m4/ftruncate.m4: New file (derived from part of
42670         fileutils/configure.in).
42671         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
42672         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
42673
42674         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
42675         AC_SUBST these here, rather than just in sh-util/configure.in, so
42676         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
42677         all the same.
42678         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
42679         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
42680         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
42681         (AC_SUBST(POW_LIBM)): Likewise.
42682         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
42683
42684 2000-01-23  Jim Meyering  <meyering@lucent.com>
42685
42686         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
42687         obstack.c.
42688
42689 2000-01-22  Jim Meyering  <meyering@lucent.com>
42690
42691         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
42692
42693         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
42694
42695         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
42696         configure.in
42697         (AC_CHECK_HEADERS): Likewise for sh-utils.
42698         (AC_CHECK_HEADERS): Likewise for textutils.
42699         Merge the three lists of headers.
42700
42701         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
42702         from fileutils' configure.in.
42703
42704         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
42705         code. Moved tests into their own function (_jm_DECL_HEADERS) in
42706         check-decl.m4.
42707
42708         * m4/check-decl.m4: Use #if rather than #ifdef.
42709         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
42710         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
42711         (_jm_DECL_HEADERS): Define new function.
42712         (jm_CHECK_DECLARATIONS): Require it.
42713
42714 2000-01-22  Jim Meyering  <meyering@lucent.com>
42715
42716         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
42717         [! HAVE_DECL_STRTOULL]: Declare strtoull.
42718         Required for some AIX systems.  Reported by Christian Krackowizer.
42719         [TESTING] (main): New function.
42720
42721         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
42722         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
42723         letters.
42724
42725         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
42726         iswprint.
42727
42728         * lib/strverscmp.c (ISDIGIT): Define.
42729         (strverscmp): Use ISDIGIT, not isdigit.
42730
42731 2000-01-19  Jim Meyering  <meyering@lucent.com>
42732
42733         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
42734         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
42735         defines `struct timespec' in <sys/time.h>
42736
42737         * m4/c-bs-a.m4: Remove uses of changequote altogether.
42738         Thanks to Akim for explaining.
42739
42740 2000-01-17  Paul Eggert  <eggert@twinsun.com>
42741
42742         * lib/nanosleep.c (nanosleep):
42743         Don't use SA_INTERRUPT to decide whether to call sigaction, as
42744         POSIX.1 doesn't require SA_INTERRUPT and some systems
42745         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
42746         it's been part of POSIX.1 since day 1 (in 1988).
42747
42748 2000-01-17  Jim Meyering  <meyering@lucent.com>
42749
42750         * lib/interlock: Remove unused file.  Reported by François Pinard.
42751
42752 2000-01-16  Paul Eggert  <eggert@twinsun.com>
42753
42754         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
42755         alert, backslash, formfeed, and vertical tab unnecessarily in
42756         shell quoting style.
42757
42758 2000-01-16  Jim Meyering  <meyering@lucent.com>
42759
42760         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
42761         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
42762         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
42763         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
42764
42765 2000-01-16  Jim Meyering  <meyering@lucent.com>
42766
42767         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
42768         because the latter didn't work.
42769
42770 2000-01-15  Jim Meyering  <meyering@lucent.com>
42771
42772         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
42773         (AC_REPLACE_FUNCS): Add memcpy and memset.
42774         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
42775         Add strpbrk.
42776         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
42777
42778 2000-01-12  Jim Meyering  <meyering@lucent.com>
42779
42780         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
42781         (jm_PREREQ): Use it.
42782         (jm_PREREQ_READUTMP): New macro.
42783         (jm_PREREQ): Use it.
42784
42785 2000-01-11  Paul Eggert  <eggert@twinsun.com>
42786
42787         Quote multibyte characters correctly.
42788         * m4/c-bs-a.m4: New file.
42789         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
42790         (jm_PREREQ): Use it.
42791
42792 2000-01-11  Paul Eggert  <eggert@twinsun.com>
42793
42794         * m4/uintmax_t.m4: Port to autoconf 2.13.
42795
42796 2000-01-08  Jim Meyering  <meyering@ascend.com>
42797
42798         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
42799         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
42800
42801 2000-01-04  Jim Meyering  <meyering@ascend.com>
42802
42803         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
42804         jm_STRUCT_DIRENT_D_TYPE.
42805         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
42806         jm_STRUCT_DIRENT_D_INO.
42807         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
42808         jm_STRUCT_UTIMBUF.
42809         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
42810         renamings.
42811         * m4/utime.m4: Likewise.
42812
42813         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
42814         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
42815
42816 2000-01-03  Paul Eggert  <eggert@twinsun.com>
42817
42818         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
42819         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
42820
42821 2000-01-02  Jim Meyering  <meyering@ascend.com>
42822
42823         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
42824         remember if this is necessary.
42825
42826 1999-12-26  Jim Meyering  <meyering@ascend.com>
42827
42828         * m4/jm-macros.m4: Use it here.
42829         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
42830
42831 1999-12-23  Jim Meyering  <meyering@ascend.com>
42832
42833         * m4/jm-macros.m4: Check for clock_gettime (moved from
42834         fileutils/configure.in)
42835         Check for gettimeofday.
42836
42837 1999-12-20  Jim Meyering  <meyering@ascend.com>
42838
42839         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
42840         autoconf-2.14a-1999-12-20.
42841
42842 1999-12-19  Jim Meyering  <meyering@ascend.com>
42843
42844         * m4/lstat-slash.m4: New file.
42845         * m4/jm-macros.m4: Use the new macro:
42846         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42847
42848 1999-12-07  Jim Meyering  <meyering@ascend.com>
42849
42850         * m4/perl.m4: Require that File::Compare be available, too.
42851         Too many systems seem to lack it.
42852
42853         * m4/strftime.m4: Add checks for most of the cpp macros tested in
42854         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
42855
42856 1999-11-18  Paul Eggert  <eggert@twinsun.com>
42857
42858         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
42859         problem with the QNX 4.25 shell, which doesn't propagate exit
42860         status of failed commands inside shell assignments.
42861
42862 1999-11-17  Jim Meyering  <meyering@ascend.com>
42863
42864         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
42865
42866 1999-11-07  Jim Meyering  <meyering@ascend.com>
42867
42868         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
42869
42870 1999-11-06  Jim Meyering  <meyering@ascend.com>
42871
42872         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
42873         * m4/jm-macros.m4 (jm_MACROS): Use it here.
42874
42875 1999-11-05  Jim Meyering  <meyering@ascend.com>
42876
42877         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
42878         configure.in of textutils, fileutils, and sh-utils into this one
42879         (shared between those packages) file.
42880         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
42881         AC_STRUCT_ST_BLKSIZE.
42882
42883 1999-11-03  Jim Meyering  <meyering@ascend.com>
42884
42885         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
42886         of AC_CHECK_TYPE checks includes unistd.h.
42887         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
42888         Suggestion from Akim Demaille.
42889
42890 1999-10-30  Jim Meyering  <meyering@ascend.com>
42891
42892         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
42893         m4-quoted string.
42894         * m4/ls-mntd-fs.m4: Likewise.
42895         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
42896         * m4/jm-winsz1.m4: Likewise.
42897
42898         * m4/const.m4: Remove file, since the fix made it into the experimental
42899         version of autoconf.
42900         * m4/mktime.m4: Likewise.
42901
42902         * m4/check-type.m4: Remove file, now that the latest version of
42903         AC_CHECK_TYPE takes a third arg to specify additional #includes.
42904
42905         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
42906         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
42907         AC_CHECK_TYPE.
42908
42909 1999-10-04  Jim Meyering  <meyering@ascend.com>
42910
42911         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
42912
42913 1999-09-22  Paul Eggert  <eggert@twinsun.com>
42914
42915         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
42916         2.95.1 bug with HP-UX 10.20.
42917
42918 1999-09-17  Jim Meyering  <meyering@ascend.com>
42919
42920         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
42921         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
42922         due to missing strdup (against sh-utils-2.0).
42923
42924 1999-08-29  Jim Meyering  <meyering@ascend.com>
42925
42926         * m4/jm-macros.m4: Require jm_BISON.
42927         * m4/bison.m4: New file.
42928
42929 1999-08-17  Paul Eggert  <eggert@twinsun.com>
42930
42931         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
42932         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
42933
42934 1999-08-05  Jim Meyering  <meyering@ascend.com>
42935
42936         * m4/getline.m4: Rename test file from conftestdata to conftest.data
42937         to avoid conflicts with `conftest' on 8+3 filesystems.
42938         Suggestion from Eli Zaretskii.
42939
42940 1999-08-04  Jim Meyering  <meyering@ascend.com>
42941
42942         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
42943         fileutils and sh-utils (textutils's getline test was inadequate).
42944         (AM_FUNC_GETLINE): Run this test.
42945         (AC_CHECK_FUNCS): Check for getdelim.
42946         Reported by Bob Proulx.
42947
42948 1999-08-02  Jim Meyering  <meyering@ascend.com>
42949
42950         * m4/jm-macros.m4: Add a comment.
42951
42952 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42953
42954         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
42955         <inttypes.h> defines strtoumax as a macro (and not as a
42956         function).
42957
42958 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42959
42960         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
42961         that we can shift, multiply and divide unsigned long long
42962         values; Ultrix cc can't do it.
42963
42964 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42965
42966         * m4/mktime.m4: New file, which is a preview of what should appear
42967         in the next public autoconf release.
42968
42969 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42970
42971         * m4/lfs.m4: Remove this file.
42972         * m4/largefile.m4: New file.  It contains the old contents of
42973         lfs.m4, except that all names with prefix AC_LFS have been
42974         changed to use the prefix AC_SYS_LARGEFILE instead, to be
42975         compatible with future autoconf versions.  Also, some minor m4
42976         quoting problems have been fixed.
42977
42978 1999-08-01  Paul Eggert  <eggert@twinsun.com>
42979
42980         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
42981         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
42982         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
42983         and simplify the shell code.
42984
42985 1999-08-01  Jim Meyering  <meyering@ascend.com>
42986
42987         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
42988         m4.
42989
42990 1999-07-20  Jim Meyering  <meyering@ascend.com>
42991
42992         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
42993
42994 1999-07-15  Jim Meyering  <meyering@ascend.com>
42995
42996         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
42997
42998 1999-05-22  Jim Meyering  <meyering@ascend.com>
42999
43000         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
43001
43002 1999-05-20  Jim Meyering  <meyering@ascend.com>
43003
43004         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
43005         Add a colon after each `then' in case $4 is empty.
43006
43007 1999-05-16  Jim Meyering  <meyering@ascend.com>
43008
43009         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
43010
43011 1999-05-10  Jim Meyering  <meyering@ascend.com>
43012
43013         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
43014
43015         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
43016         AC_FUNC_MKTIME.
43017
43018 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
43019
43020         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
43021
43022 1999-05-04  Paul Eggert  <eggert@twinsun.com>
43023
43024         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
43025         not CPPFLAGS, so that linking works correctly in IRIX.
43026
43027 1999-04-30  Paul Eggert  <eggert@twinsun.com>
43028
43029         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
43030
43031 1999-04-20  Paul Eggert  <eggert@twinsun.com>
43032
43033         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
43034         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
43035         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
43036         jm_AC_TYPE_UNSIGNED_LONG_LONG.
43037         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
43038
43039         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
43040
43041 1999-04-20  Jim Meyering  <meyering@ascend.com>
43042
43043         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
43044         AC_REPLACE xstroull if necessary.  From Paul Eggert.
43045         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
43046
43047 1999-04-18  Jim Meyering  <meyering@ascend.com>
43048
43049         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
43050         * m4/jm-macros.m4: Use it.
43051
43052 1999-04-06  Jim Meyering  <meyering@ascend.com>
43053
43054         * m4/strftime.m4: Remove test for %f.
43055
43056 1999-03-29  Jim Meyering  <meyering@ascend.com>
43057
43058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
43059         superset of the AC_TYPE_* checks in the textutils, fileutils,
43060         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
43061         AC_TYPE_PID_T.
43062
43063 1999-03-28  Jim Meyering  <meyering@ascend.com>
43064
43065         * m4/jm-macros.m4: Define GNU_PACKAGE here.
43066         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
43067         replaced e.g., in the *.sh files of the sh-utils.
43068
43069 1999-03-20  Jim Meyering  <meyering@ascend.com>
43070
43071         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
43072         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
43073         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
43074
43075 1999-03-19  Jim Meyering  <meyering@ascend.com>
43076
43077         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
43078
43079 1999-03-12  Jim Meyering  <meyering@ascend.com>
43080
43081         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
43082
43083 1999-03-07  Jim Meyering  <meyering@ascend.com>
43084
43085         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
43086         declared.
43087
43088 1999-02-17  Jim Meyering  <meyering@ascend.com>
43089
43090         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
43091         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
43092
43093 1999-02-07  Jim Meyering  <meyering@ascend.com>
43094
43095         * m4/group-member.m4: New file -- extracted from sh-utils'
43096         configure.in.
43097
43098         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
43099         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
43100
43101 1999-02-06  Jim Meyering  <meyering@ascend.com>
43102
43103         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
43104         * m4/fnmatch.m4: Likewise.
43105         * m4/getgroups.m4: Likewise.
43106         * m4/lstat.m4: Likewise.
43107         * m4/malloc.m4: Likewise.
43108         * m4/putenv.m4: Likewise.
43109         * m4/realloc.m4: Likewise.
43110         * m4/regex.m4: Likewise.
43111         * m4/stat.m4: Likewise.
43112         * m4/strftime.m4: Likewise.
43113         Suggestion from Alain Magloire.
43114
43115         * m4/chown.m4: Use `.$ac_objext', not `.o'.
43116         * m4/fnmatch.m4: Likewise.
43117         * m4/getgroups.m4: Likewise.
43118         * m4/getline.m4: Likewise.
43119         * m4/lstat.m4: Likewise.
43120         * m4/malloc.m4: Likewise.
43121         * m4/memcmp.m4: Likewise.
43122         * m4/putenv.m4: Likewise.
43123         * m4/realloc.m4: Likewise.
43124         * m4/regex.m4: Likewise.
43125         * m4/stat.m4: Likewise.
43126         * m4/strftime.m4: Likewise.
43127         Suggestion from Alain Magloire.
43128
43129         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
43130         an argument.
43131
43132         * m4/regex.m4: Add a run-time Test for proper operation of
43133         re_compile_pattern.
43134
43135 1999-01-31  Jim Meyering  <meyering@ascend.com>
43136
43137         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
43138
43139 1999-01-30  Jim Meyering  <meyering@ascend.com>
43140
43141         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
43142
43143         * m4/jm-mktime.m4: Make this a wrapper around the official
43144         AM_FUNC_MKTIME rather than my private copy, now that the official one
43145         is up to date.
43146         * m4/mktime.m4: Remove file.
43147
43148         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
43149         * m4/uptime.m4: Likewise.
43150         * m4/uintmax_t.m4: Likewise.
43151
43152 1999-01-28  Jim Meyering  <meyering@ascend.com>
43153
43154         * m4/jm-macros.m4: Use jm_AFS.
43155         * m4/afs.m4: New file (from fileutils' configure.in).
43156
43157         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
43158         * m4/chown.m4: Likewise.
43159         * m4/d-ino.m4: Likewise.
43160         * m4/d-type.m4: Likewise.
43161         * m4/fnmatch.m4: Likewise.
43162         * m4/getgroups.m4: Likewise.
43163         * m4/gettext.m4: Likewise.
43164         * m4/jm-mktime.m4: Likewise.
43165         * m4/jm-winsz2.m4: Likewise.
43166         * m4/lcmessage.m4: Likewise.
43167         * m4/ls-mntd-fs.m4: Likewise.
43168         * m4/malloc.m4: Likewise.
43169         * m4/memcmp.m4: Likewise.
43170         * m4/putenv.m4: Likewise.
43171         * m4/realloc.m4: Likewise.
43172         * m4/st_mtim.m4: Likewise.
43173         * m4/strftime.m4: Likewise.
43174
43175 1999-01-16  Jim Meyering  <meyering@ascend.com>
43176
43177         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
43178         (ARGMATCH_DIE_DECL): Define.
43179
43180 1999-01-12  Jim Meyering  <meyering@ascend.com>
43181
43182         * m4/Makefile.am.in: Rewrite to avoid using fmt.
43183         Reported by Lars Hecking.
43184
43185 1999-01-10  Jim Meyering  <meyering@ascend.com>
43186
43187         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
43188         gross kludge.
43189         * m4/inttypes_h.m4: Likewise.
43190         * m4/lstat.m4: Likewise.
43191         * m4/malloc.m4: Likewise.
43192         * m4/readdir.m4: Likewise.
43193         * m4/realloc.m4: Likewise.
43194         * m4/st_dm_mode.m4: Likewise.
43195         * m4/stat.m4: Likewise.
43196         * m4/utimbuf.m4: Likewise.
43197         * m4/utimes.m4: Likewise.
43198
43199         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
43200         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
43201         comments in config.h.in are meaningful.
43202
43203         * m4/jm-macros.m4: Require autoconf-2.13 here.
43204
43205         * m4/regex.m4: By default, don't use the included regex.c on systems
43206         with glibc 2.  Suggestion from Uli Drepper.
43207
43208 1999-01-02  Jim Meyering  <meyering@ascend.com>
43209
43210         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
43211
43212 1998-12-18  Jim Meyering  <meyering@ascend.com>
43213
43214         * m4/Makefile.am.in (Makefile.am): Simplify rule.
43215         Based on a suggestion from Lars Hecking.
43216
43217 1998-11-16  Paul Eggert  <eggert@twinsun.com>
43218
43219         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
43220
43221 1998-11-16  Jim Meyering  <meyering@ascend.com>
43222
43223         * m4/lfs.m4: Double-quote the `uname...` expression.
43224
43225 1998-11-14  Jim Meyering  <meyering@ascend.com>
43226
43227         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
43228         * m4/stat.m4: Likewise.
43229
43230 1998-11-03  Jim Meyering  <meyering@ascend.com>
43231
43232         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
43233         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
43234
43235 1998-10-18  Jim Meyering  <meyering@ascend.com>
43236
43237         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
43238
43239 1998-10-17  Jim Meyering  <meyering@ascend.com>
43240
43241         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
43242         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
43243         calls for those previously hard-coded headers.  Instead, take a new
43244         parameter.
43245         (jm_CHECK_DECLARATIONS): Reflect interface change.
43246         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
43247         (jm_CHECK_DECL_LOCALTIME_R): New macro.
43248
43249         * m4/mktime.m4: Test for spring-forward gap before long-running test.
43250
43251 1998-10-14  Jim Meyering  <meyering@ascend.com>
43252
43253         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
43254         instead of "TZ=America/Vancouver".  From Paul Eggert.
43255
43256 1998-10-11  Jim Meyering  <meyering@ascend.com>
43257
43258         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
43259         This adds a test for a recently added compatibility fix for mktime.c.
43260         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
43261
43262 1998-09-27  Jim Meyering  <meyering@ascend.com>
43263
43264         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
43265
43266         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
43267         ../configure.in, including a change from Gordon Matzigkeit to allow
43268         cross-compiling for the Hurd.
43269
43270         * m4/glibc.m4: New file/macro to test for the GNU C Library
43271         versions 1 and 2.  From Gordon Matzigkeit.
43272         Indent.
43273
43274 1998-09-21  Jim Meyering  <meyering@ascend.com>
43275
43276         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
43277
43278 1998-08-18  Paul Eggert  <eggert@twinsun.com>
43279
43280         Port nanosecond-resolution times to UnixWare 2.1.2 and
43281         pedantic Solaris 2.6.
43282
43283         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
43284         AC_STRUCT_ST_MTIM.
43285         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
43286         Generate name of ns member, instead of just 1 or undef.
43287         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
43288
43289 1998-08-15  Jim Meyering  <meyering@ascend.com>
43290
43291         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
43292         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
43293         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
43294         instead of jm_TYPE_SSIZE_T.
43295
43296 1998-08-12  Jim Meyering  <meyering@ascend.com>
43297
43298         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
43299
43300 1998-08-02  Jim Meyering  <meyering@ascend.com>
43301
43302         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
43303         in acconfig.h manually.
43304
43305 1998-07-31  Paul Eggert  <eggert@twinsun.com>
43306
43307         * m4/st_mtim.m4: New file.
43308
43309 1998-07-28  Jim Meyering  <meyering@ascend.com>
43310
43311         * m4/utimes.m4: Undef stat.
43312
43313 1998-07-25  Jim Meyering  <meyering@ascend.com>
43314
43315         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
43316         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
43317
43318 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
43319
43320         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
43321         uid and gid actually remain unchanged.
43322
43323 1998-07-07  Jim Meyering  <meyering@ascend.com>
43324
43325         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
43326
43327 1998-07-04  Jim Meyering  <meyering@ascend.com>
43328
43329         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
43330         to prove that this macro can be used in packages without regex.c.
43331
43332 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
43333
43334         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
43335         is to be used.
43336
43337 1998-07-03  Jim Meyering  <meyering@ascend.com>
43338
43339         * m4/gettext.m4: Add -lintl if it's found to be necessary.
43340
43341         * m4/gettext.m4: New file -- from gettext-0.10.35.
43342         * m4/lcmessage.m4: Likewise.
43343         * m4/progtest.m4: Likewise.
43344
43345         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
43346         * m4/jm-macros.m4: Require the new macro.
43347
43348 1998-06-29  Jim Meyering  <meyering@ascend.com>
43349
43350         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
43351         for the definition of NGROUPS (used in a system header included
43352         by sys/mount.h).
43353
43354 1998-06-28  Jim Meyering  <meyering@ascend.com>
43355
43356         * m4/ls-mntd-fs.m4: New file.
43357         * m4/fstypename.m4: New file.
43358
43359         * m4/jm-macros.m4: Require the new macro.
43360         * m4/jm-glibc-io.m4: New file.
43361
43362 1998-05-19  Jim Meyering  <meyering@ascend.com>
43363
43364         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
43365         * m4/lchown.m4: New file.
43366
43367         * m4/Makefile.am.in: New file.
43368         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
43369
43370 1998-05-14  Jim Meyering  <meyering@ascend.com>
43371
43372         * m4/Makefile.am (EXTRA_DIST): Add them.
43373         * m4/jm-macros.m4: New file.
43374         * m4/utimbuf.m4: New file.
43375
43376 1998-05-12  Jim Meyering  <meyering@ascend.com>
43377
43378         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
43379
43380 1998-05-11  Jim Meyering  <meyering@ascend.com>
43381
43382         * m4/isc-posix.m4: New file.
43383
43384 1998-05-10  Jim Meyering  <meyering@ascend.com>
43385
43386         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
43387
43388 1998-05-09  Jim Meyering  <meyering@ascend.com>
43389
43390         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
43391         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
43392         with automake.
43393
43394         * m4/ssize_t.m4: New file.
43395         * m4/mktime.m4: Remove file -- the new automake has this now.
43396
43397 1998-04-26  Jim Meyering  <meyering@ascend.com>
43398
43399         * m4/assert.m4: New file.
43400         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
43401
43402 1998-04-05  Jim Meyering  <meyering@ascend.com>
43403
43404         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
43405         (jm_PREREQ): Use it here.
43406
43407 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
43408
43409         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
43410         in acconfig.h.
43411
43412 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
43413
43414         * m4/prereq.m4: New file.
43415         * m4/error.m4: New file.
43416         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
43417
43418 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
43419
43420         * m4/getline.m4: Don't set am_cv_func_working_getline before the
43421         cache-check for the same variable -- that defeated the purpose of
43422         the test; the test program was never run.  This was a problem only
43423         on systems with losing getline functions -- HP-UX 10.20 is one.
43424         Reported by Bjorn Helgaas.
43425
43426 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
43427
43428         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
43429
43430 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
43431
43432         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
43433
43434         * m4/const.m4: New file.  Use an initializer in this declaration
43435         typedef int charset[2]; const charset x;
43436         Reported by Bob Glickstein.
43437
43438 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
43439
43440         * m4/chown.m4: Fix reversed types on -1 args to chown.
43441         From Kaveh Ghazi.
43442
43443 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
43444
43445         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
43446         Add lseek and memchr.
43447
43448         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
43449         T.E.Dickey <dickey@clark.net> said that some older preprocessors
43450         have a 20-character limit on names.
43451
43452 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
43453
43454         * m4/inttypes_h.m4: New file.
43455         * m4/uintmax_t.m4: New file.
43456         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
43457
43458
43459         -----
43460
43461         Local Variables:
43462         coding: utf-8
43463         End:
43464
43465         Copyright (C) 1997-2008 Free Software Foundation, Inc.
43466
43467         Copying and distribution of this file, with or without
43468         modification, are permitted provided the copyright notice
43469         and this notice are preserved.