Move c-stack test into testsuite.
[gnulib.git] / ChangeLog
1 2008-06-17  Eric Blake  <ebb9@byu.net>
2
3         Move c-stack test into testsuite.
4         * modules/c-stack-tests: New file.
5         * lib/c-stack.c [DEBUG]: Move test program...
6         * tests/test-c-stack.c: ...into this new file.  Skip rather than
7         fail test if sigaltstack is lacking.
8         * tests/test-c-stack.sh: New driver file.
9
10 2008-06-16  Eric Blake  <ebb9@byu.net>
11
12         Use raise module consistently.
13         * modules/fatal-signal (Depends-on): Add raise.
14         * modules/sigprocmask (Depends-on): Likewise.
15         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
16         * lib/sigprocmask.c (sigprocmask): Likewise.
17         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
18         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
19
20         Fix compliance bug in sigpending.
21         * lib/sigprocmask.c (sigpending): Return pending array via
22         parameter, not return value.
23
24 2008-06-14  Eric Blake  <ebb9@byu.net>
25
26         Improve obstack-printf test code.
27         * tests/test-obstack-printf.c (test_function): Fix comment, and
28         simplify usage of obstack_* in macros.  Add a test for coverage.
29         Reported by Bruno Haible.
30
31 2008-06-14  Bruno Haible  <bruno@clisp.org>
32
33         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
34         array size as a constant, not as a const variable.
35         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
36         AC_USE_SYSTEM_EXTENSIONS.
37         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
38         Test whether the obstack_printf function actually exists.
39         * modules/obstack-printf (Depends-on): Add extensions.
40         (Include): Remove obstack.h.
41         * modules/obstack-printf-posix (Depends-on): Add extensions.
42         (Include): Remove obstack.h.
43
44 2008-06-13  Eric Blake  <ebb9@byu.net>
45
46         Add obstack-printf and obstack-printf-posix modules.
47         * modules/obstack-printf: New file.
48         * modules/obstack-printf-posix: Likewise.
49         * MODULES.html.sh (Misc): Mention them.
50         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
51         Likewise.
52         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
53         Likewise.
54         * modules/stdio (Makefile.am): Accomodate new modules.
55         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
56         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
57         Declare.
58         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
59         functions.
60         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
61         (gl_REPLACE_OBSTACK_PRINTF): New macros
62         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
63         * tests/test-obstack-printf.c: New file.
64         * modules/obstack-printf-tests: Likewise.
65         * modules/obstack-printf-posix-tests: Likewise.
66
67 2008-06-11  Bruno Haible  <bruno@clisp.org>
68
69         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
70         * lib/open.c: Include errno.h.
71         (open): Fail when attempting to write to a file that has a trailing
72         slash.
73         * tests/test-open.c (main): Test against trailing slash bug.
74         * doc/posix-functions/open.texi: Mention the trailing slash bug.
75
76 2008-06-10  Bruno Haible  <bruno@clisp.org>
77
78         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
79         for $? to work inside the trap command, with various /bin/sh-s.
80         * tests/test-vc-list-files-cvs.sh: Likewise.
81
82 2008-06-10  Bruno Haible  <bruno@clisp.org>
83
84         * lib/acl-internal.h: Don't include gettext.h here.
85         * lib/set-mode-acl.c: Include gettext.h here.
86         * lib/copy-acl.c: Likewise.
87
88 2008-06-10  Bruno Haible  <bruno@clisp.org>
89
90         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
91         * lib/wait-process.c (wait_subprocess): Likewise.
92         * lib/execute.h (execute): Add termsigp argument.
93         * lib/execute.c (execute): Likewise.
94         * lib/csharpcomp.c (compile_csharp_using_pnet,
95         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
96         * lib/csharpexec.c (execute_csharp_using_pnet,
97         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
98         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
99         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
100         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
101         is_jikes_present): Update.
102         * lib/javaexec.c (execute_java_class): Update.
103         * lib/javaversion.c (execute_and_read_line): Update.
104         * NEWS: Document the changes.
105         Reported by Eric Blake.
106
107 2008-06-10  Eric Blake  <ebb9@byu.net>
108
109         Add missing include.
110         * tests/test-strstr.c (includes): Add <signal.h>.
111         * tests/test-strcasestr.c (includes): Likewise.
112         * tests/test-memmem.c (includes): Likewise.
113
114 2008-06-10  Bruno Haible  <bruno@clisp.org>
115
116         * lib/wait-process.c (wait_subprocess): Add an assertion.
117
118 2008-06-10  Bruno Haible  <bruno@clisp.org>
119
120         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
121
122 2008-06-10  Bruno Haible  <bruno@clisp.org>
123
124         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
125         using alarm().
126         * tests/test-strcasestr.c (main): Likewise.
127         * tests/test-strstr.c (main): Likewise.
128
129 2008-06-09  Bruno Haible  <bruno@clisp.org>
130
131         Work around the Solaris 10 ACE ACLs ABI change.
132         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
133         declare if ACL_NO_TRIVIAL is present.
134         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
135         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
136         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
137         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
138         define if ACL_NO_TRIVIAL is present.
139         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
140         and use the current ABI.
141         (file_has_acl): Use same #if condition as elsewhere.
142         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
143         in use, and use the current ABI.
144         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
145         Reported by Jim Meyering.
146
147 2008-06-09  Eric Blake  <ebb9@byu.net>
148
149         Work around environments that (stupidly) ignore SIGALRM.
150         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
151         before using alarm().
152         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
153         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
154         Reported by Ian Beckwith <ianb@erislabs.net>.
155
156         Produce autobuild blurb earlier in log.
157         * modules/autobuild (configure.ac-early): Move AB_INIT here.
158
159 2008-06-09  Jim Meyering  <meyering@redhat.com>
160         and Ondřej Vašík  <ovasik@redhat.com>
161
162         utimens.c: correct kernel bug work-around
163         Ondřej Vašík found that the invalid return value of 280 indicates
164         failure, not success, and the kernel bug we're trying to work
165         around affects not just the utimensat call, but also the fallback
166         futimens call.
167         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
168         not success.
169         [HAVE_FUTIMENS]: Use the same work-around, here.
170
171 2008-06-09  Jim Meyering  <meyering@redhat.com>
172
173         add more guards around definition of ACE_-related code
174         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
175         ALLOW and ACE_OWNER are also defined.
176
177 2008-06-08  Bruno Haible  <bruno@clisp.org>
178
179         * lib/acl-internal.h: Add me as co-author.
180         * lib/file-has-acl.c: Likewise.
181         * lib/set-mode-acl.c: Likewise.
182         * lib/copy-acl.c: Likewise.
183
184 2008-06-08  Bruno Haible  <bruno@clisp.org>
185
186         Add support for AIX ACLs.
187         * lib/acl-internal.h (acl_nontrivial): New declaration.
188         * lib/file-has-acl.c (acl_nontrivial): New function.
189         (file_has_acl): Add implementation using AIX 4 ACL API.
190         * lib/set-mode-acl.c (qset_acl): Likewise.
191         * lib/copy-acl.c (qcopy_acl): Likewise.
192
193 2008-06-08  Bruno Haible  <bruno@clisp.org>
194
195         Add support for HP-UX ACLs.
196         * lib/acl-internal.h (acl_nontrivial): New declaration.
197         * lib/file-has-acl.c (acl_nontrivial): New function.
198         (file_has_acl): Add implementation using HP-UX 11 ACL API.
199         * lib/set-mode-acl.c (qset_acl): Likewise.
200         * lib/copy-acl.c (qcopy_acl): Likewise.
201
202 2008-06-08  Bruno Haible  <bruno@clisp.org>
203
204         Add support for Cygwin ACLs.
205         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
206         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
207         the chmod_or_fchmod call.
208         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
209
210 2008-06-08  Bruno Haible  <bruno@clisp.org>
211
212         Fix bug with setuid modes in Solaris 10+ code.
213         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
214         succeeded, when the mode contains some special bits.
215
216 2008-06-08  Bruno Haible  <bruno@clisp.org>
217
218         Add support for Solaris 7..10 ACLs.
219         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
220         declarations.
221         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
222         functions.
223         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
224         * lib/set-mode-acl.c (qset_acl): Likewise.
225         * lib/copy-acl.c (qcopy_acl): Likewise.
226
227 2008-06-08  Bruno Haible  <bruno@clisp.org>
228
229         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
230         declaration.
231         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
232         (acl_access_nontrivial): Remove MacOS X case.
233         (file_has_acl): Use acl_extended_nontrivial.
234         * lib/copy-acl.c (qcopy_acl): Likewise.
235
236 2008-06-08  Bruno Haible  <bruno@clisp.org>
237
238         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
239
240 2008-06-08  Jim Meyering  <meyering@redhat.com>
241
242         * modules/acl (Maintainer): Add Bruno Haible.
243
244 2008-06-07  Bruno Haible  <bruno@clisp.org>
245
246         Improve support for Tru64 ACLs.
247         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
248         ACL on OSF/1.
249
250 2008-06-07  Bruno Haible  <bruno@clisp.org>
251
252         Add support for MacOS X ACLs.
253         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
254         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
255         * lib/set-mode-acl.c (qset_acl): Likewise.
256         * lib/copy-acl.c (qcopy_acl): Likewise.
257
258 2008-06-07  Bruno Haible  <bruno@clisp.org>
259
260         Fix memory leak introduced on 2008-05-22.
261         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
262         use.
263
264 2008-06-07  Bruno Haible  <bruno@clisp.org>
265
266         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
267         to construct an empty ACL.
268
269 2008-06-07  Bruno Haible  <bruno@clisp.org>
270
271         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
272         precisely.
273         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
274
275 2008-06-07  Bruno Haible  <bruno@clisp.org>
276
277         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
278         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
279
280 2008-06-07  Bruno Haible  <bruno@clisp.org>
281
282         * doc/posix-functions/_setjmp.texi: Explain the use of this function
283         regardless of POSIX.
284         * doc/posix-functions/_longjmp.texi: Likewise.
285         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
286         SystemV platform in this case.
287
288 2008-06-06  Eric Blake  <ebb9@byu.net>
289
290         Document abort() bugs.
291         * doc/posix-functions/abort.texi (abort): Mention anomalies.
292
293         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
294         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
295         sigsetjmp.
296         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
297         siglongjmp, but only as a macro.
298         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
299         is obsolete.
300         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
301
302         Tweak documentation to cover cygwin argz bugs.
303         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
304         argz bug fix; no code change needed since no cygwin releases
305         occurred between the last fix and the bug being tested.
306         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
307         module and recently fixed cygwin bugs.
308         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
309         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
310         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
311         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
312         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
313         Likewise.
314         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
315         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
316         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
317         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
318         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
319         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
320         Likewise.
321
322         Avoid gcc warning on cygwin.
323         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
324         !ACL_NO_TRIVIAL]: Avoid unused variable.
325
326 2008-06-05  Eric Blake  <ebb9@byu.net>
327
328         Be tolerant of UNKNOWN version in gnulib-tool test dir.
329         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
330         git-version-gen fails to come up with a version.
331         Reported by Simon Josefsson.
332
333 2008-06-05  Jim Meyering  <meyering@redhat.com>
334             Paul Eggert  <eggert@cs.ucla.edu>
335
336         utimens.c: work around a probable Linux kernel bug
337         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
338         appears to be a kernel bug that causes utimensat to return 280
339         instead of 0, indicating success.
340
341 2008-06-04  Bruno Haible  <bruno@clisp.org>
342
343         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
344         2008-06-01 commit.
345
346 2008-06-04  Bruno Haible  <bruno@clisp.org>
347
348         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
349         * lib/file-has-acl.c (acl_access_nontrivial): New function.
350         (file_has_acl): Use it. Save errno afterwards.
351         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
352
353 2008-06-03  Bruno Haible  <bruno@clisp.org>
354
355         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
356         draft code. Simplify #ifs.
357         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
358         Put Solaris code after POSIX-draft code. Fix comments regarding
359         Solaris 10, HP-UX. Mention Cygwin.
360         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
361
362 2008-06-03  Eric Blake  <ebb9@byu.net>
363
364         Provide fallback for older kernels.
365         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
366         Provide runtime fallback if kernel lacks support.
367         Reported by Mike Frysinger.
368
369 2008-06-02  Bruno Haible  <bruno@clisp.org>
370
371         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
372         it exists.
373
374 2008-06-02  Bruno Haible  <bruno@clisp.org>
375
376         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
377         * lib/copy-acl.c (qcopy_acl): Update comment.
378
379 2008-06-02  Bruno Haible  <bruno@clisp.org>
380
381         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
382         like ACL APIs.
383
384 2008-06-02  Bruno Haible  <bruno@clisp.org>
385
386         * tests/test-file-has-acl.sh: Use different code for Cygwin.
387         * tests/test-set-mode-acl.sh: Likewise.
388         * tests/test-copy-acl.sh: Likewise.
389         * tests/test-copy-file.sh: Likewise.
390
391 2008-06-02  Bruno Haible  <bruno@clisp.org>
392
393         * tests/test-file-has-acl.sh: Remove unused code.
394
395 2008-06-01  Bruno Haible  <bruno@clisp.org>
396
397         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
398         (copy_acl): Just a wrapper around qcopy_acl that emits the error
399         messages.
400         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
401
402 2008-06-01  Bruno Haible  <bruno@clisp.org>
403
404         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
405         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
406         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
407         APIs.
408         * modules/acl-tests (configure.ac): Remove tests now contained in
409         m4/acl.m4.
410
411 2008-06-02  Jim Meyering  <meyering@redhat.com>
412
413         announce-gen: use a better key-server host name
414         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
415         it may be more consistently reliable.  Suggested by Werner Koch
416         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
417
418 2008-06-01  Bruno Haible  <bruno@clisp.org>
419
420         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
421         Reported by Voroskoi Andras <voroskoi@gmail.com>.
422
423 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
424
425         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
426
427 2008-06-01  Bruno Haible  <bruno@clisp.org>
428
429         New ACL tests.
430         * tests/test-file-has-acl.sh: New file.
431         * tests/test-file-has-acl.c: New file.
432         * tests/test-set-mode-acl.sh: New file.
433         * tests/test-set-mode-acl.c: New file.
434         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
435         * tests/test-copy-acl.c: New file.
436         * modules/acl-tests: New file, based on modules/copy-file-tests.
437         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
438         (Depends-on): Add acl-tests.
439         (configure.ac): Remove checks.
440         (Makefile.am): Don't create test-sameacls program here any more.
441
442 2008-06-01  Bruno Haible  <bruno@clisp.org>
443
444         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
445         * tests/test-sameacls.c: Include progname.h.
446         (main): Invoke set_program_name. Portability fixes for MacOS X,
447         Solaris, HP-UX.
448
449 2008-06-01  Bruno Haible  <bruno@clisp.org>
450
451         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
452         function.
453         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
454
455 2008-06-01  Bruno Haible  <bruno@clisp.org>
456
457         * modules/rpmatch (Depends-on): Add strdup.
458
459 2008-06-01  Bruno Haible  <bruno@clisp.org>
460
461         * lib/pipe.c: Include unistd-safer.h.
462         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
463         * modules/pipe (Depends-on): Add unistd-safer.
464
465 2008-05-30  Simon Josefsson  <simon@josefsson.org>
466
467         * modules/autobuild (configure.ac): Call AB_INIT.
468
469 2008-05-30  Simon Josefsson  <simon@josefsson.org>
470
471         * tests/test-getaddrinfo.c: Don't print debug messages by default.
472         Suggested by Bruno Haible <bruno@clisp.org>.
473
474 2008-05-30  Simon Josefsson  <simon@josefsson.org>
475
476         * tests/test-base64.c: Cast size_t to unsigned long when invoking
477         printf.  Use %lu instead of %d.  Reported by Bruno Haible
478         <bruno@clisp.org>.
479
480 2008-05-29  Eric Blake  <ebb9@byu.net>
481
482         Prefer new POSIX 200x interfaces over futimesat.
483         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
484         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
485         when available.
486         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
487
488 2008-05-28  Bruno Haible  <bruno@clisp.org>
489
490         * modules/stpcpy (License): Change to LGPLv2+.
491         Requested by David Lutterkort <dlutter@redhat.com>.
492
493 2008-05-27  Bruno Haible  <bruno@clisp.org>
494
495         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
496         current mingw.
497         Reported by Jose E. Marchesi <jemarch@gnu.org>.
498
499 2008-05-27  Bruno Haible  <bruno@clisp.org>
500
501         * modules/iconv_open (Link): New section, from module 'iconv'.
502         * modules/striconv (Link): Likewise.
503         * modules/striconveh (Link): Likewise.
504         * modules/xstriconv (Link): Likewise.
505         * modules/unicodeio (Link): Likewise.
506         * modules/propername (Link): Likewise.
507         Reported by Jim Meyering.
508
509 2008-05-26  Jim Meyering  <meyering@redhat.com>
510
511         sha256: do not artificially restrict buffer length to be < 2^32
512         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
513         uint32_t to size_t.
514         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
515         to match.
516
517         avoid unaligned access errors, e.g., on sparc
518         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
519         direct access through a possibly-unaligned uint64* pointer.
520         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
521         direct access through a possibly-unaligned uint32* pointer.
522         Prompted by this patch from Tom "spot" Callaway:
523         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
524
525         sha512.c: fix typo in comment
526         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
527
528 2008-05-25  Bruno Haible  <bruno@clisp.org>
529
530         * lib/set-mode-acl.c: Renamed from lib/acl.c.
531         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
532         (Makefile.am): Update lib_SOURCES.
533
534 2008-05-25  Bruno Haible  <bruno@clisp.org>
535
536         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
537
538 2008-05-25  Jim Meyering  <meyering@redhat.com>
539
540         useless-if-before-free: freed expr may have white-space differences
541         * build-aux/useless-if-before-free: Recognize cases in which the
542         freed expression differs from the tested one in embedded white
543         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
544         $1 was used, so we can't make any regexp shy.  Improved tests now
545         detect this.
546
547         useless-if-before-free: accept white space in the expression.
548         * build-aux/useless-if-before-free: For now, any white space
549         in the expression must be identical in the free argument.
550
551         useless-if-before-free: efficiency tweak
552         * build-aux/useless-if-before-free: Make the expression-matching
553         regexp "shy".
554         Make the *outer* regexp shy, not the expr-matching one.
555
556         update code-in-comment to accept cast of free arg
557         * build-aux/useless-if-before-free: Update regexp.
558
559 2008-05-25  Bruno Haible  <bruno@clisp.org>
560
561         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
562         * modules/copy-file-tests (Files, Makefile.am): Update.
563         * tests/test-copy-file.c (func_test_copy): Update.
564
565 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
566
567         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
568
569 2008-05-23  Bruno Haible  <bruno@clisp.org>
570
571         Improve support for ACLs on OSF/1.
572         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
573         Remove fallback for unknown flavors of ACLs.
574
575 2008-05-22  Bruno Haible  <bruno@clisp.org>
576
577         Add support for ACLs on OSF/1.
578         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
579         replacements.
580         (acl_free_text): New macro fallback.
581         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
582         acl_free.
583         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
584         acl_free_text function. Require AC_C_INLINE.
585
586 2008-05-22  Bruno Haible  <bruno@clisp.org>
587
588         Make copy_acl work on MacOS X 10.5.
589         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
590         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
591         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
592         If MODE_INSIDE_ACL, don't assume that every system has the same text
593         representation for ACLs as FreeBSD.
594         * lib/copy-acl.c (copy_acl): Add support for platforms with
595         !MODE_INSIDE_ACL.
596         * lib/file-has-acl.c (file_has_acl): Likewise.
597         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
598         FreeBSD, MacOS X, or IRIX, respectively.
599
600 2008-05-22  Bruno Haible  <bruno@clisp.org>
601
602         * lib/acl.h: Don't include <sys/acl.h>.
603         (GETACLCNT): Move fallback to lib/acl-internal.h.
604         * lib/acl-internal.h: Include <sys/acl.h> here.
605         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
606
607 2008-05-22  Bruno Haible  <bruno@clisp.org>
608
609         Split off copy_acl function to separate file.
610         * lib/copy-acl.c: New file, extracted from lib/acl.c.
611         * lib/acl.c (copy_acl): Moved function to separate file.
612         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
613         * modules/acl (Files): Add lib/copy-acl.c.
614         (Makefiles.am): Augment lib_SOURCES.
615
616 2008-05-22  Bruno Haible  <bruno@clisp.org>
617
618         * modules/copy-file-tests: New file.
619         * tests/test-copy-file.sh: New file.
620         * tests/test-copy-file.c: New file.
621         * tests/test-copy-file-sameacls.c: New file.
622
623 2008-05-22  Eric Blake  <ebb9@byu.net>
624
625         Avoid gcc warning.
626         * tests/test-memcmp.c (main): Pass NULL indirectly.
627
628 2008-05-21  Bruno Haible  <bruno@clisp.org>
629
630         Add reference doc about ACLs.
631         * doc/acl-resources.txt: New file.
632         * doc/acl-cygwin.txt: New file.
633
634 2008-05-21  Bruno Haible  <bruno@clisp.org>
635
636         Avoid one more warning from gcc.
637         * lib/vasnprintf.c (IF_LINT): Update comments.
638         (VASNPRINTF): Use it also for the 'prefix' array initializer.
639
640 2008-05-21  Jim Meyering  <meyering@redhat.com>
641
642         avoid a warning from gcc
643         * lib/vasnprintf.c (IF_LINT): Define.
644         (scale10_round_decimal_long_double):
645         Use it to avoid a "may be used uninitialized" warning.
646         (scale10_round_decimal_double): Likewise.
647
648 2008-05-21  Simon Josefsson  <simon@josefsson.org>
649
650         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
651         declared.
652
653 2008-05-20  Bruno Haible  <bruno@clisp.org>
654
655         * tests/test-memcmp.c (main): Test also the sign of the result. Test
656         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
657
658 2008-05-20  Simon Josefsson  <simon@josefsson.org>
659
660         * modules/memcmp-tests: New file.
661         * tests/test-memcmp.c: New file.
662
663 2008-05-19  Bruno Haible  <bruno@clisp.org>
664
665         * modules/propername (Notice, configure.ac): Put quoted "..." into
666         --keyword option.
667         * lib/propername.h: Update comments accordingly.
668         Reported by Eric Blake.
669
670 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
671
672         * modules/getpass-gnu (Depends-on): Add fseeko.
673
674 2008-05-19  Simon Josefsson  <simon@josefsson.org>
675
676         * modules/base64-tests: New file.
677
678 2008-05-19  Bo Borgerson <gigabo@gmail.com>
679
680         * lib/base64.c (base64_decode_ctx): If a decode context structure
681         was passed in use it to ignore newlines.  If a context structure
682         was _not_ passed in, continue to treat newlines as garbage (this
683         is the historical behavior).  Formerly base64_decode.
684         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
685         takes a decode context structure.
686         * lib/base64.h (base64_decode): Macro for four-argument calls.
687         (base64_decode_alloc): Likewise.
688         * lib/base64.c (base64_decode_ctx): If a decode context structure
689         was passed in use it to ignore newlines.  If a context structure
690         was _not_ passed in, continue to treat newlines as garbage (this
691         is the historical behavior).  Formerly base64_decode.
692         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
693         takes a decode context structure.
694         * lib/base64.h (base64_decode): Macro for four-argument calls.
695         (base64_decode_alloc): Likewise.
696
697 2008-05-19  Jim Meyering  <meyering@redhat.com>
698
699         avoid a warning from gcc
700         * lib/trim.c (IF_LINT): Define.
701         (trim2): Use it to avoid a "may be used uninitialized" warning.
702
703         Fix doc typo.
704         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
705
706 2008-05-19  Bruno Haible  <bruno@clisp.org>
707
708         * doc/glibc-functions/getpass.texi: Document limits of other
709         implementations.
710
711 2008-05-19  Simon Josefsson  <simon@josefsson.org>
712             Bruno Haible <bruno@clisp.org>
713
714         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
715
716 2008-05-18  Bruno Haible  <bruno@clisp.org>
717
718         * modules/propername: New file, from GNU gettext.
719         * lib/propername.h: New file, from GNU gettext.
720         * lib/propername.c: New file, from GNU gettext.
721         * MODULES.html.sh (Internationalization functions): Add propername.
722
723 2008-05-16  Jim Meyering  <meyering@redhat.com>
724             Bruno Haible  <bruno@clisp.org>
725
726         Avoid some warnings from "gcc -Wshadow".
727         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
728
729 2008-05-15  Eric Blake  <ebb9@byu.net>
730
731         Extend previous patch to cygwin 1.7.0.
732         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
733         fast implementation in cygwin >= 1.7.0.
734         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
735         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
736
737 2008-05-15  Bruno Haible  <bruno@clisp.org>
738
739         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
740         implementation in glibc >= 2.9.
741         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
742         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
743
744 2008-05-15  Bruno Haible  <bruno@clisp.org>
745
746         * MODULES.html.sh (Internationalization functions): Remove linebreak.
747         (Unicode string functions): Add unilbrk/*.
748         Reported by Karl Berry.
749
750 2008-05-15  Eric Blake  <ebb9@byu.net>
751
752         Fix violation of <stdbool.h> replacement in regex.
753         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
754         * lib/regexec.c (re_search_internal): Likewise.
755         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
756
757 2008-05-15  Jim Meyering  <meyering@redhat.com>
758
759         avoid distracting test output when git or cvs is not found
760         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
761         * tests/test-vc-list-files-git.sh: Likewise.
762
763 2008-05-15  Eric Blake  <ebb9@byu.net>
764
765         Glibc finally accepted the memmem speedup code, bugzilla #5514.
766         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
767         glibc version.
768         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
769         * doc/posix-functions/strstr.texi (strstr): Likewise.
770         * lib/str-two-way.h (MAX): Sychronize with glibc.
771
772 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
773
774         * lib/regcomp.c (optimize_utf8): Add a note on why we test
775         opr.ctx_type.
776         (calc_first): Initialize constraint field.
777         (duplicate_node_closure): Use it instead of special casing ANCHORS.
778         Fix grammar.
779         (duplicate_node): Merge constraint field for all node types.
780         (calc_eclosure_iter): Look at constraint field for all node types.
781         * lib/regex_internal.c (create_cd_newstate): Don't look at
782         opr.ctx_type.
783
784 2008-05-14  Bruno Haible  <bruno@clisp.org>
785
786         Help GCC to do better code generation.
787         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
788         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
789         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
790         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
791         Declare with attribute 'malloc' if supported.
792
793 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
794
795         use "echo STR|wc -c" rather than unportable "expr length STR"
796         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
797         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
798
799 2008-05-14  Jim Meyering  <meyering@redhat.com>
800
801         use dd ibs=$n count=1 ... rather than less-portable head -c$n
802         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
803         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
804         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
805         via Collin Lasse.
806
807 2008-05-14  Eric Blake  <ebb9@byu.net>
808
809         Avoid quadratic growth in gl_LIBSOURCES.
810         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
811         Suggested by Bruno Haible.
812
813         Test xmemdup0.
814         * modules/xmemdup0-tests: New file.
815         * tests/test-xmemdup0.c: Likewise.
816
817 2008-05-13  Eric Blake  <ebb9@byu.net>
818
819         Split xmemdup0 into its own module.
820         * modules/xmemdup0: New file.
821         * lib/xmemdup0.h: Likewise.
822         * lib/xmemdup0.c: Likewise.
823         * MODULES.html.sh (Memory management functions): Add xmemdup0.
824         * lib/xalloc.h (xmemdup0): Remove.
825         * lib/xmalloc.c (xmemdup0): Likewise.
826
827 2008-05-13  Eric Blake  <ebb9@byu.net>
828             Bruno Haible  <bruno@clisp.org>
829
830         Reduce number of forks required during autoconf.
831         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
832         and gl_LIBSOURCES_DIR.
833         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
834         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
835         m4_syscmd per file.
836         <m4_foreach_w>: Move...
837         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
838
839 2008-05-13  Eric Blake  <ebb9@byu.net>
840
841         * gnulib-tool: Fix various comment typos.
842
843 2008-05-12  Bruno Haible  <bruno@clisp.org>
844
845         Tailor the linebreaking algorithm.
846         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
847
848 2008-05-12  Bruno Haible  <bruno@clisp.org>
849
850         Update to Unicode 5.0.0.
851         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
852         LBP_JV, LBP_JT. Redistribute values.
853         (unilbrk_table): Change size.
854         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
855         Unicode TR#14 rev. 22.
856         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
857         LBP_JV, LBP_JT. Redistribute values.
858         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
859         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
860         Update.
861         * lib/unilbrk/lbrkprop1.h: Regenerated.
862         * lib/unilbrk/lbrkprop2.h: Regenerated.
863         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
864         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
865         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
866         Likewise.
867         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
868         Likewise.
869         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
870         result.
871         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
872         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
873         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
874         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
875         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
876         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
877
878 2008-05-11  Bruno Haible  <bruno@clisp.org>
879
880         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
881
882 2008-05-11  Bruno Haible  <bruno@clisp.org>
883
884         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
885         * modules/unilbrk/gen-lbrk: New file.
886
887 2008-05-11  Bruno Haible  <bruno@clisp.org>
888
889         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
890         * m4/sha512.m4 (gl_SHA512): Likewise.
891
892 2008-05-11  Jim Meyering  <meyering@redhat.com>
893
894         New modules: crypto/sha256, crypto/sha512 (from coreutils)
895         * modules/crypto/sha256: New file.
896         * modules/crypto/sha512: Likewise.
897         * lib/sha256.c: Likewise.
898         * lib/sha256.h: Likewise.
899         * lib/sha512.c: Likewise.
900         * lib/sha512.h: Likewise.
901         * lib/u64.h: Likewise.
902         * m4/sha256.m4: Likewise.
903         * m4/sha512.m4: Likewise.
904         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
905
906 2008-05-10  Bruno Haible  <bruno@clisp.org>
907
908         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
909         (Input/Output <stdio.h>): Add xprintf.
910         (Signal handling <signal.h>): Add strsignal.
911         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
912         (Core language properties): Add func.
913         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
914         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
915         strings.
916         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
917         (Input/output): New section.
918         (File system functions): Add openat-die, stat-macros.
919         (Networking functions): Add sockets.
920         (Unicode string functions): Add unictype/*.
921         (Support for building libraries and executables): Add gperf.
922         (Support for building documentation): Add agpl-3.0.
923         (Misc): Add nocrash.
924
925 2008-05-10  Bruno Haible  <bruno@clisp.org>
926
927         * modules/unictype/gen-ctype: New file.
928
929 2008-05-10  Jim Meyering  <meyering@redhat.com>
930
931         Make chdir-safer.c more efficient on a system with no symlinks.
932         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
933         also if ELOOP is zero.  Suggested by Bruno Haible.
934
935         Make chdir-safer.c slightly safer.
936         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
937         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
938
939         Avoid compile failure on systems without ELOOP (like mingw).
940         * lib/chdir-safer.c (ELOOP): Define if not already defined.
941         Reported by Bruno Haible.
942
943 2008-05-10  Bruno Haible  <bruno@clisp.org>
944
945         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
946         (is_utf8_encoding): Use a case-insensitive comparison.
947         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
948         streq.
949
950 2008-05-10  Bruno Haible  <bruno@clisp.org>
951
952         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
953         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
954         * lib/unilbrk/ulc-common.h (iconv_string_length,
955         iconv_string_keeping_offsets): Remove declarations.
956         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
957         Don't include <iconv.h>, streq.h, xsize.h.
958         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
959         conversion.
960         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
961         <iconv.h>, streq.h, xsize.h.
962         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
963         conversion.
964         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
965         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
966         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
967         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
968
969 2008-05-10  Bruno Haible  <bruno@clisp.org>
970
971         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
972         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
973
974         * modules/unilbrk/u32-width-linebreaks-tests: New file.
975         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
976
977         * modules/unilbrk/u16-width-linebreaks-tests: New file.
978         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
979
980         * modules/unilbrk/u8-width-linebreaks-tests: New file.
981         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
982
983         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
984         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
985
986         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
987         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
988
989         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
990         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
991
992         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
993         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
994
995 2008-05-10  Bruno Haible  <bruno@clisp.org>
996
997         Split up 'linebreak' module.
998         * lib/unilbrk.h: New file, based on lib/linebreak.h.
999         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
1000         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
1001         modifications.
1002         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
1003         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
1004         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
1005         lib/linebreak.c.
1006         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
1007         lib/linebreak.c.
1008         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
1009         lib/linebreak.c.
1010         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
1011         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
1012         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
1013         lib/linebreak.c.
1014         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
1015         lib/linebreak.c.
1016         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
1017         lib/linebreak.c.
1018         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
1019         lib/linebreak.c.
1020         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
1021         lib/linebreak.c.
1022         * modules/unilbrk/base: New file.
1023         * modules/unilbrk/tables: New file.
1024         * modules/unilbrk/u8-possible-linebreaks: New file.
1025         * modules/unilbrk/u16-possible-linebreaks: New file.
1026         * modules/unilbrk/u32-possible-linebreaks: New file.
1027         * modules/unilbrk/ulc-common: New file.
1028         * modules/unilbrk/ulc-possible-linebreaks: New file.
1029         * modules/unilbrk/u8-width-linebreaks: New file.
1030         * modules/unilbrk/u16-width-linebreaks: New file.
1031         * modules/unilbrk/u32-width-linebreaks: New file.
1032         * modules/unilbrk/ulc-width-linebreaks: New file.
1033         * lib/linebreak.h: Remove file.
1034         * lib/linebreak.c: Remove file.
1035         * m4/linebreak.m4: Remove file.
1036         * modules/linebreak: Remove file.
1037         * NEWS: Mention the changes.
1038
1039 2008-05-09  Eric Blake  <ebb9@byu.net>
1040
1041         Add xmemdup0.
1042         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
1043         implementation.
1044         * lib/xmalloc.c (xmemdup0): New C implementation.
1045
1046 2008-05-08  Bruno Haible  <bruno@clisp.org>
1047
1048         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
1049
1050 2008-05-07  Eric Blake  <ebb9@byu.net>
1051
1052         Support cross-compilation of <wctype.h>.
1053         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
1054         AC_CACHE_CHECK.
1055
1056 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
1057
1058         * build-aux/vc-list-files: Add support for bzr.
1059
1060 2008-05-03  Jim Meyering  <meyering@redhat.com>
1061
1062         avoid failed assertion with tight malloc
1063         * tests/test-getndelim2.c: Correct an off-by-one assertion.
1064
1065 2008-05-03  Simon Josefsson  <simon@josefsson.org>
1066
1067         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
1068         are needed from arpa/inet.h.
1069         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
1070         Reported by Bruno Haible.
1071
1072 2008-05-02  Jim Meyering  <meyering@redhat.com>
1073
1074         avoid compilation error on FreeBSD 6
1075         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
1076
1077 2008-05-01  Jim Meyering  <meyering@redhat.com>
1078
1079         useless-if-before-free: correct --help's exit status description
1080         * build-aux/useless-if-before-free (usage): Like grep, exit 0
1081         for one or more matches, etc.  Reported by Bruno Haible.
1082
1083         vc-list-files: make the stand-alone gnulib test work
1084         * modules/vc-list-files-tests (configure.ac):
1085         Define and AC_SUBST abs_aux_dir.
1086         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
1087         $(abs_top_srcdir) to each script and having each of them
1088         duplicate the work of setting PATH, set PATH here, using
1089         the new variable, abs_aux_dir instead.
1090         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
1091         * tests/test-vc-list-files-git.sh: Likewise.
1092         Reported by Bruno Haible.
1093
1094 2008-05-01  Bruno Haible  <bruno@clisp.org>
1095
1096         * lib/getndelim2.c (getndelim2): Fix newsize computation during
1097         reallocation. Rename 'done' to 'found_delimiter'.
1098
1099 2008-05-01  Jim Meyering  <meyering@redhat.com>
1100
1101         vc-list-files: accommodate /bin/sh like the one from Solaris 10
1102         * build-aux/vc-list-files: Use `...`, not $(...).
1103
1104 2008-04-30  Jim Meyering  <meyering@redhat.com>
1105
1106         add tests for vc-list-files
1107         * modules/vc-list-files-tests: New module.
1108         * tests/test-vc-list-files-cvs.sh: New file.
1109         * tests/test-vc-list-files-git.sh: New file.
1110
1111         avoid a warning from gcc
1112         * lib/getndelim2.c (IF_LINT): Define.
1113         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
1114
1115         vc-list-files: work properly with build-aux/cvsu, too
1116         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
1117         to all cvs-based clauses.
1118
1119         vc-list-files: work properly in the CVS+awk case, too
1120         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
1121
1122         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
1123         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
1124         take more than one file argument, so .  Add quotes, just in case $dir
1125         ever contains a shell meta-character.  Prompted by Soren Hansen in
1126         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
1127
1128 2008-04-29  Eric Blake  <ebb9@byu.net>
1129
1130         Optimize getndelim2 to use block operations when possible.
1131         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
1132         freadseek, and memchr2.
1133         * lib/getndelim2.c (getndelim2): Use them for block reads.
1134
1135 2008-04-29  Bruno Haible  <bruno@clisp.org>
1136
1137         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
1138         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1139         * modules/inet_ntop (Depends-on): Add extensions.
1140         * modules/inet_pton (Depends-on): Likewise.
1141         Reported by Simon Josefsson.
1142
1143 2008-04-29  Jim Meyering  <meyering@redhat.com>
1144
1145         When the is more than one match in a block, match all of them.
1146         * build-aux/useless-if-before-free: Iterate through each block
1147         until there are no more matches.
1148
1149         Fix broken useless-if-before-free script.
1150         * build-aux/useless-if-before-free: Fix typo: missing "?" after
1151         the expression to match cast of argument to free-like function.
1152
1153 2008-04-29  Eric Blake  <ebb9@byu.net>
1154
1155         Use new header.
1156         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
1157
1158 2008-04-29  Jim Meyering  <meyering@redhat.com>
1159
1160         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
1161         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
1162         by gnulib to exist and to declare e.g., inet_ntop.
1163         Don't include "inet_ntop.h", now removed.
1164
1165         * m4/arpa_inet_h.m4: Remove trailing blanks.
1166
1167 2008-04-29  Eric Blake  <ebb9@byu.net>
1168
1169         Silence valgrind on safe reads beyond potential array bounds.
1170         * lib/rawmemchr.valgrind: New file.
1171         * lib/strchrnul.valgrind: Likewise.
1172         * modules/rawmemchr (Files): Distribute new file.
1173         * modules/strchrnul (Files): Likewise.
1174         Suggested by Bruno Haible.
1175
1176 2008-04-29  Bruno Haible  <bruno@clisp.org>
1177
1178         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
1179         (inet_ntop, inet_pton): Change portability warning's wording.
1180         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
1181         Invoke gl_CHECK_NEXT_HEADERS.
1182         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
1183         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
1184         set ARPA_INET_H.
1185         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1186         * modules/arpa_inet (Description): No longer only for systems that
1187         lack it.
1188         (Depends-on): Add include_next.
1189         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
1190         HAVE_ARPA_INET_H.
1191
1192 2008-04-29  Jim Meyering  <meyering@redhat.com>
1193
1194         * modules/mkdir (License): Re-license as LGPLv2+.
1195
1196 2008-04-29  Bruno Haible  <bruno@clisp.org>
1197
1198         * modules/rawmemchr (Maintainer): Set to Eric.
1199         * modules/strchrnul (Maintainer): Likewise.
1200
1201 2008-04-29  Simon Josefsson  <simon@josefsson.org>
1202
1203         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
1204         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
1205
1206         * modules/arpa_inet (arpa/inet.h): Use them.
1207
1208 2008-04-28  Eric Blake  <ebb9@byu.net>
1209
1210         Test getndelim2.
1211         * modules/getndelim2-tests: New file.
1212         * tests/test-getndelim2.c: Likewise.
1213         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
1214         stream.
1215         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
1216
1217         * MODULES.html.sh: Document new module.
1218
1219 2008-04-20  Bruno Haible  <bruno@clisp.org>
1220
1221         * lib/c-stack.c (die): Use raise.
1222         * modules/c-stack (Depends-on): Add raise.
1223
1224 2008-04-28  Bruno Haible  <bruno@clisp.org>
1225
1226         Expect rpmatch to be declared.
1227         * lib/yesno.c (rpmatch): Remove declaration.
1228
1229         Declare rpmatch.
1230         * lib/stdlib.in.h (rpmatch): New declaration.
1231         * lib/rpmatch.c: Include <stdlib.h> first.
1232         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
1233         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
1234         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
1235         HAVE_RPMATCH.
1236         * modules/rpmatch (Depends-on): Add stdlib, extensions.
1237         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1238         (Include): Set to <stdlib.h>.
1239         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
1240         HAVE_RPMATCH.
1241         * NEWS: Document the change.
1242
1243 2008-04-28  Bruno Haible  <bruno@clisp.org>
1244
1245         Change rpmatch to use nl_langinfo when appropriate.
1246         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
1247         (N_): New macro.
1248         (localized_pattern): New function/macro.
1249         (try): Remove match, nomatch arguments. Copy the pattern into safe
1250         memory before caching it.
1251         (rpmatch): Use localized_pattern. Add translator comments.
1252         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
1253         Suggested by Eric Blake.
1254         * modules/rpmatch (Depends-on): Add stdbool.
1255
1256 2008-04-28  Eric Blake  <ebb9@byu.net>
1257
1258         Add rawmemchr module, matching glibc.
1259         * modules/string (Makefile.am): New indicator.
1260         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
1261         * lib/string.in.h (rawmemchr): Declare when appropriate.
1262         * modules/rawmemchr: New file.
1263         * m4/rawmemchr.m4: Likewise.
1264         * lib/rawmemchr.c: Likewise.
1265         * modules/rawmemchr-tests: Likewise.
1266         * tests/test-rawmemchr.c: Likewise.
1267         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
1268         module.
1269         * modules/strchrnul (Depends-on): Add rawmemchr.
1270         * lib/strchrnul.c (strchrnul): Optimize a corner case.
1271
1272         Whitespace cleanup.
1273         * tests/test-strchrnul.c: Reindent.
1274         * lib/strchrnul.c: Likewise.
1275
1276         Optimize and test strchrnul.
1277         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
1278         * modules/strchrnul-tests: New file.
1279         * tests/test-strchrnul.c: Likewise.
1280
1281         Remove intprops dependency.
1282         * modules/memchr (Depends-on): Remove intprops.
1283         * modules/memrchr (Depends-on): Likewise.
1284         * modules/memchr2 (Depends-on): Likewise.
1285         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
1286         * lib/memrchr.c (__memrchr): Likewise.
1287         * lib/memrchr2.c (memchr2): Likewise.
1288         Reported by Simon Josefsson.
1289
1290 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1291
1292         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
1293         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1294
1295 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1296
1297         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
1298
1299         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
1300
1301         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
1302
1303         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
1304         declarations.
1305         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
1306
1307         * m4/inet_pton.m4: Don't check for header files.
1308
1309         * m4/inet_ntop.m4: Don't check for header files.
1310
1311 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1312
1313         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
1314         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
1315         trigger for cygwin).
1316         Reported by Bruno Haible  <bruno@clisp.org>.
1317
1318 2008-04-28  Bruno Haible  <bruno@clisp.org>
1319
1320         * doc/posix-functions/strdup.texi: Mention mingw problem.
1321
1322 2008-04-27  Bruno Haible  <bruno@clisp.org>
1323
1324         * modules/stat-time-tests (Depends-on): Add sleep.
1325         * tests/test-stat-time.c (force_unlink): New function.
1326         (cleanup): Use it.
1327         (test_mtime): Remove the ctime related tests.
1328         (test_ctime): New function, containing the ctime related tests.
1329         (main): Call test_ctime, except on native Windows platforms.
1330
1331 2008-04-27  Bruno Haible  <bruno@clisp.org>
1332
1333         * lib/rpmatch.c (rpmatch): Add some comments.
1334         Reported by James Youngman <jay@gnu.org>.
1335
1336 2008-04-27  Bruno Haible  <bruno@clisp.org>
1337
1338         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
1339         quiet NaNs.
1340
1341 2008-04-27  Bruno Haible  <bruno@clisp.org>
1342
1343         Make test-yesno.sh work on mingw.
1344         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
1345         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
1346         (main): Set stdin to binary mode.
1347         * modules/yesno-tests (Depends-on): Add binary-io.
1348
1349 2008-04-27  Bruno Haible  <bruno@clisp.org>
1350
1351         Fix 'isfinite' on x86, x86_64, ia64 platforms.
1352         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
1353         argument that lie outside the IEEE 854 domain.
1354         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
1355         (gl_ISFINITE): Use it.
1356         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
1357
1358 2008-04-27  Bruno Haible  <bruno@clisp.org>
1359
1360         Allow local renaming in config.h.
1361         * lib/memrchr.c (memrchr): Don't undefine outside libc.
1362
1363 2008-04-27  Bruno Haible  <bruno@clisp.org>
1364
1365         * lib/memchr.c (__memchr): Change type of 'i'.
1366         * lib/memchr2.c (memchr2): Likewise.
1367
1368 2008-04-26  Eric Blake  <ebb9@byu.net>
1369         and Bruno Haible  <bruno@clisp.org>
1370
1371         Optimize and test memrchr.
1372         * modules/memrchr (Depends-on): Add intprops.
1373         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
1374         * modules/memrchr-tests: New file.
1375         * tests/test-memrchr.c: New file.
1376
1377 2008-04-26  Bruno Haible  <bruno@clisp.org>
1378
1379         Add tentative support for DragonFly BSD.
1380         * lib/stdio-impl.h: Add macros for DragonFly BSD.
1381         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
1382         fp.
1383         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1384         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
1385         * lib/fpurge.c (fpurge): Likewise.
1386         * lib/freadable.c (freaadable): Likewise.
1387         * lib/freadahead.c (freadahead): Likewise.
1388         * lib/freading.c (freading): Likewise.
1389         * lib/freadptr.c (freadptr): Likewise.
1390         * lib/freadseek.c (freadptrinc): Likewise.
1391         * lib/fseeko.c (fseeko): Likewise.
1392         * lib/fseterr.c (fseterr): Likewise.
1393         * lib/fwritable.c (fwritable): Likewise.
1394         * lib/fwriting.c (fwriting): Likewise.
1395
1396 2008-04-26  Bruno Haible  <bruno@clisp.org>
1397
1398         * lib/stdio-impl.h: New file.
1399         * lib/fbufmode.c: Include stdio-impl.h.
1400         (fbufmode): Use fp_, remove redundant #defines.
1401         * lib/fflush.c: Include stdio-impl.h.
1402         (clear_ungetc_buffer): Remove redundant #defines.
1403         * lib/fpurge.c: Include stdio-impl.h.
1404         (fpurge): Remove redundant #defines.
1405         * lib/freadable.c: Include stdio-impl.h.
1406         (freadable): Remove redundant #defines.
1407         * lib/freadahead.c: Include stdio-impl.h.
1408         (freadahead): Remove redundant #defines.
1409         * lib/freading.c: Include stdio-impl.h.
1410         (freading): Remove redundant #defines.
1411         * lib/freadptr.c: Include stdio-impl.h.
1412         (freadptr): Remove redundant #defines.
1413         * lib/freadseek.c: Include stdio-impl.h.
1414         (freadptrinc): Remove redundant #defines.
1415         * lib/fseeko.c: Include stdio-impl.h.
1416         (rpl_fseeko): Remove redundant #defines.
1417         * lib/fseterr.c: Include stdio-impl.h.
1418         (fseterr): Remove redundant #defines.
1419         * lib/fwritable.c: Include stdio-impl.h.
1420         (fwritable: Remove redundant #defines.
1421         * lib/fwriting.c: Include stdio-impl.h.
1422         (fwriting): Remove redundant #defines.
1423         * modules/fbufmode (Files): Add lib/stdio-impl.h.
1424         * modules/fflush (Files): Likewise.
1425         * modules/fpurge (Files): Likewise.
1426         * modules/freadable (Files): Likewise.
1427         * modules/freadahead (Files): Likewise.
1428         * modules/freading (Files): Likewise.
1429         * modules/freadptr (Files): Likewise.
1430         * modules/freadseek (Files): Likewise.
1431         * modules/fseeko (Files): Likewise.
1432         * modules/fseterr (Files): Likewise.
1433         * modules/fwritable (Files): Likewise.
1434         * modules/fwriting (Files): Likewise.
1435
1436 2008-04-26  Bruno Haible  <bruno@clisp.org>
1437
1438         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1439         restore_seek_optimization, update_fpos_cache): New functions, extracted
1440         from rpl_fflush.
1441         (rpl_fflush): Use them.
1442         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
1443         (gl_REPLACE_FFLUSH): Use it.
1444
1445 2008-04-26  Bruno Haible  <bruno@clisp.org>
1446
1447         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
1448         on Solaris.
1449         * tests/test-xstrtoimax.sh: Likewise.
1450         * tests/test-xstrtoumax.sh: Likewise.
1451         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1452
1453 2008-04-26  Bruno Haible  <bruno@clisp.org>
1454
1455         * modules/memchr-tests: New file.
1456         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
1457
1458 2008-04-26  Eric Blake  <ebb9@byu.net>
1459             Bruno Haible  <bruno@clisp.org>
1460
1461         * lib/memchr.c: Include intprops.h.
1462         (__memchr): Optimize parallel detection of matching bytes. Rename local
1463         variables. Add explanatory comments.
1464
1465 2008-04-26  Bruno Haible  <bruno@clisp.org>
1466
1467         Fix module 'memchr', broken since 2000-10-28.
1468         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
1469
1470 2008-04-26  Bruno Haible  <bruno@clisp.org>
1471
1472         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
1473         comments.
1474
1475 2008-04-25  Eric Blake  <ebb9@byu.net>
1476
1477         Use native fstatat on cygwin 1.7.0.
1478         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
1479         first.
1480
1481 2008-04-23  Eric Blake  <ebb9@byu.net>
1482
1483         Improve memchr2 performance.
1484         * lib/memchr2.c (memchr2): Further optimize parallel detection of
1485         NUL bytes.
1486         * modules/memchr2 (Depends-on): Use intprops.h.
1487
1488 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1489
1490         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
1491         an inline function instead of a CPP macro.  Patch by Ben Pfaff
1492         <blp@cs.stanford.edu>.
1493
1494 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1495
1496         * lib/arpa_inet.in.h: New file.
1497
1498         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
1499         (Makefile.am): Sed in substitute header file.
1500
1501         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
1502         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
1503
1504         * modules/inet_ntop (configure.ac): Use
1505         gl_ARPA_INET_MODULE_INDICATOR.
1506
1507         * modules/inet_pton (configure.ac): Use
1508         gl_ARPA_INET_MODULE_INDICATOR.
1509
1510 2008-04-22  Jim Meyering  <meyering@redhat.com>
1511
1512         * modules/verify (License): Re-license as LGPLv2+.
1513
1514 2008-04-22  Simon Josefsson  <simon@josefsson.org>
1515
1516         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
1517         parameter to void* as per POSIX standard (MinGW uses char*).
1518
1519 2008-04-21  Bruno Haible  <bruno@clisp.org>
1520
1521         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
1522         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
1523         Define to replacements if REPLACE_ISWCNTRL is 1.
1524         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
1525         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
1526         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
1527         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
1528         what it fixes.
1529         * doc/posix-functions/iswalpha.texi: Likewise.
1530         * doc/posix-functions/iswblank.texi: Likewise.
1531         * doc/posix-functions/iswcntrl.texi: Likewise.
1532         * doc/posix-functions/iswdigit.texi: Likewise.
1533         * doc/posix-functions/iswgraph.texi: Likewise.
1534         * doc/posix-functions/iswlower.texi: Likewise.
1535         * doc/posix-functions/iswprint.texi: Likewise.
1536         * doc/posix-functions/iswpunct.texi: Likewise.
1537         * doc/posix-functions/iswspace.texi: Likewise.
1538         * doc/posix-functions/iswupper.texi: Likewise.
1539         * doc/posix-functions/iswxdigit.texi: Likewise.
1540         Reported by Alain Guibert.
1541
1542 2008-04-21  Bruno Haible  <bruno@clisp.org>
1543
1544         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
1545         Patch by Alain Guibert.
1546
1547 2008-04-21  Bruno Haible  <bruno@clisp.org>
1548
1549         Fix test failures on mingw.
1550         * tests/test-xstrtol.c (print_no_progname): New function.
1551         (main): Install it in error_print_progname hook.
1552         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
1553         * tests/test-xstrtoimax.sh: Likewise.
1554         * tests/test-xstrtoumax.sh: Likewise.
1555
1556 2008-04-21  Bruno Haible  <bruno@clisp.org>
1557
1558         Fix test failure on mingw.
1559         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
1560
1561 2008-04-21  Bruno Haible  <bruno@clisp.org>
1562
1563         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
1564         Actually assign a value.
1565
1566 2008-04-20  Bruno Haible  <bruno@clisp.org>
1567
1568         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
1569         take 2.
1570         * lib/canonicalize.c (canonicalize_file_name): Elide if the
1571         'canonicalize-lgpl' module is also used.
1572         * lib/canonicalize-lgpl.c: Undo last change.
1573         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
1574
1575 2008-04-20  Bruno Haible  <bruno@clisp.org>
1576
1577         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
1578         config.h. Provide _mkdir based fallback for mingw.
1579         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
1580         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
1581         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
1582         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
1583         rather than defining mkdir in config.h.
1584         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
1585         (gl_SYS_STAT_H_DEFAULTS): New macro.
1586         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
1587         HAVE_IO_H any more.
1588         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
1589         HAVE_DECL_MKDIR and HAVE_IO_H.
1590
1591 2008-04-20  Bruno Haible  <bruno@clisp.org>
1592
1593         * lib/isapipe.c: Port to native Windows platforms.
1594
1595 2008-04-20  Bruno Haible  <bruno@clisp.org>
1596
1597         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
1598
1599 2008-04-21  Eric Blake  <ebb9@byu.net>
1600
1601         Work around preprocessors that don't handle UINTMAX_MAX.
1602         * lib/memchr2.c (memchr2): Avoid embedded #if.
1603         Reported by Alain Guibert, fix suggested by Bruno Haible.
1604
1605 2008-04-21  Simon Josefsson  <simon@josefsson.org>
1606
1607         * doc/posix-functions/strftime.texi (strftime): Explain better
1608         Windows incompatibility.  Suggested by Micah Cowan
1609         <micah@cowan.name>.
1610
1611 2008-04-20  Bruno Haible  <bruno@clisp.org>
1612
1613         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
1614         unistr/u8-mblen.
1615
1616 2008-04-20  Bruno Haible  <bruno@clisp.org>
1617
1618         Fix test failure on platforms with non-GNU iconv.
1619         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
1620         (U_TO_U8): Use it, rather than u16_to_u8.
1621         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
1622         units at the end of the input string.
1623         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
1624
1625 2008-04-20  Bruno Haible  <bruno@clisp.org>
1626
1627         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
1628         when the resulting length is 0.
1629         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
1630
1631 2008-04-20  Bruno Haible  <bruno@clisp.org>
1632
1633         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
1634         works.
1635         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
1636
1637 2008-04-20  Bruno Haible  <bruno@clisp.org>
1638
1639         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
1640         * modules/tsearch-tests (configure.ac): Test for initstate function.
1641
1642 2008-04-20  Bruno Haible  <bruno@clisp.org>
1643
1644         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
1645         for nlink_t if missing.
1646         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
1647
1648 2008-04-19  Bruno Haible  <bruno@clisp.org>
1649
1650         Work around snprintf bug on Linux libc5.
1651         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
1652         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1653         gl_SNPRINTF_SIZE1.
1654         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1655         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
1656         that test failed.
1657         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
1658         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
1659         * modules/snprintf (Files): Add m4/printf.m4.
1660         * modules/vsnprintf (Files): Likewise.
1661         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
1662         * doc/posix-functions/vsnprintf.texi: Likewise.
1663
1664 2008-04-19  Bruno Haible  <bruno@clisp.org>
1665
1666         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
1667         from 0.0058 to less than 10^-7.
1668
1669 2008-04-19  Bruno Haible  <bruno@clisp.org>
1670
1671         Fix rounding when a precision is given.
1672         * lib/vasnprintf.c (is_borderline): New function.
1673         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
1674         9...9x.
1675         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
1676         %e, %g.
1677         * tests/test-vasprintf-posix.c (test_function): Likewise.
1678         * tests/test-snprintf-posix.h (test_function): Likewise.
1679         * tests/test-sprintf-posix.h (test_function): Likewise.
1680         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
1681         * tests/test-printf-posix.h (test_function): Likewise.
1682         * tests/test-printf-posix.output: Update.
1683         Reported by John Darrington <john@darrington.wattle.id.au> via
1684         Ben Pfaff <blp@cs.stanford.edu>.
1685
1686 2008-04-18  Simon Josefsson  <simon@josefsson.org>
1687
1688         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
1689         Suggested by Bruno Haible <bruno@clisp.org>.
1690
1691 2008-04-17  Bruno Haible  <bruno@clisp.org>
1692
1693         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
1694         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
1695         implementation.
1696         Patch by Bruce Merry <bmerry@gmail.com>.
1697
1698 2008-04-17  Simon Josefsson  <simon@josefsson.org>
1699
1700         * doc/posix-functions/strftime.texi (strftime): Mention that %e
1701         doesn't work under Windows.
1702
1703 2008-04-16  Bruno Haible  <bruno@clisp.org>
1704
1705         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
1706         New macros.
1707         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
1708         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
1709         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
1710         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
1711         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
1712         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
1713         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
1714         macros.
1715         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
1716         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
1717         Northern Sotho, Uighur.
1718
1719 2008-04-16  Bruno Haible  <bruno@clisp.org>
1720
1721         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
1722         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
1723         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
1724         Reported by Daniel Bergström <daniel@octocode.com>.
1725
1726 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
1727             Bruno Haible  <bruno@clisp.org>
1728
1729         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
1730         function.
1731         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
1732         New functions, mostly extracted from gl_locale_name_default.
1733         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
1734
1735 2008-04-16  Eric Blake  <ebb9@byu.net>
1736
1737         Adjust strtod detection to catch glibc 2.7 bug.
1738         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
1739         Reported by John Gatewood Ham.
1740
1741 2008-04-16  Bruno Haible  <bruno@clisp.org>
1742
1743         Add tentative support for Linux libc5.
1744         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
1745         * lib/fpurge.c (fpurge): Likewise.
1746         * lib/freadable.c (freadable): Likewise.
1747         * lib/freadahead.c (freadahead): Likewise.
1748         * lib/freading.c (freading): Likewise.
1749         * lib/freadptr.c (freadptr): Likewise.
1750         * lib/freadseek.c (freadptrinc): Likewise.
1751         * lib/fseeko.c (rpl_fseeko): Likewise.
1752         * lib/fseterr.c (fseterr): Likewise.
1753         * lib/fwritable.c (fwritable): Likewise.
1754         * lib/fwriting.c (fwriting): Likewise.
1755         Reported by Alain Guibert <alguibert+bts@free.fr>.
1756
1757 2008-04-15  Bruno Haible  <bruno@clisp.org>
1758
1759         * modules/mathl (configure.ac): Define module indicator.
1760
1761 2008-04-15  Bruno Haible  <bruno@clisp.org>
1762
1763         * lib/logl.c (logl): Remove unused variables.
1764
1765 2008-04-15  Bruno Haible  <bruno@clisp.org>
1766
1767         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
1768         fails.
1769
1770 2008-04-15  Bruno Haible  <bruno@clisp.org>
1771
1772         * lib/trim.c (trim2): Fix argument of isspace() macro.
1773
1774 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
1775
1776         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
1777         to 0.
1778         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
1779
1780 2008-04-14  Bruno Haible  <bruno@clisp.org>
1781
1782         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
1783         AC_LANG_PROGRAM argument.
1784         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1785         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
1786         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1787         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1788         * m4/math_h.m4 (gl_MATH_H): Likewise.
1789         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
1790         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1791         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1792         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
1793         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
1794         * m4/regex.m4 (gl_REGEX): Likewise.
1795         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
1796         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
1797         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1798         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
1799         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1800         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1801         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1802         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1803
1804 2008-04-14  Jim Meyering  <meyering@redhat.com>
1805
1806         test-strtod: fix typos: s/abs/fabs/
1807         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
1808
1809 2008-04-13  Bruno Haible  <bruno@clisp.org>
1810
1811         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
1812         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
1813         module is also used and while not building the reloc-wrapper.
1814
1815 2008-04-13  Bruno Haible  <bruno@clisp.org>
1816
1817         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
1818
1819 2008-04-13  Bruno Haible  <bruno@clisp.org>
1820
1821         Fix AIX compilation failure introduced on 2008-04-02.
1822         * tests/test-frexp.c (exp): Undefine before redefining.
1823         * tests/test-frexpl.c (exp): Likewise.
1824
1825 2008-04-13  Bruno Haible  <bruno@clisp.org>
1826
1827         Work around a HP-UX stdio bug.
1828         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
1829         * tests/test-ftello.c (main): Likewise.
1830         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
1831         * doc/posix-functions/ftello.texi: Likewise.
1832
1833 2008-04-13  Bruno Haible  <bruno@clisp.org>
1834
1835         Make test-signbit pass on HP-UX/hppa.
1836         * tests/test-signbit.c (minus_zerol): New variable.
1837         (test_signbitl): Use it.
1838
1839 2008-04-13  Bruno Haible  <bruno@clisp.org>
1840
1841         Make truncl work on OSF/1 4.0.
1842         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
1843         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1844         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1845         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
1846         HAVE_DECL_TRUNCL.
1847         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
1848         HAVE_DECL_TRUNCL.
1849         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
1850
1851 2008-04-13  Bruno Haible  <bruno@clisp.org>
1852
1853         * lib/unictype.h: Remove trailing comma from enumeration definitions.
1854
1855 2008-04-13  Bruno Haible  <bruno@clisp.org>
1856
1857         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
1858         expression, so as to avoid HP-UX 11 cc compiler bug.
1859
1860 2008-04-13  Bruno Haible  <bruno@clisp.org>
1861
1862         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
1863
1864 2008-04-13  Bruno Haible  <bruno@clisp.org>
1865
1866         * lib/git-merge-changelog.c: Remove empty declaration outside of
1867         functions.
1868
1869 2008-04-13  Bruno Haible  <bruno@clisp.org>
1870
1871         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
1872
1873 2008-04-13  Bruno Haible  <bruno@clisp.org>
1874
1875         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
1876         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
1877         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
1878         also if it exists but lacks definitions of the SHUT_* macros.
1879         * modules/sys_socket (Description): Update.
1880         Reported by Elbert Pol <e.pol@chello.nl>.
1881
1882 2008-04-13  Bruno Haible  <bruno@clisp.org>
1883
1884         * lib/localcharset.c (OS2): Don't redefine if already defined.
1885         Reported by Elbert Pol <e.pol@chello.nl>.
1886
1887 2008-04-13  Bruno Haible  <bruno@clisp.org>
1888
1889         * lib/binary-io.h [__EMX__]: Include <io.h>.
1890         Reported by Elbert Pol <e.pol@chello.nl>.
1891
1892 2008-04-12  Bruno Haible  <bruno@clisp.org>
1893
1894         * lib/fpucw.h: Enable the definitions also for x86_64.
1895         Needed for NetBSD/x86_64.
1896         Reported by Thomas Klausner <tk@giga.or.at>.
1897
1898 2008-04-12  Bruno Haible  <bruno@clisp.org>
1899
1900         * tests/test-strtod.c: Include isnand.h.
1901         (main): Use isnand instead of isnan.
1902         Reported by Jim Meyering.
1903
1904 2008-04-12  Bruno Haible  <bruno@clisp.org>
1905
1906         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
1907         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1908
1909 2008-04-12  Jim Meyering  <meyering@redhat.com>
1910
1911         * m4/math_h.m4 (gl_MATH_H): Fix typos.
1912
1913 2008-04-12  Bruno Haible  <bruno@clisp.org>
1914
1915         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
1916         Reported by Elbert Pol <e.pol@chello.nl>.
1917
1918 2008-04-12  Eric Blake  <ebb9@byu.net>
1919
1920         Work around Solaris 10 math.h bug.
1921         * m4/math_h.m4 (gl_MATH_H): Check for bug.
1922         (gl_MATH_H_DEFAULTS): Set up default.
1923         * modules/math (Makefile.am): Replace new indicators.
1924         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
1925         * tests/test-math.c (main): Test this.
1926         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
1927         * doc/posix-headers/math.texi (math.h): Mention bug.
1928         Reported by Nelson H. F. Beebe and Jim Meyering.
1929
1930 2008-04-11  Bruno Haible  <bruno@clisp.org>
1931
1932         Adapt to future versions of Apple GCC.
1933         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
1934         Reported by Peter O'Gorman <peter@pogma.com>.
1935
1936 2008-04-11  Bruno Haible  <bruno@clisp.org>
1937
1938         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
1939
1940 2008-04-11  Bruno Haible  <bruno@clisp.org>
1941
1942         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
1943
1944         * modules/getaddrinfo-tests (Makefile.am): Define
1945         test_getaddrinfo_LDADD.
1946
1947 2008-04-11  Bruno Haible  <bruno@clisp.org>
1948
1949         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
1950         (init): Fix syntax error.
1951         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
1952         is declared.
1953
1954 2008-04-11  Bruno Haible  <bruno@clisp.org>
1955
1956         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
1957         * modules/glob (Depends-on): Add stdbool.
1958
1959 2008-04-11  Bruno Haible  <bruno@clisp.org>
1960
1961         * lib/trim.c: Include <string.h>.
1962
1963 2008-04-11  Eric Blake  <ebb9@byu.net>
1964
1965         Avoid compile failure on OS/2.
1966         * lib/regex_internal.h (internal_function): Disable optimization
1967         on OS/2 (__EMX__), where it caused compiler error.
1968         Reported by Elbert Pol.
1969
1970 2008-04-11  Bruno Haible  <bruno@clisp.org>
1971
1972         Flush the standard error stream before aborting. Needed on mingw.
1973         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
1974         * tests/test-array_list.c (ASSERT): Likewise.
1975         * tests/test-array_oset.c (ASSERT): Likewise.
1976         * tests/test-avltree_list.c (ASSERT): Likewise.
1977         * tests/test-avltree_oset.c (ASSERT): Likewise.
1978         * tests/test-avltreehash_list.c (ASSERT): Likewise.
1979         * tests/test-binary-io.c (ASSERT): Likewise.
1980         * tests/test-byteswap.c (ASSERT): Likewise.
1981         * tests/test-c-ctype.c (ASSERT): Likewise.
1982         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
1983         * tests/test-c-strcasestr.c (ASSERT): Likewise.
1984         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
1985         * tests/test-c-strstr.c (ASSERT): Likewise.
1986         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
1987         * tests/test-canonicalize.c (ASSERT): Likewise.
1988         * tests/test-carray_list.c (ASSERT): Likewise.
1989         * tests/test-ceilf1.c (ASSERT): Likewise.
1990         * tests/test-ceilf2.c (ASSERT): Likewise.
1991         * tests/test-ceill.c (ASSERT): Likewise.
1992         * tests/test-count-one-bits.c (ASSERT): Likewise.
1993         * tests/test-fbufmode.c (ASSERT): Likewise.
1994         * tests/test-fflush2.c (ASSERT): Likewise.
1995         * tests/test-floorf1.c (ASSERT): Likewise.
1996         * tests/test-floorf2.c (ASSERT): Likewise.
1997         * tests/test-floorl.c (ASSERT): Likewise.
1998         * tests/test-fopen.c (ASSERT): Likewise.
1999         * tests/test-fpending.c (ASSERT): Likewise.
2000         * tests/test-fprintf-posix.c (ASSERT): Likewise.
2001         * tests/test-fpurge.c (ASSERT): Likewise.
2002         * tests/test-freadable.c (ASSERT): Likewise.
2003         * tests/test-freadahead.c (ASSERT): Likewise.
2004         * tests/test-freading.c (ASSERT): Likewise.
2005         * tests/test-freadptr.c (ASSERT): Likewise.
2006         * tests/test-freadptr2.c (ASSERT): Likewise.
2007         * tests/test-freadseek.c (ASSERT): Likewise.
2008         * tests/test-freopen.c (ASSERT): Likewise.
2009         * tests/test-frexp.c (ASSERT): Likewise.
2010         * tests/test-frexpl.c (ASSERT): Likewise.
2011         * tests/test-fseek.c (ASSERT): Likewise.
2012         * tests/test-fseeko.c (ASSERT): Likewise.
2013         * tests/test-fstrcmp.c (ASSERT): Likewise.
2014         * tests/test-ftell.c (ASSERT): Likewise.
2015         * tests/test-ftello.c (ASSERT): Likewise.
2016         * tests/test-func.c (ASSERT): Likewise.
2017         * tests/test-fwritable.c (ASSERT): Likewise.
2018         * tests/test-fwriting.c (ASSERT): Likewise.
2019         * tests/test-getdelim.c (ASSERT): Likewise.
2020         * tests/test-getline.c (ASSERT): Likewise.
2021         * tests/test-i-ring.c (ASSERT): Likewise.
2022         * tests/test-iconv-utf.c (ASSERT): Likewise.
2023         * tests/test-iconv.c (ASSERT): Likewise.
2024         * tests/test-isfinite.c (ASSERT): Likewise.
2025         * tests/test-isnand.c (ASSERT): Likewise.
2026         * tests/test-isnanf.c (ASSERT): Likewise.
2027         * tests/test-isnanl.h (ASSERT): Likewise.
2028         * tests/test-ldexpl.c (ASSERT): Likewise.
2029         * tests/test-linked_list.c (ASSERT): Likewise.
2030         * tests/test-linkedhash_list.c (ASSERT): Likewise.
2031         * tests/test-localename.c (ASSERT): Likewise.
2032         * tests/test-lseek.c (ASSERT): Likewise.
2033         * tests/test-mbscasecmp.c (ASSERT): Likewise.
2034         * tests/test-mbscasestr1.c (ASSERT): Likewise.
2035         * tests/test-mbscasestr2.c (ASSERT): Likewise.
2036         * tests/test-mbscasestr3.c (ASSERT): Likewise.
2037         * tests/test-mbscasestr4.c (ASSERT): Likewise.
2038         * tests/test-mbschr.c (ASSERT): Likewise.
2039         * tests/test-mbscspn.c (ASSERT): Likewise.
2040         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
2041         * tests/test-mbspbrk.c (ASSERT): Likewise.
2042         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
2043         * tests/test-mbsrchr.c (ASSERT): Likewise.
2044         * tests/test-mbsspn.c (ASSERT): Likewise.
2045         * tests/test-mbsstr1.c (ASSERT): Likewise.
2046         * tests/test-mbsstr2.c (ASSERT): Likewise.
2047         * tests/test-mbsstr3.c (ASSERT): Likewise.
2048         * tests/test-memchr2.c (ASSERT): Likewise.
2049         * tests/test-memmem.c (ASSERT): Likewise.
2050         * tests/test-open.c (ASSERT): Likewise.
2051         * tests/test-printf-frexp.c (ASSERT): Likewise.
2052         * tests/test-printf-frexpl.c (ASSERT): Likewise.
2053         * tests/test-printf-posix.c (ASSERT): Likewise.
2054         * tests/test-quotearg.c (ASSERT): Likewise.
2055         * tests/test-rbtree_list.c (ASSERT): Likewise.
2056         * tests/test-rbtree_oset.c (ASSERT): Likewise.
2057         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
2058         * tests/test-round1.c (ASSERT): Likewise.
2059         * tests/test-roundf1.c (ASSERT): Likewise.
2060         * tests/test-roundl.c (ASSERT): Likewise.
2061         * tests/test-signbit.c (ASSERT): Likewise.
2062         * tests/test-sleep.c (ASSERT): Likewise.
2063         * tests/test-snprintf-posix.c (ASSERT): Likewise.
2064         * tests/test-snprintf.c (ASSERT): Likewise.
2065         * tests/test-sprintf-posix.c (ASSERT): Likewise.
2066         * tests/test-stat-time.c (ASSERT): Likewise.
2067         * tests/test-strcasestr.c (ASSERT): Likewise.
2068         * tests/test-strerror.c (ASSERT): Likewise.
2069         * tests/test-striconv.c (ASSERT): Likewise.
2070         * tests/test-striconveh.c (ASSERT): Likewise.
2071         * tests/test-striconveha.c (ASSERT): Likewise.
2072         * tests/test-strsignal.c (ASSERT): Likewise.
2073         * tests/test-strstr.c (ASSERT): Likewise.
2074         * tests/test-strtod.c (ASSERT): Likewise.
2075         * tests/test-trunc1.c (ASSERT): Likewise.
2076         * tests/test-trunc2.c (ASSERT): Likewise.
2077         * tests/test-truncf1.c (ASSERT): Likewise.
2078         * tests/test-truncf2.c (ASSERT): Likewise.
2079         * tests/test-truncl.c (ASSERT): Likewise.
2080         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
2081         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
2082         * tests/test-vasnprintf.c (ASSERT): Likewise.
2083         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
2084         * tests/test-vasprintf.c (ASSERT): Likewise.
2085         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
2086         * tests/test-vprintf-posix.c (ASSERT): Likewise.
2087         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
2088         * tests/test-vsnprintf.c (ASSERT): Likewise.
2089         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
2090         * tests/test-wcwidth.c (ASSERT): Likewise.
2091         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
2092         * tests/test-xprintf-posix.c (ASSERT): Likewise.
2093         * tests/test-xvasprintf.c (ASSERT): Likewise.
2094         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
2095         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
2096         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
2097         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
2098         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
2099         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
2100         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
2101         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
2102         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
2103         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
2104         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
2105         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
2106         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
2107         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
2108         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
2109         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
2110         * tests/unictype/test-block_list.c (ASSERT): Likewise.
2111         * tests/unictype/test-block_of.c (ASSERT): Likewise.
2112         * tests/unictype/test-block_test.c (ASSERT): Likewise.
2113         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
2114         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
2115         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
2116         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
2117         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
2118         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
2119         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
2120         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
2121         * tests/unictype/test-combining.c (ASSERT): Likewise.
2122         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
2123         * tests/unictype/test-digit.c (ASSERT): Likewise.
2124         * tests/unictype/test-mirror.c (ASSERT): Likewise.
2125         * tests/unictype/test-numeric.c (ASSERT): Likewise.
2126         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
2127         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
2128         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
2129         * tests/unictype/test-scripts.c (ASSERT): Likewise.
2130         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
2131         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
2132         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
2133         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
2134         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
2135         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
2136         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
2137         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
2138         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
2139         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
2140         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
2141         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
2142         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
2143         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
2144         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
2145         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
2146         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
2147         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
2148         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
2149         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
2150         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
2151         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
2152         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
2153         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
2154         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
2155         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
2156         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
2157         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
2158         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
2159         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
2160         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
2161         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
2162         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
2163         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
2164         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
2165         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
2166         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
2167         Reported by Eric Blake.
2168
2169 2008-04-11  Bruno Haible  <bruno@clisp.org>
2170
2171         * lib/wchar.in.h: Tweak comment.
2172
2173 2008-04-11  Bruno Haible  <bruno@clisp.org>
2174
2175         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
2176         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
2177         gl_COMMON.
2178         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
2179
2180 2008-04-11  Bruno Haible  <bruno@clisp.org>
2181
2182         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
2183
2184 2008-04-11  Simon Josefsson  <simon@josefsson.org>
2185
2186         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
2187         of attempting to use non-existing /dev/*random.  Based on patch
2188         from Adam Strzelecki <ono@java.pl> in
2189         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
2190
2191 2008-04-08  Bruno Haible  <bruno@clisp.org>
2192
2193         Add tentative support for emx+gcc.
2194         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
2195         * lib/fpurge.c (fpurge): Likewise.
2196         * lib/freadable.c (freadable): Likewise.
2197         * lib/freadahead.c (freadahead): Likewise.
2198         * lib/freading.c (freading): Likewise.
2199         * lib/freadptr.c (freadptr): Likewise.
2200         * lib/freadseek.c (freadptrinc): Likewise.
2201         * lib/fseeko.c (rpl_fseeko): Likewise.
2202         * lib/fseterr.c (fseterr): Likewise.
2203         * lib/fwritable.c (fwritable): Likewise.
2204         * lib/fwriting.c (fwriting): Likewise.
2205         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
2206
2207 2008-04-09  Eric Blake  <ebb9@byu.net>
2208
2209         Avoid some autoconf warnings.
2210         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
2211         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
2212         * m4/afs.m4 (gl_AFS): Likewise.
2213         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
2214         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
2215         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2216         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
2217         (gl_INTEGER_TYPE_SUFFIX): Likewise.
2218         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
2219         (AC_CHECK_DECLS_ONCE): Likewise.
2220         Rename file...
2221         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
2222         gnulib-tool requires autoconf 2.59 or better.
2223         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
2224
2225 2008-04-08  Eric Blake  <ebb9@byu.net>
2226
2227         Use 'git describe --match' if present (added in git 1.5.5).
2228         * build-aux/git-version-gen: Limit result to tags that match 'v*'
2229         if possible.
2230
2231 2008-04-08  Bruno Haible  <bruno@clisp.org>
2232
2233         Add tentative support for OpenServer.
2234         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
2235         _ptr, _cnt.
2236         * lib/fpurge.c (fpurge): Likewise.
2237         * lib/freadable.c (freadable): Likewise.
2238         * lib/freadahead.c (freadahead): Likewise.
2239         * lib/freading.c (freading): Likewise.
2240         * lib/freadptr.c (freadptr): Likewise.
2241         * lib/freadseek.c (freadptrinc): Likewise.
2242         * lib/fseeko.c (rpl_fseeko): Likewise.
2243         * lib/fseterr.c (fseterr): Likewise.
2244         * lib/fwritable.c (fwritable): Likewise.
2245         * lib/fwriting.c (fwriting): Likewise.
2246         Reported by Roger Cornelius <rac@tenzing.org> and
2247         Brian K. White <brian@aljex.com>.
2248
2249 2008-04-06  Jim Meyering  <meyering@redhat.com>
2250
2251         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
2252
2253 2008-04-06  Bruno Haible  <bruno@clisp.org>
2254
2255         Avoid possible error with non-ASCII bytes in UTF-8 locales.
2256         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
2257         * tests/test-printf-posix.sh: Likewise.
2258         * tests/test-vfprintf-posix.sh: Likewise.
2259         * tests/test-vprintf-posix.sh: Likewise.
2260         * tests/test-xprintf-posix.sh: Likewise.
2261
2262 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2263
2264         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
2265         hide error from 'ls', needed on OS/2.
2266         Report by Elbert Pol <elbert.pol@gmail.com>.
2267
2268 2008-04-04  Eric Blake  <ebb9@byu.net>
2269
2270         Make test-fseeko.c failures meaningful.
2271         * tests/test-fseeko.c: Print line number on failure.
2272         * tests/test-fseek.c: Likewise.
2273         Reported by Nelson H. F. Beebe.
2274
2275         Improve strtod bug detection check.
2276         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
2277         required for Solaris 10.
2278         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
2279
2280 2008-04-04  Bruno Haible  <bruno@clisp.org>
2281
2282         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
2283         by m4/setenv.m4.
2284
2285 2008-04-03  Eric Blake  <ebb9@byu.net>
2286
2287         Ensure sane .version contents.
2288         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
2289         version string.
2290         * build-aux/git-version-gen: Improve documentation.
2291
2292         Make GNU make output nicer.
2293         * top/GNUmakefile [!_have-Makefile]: Add dependency on
2294         MAKECMDGOALS to enforce message for all command line targets.  Set
2295         srcdir for use in maint.mk.
2296
2297         Another maintainer tweak.
2298         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
2299         a target that regenerates version.
2300
2301 2008-04-03  Jim Meyering  <meyering@redhat.com>
2302
2303         vc-list-files: don't cause coreutils "make po-check" failure
2304         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
2305
2306 2008-04-03  Eric Blake  <ebb9@byu.net>
2307
2308         Allow VPATH usage of vc-list-files.
2309         * build-aux/vc-list-files (scriptversion): Add timestamp.
2310         (options): Add --help, --version, -C.
2311         (CVS): Support installed cvsu.
2312
2313 2008-04-02  Bruno Haible  <bruno@clisp.org>
2314
2315         Avoid some "statement with no effect" warnings from gcc.
2316         * tests/test-wctype.c (main): Explicitly ignore unused values.
2317         Reported by Jim Meyering.
2318
2319 2008-04-02  Jim Meyering  <meyering@redhat.com>
2320
2321         Avoid some warnings from "gcc -Wshadow".
2322         * tests/test-frexp.c (exp): Define to a different identifier.
2323         * tests/test-frexpl.c (exp): Likewise.
2324
2325 2008-04-03  Jim Meyering  <meyering@redhat.com>
2326
2327         bootstrap: remove dangling *.[ch] symlinks from lib
2328         * build-aux/bootstrap [dangling symlink removal]: Move find's
2329         -depth option to precede all others, to avoid a warning.
2330         Remove *.[ch] files too, and from "$source_base" (usually lib/).
2331
2332 2008-04-02  Bruno Haible  <bruno@clisp.org>
2333
2334         Avoid some warnings from "gcc -Wshadow".
2335         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
2336         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
2337         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
2338         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
2339         Reported by Jim Meyering.
2340
2341 2008-04-01  Bruno Haible  <bruno@clisp.org>
2342
2343         Fix test to work on IRIX 6.5 with cc.
2344         * tests/test-math.c (numeric_equal): New function.
2345         (main): Use it.
2346
2347 2008-04-01  Bruno Haible  <bruno@clisp.org>
2348
2349         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
2350
2351 2008-04-01  Bruno Haible  <bruno@clisp.org>
2352
2353         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
2354         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2355         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
2356         (Depends-on): Remove math.
2357
2358         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
2359         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2360         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
2361         (Depends-on): Remove math.
2362
2363         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
2364         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2365         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
2366         (Depends-on): Remove math.
2367         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
2368         (Depends-on): Remove math.
2369
2370         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
2371         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2372         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
2373         (Depends-on): Remove math.
2374         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
2375         (Depends-on): Remove math.
2376
2377         * tests/test-round1.c: Include nan.h.
2378         (main): Use NaNd instead of NAN.
2379         * modules/round-tests (Files): Add tests/nan.h.
2380
2381         * tests/test-trunc1.c: Include nan.h.
2382         (main): Use NaNd instead of NAN.
2383         * modules/trunc-tests (Files): Add tests/nan.h.
2384
2385         * tests/test-roundf1.c: Include nan.h.
2386         (main): Use NaNf instead of NAN.
2387         * modules/roundf-tests (Files): Add tests/nan.h.
2388
2389         * tests/test-truncf1.c: Include nan.h.
2390         (main): Use NaNf instead of NAN.
2391         * modules/truncf-tests (Files): Add tests/nan.h.
2392
2393         * tests/test-ceilf1.c: Include nan.h.
2394         (main): Use NaNf instead of NAN.
2395         * modules/ceilf-tests (Files): Add tests/nan.h.
2396
2397         * tests/test-floorf1.c: Include nan.h.
2398         (main): Use NaNf instead of NAN.
2399         * modules/floorf-tests (Files): Add tests/nan.h.
2400
2401         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
2402         (main): Use NaNf instead of NAN.
2403         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
2404
2405         * tests/test-isnand.c: Include nan.h instead of <math.h>.
2406         (main): Use NaNd instead of NAN.
2407         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
2408
2409         * tests/test-frexp.c: Include nan.h.
2410         (main): Use NaNd instead of NAN.
2411         * modules/frexp-tests (Files): Add tests/nan.h.
2412
2413         * lib/isnan.c: Don't include <math.h>.
2414         (FUNC): Don't use NAN macro.
2415         * modules/isnand-nolibm (Depends-on): Remove math.
2416         * modules/isnanf-nolibm (Depends-on): Remove math.
2417         * modules/isnanl (Depends-on): Remove math.
2418         * modules/isnanl-nolibm (Depends-on): Remove math.
2419
2420         * tests/nan.h: New file.
2421
2422 2008-04-01  Eric Blake  <ebb9@byu.net>
2423
2424         Fix typos.
2425         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
2426         values to be the right type.
2427
2428         For now, cater to gnulib strtod inaccuracies.
2429         * tests/test-strtod.c (main): Allow 1-ulp error on expected
2430         fractional results.  While not as nice from a QoI perspective, it
2431         is a quicker patch than correctly implementing decimal to binary
2432         rounding.
2433
2434 2008-03-31  Eric Blake  <ebb9@byu.net>
2435
2436         Guarantee a definition of NAN.
2437         * lib/math.in.h (NAN): Define if missing.
2438         * tests/test-math.c (main): Test it.
2439         * doc/posix-headers/math.texi (math.h): Document this.
2440         * lib/isnan.c (rpl_isnand): Use it.
2441         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
2442         * tests/test-floorf1.c (NaN): Likewise.
2443         * tests/test-frexp.c (NaN): Likewise.
2444         * tests/test-isnand.c (NaN): Likewise.
2445         * tests/test-isnanf.c (NaN): Likewise.
2446         * tests/test-round1.c (NaN): Likewise.
2447         * tests/test-roundf1.c (NaN): Likewise.
2448         * tests/test-snprintf-posix.h (NaN): Likewise.
2449         * tests/test-sprintf-posix.h (NaN): Likewise.
2450         * tests/test-trunc1.c (NaN): Likewise.
2451         * tests/test-truncf1.c (NaN): Likewise.
2452         * tests/test-vasnprintf-posix.c (NaN): Likewise.
2453         * tests/test-vasprintf-posix.c (NaN): Likewise.
2454         * modules/isnand-nolibm (Depends-on): Add math.
2455         * modules/isnanf-nolibm (Depends-on): Likewise.
2456         * modules/isnanl (Depends-on): Likewise.
2457         * modules/isnanl-nolibm (Depends-on): Likewise.
2458         * modules/snprintf-posix-tests (Depends-on): Likewise.
2459         * modules/sprintf-posix-tests (Depends-on): Likewise.
2460         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
2461         * modules/vsprintf-posix-tests (Depends-on): Likewise.
2462         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
2463         * modules/vasprintf-posix-tests (Depends-on): Likewise.
2464
2465 2008-03-31  Bruno Haible  <bruno@clisp.org>
2466
2467         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
2468         * doc/posix-functions/strtod.texi: Likewise.
2469
2470 2008-03-31  Bruno Haible  <bruno@clisp.org>
2471
2472         * tests/test-strtod.c (main): Don't use C99 syntax.
2473
2474 2008-03-31  Bruno Haible  <bruno@clisp.org>
2475
2476         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
2477         Reported by Eric Blake.
2478
2479 2008-03-31  Jim Meyering  <meyering@redhat.com>
2480
2481         Don't compare actual signbit return values.
2482         * tests/test-strtod.c (main): Rather, compare only their
2483         zero/non-zero nature.
2484
2485 2008-03-31  Eric Blake  <ebb9@byu.net>
2486
2487         More strtod documentation.
2488         * doc/posix-functions/strtod.texi (strtod): Interpret more test
2489         failures as distinct bugs.
2490
2491 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2492
2493         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
2494         Problem reported by Erik Benada in
2495         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
2496
2497 2008-03-30  Bruno Haible  <bruno@clisp.org>
2498
2499         * tests/test-strtod.c: Add comments about which assertion fails on which
2500         platform.
2501         * doc/posix-functions/strtod.texi: Add info about many more platforms.
2502
2503 2008-03-30  Eric Blake  <ebb9@byu.net>
2504
2505         Test signbit behavior on zeros.
2506         * tests/test-signbit.c (test_signbitf): Add tests for zero.
2507         (test_signbitd, test_signbitl): Likewise.
2508
2509         More strtod touchups.
2510         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
2511         sign of negative underflow, for now.  Use .5, not .1.
2512         * doc/posix-functions/strtod.texi (strtod): Mention these
2513         limitations.
2514         Reported by Jim Meyering.
2515
2516 2008-03-30  Bruno Haible  <bruno@clisp.org>
2517
2518         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
2519         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
2520
2521 2008-03-30  Bruno Haible  <bruno@clisp.org>
2522
2523         Avoid failure when attempting to return empty iconv results on some
2524         platforms.
2525         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
2526         allocation, don't report ENOMEM when the resulting string is empty.
2527
2528 2008-03-30  Bruno Haible  <bruno@clisp.org>
2529
2530         Fix buffer overrun.
2531         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
2532         Don't consider the width for tmp_length. Check count against tmp_length
2533         before doing the padding. Ensure enough allocation during padding.
2534
2535 2008-03-30  Eric Blake  <ebb9@byu.net>
2536
2537         strtod touchups.
2538         * lib/strtod.c (strtod): Avoid compiler warnings.
2539         Reported by Jim Meyering.
2540
2541 2008-03-30  Bruno Haible  <bruno@clisp.org>
2542
2543         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
2544         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
2545         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
2546         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
2547         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
2548         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
2549         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
2550         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
2551
2552         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
2553         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
2554         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
2555         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
2556         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
2557         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
2558         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
2559         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
2560
2561         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
2562         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
2563         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
2564         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
2565         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
2566         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
2567         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
2568         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
2569
2570         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
2571         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
2572
2573         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
2574         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
2575
2576         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
2577         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
2578
2579         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
2580         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
2581         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
2582
2583         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
2584         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
2585         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
2586
2587         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
2588         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
2589         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
2590
2591         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
2592         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
2593         * modules/vasprintf (Depends-on): Add EOVERFLOW.
2594
2595         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
2596         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
2597         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
2598         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
2599         (Depends-on): Add EOVERFLOW.
2600         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
2601         (Depends-on): Add EOVERFLOW.
2602         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2603         (Depends-on): Add EOVERFLOW.
2604         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2605         (Depends-on): Add EOVERFLOW.
2606         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2607         (Depends-on): Add EOVERFLOW.
2608         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2609         (Depends-on): Add EOVERFLOW.
2610         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2611         (Depends-on): Add EOVERFLOW.
2612         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2613         (Depends-on): Add EOVERFLOW.
2614
2615         * lib/sprintf.c (EOVERFLOW): Remove fallback.
2616         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
2617         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
2618
2619         * lib/snprintf.c (EOVERFLOW): Remove fallback.
2620         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
2621         * modules/snprintf (Depends-on): Add EOVERFLOW.
2622
2623         * lib/poll.c (EOVERFLOW): Remove fallback.
2624         * modules/poll (Depends-on): Add EOVERFLOW.
2625
2626         * lib/getugroups.c (EOVERFLOW): Remove fallback.
2627         * modules/getugroups (Depends-on): Add EOVERFLOW.
2628
2629         * lib/getdelim.c (EOVERFLOW): Remove fallback.
2630         * modules/getdelim (Depends-on): Add EOVERFLOW.
2631
2632         * lib/ftell.c (EOVERFLOW): Remove fallback.
2633         * modules/ftell (Depends-on): Add EOVERFLOW.
2634
2635         * lib/fprintf.c (EOVERFLOW): Remove fallback.
2636         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
2637         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
2638
2639         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
2640
2641         * modules/EOVERFLOW-tests: New file.
2642         * tests/test-EOVERFLOW.c: New file.
2643
2644         * modules/EOVERFLOW: New file.
2645         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
2646
2647 2008-03-30  Bruno Haible  <bruno@clisp.org>
2648
2649         Fix bug introduced on 2007-06-10.
2650         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
2651         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
2652
2653 2008-03-30  Bruno Haible  <bruno@clisp.org>
2654
2655         Improve freadseek's efficiency after ungetc.
2656         * lib/freadseek.c: Include freadahead.h.
2657         (freadptrinc): New function, extracted from freadseek.
2658         (freadseek): Use it in a loop. Use freadahead to determine the number
2659         of loop iterations.
2660         * modules/freadseek (Depends-on): Add freadahead.
2661         (configure.ac): Require AC_C_INLINE.
2662
2663 2008-03-30  Bruno Haible  <bruno@clisp.org>
2664
2665         * lib/freadseek.c (freadseek): Don't ignore the return value of
2666         freadptr.
2667
2668 2008-03-29  Eric Blake  <ebb9@byu.net>
2669
2670         Add hex float support.
2671         * modules/strtod (Depends-on): Add c-ctype.
2672         (Link): Mention POW_LIB.
2673         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
2674         whitespace between 'e' and exponent.
2675         * tests/test-strtod.c (main): Enable hex float tests.
2676         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
2677         now provides.
2678
2679         Document various strtod bugs, with some fixes.
2680         * doc/posix-functions/strtod.texi (strtod): Document bugs with
2681         "-0x", "inf", "nan", and hex constants.
2682         * doc/posix-functions/atof.texi (atof): Likewise.
2683         * modules/stdlib (Makefile.am): Support strtod.
2684         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
2685         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
2686         detect additional strtod bugs.
2687         * lib/stdlib.in.h (rpl_strtod): Add declarations.
2688         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
2689         bool where appropriate.  Parse 'inf' and 'nan'.
2690         * tests/test-strtod.c: New file.
2691         * modules/strtod (Depends-on): Add stdbool, stdlib.
2692         (configure.ac): Turn on module indicator.
2693         * modules/strtod-tests: New module.
2694
2695 2008-03-29  Eric Blake  <ebb9@byu.net>
2696
2697         Fix ftell on mingw.
2698         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
2699         * modules/ftell-tests (Depends-on): Add binary-io.
2700         * modules/ftello-tests (Depends-on): Likewise.
2701         * tests/test-ftell.c (main): Enhance test to cover behavior after
2702         ungetc.  Enforce binary mode.
2703         * tests/test-ftello.c (main): Likewise.
2704
2705         Pass test-freadseek on cygwin.
2706         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
2707         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
2708         ungetc buffer.
2709
2710         * tests/test-fflush2.c (main): Fix typo.
2711
2712 2008-03-29  Bruno Haible  <bruno@clisp.org>
2713
2714         * tests/test-fflush2.c (main): Temporarily disable the contents of
2715         this test.
2716         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
2717         Reported by Eric Blake.
2718
2719 2008-03-28  Simon Josefsson  <simon@josefsson.org>
2720
2721         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
2722         (GC_SHA224_DIGEST_SIZE): Add.
2723
2724         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
2725         (gc_hash_digest_length): Likewise.
2726         (gc_hash_buffer): Likewise.
2727
2728 2008-03-25  Bruno Haible  <bruno@clisp.org>
2729
2730         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
2731         detail which gettext release to use.
2732         Reported by Simon Josefsson.
2733
2734 2008-03-26  Jim Meyering  <meyering@redhat.com>
2735
2736         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
2737         * modules/gnumakefile (clean-GNUmakefile): Also, use
2738         test ... && ... || : syntax rather than if-then ... fi.
2739
2740         gnumakefile: Don't double-quote-expand $(VPATH) value.
2741         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
2742
2743 2008-03-24  Eric Blake  <ebb9@byu.net>
2744
2745         Alter GNUmakefile to install into top directory.
2746         * modules/maintainer-makefile: Split, and add dependency...
2747         * modules/gnumakefile: to this new module.
2748         * build-aux/GNUmakefile: Move...
2749         * top/GNUmakefile: ...here.
2750         * build-aux/maint.mk: Move...
2751         * top/maint.mk: ...here.
2752         * MODULES.html.sh (Support for maintaining...): Document new
2753         module.
2754
2755 2008-03-23  Bruno Haible  <bruno@clisp.org>
2756
2757         * gnulib-tool: New options --vc-files, --no-vc-files.
2758         (func_usage): Document them.
2759         (vc_files): New variable.
2760         (func_import): Consider vc_files.
2761         (func_create_testdir): Set vc_files to empty.
2762         Suggested by Jim Meyering and Karl Berry.
2763
2764 2008-03-23  Bruno Haible  <bruno@clisp.org>
2765
2766         Fix regex compilation error on HP-UX 11.
2767         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
2768         * modules/regex (Files): Add m4/mbstate_t.m4.
2769         Reported by Ton Voon <ton.voon@altinity.com>.
2770
2771 2008-03-23  Bruno Haible  <bruno@clisp.org>
2772
2773         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
2774
2775 2008-03-23  Eric Blake  <ebb9@byu.net>
2776             Bruno Haible  <bruno@clisp.org>
2777
2778         Install files from top/ in the destination directory.
2779         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2780         augmentation also for the files from top/.
2781         (func_import, func_create_testdir): Rewrite file names:
2782         top/filename -> filename.
2783
2784 2008-03-23  Bruno Haible  <bruno@clisp.org>
2785
2786         Tweak "gnulib --version" output.
2787         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
2788
2789 2008-03-23  Bruno Haible  <bruno@clisp.org>
2790
2791         Tweak "gnulib --version" output.
2792         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
2793         rather than contents of ChangeLog, when possible.
2794
2795 2008-03-21  Eric Blake  <ebb9@byu.net>
2796
2797         More --version tweaks.
2798         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
2799         date of last ChangeLog entry.
2800
2801 2008-03-21  Jim Meyering  <meyering@redhat.com>
2802
2803         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
2804
2805 2008-03-20  Eric Blake  <ebb9@byu.net>
2806
2807         VPATH fix.
2808         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
2809
2810 2008-03-20  Simon Josefsson  <simon@josefsson.org>
2811
2812         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
2813         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
2814
2815 2008-03-20  Eric Blake  <ebb9@byu.net>
2816
2817         Sync GNUmakefile with coreutils.
2818         * build-aux/GNUmakefile (have-Makefile): Rename...
2819         (_have-Makefile): ...to this, for namespace consideration.
2820         (GNUmakefile.cfg): Include, if present.
2821         (_autoreconf): Define a default.
2822         (_is-dist-target): New rule for rebuilds to pick up intra-release
2823         version.
2824         (maint-cfg.mk): Rename...
2825         (cfg.mk): ...to this.
2826
2827 2008-03-18  Jim Meyering  <meyering@redhat.com>
2828
2829         New script and module: mktempd
2830         * MODULES.html.sh (maint+release support): Add mktempd.
2831         * build-aux/mktempd: New file.
2832         * modules/mktempd: New file.
2833
2834 2008-03-15  Jim Meyering  <meyering@redhat.com>
2835
2836         Undo last change.
2837         * lib/sha1.c, lib/md5.c: 63 != ~63.
2838         Reported by Andreas Schwab.
2839
2840         sha1.c, md5.c: Hoist a redundant expression.
2841         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
2842         "ctx->buflen" only once, before calling *_process_block.
2843         * lib/md5.c (md5_process_bytes): Likewise.
2844
2845 2008-03-14  Eric Blake  <ebb9@byu.net>
2846
2847         Bump copyright year in files generated by gnulib-tool.
2848         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
2849         gnulib-tool, rather than hard-coding it.
2850
2851         Fix 'gnulib-tool --version' output to work with git.
2852         * gnulib-tool (func_gnulib_dir): New function, extracted from...
2853         (startup): ...here.
2854         (func_version): Use it to invoke git-version-gen, rather than
2855         relying on CVS keyword expansion.  Modernize wording.
2856         (cvsdatestamp, last_checkin_date, version): Kill unused
2857         variables.
2858
2859 2008-03-12  Jim Meyering  <meyering@redhat.com>
2860
2861         Recognize optional cast of the argument to free.
2862         * build-aux/useless-if-before-free: Update regexps.
2863
2864         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
2865
2866 2008-03-11  Bruno Haible  <bruno@clisp.org>
2867
2868         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
2869         by a single package.
2870         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
2871         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
2872         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
2873         Reported by Sam Steingold <sds@gnu.org>.
2874
2875 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2876
2877         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
2878         repositories.
2879
2880 2008-03-11  Bruno Haible  <bruno@clisp.org>
2881
2882         Avoid conflicts between local macro definitions.
2883         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2884         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
2885
2886 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
2887             Bruno Haible  <bruno@clisp.org>
2888
2889         Make va_copy work with some version of xlc on AIX 5.1.
2890         * lib/stdarg.in.h: New file.
2891         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
2892         On AIX, use a <stdarg.h> file substitute.
2893         * modules/stdarg (Files): Add lib/stdarg.in.h.
2894         (Depends-on): Add include_next.
2895         (Makefile.am): Build a stdarg.h substitute if requested.
2896         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
2897
2898 2008-03-10  Bruno Haible  <bruno@clisp.org>
2899
2900         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
2901         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2902         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2903
2904 2008-03-10  Bruno Haible  <bruno@clisp.org>
2905
2906         * modules/stdlib (Depends-on): Add include_next, remove
2907         absolute-header.
2908
2909 2008-03-09  Bruno Haible  <bruno@clisp.org>
2910
2911         * lib/freadahead.h (freadahead): Document more precisely.
2912         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
2913         the sum of both buffer sizes.
2914         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
2915         * NEWS: Document the change.
2916
2917 2008-03-09  Bruno Haible  <bruno@clisp.org>
2918
2919         Extend freadptr to return also the buffer size.
2920         * lib/freadptr.h (freadptr): Add sizep argument.
2921         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
2922         (freadptr): Add sizep argument. Determine buffer size like freadahead
2923         does.
2924         * tests/test-freadptr.c: Don't include freadahead.h.
2925         (main): Adapt for new calling convention of freadptr.
2926         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
2927         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
2928         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
2929         tests/test-freadptr2.sh.
2930         (Depends): Remove freadahead.
2931         (TESTS): Add test-freadptr2.sh.
2932         (check_PROGRAMS): Add test-freadptr2.
2933
2934 2008-03-09  Bruno Haible  <bruno@clisp.org>
2935
2936         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
2937         Report and solution by Simon Josefsson.
2938
2939 2008-03-06  Bruno Haible  <bruno@clisp.org>
2940
2941         Make fflush after ungetc work on BSD platforms.
2942         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
2943         * tests/test-fflush2.c: New file.
2944         * tests/test-fflush2.sh: New file.
2945         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
2946         tests/test-fflush2.c.
2947         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
2948         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
2949
2950 2008-03-06  Eric Blake  <ebb9@byu.net>
2951
2952         Likewise for ftello.
2953         * modules/ftello (Dependencies): Add extensions.
2954         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
2955
2956 2008-03-06  Bruno Haible  <bruno@clisp.org>
2957
2958         * modules/fseeko (Dependencies): Add extensions.
2959         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
2960         Needed on glibc systems.
2961
2962 2008-03-06  Bruno Haible  <bruno@clisp.org>
2963
2964         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
2965         email address.
2966         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2967
2968 2008-03-06  Bruno Haible  <bruno@clisp.org>
2969
2970         * users.txt: Add libgnupdf.
2971
2972 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2973
2974         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
2975         (Header File Substitutes, Function Substitutes,
2976         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
2977         (Build robot for gnulib): Fix typo.
2978
2979 2008-03-06  Bruno Haible  <bruno@clisp.org>
2980
2981         * doc/gnulib-tool.texi (VCS Issues): Small updates.
2982         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2983
2984 2008-03-06  Bruno Haible  <bruno@clisp.org>
2985
2986         * doc/func.texi: New file, extracted from doc/gnulib.texi.
2987         * doc/gnulib.texi: Include it.
2988
2989 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2990
2991         * modules/func (License): Change license to unlimited; there was
2992         no LGPL parts in the module anyway.
2993
2994 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2995
2996         * modules/__func__: Renamed to modules/func.
2997         * modules/__func__-tests: Renamed to modules/func-tests.
2998         * tests/test-__func__.c: Renamed to tests/test-func.c.
2999         * m4/__func__.m4: Renamed to m4/func.m4.
3000         * doc/gnulib.texi (__func__): Section renamed to func.
3001         Suggested by Eric Blake <ebb9@byu.net>.
3002
3003 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3004
3005         * doc/gnulib.texi (__func__): Use C99 terminology when talking
3006         about __func__.  Make example self-contained.  Suggested by Eric
3007         Blake <ebb9@byu.net>.
3008
3009         * tests/test-__func__.c (main): Avoid extraneous () around __func.
3010         Suggested by Eric Blake <ebb9@byu.net>.
3011
3012 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3013
3014         * modules/__func__: New file.
3015         * modules/__func__-tests: New file.
3016         * tests/test-__func__.c: New file.
3017         * m4/__func__.m4: New file.
3018         * doc/gnulib.texi (__func__): Document __func__ module.
3019
3020 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3021
3022         * modules/byteswap (License): Re-license as LGPLv2+.
3023
3024 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3025
3026         * doc/Makefile: Add pdf target.
3027
3028 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3029
3030         * modules/inline (License): Use 'unlimited', since there are only
3031         *.m4 files in this module.
3032
3033 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3034             Bruno Haible  <bruno@clisp.org>
3035
3036         Add support for HP C 7.1 on OpenVMS 8.3.
3037         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
3038
3039 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3040
3041         Update VMS specifics.
3042         * lib/getopt.c [VMS]: Remove include of unixlib.h.
3043
3044 2008-03-02  Jim Meyering  <meyering@redhat.com>
3045
3046         Remove the last dependency on the "free" module.
3047         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
3048         Reported by Bob Proulx.
3049
3050         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
3051
3052         Remove useless "if" tests before free.  Deprecate "free" module.
3053         * doc/posix-functions/free.texi: Mention that this
3054         module is no longer useful.
3055         * modules/free (Notice): Say this module is obsolete.
3056         * modules/readutmp (Depends-on): Remove free.
3057         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
3058         * lib/putenv.c (putenv): Likewise.
3059         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
3060         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
3061         * tests/test-c-strcasestr.c (main): Likewise.
3062         * tests/test-c-strstr.c (main): Likewise.
3063         * tests/test-mbscasestr1.c (main): Likewise.
3064         * tests/test-mbscasestr2.c (main): Likewise.
3065         * tests/test-mbsstr1.c (main): Likewise.
3066         * tests/test-mbsstr2.c (main): Likewise.
3067         * tests/test-memmem.c (main): Likewise.
3068         * tests/test-strcasestr.c (main): Likewise.
3069         * tests/test-striconv.c (main): Likewise.
3070         * tests/test-striconveh.c (main): Likewise.
3071         * tests/test-striconveha.c (main): Likewise.
3072         * tests/test-strstr.c (main): Likewise.
3073
3074         * build-aux/git-version-gen: Adjust a comment and the Usage string.
3075
3076         bootstrap: sync from coreutils again
3077         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
3078
3079 2008-03-01  Jim Meyering  <meyering@redhat.com>
3080
3081         bootstrap: sync from coreutils
3082         * build-aux/bootstrap (update_po_files): Copy a .po file into place
3083         also when the target doesn't exist.
3084
3085 2008-03-01  Eric Blake  <ebb9@byu.net>
3086
3087         Fix bugs in last patch.
3088         * lib/memchr2.c (memchr2): Fix typo.
3089         * tests/test-memchr2.c: Test previous bug, and don't use GNU
3090         extension.
3091         Reported by Bruce Korb.
3092
3093         New module 'memchr2'.
3094         * modules/memchr2: New file.
3095         * modules/memchr2-tests: Likewise.
3096         * lib/memchr2.h: Likewise.
3097         * lib/memchr2.c: Likewise, based on memchr.c.
3098         * tests/test-memchr2.c: New test.
3099         * MODULES.html.sh (String handling): Add memchr2.
3100
3101 2008-02-29  Bruno Haible  <bruno@clisp.org>
3102
3103         * modules/freadseek-tests: New file.
3104         * tests/test-freadseek.sh: New file.
3105         * tests/test-freadseek.c: New file.
3106
3107         New module 'freadseek'.
3108         * modules/freadseek: New file.
3109         * lib/freadseek.h: New file.
3110         * lib/freadseek.c: New file.
3111         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
3112
3113 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3114
3115         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
3116         wydawca.
3117
3118         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
3119         program_invocation_name and program_invocation_short_name are
3120         present.
3121
3122 2008-02-28  Bruno Haible  <bruno@clisp.org>
3123
3124         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
3125         * tests/test-freadptr.sh: Also test non-seekable stdin.
3126
3127 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
3128
3129         * build-aux/bootstrap (source_base, m4_base)
3130         (doc_base, tests_base): New variables.
3131         (gnulib_tool_options): Do not hardcode base directories, use
3132         the above variables instead.
3133
3134 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
3135
3136         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
3137
3138 2008-02-28  Bruno Haible  <bruno@clisp.org>
3139
3140         * modules/freadptr-tests: New file.
3141         * tests/test-freadptr.sh: New file.
3142         * tests/test-freadptr.c: New file.
3143
3144         New module 'freadptr'.
3145         * modules/freadptr: New file.
3146         * lib/freadptr.h: New file.
3147         * lib/freadptr.c: New file.
3148         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
3149
3150 2008-02-26  Karl Berry  <karl@freefriends.org>
3151
3152         Sync from Libtool:
3153         * libltdl/argz.c (argz_add, argz_count): New functions.
3154         * libltdl/argz.in.h: Declare them.
3155         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
3156
3157 2008-02-22  Bruno Haible  <bruno@clisp.org>
3158
3159         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
3160         is a pointer type.  Needed for HP-UX 10.
3161         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
3162         * doc/posix-functions/gmtime_r.texi: Likewise.
3163         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
3164
3165 2008-02-24  Bruno Haible  <bruno@clisp.org>
3166
3167         * modules/environ-tests: New file.
3168         * tests/test-environ.c: New file.
3169
3170         New module 'environ'.
3171         * modules/environ: New file.
3172         * lib/unistd.in.h (environ): New declaration.
3173         * m4/environ.m4: New file.
3174         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
3175         after use.
3176         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
3177         HAVE_DECL_ENVIRON.
3178         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
3179         HAVE_DECL_ENVIRON.
3180         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
3181         wrong claim that 'environ' is missing on some systems.
3182         * modules/execute (Depends-on): Add environ.
3183         * lib/execute.c (environ): Remove fallback declaration.
3184         * modules/pipe (Depends-on): Add environ.
3185         * lib/pipe.c (environ): Remove fallback declaration.
3186         * modules/setenv (Depends-on): Add environ.
3187         * lib/setenv.c (environ): Remove fallback declaration.
3188         * modules/unsetenv (Depends-on): Add environ.
3189         * lib/unsetenv.c (environ): Remove fallback declaration.
3190         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
3191         m4/environ.m4.
3192         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
3193         (gl_PREREQ_UNSETENV): Likewise.
3194
3195 2008-02-24  Bruno Haible  <bruno@clisp.org>
3196
3197         * doc/posix-functions/environ.texi: Document the MacOS X problem.
3198
3199 2008-02-20  Bob Proulx  <bob@proulx.com>
3200
3201         Enable use of older two part flavor 'git describe'.
3202         * build-aux/git-version-gen: If using the older two part flavor of
3203         git version then recreate the third part now present in the
3204         newer three part flavor of git describe.
3205
3206 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
3207
3208         * lib/fts.c (fts_build): Typo correction to comment.
3209
3210 2008-02-17  Bruno Haible  <bruno@clisp.org>
3211
3212         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
3213         generating no-op conflicts.
3214
3215 2008-02-17  Bruno Haible  <bruno@clisp.org>
3216
3217         Speed up by 10%.
3218         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
3219         result_entries, rather than an index-based loop.
3220
3221 2008-02-17  Bruno Haible  <bruno@clisp.org>
3222
3223         Speed up by 25%.
3224         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
3225         'hashcode_cached'.
3226         (entry_create): New function.
3227         (entry_hashcode): Use the cached hashcode if possible.
3228         (read_changelog_file, try_split_merged_entry): Use entry_create.
3229
3230 2008-02-17  Bruno Haible  <bruno@clisp.org>
3231
3232         Speed up from O(n^2) to O(n) for long ChangeLog files.
3233         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
3234         (read_changelog_file): Change implementation of entries_reversed list
3235         to rbtreehash.
3236         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
3237
3238 2008-02-17  Bruno Haible  <bruno@clisp.org>
3239
3240         New option --split-merged-entry.
3241         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
3242         (find_paragraph_end, try_split_merged_entry): New functions.
3243         (long_options): Add option --split-merged-entry.
3244         (usage): Document option --split-merged-entry.
3245         (main): Implement option --split-merged-entry.
3246         Reported by Eric Blake.
3247
3248 2008-02-17  Bruno Haible  <bruno@clisp.org>
3249
3250         * lib/git-merge-changelog.c: Include c-strstr.h.
3251         (main): Support the "git pull --rebase" situation.
3252         * modules/git-merge-changelog (Depends-on): Add c-strstr.
3253         Reported by Eric Blake.
3254
3255 2008-02-16  Eric Blake  <ebb9@byu.net>
3256
3257         Avoid doubling \ in common case of "c-maybe" quoting style.
3258         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
3259         eliding outer quotes.
3260         * lib/quotearg.h: Document this.
3261         * tests/test-quotearg.c (result_strings, inputs, results_g)
3262         (flag_results, locale_results): Test it by adding a new string to
3263         each test group.
3264         (compare_strings): Test new string.
3265
3266 2008-02-13  Eric Blake  <ebb9@byu.net>
3267
3268         Avoid trigraph quoting in default output.
3269         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
3270         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
3271         unless explicitly requested.
3272         * tests/test-quotearg.c (flag_results, main): Add additional tests.
3273
3274 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
3275
3276         Don't rely on signed integer overflowing to negative value.
3277         * lib/getugroups.c (getugroups): Include <limits.h>.
3278         Instead, compare against INT_MAX, and increment only if the test passes.
3279
3280 2008-02-13  Jim Meyering  <meyering@redhat.com>
3281         and Eric Blake  <ebb9@byu.net>
3282
3283         Avoid shadowing warning and compile errors on Linux.
3284         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
3285         forwarding macros on Linux.
3286         (dcgettext): Define a stub, for Linux.
3287         (results_g, main): Avoid warnings.
3288
3289 2008-02-12  Eric Blake  <ebb9@byu.net>
3290
3291         Silence warning in last patch.
3292         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
3293
3294         Quotearg part 4: add tests, fix c-maybe colon quoting.
3295         * lib/quotearg.h: Improve documentation.
3296         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
3297         escapes when adding outer quotes.  When quoting trigraphs, use
3298         valid C notation.  When quoting NUL, omit extra characters if next
3299         character is not digit.  Alter prototype.
3300         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
3301         callers.
3302         * modules/quotearg-tests: New module.
3303         * tests/test-quotearg.c: New test.
3304
3305 2008-02-07  Eric Blake  <ebb9@byu.net>
3306
3307         Quotearg part 3: add flag to control outer quote elision.
3308         * lib/quotearg.h (c_maybe_quoting_style): New style.
3309         (enum quoting_flags): Better documentation of flags.
3310         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
3311         c-maybe style.
3312         (quotearg_buffer_restyled): Handle new flag to elide outer
3313         quotes.
3314
3315         Quotearg part 2: add flag that can control NUL elision.
3316         * lib/quotearg.h (set_quoting_flags): New prototype.
3317         * lib/quotearg.c (struct quoting_options): Add flag field.
3318         (set_quoting_flags): New function.
3319         (quotearg_buffer_restyled): Add flags parameter.
3320         (quotearg_alloc_mem): Set the flag if length cannot be returned.
3321         (quotearg_n_options): Set the flag, since length cannot be
3322         returned.
3323         (quoting_options_from_style): Default flags correctly.
3324
3325         Quotearg part 1: more wrappers, restore quotearg_char state.
3326         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
3327         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
3328         (quotearg_colon_mem): New wrappers.
3329         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
3330         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
3331         functions.
3332         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
3333         (quotearg_colon_mem): New functions.
3334
3335 2008-02-11  Bruno Haible  <bruno@clisp.org>
3336
3337         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
3338         library in the current directory: it does not work with parallel make.
3339         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3340
3341 2008-02-11  Bruno Haible  <bruno@clisp.org>
3342
3343         * .gitattributes: New file.
3344
3345 2008-02-11  Jim Meyering  <meyering@redhat.com>
3346
3347         useless-if-before-free: Fix reversed exit values.
3348         * build-aux/useless-if-before-free: Use correct values
3349         for EXIT_MATCH and EXIT_NO_MATCH.
3350
3351         * build-aux/useless-if-before-free: Close stdout carefully.
3352
3353 2008-02-10  Bruno Haible  <bruno@clisp.org>
3354
3355         New module 'git-merge-changelog'.
3356         * modules/git-merge-changelog: New file.
3357         * lib/git-merge-changelog.c: New file.
3358
3359 2008-02-10  Jim Meyering  <meyering@redhat.com>
3360
3361         useless-if-before-free: New option: --list (-l).
3362
3363         useless-if-before-free: Don't exit immediately upon open failure.
3364         * build-aux/useless-if-before-free: Exit 2 for errors.
3365         Upon failure to open a file, don't exit immediately.
3366         Rather, just warn and continue with any remaining files.
3367
3368 2008-02-10  Bruno Haible  <bruno@clisp.org>
3369
3370         New abstract list operation 'node_set_value'.
3371         * lib/gl_list.h (gl_list_node_set_value): New function.
3372         (struct gl_list_implementation): New field node_set_value.
3373         * lib/gl_list.c (gl_list_node_set_value): New function.
3374         * lib/gl_array_list.c (gl_array_node_set_value): New function.
3375         (gl_array_list_implementation): Update.
3376         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
3377         (gl_carray_list_implementation): Update.
3378         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
3379         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3380         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3381         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
3382         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3383         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3384         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3385         Update.
3386         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3387         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
3388         (gl_sublist_list_implementation): Update.
3389
3390 2008-02-10  Bruno Haible  <bruno@clisp.org>
3391
3392         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
3393         Needed when ELEMENT is #defined to 'some_type *'.
3394
3395 2008-02-10  Jim Meyering  <meyering@redhat.com>
3396
3397         New script and module: useless-if-before-free
3398         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
3399         * build-aux/useless-if-before-free: New file.
3400         * modules/useless-if-before-free: New file.
3401
3402         * build-aux/gitlog-to-changelog: Use committer date, not author date.
3403
3404         xstrtol_error: Fix typo.
3405         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
3406         s/exit_failure/exit_status/.
3407
3408 2008-02-09  Jim Meyering  <meyering@redhat.com>
3409
3410         New script and module: gitlog-to-changelog
3411         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
3412         * modules/gitlog-to-changelog: New file.
3413         * build-aux/gitlog-to-changelog: New file.
3414
3415 2008-02-08  Jim Meyering  <meyering@redhat.com>
3416
3417         Avoid two "parameter unused" warnings.
3418         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
3419         Mark "st" as used.
3420
3421         Use "git COMMAND", not "git-COMMAND".
3422         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
3423         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
3424         * build-aux/git-version-gen: Use "git status", not "git-status".
3425
3426 2008-02-07  Bruno Haible  <bruno@clisp.org>
3427
3428         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
3429         Avoids a crash on Windows Vista.
3430         Reported by Adam Strzelecki <ono@java.pl> via
3431         Simon Josefsson <simon@josefsson.org>.
3432
3433 2008-02-06  Bruno Haible  <bruno@clisp.org>
3434
3435         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
3436         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
3437         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
3438         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
3439         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3440         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3441         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
3442         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
3443         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3444         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3445         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3446         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3447         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3448         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3449         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3450         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
3451         left-adjust flag.
3452         * tests/test-snprintf-posix.h (test_function): Likewise.
3453         * tests/test-sprintf-posix.h (test_function): Likewise.
3454         * tests/test-vasprintf-posix.c (test_function): Likewise.
3455         * doc/posix-functions/fprintf.texi: Update.
3456         * doc/posix-functions/printf.texi: Update.
3457         * doc/posix-functions/snprintf.texi: Update.
3458         * doc/posix-functions/sprintf.texi: Update.
3459         * doc/posix-functions/vfprintf.texi: Update.
3460         * doc/posix-functions/vprintf.texi: Update.
3461         * doc/posix-functions/vsnprintf.texi: Update.
3462         * doc/posix-functions/vsprintf.texi: Update.
3463         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3464
3465 2008-02-06  Bruno Haible  <bruno@clisp.org>
3466
3467         Fix bug introduced on 2008-01-26.
3468         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
3469
3470 2008-02-06  Bruno Haible  <bruno@clisp.org>
3471
3472         Fix bug introduced on 2007-06-10.
3473         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
3474         !NEED_PRINTF_FLAG_ZERO.
3475
3476 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
3477
3478         getloadavg: use libperfstat on AIX5
3479         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
3480
3481 2008-02-03  Bruno Haible  <bruno@clisp.org>
3482
3483         * lib/diffseq.h: Add comments about required #includes.
3484         Reported by Michael Biggs <gnulib@doubleplum.net>.
3485
3486 2008-02-01  Bruno Haible  <bruno@clisp.org>
3487
3488         * users.txt: Add gnuit.
3489
3490 2008-01-31  Bruno Haible  <bruno@clisp.org>
3491
3492         * lib/md4.c (set_uint32): Mark as inline.
3493         * lib/md5.c (set_uint32): Likewise.
3494         * lib/sha1.c (set_uint32): Likewise.
3495         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
3496         * m4/md5.m4 (gl_MD5): Likewise.
3497         * m4/sha1.m4 (gl_SHA1): Likewise.
3498
3499 2008-01-31  Jim Meyering  <meyering@redhat.com>
3500
3501         Use "sizeof VAR", rather than a literal "4".
3502         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
3503         * lib/md4.c (md4_read_ctx): Likewise.
3504         * lib/sha1.c (sha1_read_ctx): Likewise.
3505
3506 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3507
3508         * tests/test-sha1.c: New file, based on test-md5.c.
3509
3510         * modules/crypto/sha1-tests: New file.
3511
3512 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3513
3514         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
3515
3516 2008-01-31  Jim Meyering  <meyering@redhat.com>
3517
3518         Prefer "sizeof v" over the equivalent "4".
3519         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
3520         * lib/md5.c (set_uint32): Likewise.
3521         * lib/sha1.c (set_uint32): Likewise.
3522
3523 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3524
3525         * lib/sha1.c (set_uint32): Mark function as static.
3526
3527 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3528
3529         md2: clarify comments to say that alignment is not required.
3530         * lib/md2.h: Remove warning about alignment in comment.
3531         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
3532         never been required.
3533
3534 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3535
3536         md4: adapt alignment constraint fix from sha1.
3537         * lib/md4.c (set_uint32): New function, from sha1.c
3538         (md4_read_ctx): Use it.
3539         (md4_finish_ctx): Doc fix.
3540         * lib/md4.h: Doc fix.
3541
3542 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3543
3544         md5: adapt alignment constraint fix from sha1.
3545         * lib/md5.c (set_uint32): New function, from sha1.c
3546         (md5_read_ctx): Use it.
3547         (md5_finish_ctx): Doc fix.
3548         * lib/md5.h: Doc fix.
3549
3550 2008-01-30  Peter Palfrader  <weasel@debian.org>
3551
3552         sha1: remove the result buffer alignment constraint
3553         * lib/sha1.c (set_uint32): New function.
3554         (sha1_read_ctx): Rewrite to remove the result buffer alignment
3555         constraint.
3556         (sha1_finish_ctx): Remove comment warning about alignment constraint.
3557         * lib/sha1.h: Likewise.
3558
3559 2008-01-30  Andreas Schwab  <schwab@suse.de>
3560             Bruno Haible  <bruno@clisp.org>
3561
3562         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
3563         correct definition of LDBL_MIN_EXP.
3564
3565 2008-01-30  Karl Berry  <karl@gnu.org>
3566
3567         * config/srclist-update: try to preserve x bit on updates.
3568         * config/srclistvars.sh: update for karl.
3569
3570 2008-01-29  Jim Meyering  <meyering@redhat.com>
3571
3572         vasnprintf.c: Avoid warning about unused label
3573         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
3574         "overflow" label definition and associated code with the
3575         same cpp condition that guards the sole use of that label.
3576
3577 2008-01-26  Bruno Haible  <bruno@clisp.org>
3578
3579         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
3580         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
3581         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
3582         * lib/isnanl-nolibm.h (isnanl): Likewise.
3583         Reported by Paul Eggert <eggert@cs.ucla.edu>.
3584
3585 2008-01-26  Bruno Haible  <bruno@clisp.org>
3586
3587         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
3588         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
3589
3590 2008-01-26  Bruno Haible  <bruno@clisp.org>
3591
3592         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
3593         GCC >= 4.0 built-in.
3594         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
3595
3596 2008-01-26  Bruno Haible  <bruno@clisp.org>
3597
3598         Rename isnan, applicable to 'double' only, to isnand.
3599         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
3600         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
3601         (configure.ac): Update.
3602         (Include): Replace "isnan.h" with "isnand.h".
3603         * m4/isnand.m4: Renamed from m4/isnan.m4.
3604         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
3605         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
3606         instead of isnan.c.
3607         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
3608         instead of HAVE_ISNAN_IN_LIBC.
3609         (isnand): Renamed from isnan.
3610         * lib/isnand.c: New file.
3611         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
3612         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
3613         (Makefile.am): Update.
3614         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
3615         Include isnand.h instead of isnan.h.
3616         (main): Test isnand instead of isnan.
3617         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
3618         isnan-nolibm.
3619         * modules/frexp (Depends-on): Likewise.
3620         * modules/frexp-tests (Depends-on): Likewise.
3621         * modules/frexp-nolibm (Depends-on): Likewise.
3622         * modules/frexp-nolibm-tests (Depends-on): Likewise.
3623         * modules/isfinite (Depends-on): Likewise.
3624         * modules/round-tests (Depends-on): Likewise.
3625         * modules/signbit (Depends-on): Likewise.
3626         * modules/signbit-tests (Depends-on): Likewise.
3627         * modules/snprintf-posix (Depends-on): Likewise.
3628         * modules/sprintf-posix (Depends-on): Likewise.
3629         * modules/trunc-tests (Depends-on): Likewise.
3630         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3631         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3632         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3633         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3634         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3635         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3636         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3637         * modules/vasnprintf-posix (Depends-on): Likewise.
3638         * modules/vasprintf-posix (Depends-on): Likewise.
3639         * modules/vfprintf-posix (Depends-on): Likewise.
3640         * modules/vsnprintf-posix (Depends-on): Likewise.
3641         * modules/vsprintf-posix (Depends-on): Likewise.
3642         * lib/frexp.c: Include isnand.h instead of isnan.h.
3643         (ISNAN): Set to isnand instead of isnan.
3644         * lib/isfinite.c: Include isnand.h instead of isnan.h.
3645         (gl_isfinited): Use isnand instead of isnan.
3646         * lib/signbitd.c: Include isnand.h instead of isnan.h.
3647         (gl_signbitd): Use isnand instead of isnan.
3648         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
3649         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
3650         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
3651         (main): Use isnand instead of isnan.
3652         * tests/test-round1.c: Include isnand.h.
3653         (main): Use isnand instead of isnan.
3654         * tests/test-round2.c: Include isnand.h instead of isnan.h.
3655         (ISNAN): Set to isnand instead of isnan.
3656         * tests/test-trunc1.c: Include isnand.h.
3657         (main): Use isnand instead of isnan.
3658         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
3659         (equal): Use isnand instead of isnan.
3660         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
3661         isnand-nolibm.
3662         * NEWS: Mention the change.
3663
3664 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3665             Bruno Haible  <bruno@clisp.org>
3666
3667         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
3668         the GCC builtins for signbits are present and set
3669         REPLACE_SIGNBIT_USING_GCC if so.
3670         * lib/math.in.h (signbit): Define using GCC builtins if
3671         REPLACE_SIGNBIT_USING_GCC is set.
3672         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
3673         REPLACE_SIGNBIT_USING_GCC.
3674         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
3675
3676 2008-01-25  Jim Meyering  <meyering@redhat.com>
3677
3678         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
3679         * lib/poll.c: Include <config.h>, not "config.h".
3680         * tests/test-getaddrinfo.c: Likewise.
3681
3682 2008-01-25  Simon Josefsson  <simon@josefsson.org>
3683
3684         * modules/sockets-tests: New file.
3685
3686 2008-01-24  Simon Josefsson  <simon@josefsson.org>
3687
3688         * modules/sockets: New module, can be used to call WSA_Startup and
3689         WSA_Cleanup when needed.
3690
3691         * lib/sockets.h, lib/sockets.c: New files.
3692
3693         * m4/sockets.m4: New file.
3694
3695         * tests/test-sockets.c: New file.
3696
3697 2008-01-19  Bruno Haible  <bruno@clisp.org>
3698
3699         * doc/posix-headers: Renamed from doc/headers.
3700         * doc/posix-functions: Renamed from doc/functions.
3701         * doc/gnulib.texi: Update.
3702
3703 2008-01-19  Bruno Haible  <bruno@clisp.org>
3704
3705         * doc/glibc-functions/strcasestr.texi: Include contents of
3706         doc/functions/strcasestr.texi, fixing the list of platforms.
3707         * doc/functions/strcasestr.texi: Remove file.
3708
3709 2008-01-19  Bruno Haible  <bruno@clisp.org>
3710
3711         * doc/glibc-functions/memmem.texi: Include contents of
3712         doc/functions/memmem.texi.
3713         * doc/functions/memmem.texi: Remove file.
3714
3715 2008-01-18  Bruno Haible  <bruno@clisp.org>
3716
3717         * doc/glibc-functions/*.texi: New files.
3718         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
3719         to use the new files.
3720
3721 2008-01-17  Bruno Haible  <bruno@clisp.org>
3722
3723         * tests/test-gethostname.c (main): Fix printf statement.
3724
3725 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3726
3727         * modules/gethostname-tests: New file.
3728
3729         * tests/test-gethostname.c: New file.
3730
3731 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3732
3733         * lib/gethostname.c: Include string.h unconditionally, strncpy is
3734         used by the UNAME case.  Reported by Bruno Haible
3735         <bruno@clisp.org>.
3736
3737 2008-01-17  Eric Blake  <ebb9@byu.net>
3738
3739         Convert c-strcasestr to be more efficient.
3740         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
3741         (Depends-on): Add c-strcase, remove malloca, strnlen.
3742         * tests/test-c-strcasestr.c (main): Enhance test.
3743         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
3744
3745 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3746
3747         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
3748         Use it in creating po/Makevars.
3749
3750 2008-01-15  Simon Josefsson  <simon@josefsson.org>
3751
3752         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
3753         Applications that requires it should initialize libgcrypt
3754         manually.
3755
3756 2008-01-16  Simon Josefsson  <simon@josefsson.org>
3757
3758         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
3759
3760 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         Fix problem with getdate on mingw32 reported by Simon Josefsson
3763         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
3764         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
3765         tzname", when deciding whether to declare tzname.
3766         * lib/strftime.c (tzname): Likewise.
3767
3768 2008-01-15  Bruno Haible  <bruno@clisp.org>
3769
3770         Work around a MacOS X 10.5 bug in frexpl().
3771         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
3772         * doc/functions/frexpl.texi: Document the bug.
3773         Reported by Elias Pipping <pipping@gentoo.org>.
3774
3775 2008-01-14  Eric Blake  <ebb9@byu.net>
3776
3777         Touch up previous patch.
3778         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
3779         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
3780
3781         Convert strcasestr module to use Two-Way algorithm.
3782         * modules/strcasestr-simple: New module, based on the old
3783         strcasestr, but with Two-Way rather than KMP.
3784         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
3785         * lib/string.in.h (rpl_strcasestr): Declare.
3786         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
3787         performance.
3788         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
3789         * modules/string (Makefile.am): Support strcasestr.
3790         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3791         * modules/strcasestr-tests (Depends-on): Check for alarm.
3792         * tests/test-strcasestr.c: Augment test.
3793         * lib/str-two-way.h: Clean up stray macro.
3794         * NEWS: Document new module.
3795         * MODULES.html.sh (string handling): Likewise.
3796         * doc/functions/strcasestr.texi: New file.
3797         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
3798         here, since it is not a POSIX function.
3799
3800 2008-01-14  Colin Watson  <cjwatson@debian.org>
3801             Bruno Haible  <bruno@clisp.org>
3802
3803         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
3804         works fine; if not, set REPLACE_STRSIGNAL.
3805         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
3806         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3807         REPLACE_STRSIGNAL.
3808         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
3809         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
3810         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
3811
3812 2008-01-14  Bruno Haible  <bruno@clisp.org>
3813
3814         * modules/strsignal (Include): Change to <string.h>.
3815
3816 2008-01-14  Colin Watson  <cjwatson@debian.org>
3817
3818         * modules/argp (Notice): Add a notice recommending to change
3819         XGETTEXT_OPTIONS.
3820         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
3821
3822 2008-01-13  Colin Watson  <cjwatson@debian.org>
3823
3824         * modules/strsignal-tests: New file.
3825         * tests/test-strsignal.c: New file.
3826
3827         * lib/strsignal.c: New file, from glibc with modifications.
3828         * lib/siglist.h: New file, from glibc with modifications.
3829         * lib/string.in.h (strsignal): New declaration.
3830         * m4/strsignal.m4: New file.
3831         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3832         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
3833         * modules/strsignal: New file.
3834         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
3835         HAVE_DECL_STRSIGNAL.
3836
3837 2008-01-13  Bruno Haible  <bruno@clisp.org>
3838
3839         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
3840         locale encoding is not ASCII. Needed for OpenBSD 4.0.
3841         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3842         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3843
3844 2008-01-13  Bruno Haible  <bruno@clisp.org>
3845
3846         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
3847         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
3848         * lib/argp.h (__attribute__): Likewise.
3849         * lib/c-stack.c (__attribute__): Likewise.
3850         * lib/error.h (__attribute__): Likewise.
3851         * lib/fts.c (__attribute__): Likewise.
3852         * lib/openat.h (__attribute__): Likewise.
3853         * lib/stdio.in.h (__attribute__): Likewise.
3854         * lib/string.in.h (__attribute__): Likewise.
3855         * lib/utimens.c (__attribute__): Likewise.
3856         * lib/vasnprintf.h (__attribute__): Likewise.
3857         * lib/xalloc.h (__attribute__): Likewise.
3858         * lib/xprintf.h (__attribute__): Likewise.
3859         * lib/xstrtol.h (__attribute__): Likewise.
3860         * lib/xvasprintf.h (__attribute__): Likewise.
3861
3862 2008-01-12  Bruno Haible  <bruno@clisp.org>
3863
3864         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
3865         * doc/glibc-headers/a.out.texi: New file.
3866         * doc/glibc-headers/aliases.texi: New file.
3867         * doc/glibc-headers/alloca.texi: New file.
3868         * doc/glibc-headers/ar.texi: New file.
3869         * doc/glibc-headers/argp.texi: New file.
3870         * doc/glibc-headers/argz.texi: New file.
3871         * doc/glibc-headers/byteswap.texi: New file.
3872         * doc/glibc-headers/crypt.texi: New file.
3873         * doc/glibc-headers/endian.texi: New file.
3874         * doc/glibc-headers/envz.texi: New file.
3875         * doc/glibc-headers/err.texi: New file.
3876         * doc/glibc-headers/error.texi: New file.
3877         * doc/glibc-headers/execinfo.texi: New file.
3878         * doc/glibc-headers/fpu_control.texi: New file.
3879         * doc/glibc-headers/fstab.texi: New file.
3880         * doc/glibc-headers/fts.texi: New file.
3881         * doc/glibc-headers/getopt.texi: New file.
3882         * doc/glibc-headers/ieee754.texi: New file.
3883         * doc/glibc-headers/ifaddrs.texi: New file.
3884         * doc/glibc-headers/libintl.texi: New file.
3885         * doc/glibc-headers/mcheck.texi: New file.
3886         * doc/glibc-headers/mntent.texi: New file.
3887         * doc/glibc-headers/obstack.texi: New file.
3888         * doc/glibc-headers/paths.texi: New file.
3889         * doc/glibc-headers/printf.texi: New file.
3890         * doc/glibc-headers/pty.texi: New file.
3891         * doc/glibc-headers/resolv.texi: New file.
3892         * doc/glibc-headers/shadow.texi: New file.
3893         * doc/glibc-headers/sysexits.texi: New file.
3894         * doc/glibc-headers/ttyent.texi: New file.
3895
3896 2008-01-12  Jim Meyering  <meyering@redhat.com>
3897
3898         announce-gen: emit Gnulib's git-based version string.
3899         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
3900         New option --gnulib-version=V, where V is expected to be
3901         the output of running git describe in the gnulib directory.
3902         (get_tool_versions): Request feedback on xdelta.  I suspect it's
3903         not useful, and plan to stop publishing an xdelta file with each
3904         coreutils release.
3905
3906         * build-aux/announce-gen: Also check for lzma-compressed files.
3907
3908 2008-01-11  Bruno Haible  <bruno@clisp.org>
3909
3910         * tests/test-memmem.c (main): Increase maximum allowed time.
3911         * tests/test-strstr.c (main): Likewise.
3912
3913 2008-01-11  Bruno Haible  <bruno@clisp.org>
3914
3915         * doc/functions/memmem.texi: Add more precisions about platforms.
3916         * doc/functions/strstr.texi: Likewise.
3917
3918 2008-01-10  Eric Blake  <ebb9@byu.net>
3919
3920         * m4/strstr.m4: Delete cruft from copy-n-paste.
3921         Reported by Bruno Haible.
3922
3923 2008-01-10  Bruno Haible  <bruno@clisp.org>
3924
3925         Make c-strstr rely on strstr.
3926         * lib/c-strstr.c: Don't include str-kmp.h.
3927         (c_strstr): Define in terms of strstr.
3928         * modules/c-strstr (Files): Remove lib/str-kmp.h.
3929         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
3930
3931 2008-01-10  Bruno Haible  <bruno@clisp.org>
3932
3933         * doc/gnulib.texi (String Functions in C Locale): New section.
3934         * doc/c-ctype.texi: New file.
3935         * doc/c-strcase.texi: New file.
3936         * doc/c-strcaseeq.texi: New file.
3937         * doc/c-strcasestr.texi: New file.
3938         * doc/c-strstr.texi: New file.
3939         * doc/c-strtod.texi: New file.
3940         * doc/c-strtold.texi: New file.
3941
3942 2008-01-10  Eric Blake  <ebb9@byu.net>
3943
3944         * lib/relocatable.h: Fix a comment.
3945
3946 2008-01-10  Eric Blake  <ebb9@byu.net>
3947
3948         Share two-way algorithm.
3949         * lib/str-two-way.h: New file, merged from...
3950         * lib/memmem.c: ...here...
3951         * lib/strstr.c: ...and here.
3952         * modules/memmem (Files): Use it.
3953         * modules/strstr (Files): Likewise.
3954
3955         Avoid quadratic strstr implementations.
3956         * lib/strstr.c: New file.
3957         * m4/strstr.m4: Likewise.
3958         * modules/strstr: Likewise.
3959         * modules/strstr-tests: Likewise.
3960         * tests/test-strstr.c: Likewise.
3961         * lib/string.in.h (rpl_strstr): Declare.
3962         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
3963         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
3964         * modules/string (Makefile.am): Likewise.
3965         * MODULES.html.sh (string handling): Mention new module.
3966         * doc/functions/strstr.texi (strstr): Document the bug.
3967
3968 2008-01-10  Bruno Haible  <bruno@clisp.org>
3969
3970         * lib/relocatable.h (relocate): State whether result is freshly
3971         allocated or not.
3972         * lib/relocatable.c (relocate): Return a freshly allocated string
3973         instead of a pointer to a privately held string.
3974         Reported by Sylvain Beucler <beuc@gnu.org>.
3975
3976 2008-01-10  Colin Watson  <cjwatson@debian.org>
3977
3978         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
3979         s/S_ISNLK/S_ISLNK/.
3980
3981 2008-01-09  Bruno Haible  <bruno@clisp.org>
3982
3983         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
3984         and other files.
3985         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
3986         if it's only a guess.
3987         * modules/memmem: Simplify by depending on memmem-simple.
3988
3989 2008-01-09  Bruno Haible  <bruno@clisp.org>
3990
3991         Work around OpenBSD 4.0 tdelete() bug.
3992         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
3993         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
3994         macros and don't redefine the enum values.
3995         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
3996         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
3997         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
3998
3999 2008-01-09  Bruno Haible  <bruno@clisp.org>
4000
4001         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
4002         (main): Don't perform the tests if setlocale did not install a UTF-8
4003         locale. Needed on OpenBSD 4.0.
4004         * modules/wcwidth-tests (Depends-on): Add localcharset.
4005
4006 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4007
4008         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
4009         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
4010         * NEWS: announce this.
4011         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
4012
4013 2008-01-09  Simon Josefsson  <simon@josefsson.org>
4014         and Eric Blake  <ebb9@byu.net>
4015
4016         Add memmem-simple module.
4017         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
4018         (gl_FUNC_MEMMEM): Separate performance from presence checks.
4019         * modules/memmem-simple: New file.
4020         * modules/memmem (Description): Tweak.
4021         * MODULES.html.sh (string handling): Mention new module.
4022         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
4023         addressed by memmem-simple.
4024         * NEWS: Document the difference.
4025
4026 2008-01-09  Eric Blake  <ebb9@byu.net>
4027
4028         Give gcc some memmem optimization hints.
4029         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
4030         (strcasestr): Declare as pure.
4031         * modules/memmem (Maintainer): Claim my implementation.
4032
4033 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4034
4035         Support AIX 6.1 and higher.
4036         * build-aux/config.libpath: Likewise.
4037         * build-aux/config.rpath: Likewise.
4038
4039 2008-01-08  Jim Meyering  <meyering@redhat.com>
4040             Bruno Haible  <bruno@clisp.org>
4041
4042         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
4043         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
4044         Reported by Peter Fales in
4045         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
4046
4047 2008-01-08  Bruno Haible  <bruno@clisp.org>
4048
4049         * modules/unictype/category-of (Depends-on): Add
4050         unictype/category-none.
4051         * modules/unictype/category-and-tests (Depends-on): Add
4052         unictype/category-{L,N,Lu,Nd}.
4053         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
4054         * modules/unictype/category-or-tests (Depends-on): Add
4055         unictype/category-{L,N}.
4056         * modules/unictype/category-name-tests (Depends-on): Add
4057         unictype/category-{Z,Nl}.
4058         Reported by Simon Josefsson.
4059
4060 2008-01-08  Bruno Haible  <bruno@clisp.org>
4061
4062         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
4063         convention better.
4064         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
4065         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
4066         Reported by Peter Miller <millerp@canb.auug.org.au>.
4067
4068 2008-01-08  Eric Blake  <ebb9@byu.net>
4069
4070         Rewrite memmem to guarantee linear complexity without malloc.
4071         * lib/memmem.c (memmem): Use Two-Way rather than
4072         Knuth-Morris-Pratt, to allow O(1) space usage.
4073         (critical_factorization, two_way_short_needle)
4074         (two_way_long_needle): New functions.
4075         (knuth_morris_pratt): Delete.
4076         * modules/memmem (Depends-on): No longer need malloca or stdbool.
4077         Add stdint.
4078         * tests/test-memmem.c (main): Add tests for periodic needle and
4079         sublinear performance.
4080         * doc/functions/memmem.texi (memmem): Document other deficiencies
4081         in cygwin and older glibc.
4082
4083 2008-01-08  Bruno Haible  <bruno@clisp.org>
4084
4085         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
4086         augmentation.
4087
4088 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
4089
4090         Add a configure time option: --disable-acl.
4091         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
4092         AC_ARG_ENABLE(acl).
4093
4094 2008-01-06  Simon Josefsson  <simon@josefsson.org>
4095
4096         * tests/test-localename.c: Don't include obsolete "setenv.h".
4097
4098         * modules/localename-tests (Depends-on): Need unsetenv.
4099
4100 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4101
4102         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
4103
4104 2008-01-06  Colin Watson  <cjwatson@debian.org>
4105
4106         * users.txt: Add man-db.
4107
4108 2008-01-07  Bruno Haible  <bruno@clisp.org>
4109
4110         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
4111         previous section name.
4112
4113 2008-01-07  Bruno Haible  <bruno@clisp.org>
4114
4115         * lib/progname.c (set_program_name): Don't strip off a leading
4116         "lt-" prefix outside a .libs directory.
4117         Suggested by Paul Eggert.
4118
4119 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
4120             Bruno Haible  <bruno@clisp.org>
4121
4122         Improve memory cleanup in 'relocatable' module.
4123         * lib/relocatable.h (compute_curr_prefix): Change return type to
4124         'char *'.
4125         * lib/relocatable.c (compute_curr_prefix): Change return type to
4126         'char *'. Free curr_installdir after use.
4127         (relocate): Free curr_prefix_better after use.
4128         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
4129
4130 2008-01-01  Bruno Haible  <bruno@clisp.org>
4131
4132         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
4133         failure on older glibc systems.
4134         Reported by Peter Fales <psfales@alcatel-lucent.com>.
4135
4136 2008-01-05  Eric Blake  <ebb9@byu.net>
4137
4138         Avoid quadratic system memmem.
4139         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
4140         Reported by Ralf Wildenhues.
4141
4142         Fix memmem test for mingw.
4143         * modules/memmem-tests (configure.ac): Check for alarm.
4144         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
4145         it.
4146         * doc/functions/memmem.texi: New file.
4147         * doc/gnulib.texi (Function Substitutes): Add memmem.
4148         Reported by Bruno Haible.
4149
4150 2008-01-04  Bruno Haible  <bruno@clisp.org>
4151
4152         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
4153         Require gl_HEADER_STRINGS_H_DEFAULTS, not
4154         gl_HEADER_STRING_H_DEFAULTS.
4155
4156 2008-01-04  Eric Blake  <ebb9@byu.net>
4157
4158         Shorten duration of memmem test.
4159         * tests/test-memmem.c (main): Use alarm to declare failure if test
4160         is taking too long.
4161         Reported by Ralf Wildenhues.
4162
4163 2007-12-21  Simon Josefsson  <simon@josefsson.org>
4164
4165         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
4166         string, needed by strerror.
4167
4168 2008-01-03  Colin Watson  <cjwatson@debian.org>
4169             Bruno Haible  <bruno@clisp.org>
4170
4171         * doc/gnulib-tool.texi (Localization): New section.
4172
4173 2008-01-02  Bruno Haible  <bruno@clisp.org>
4174
4175         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
4176         variables to 'unsigned char *' type.
4177         Reported by Paul Eggert.
4178
4179 2008-01-02  Jim Meyering  <jim@meyering.net>
4180
4181         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
4182
4183 2007-12-31  Jim Meyering  <jim@meyering.net>
4184
4185         Avoid use of private FTS type name.
4186         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
4187
4188 2007-12-30  Karl Berry  <karl@gnu.org>
4189
4190         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
4191         work around defect in Texinfo and/or the standalone Info browser.
4192
4193 2007-12-30  Bruno Haible  <bruno@clisp.org>
4194
4195         Unify 5 copies of the KMP code.
4196         * lib/str-kmp.h: New file.
4197         * lib/c-strcasestr.c: Include str-kmp.h.
4198         (knuth_morris_pratt): Remove function.
4199         (c_strcasestr): Update.
4200         * lib/c-strstr.c: Include str-kmp.h.
4201         (knuth_morris_pratt): Remove function.
4202         (c_strcasestr): Update.
4203         * lib/mbscasestr.c: Include str-kmp.h.
4204         (knuth_morris_pratt_unibyte): Remove function.
4205         * lib/mbsstr.c: Include str-kmp.h.
4206         (knuth_morris_pratt_unibyte): Remove function.
4207         * lib/strcasestr.c: Include str-kmp.h.
4208         (knuth_morris_pratt): Remove function.
4209         (strcasestr): Update.
4210         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
4211         * modules/c-strstr (Files): Likewise.
4212         * modules/mbscasestr (Files): Likewise.
4213         * modules/mbsstr (Files): Likewise.
4214         * modules/strcasestr (Files): Likewise.
4215         Suggested by Paul Eggert.
4216
4217 2007-12-30  Bruno Haible  <bruno@clisp.org>
4218
4219         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
4220         defined.
4221
4222 2007-12-30  Bruno Haible  <bruno@clisp.org>
4223
4224         * lib/xmalloca.h: Include xalloc.h.
4225         (xnmalloca): New macro.
4226
4227 2007-12-30  Bruno Haible  <bruno@clisp.org>
4228
4229         * lib/malloca.h (nmalloca): New macro.
4230         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
4231         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
4232         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
4233         knuth_morris_pratt_multibyte): Likewise.
4234         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
4235         knuth_morris_pratt_multibyte): Likewise.
4236         * lib/memmem.c (knuth_morris_pratt): Likewise.
4237         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
4238
4239 2007-12-25  Bruno Haible  <bruno@clisp.org>
4240
4241         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
4242         * lib/glob.c: Don't include openat.h.
4243         (link_exists2_p): Add back the code that deals with the
4244         !GLOB_ALTDIRFUNC case.
4245         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
4246         let it do the filename concatenation.
4247         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
4248         * modules/glob (Depends-on): Remove openat.
4249
4250 2007-12-31  Bruno Haible  <bruno@clisp.org>
4251
4252         * modules/dirfd (License): Change to LGPLv2+.
4253         Approved by Jim Meyering.
4254
4255 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4256
4257         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
4258         when multiplying M by sizeof (size_t).
4259
4260 2007-12-10  Martin Lambers  <marlam@marlam.de>
4261
4262         Override getpagesize on mingw.
4263         * lib/getpagesize.c: New file.
4264         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
4265         * modules/getpagesize (Files): Add lib/getpagesize.c.
4266         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
4267         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4268         REPLACE_GETPAGESIZE.
4269         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
4270
4271 2007-12-25  Bruno Haible  <bruno@clisp.org>
4272
4273         * modules/localcharset (Notice): New field.
4274         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
4275         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
4276
4277 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4278             Bruno Haible  <bruno@clisp.org>
4279
4280         Avoid using the syntax symbol() in formatted documentation.
4281         * MODULES.html.sh (func_module): When replacing symbol() with a
4282         hyperlink, remove the parentheses. Show an error if some remain.
4283         Recognize and render the '...' syntax.
4284         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
4285         Rework. Add paragraph about GCC's inlining.
4286         * doc/alloca.texi: Likewise.
4287         * doc/error.texi: Remove parentheses from symbol reference.
4288         * doc/gnulib-intro.texi: Likewise.
4289         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
4290         * modules/fnmatch (Description): Reword to say "the ... function".
4291         * modules/full-read (Description): Likewise.
4292         * modules/full-write (Description): Likewise.
4293         * modules/safe-read (Description): Likewise.
4294         * modules/safe-write (Description): Likewise.
4295         * modules/strchrnul (Description): Likewise.
4296         * modules/trim (Description): Likewise.
4297         * modules/error (Description): Remove parentheses from symbol
4298         references.
4299         * modules/verror (Description): Likewise.
4300         Reported by Karl Berry.
4301
4302 2007-12-25  Bruno Haible  <bruno@clisp.org>
4303
4304         Fixup after 2007-10-16 commit.
4305         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
4306
4307 2007-12-24  Bruno Haible  <bruno@clisp.org>
4308
4309         Make --enable-relocatable work with DESTDIR.
4310         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
4311         to compute installdir from destprog.
4312         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
4313         also set the RELOC_DESTDIR variable.
4314         Reported by Левашев Иван <octagram@bluebottle.com>.
4315
4316 2007-12-24  Bruno Haible  <bruno@clisp.org>
4317
4318         Fix link error due to xalloc_die().
4319         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
4320         of xreadlink.
4321         * lib/relocwrapper.c: Update comments.
4322         * build-aux/install-reloc: Remove xreadlink.c from file list.
4323         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
4324         xreadlink.c.
4325         Reported by Левашев Иван <octagram@bluebottle.com>.
4326
4327 2007-12-24  Bruno Haible  <bruno@clisp.org>
4328
4329         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
4330         * lib/setenv.h: Remove file.
4331         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
4332         lib/setenv.h.
4333         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
4334         (Depends-on): Add stdlib.
4335         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
4336         gl_FUNC_UNSETENV.
4337         (Include): Replace setenv.h with <stdlib.h>.
4338         * modules/unsetenv: New file.
4339         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
4340         * lib/unsetenv.c: Include <stdlib.h> first.
4341         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
4342         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
4343         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
4344         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
4345         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
4346         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4347         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
4348         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4349         * doc/functions/unsetenv.texi: Update.
4350         * modules/xsetenv (Depends-on): Add unsetenv.
4351         * modules/getdate (Depends-on): Likewise.
4352         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
4353         * lib/xsetenv.c: Don't include setenv.h.
4354         * lib/getdate.y: Likewise.
4355         * lib/relocwrapper.c: Likewise.
4356         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
4357         (Depends-on): Add stdlib.
4358         * NEWS: Mention the changes.
4359         Reported by Левашев Иван <octagram@bluebottle.com>.
4360
4361 2007-12-23  Bruno Haible  <bruno@clisp.org>
4362
4363         * lib/memmem.c (memmem): Use lowercase variable names. Tab
4364         indentation.
4365
4366 2007-12-23  Bruno Haible  <bruno@clisp.org>
4367
4368         * lib/c-strcasestr.c: Add more comments.
4369         * lib/c-strstr.c: Likewise.
4370         * lib/mbscasestr.c: Likewise.
4371         * lib/mbsstr.c: Likewise.
4372         * lib/strcasestr.c: Likewise.
4373         * lib/memmem.c: Likewise.
4374
4375 2007-12-23  Bruno Haible  <bruno@clisp.org>
4376
4377         * tests/test-memmem.c: Include <string.h> first.
4378
4379 2007-12-22  Bruno Haible  <bruno@clisp.org>
4380
4381         * gnulib-tool (func_create_testdir): Change $auxdir while generating
4382         the contents of $testsbase.
4383         Reported by Ralf Wildenhues.
4384
4385 2007-12-22  Bruno Haible  <bruno@clisp.org>
4386
4387         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
4388         two variables local_ldadd_before, local_ldadd_last.
4389
4390 2007-12-20  Eric Blake  <ebb9@byu.net>
4391
4392         Work around circular library issue when cross-compiling.
4393         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
4394         that progname.o does not need to pull in rpl_memcmp.
4395
4396 2007-12-19  Eric Blake  <ebb9@byu.net>
4397
4398         Fix memmem to avoid O(n^2) worst-case complexity.
4399         * lib/memmem.c (knuth_morris_pratt): New function.
4400         (memmem): Use it if first few naive iterations fail.
4401         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
4402         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
4403         * modules/memchr (License): Likewise.
4404         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
4405         malloca.
4406         * tests/test-memmem.c: Rewrite, borrowing ideas from
4407         test-mbsstr1.c; the old version wouldn't even compile!
4408         * modules/memmem-tests: New file.
4409         * lib/string.in.h (rpl_memmem): Add declaration.
4410         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
4411         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
4412         REPLACE_MEMMEM.
4413
4414 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4415
4416         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
4417         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
4418         before any system include files, and undef after them all.  This
4419         should fix a problem on VMS reported by John E. Malmberg in
4420         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
4421
4422 2007-12-17  Eric Blake  <ebb9@byu.net>
4423
4424         Revert addition of verify, for BSD/OS.
4425         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
4426         can't handle large files, for the sake of obsolete platforms.
4427         * modules/fseeko (Depends-on): Remove verify.
4428         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
4429         * doc/functions/ftello.texi (ftello): Likewise.
4430         * doc/functions/fgetpos.texi (fgetpos): Likewise.
4431         Reported by Larry Jones.
4432
4433 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
4434
4435         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
4436         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
4437
4438 2007-12-17  Jim Meyering  <meyering@redhat.com>
4439
4440         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
4441         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
4442         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
4443         * modules/getcwd (Depends-on): Add openat.
4444         Reported by Petr Salinger.
4445
4446 2007-12-17  Bruno Haible  <bruno@clisp.org>
4447
4448         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
4449         avoid a segmentation fault of the configure test on x86_64 systems.
4450
4451 2007-12-15  Jim Meyering  <meyering@redhat.com>
4452
4453         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
4454
4455 2007-12-13  Eric Blake  <ebb9@byu.net>
4456
4457         Another fseek test.
4458         * tests/test-fseek.c (main): Also test ungetc handling.
4459         * tests/test-fseeko.c (main): Likewise.
4460         * modules/fseeko (Depends-on): Add verify.
4461         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
4462         large.
4463         Reported by Larry Jones.
4464
4465         Fix fseeko on mingw.
4466         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
4467         seek.
4468
4469         Beef up fseek tests.
4470         * tests/test-fseek.c (main): Also test eof handling.
4471         * tests/test-fseeko.c (main): Likewise.
4472         Reported by Larry Jones.
4473
4474 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
4475
4476         Fix fseeko on BSD-based platforms.
4477         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
4478         successful seek.
4479
4480 2007-12-12  Eric Blake  <ebb9@byu.net>
4481
4482         Allow circular dependency of separate libtests.a
4483         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
4484         when use_libtests.
4485
4486 2007-12-11  Eric Blake  <ebb9@byu.net>
4487
4488         Fix bug with -0.0L in previous patch.
4489         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
4490         * tests/test-isnan.c (main): Also test on zeroes.
4491         * tests/test-isnanf.c (main): Likewise.
4492         * tests/test-isnanl.h (main): Likewise.
4493
4494         Detect pseudo-denormals on x86 even when cross-compiling.
4495         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
4496         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
4497         invalid bit patterns that happen to satisfy ==.
4498
4499         Avoid link failures with separate libtests.a.
4500         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
4501         last, to satisfy circular dependencies.
4502
4503 2007-12-11  Eric Blake  <ebb9@byu.net>
4504         and Bruno Haible  <bruno@clisp.org>
4505
4506         Fix OpenBSD 4.0 <float.h> handling of long double.
4507         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
4508         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
4509         * doc/headers/float.texi (float.h): Document OpenBSD bug.
4510
4511 2007-12-11  Jim Meyering  <meyering@redhat.com>
4512
4513         * users.txt: Add libvirt.
4514
4515         Support versions of autoconf prior to 2.59c.
4516         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
4517         if it is not already defined.
4518
4519 2007-12-09  Bruno Haible  <bruno@clisp.org>
4520
4521         Let 'gnulib-tool --import' collect sources needed for the tests in
4522         tests/ rather than in lib/.
4523         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
4524         argument. If true, add rules to generate libtests.a, and put libtests.a
4525         into $(LDADD). Consider source files in subdirectories and set
4526         uses_subdirs.
4527         (func_emit_initmacro_start, func_emit_initmacro_end,
4528         func_emit_initmacro_done): Pass all arguments explicitly.
4529         (func_import): Determine two module lists main_modules,
4530         testsrelated_modules. Determine use_libtests. Determine two variables
4531         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
4532         instead of just sed_transform_lib_file. Determine two variables
4533         main_files and testsrelated_files. Compute 'files' as the union of
4534         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
4535         func_add_or_update. In the generated gnulib-comp.m4, collect the
4536         object files for tests/ in different variables than those for lib/.
4537         Substitute LIBTESTS_LIBDEPS.
4538         (func_create_testdir): Combine the uses_subdirs results from
4539         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
4540
4541 2007-12-09  Bruno Haible  <bruno@clisp.org>
4542
4543         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
4544         the build-aux directory.
4545
4546 2007-12-09  Bruno Haible  <bruno@clisp.org>
4547
4548         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
4549         introduced on 2006-09-09.
4550
4551 2007-12-07  Jim Meyering  <meyering@redhat.com>
4552
4553         Let these macros work also with autoconf-2.59.
4554         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
4555         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
4556         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4557
4558 2007-12-06  Jim Meyering  <meyering@redhat.com>
4559
4560         Avoid a configure-time syntax error in gl_FUNC_ACL.
4561         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
4562         function in each branch, before testing the cache variable.
4563
4564 2007-12-04  Eric Blake  <ebb9@byu.net>
4565
4566         Make scripts executable.
4567         * build-aux/config.guess: Add execute permissions.
4568         * build-aux/config.sub: Likewise.
4569         * build-aux/gendocs.sh: Likewise.
4570
4571         Fix frexp on mingw.
4572         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
4573         cross-compiling.
4574         * doc/functions/frexp.texi (frexp): Document the bug.
4575
4576         Make cygwin fseeko check more reliable.
4577         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
4578         version numbers, rather than unrelated feature check.
4579         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
4580         * doc/functions/ftello.texi (ftello): Likewise.
4581         Reported by Bruno Haible.
4582
4583         * m4/strerror.m4: Bump version number.
4584
4585 2007-12-03  Bruno Haible  <bruno@clisp.org>
4586
4587         * doc/functions/mprotect.texi: Mention the mingw problem.
4588
4589 2007-12-03  Eric Blake  <ebb9@byu.net>
4590
4591         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
4592         REPLACE_STRERROR is initialized before this macro.
4593
4594 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4595
4596         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
4597         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
4598         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
4599         put -lsec in even for programs other than 'ls'.  This fixes a problem
4600         for gettext reported by Bruno Haible in
4601         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
4602         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
4603         Add support for Solaris 10.  This isn't efficient, but should get the
4604         job done for now.
4605
4606 2007-12-03  James Youngman  <jay@gnu.org>
4607
4608         * doc/regexprops-generic.texi: change "an close-group" to "a
4609         close-group" and "illegal" to "not allowed".
4610
4611 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4612
4613         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
4614         pr_byname.h. Needed for the rare case when the maintainer has done
4615         "make maintainer-clean" in the source directory and then attempts a
4616         build outside the source directory.
4617         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
4618         scripts_byname.h.
4619
4620 2007-12-02  Martin Lambers <marlam@marlam.de>
4621             Bruno Haible  <bruno@clisp.org>
4622
4623         * lib/getpagesize.h: Remove file.
4624         * lib/unistd.in.h: Include declaration of getpagesize here.
4625         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
4626         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
4627         HAVE_SYS_PARAM_H.
4628         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
4629         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4630         * modules/getpagesize (Files): Remove lib/getpagesize.h.
4631         (Depends-on): Add unistd.
4632         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4633         (Include): Use <unistd.h> instead of getpagesize.h.
4634         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
4635         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4636         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
4637         gl_GETPAGESIZE invocation, already handled by module dependency.
4638         * lib/pagealign_alloc.c: Don't include getpagesize.h.
4639
4640 2007-12-02  Bruno Haible  <bruno@clisp.org>
4641
4642         * modules/strings-tests: New file.
4643         * tests/test-strings.c: New file.
4644
4645         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
4646         * lib/strings.in.h: New file.
4647         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
4648         * m4/strings_h.m4: New file.
4649         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
4650         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
4651         * modules/strings: New file.
4652         * modules/string (Makefile.am): Update.
4653         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
4654         Reported by Karl Berry.
4655
4656 2007-12-01  Eric Blake  <ebb9@byu.net>
4657
4658         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
4659         accomodate fix in cygwin 1.5.25.
4660
4661 2007-12-01  Jim Meyering  <meyering@redhat.com>
4662
4663         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
4664         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4665         that would inhibit utf8-optimization of a regexp containing line-
4666         or buffer-anchors, e.g., `^', `$'.
4667
4668 2007-11-30  Bruno Haible  <bruno@clisp.org>
4669
4670         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
4671         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
4672         glthread_recursive_lock_init.
4673         * lib/lock.c (glthread_recursive_lock_init)
4674         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
4675         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4676
4677 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4678
4679         New function qset_acl, like set_acl but with syscall semantics.
4680         * lib/acl.h (qset_acl): New decl.
4681         * lib/acl.c (qset_acl): New function.
4682         (set_acl): Use new function.  Use more-consistent diagnostics.
4683
4684 2007-11-28  Jim Meyering  <meyering@redhat.com>
4685
4686         * modules/physmem (License): Change from GPL to LGPLv2+.
4687
4688 2007-11-26  Bruno Haible  <bruno@clisp.org>
4689
4690         * lib/vasnprintf.c (decode_long_double): Don't abort if the
4691         'long double' type has excess precision.
4692         Reported by Jim Meyering in
4693         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
4694
4695 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4696
4697         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
4698         Sync from <http://gnu.org/licenses>.
4699         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
4700         with license text from same location.
4701         * doc/maintain.texi, doc/standards.texi:  Sync from
4702         <http://savannah.gnu.org/projects/gnustandards>.
4703
4704 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
4705         and Jim Meyering  <meyering@redhat.com>
4706
4707         Adjust getdate' grammar to accept a slightly more regular language.
4708         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
4709         Before, the former was rejected.
4710         * lib/getdate.y (digits_to_date_time): New function, factored
4711         out of ...
4712         (number): ...here.  Just call digits_to_date_time.
4713         (hybrid): New non-terminal to handle an <unsigned number,
4714         signed relative offset> sequence consistently.
4715
4716 2007-11-18  Jim Meyering  <meyering@redhat.com>
4717
4718         Pull my changes from coreutils:
4719         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
4720         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
4721         use of $gnulib_tool_option_extras, so that it's separated from the
4722         preceding argument.
4723
4724         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
4725         * build-aux/bootstrap (cp_mark_as_generated): Create any required
4726         parent destination directories before copying a file into place.
4727
4728 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4729
4730         bootstrap: work also with 4-argument variant of AC_INIT
4731         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
4732
4733 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4734
4735         Port test-getaddrinfo to Solaris.
4736         Problem reported by Bruno Haible in
4737         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
4738         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
4739         explanation of setting 'hints'.
4740         Don't reject an implementation merely because it returns EAI_SERVICE.
4741         (EAI_SERVICE): Define to 0 if not defined.
4742
4743 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4744
4745         The license of gnu-make and posix-shell is now "GPLed build tool".
4746         * modules/gnu-make (License): Likewise.
4747         * modules/posix-shell (License): Likewise.
4748
4749         New module posix-shell, for determining a POSIX shell
4750         or perhaps something that is close enough to a POSIX shell.
4751         * m4/posix-shell.m4: New file.
4752         * modules/posix-shell: New file.
4753
4754         * MODULES.html.sh: Mention new module.
4755
4756         New module gnu-make, for determining whether we're using GNU Make.
4757         * m4/gnu-make.m4: New file.
4758         * modules/gnu-make: New file.
4759         * MODULES.html.sh: Mention new module.
4760
4761 2007-11-14  Jim Meyering  <meyering@redhat.com>
4762
4763         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
4764         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
4765         use this macro to create a function _definition_.
4766         Remove useless "#undef ARGMATCH_DIE".
4767
4768 2007-11-14  Bruno Haible  <bruno@clisp.org>
4769
4770         * lib/config.charset: Update for OpenBSD 4.1.
4771         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
4772
4773 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
4774
4775         Document 64-bit #if problems in stdint.texi.
4776         * doc/headers/stdint.texi (stdint.h): Mention problems with
4777         64-bit-#if, and how to work around them.
4778
4779         Don't insist on 'long long int' support in the preprocessor.  It
4780         breaks too many things.  For example, PRIdMAX still uses a 'long
4781         long int' format with the latest Sun compiler, even though
4782         HAVE_LONG_LONG_INT isn't defined due to that compiler's
4783         preprocessor problem.  This causes the latest coreutils to dump
4784         core on Solaris 10 sparc with the Sun C compiler.
4785         Instead, fix the 2007-10-16 problem in a different way, by evaluating
4786         the troublesome expressions at configure-time, not at #if-time.
4787         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
4788         preprocessor.
4789         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
4790         compile-time C checks, done at 'configure'-time.
4791         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
4792         * modules/inttypes (Makefile): Substitute the new symbols that
4793         gl_INTTYPES_H now generates.
4794         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
4795
4796 2007-11-12  Bruno Haible  <bruno@clisp.org>
4797
4798         Tests for Unicode character classification functions.
4799
4800         * modules/unictype/bidicategory-byname-tests: New file.
4801         * modules/unictype/bidicategory-name-tests: New file.
4802         * modules/unictype/bidicategory-of-tests: New file.
4803         * modules/unictype/bidicategory-test-tests: New file.
4804         * modules/unictype/block-list-tests: New file.
4805         * modules/unictype/block-of-tests: New file.
4806         * modules/unictype/block-test-tests: New file.
4807         * modules/unictype/category-C-tests: New file.
4808         * modules/unictype/category-Cc-tests: New file.
4809         * modules/unictype/category-Cf-tests: New file.
4810         * modules/unictype/category-Cn-tests: New file.
4811         * modules/unictype/category-Co-tests: New file.
4812         * modules/unictype/category-Cs-tests: New file.
4813         * modules/unictype/category-L-tests: New file.
4814         * modules/unictype/category-Ll-tests: New file.
4815         * modules/unictype/category-Lm-tests: New file.
4816         * modules/unictype/category-Lo-tests: New file.
4817         * modules/unictype/category-Lt-tests: New file.
4818         * modules/unictype/category-Lu-tests: New file.
4819         * modules/unictype/category-M-tests: New file.
4820         * modules/unictype/category-Mc-tests: New file.
4821         * modules/unictype/category-Me-tests: New file.
4822         * modules/unictype/category-Mn-tests: New file.
4823         * modules/unictype/category-N-tests: New file.
4824         * modules/unictype/category-Nd-tests: New file.
4825         * modules/unictype/category-Nl-tests: New file.
4826         * modules/unictype/category-No-tests: New file.
4827         * modules/unictype/category-P-tests: New file.
4828         * modules/unictype/category-Pc-tests: New file.
4829         * modules/unictype/category-Pd-tests: New file.
4830         * modules/unictype/category-Pe-tests: New file.
4831         * modules/unictype/category-Pf-tests: New file.
4832         * modules/unictype/category-Pi-tests: New file.
4833         * modules/unictype/category-Po-tests: New file.
4834         * modules/unictype/category-Ps-tests: New file.
4835         * modules/unictype/category-S-tests: New file.
4836         * modules/unictype/category-Sc-tests: New file.
4837         * modules/unictype/category-Sk-tests: New file.
4838         * modules/unictype/category-Sm-tests: New file.
4839         * modules/unictype/category-So-tests: New file.
4840         * modules/unictype/category-Z-tests: New file.
4841         * modules/unictype/category-Zl-tests: New file.
4842         * modules/unictype/category-Zp-tests: New file.
4843         * modules/unictype/category-Zs-tests: New file.
4844         * modules/unictype/category-and-not-tests: New file.
4845         * modules/unictype/category-and-tests: New file.
4846         * modules/unictype/category-byname-tests: New file.
4847         * modules/unictype/category-name-tests: New file.
4848         * modules/unictype/category-none-tests: New file.
4849         * modules/unictype/category-of-tests: New file.
4850         * modules/unictype/category-or-tests: New file.
4851         * modules/unictype/category-test-withtable-tests: New file.
4852         * modules/unictype/combining-class-tests: New file.
4853         * modules/unictype/ctype-alnum-tests: New file.
4854         * modules/unictype/ctype-alpha-tests: New file.
4855         * modules/unictype/ctype-blank-tests: New file.
4856         * modules/unictype/ctype-cntrl-tests: New file.
4857         * modules/unictype/ctype-digit-tests: New file.
4858         * modules/unictype/ctype-graph-tests: New file.
4859         * modules/unictype/ctype-lower-tests: New file.
4860         * modules/unictype/ctype-print-tests: New file.
4861         * modules/unictype/ctype-punct-tests: New file.
4862         * modules/unictype/ctype-space-tests: New file.
4863         * modules/unictype/ctype-upper-tests: New file.
4864         * modules/unictype/ctype-xdigit-tests: New file.
4865         * modules/unictype/decimal-digit-tests: New file.
4866         * modules/unictype/digit-tests: New file.
4867         * modules/unictype/mirror-tests: New file.
4868         * modules/unictype/numeric-tests: New file.
4869         * modules/unictype/property-alphabetic-tests: New file.
4870         * modules/unictype/property-ascii-hex-digit-tests: New file.
4871         * modules/unictype/property-bidi-arabic-digit-tests: New file.
4872         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
4873         * modules/unictype/property-bidi-block-separator-tests: New file.
4874         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
4875         * modules/unictype/property-bidi-common-separator-tests: New file.
4876         * modules/unictype/property-bidi-control-tests: New file.
4877         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
4878         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
4879         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
4880         * modules/unictype/property-bidi-european-digit-tests: New file.
4881         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
4882         * modules/unictype/property-bidi-left-to-right-tests: New file.
4883         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
4884         * modules/unictype/property-bidi-other-neutral-tests: New file.
4885         * modules/unictype/property-bidi-pdf-tests: New file.
4886         * modules/unictype/property-bidi-segment-separator-tests: New file.
4887         * modules/unictype/property-bidi-whitespace-tests: New file.
4888         * modules/unictype/property-byname-tests: New file.
4889         * modules/unictype/property-combining-tests: New file.
4890         * modules/unictype/property-composite-tests: New file.
4891         * modules/unictype/property-currency-symbol-tests: New file.
4892         * modules/unictype/property-dash-tests: New file.
4893         * modules/unictype/property-decimal-digit-tests: New file.
4894         * modules/unictype/property-default-ignorable-code-point-tests: New file.
4895         * modules/unictype/property-deprecated-tests: New file.
4896         * modules/unictype/property-diacritic-tests: New file.
4897         * modules/unictype/property-extender-tests: New file.
4898         * modules/unictype/property-format-control-tests: New file.
4899         * modules/unictype/property-grapheme-base-tests: New file.
4900         * modules/unictype/property-grapheme-extend-tests: New file.
4901         * modules/unictype/property-grapheme-link-tests: New file.
4902         * modules/unictype/property-hex-digit-tests: New file.
4903         * modules/unictype/property-hyphen-tests: New file.
4904         * modules/unictype/property-id-continue-tests: New file.
4905         * modules/unictype/property-id-start-tests: New file.
4906         * modules/unictype/property-ideographic-tests: New file.
4907         * modules/unictype/property-ids-binary-operator-tests: New file.
4908         * modules/unictype/property-ids-trinary-operator-tests: New file.
4909         * modules/unictype/property-ignorable-control-tests: New file.
4910         * modules/unictype/property-iso-control-tests: New file.
4911         * modules/unictype/property-join-control-tests: New file.
4912         * modules/unictype/property-left-of-pair-tests: New file.
4913         * modules/unictype/property-line-separator-tests: New file.
4914         * modules/unictype/property-logical-order-exception-tests: New file.
4915         * modules/unictype/property-lowercase-tests: New file.
4916         * modules/unictype/property-math-tests: New file.
4917         * modules/unictype/property-non-break-tests: New file.
4918         * modules/unictype/property-not-a-character-tests: New file.
4919         * modules/unictype/property-numeric-tests: New file.
4920         * modules/unictype/property-other-alphabetic-tests: New file.
4921         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
4922         * modules/unictype/property-other-grapheme-extend-tests: New file.
4923         * modules/unictype/property-other-id-continue-tests: New file.
4924         * modules/unictype/property-other-id-start-tests: New file.
4925         * modules/unictype/property-other-lowercase-tests: New file.
4926         * modules/unictype/property-other-math-tests: New file.
4927         * modules/unictype/property-other-uppercase-tests: New file.
4928         * modules/unictype/property-paired-punctuation-tests: New file.
4929         * modules/unictype/property-paragraph-separator-tests: New file.
4930         * modules/unictype/property-pattern-syntax-tests: New file.
4931         * modules/unictype/property-pattern-white-space-tests: New file.
4932         * modules/unictype/property-private-use-tests: New file.
4933         * modules/unictype/property-punctuation-tests: New file.
4934         * modules/unictype/property-quotation-mark-tests: New file.
4935         * modules/unictype/property-radical-tests: New file.
4936         * modules/unictype/property-sentence-terminal-tests: New file.
4937         * modules/unictype/property-soft-dotted-tests: New file.
4938         * modules/unictype/property-space-tests: New file.
4939         * modules/unictype/property-terminal-punctuation-tests: New file.
4940         * modules/unictype/property-test-tests: New file.
4941         * modules/unictype/property-titlecase-tests: New file.
4942         * modules/unictype/property-unassigned-code-value-tests: New file.
4943         * modules/unictype/property-unified-ideograph-tests: New file.
4944         * modules/unictype/property-uppercase-tests: New file.
4945         * modules/unictype/property-variation-selector-tests: New file.
4946         * modules/unictype/property-white-space-tests: New file.
4947         * modules/unictype/property-xid-continue-tests: New file.
4948         * modules/unictype/property-xid-start-tests: New file.
4949         * modules/unictype/property-zero-width-tests: New file.
4950         * modules/unictype/scripts-tests: New file.
4951         * modules/unictype/syntax-c-ident-tests: New file.
4952         * modules/unictype/syntax-c-whitespace-tests: New file.
4953         * modules/unictype/syntax-java-ident-tests: New file.
4954         * modules/unictype/syntax-java-whitespace-tests: New file.
4955         * tests/unictype/test-bidi_byname.c: New file.
4956         * tests/unictype/test-bidi_name.c: New file.
4957         * tests/unictype/test-bidi_of.c: New file.
4958         * tests/unictype/test-bidi_test.c: New file.
4959         * tests/unictype/test-block_list.c: New file.
4960         * tests/unictype/test-block_of.c: New file.
4961         * tests/unictype/test-block_test.c: New file.
4962         * tests/unictype/test-categ_and.c: New file.
4963         * tests/unictype/test-categ_and_not.c: New file.
4964         * tests/unictype/test-categ_byname.c: New file.
4965         * tests/unictype/test-categ_name.c: New file.
4966         * tests/unictype/test-categ_none.c: New file.
4967         * tests/unictype/test-categ_of.c: New file.
4968         * tests/unictype/test-categ_or.c: New file.
4969         * tests/unictype/test-categ_test_withtable.c: New file.
4970         * tests/unictype/test-combining.c: New file.
4971         * tests/unictype/test-decdigit.c: New file.
4972         * tests/unictype/test-digit.c: New file.
4973         * tests/unictype/test-mirror.c: New file.
4974         * tests/unictype/test-numeric.c: New file.
4975         * tests/unictype/test-pr_byname.c: New file.
4976         * tests/unictype/test-pr_test.c: New file.
4977         * tests/unictype/test-predicate-part1.h: New file.
4978         * tests/unictype/test-predicate-part2.h: New file.
4979         * tests/unictype/test-scripts.c: New file.
4980         * tests/unictype/test-sy_c_ident.c: New file.
4981         * tests/unictype/test-sy_java_ident.c: New file.
4982
4983         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
4984         for Unicode 5.0.0.
4985         * tests/unictype/test-categ_Cc.c: Likewise.
4986         * tests/unictype/test-categ_Cf.c: Likewise.
4987         * tests/unictype/test-categ_Cn.c: Likewise.
4988         * tests/unictype/test-categ_Co.c: Likewise.
4989         * tests/unictype/test-categ_Cs.c: Likewise.
4990         * tests/unictype/test-categ_L.c: Likewise.
4991         * tests/unictype/test-categ_Ll.c: Likewise.
4992         * tests/unictype/test-categ_Lm.c: Likewise.
4993         * tests/unictype/test-categ_Lo.c: Likewise.
4994         * tests/unictype/test-categ_Lt.c: Likewise.
4995         * tests/unictype/test-categ_Lu.c: Likewise.
4996         * tests/unictype/test-categ_M.c: Likewise.
4997         * tests/unictype/test-categ_Mc.c: Likewise.
4998         * tests/unictype/test-categ_Me.c: Likewise.
4999         * tests/unictype/test-categ_Mn.c: Likewise.
5000         * tests/unictype/test-categ_N.c: Likewise.
5001         * tests/unictype/test-categ_Nd.c: Likewise.
5002         * tests/unictype/test-categ_Nl.c: Likewise.
5003         * tests/unictype/test-categ_No.c: Likewise.
5004         * tests/unictype/test-categ_P.c: Likewise.
5005         * tests/unictype/test-categ_Pc.c: Likewise.
5006         * tests/unictype/test-categ_Pd.c: Likewise.
5007         * tests/unictype/test-categ_Pe.c: Likewise.
5008         * tests/unictype/test-categ_Pf.c: Likewise.
5009         * tests/unictype/test-categ_Pi.c: Likewise.
5010         * tests/unictype/test-categ_Po.c: Likewise.
5011         * tests/unictype/test-categ_Ps.c: Likewise.
5012         * tests/unictype/test-categ_S.c: Likewise.
5013         * tests/unictype/test-categ_Sc.c: Likewise.
5014         * tests/unictype/test-categ_Sk.c: Likewise.
5015         * tests/unictype/test-categ_Sm.c: Likewise.
5016         * tests/unictype/test-categ_So.c: Likewise.
5017         * tests/unictype/test-categ_Z.c: Likewise.
5018         * tests/unictype/test-categ_Zl.c: Likewise.
5019         * tests/unictype/test-categ_Zp.c: Likewise.
5020         * tests/unictype/test-categ_Zs.c: Likewise.
5021         * tests/unictype/test-ctype_alnum.c: Likewise.
5022         * tests/unictype/test-ctype_alpha.c: Likewise.
5023         * tests/unictype/test-ctype_blank.c: Likewise.
5024         * tests/unictype/test-ctype_cntrl.c: Likewise.
5025         * tests/unictype/test-ctype_digit.c: Likewise.
5026         * tests/unictype/test-ctype_graph.c: Likewise.
5027         * tests/unictype/test-ctype_lower.c: Likewise.
5028         * tests/unictype/test-ctype_print.c: Likewise.
5029         * tests/unictype/test-ctype_punct.c: Likewise.
5030         * tests/unictype/test-ctype_space.c: Likewise.
5031         * tests/unictype/test-ctype_upper.c: Likewise.
5032         * tests/unictype/test-ctype_xdigit.c: Likewise.
5033         * tests/unictype/test-decdigit.h: Likewise.
5034         * tests/unictype/test-digit.h: Likewise.
5035         * tests/unictype/test-numeric.h: Likewise.
5036         * tests/unictype/test-pr_alphabetic.c: Likewise.
5037         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
5038         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
5039         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
5040         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
5041         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
5042         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
5043         * tests/unictype/test-pr_bidi_control.c: Likewise.
5044         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
5045         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
5046         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
5047         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
5048         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
5049         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
5050         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
5051         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
5052         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
5053         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
5054         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
5055         * tests/unictype/test-pr_combining.c: Likewise.
5056         * tests/unictype/test-pr_composite.c: Likewise.
5057         * tests/unictype/test-pr_currency_symbol.c: Likewise.
5058         * tests/unictype/test-pr_dash.c: Likewise.
5059         * tests/unictype/test-pr_decimal_digit.c: Likewise.
5060         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
5061         * tests/unictype/test-pr_deprecated.c: Likewise.
5062         * tests/unictype/test-pr_diacritic.c: Likewise.
5063         * tests/unictype/test-pr_extender.c: Likewise.
5064         * tests/unictype/test-pr_format_control.c: Likewise.
5065         * tests/unictype/test-pr_grapheme_base.c: Likewise.
5066         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
5067         * tests/unictype/test-pr_grapheme_link.c: Likewise.
5068         * tests/unictype/test-pr_hex_digit.c: Likewise.
5069         * tests/unictype/test-pr_hyphen.c: Likewise.
5070         * tests/unictype/test-pr_id_continue.c: Likewise.
5071         * tests/unictype/test-pr_id_start.c: Likewise.
5072         * tests/unictype/test-pr_ideographic.c: Likewise.
5073         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
5074         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
5075         * tests/unictype/test-pr_ignorable_control.c: Likewise.
5076         * tests/unictype/test-pr_iso_control.c: Likewise.
5077         * tests/unictype/test-pr_join_control.c: Likewise.
5078         * tests/unictype/test-pr_left_of_pair.c: Likewise.
5079         * tests/unictype/test-pr_line_separator.c: Likewise.
5080         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
5081         * tests/unictype/test-pr_lowercase.c: Likewise.
5082         * tests/unictype/test-pr_math.c: Likewise.
5083         * tests/unictype/test-pr_non_break.c: Likewise.
5084         * tests/unictype/test-pr_not_a_character.c: Likewise.
5085         * tests/unictype/test-pr_numeric.c: Likewise.
5086         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
5087         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
5088         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
5089         * tests/unictype/test-pr_other_id_continue.c: Likewise.
5090         * tests/unictype/test-pr_other_id_start.c: Likewise.
5091         * tests/unictype/test-pr_other_lowercase.c: Likewise.
5092         * tests/unictype/test-pr_other_math.c: Likewise.
5093         * tests/unictype/test-pr_other_uppercase.c: Likewise.
5094         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
5095         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
5096         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
5097         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
5098         * tests/unictype/test-pr_private_use.c: Likewise.
5099         * tests/unictype/test-pr_punctuation.c: Likewise.
5100         * tests/unictype/test-pr_quotation_mark.c: Likewise.
5101         * tests/unictype/test-pr_radical.c: Likewise.
5102         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
5103         * tests/unictype/test-pr_soft_dotted.c: Likewise.
5104         * tests/unictype/test-pr_space.c: Likewise.
5105         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
5106         * tests/unictype/test-pr_titlecase.c: Likewise.
5107         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
5108         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
5109         * tests/unictype/test-pr_uppercase.c: Likewise.
5110         * tests/unictype/test-pr_variation_selector.c: Likewise.
5111         * tests/unictype/test-pr_white_space.c: Likewise.
5112         * tests/unictype/test-pr_xid_continue.c: Likewise.
5113         * tests/unictype/test-pr_xid_start.c: Likewise.
5114         * tests/unictype/test-pr_zero_width.c: Likewise.
5115         * tests/unictype/test-sy_c_whitespace.c: Likewise.
5116         * tests/unictype/test-sy_java_whitespace.c: Likewise.
5117
5118 2007-11-12  Bruno Haible  <bruno@clisp.org>
5119
5120         Unicode character classification functions.
5121         * lib/unictype.h: New file.
5122         * modules/unictype/base: New file.
5123         * modules/unictype/category-L: New file.
5124         * modules/unictype/category-Lu: New file.
5125         * modules/unictype/category-Ll: New file.
5126         * modules/unictype/category-Lt: New file.
5127         * modules/unictype/category-Lm: New file.
5128         * modules/unictype/category-Lo: New file.
5129         * modules/unictype/category-M: New file.
5130         * modules/unictype/category-Mn: New file.
5131         * modules/unictype/category-Mc: New file.
5132         * modules/unictype/category-Me: New file.
5133         * modules/unictype/category-N: New file.
5134         * modules/unictype/category-Nd: New file.
5135         * modules/unictype/category-Nl: New file.
5136         * modules/unictype/category-No: New file.
5137         * modules/unictype/category-P: New file.
5138         * modules/unictype/category-Pc: New file.
5139         * modules/unictype/category-Pd: New file.
5140         * modules/unictype/category-Ps: New file.
5141         * modules/unictype/category-Pe: New file.
5142         * modules/unictype/category-Pi: New file.
5143         * modules/unictype/category-Pf: New file.
5144         * modules/unictype/category-Po: New file.
5145         * modules/unictype/category-S: New file.
5146         * modules/unictype/category-Sm: New file.
5147         * modules/unictype/category-Sc: New file.
5148         * modules/unictype/category-Sk: New file.
5149         * modules/unictype/category-So: New file.
5150         * modules/unictype/category-Z: New file.
5151         * modules/unictype/category-Zs: New file.
5152         * modules/unictype/category-Zl: New file.
5153         * modules/unictype/category-Zp: New file.
5154         * modules/unictype/category-C: New file.
5155         * modules/unictype/category-Cc: New file.
5156         * modules/unictype/category-Cf: New file.
5157         * modules/unictype/category-Cs: New file.
5158         * modules/unictype/category-Co: New file.
5159         * modules/unictype/category-Cn: New file.
5160         * modules/unictype/category-or: New file.
5161         * modules/unictype/category-of: New file.
5162         * modules/unictype/category-test: New file.
5163         * modules/unictype/category-test-withtable: New file.
5164         * modules/unictype/category-byname: New file.
5165         * modules/unictype/category-none: New file.
5166         * modules/unictype/category-and: New file.
5167         * modules/unictype/category-and-not: New file.
5168         * modules/unictype/category-name: New file.
5169         * modules/unictype/combining-class: New file.
5170         * modules/unictype/category-all: New file.
5171         * modules/unictype/bidicategory-all: New file.
5172         * modules/unictype/bidicategory-byname: New file.
5173         * modules/unictype/bidicategory-name: New file.
5174         * modules/unictype/bidicategory-of: New file.
5175         * modules/unictype/bidicategory-test: New file.
5176         * modules/unictype/decimal-digit: New file.
5177         * modules/unictype/digit: New file.
5178         * modules/unictype/numeric: New file.
5179         * modules/unictype/mirror: New file.
5180         * modules/unictype/property-white-space: New file.
5181         * modules/unictype/property-alphabetic: New file.
5182         * modules/unictype/property-other-alphabetic: New file.
5183         * modules/unictype/property-not-a-character: New file.
5184         * modules/unictype/property-default-ignorable-code-point: New file.
5185         * modules/unictype/property-other-default-ignorable-code-point: New
5186         file.
5187         * modules/unictype/property-deprecated: New file.
5188         * modules/unictype/property-logical-order-exception: New file.
5189         * modules/unictype/property-variation-selector: New file.
5190         * modules/unictype/property-private-use: New file.
5191         * modules/unictype/property-unassigned-code-value: New file.
5192         * modules/unictype/property-uppercase: New file.
5193         * modules/unictype/property-other-uppercase: New file.
5194         * modules/unictype/property-lowercase: New file.
5195         * modules/unictype/property-other-lowercase: New file.
5196         * modules/unictype/property-titlecase: New file.
5197         * modules/unictype/property-soft-dotted: New file.
5198         * modules/unictype/property-id-start: New file.
5199         * modules/unictype/property-other-id-start: New file.
5200         * modules/unictype/property-id-continue: New file.
5201         * modules/unictype/property-other-id-continue: New file.
5202         * modules/unictype/property-xid-start: New file.
5203         * modules/unictype/property-xid-continue: New file.
5204         * modules/unictype/property-pattern-white-space: New file.
5205         * modules/unictype/property-pattern-syntax: New file.
5206         * modules/unictype/property-join-control: New file.
5207         * modules/unictype/property-grapheme-base: New file.
5208         * modules/unictype/property-grapheme-extend: New file.
5209         * modules/unictype/property-other-grapheme-extend: New file.
5210         * modules/unictype/property-grapheme-link: New file.
5211         * modules/unictype/property-bidi-control: New file.
5212         * modules/unictype/property-bidi-left-to-right: New file.
5213         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
5214         * modules/unictype/property-bidi-arabic-right-to-left: New file.
5215         * modules/unictype/property-bidi-european-digit: New file.
5216         * modules/unictype/property-bidi-eur-num-separator: New file.
5217         * modules/unictype/property-bidi-eur-num-terminator: New file.
5218         * modules/unictype/property-bidi-arabic-digit: New file.
5219         * modules/unictype/property-bidi-common-separator: New file.
5220         * modules/unictype/property-bidi-block-separator: New file.
5221         * modules/unictype/property-bidi-segment-separator: New file.
5222         * modules/unictype/property-bidi-whitespace: New file.
5223         * modules/unictype/property-bidi-non-spacing-mark: New file.
5224         * modules/unictype/property-bidi-boundary-neutral: New file.
5225         * modules/unictype/property-bidi-pdf: New file.
5226         * modules/unictype/property-bidi-embedding-or-override: New file.
5227         * modules/unictype/property-bidi-other-neutral: New file.
5228         * modules/unictype/property-hex-digit: New file.
5229         * modules/unictype/property-ascii-hex-digit: New file.
5230         * modules/unictype/property-ideographic: New file.
5231         * modules/unictype/property-unified-ideograph: New file.
5232         * modules/unictype/property-radical: New file.
5233         * modules/unictype/property-ids-binary-operator: New file.
5234         * modules/unictype/property-ids-trinary-operator: New file.
5235         * modules/unictype/property-zero-width: New file.
5236         * modules/unictype/property-space: New file.
5237         * modules/unictype/property-non-break: New file.
5238         * modules/unictype/property-iso-control: New file.
5239         * modules/unictype/property-format-control: New file.
5240         * modules/unictype/property-dash: New file.
5241         * modules/unictype/property-hyphen: New file.
5242         * modules/unictype/property-punctuation: New file.
5243         * modules/unictype/property-line-separator: New file.
5244         * modules/unictype/property-paragraph-separator: New file.
5245         * modules/unictype/property-quotation-mark: New file.
5246         * modules/unictype/property-sentence-terminal: New file.
5247         * modules/unictype/property-terminal-punctuation: New file.
5248         * modules/unictype/property-currency-symbol: New file.
5249         * modules/unictype/property-math: New file.
5250         * modules/unictype/property-other-math: New file.
5251         * modules/unictype/property-paired-punctuation: New file.
5252         * modules/unictype/property-left-of-pair: New file.
5253         * modules/unictype/property-combining: New file.
5254         * modules/unictype/property-composite: New file.
5255         * modules/unictype/property-decimal-digit: New file.
5256         * modules/unictype/property-numeric: New file.
5257         * modules/unictype/property-diacritic: New file.
5258         * modules/unictype/property-extender: New file.
5259         * modules/unictype/property-ignorable-control: New file.
5260         * modules/unictype/property-test: New file.
5261         * modules/unictype/property-byname: New file.
5262         * modules/unictype/property-all: New file.
5263         * modules/unictype/scripts: New file.
5264         * modules/unictype/scripts-all: New file.
5265         * modules/unictype/block-of: New file.
5266         * modules/unictype/block-test: New file.
5267         * modules/unictype/block-list: New file.
5268         * modules/unictype/block-all: New file.
5269         * modules/unictype/syntax-c-whitespace: New file.
5270         * modules/unictype/syntax-java-whitespace: New file.
5271         * modules/unictype/syntax-c-ident: New file.
5272         * modules/unictype/syntax-java-ident: New file.
5273         * modules/unictype/ctype-alnum: New file.
5274         * modules/unictype/ctype-alpha: New file.
5275         * modules/unictype/ctype-cntrl: New file.
5276         * modules/unictype/ctype-digit: New file.
5277         * modules/unictype/ctype-graph: New file.
5278         * modules/unictype/ctype-lower: New file.
5279         * modules/unictype/ctype-print: New file.
5280         * modules/unictype/ctype-punct: New file.
5281         * modules/unictype/ctype-space: New file.
5282         * modules/unictype/ctype-upper: New file.
5283         * modules/unictype/ctype-xdigit: New file.
5284         * modules/unictype/ctype-blank: New file.
5285         * lib/unictype/bidi_byname.c: New file.
5286         * lib/unictype/bidi_name.c: New file.
5287         * lib/unictype/bidi_of.c: New file.
5288         * lib/unictype/bidi_test.c: New file.
5289         * lib/unictype/bitmap.h: New file.
5290         * lib/unictype/block_test.c: New file.
5291         * lib/unictype/blocks.c: New file.
5292         * lib/unictype/categ_C.c: New file.
5293         * lib/unictype/categ_Cc.c: New file.
5294         * lib/unictype/categ_Cf.c: New file.
5295         * lib/unictype/categ_Cn.c: New file.
5296         * lib/unictype/categ_Co.c: New file.
5297         * lib/unictype/categ_Cs.c: New file.
5298         * lib/unictype/categ_L.c: New file.
5299         * lib/unictype/categ_Ll.c: New file.
5300         * lib/unictype/categ_Lm.c: New file.
5301         * lib/unictype/categ_Lo.c: New file.
5302         * lib/unictype/categ_Lt.c: New file.
5303         * lib/unictype/categ_Lu.c: New file.
5304         * lib/unictype/categ_M.c: New file.
5305         * lib/unictype/categ_Mc.c: New file.
5306         * lib/unictype/categ_Me.c: New file.
5307         * lib/unictype/categ_Mn.c: New file.
5308         * lib/unictype/categ_N.c: New file.
5309         * lib/unictype/categ_Nd.c: New file.
5310         * lib/unictype/categ_Nl.c: New file.
5311         * lib/unictype/categ_No.c: New file.
5312         * lib/unictype/categ_P.c: New file.
5313         * lib/unictype/categ_Pc.c: New file.
5314         * lib/unictype/categ_Pd.c: New file.
5315         * lib/unictype/categ_Pe.c: New file.
5316         * lib/unictype/categ_Pf.c: New file.
5317         * lib/unictype/categ_Pi.c: New file.
5318         * lib/unictype/categ_Po.c: New file.
5319         * lib/unictype/categ_Ps.c: New file.
5320         * lib/unictype/categ_S.c: New file.
5321         * lib/unictype/categ_Sc.c: New file.
5322         * lib/unictype/categ_Sk.c: New file.
5323         * lib/unictype/categ_Sm.c: New file.
5324         * lib/unictype/categ_So.c: New file.
5325         * lib/unictype/categ_Z.c: New file.
5326         * lib/unictype/categ_Zl.c: New file.
5327         * lib/unictype/categ_Zp.c: New file.
5328         * lib/unictype/categ_Zs.c: New file.
5329         * lib/unictype/categ_and.c: New file.
5330         * lib/unictype/categ_and_not.c: New file.
5331         * lib/unictype/categ_byname.c: New file.
5332         * lib/unictype/categ_name.c: New file.
5333         * lib/unictype/categ_none.c: New file.
5334         * lib/unictype/categ_of.c: New file.
5335         * lib/unictype/categ_or.c: New file.
5336         * lib/unictype/categ_test.c: New file.
5337         * lib/unictype/combining.c: New file.
5338         * lib/unictype/ctype_alnum.c: New file.
5339         * lib/unictype/ctype_alpha.c: New file.
5340         * lib/unictype/ctype_blank.c: New file.
5341         * lib/unictype/ctype_cntrl.c: New file.
5342         * lib/unictype/ctype_digit.c: New file.
5343         * lib/unictype/ctype_graph.c: New file.
5344         * lib/unictype/ctype_lower.c: New file.
5345         * lib/unictype/ctype_print.c: New file.
5346         * lib/unictype/ctype_punct.c: New file.
5347         * lib/unictype/ctype_space.c: New file.
5348         * lib/unictype/ctype_upper.c: New file.
5349         * lib/unictype/ctype_xdigit.c: New file.
5350         * lib/unictype/decdigit.c: New file.
5351         * lib/unictype/digit.c: New file.
5352         * lib/unictype/identsyntaxmap.h: New file.
5353         * lib/unictype/mirror.c: New file.
5354         * lib/unictype/numeric.c: New file.
5355         * lib/unictype/pr_alphabetic.c: New file.
5356         * lib/unictype/pr_ascii_hex_digit.c: New file.
5357         * lib/unictype/pr_bidi_arabic_digit.c: New file.
5358         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
5359         * lib/unictype/pr_bidi_block_separator.c: New file.
5360         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
5361         * lib/unictype/pr_bidi_common_separator.c: New file.
5362         * lib/unictype/pr_bidi_control.c: New file.
5363         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
5364         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
5365         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
5366         * lib/unictype/pr_bidi_european_digit.c: New file.
5367         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
5368         * lib/unictype/pr_bidi_left_to_right.c: New file.
5369         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
5370         * lib/unictype/pr_bidi_other_neutral.c: New file.
5371         * lib/unictype/pr_bidi_pdf.c: New file.
5372         * lib/unictype/pr_bidi_segment_separator.c: New file.
5373         * lib/unictype/pr_bidi_whitespace.c: New file.
5374         * lib/unictype/pr_byname.c: New file.
5375         * lib/unictype/pr_byname.gperf: New file.
5376         * lib/unictype/pr_combining.c: New file.
5377         * lib/unictype/pr_composite.c: New file.
5378         * lib/unictype/pr_currency_symbol.c: New file.
5379         * lib/unictype/pr_dash.c: New file.
5380         * lib/unictype/pr_decimal_digit.c: New file.
5381         * lib/unictype/pr_default_ignorable_code_point.c: New file.
5382         * lib/unictype/pr_deprecated.c: New file.
5383         * lib/unictype/pr_diacritic.c: New file.
5384         * lib/unictype/pr_extender.c: New file.
5385         * lib/unictype/pr_format_control.c: New file.
5386         * lib/unictype/pr_grapheme_base.c: New file.
5387         * lib/unictype/pr_grapheme_extend.c: New file.
5388         * lib/unictype/pr_grapheme_link.c: New file.
5389         * lib/unictype/pr_hex_digit.c: New file.
5390         * lib/unictype/pr_hyphen.c: New file.
5391         * lib/unictype/pr_id_continue.c: New file.
5392         * lib/unictype/pr_id_start.c: New file.
5393         * lib/unictype/pr_ideographic.c: New file.
5394         * lib/unictype/pr_ids_binary_operator.c: New file.
5395         * lib/unictype/pr_ids_trinary_operator.c: New file.
5396         * lib/unictype/pr_ignorable_control.c: New file.
5397         * lib/unictype/pr_iso_control.c: New file.
5398         * lib/unictype/pr_join_control.c: New file.
5399         * lib/unictype/pr_left_of_pair.c: New file.
5400         * lib/unictype/pr_line_separator.c: New file.
5401         * lib/unictype/pr_logical_order_exception.c: New file.
5402         * lib/unictype/pr_lowercase.c: New file.
5403         * lib/unictype/pr_math.c: New file.
5404         * lib/unictype/pr_non_break.c: New file.
5405         * lib/unictype/pr_not_a_character.c: New file.
5406         * lib/unictype/pr_numeric.c: New file.
5407         * lib/unictype/pr_other_alphabetic.c: New file.
5408         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
5409         * lib/unictype/pr_other_grapheme_extend.c: New file.
5410         * lib/unictype/pr_other_id_continue.c: New file.
5411         * lib/unictype/pr_other_id_start.c: New file.
5412         * lib/unictype/pr_other_lowercase.c: New file.
5413         * lib/unictype/pr_other_math.c: New file.
5414         * lib/unictype/pr_other_uppercase.c: New file.
5415         * lib/unictype/pr_paired_punctuation.c: New file.
5416         * lib/unictype/pr_paragraph_separator.c: New file.
5417         * lib/unictype/pr_pattern_syntax.c: New file.
5418         * lib/unictype/pr_pattern_white_space.c: New file.
5419         * lib/unictype/pr_private_use.c: New file.
5420         * lib/unictype/pr_punctuation.c: New file.
5421         * lib/unictype/pr_quotation_mark.c: New file.
5422         * lib/unictype/pr_radical.c: New file.
5423         * lib/unictype/pr_sentence_terminal.c: New file.
5424         * lib/unictype/pr_soft_dotted.c: New file.
5425         * lib/unictype/pr_space.c: New file.
5426         * lib/unictype/pr_terminal_punctuation.c: New file.
5427         * lib/unictype/pr_test.c: New file.
5428         * lib/unictype/pr_titlecase.c: New file.
5429         * lib/unictype/pr_unassigned_code_value.c: New file.
5430         * lib/unictype/pr_unified_ideograph.c: New file.
5431         * lib/unictype/pr_uppercase.c: New file.
5432         * lib/unictype/pr_variation_selector.c: New file.
5433         * lib/unictype/pr_white_space.c: New file.
5434         * lib/unictype/pr_xid_continue.c: New file.
5435         * lib/unictype/pr_xid_start.c: New file.
5436         * lib/unictype/pr_zero_width.c: New file.
5437         * lib/unictype/scripts.c: New file.
5438         * lib/unictype/sy_c_ident.c: New file.
5439         * lib/unictype/sy_c_whitespace.c: New file.
5440         * lib/unictype/sy_java_ident.c: New file.
5441         * lib/unictype/sy_java_whitespace.c: New file.
5442
5443         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
5444         Unicode 5.0.0.
5445         * lib/unictype/blocks.h: Likewise.
5446         * lib/unictype/categ_C.h: Likewise.
5447         * lib/unictype/categ_Cc.h: Likewise.
5448         * lib/unictype/categ_Cf.h: Likewise.
5449         * lib/unictype/categ_Cn.h: Likewise.
5450         * lib/unictype/categ_Co.h: Likewise.
5451         * lib/unictype/categ_Cs.h: Likewise.
5452         * lib/unictype/categ_L.h: Likewise.
5453         * lib/unictype/categ_Ll.h: Likewise.
5454         * lib/unictype/categ_Lm.h: Likewise.
5455         * lib/unictype/categ_Lo.h: Likewise.
5456         * lib/unictype/categ_Lt.h: Likewise.
5457         * lib/unictype/categ_Lu.h: Likewise.
5458         * lib/unictype/categ_M.h: Likewise.
5459         * lib/unictype/categ_Mc.h: Likewise.
5460         * lib/unictype/categ_Me.h: Likewise.
5461         * lib/unictype/categ_Mn.h: Likewise.
5462         * lib/unictype/categ_N.h: Likewise.
5463         * lib/unictype/categ_Nd.h: Likewise.
5464         * lib/unictype/categ_Nl.h: Likewise.
5465         * lib/unictype/categ_No.h: Likewise.
5466         * lib/unictype/categ_P.h: Likewise.
5467         * lib/unictype/categ_Pc.h: Likewise.
5468         * lib/unictype/categ_Pd.h: Likewise.
5469         * lib/unictype/categ_Pe.h: Likewise.
5470         * lib/unictype/categ_Pf.h: Likewise.
5471         * lib/unictype/categ_Pi.h: Likewise.
5472         * lib/unictype/categ_Po.h: Likewise.
5473         * lib/unictype/categ_Ps.h: Likewise.
5474         * lib/unictype/categ_S.h: Likewise.
5475         * lib/unictype/categ_Sc.h: Likewise.
5476         * lib/unictype/categ_Sk.h: Likewise.
5477         * lib/unictype/categ_Sm.h: Likewise.
5478         * lib/unictype/categ_So.h: Likewise.
5479         * lib/unictype/categ_Z.h: Likewise.
5480         * lib/unictype/categ_Zl.h: Likewise.
5481         * lib/unictype/categ_Zp.h: Likewise.
5482         * lib/unictype/categ_Zs.h: Likewise.
5483         * lib/unictype/categ_of.h: Likewise.
5484         * lib/unictype/combining.h: Likewise.
5485         * lib/unictype/ctype_alnum.h: Likewise.
5486         * lib/unictype/ctype_alpha.h: Likewise.
5487         * lib/unictype/ctype_blank.h: Likewise.
5488         * lib/unictype/ctype_cntrl.h: Likewise.
5489         * lib/unictype/ctype_digit.h: Likewise.
5490         * lib/unictype/ctype_graph.h: Likewise.
5491         * lib/unictype/ctype_lower.h: Likewise.
5492         * lib/unictype/ctype_print.h: Likewise.
5493         * lib/unictype/ctype_punct.h: Likewise.
5494         * lib/unictype/ctype_space.h: Likewise.
5495         * lib/unictype/ctype_upper.h: Likewise.
5496         * lib/unictype/ctype_xdigit.h: Likewise.
5497         * lib/unictype/decdigit.h: Likewise.
5498         * lib/unictype/digit.h: Likewise.
5499         * lib/unictype/mirror.h: Likewise.
5500         * lib/unictype/numeric.h: Likewise.
5501         * lib/unictype/pr_alphabetic.h: Likewise.
5502         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
5503         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
5504         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
5505         * lib/unictype/pr_bidi_block_separator.h: Likewise.
5506         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
5507         * lib/unictype/pr_bidi_common_separator.h: Likewise.
5508         * lib/unictype/pr_bidi_control.h: Likewise.
5509         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
5510         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
5511         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
5512         * lib/unictype/pr_bidi_european_digit.h: Likewise.
5513         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
5514         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
5515         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
5516         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
5517         * lib/unictype/pr_bidi_pdf.h: Likewise.
5518         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
5519         * lib/unictype/pr_bidi_whitespace.h: Likewise.
5520         * lib/unictype/pr_combining.h: Likewise.
5521         * lib/unictype/pr_composite.h: Likewise.
5522         * lib/unictype/pr_currency_symbol.h: Likewise.
5523         * lib/unictype/pr_dash.h: Likewise.
5524         * lib/unictype/pr_decimal_digit.h: Likewise.
5525         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
5526         * lib/unictype/pr_deprecated.h: Likewise.
5527         * lib/unictype/pr_diacritic.h: Likewise.
5528         * lib/unictype/pr_extender.h: Likewise.
5529         * lib/unictype/pr_format_control.h: Likewise.
5530         * lib/unictype/pr_grapheme_base.h: Likewise.
5531         * lib/unictype/pr_grapheme_extend.h: Likewise.
5532         * lib/unictype/pr_grapheme_link.h: Likewise.
5533         * lib/unictype/pr_hex_digit.h: Likewise.
5534         * lib/unictype/pr_hyphen.h: Likewise.
5535         * lib/unictype/pr_id_continue.h: Likewise.
5536         * lib/unictype/pr_id_start.h: Likewise.
5537         * lib/unictype/pr_ideographic.h: Likewise.
5538         * lib/unictype/pr_ids_binary_operator.h: Likewise.
5539         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
5540         * lib/unictype/pr_ignorable_control.h: Likewise.
5541         * lib/unictype/pr_iso_control.h: Likewise.
5542         * lib/unictype/pr_join_control.h: Likewise.
5543         * lib/unictype/pr_left_of_pair.h: Likewise.
5544         * lib/unictype/pr_line_separator.h: Likewise.
5545         * lib/unictype/pr_logical_order_exception.h: Likewise.
5546         * lib/unictype/pr_lowercase.h: Likewise.
5547         * lib/unictype/pr_math.h: Likewise.
5548         * lib/unictype/pr_non_break.h: Likewise.
5549         * lib/unictype/pr_not_a_character.h: Likewise.
5550         * lib/unictype/pr_numeric.h: Likewise.
5551         * lib/unictype/pr_other_alphabetic.h: Likewise.
5552         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
5553         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
5554         * lib/unictype/pr_other_id_continue.h: Likewise.
5555         * lib/unictype/pr_other_id_start.h: Likewise.
5556         * lib/unictype/pr_other_lowercase.h: Likewise.
5557         * lib/unictype/pr_other_math.h: Likewise.
5558         * lib/unictype/pr_other_uppercase.h: Likewise.
5559         * lib/unictype/pr_paired_punctuation.h: Likewise.
5560         * lib/unictype/pr_paragraph_separator.h: Likewise.
5561         * lib/unictype/pr_pattern_syntax.h: Likewise.
5562         * lib/unictype/pr_pattern_white_space.h: Likewise.
5563         * lib/unictype/pr_private_use.h: Likewise.
5564         * lib/unictype/pr_punctuation.h: Likewise.
5565         * lib/unictype/pr_quotation_mark.h: Likewise.
5566         * lib/unictype/pr_radical.h: Likewise.
5567         * lib/unictype/pr_sentence_terminal.h: Likewise.
5568         * lib/unictype/pr_soft_dotted.h: Likewise.
5569         * lib/unictype/pr_space.h: Likewise.
5570         * lib/unictype/pr_terminal_punctuation.h: Likewise.
5571         * lib/unictype/pr_titlecase.h: Likewise.
5572         * lib/unictype/pr_unassigned_code_value.h: Likewise.
5573         * lib/unictype/pr_unified_ideograph.h: Likewise.
5574         * lib/unictype/pr_uppercase.h: Likewise.
5575         * lib/unictype/pr_variation_selector.h: Likewise.
5576         * lib/unictype/pr_white_space.h: Likewise.
5577         * lib/unictype/pr_xid_continue.h: Likewise.
5578         * lib/unictype/pr_xid_start.h: Likewise.
5579         * lib/unictype/pr_zero_width.h: Likewise.
5580         * lib/unictype/scripts.h: Likewise.
5581         * lib/unictype/scripts_byname.gperf: Likewise.
5582         * lib/unictype/sy_c_ident.h: Likewise.
5583         * lib/unictype/sy_c_whitespace.h: Likewise.
5584         * lib/unictype/sy_java_ident.h: Likewise.
5585         * lib/unictype/sy_java_whitespace.h: Likewise.
5586
5587         * lib/unictype/Makefile: New file.
5588         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
5589         glibc.
5590         * lib/unictype/3level.h: New file, copied from glibc.
5591         * lib/unictype/3levelbit.h: New file.
5592
5593 2007-11-11  Bruno Haible  <bruno@clisp.org>
5594
5595         * modules/gperf: New file.
5596         * modules/iconv_open (Depends-on): Add it.
5597         (Makefile.am): Remove the GPERF definition.
5598
5599 2007-11-11  Bruno Haible  <bruno@clisp.org>
5600
5601         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
5602         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
5603
5604 2007-11-11  Bruno Haible  <bruno@clisp.org>
5605
5606         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
5607         (usage): Remove function.
5608
5609 2007-11-11  Bruno Haible  <bruno@clisp.org>
5610
5611         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
5612         gl_FUNC_CEILF_LIBS.
5613         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
5614         gl_FUNC_CEIL_LIBS.
5615         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
5616         gl_FUNC_CEILL_LIBS.
5617         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
5618         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
5619         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
5620
5621 2007-11-11  Bruno Haible  <bruno@clisp.org>
5622
5623         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
5624         roundf were declared but do not exist on functions.
5625         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
5626         roundl were declared but do not exist on functions.
5627         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
5628         HAVE_FLOORL_AND_CEILL, respectively.
5629         Needed for Sun C on Solaris 10.
5630
5631 2007-11-11  Bruno Haible  <bruno@clisp.org>
5632
5633         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
5634         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
5635         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
5636         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
5637         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
5638         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
5639         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
5640         HAVE_DECL_ROUNDF.
5641         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
5642         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
5643         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
5644         of HAVE_DECL_ROUND*.
5645         * modules/math (Makefile.am): Update.
5646
5647 2007-11-10  Bruno Haible  <bruno@clisp.org>
5648
5649         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
5650         ptrdiff_t as m4/intl.m4.
5651
5652 2007-11-10  Jim Meyering  <meyering@redhat.com>
5653
5654         Avoid link failure for the argmatch test.
5655         * tests/test-argmatch.c (usage): Define function to avoid a link
5656         failure: argmatch_die requires a usage function.
5657
5658 2007-11-09  Bruno Haible  <bruno@clisp.org>
5659
5660         * doc/functions/snprintf.texi: Mention BeOS deficiency.
5661         * doc/functions/vsnprintf.texi: Likewise.
5662         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
5663         with a size argument < 2.
5664
5665 2007-11-09  Bruno Haible  <bruno@clisp.org>
5666
5667         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
5668         buffer. Fixes an inefficiency introduced on 2007-11-03.
5669
5670 2007-11-09  Bruno Haible  <bruno@clisp.org>
5671
5672         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
5673         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
5674
5675 2007-11-08  Jim Meyering  <meyering@redhat.com>
5676
5677         Change cache variable name prefix "jm_" to "gl_" everywhere.
5678         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
5679         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
5680         * m4/uptime.m4: s/gl_/jm_/
5681
5682 2007-11-07  Bruno Haible  <bruno@clisp.org>
5683
5684         Update to GNU gettext 0.17.
5685         * m4/intl.m4: Update to GNU gettext 0.17.
5686         * m4/po.m4: Likewise.
5687         * modules/gettext (Files): Remove m4/ulonglong.m4.
5688         (configure.ac): Require gettext infrastructure from version 0.17.
5689
5690 2007-11-06  Bruno Haible  <bruno@clisp.org>
5691
5692         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
5693         symbolic values are not defined in a public header.
5694         * lib/freadable.c (freadable) [QNX]: Likewise.
5695         * lib/freadahead.c (freadahead) [QNX]: Likewise.
5696         * lib/freading.c (freading) [QNX]: Likewise.
5697         * lib/fseterr.c (fseterr) [QNX]: Likewise.
5698         * lib/fwritable.c (fwritable) [QNX]: Likewise.
5699         * lib/fwriting.c (fwriting) [QNX]: Likewise.
5700         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
5701         Reported by Alain Magloire.
5702
5703         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
5704
5705 2007-11-05  Bruno Haible  <bruno@clisp.org>
5706
5707         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
5708         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
5709         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
5710         Reported by Eric Blake.
5711
5712 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5713             Bruno Haible  <bruno@clisp.org>
5714
5715         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
5716         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
5717         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
5718         (malloc): Undefine also before including <stdlib.h>.
5719         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
5720         Needed on OSF/1 4.0.
5721
5722 2007-11-05  Jim Meyering  <meyering@redhat.com>
5723
5724         git-version-gen: sync from coreutils.
5725         * build-aux/git-version-gen: Add comments.
5726         Change the first '-' to '.' in the snapshot version string,
5727         e.g., 6.9-377-08144 -> 6.9.377-08144
5728         Remove first parameter.
5729         Don't declare a version "-dirty" merely because a time
5730         stamp has changed.
5731
5732 2007-11-04  Bruno Haible  <bruno@clisp.org>
5733
5734         * lib/lock.h: Protect all macro definitions containing an 'if'
5735         statement through a "do { ... } while (0)".
5736         * lib/tls.h: Likewise.
5737
5738 2007-11-04  Bruno Haible  <bruno@clisp.org>
5739
5740         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
5741
5742 2007-11-04  Bruno Haible  <bruno@clisp.org>
5743
5744         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
5745         * modules/fprintf-posix (Depends-on): Add nocrash.
5746         * modules/snprintf-posix (Depends-on): Likewise.
5747         * modules/sprintf-posix (Depends-on): Likewise.
5748         * modules/vasnprintf-posix (Depends-on): Likewise.
5749         * modules/vasprintf-posix (Depends-on): Likewise.
5750         * modules/vfprintf-posix (Depends-on): Likewise.
5751         * modules/vsnprintf-posix (Depends-on): Likewise.
5752         * modules/vsprintf-posix (Depends-on): Likewise.
5753         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5754         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5755         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5756         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5757         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5758         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5759         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5760
5761 2007-11-04  Bruno Haible  <bruno@clisp.org>
5762
5763         * modules/nocrash: New file.
5764         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
5765         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
5766
5767 2007-11-04  Bruno Haible  <bruno@clisp.org>
5768
5769         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
5770         precision handling.
5771         * tests/test-vasprintf-posix.c (test_function): Likewise.
5772         * tests/test-snprintf-posix.h (test_function): Likewise.
5773         * tests/test-sprintf-posix.h (test_function): Likewise.
5774
5775         Fix *printf behaviour for large precisions on mingw and BeOS.
5776         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
5777         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
5778         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
5779         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5780         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5781         gl_PRINTF_PRECISION and test its result. Invoke
5782         gl_PREREQ_VASNPRINTF_PRECISION.
5783         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5784         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5785         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5786         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5787         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5788         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5789         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5790         * doc/functions/fprintf.texi: Update.
5791         * doc/functions/printf.texi: Update.
5792         * doc/functions/snprintf.texi: Update.
5793         * doc/functions/sprintf.texi: Update.
5794         * doc/functions/vfprintf.texi: Update.
5795         * doc/functions/vprintf.texi: Update.
5796         * doc/functions/vsnprintf.texi: Update.
5797         * doc/functions/vsprintf.texi: Update.
5798
5799 2007-11-04  Bruno Haible  <bruno@clisp.org>
5800
5801         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
5802
5803 2007-11-04  Bruno Haible  <bruno@clisp.org>
5804
5805         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
5806         Reported by Sylvain Beucler <beuc@gnu.org>.
5807
5808 2007-11-03  Bruno Haible  <bruno@clisp.org>
5809
5810         * tests/test-fprintf-posix2.sh: New file.
5811         * tests/test-fprintf-posix2.c: New file.
5812         * modules/fprintf-posix-tests (Files): Add them.
5813         (TESTS): Add test-fprintf-posix2.sh.
5814         (configure.ac): Check for getrlimit and setrlimit.
5815         (check_PROGRAMS): Add test-fprintf-posix2.
5816
5817         * tests/test-printf-posix2.sh: New file.
5818         * tests/test-printf-posix2.c: New file.
5819         * modules/printf-posix-tests (Files): Add them.
5820         (TESTS): Add test-printf-posix2.sh.
5821         (configure.ac): Check for getrlimit and setrlimit.
5822         (check_PROGRAMS): Add test-printf-posix2.
5823
5824         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
5825         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
5826         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
5827         (decode_double): New function, copied from decode_long_double.
5828         (scale10_round_decimal_decoded): New function, extracted from
5829         scale10_round_decimal_long_double.
5830         (scale10_round_decimal_long_double): Use it.
5831         (scale10_round_decimal_double): New function.
5832         (floorlog10): New function.
5833         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
5834         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
5835         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5836         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5837         gl_PRINTF_ENOMEM and test its result. Invoke
5838         gl_PREREQ_VASNPRINTF_ENOMEM.
5839         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5840         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5841         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5842         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5843         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5844         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5845         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5846         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
5847         * modules/snprintf-posix (Depends-on): Likewise.
5848         * modules/sprintf-posix (Depends-on): Likewise.
5849         * modules/vasnprintf-posix (Depends-on): Likewise.
5850         * modules/vasprintf-posix (Depends-on): Likewise.
5851         * modules/vfprintf-posix (Depends-on): Likewise.
5852         * modules/vsnprintf-posix (Depends-on): Likewise.
5853         * modules/vsprintf-posix (Depends-on): Likewise.
5854         * doc/functions/fprintf.texi: Update.
5855         * doc/functions/printf.texi: Update.
5856         * doc/functions/snprintf.texi: Update.
5857         * doc/functions/sprintf.texi: Update.
5858         * doc/functions/vfprintf.texi: Update.
5859         * doc/functions/vprintf.texi: Update.
5860         * doc/functions/vsnprintf.texi: Update.
5861         * doc/functions/vsprintf.texi: Update.
5862
5863 2007-11-03  Bruno Haible  <bruno@clisp.org>
5864
5865         * modules/frexp-nolibm-tests: New file.
5866
5867         * modules/frexp-nolibm: New file.
5868         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
5869
5870 2007-11-03  Bruno Haible  <bruno@clisp.org>
5871
5872         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
5873         value is C99 compliant.
5874         Needed for OSF/1 5.1.
5875
5876 2007-11-03  Bruno Haible  <bruno@clisp.org>
5877
5878         Fix out-of-memory handling of vasnprintf.
5879         * lib/printf-parse.c: Include <errno.h>.
5880         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
5881         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
5882         is already set.
5883
5884 2007-11-02  Eric Blake  <ebb9@byu.net>
5885
5886         Fix tests on cygwin.
5887         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
5888
5889 2007-11-01  Bruno Haible  <bruno@clisp.org>
5890
5891         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
5892         warning.
5893         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
5894         needed for POSIX compatibility.
5895
5896 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
5897
5898         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
5899         for compatibility with GNU.
5900
5901 2007-11-01  Bruno Haible  <bruno@clisp.org>
5902
5903         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
5904         (putenv): Renamed from rpl_putenv. Change argument type from
5905         'const char *' to 'char *'.
5906         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
5907         of defining putenv in config.h, just set REPLACE_PUTENV.
5908         * modules/putenv (Depends-on): Add stdlib.
5909         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5910         (Include): Use <stdlib.h>.
5911         * lib/stdlib.in.h (putenv): New declaration.
5912         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
5913         REPLACE_PUTENV.
5914         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
5915         REPLACE_PUTENV.
5916         Needed for MacOS X 10.5.0.
5917         Reported by Peter O'Gorman <peter@pogma.com>.
5918
5919 2007-11-01  Jim Meyering  <meyering@redhat.com>
5920
5921         Treat an empty date string exactly like "0".
5922         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
5923         if the remaining date string (to be parsed) is empty, use "0".
5924         Reported by Mischa Molhoek and discussed in this thread:
5925         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
5926
5927 2007-10-31  Bruno Haible  <bruno@clisp.org>
5928
5929         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
5930         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
5931         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
5932         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
5933         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
5934         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
5935
5936 2007-10-31  Bruno Haible  <bruno@clisp.org>
5937
5938         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
5939         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
5940         (AC_TYPE_LONG_LONG_INT): Use it.
5941         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
5942         it as well.
5943         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
5944         to m4/longlong.m4.
5945         * modules/stdint (Files): Remove m4/ulonglong.m4.
5946         * modules/strtoull (Files): Use m4/longlong.m4 instead of
5947         m4/ulonglong.m4.
5948         * modules/strtoumax (Files): Likewise.
5949
5950 2007-10-30  Bruno Haible  <bruno@clisp.org>
5951
5952         * modules/xvasprintf-posix: New file.
5953         Suggested by Eric Blake.
5954
5955 2007-10-30  Bruno Haible  <bruno@clisp.org>
5956
5957         * modules/xprintf-posix-tests: New file.
5958         * tests/test-xprintf-posix.sh: New file.
5959         * tests/test-xprintf-posix.c: New file.
5960         * tests/test-xfprintf-posix.c: New file.
5961
5962         * modules/xprintf-posix: New file.
5963
5964 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5965
5966         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
5967         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
5968         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
5969
5970 2007-10-29  Bruno Haible  <bruno@clisp.org>
5971
5972         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
5973         contain the special marker '_cv_'.
5974         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5975         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5976         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5977         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
5978         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5979         Reported by Ralf Wildenhues.
5980
5981 2007-10-29  Bruno Haible  <bruno@clisp.org>
5982
5983         * gnulib-tool (func_import): When --lgpl is not specified, set
5984         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
5985         GPLv3.
5986         Reported by Simon Josefsson.
5987
5988 2007-10-28  Bruno Haible  <bruno@clisp.org>
5989
5990         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
5991         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
5992         HAVE_DECL_ISFINITE.
5993         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
5994         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
5995         HAVE_DECL_ISFINITE.
5996
5997 2007-10-28  Bruno Haible  <bruno@clisp.org>
5998
5999         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
6000         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
6001
6002 2007-10-28  Bruno Haible  <bruno@clisp.org>
6003
6004         Fix link errors with Sun C 5.0 on Solaris 10.
6005         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
6006         function is declared but not present in the compiler's libm.
6007         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
6008         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
6009         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
6010         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
6011         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
6012         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
6013         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
6014         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6015         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
6016         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
6017         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
6018         HAVE_DECL_FLOORL.
6019
6020 2007-10-28  Bruno Haible  <bruno@clisp.org>
6021
6022         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
6023         gl_FUNC_FLOORL. Cache the result.
6024         (gl_FUNC_FLOORL): Use it.
6025         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
6026         gl_FUNC_CEILL. Cache the result.
6027         (gl_FUNC_CEILL): Use it.
6028
6029         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
6030         gl_FUNC_FLOOR. Cache the result.
6031         (gl_FUNC_FLOOR): Use it.
6032         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
6033         gl_FUNC_CEIL. Cache the result.
6034         (gl_FUNC_CEIL): Use it.
6035
6036         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
6037         gl_FUNC_FLOORF. Cache the result.
6038         (gl_FUNC_FLOORF): Use it.
6039         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
6040         gl_FUNC_CEILF. Cache the result.
6041         (gl_FUNC_CEILF): Use it.
6042
6043 2007-10-28  Bruno Haible  <bruno@clisp.org>
6044
6045         * gnulib-tool: Allow specifying the LGPL version number through
6046         --lgpl=2 or --lgpl=3.
6047         (func_usage): Document --lgpl with argument.
6048         Handle --lgpl=... arguments.
6049         (func_import): Recognize also gl_LGPL calls with an argument. When
6050         --lgpl=2 is used and the module's license is just LGPL, report an
6051         error. Set sed_transform_lib_file according to the lgpl variable. In
6052         the generated files, use --lgpl or gl_LGPL invocations with argument,
6053         if necessary.
6054         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
6055         an LGPv2+ license.
6056         * doc/gnulib-tool.texi (Modified imports): Update explanation of
6057         gl_LGPL macro.
6058
6059 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6060             Bruno Haible  <bruno@clisp.org>
6061
6062         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
6063         (u16_uctomb_aux): Likewise.
6064         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
6065         !HAVE_INLINE.
6066         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
6067
6068 2007-10-28  Bruno Haible  <bruno@clisp.org>
6069
6070         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
6071         Invoke AM_GETTEXT_OPTION if it exists.
6072         * modules/vasprintf: Likewise.
6073         * modules/verror: Likewise.
6074         * modules/xprintf: Likewise.
6075         * modules/xvasprintf: Likewise.
6076
6077 2007-10-27  Ben Pfaff  <blp@gnu.org>
6078
6079         * lib/math.in.h: Define isfinite macro and prototypes for
6080         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
6081         implementations.
6082         * m4/math_h.m4: New substitutions for isfinite module.
6083         * lib/isfinite.c: New file.
6084         * m4/isfinite.m4: New file.
6085         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
6086         * modules/isfinite: New file.
6087         * modules/isfinite-tests: New file.
6088         * tests/tests-isfinite.c: New file.
6089         * doc/functions/isfinite.texi: Mention isfinite module.
6090         * MODULES.html.sh: Mention new module.
6091
6092 2007-10-27  Ben Pfaff  <blp@gnu.org>
6093
6094         Ralf Wildenhues reported that Tru64 4.0D declares the round
6095         functions but does not have definitions.
6096         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
6097         cannot be found in any library, set the output variable to
6098         "missing" instead of "".
6099         * m4/round.m4: Also use our substitute if we cannot find round in
6100         any library, even if it is declared.
6101         * m4/roundf.m4: Likewise for roundf.
6102         * m4/roundl.m4: Likewise for roundl.
6103         * lib/math.in.h: Undefine roundf, round, roundl before defining
6104         their replacements, to allow for hypothetical systems where these
6105         may be defined as macros but not available in libraries.
6106
6107 2007-10-27  Bruno Haible  <bruno@clisp.org>
6108
6109         * doc/gnulib.texi: Invoke @firstparagraphindent.
6110         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
6111         changes in gnulib.
6112         (Source changes): New section.
6113
6114 2007-10-26  Bruno Haible  <bruno@clisp.org>
6115
6116         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
6117         borrowed from autoconf.
6118
6119 2007-10-26  Bruno Haible  <bruno@clisp.org>
6120
6121         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
6122         strerror returned the empty string. Needed on HP-UX 11.00.
6123
6124 2007-10-24  Micah Cowan  <micah@cowan.name>
6125
6126         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
6127         * build-aux/bootstrap: Remove support for now-unnecessary option,
6128         --cvs-user, and envvars CVS_USER, CVS_RSH.
6129
6130 2007-10-24  Jim Meyering  <meyering@redhat.com>
6131
6132         Avoid diagnostics from sha1sum when there is no cached checksum.
6133         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
6134         if the po.s1 file hasn't been created yet.
6135
6136         * build-aux/bootstrap: Sync from coreutils:
6137         2007-10-24  Jim Meyering  <meyering@redhat.com>
6138         Get gnulib from the git repository, not from an obsolete cvs one.
6139         * build-aux/bootstrap: Suggestion from Micah Cowan.
6140         2007-10-04  Jim Meyering  <jim@meyering.net>
6141         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
6142         (update_po_files): Work also when there are no .po files in po/.
6143
6144 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6145
6146         * README: Append ".git" to git and cg examples.
6147         Problem reported by Benoit Sigoure.
6148
6149 2007-10-23  Micah Cowan  <micah@cowan.name>
6150
6151         * users.txt: Add wget.
6152
6153 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6154
6155         Fix linking of some unistdio tests on FreeBSD.
6156         * modules/unistdio/u16-vsnprintf-tests
6157         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
6158         * modules/unistdio/u16-vsprintf-tests
6159         (test_u16_vsnprintf1_LDADD): Likewise.
6160         * modules/unistdio/u32-vsnprintf-tests
6161         (test_u32_vsnprintf1_LDADD): Likewise.
6162         * modules/unistdio/u32-vsprintf-tests
6163         (test_u32_vsprintf1_LDADD): Likewise.
6164         * modules/unistdio/u8-vsnprintf-tests
6165         (test_u8_vsnprintf1_LDADD): Likewise.
6166         * modules/unistdio/u8-vsprintf-tests
6167         (test_u8_vsprintf1_LDADD): Likewise.
6168         * modules/unistdio/ulc-vsnprintf-tests
6169         (test_ulc_vsnprintf1_LDADD): Likewise.
6170         * modules/unistdio/ulc-vsprintf-tests
6171         (test_ulc_vsprintf1_LDADD): Likewise.
6172
6173         Fix linking of some uniconv tests on FreeBSD.
6174         * modules/uniconv/u16-conv-from-enc-tests
6175         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
6176         * modules/uniconv/u16-conv-to-enc-tests
6177         (test_u16_conv_to_enc_LDADD): Likewise.
6178         * modules/uniconv/u16-strconv-from-enc-tests
6179         (test_u16_strconv_from_enc_LDADD): Likewise.
6180         * modules/uniconv/u16-strconv-to-enc-tests
6181         (test_u16_strconv_to_enc_LDADD): Likewise.
6182         * modules/uniconv/u32-conv-from-enc-tests
6183         (test_u32_conv_from_enc_LDADD): Likewise.
6184         * modules/uniconv/u32-conv-to-enc-tests
6185         (test_u32_conv_to_enc_LDADD): Likewise.
6186         * modules/uniconv/u32-strconv-from-enc-tests
6187         (test_u32_strconv_from_enc_LDADD): Likewise.
6188         * modules/uniconv/u32-strconv-to-enc-tests
6189         (test_u32_strconv_to_enc_LDADD): Likewise.
6190         * modules/uniconv/u8-conv-from-enc-tests
6191         (test_u8_conv_from_enc_LDADD): Likewise.
6192         * modules/uniconv/u8-conv-to-enc-tests
6193         (test_u8_conv_to_enc_LDADD): Likewise.
6194         * modules/uniconv/u8-strconv-from-enc-tests
6195         (test_u8_strconv_from_enc_LDADD): Likewise.
6196         * modules/uniconv/u8-strconv-to-enc-tests
6197         (test_u8_strconv_to_enc_LDADD): Likewise.
6198
6199 2007-10-22  Bruno Haible  <bruno@clisp.org>
6200
6201         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
6202         size.
6203
6204 2007-10-22  Eric Blake  <ebb9@byu.net>
6205
6206         Tweak x*printf documentation.
6207         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
6208         variable name and comments.
6209         Suggested by Bruno Haible.
6210
6211 2007-10-22  Bruno Haible  <bruno@clisp.org>
6212
6213         * lib/acl.c (copy_acl): Fix file name in comment.
6214
6215 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         Fix Tru64 problem with stdbool.h.
6218         * lib/stdbool.in.h (false, true):
6219         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
6220         Don't declare as an enum in this situation; it runs afoul of Tru64.
6221         Problem reported by Steven M. Schweda in
6222         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
6223
6224 2007-10-22  Eric Blake  <ebb9@byu.net>
6225
6226         Also wrap vf?printf.
6227         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
6228         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
6229         (xvprintf, xvfprintf): New functions.
6230
6231 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6232
6233         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
6234         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
6235
6236         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
6237         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
6238
6239 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6240
6241         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
6242         by Bruno Haible.
6243
6244 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6245
6246         * lib/getloadavg.c
6247         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
6248         Undef `sys' after including sys/table.h, for Tru64 4.0D.
6249
6250         * tests/test-i-ring.c: Work for C89.
6251
6252 2007-10-22  Bruno Haible  <bruno@clisp.org>
6253
6254         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
6255         -1u, in preprocessor expression, so that we don't test for the bug
6256         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
6257         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
6258
6259 2007-10-22  Eric Blake  <ebb9@byu.net>
6260
6261         * tests/test-yesno.sh: Silence stderr during test.
6262
6263 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6264
6265         * modules/crypto/gc-camellia: New file.
6266
6267         * m4/gc-camellia.m4: New file.
6268
6269         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
6270
6271         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
6272
6273 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6274
6275         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
6276         --help to stdout.  Reported by sms@antinode.org (Steven
6277         M. Schweda).
6278
6279 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6280
6281         * users.txt: Fix link to libksba.
6282
6283 2007-10-21  Ben Pfaff  <blp@gnu.org>
6284
6285         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
6286         round.c roundf implementation that depends on floorf and ceilf to
6287         be tested unconditionally.
6288
6289 2007-10-21  Ben Pfaff  <blp@gnu.org>
6290
6291         * m4/check-libm-func.m4: Removed.
6292         * m4/check-math-lib.m4: New file.
6293         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
6294         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
6295         definition and lack of AC_LIBOBJ([roundf]).
6296         * m4/roundl.m4: Ditto, and similarly for roundl.
6297         * modules/round: Reference new m4 file.
6298         * modules/roundf: Ditto.
6299         * modules/roundl: Ditto.
6300         * tests/test-round2.c (main): Use ROUND instead of round.
6301         Bug report from Bruno Haible.
6302
6303 2007-10-21  Bruno Haible  <bruno@clisp.org>
6304
6305         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
6306         context.
6307
6308 2007-10-21  Bruno Haible  <bruno@clisp.org>
6309
6310         * tests/test-wcwidth.c (main): Allow negative result for some control
6311         characters.
6312
6313         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
6314         Needed on OSF/1 5.1.
6315
6316 2007-10-21  Bruno Haible  <bruno@clisp.org>
6317
6318         * tests/test-floorf1.c: Include isnanf.h.
6319         (main): Use isnanf() instead of isnan().
6320         * tests/test-ceilf1.c: Include isnanf.h.
6321         (main): Use isnanf() instead of isnan().
6322         * tests/test-truncf1.c: Include isnanf.h.
6323         (main): Use isnanf() instead of isnan().
6324         * tests/test-roundf1.c: Include isnanf.h.
6325         (main): Use isnanf() instead of isnan().
6326
6327 2007-10-21  Eric Blake  <ebb9@byu.net>
6328
6329         * users.txt: Update URL for m4.
6330
6331 2007-10-21  Bruno Haible  <bruno@clisp.org>
6332
6333         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
6334
6335 2007-10-21  Bruno Haible  <bruno@clisp.org>
6336
6337         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
6338         Git's management files if the CVS files are not present.
6339
6340 2007-10-20  Bruno Haible  <bruno@clisp.org>
6341
6342         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
6343         gcc-3.4.x.
6344
6345 2007-10-20  Ben Pfaff  <blp@gnu.org>
6346
6347         * lib/math.in.h: Declare round, roundf, roundl if we are providing
6348         implementations.
6349         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
6350         * lib/round.c: New file.
6351         * lib/roundf.c: New file.
6352         * lib/roundl.c: New file.
6353         * m4/round.m4: New file.
6354         * m4/roundf.m4: New file.
6355         * m4/roundl.m4: New file.
6356         * m4/check-libm-func-m4: New file.
6357         * modules/math: Replace round, roundf, roundl related @VARS@ in
6358         math.in.h.
6359         * modules/round: New file.
6360         * modules/round-tests: New file.
6361         * modules/roundf: New file.
6362         * modules/roundf-tests: New file.
6363         * modules/roundl: New file.
6364         * modules/roundl-tests: New file.
6365         * tests/test-round1.c: New file.
6366         * tests/test-round2.c: New file.
6367         * tests/test-roundf1.c: New file.
6368         * tests/test-roundf2.c: New file.
6369         * tests/test-roundl.c: New file.
6370         * doc/functions/round.texi: Mention round module.
6371         * doc/functions/roundf.texi: Mention roundf module.
6372         * doc/functions/roundl.texi: Mention roundl module.
6373         * MODULES.html.sh: Mention new modules.
6374         Thanks to Bruno Haible for suggestions.
6375
6376 2007-10-20  Jim Meyering  <meyering@redhat.com>
6377
6378         * lib/xprintf.c: Include <config.h> unconditionally.
6379
6380         Change xprintf's license to GPL.
6381         * modules/xprintf (License): s/LGPL/GPL/, since this module
6382         depends on modules (exit and exitfail) which are GPL.
6383         Suggestion from Bruno Haible.
6384
6385         xprintf fixes.
6386         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
6387         Use a clearer diagnostic.
6388         Patch from Bruno Haible.
6389
6390 2007-10-20  Bruno Haible  <bruno@clisp.org>
6391
6392         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
6393         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
6394         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6395
6396 2007-10-20  Bruno Haible  <bruno@clisp.org>
6397
6398         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
6399         precision in the comparison result > x - 1 or similar.
6400         * tests/test-ceilf2.c (correct_result_p): Likewise.
6401         * tests/test-truncf2.c (correct_result_p): Likewise.
6402         * tests/test-trunc2.c (correct_result_p): Likewise.
6403         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6404
6405 2007-10-20  Bruno Haible  <bruno@clisp.org>
6406
6407         * modules/ceil: New file.
6408         * m4/ceil.m4: New file.
6409         * doc/functions/ceil.texi: Mention the 'ceil' module.
6410
6411 2007-10-20  Bruno Haible  <bruno@clisp.org>
6412
6413         * modules/floor: New file.
6414         * m4/floor.m4: New file.
6415         * doc/functions/floor.texi: Mention the 'floor' module.
6416
6417 2007-10-20  Bruno Haible  <bruno@clisp.org>
6418
6419         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
6420         of %a.
6421         * modules/floorf-tests (Depends-on): Likewise.
6422         * modules/truncf-tests (Depends-on): Likewise.
6423         * modules/trunc-tests (Depends-on): Likewise.
6424         Reported by Ben Pfaff.
6425
6426 2007-10-19  Jim Meyering  <meyering@redhat.com>
6427
6428         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
6429         Don't bother testing specific errno values.  Just test ferror.
6430
6431         New module: xprintf
6432         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
6433
6434 2007-10-19  Bruno Haible  <bruno@clisp.org>
6435
6436         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
6437         syntax.
6438         * modules/javaexec (Makefile.am): Likewise.
6439         * modules/relocatable-prog (Makefile.am): Likewise.
6440         Suggested by Jim Meyering.
6441
6442 2007-10-18  Bruno Haible  <bruno@clisp.org>
6443
6444         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
6445         Reported by Jim Meyering.
6446
6447 2007-10-18  Eric Blake  <ebb9@byu.net>
6448
6449         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
6450
6451 2007-10-18  Bruno Haible  <bruno@clisp.org>
6452
6453         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
6454         the format string into writable memory. Needed in Fortify conditions.
6455
6456 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
6457             Bruno Haible  <bruno@clisp.org>
6458
6459         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
6460         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
6461         * modules/trim (Depends-on): Add mbchar.
6462         (configure.ac): Add gl_FUNC_MBRTOWC.
6463         (Makefile.am): Augment lib_SOURCES.
6464
6465 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6466
6467         Modify glob.c to use fstatat and dirfd, to simplify it.
6468         Suggested by Eric Blake.
6469         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
6470         Don't include <stdbool.h>; not used.
6471         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
6472         (link_exists_p): Simplify implementation, since we can now assume
6473         dirfd and fstatat.
6474         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
6475
6476 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6477
6478         * gnulib-tool (func_get_dependencies): Fix sed script to
6479         match only tests.
6480
6481 2007-10-17  Bruno Haible  <bruno@clisp.org>
6482
6483         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
6484         allow locale names without encoding suffix.
6485         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6486         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6487
6488 2007-10-16  Bruno Haible  <bruno@clisp.org>
6489
6490         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
6491         * lib/getgroups.c (getgroups): Likewise.
6492         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
6493
6494 2007-10-16  Bruno Haible  <bruno@clisp.org>
6495
6496         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
6497         * modules/malloc-posix (License): Likewise.
6498         * modules/realloc-posix (License): Likewise.
6499         * modules/calloc-posix (License): Likewise.
6500         * modules/intprops (License): Change from GPL to LGPL, with
6501         Paul Eggert's approval.
6502
6503 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6504
6505         Merge glibc changes into lib/glob.c.
6506
6507         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
6508         2007-10-15 04:59:03 UTC.  Here are the changes:
6509
6510         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6511
6512         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
6513
6514         * lib/glob.c: Add some branch prediction throughout.
6515
6516         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6517
6518         [BZ #5103]
6519         * lib/glob.c (glob): Recognize patterns starting \/.
6520
6521         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6522
6523         [BZ #3996]
6524         * lib/glob.c (attribute_hidden): Define if not defined.
6525         (glob): Unescape dirname, filename or username when needed and not
6526         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6527         is NULL.  Handle unescaped [ in pattern without closing ].
6528         Don't pass GLOB_CHECK down to recursive glob for directories.
6529         (__glob_pattern_type): New function.
6530         (__glob_pattern_p): Implement using __glob_pattern_type.
6531         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6532         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6533         Remove unreachable code.
6534
6535         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6536
6537         * lib/glob.c (glob_in_dir): Add some comments and asserts to
6538         explain why there are no leaks.
6539
6540         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6541
6542         [BZ #3253]
6543         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6544         time, rather allocate increasingly bigger arrays of pointers, if
6545         possible with alloca, if too large with malloc.
6546
6547 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6548
6549         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6550         Problem reported by H.Merijn Brand in
6551         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6552         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
6553         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6554
6555 2007-10-15  Bruno Haible  <bruno@clisp.org>
6556
6557         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
6558         with explicit rpl_ prefix.
6559         * lib/fopen.c (fopen): Likewise.
6560         * lib/freopen.c (freopen): Likewise.
6561         * lib/iconv.c (iconv): Likewise.
6562         * lib/iconv_close.c (iconv_close): Likewise.
6563
6564 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6565
6566         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
6567
6568 2007-10-15  Bruno Haible  <bruno@clisp.org>
6569
6570         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
6571         <stddef.h> instead of <stdlib.h> since we only need NULL.
6572         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6573
6574 2007-10-15  Bruno Haible  <bruno@clisp.org>
6575
6576         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
6577         Replace paragraph talking about LIBOBJS.
6578         Reported by Colin Watson <cjwatson@debian.org>.
6579
6580 2007-10-15  Bruno Haible  <bruno@clisp.org>
6581
6582         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
6583         <stdlib.h> before using NULL.
6584
6585 2007-10-15  Simon Josefsson  <simon@josefsson.org>
6586
6587         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
6588         Reported by Albert Chin <china@thewrittenword.com>.
6589
6590 2007-10-14  Bruno Haible  <bruno@clisp.org>
6591
6592         * modules/iconv_open-utf-tests: New file.
6593         * tests/test-iconv-utf.c: New file.
6594
6595         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
6596         * modules/iconv_open-utf: New file.
6597         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6598         (iconv, iconv_close): New declarations.
6599         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
6600         be defined.
6601         (iconv_open): Add special handling of conversion between UTF-8 and
6602         UTF-{16,32}{BE,LE}.
6603         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
6604         * lib/iconv_close.c: New file.
6605         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
6606         gl_FUNC_ICONV_OPEN.
6607         (gl_FUNC_ICONV_OPEN): Use it.
6608         (gl_FUNC_ICONV_OPEN_UTF): New macro.
6609         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
6610         and REPLACE_ICONV_UTF.
6611         * modules/iconv_open (Depends-on): Add c-strcase.
6612         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
6613         ICONV_CONST.
6614         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
6615
6616 2007-10-13  Albert Chin  <china@thewrittenword.com>
6617             Bruno Haible  <bruno@clisp.org>
6618
6619         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
6620         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
6621
6622 2007-10-13  Bruno Haible  <bruno@clisp.org>
6623
6624         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
6625         defined, use the ISO C99 inline semantics.
6626         * lib/argp.h (ARGP_EI): Likewise.
6627
6628 2007-10-13  Bruno Haible  <bruno@clisp.org>
6629
6630         Handle 'inline' change in gcc 4.3.0.
6631         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
6632         argp_fmtstream_write, argp_fmtstream_set_lmargin,
6633         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
6634         argp_fmtstream_point): Disable 'extern' declaration if the function
6635         definition is going to be provided inline.
6636         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
6637         semantics, not the ISO C99 inline semantics.
6638         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
6639         'extern' declaration if the function definition is going to be provided
6640         inline.
6641         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
6642         the GNU C inline semantics, not the ISO C99 inline semantics. With
6643         GCC 4.2, avoid a warning.
6644
6645 2007-10-13  Bruno Haible  <bruno@clisp.org>
6646
6647         * lib/freading.h (freading): Enable the use of __freading for
6648         glibc >= 2.7.
6649         * lib/freading.c (freading): Likewise.
6650
6651 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6652
6653         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
6654         "warning: C99 inline functions are not supported; using GNU89".
6655
6656 2007-10-12  Bruno Haible  <bruno@clisp.org>
6657
6658         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
6659         of 2.
6660         * tests/test-ceilf2.c: New file.
6661         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
6662
6663         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
6664         * modules/ceilf-tests: Update.
6665
6666 2007-10-12  Bruno Haible  <bruno@clisp.org>
6667
6668         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
6669         of 2.
6670         * tests/test-floorf2.c: New file.
6671         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
6672
6673         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
6674         * modules/floorf-tests: Update.
6675
6676 2007-10-12  Bruno Haible  <bruno@clisp.org>
6677
6678         * tests/test-trunc2.c: New file.
6679         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
6680
6681         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
6682         * modules/trunc-tests: Update.
6683
6684 2007-10-12  Bruno Haible  <bruno@clisp.org>
6685
6686         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
6687         of 2.
6688         * tests/test-truncf2.c: New file.
6689         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
6690
6691         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
6692         * modules/truncf-tests: Update.
6693
6694 2007-10-11  Eric Blake  <ebb9@byu.net>
6695
6696         Don't claim strerror is broken on Interix.
6697         * doc/functions/strerror.texi (strerror): Known broken systems are
6698         now Solaris 8, and not Interix.
6699         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
6700         Interix on cross-compile.
6701         Reported by Martin Koeppe in
6702         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
6703
6704 2007-10-11  Bruno Haible  <bruno@clisp.org>
6705
6706         * modules/i-ring-tests: New file.
6707         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
6708         instead of assert.
6709
6710 2007-10-11  Bruno Haible  <bruno@clisp.org>
6711
6712         * modules/filenamecat-tests: New file.
6713         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
6714         * lib/filenamecat.c: Remove test code.
6715
6716 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6717
6718         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
6719
6720         * lib/strerror.c: Include <string.h> always, to test interface,
6721         and to remove the need for the dummy.
6722         Include intprops.h to compute width instead of doing it ourselves
6723         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
6724         (strerror): Define it to return NULL if there's no system strerror.
6725         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
6726         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
6727         ancient pre-strerror Unix systems well any more.  Saying "unknown
6728         system error" is enough.
6729         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
6730         simpler strerror.c implementation.
6731         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
6732         Simplify the tests to reflect the simpler strerror implementation.
6733         * modules/strerror (Depends-on): Add intprops.
6734
6735 2007-10-09  Eric Blake  <ebb9@byu.net>
6736
6737         Silence test-fpending.
6738         * modules/fpending-tests (Files): Add wrapper script.
6739         * tests/test-fpending.sh: New file.
6740
6741 2007-10-09  Bruno Haible  <bruno@clisp.org>
6742
6743         * MODULES.html.sh (func_module): Don't create a hyperlink for
6744         function names like 'printf_frexp'.
6745         (Misc): Add crc, memxor.
6746         (Characteristics of floating types): New section.
6747         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
6748         isnanf-nolibm, signbit, trunc, truncf, truncl.
6749         (Enhancements for ISO C 99 functions): New subsection Input/output.
6750         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
6751         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
6752         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
6753         (Compatibility checks for POSIX:2001 functions): Add clock-time.
6754         (Enhancements for POSIX:2001 functions): Add chdir-long.
6755         (File system functions): Add areadlink, chdir-safer, read-file.
6756         Remove cycle-check.
6757         (File system as inode set): New section.
6758         (Date and time): Add gethrxtime.
6759         (Multithreading): Add openmp.
6760         (Internationalization functions): Add localename.
6761         (Unicode string functions): Add unistr/u*-mbsnlen.
6762         (Support for maintaining and releasing projects): Add git-version-gen.
6763         (Lone files): Remove directories.
6764
6765 2007-10-08  Ben Pfaff  <blp@gnu.org>
6766
6767         * lib/xmalloca.h: Fix typo in comment.
6768
6769 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6770
6771         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
6772         when avoiding problems with integer overflow.  Use a portable test
6773         instead.
6774
6775 2007-10-08  Simon Josefsson  <simon@josefsson.org>
6776
6777         * modules/dummy (License): Change to LGPLv2+.
6778         * modules/float (License): Likewise
6779         * modules/realloc (License): Likewise
6780         * modules/stdlib (License): Likewise
6781
6782 2007-10-07  Bruno Haible  <bruno@clisp.org>
6783
6784         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
6785         * floor.c (TWO_MANT_DIG): Likewise.
6786         * ceil.c (TWO_MANT_DIG): Likewise.
6787         Reported by Ben Pfaff.
6788
6789 2007-10-07  Bruno Haible  <bruno@clisp.org>
6790
6791         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
6792         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
6793         * lib/frexp.c (FUNC): Likewise.
6794         * lib/printf-frexp.h (printf_frexp): Likewise.
6795         * lib/printf-frexpl.h (printf_frexpl): Likewise.
6796         * lib/printf-frexp.c (FUNC): Likewise.
6797         Suggested by Jim Meyering.
6798
6799 2007-10-07  Jim Meyering  <meyering@redhat.com>
6800
6801         Make xnanosleep's integer overflow test more robust.
6802         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
6803         so that gcc-4.3.0 doesn't optimize away this test for overflow.
6804
6805 2007-10-07  Bruno Haible  <bruno@clisp.org>
6806
6807         * NEWS: Mention the license change.
6808
6809         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
6810         abbreviations in the modules files.
6811
6812         Change copyright notice from GPLv2+ to GPLv3+.
6813         * README: Change copyright notice.
6814         * MODULES.html.sh: Likewise.
6815         * build-aux/bootstrap.conf: Likewise.
6816         * build-aux/config.libpath: Likewise.
6817         * build-aux/csharpcomp.sh.in: Likewise.
6818         * build-aux/csharpexec.sh.in: Likewise.
6819         * build-aux/install-reloc: Likewise.
6820         * build-aux/javacomp.sh.in: Likewise.
6821         * build-aux/javaexec.sh.in: Likewise.
6822         * build-aux/ldd.sh.in: Likewise.
6823         * build-aux/reloc-ldflags: Likewise.
6824         * build-aux/relocatable.sh.in: Likewise.
6825         * build-aux/x-to-1.in: Likewise.
6826         * check-module: Likewise.
6827         * config/srclistvars.sh: Likewise.
6828         * gnulib-tool: Likewise.
6829         * lib/acl-internal.h: Likewise.
6830         * lib/acl.c: Likewise.
6831         * lib/acl.h: Likewise.
6832         * lib/acl_entries.c: Likewise.
6833         * lib/areadlink-with-size.c: Likewise.
6834         * lib/areadlink.c: Likewise.
6835         * lib/areadlink.h: Likewise.
6836         * lib/argmatch.c: Likewise.
6837         * lib/argmatch.h: Likewise.
6838         * lib/argp-ba.c: Likewise.
6839         * lib/argp-eexst.c: Likewise.
6840         * lib/argp-fmtstream.c: Likewise.
6841         * lib/argp-fmtstream.h: Likewise.
6842         * lib/argp-fs-xinl.c: Likewise.
6843         * lib/argp-help.c: Likewise.
6844         * lib/argp-namefrob.h: Likewise.
6845         * lib/argp-parse.c: Likewise.
6846         * lib/argp-pin.c: Likewise.
6847         * lib/argp-pv.c: Likewise.
6848         * lib/argp-pvh.c: Likewise.
6849         * lib/argp-xinl.c: Likewise.
6850         * lib/argp.h: Likewise.
6851         * lib/at-func.c: Likewise.
6852         * lib/atanl.c: Likewise.
6853         * lib/backupfile.c: Likewise.
6854         * lib/backupfile.h: Likewise.
6855         * lib/basename.c: Likewise.
6856         * lib/binary-io.h: Likewise.
6857         * lib/byteswap.in.h: Likewise.
6858         * lib/c-stack.c: Likewise.
6859         * lib/c-stack.h: Likewise.
6860         * lib/c-strcasestr.c: Likewise.
6861         * lib/c-strcasestr.h: Likewise.
6862         * lib/c-strstr.c: Likewise.
6863         * lib/c-strstr.h: Likewise.
6864         * lib/c-strtod.c: Likewise.
6865         * lib/calloc.c: Likewise.
6866         * lib/canon-host.c: Likewise.
6867         * lib/canon-host.h: Likewise.
6868         * lib/canonicalize-lgpl.c: Likewise.
6869         * lib/canonicalize.c: Likewise.
6870         * lib/canonicalize.h: Likewise.
6871         * lib/ceil.c: Likewise.
6872         * lib/ceilf.c: Likewise.
6873         * lib/ceill.c: Likewise.
6874         * lib/chdir-long.c: Likewise.
6875         * lib/chdir-long.h: Likewise.
6876         * lib/chdir-safer.c: Likewise.
6877         * lib/chdir-safer.h: Likewise.
6878         * lib/chown.c: Likewise.
6879         * lib/classpath.c: Likewise.
6880         * lib/classpath.h: Likewise.
6881         * lib/clean-temp.c: Likewise.
6882         * lib/clean-temp.h: Likewise.
6883         * lib/cloexec.c: Likewise.
6884         * lib/close-stream.c: Likewise.
6885         * lib/closein.c: Likewise.
6886         * lib/closein.h: Likewise.
6887         * lib/closeout.c: Likewise.
6888         * lib/closeout.h: Likewise.
6889         * lib/concat-filename.c: Likewise.
6890         * lib/copy-file.c: Likewise.
6891         * lib/copy-file.h: Likewise.
6892         * lib/count-one-bits.h: Likewise.
6893         * lib/crc.c: Likewise.
6894         * lib/crc.h: Likewise.
6895         * lib/creat-safer.c: Likewise.
6896         * lib/csharpcomp.c: Likewise.
6897         * lib/csharpcomp.h: Likewise.
6898         * lib/csharpexec.c: Likewise.
6899         * lib/csharpexec.h: Likewise.
6900         * lib/cycle-check.c: Likewise.
6901         * lib/cycle-check.h: Likewise.
6902         * lib/diacrit.c: Likewise.
6903         * lib/diacrit.h: Likewise.
6904         * lib/diffseq.h: Likewise.
6905         * lib/dirchownmod.c: Likewise.
6906         * lib/dirent.in.h: Likewise.
6907         * lib/dirfd.c: Likewise.
6908         * lib/dirfd.h: Likewise.
6909         * lib/dirname.c: Likewise.
6910         * lib/dirname.h: Likewise.
6911         * lib/dummy.c: Likewise.
6912         * lib/dup-safer.c: Likewise.
6913         * lib/dup2.c: Likewise.
6914         * lib/eealloc.h: Likewise.
6915         * lib/error.c: Likewise.
6916         * lib/error.h: Likewise.
6917         * lib/euidaccess.c: Likewise.
6918         * lib/exclude.c: Likewise.
6919         * lib/exclude.h: Likewise.
6920         * lib/execute.c: Likewise.
6921         * lib/execute.h: Likewise.
6922         * lib/exitfail.c: Likewise.
6923         * lib/exitfail.h: Likewise.
6924         * lib/expl.c: Likewise.
6925         * lib/fatal-signal.c: Likewise.
6926         * lib/fatal-signal.h: Likewise.
6927         * lib/fbufmode.c: Likewise.
6928         * lib/fbufmode.h: Likewise.
6929         * lib/fchdir.c: Likewise.
6930         * lib/fchmodat.c: Likewise.
6931         * lib/fchownat.c: Likewise.
6932         * lib/fcntl--.h: Likewise.
6933         * lib/fcntl-safer.h: Likewise.
6934         * lib/fcntl.in.h: Likewise.
6935         * lib/fd-safer.c: Likewise.
6936         * lib/fflush.c: Likewise.
6937         * lib/file-has-acl.c: Likewise.
6938         * lib/file-set.c: Likewise.
6939         * lib/file-type.c: Likewise.
6940         * lib/file-type.h: Likewise.
6941         * lib/fileblocks.c: Likewise.
6942         * lib/filemode.c: Likewise.
6943         * lib/filemode.h: Likewise.
6944         * lib/filename.h: Likewise.
6945         * lib/filenamecat.c: Likewise.
6946         * lib/filenamecat.h: Likewise.
6947         * lib/findprog.c: Likewise.
6948         * lib/findprog.h: Likewise.
6949         * lib/float.in.h: Likewise.
6950         * lib/floor.c: Likewise.
6951         * lib/floorf.c: Likewise.
6952         * lib/floorl.c: Likewise.
6953         * lib/fopen-safer.c: Likewise.
6954         * lib/fopen.c: Likewise.
6955         * lib/fpending.c: Likewise.
6956         * lib/fpending.h: Likewise.
6957         * lib/fprintf.c: Likewise.
6958         * lib/fprintftime.h: Likewise.
6959         * lib/fpucw.h: Likewise.
6960         * lib/fpurge.c: Likewise.
6961         * lib/fpurge.h: Likewise.
6962         * lib/freadable.c: Likewise.
6963         * lib/freadable.h: Likewise.
6964         * lib/freadahead.c: Likewise.
6965         * lib/freadahead.h: Likewise.
6966         * lib/freading.c: Likewise.
6967         * lib/freading.h: Likewise.
6968         * lib/free.c: Likewise.
6969         * lib/freopen.c: Likewise.
6970         * lib/frexp.c: Likewise.
6971         * lib/frexpl.c: Likewise.
6972         * lib/fseek.c: Likewise.
6973         * lib/fseterr.c: Likewise.
6974         * lib/fseterr.h: Likewise.
6975         * lib/fstatat.c: Likewise.
6976         * lib/fstrcmp.c: Likewise.
6977         * lib/fstrcmp.h: Likewise.
6978         * lib/fsusage.c: Likewise.
6979         * lib/fsusage.h: Likewise.
6980         * lib/ftell.c: Likewise.
6981         * lib/ftello.c: Likewise.
6982         * lib/fts-cycle.c: Likewise.
6983         * lib/fts.c: Likewise.
6984         * lib/fts_.h: Likewise.
6985         * lib/full-read.c: Likewise.
6986         * lib/full-read.h: Likewise.
6987         * lib/full-write.c: Likewise.
6988         * lib/full-write.h: Likewise.
6989         * lib/fwritable.c: Likewise.
6990         * lib/fwritable.h: Likewise.
6991         * lib/fwriteerror.c: Likewise.
6992         * lib/fwriteerror.h: Likewise.
6993         * lib/fwriting.c: Likewise.
6994         * lib/fwriting.h: Likewise.
6995         * lib/gcd.c: Likewise.
6996         * lib/gcd.h: Likewise.
6997         * lib/getcwd.c: Likewise.
6998         * lib/getdate.h: Likewise.
6999         * lib/getdate.y: Likewise.
7000         * lib/getdomainname.c: Likewise.
7001         * lib/getdomainname.h: Likewise.
7002         * lib/getgroups.c: Likewise.
7003         * lib/gethostname.c: Likewise.
7004         * lib/gethrxtime.c: Likewise.
7005         * lib/gethrxtime.h: Likewise.
7006         * lib/getloadavg.c: Likewise.
7007         * lib/getndelim2.c: Likewise.
7008         * lib/getndelim2.h: Likewise.
7009         * lib/getnline.c: Likewise.
7010         * lib/getnline.h: Likewise.
7011         * lib/getopt.c: Likewise.
7012         * lib/getopt.in.h: Likewise.
7013         * lib/getopt1.c: Likewise.
7014         * lib/getopt_int.h: Likewise.
7015         * lib/getpagesize.h: Likewise.
7016         * lib/getsubopt.c: Likewise.
7017         * lib/gettime.c: Likewise.
7018         * lib/getugroups.c: Likewise.
7019         * lib/getugroups.h: Likewise.
7020         * lib/getusershell.c: Likewise.
7021         * lib/gl_anyavltree_list1.h: Likewise.
7022         * lib/gl_anyavltree_list2.h: Likewise.
7023         * lib/gl_anyhash_list1.h: Likewise.
7024         * lib/gl_anyhash_list2.h: Likewise.
7025         * lib/gl_anylinked_list1.h: Likewise.
7026         * lib/gl_anylinked_list2.h: Likewise.
7027         * lib/gl_anyrbtree_list1.h: Likewise.
7028         * lib/gl_anyrbtree_list2.h: Likewise.
7029         * lib/gl_anytree_list1.h: Likewise.
7030         * lib/gl_anytree_list2.h: Likewise.
7031         * lib/gl_anytree_oset.h: Likewise.
7032         * lib/gl_anytreehash_list1.h: Likewise.
7033         * lib/gl_anytreehash_list2.h: Likewise.
7034         * lib/gl_array_list.c: Likewise.
7035         * lib/gl_array_list.h: Likewise.
7036         * lib/gl_array_oset.c: Likewise.
7037         * lib/gl_array_oset.h: Likewise.
7038         * lib/gl_avltree_list.c: Likewise.
7039         * lib/gl_avltree_list.h: Likewise.
7040         * lib/gl_avltree_oset.c: Likewise.
7041         * lib/gl_avltree_oset.h: Likewise.
7042         * lib/gl_avltreehash_list.c: Likewise.
7043         * lib/gl_avltreehash_list.h: Likewise.
7044         * lib/gl_carray_list.c: Likewise.
7045         * lib/gl_carray_list.h: Likewise.
7046         * lib/gl_linked_list.c: Likewise.
7047         * lib/gl_linked_list.h: Likewise.
7048         * lib/gl_linkedhash_list.c: Likewise.
7049         * lib/gl_linkedhash_list.h: Likewise.
7050         * lib/gl_list.c: Likewise.
7051         * lib/gl_list.h: Likewise.
7052         * lib/gl_oset.c: Likewise.
7053         * lib/gl_oset.h: Likewise.
7054         * lib/gl_rbtree_list.c: Likewise.
7055         * lib/gl_rbtree_list.h: Likewise.
7056         * lib/gl_rbtree_oset.c: Likewise.
7057         * lib/gl_rbtree_oset.h: Likewise.
7058         * lib/gl_rbtreehash_list.c: Likewise.
7059         * lib/gl_rbtreehash_list.h: Likewise.
7060         * lib/gl_sublist.c: Likewise.
7061         * lib/gl_sublist.h: Likewise.
7062         * lib/group-member.c: Likewise.
7063         * lib/group-member.h: Likewise.
7064         * lib/hard-locale.c: Likewise.
7065         * lib/hard-locale.h: Likewise.
7066         * lib/hash-pjw.c: Likewise.
7067         * lib/hash-pjw.h: Likewise.
7068         * lib/hash-triple.c: Likewise.
7069         * lib/hash.c: Likewise.
7070         * lib/hash.h: Likewise.
7071         * lib/human.c: Likewise.
7072         * lib/human.h: Likewise.
7073         * lib/i-ring.c: Likewise.
7074         * lib/i-ring.h: Likewise.
7075         * lib/idcache.c: Likewise.
7076         * lib/imaxabs.c: Likewise.
7077         * lib/imaxdiv.c: Likewise.
7078         * lib/inet_pton.c: Likewise.
7079         * lib/inet_pton.h: Likewise.
7080         * lib/intprops.h: Likewise.
7081         * lib/inttostr.c: Likewise.
7082         * lib/inttostr.h: Likewise.
7083         * lib/inttypes.in.h: Likewise.
7084         * lib/isapipe.c: Likewise.
7085         * lib/isdir.c: Likewise.
7086         * lib/isnan.c: Likewise.
7087         * lib/isnan.h: Likewise.
7088         * lib/isnanf.c: Likewise.
7089         * lib/isnanf.h: Likewise.
7090         * lib/isnanl-nolibm.h: Likewise.
7091         * lib/isnanl.c: Likewise.
7092         * lib/isnanl.h: Likewise.
7093         * lib/javacomp.c: Likewise.
7094         * lib/javacomp.h: Likewise.
7095         * lib/javaexec.c: Likewise.
7096         * lib/javaexec.h: Likewise.
7097         * lib/javaversion.c: Likewise.
7098         * lib/javaversion.h: Likewise.
7099         * lib/javaversion.java: Likewise.
7100         * lib/lbrkprop.h: Likewise.
7101         * lib/lchmod.h: Likewise.
7102         * lib/lchown.c: Likewise.
7103         * lib/ldexpl.c: Likewise.
7104         * lib/linebreak.c: Likewise.
7105         * lib/linebreak.h: Likewise.
7106         * lib/linebuffer.c: Likewise.
7107         * lib/linebuffer.h: Likewise.
7108         * lib/locale.in.h: Likewise.
7109         * lib/logl.c: Likewise.
7110         * lib/long-options.c: Likewise.
7111         * lib/long-options.h: Likewise.
7112         * lib/lstat.c: Likewise.
7113         * lib/lstat.h: Likewise.
7114         * lib/math.in.h: Likewise.
7115         * lib/mbchar.c: Likewise.
7116         * lib/mbchar.h: Likewise.
7117         * lib/mbfile.h: Likewise.
7118         * lib/mbiter.h: Likewise.
7119         * lib/mbscasecmp.c: Likewise.
7120         * lib/mbscasestr.c: Likewise.
7121         * lib/mbschr.c: Likewise.
7122         * lib/mbscspn.c: Likewise.
7123         * lib/mbslen.c: Likewise.
7124         * lib/mbsncasecmp.c: Likewise.
7125         * lib/mbsnlen.c: Likewise.
7126         * lib/mbspbrk.c: Likewise.
7127         * lib/mbspcasecmp.c: Likewise.
7128         * lib/mbsrchr.c: Likewise.
7129         * lib/mbssep.c: Likewise.
7130         * lib/mbsspn.c: Likewise.
7131         * lib/mbsstr.c: Likewise.
7132         * lib/mbstok_r.c: Likewise.
7133         * lib/mbswidth.c: Likewise.
7134         * lib/mbswidth.h: Likewise.
7135         * lib/mbuiter.h: Likewise.
7136         * lib/memcasecmp.c: Likewise.
7137         * lib/memcasecmp.h: Likewise.
7138         * lib/memchr.c: Likewise.
7139         * lib/memcmp.c: Likewise.
7140         * lib/memcoll.c: Likewise.
7141         * lib/memcoll.h: Likewise.
7142         * lib/memcpy.c: Likewise.
7143         * lib/memrchr.c: Likewise.
7144         * lib/mkancesdirs.c: Likewise.
7145         * lib/mkdir-p.c: Likewise.
7146         * lib/mkdir-p.h: Likewise.
7147         * lib/mkdir.c: Likewise.
7148         * lib/mkdirat.c: Likewise.
7149         * lib/mkdtemp.c: Likewise.
7150         * lib/mkstemp-safer.c: Likewise.
7151         * lib/mkstemp.c: Likewise.
7152         * lib/modechange.c: Likewise.
7153         * lib/modechange.h: Likewise.
7154         * lib/mountlist.c: Likewise.
7155         * lib/mountlist.h: Likewise.
7156         * lib/mpsort.c: Likewise.
7157         * lib/nanosleep.c: Likewise.
7158         * lib/obstack.c: Likewise.
7159         * lib/obstack.h: Likewise.
7160         * lib/open-safer.c: Likewise.
7161         * lib/open.c: Likewise.
7162         * lib/openat-die.c: Likewise.
7163         * lib/openat-priv.h: Likewise.
7164         * lib/openat-proc.c: Likewise.
7165         * lib/openat.c: Likewise.
7166         * lib/openat.h: Likewise.
7167         * lib/pagealign_alloc.c: Likewise.
7168         * lib/pagealign_alloc.h: Likewise.
7169         * lib/physmem.c: Likewise.
7170         * lib/physmem.h: Likewise.
7171         * lib/pipe-safer.c: Likewise.
7172         * lib/pipe.c: Likewise.
7173         * lib/pipe.h: Likewise.
7174         * lib/posixtm.c: Likewise.
7175         * lib/posixtm.h: Likewise.
7176         * lib/posixver.c: Likewise.
7177         * lib/printf-frexp.c: Likewise.
7178         * lib/printf-frexp.h: Likewise.
7179         * lib/printf-frexpl.c: Likewise.
7180         * lib/printf-frexpl.h: Likewise.
7181         * lib/printf.c: Likewise.
7182         * lib/progname.c: Likewise.
7183         * lib/progname.h: Likewise.
7184         * lib/progreloc.c: Likewise.
7185         * lib/putenv.c: Likewise.
7186         * lib/quote.c: Likewise.
7187         * lib/quote.h: Likewise.
7188         * lib/quotearg.c: Likewise.
7189         * lib/quotearg.h: Likewise.
7190         * lib/raise.c: Likewise.
7191         * lib/readline.c: Likewise.
7192         * lib/readline.h: Likewise.
7193         * lib/readlink.c: Likewise.
7194         * lib/readtokens.c: Likewise.
7195         * lib/readtokens.h: Likewise.
7196         * lib/readtokens0.c: Likewise.
7197         * lib/readtokens0.h: Likewise.
7198         * lib/readutmp.c: Likewise.
7199         * lib/readutmp.h: Likewise.
7200         * lib/realloc.c: Likewise.
7201         * lib/relocwrapper.c: Likewise.
7202         * lib/rename-dest-slash.c: Likewise.
7203         * lib/rename.c: Likewise.
7204         * lib/rmdir.c: Likewise.
7205         * lib/rpmatch.c: Likewise.
7206         * lib/safe-read.c: Likewise.
7207         * lib/safe-read.h: Likewise.
7208         * lib/safe-write.c: Likewise.
7209         * lib/safe-write.h: Likewise.
7210         * lib/same-inode.h: Likewise.
7211         * lib/same.c: Likewise.
7212         * lib/same.h: Likewise.
7213         * lib/save-cwd.c: Likewise.
7214         * lib/save-cwd.h: Likewise.
7215         * lib/savedir.c: Likewise.
7216         * lib/savedir.h: Likewise.
7217         * lib/savewd.c: Likewise.
7218         * lib/savewd.h: Likewise.
7219         * lib/search.in.h: Likewise.
7220         * lib/setenv.c: Likewise.
7221         * lib/setenv.h: Likewise.
7222         * lib/settime.c: Likewise.
7223         * lib/sh-quote.c: Likewise.
7224         * lib/sh-quote.h: Likewise.
7225         * lib/sig2str.c: Likewise.
7226         * lib/sig2str.h: Likewise.
7227         * lib/signal.in.h: Likewise.
7228         * lib/signbitd.c: Likewise.
7229         * lib/signbitf.c: Likewise.
7230         * lib/signbitl.c: Likewise.
7231         * lib/sigprocmask.c: Likewise.
7232         * lib/sincosl.c: Likewise.
7233         * lib/sleep.c: Likewise.
7234         * lib/sprintf.c: Likewise.
7235         * lib/sqrtl.c: Likewise.
7236         * lib/stat-time.h: Likewise.
7237         * lib/stdio--.h: Likewise.
7238         * lib/stdio-safer.h: Likewise.
7239         * lib/stdlib--.h: Likewise.
7240         * lib/stdlib-safer.h: Likewise.
7241         * lib/stdlib.in.h: Likewise.
7242         * lib/stpcpy.c: Likewise.
7243         * lib/stpncpy.c: Likewise.
7244         * lib/strchrnul.c: Likewise.
7245         * lib/strcspn.c: Likewise.
7246         * lib/strerror.c: Likewise.
7247         * lib/strftime.c: Likewise.
7248         * lib/strftime.h: Likewise.
7249         * lib/striconveh.c: Likewise.
7250         * lib/striconveh.h: Likewise.
7251         * lib/striconveha.c: Likewise.
7252         * lib/striconveha.h: Likewise.
7253         * lib/stripslash.c: Likewise.
7254         * lib/strnlen1.c: Likewise.
7255         * lib/strnlen1.h: Likewise.
7256         * lib/strtod.c: Likewise.
7257         * lib/strtoimax.c: Likewise.
7258         * lib/strtok_r.c: Likewise.
7259         * lib/strtol.c: Likewise.
7260         * lib/strtoll.c: Likewise.
7261         * lib/strtoul.c: Likewise.
7262         * lib/strtoull.c: Likewise.
7263         * lib/sysexits.in.h: Likewise.
7264         * lib/tempname.c: Likewise.
7265         * lib/tempname.h: Likewise.
7266         * lib/timespec.h: Likewise.
7267         * lib/tls.c: Likewise.
7268         * lib/tls.h: Likewise.
7269         * lib/tmpdir.c: Likewise.
7270         * lib/tmpdir.h: Likewise.
7271         * lib/tmpfile-safer.c: Likewise.
7272         * lib/tmpfile.c: Likewise.
7273         * lib/trigl.c: Likewise.
7274         * lib/trigl.h: Likewise.
7275         * lib/trim.c: Likewise.
7276         * lib/trim.h: Likewise.
7277         * lib/trunc.c: Likewise.
7278         * lib/truncf.c: Likewise.
7279         * lib/truncl.c: Likewise.
7280         * lib/tsearch.c: Likewise.
7281         * lib/unicodeio.c: Likewise.
7282         * lib/unicodeio.h: Likewise.
7283         * lib/unistd--.h: Likewise.
7284         * lib/unistd-safer.h: Likewise.
7285         * lib/unistdio/ulc-fprintf.c: Likewise.
7286         * lib/unistdio/ulc-vfprintf.c: Likewise.
7287         * lib/unlinkdir.c: Likewise.
7288         * lib/unlinkdir.h: Likewise.
7289         * lib/unlocked-io.h: Likewise.
7290         * lib/unsetenv.c: Likewise.
7291         * lib/userspec.c: Likewise.
7292         * lib/utime.c: Likewise.
7293         * lib/utimecmp.c: Likewise.
7294         * lib/utimecmp.h: Likewise.
7295         * lib/utimens.c: Likewise.
7296         * lib/verify.h: Likewise.
7297         * lib/verror.c: Likewise.
7298         * lib/verror.h: Likewise.
7299         * lib/version-etc-fsf.c: Likewise.
7300         * lib/version-etc.c: Likewise.
7301         * lib/version-etc.h: Likewise.
7302         * lib/vfprintf.c: Likewise.
7303         * lib/vprintf.c: Likewise.
7304         * lib/vsprintf.c: Likewise.
7305         * lib/w32spawn.h: Likewise.
7306         * lib/wait-process.c: Likewise.
7307         * lib/wait-process.h: Likewise.
7308         * lib/wcwidth.c: Likewise.
7309         * lib/write-any-file.c: Likewise.
7310         * lib/xalloc-die.c: Likewise.
7311         * lib/xalloc.h: Likewise.
7312         * lib/xasprintf.c: Likewise.
7313         * lib/xgetcwd.c: Likewise.
7314         * lib/xgetcwd.h: Likewise.
7315         * lib/xgetdomainname.c: Likewise.
7316         * lib/xgetdomainname.h: Likewise.
7317         * lib/xgethostname.c: Likewise.
7318         * lib/xmalloc.c: Likewise.
7319         * lib/xmalloca.c: Likewise.
7320         * lib/xmalloca.h: Likewise.
7321         * lib/xmemcoll.c: Likewise.
7322         * lib/xnanosleep.c: Likewise.
7323         * lib/xreadlink.c: Likewise.
7324         * lib/xreadlink.h: Likewise.
7325         * lib/xsetenv.c: Likewise.
7326         * lib/xsetenv.h: Likewise.
7327         * lib/xstriconv.c: Likewise.
7328         * lib/xstriconv.h: Likewise.
7329         * lib/xstrndup.c: Likewise.
7330         * lib/xstrndup.h: Likewise.
7331         * lib/xstrtod.c: Likewise.
7332         * lib/xstrtod.h: Likewise.
7333         * lib/xstrtol-error.c: Likewise.
7334         * lib/xstrtol.c: Likewise.
7335         * lib/xstrtol.h: Likewise.
7336         * lib/xtime.h: Likewise.
7337         * lib/xvasprintf.c: Likewise.
7338         * lib/xvasprintf.h: Likewise.
7339         * lib/yesno.c: Likewise.
7340         * lib/yesno.h: Likewise.
7341         * posix-modules: Likewise.
7342         * tests/test-alloca-opt.c: Likewise.
7343         * tests/test-arcfour.c: Likewise.
7344         * tests/test-arctwo.c: Likewise.
7345         * tests/test-argmatch.c: Likewise.
7346         * tests/test-argp-2.sh: Likewise.
7347         * tests/test-argp.c: Likewise.
7348         * tests/test-arpa_inet.c: Likewise.
7349         * tests/test-array_list.c: Likewise.
7350         * tests/test-array_oset.c: Likewise.
7351         * tests/test-atexit.c: Likewise.
7352         * tests/test-avltree_list.c: Likewise.
7353         * tests/test-avltree_oset.c: Likewise.
7354         * tests/test-avltreehash_list.c: Likewise.
7355         * tests/test-base64.c: Likewise.
7356         * tests/test-binary-io.c: Likewise.
7357         * tests/test-byteswap.c: Likewise.
7358         * tests/test-c-ctype.c: Likewise.
7359         * tests/test-c-strcasecmp.c: Likewise.
7360         * tests/test-c-strcasestr.c: Likewise.
7361         * tests/test-c-strncasecmp.c: Likewise.
7362         * tests/test-c-strstr.c: Likewise.
7363         * tests/test-canonicalize-lgpl.c: Likewise.
7364         * tests/test-canonicalize.c: Likewise.
7365         * tests/test-carray_list.c: Likewise.
7366         * tests/test-ceilf.c: Likewise.
7367         * tests/test-ceill.c: Likewise.
7368         * tests/test-count-one-bits.c: Likewise.
7369         * tests/test-crc.c: Likewise.
7370         * tests/test-dirname.c: Likewise.
7371         * tests/test-fbufmode.c: Likewise.
7372         * tests/test-fcntl.c: Likewise.
7373         * tests/test-fflush.c: Likewise.
7374         * tests/test-floorf.c: Likewise.
7375         * tests/test-floorl.c: Likewise.
7376         * tests/test-fopen.c: Likewise.
7377         * tests/test-fprintf-posix.c: Likewise.
7378         * tests/test-fprintf-posix.h: Likewise.
7379         * tests/test-fpurge.c: Likewise.
7380         * tests/test-freadable.c: Likewise.
7381         * tests/test-freadahead.c: Likewise.
7382         * tests/test-freading.c: Likewise.
7383         * tests/test-freopen.c: Likewise.
7384         * tests/test-frexp.c: Likewise.
7385         * tests/test-frexpl.c: Likewise.
7386         * tests/test-fseek.c: Likewise.
7387         * tests/test-fseeko.c: Likewise.
7388         * tests/test-fseterr.c: Likewise.
7389         * tests/test-fstrcmp.c: Likewise.
7390         * tests/test-ftell.c: Likewise.
7391         * tests/test-ftello.c: Likewise.
7392         * tests/test-fwritable.c: Likewise.
7393         * tests/test-fwriting.c: Likewise.
7394         * tests/test-getaddrinfo.c: Likewise.
7395         * tests/test-getpass.c: Likewise.
7396         * tests/test-gettimeofday.c: Likewise.
7397         * tests/test-hmac-md5.c: Likewise.
7398         * tests/test-hmac-sha1.c: Likewise.
7399         * tests/test-iconv.c: Likewise.
7400         * tests/test-iconvme.c: Likewise.
7401         * tests/test-inttypes.c: Likewise.
7402         * tests/test-isnan.c: Likewise.
7403         * tests/test-isnanf.c: Likewise.
7404         * tests/test-isnanl-nolibm.c: Likewise.
7405         * tests/test-isnanl.c: Likewise.
7406         * tests/test-isnanl.h: Likewise.
7407         * tests/test-ldexpl.c: Likewise.
7408         * tests/test-linked_list.c: Likewise.
7409         * tests/test-linkedhash_list.c: Likewise.
7410         * tests/test-locale.c: Likewise.
7411         * tests/test-localename.c: Likewise.
7412         * tests/test-lock.c: Likewise.
7413         * tests/test-lseek.c: Likewise.
7414         * tests/test-malloca.c: Likewise.
7415         * tests/test-math.c: Likewise.
7416         * tests/test-mbscasecmp.c: Likewise.
7417         * tests/test-mbscasestr1.c: Likewise.
7418         * tests/test-mbscasestr2.c: Likewise.
7419         * tests/test-mbscasestr3.c: Likewise.
7420         * tests/test-mbscasestr4.c: Likewise.
7421         * tests/test-mbschr.c: Likewise.
7422         * tests/test-mbscspn.c: Likewise.
7423         * tests/test-mbsncasecmp.c: Likewise.
7424         * tests/test-mbspbrk.c: Likewise.
7425         * tests/test-mbspcasecmp.c: Likewise.
7426         * tests/test-mbsrchr.c: Likewise.
7427         * tests/test-mbsspn.c: Likewise.
7428         * tests/test-mbsstr1.c: Likewise.
7429         * tests/test-mbsstr2.c: Likewise.
7430         * tests/test-mbsstr3.c: Likewise.
7431         * tests/test-md5.c: Likewise.
7432         * tests/test-memmem.c: Likewise.
7433         * tests/test-netinet_in.c: Likewise.
7434         * tests/test-open.c: Likewise.
7435         * tests/test-printf-frexp.c: Likewise.
7436         * tests/test-printf-frexpl.c: Likewise.
7437         * tests/test-printf-posix.c: Likewise.
7438         * tests/test-printf-posix.h: Likewise.
7439         * tests/test-rbtree_list.c: Likewise.
7440         * tests/test-rbtree_oset.c: Likewise.
7441         * tests/test-rbtreehash_list.c: Likewise.
7442         * tests/test-read-file.c: Likewise.
7443         * tests/test-rijndael.c: Likewise.
7444         * tests/test-search.c: Likewise.
7445         * tests/test-signbit.c: Likewise.
7446         * tests/test-sleep.c: Likewise.
7447         * tests/test-snprintf-posix.c: Likewise.
7448         * tests/test-snprintf-posix.h: Likewise.
7449         * tests/test-snprintf.c: Likewise.
7450         * tests/test-sprintf-posix.c: Likewise.
7451         * tests/test-sprintf-posix.h: Likewise.
7452         * tests/test-stat-time.c: Likewise.
7453         * tests/test-stdbool.c: Likewise.
7454         * tests/test-stdint.c: Likewise.
7455         * tests/test-stdio.c: Likewise.
7456         * tests/test-stdlib.c: Likewise.
7457         * tests/test-stpncpy.c: Likewise.
7458         * tests/test-strcasestr.c: Likewise.
7459         * tests/test-striconv.c: Likewise.
7460         * tests/test-striconveh.c: Likewise.
7461         * tests/test-striconveha.c: Likewise.
7462         * tests/test-string.c: Likewise.
7463         * tests/test-sys_select.c: Likewise.
7464         * tests/test-sys_socket.c: Likewise.
7465         * tests/test-sys_stat.c: Likewise.
7466         * tests/test-sys_time.c: Likewise.
7467         * tests/test-sysexits.c: Likewise.
7468         * tests/test-time.c: Likewise.
7469         * tests/test-tls.c: Likewise.
7470         * tests/test-trunc.c: Likewise.
7471         * tests/test-truncf.c: Likewise.
7472         * tests/test-truncl.c: Likewise.
7473         * tests/test-unistd.c: Likewise.
7474         * tests/test-vasnprintf-posix.c: Likewise.
7475         * tests/test-vasnprintf-posix2.c: Likewise.
7476         * tests/test-vasnprintf.c: Likewise.
7477         * tests/test-vasprintf-posix.c: Likewise.
7478         * tests/test-vasprintf.c: Likewise.
7479         * tests/test-verify.c: Likewise.
7480         * tests/test-vfprintf-posix.c: Likewise.
7481         * tests/test-vprintf-posix.c: Likewise.
7482         * tests/test-vsnprintf-posix.c: Likewise.
7483         * tests/test-vsnprintf.c: Likewise.
7484         * tests/test-vsprintf-posix.c: Likewise.
7485         * tests/test-wchar.c: Likewise.
7486         * tests/test-wctype.c: Likewise.
7487         * tests/test-wcwidth.c: Likewise.
7488         * tests/test-xstrtol.c: Likewise.
7489         * tests/test-xvasprintf.c: Likewise.
7490         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
7491         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
7492         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7493         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7494         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7495         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
7496         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7497         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7498         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7499         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
7500         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7501         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7502         * tests/uniname/test-uninames.c: Likewise.
7503         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
7504         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
7505         * tests/unistdio/test-u16-printf1.h: Likewise.
7506         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
7507         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
7508         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
7509         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
7510         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
7511         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
7512         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
7513         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
7514         * tests/unistdio/test-u32-printf1.h: Likewise.
7515         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
7516         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
7517         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
7518         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
7519         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
7520         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
7521         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
7522         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
7523         * tests/unistdio/test-u8-printf1.h: Likewise.
7524         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
7525         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
7526         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
7527         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
7528         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
7529         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
7530         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
7531         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
7532         * tests/unistdio/test-ulc-printf1.h: Likewise.
7533         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
7534         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
7535         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
7536         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
7537         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
7538         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
7539         * tests/uniwidth/test-u16-strwidth.c: Likewise.
7540         * tests/uniwidth/test-u16-width.c: Likewise.
7541         * tests/uniwidth/test-u32-strwidth.c: Likewise.
7542         * tests/uniwidth/test-u32-width.c: Likewise.
7543         * tests/uniwidth/test-u8-strwidth.c: Likewise.
7544         * tests/uniwidth/test-u8-width.c: Likewise.
7545         * tests/uniwidth/test-uc_width.c: Likewise.
7546         * config/srclist-update: Likewise.
7547         (fixlicense): Update to GPLv3+.
7548
7549         Change copyright notice from LGPLv2.1+ to LGPLv3+.
7550         * tests/test-tsearch.c: Change copyright notice.
7551
7552         Change copyright notice from LGPLv2.0+ to LGPLv3+.
7553         * lib/c-strcaseeq.h: Change copyright notice.
7554         * lib/streq.h: Likewise.
7555         * lib/uniconv.h: Likewise.
7556         * lib/uniconv/u-conv-from-enc.h: Likewise.
7557         * lib/uniconv/u-conv-to-enc.h: Likewise.
7558         * lib/uniconv/u-strconv-from-enc.h: Likewise.
7559         * lib/uniconv/u-strconv-to-enc.h: Likewise.
7560         * lib/uniconv/u16-conv-from-enc.c: Likewise.
7561         * lib/uniconv/u16-conv-to-enc.c: Likewise.
7562         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
7563         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
7564         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
7565         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
7566         * lib/uniconv/u32-conv-from-enc.c: Likewise.
7567         * lib/uniconv/u32-conv-to-enc.c: Likewise.
7568         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
7569         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
7570         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
7571         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
7572         * lib/uniconv/u8-conv-from-enc.c: Likewise.
7573         * lib/uniconv/u8-conv-to-enc.c: Likewise.
7574         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
7575         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
7576         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
7577         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
7578         * lib/uniname.h: Likewise.
7579         * lib/uniname/uniname.c: Likewise.
7580         * lib/unistdio.h: Likewise.
7581         * lib/unistdio/u-asnprintf.h: Likewise.
7582         * lib/unistdio/u-asprintf.h: Likewise.
7583         * lib/unistdio/u-printf-args.c: Likewise.
7584         * lib/unistdio/u-printf-args.h: Likewise.
7585         * lib/unistdio/u-printf-parse.h: Likewise.
7586         * lib/unistdio/u-snprintf.h: Likewise.
7587         * lib/unistdio/u-sprintf.h: Likewise.
7588         * lib/unistdio/u-vasprintf.h: Likewise.
7589         * lib/unistdio/u-vsnprintf.h: Likewise.
7590         * lib/unistdio/u-vsprintf.h: Likewise.
7591         * lib/unistdio/u16-asnprintf.c: Likewise.
7592         * lib/unistdio/u16-asprintf.c: Likewise.
7593         * lib/unistdio/u16-printf-parse.c: Likewise.
7594         * lib/unistdio/u16-snprintf.c: Likewise.
7595         * lib/unistdio/u16-sprintf.c: Likewise.
7596         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
7597         * lib/unistdio/u16-u16-asprintf.c: Likewise.
7598         * lib/unistdio/u16-u16-snprintf.c: Likewise.
7599         * lib/unistdio/u16-u16-sprintf.c: Likewise.
7600         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
7601         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
7602         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
7603         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
7604         * lib/unistdio/u16-vasnprintf.c: Likewise.
7605         * lib/unistdio/u16-vasprintf.c: Likewise.
7606         * lib/unistdio/u16-vsnprintf.c: Likewise.
7607         * lib/unistdio/u16-vsprintf.c: Likewise.
7608         * lib/unistdio/u32-asnprintf.c: Likewise.
7609         * lib/unistdio/u32-asprintf.c: Likewise.
7610         * lib/unistdio/u32-printf-parse.c: Likewise.
7611         * lib/unistdio/u32-snprintf.c: Likewise.
7612         * lib/unistdio/u32-sprintf.c: Likewise.
7613         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
7614         * lib/unistdio/u32-u32-asprintf.c: Likewise.
7615         * lib/unistdio/u32-u32-snprintf.c: Likewise.
7616         * lib/unistdio/u32-u32-sprintf.c: Likewise.
7617         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
7618         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
7619         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
7620         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
7621         * lib/unistdio/u32-vasnprintf.c: Likewise.
7622         * lib/unistdio/u32-vasprintf.c: Likewise.
7623         * lib/unistdio/u32-vsnprintf.c: Likewise.
7624         * lib/unistdio/u32-vsprintf.c: Likewise.
7625         * lib/unistdio/u8-asnprintf.c: Likewise.
7626         * lib/unistdio/u8-asprintf.c: Likewise.
7627         * lib/unistdio/u8-printf-parse.c: Likewise.
7628         * lib/unistdio/u8-snprintf.c: Likewise.
7629         * lib/unistdio/u8-sprintf.c: Likewise.
7630         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
7631         * lib/unistdio/u8-u8-asprintf.c: Likewise.
7632         * lib/unistdio/u8-u8-snprintf.c: Likewise.
7633         * lib/unistdio/u8-u8-sprintf.c: Likewise.
7634         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
7635         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
7636         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
7637         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
7638         * lib/unistdio/u8-vasnprintf.c: Likewise.
7639         * lib/unistdio/u8-vasprintf.c: Likewise.
7640         * lib/unistdio/u8-vsnprintf.c: Likewise.
7641         * lib/unistdio/u8-vsprintf.c: Likewise.
7642         * lib/unistdio/ulc-asnprintf.c: Likewise.
7643         * lib/unistdio/ulc-asprintf.c: Likewise.
7644         * lib/unistdio/ulc-printf-parse.c: Likewise.
7645         * lib/unistdio/ulc-snprintf.c: Likewise.
7646         * lib/unistdio/ulc-sprintf.c: Likewise.
7647         * lib/unistdio/ulc-vasnprintf.c: Likewise.
7648         * lib/unistdio/ulc-vasprintf.c: Likewise.
7649         * lib/unistdio/ulc-vsnprintf.c: Likewise.
7650         * lib/unistdio/ulc-vsprintf.c: Likewise.
7651         * lib/unistr.h: Likewise.
7652         * lib/unistr/u-cpy-alloc.h: Likewise.
7653         * lib/unistr/u-cpy.h: Likewise.
7654         * lib/unistr/u-endswith.h: Likewise.
7655         * lib/unistr/u-move.h: Likewise.
7656         * lib/unistr/u-set.h: Likewise.
7657         * lib/unistr/u-startswith.h: Likewise.
7658         * lib/unistr/u-stpcpy.h: Likewise.
7659         * lib/unistr/u-stpncpy.h: Likewise.
7660         * lib/unistr/u-strcat.h: Likewise.
7661         * lib/unistr/u-strcpy.h: Likewise.
7662         * lib/unistr/u-strcspn.h: Likewise.
7663         * lib/unistr/u-strdup.h: Likewise.
7664         * lib/unistr/u-strlen.h: Likewise.
7665         * lib/unistr/u-strncat.h: Likewise.
7666         * lib/unistr/u-strncpy.h: Likewise.
7667         * lib/unistr/u-strnlen.h: Likewise.
7668         * lib/unistr/u-strpbrk.h: Likewise.
7669         * lib/unistr/u-strspn.h: Likewise.
7670         * lib/unistr/u-strstr.h: Likewise.
7671         * lib/unistr/u-strtok.h: Likewise.
7672         * lib/unistr/u16-check.c: Likewise.
7673         * lib/unistr/u16-chr.c: Likewise.
7674         * lib/unistr/u16-cmp.c: Likewise.
7675         * lib/unistr/u16-cpy-alloc.c: Likewise.
7676         * lib/unistr/u16-cpy.c: Likewise.
7677         * lib/unistr/u16-endswith.c: Likewise.
7678         * lib/unistr/u16-mblen.c: Likewise.
7679         * lib/unistr/u16-mbsnlen.c: Likewise.
7680         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7681         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7682         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7683         * lib/unistr/u16-mbtouc.c: Likewise.
7684         * lib/unistr/u16-mbtoucr.c: Likewise.
7685         * lib/unistr/u16-move.c: Likewise.
7686         * lib/unistr/u16-next.c: Likewise.
7687         * lib/unistr/u16-prev.c: Likewise.
7688         * lib/unistr/u16-set.c: Likewise.
7689         * lib/unistr/u16-startswith.c: Likewise.
7690         * lib/unistr/u16-stpcpy.c: Likewise.
7691         * lib/unistr/u16-stpncpy.c: Likewise.
7692         * lib/unistr/u16-strcat.c: Likewise.
7693         * lib/unistr/u16-strchr.c: Likewise.
7694         * lib/unistr/u16-strcmp.c: Likewise.
7695         * lib/unistr/u16-strcpy.c: Likewise.
7696         * lib/unistr/u16-strcspn.c: Likewise.
7697         * lib/unistr/u16-strdup.c: Likewise.
7698         * lib/unistr/u16-strlen.c: Likewise.
7699         * lib/unistr/u16-strmblen.c: Likewise.
7700         * lib/unistr/u16-strmbtouc.c: Likewise.
7701         * lib/unistr/u16-strncat.c: Likewise.
7702         * lib/unistr/u16-strncmp.c: Likewise.
7703         * lib/unistr/u16-strncpy.c: Likewise.
7704         * lib/unistr/u16-strnlen.c: Likewise.
7705         * lib/unistr/u16-strpbrk.c: Likewise.
7706         * lib/unistr/u16-strrchr.c: Likewise.
7707         * lib/unistr/u16-strspn.c: Likewise.
7708         * lib/unistr/u16-strstr.c: Likewise.
7709         * lib/unistr/u16-strtok.c: Likewise.
7710         * lib/unistr/u16-to-u32.c: Likewise.
7711         * lib/unistr/u16-to-u8.c: Likewise.
7712         * lib/unistr/u16-uctomb-aux.c: Likewise.
7713         * lib/unistr/u16-uctomb.c: Likewise.
7714         * lib/unistr/u32-check.c: Likewise.
7715         * lib/unistr/u32-chr.c: Likewise.
7716         * lib/unistr/u32-cmp.c: Likewise.
7717         * lib/unistr/u32-cpy-alloc.c: Likewise.
7718         * lib/unistr/u32-cpy.c: Likewise.
7719         * lib/unistr/u32-endswith.c: Likewise.
7720         * lib/unistr/u32-mblen.c: Likewise.
7721         * lib/unistr/u32-mbsnlen.c: Likewise.
7722         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7723         * lib/unistr/u32-mbtouc.c: Likewise.
7724         * lib/unistr/u32-mbtoucr.c: Likewise.
7725         * lib/unistr/u32-move.c: Likewise.
7726         * lib/unistr/u32-next.c: Likewise.
7727         * lib/unistr/u32-prev.c: Likewise.
7728         * lib/unistr/u32-set.c: Likewise.
7729         * lib/unistr/u32-startswith.c: Likewise.
7730         * lib/unistr/u32-stpcpy.c: Likewise.
7731         * lib/unistr/u32-stpncpy.c: Likewise.
7732         * lib/unistr/u32-strcat.c: Likewise.
7733         * lib/unistr/u32-strchr.c: Likewise.
7734         * lib/unistr/u32-strcmp.c: Likewise.
7735         * lib/unistr/u32-strcpy.c: Likewise.
7736         * lib/unistr/u32-strcspn.c: Likewise.
7737         * lib/unistr/u32-strdup.c: Likewise.
7738         * lib/unistr/u32-strlen.c: Likewise.
7739         * lib/unistr/u32-strmblen.c: Likewise.
7740         * lib/unistr/u32-strmbtouc.c: Likewise.
7741         * lib/unistr/u32-strncat.c: Likewise.
7742         * lib/unistr/u32-strncmp.c: Likewise.
7743         * lib/unistr/u32-strncpy.c: Likewise.
7744         * lib/unistr/u32-strnlen.c: Likewise.
7745         * lib/unistr/u32-strpbrk.c: Likewise.
7746         * lib/unistr/u32-strrchr.c: Likewise.
7747         * lib/unistr/u32-strspn.c: Likewise.
7748         * lib/unistr/u32-strstr.c: Likewise.
7749         * lib/unistr/u32-strtok.c: Likewise.
7750         * lib/unistr/u32-to-u16.c: Likewise.
7751         * lib/unistr/u32-to-u8.c: Likewise.
7752         * lib/unistr/u32-uctomb.c: Likewise.
7753         * lib/unistr/u8-check.c: Likewise.
7754         * lib/unistr/u8-chr.c: Likewise.
7755         * lib/unistr/u8-cmp.c: Likewise.
7756         * lib/unistr/u8-cpy-alloc.c: Likewise.
7757         * lib/unistr/u8-cpy.c: Likewise.
7758         * lib/unistr/u8-endswith.c: Likewise.
7759         * lib/unistr/u8-mblen.c: Likewise.
7760         * lib/unistr/u8-mbsnlen.c: Likewise.
7761         * lib/unistr/u8-mbtouc-aux.c: Likewise.
7762         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7763         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7764         * lib/unistr/u8-mbtouc.c: Likewise.
7765         * lib/unistr/u8-mbtoucr.c: Likewise.
7766         * lib/unistr/u8-move.c: Likewise.
7767         * lib/unistr/u8-next.c: Likewise.
7768         * lib/unistr/u8-prev.c: Likewise.
7769         * lib/unistr/u8-set.c: Likewise.
7770         * lib/unistr/u8-startswith.c: Likewise.
7771         * lib/unistr/u8-stpcpy.c: Likewise.
7772         * lib/unistr/u8-stpncpy.c: Likewise.
7773         * lib/unistr/u8-strcat.c: Likewise.
7774         * lib/unistr/u8-strchr.c: Likewise.
7775         * lib/unistr/u8-strcmp.c: Likewise.
7776         * lib/unistr/u8-strcpy.c: Likewise.
7777         * lib/unistr/u8-strcspn.c: Likewise.
7778         * lib/unistr/u8-strdup.c: Likewise.
7779         * lib/unistr/u8-strlen.c: Likewise.
7780         * lib/unistr/u8-strmblen.c: Likewise.
7781         * lib/unistr/u8-strmbtouc.c: Likewise.
7782         * lib/unistr/u8-strncat.c: Likewise.
7783         * lib/unistr/u8-strncmp.c: Likewise.
7784         * lib/unistr/u8-strncpy.c: Likewise.
7785         * lib/unistr/u8-strnlen.c: Likewise.
7786         * lib/unistr/u8-strpbrk.c: Likewise.
7787         * lib/unistr/u8-strrchr.c: Likewise.
7788         * lib/unistr/u8-strspn.c: Likewise.
7789         * lib/unistr/u8-strstr.c: Likewise.
7790         * lib/unistr/u8-strtok.c: Likewise.
7791         * lib/unistr/u8-to-u16.c: Likewise.
7792         * lib/unistr/u8-to-u32.c: Likewise.
7793         * lib/unistr/u8-uctomb-aux.c: Likewise.
7794         * lib/unistr/u8-uctomb.c: Likewise.
7795         * lib/unitypes.h: Likewise.
7796         * lib/uniwidth.h: Likewise.
7797         * lib/uniwidth/cjk.h: Likewise.
7798         * lib/uniwidth/u16-strwidth.c: Likewise.
7799         * lib/uniwidth/u16-width.c: Likewise.
7800         * lib/uniwidth/u32-strwidth.c: Likewise.
7801         * lib/uniwidth/u32-width.c: Likewise.
7802         * lib/uniwidth/u8-strwidth.c: Likewise.
7803         * lib/uniwidth/u8-width.c: Likewise.
7804         * lib/uniwidth/width.c: Likewise.
7805
7806 2007-10-07  Bruno Haible  <bruno@clisp.org>
7807
7808         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
7809         The file is still under LGPL (see modules/inttypes).
7810
7811 2007-10-06  Bruno Haible  <bruno@clisp.org>
7812
7813         * modules/trunc (Dependencies): Add 'extensions'.
7814         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
7815         Reported by Ben Pfaff <blp@gnu.org>.
7816
7817 2007-10-06  Bruno Haible  <bruno@clisp.org>
7818
7819         * modules/freopen-tests: New file.
7820         * tests/test-freopen.c: New file.
7821
7822         * modules/fopen-tests: New file.
7823         * tests/test-fopen.c: New file.
7824
7825         * modules/fopen: New file.
7826         * lib/fopen.c: New file.
7827         * m4/fopen.m4: New file.
7828         * modules/freopen: New file.
7829         * lib/freopen.c: New file.
7830         * m4/freopen.m4: New file.
7831         * lib/stdio.in.h (fopen, freopen): New declarations.
7832         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
7833         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7834         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
7835         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7836         * doc/functions/fopen.texi: Mention the 'fopen' module.
7837         * doc/functions/freopen.texi: Mention the 'freopen' module.
7838
7839 2007-10-06  Bruno Haible  <bruno@clisp.org>
7840
7841         * modules/open-tests: New file.
7842         * tests/test-open.c: New file.
7843
7844         * modules/open: New file.
7845         * lib/open.c: New file.
7846         * m4/open.m4: New file.
7847         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
7848         lib/open.c does.
7849         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
7850         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
7851         macros.
7852         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
7853         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
7854         REPLACE_OPEN.
7855         * doc/functions/open.texi: Mention the 'open' module.
7856
7857 2007-10-04  Bruno Haible  <bruno@clisp.org>
7858
7859         * modules/ceill-tests: New file.
7860         * tests/test-ceill.c: New file.
7861
7862         * modules/ceill: New file.
7863         * lib/ceill.c: Replace entire file.
7864         * m4/ceill.m4: New file.
7865         * lib/math.in.h (ceill): Replace declaration.
7866         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
7867         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
7868         * doc/functions/ceill.texi: Mention the 'ceill' module.
7869         * modules/mathl (Files): Remove lib/ceill.c.
7870         (Depends-on): Add ceill.
7871
7872 2007-10-04  Bruno Haible  <bruno@clisp.org>
7873
7874         * modules/ceilf-tests: New file.
7875         * tests/test-ceilf.c: New file.
7876
7877         * modules/ceilf: New file.
7878         * lib/ceil.c: New file.
7879         * lib/ceilf.c: New file.
7880         * m4/ceilf.m4: New file.
7881         * lib/math.in.h (ceilf): New declaration.
7882         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
7883         HAVE_DECL_CEILF.
7884         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
7885         HAVE_DECL_CEILF.
7886         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
7887
7888 2007-10-04  Bruno Haible  <bruno@clisp.org>
7889
7890         * modules/floorl-tests: New file.
7891         * tests/test-floorl.c: New file.
7892
7893         * modules/floorl: New file.
7894         * lib/floorl.c: Replace entire file.
7895         * m4/floorl.m4: New file.
7896         * lib/math.in.h (floorl): Replace declaration.
7897         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
7898         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
7899         * doc/functions/floorl.texi: Mention the 'floorl' module.
7900         * modules/mathl (Files): Remove lib/floorl.c.
7901         (Depends-on): Add floorl.
7902
7903 2007-10-04  Bruno Haible  <bruno@clisp.org>
7904
7905         * modules/floorf-tests: New file.
7906         * tests/test-floorf.c: New file.
7907
7908         * modules/floorf: New file.
7909         * lib/floor.c: New file.
7910         * lib/floorf.c: New file.
7911         * m4/floorf.m4: New file.
7912         * lib/math.in.h (floorf): New declaration.
7913         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
7914         HAVE_DECL_FLOORF.
7915         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
7916         HAVE_DECL_FLOORF.
7917         * doc/functions/floorf.texi: Mention the 'floorf' module.
7918
7919 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
7920             Bruno Haible  <bruno@clisp.org>
7921
7922         Advertise for the Git server instead of the CVS server.
7923         * doc/gnulib-intro.texi (Steady Development): Mention the Git
7924         repository instead of the CVS one.
7925         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
7926         about all VCS systems generically.
7927         * doc/gnulib.texi (Introduction): Capitalize `Git'.
7928
7929 2007-10-04  Bruno Haible  <bruno@clisp.org>
7930
7931         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
7932         means.
7933         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
7934
7935 2007-10-04  Bruno Haible  <bruno@clisp.org>
7936
7937         * modules/truncl-tests: New file.
7938         * tests/test-truncl.c: New file.
7939
7940         * modules/truncl: New file.
7941         * lib/truncl.c: New file.
7942         * m4/truncl.m4: New file.
7943         * lib/math.in.h (truncl): New declaration.
7944         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
7945         HAVE_DECL_TRUNCL.
7946         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
7947         HAVE_DECL_TRUNCL.
7948         * doc/functions/truncl.texi: Mention the 'truncl' module.
7949
7950 2007-10-04  Bruno Haible  <bruno@clisp.org>
7951
7952         * modules/truncf-tests: New file.
7953         * tests/test-truncf.c: New file.
7954
7955         * modules/truncf: New file.
7956         * lib/trunc.c: Make paramerizable through USE_* macros.
7957         * lib/truncf.c: New file.
7958         * m4/truncf.m4: New file.
7959         * lib/math.in.h (truncf): New declaration.
7960         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
7961         HAVE_DECL_TRUNCF.
7962         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
7963         HAVE_DECL_TRUNCF.
7964         * doc/functions/truncf.texi: Mention the 'truncf' module.
7965
7966 2007-10-03  Bruno Haible  <bruno@clisp.org>
7967
7968         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7969         augmentation also for tests modules.
7970         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
7971         * modules/atexit-tests (Makefile.am): Likewise.
7972         * modules/binary-io-tests (Makefile.am): Likewise.
7973         * modules/c-strcase-tests (Makefile.am): Likewise.
7974         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
7975         * modules/canonicalize-tests (Makefile.am): Likewise.
7976         * modules/closein-tests (Makefile.am): Likewise.
7977         * modules/fprintf-posix-tests (Makefile.am): Likewise.
7978         * modules/freadahead-tests (Makefile.am): Likewise.
7979         * modules/fseek-tests (Makefile.am): Likewise.
7980         * modules/fseeko-tests (Makefile.am): Likewise.
7981         * modules/ftell-tests (Makefile.am): Likewise.
7982         * modules/ftello-tests (Makefile.am): Likewise.
7983         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
7984         * modules/isnanl-tests (Makefile.am): Likewise.
7985         * modules/lseek-tests (Makefile.am): Likewise.
7986         * modules/mbscasecmp-tests (Makefile.am): Likewise.
7987         * modules/mbscasestr-tests (Makefile.am): Likewise.
7988         * modules/mbschr-tests (Makefile.am): Likewise.
7989         * modules/mbscspn-tests (Makefile.am): Likewise.
7990         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
7991         * modules/mbspbrk-tests (Makefile.am): Likewise.
7992         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
7993         * modules/mbsrchr-tests (Makefile.am): Likewise.
7994         * modules/mbsspn-tests (Makefile.am): Likewise.
7995         * modules/mbsstr-tests (Makefile.am): Likewise.
7996         * modules/printf-posix-tests (Makefile.am): Likewise.
7997         * modules/snprintf-posix-tests (Makefile.am): Likewise.
7998         * modules/sprintf-posix-tests (Makefile.am): Likewise.
7999         * modules/tsearch-tests (Makefile.am): Likewise.
8000         * modules/uniname/uniname-tests (Makefile.am): Likewise.
8001         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
8002         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
8003         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
8004         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
8005         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
8006         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
8007         * modules/vprintf-posix-tests (Makefile.am): Likewise.
8008         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
8009         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
8010         * modules/xstrtoimax-tests (Makefile.am): Likewise.
8011         * modules/xstrtol-tests (Makefile.am): Likewise.
8012         * modules/xstrtoumax-tests (Makefile.am): Likewise.
8013         * modules/yesno-tests (Makefile.am): Likewise.
8014
8015 2007-10-03  Bruno Haible  <bruno@clisp.org>
8016
8017         * modules/trunc-tests: New file.
8018         * tests/test-trunc.c: New file.
8019
8020         * modules/trunc: New file.
8021         * lib/trunc.c: New file.
8022         * m4/trunc.m4: New file.
8023         * lib/math.in.h (trunc): New declaration.
8024         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
8025         HAVE_DECL_TRUNC.
8026         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
8027         HAVE_DECL_TRUNC.
8028         * doc/functions/trunc.texi: Mention the 'trunc' module.
8029
8030 2007-10-03  Bruno Haible  <bruno@clisp.org>
8031
8032         * tests/test-fpending.c: New file, mostly copied
8033         from coreutils/lib/t-fpending.c.
8034         * modules/fpending-tests: New file.
8035
8036 2007-10-03  Bruno Haible  <bruno@clisp.org>
8037
8038         Port the stdio extensions to QNX (untested).
8039         * lib/fseterr.c (fseterr): Add support for QNX.
8040         * lib/fbufmode.c (fbufmode): Likewise.
8041         * lib/freadable.c (freadable): Likewise.
8042         * lib/fwritable.c (fwritable): Likewise.
8043         * lib/freading.c (freading): Likewise.
8044         * lib/fwriting.c (fwriting): Likewise.
8045         * lib/freadahead.c (freadahed): Likewise.
8046         * lib/fpurge.c (fpurge): Likewise.
8047         * lib/fseeko.c (rpl_fseeko): Likewise.
8048
8049 2007-10-03  Bruno Haible  <bruno@clisp.org>
8050             Jim Meyering  <jim@meyering.net>
8051             Eric Blake  <ebb9@byu.net>
8052
8053         * doc/relocatable.texi: Use @command instead of @program.
8054
8055 2007-10-02  Jim Meyering  <jim@meyering.net>
8056
8057         Perform one more "_.h" -> ".in.h" substitution.
8058         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
8059         instead of unistd_.h here, too.
8060
8061 2007-10-01  Bruno Haible  <bruno@clisp.org>
8062
8063         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
8064         Needed for the alloca-opt module.
8065
8066 2007-09-30  Bruno Haible  <bruno@clisp.org>
8067
8068         * lib/alloca.in.h: Renamed from lib/alloca_.h.
8069         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
8070         alloca_.h.
8071         * lib/argz.in.h: Renamed from lib/argz_.h.
8072         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
8073         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
8074         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
8075         byteswap_.h.
8076         * lib/dirent.in.h: Renamed from lib/dirent_.h.
8077         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
8078         dirent_.h.
8079         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
8080         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
8081         fcntl_.h.
8082         * lib/float.in.h: Renamed from lib/float_.h.
8083         * modules/float (Files, Makefile.am): Use float.in.h instead of
8084         float_.h.
8085         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
8086         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
8087         fnmatch_.h.
8088         * lib/getopt.in.h: Renamed from lib/getopt_.h.
8089         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
8090         getopt_.h.
8091         * lib/glob.in.h: Renamed from lib/glob_.h.
8092         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
8093         * lib/iconv.in.h: Renamed from lib/iconv_.h.
8094         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
8095         iconv_.h.
8096         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
8097         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
8098         inttypes_.h.
8099         * lib/locale.in.h: Renamed from lib/locale_.h.
8100         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
8101         locale_.h.
8102         * lib/math.in.h: Renamed from lib/math_.h.
8103         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
8104         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
8105         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
8106         of netinet_in_.h. Add dependency.
8107         * lib/poll.in.h: Renamed from lib/poll_.h.
8108         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
8109         * lib/search.in.h: Renamed from lib/search_.h.
8110         * modules/search (Files, Makefile.am): Use search.in.h instead of
8111         search_.h.
8112         * lib/signal.in.h: Renamed from lib/signal_.h.
8113         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
8114         _signal.h.
8115         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
8116         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
8117         stdbool_.h.
8118         * lib/stdint.in.h: Renamed from lib/stdint_.h.
8119         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
8120         stdint_.h.
8121         * lib/stdio.in.h: Renamed from lib/stdio_.h.
8122         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
8123         stdio_.h.
8124         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
8125         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
8126         stdlib_.h.
8127         * lib/string.in.h: Renamed from lib/string_.h.
8128         * modules/string (Files, Makefile.am): Use string.in.h instead of
8129         string_.h.
8130         * doc/gnulib-tool.texi (Initial import): Update.
8131         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
8132         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
8133         of sys_select_.h. Add dependency.
8134         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
8135         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
8136         of sys_socket_.h.
8137         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
8138         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
8139         sys_stat_.h.
8140         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
8141         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
8142         sys_time_.h.
8143         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
8144         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
8145         sysexits_.h.
8146         * lib/time.in.h: Renamed from lib/time_.h.
8147         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
8148         * lib/unistd.in.h: Renamed from lib/unistd_.h.
8149         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
8150         unistd_.h.
8151         * lib/wchar.in.h: Renamed from lib/wchar_.h.
8152         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
8153         wchar_.h.
8154         * lib/wctype.in.h: Renamed from lib/wctype_.h.
8155         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
8156         wctype_.h.
8157         * build-aux/bootstrap (slurp): Update.
8158         * lib/.cppi-disable: Update.
8159
8160 2007-09-30  Bruno Haible  <bruno@clisp.org>
8161
8162         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
8163         Needed on BeOS.
8164
8165 2007-09-30  Bruno Haible  <bruno@clisp.org>
8166
8167         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
8168
8169 2007-09-29  Bruno Haible  <bruno@clisp.org>
8170
8171         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
8172
8173 2007-09-29  Bruno Haible  <bruno@clisp.org>
8174
8175         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
8176         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
8177         * build-aux/install-reloc: Compile also areadlink.c.
8178         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
8179
8180 2007-09-29  Bruno Haible  <bruno@clisp.org>
8181
8182         * gnulib-tool (func_emit_initmacro_done): Indentation.
8183
8184 2007-09-29  Bruno Haible  <bruno@clisp.org>
8185
8186         * README: Add CVS checkout update instructions.
8187         Info from Bob Proulx <bob@proulx.com>.
8188
8189 2007-09-28  Eric Blake  <ebb9@byu.net>
8190
8191         Provide move-if-change.
8192         * build-aux/move-if-change: New file, based on best practice
8193         rather than any canonical upstream location.
8194
8195 2007-09-28  Jim Meyering  <jim@meyering.net>
8196
8197         Fix canonicalize loop-detection corner case.
8198         Do not attempt to stat the symlink values stored via seen_triple.
8199         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
8200         on linux-2.6.18, (but not 2.6.22).
8201         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
8202         triple_compare.  The former compares dev,ino,filename, while the latter
8203         would actually stat dirname(filename) when dev and ino were equal.
8204         * lib/hash-triple.c: Install <string.h>.
8205         (STREQ): Define.
8206         (triple_compare_ino_str): New function.
8207         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
8208
8209 2007-09-28  Eric Blake  <ebb9@byu.net>
8210
8211         Enforce that AC_REPLACE_FUNCS files exist.
8212         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
8213         override check for typos.
8214
8215         Fix test-closein on Solaris 10.
8216         * tests/test-closein.c (main): Don't assume stdin can be inherited
8217         closed on all systems.
8218         * tests/test-closein.sh: Likewise.
8219         Reported by Piotr Tarnowski.
8220
8221 2007-09-28  Jim Meyering  <jim@meyering.net>
8222
8223         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
8224
8225 2007-09-27  Jim Meyering  <jim@meyering.net>
8226
8227         canonicalize: Avoid a false-positive cycle failure.
8228         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
8229         Sort.  Remove cycle-check.
8230         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
8231         not cycle-check.h.
8232         (seen_triple): New function.
8233         (canonicalize_filename_mode): Use it instead of cycle-check.
8234         * tests/test-canonicalize.c: Add a test for this bug.
8235         * tests/test-canonicalize.sh: Set up and run the test.
8236
8237         New module, file-set, from coreutils.
8238         * modules/file-set: Define it.
8239         * lib/file-set.c, lib/file-set.h: Implement.
8240
8241         New module, hash-triple, from coreutils.
8242         * modules/hash-triple: Define it.
8243         * lib/hash-triple.c, lib/hash-triple.h: Implement.
8244
8245 2007-09-25  Eric Blake  <ebb9@byu.net>
8246
8247         Fix strerror on Interix.
8248         * lib/string_.h (strerror): Declare replacement.
8249         * doc/functions/strerror.texi (strerror): Document the Interix
8250         shortcoming.
8251         * modules/string (Makefile.am): Support new hooks.
8252         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
8253         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
8254         gl_FUNC_STRERROR_SEPARATE.
8255         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
8256         * lib/strerror.c (rpl_strerror): Provide replacement.
8257         * modules/strerror (Depends-on): Add string.
8258         (configure.ac): Detect use of module.
8259         * tests/test-strerror.c: New file.
8260         * modules/strerror-tests: New test module.
8261         * modules/argp (Depends-on): Add strerror.
8262         * modules/error (Depends-on): Likewise.
8263         Reported by Martin Koeppe.
8264
8265 2007-09-24  Bruno Haible  <bruno@clisp.org>
8266
8267         * README: Update git instructions.
8268
8269 2007-09-24  Eric Blake  <ebb9@byu.net>
8270
8271         Revert fpending breakage from 2007-09-08.
8272         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
8273         __fpending.c.
8274
8275 2007-09-24  Jim Meyering  <jim@meyering.net>
8276
8277         filenamecat.c: Add a test.
8278         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
8279         showing how the function works when DIR is the empty string.
8280
8281 2007-09-21  Simon Josefsson  <simon@josefsson.org>
8282
8283         * tests/test-canonicalize.sh: Turn on executable bit.
8284
8285 2007-09-19  Eric Blake  <ebb9@byu.net>
8286
8287         * README: Update CVS instructions.
8288
8289 2007-09-18  Bruno Haible  <bruno@clisp.org>
8290
8291         * modules/areadlink: New file.
8292         * lib/areadlink.h (areadlink): New declaration.
8293         * lib/areadlink.c: New file, based on lib/xreadlink.c.
8294
8295 2007-09-17  Jim Meyering  <jim@meyering.net>
8296
8297         * lib/savewd.c (ESTALE) [!defined]: Define.
8298         Reported to be required on Interix by Martin Koeppe.
8299
8300 2007-09-17  Bruno Haible  <bruno@clisp.org>
8301
8302         * gnulib-tool (func_version): Use $version.
8303
8304 2007-09-16  Bruno Haible  <bruno@clisp.org>
8305
8306         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
8307         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
8308         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
8309         Reported by Greg Schafer <gschafer@zip.com.au>.
8310
8311 2007-09-15  Bruno Haible  <bruno@clisp.org>
8312
8313         * gnulib-tool (sed): Try a little harder to make bash understand the
8314         alias.
8315         Reported by Bruce Korb <bruce.korb@gmail.com>.
8316
8317 2007-09-13  Eric Blake  <ebb9@byu.net>
8318
8319         * ChangeLog: Remove conflict markers.
8320
8321 2007-09-13  Simon Josefsson  <simon@josefsson.org>
8322
8323         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
8324         Reported by Bruno Haible <bruno@clisp.org>.
8325
8326 2007-09-12  Bruno Haible  <bruno@clisp.org>
8327
8328         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
8329         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
8330         is not defined.
8331
8332 2007-09-12  Eric Blake  <ebb9@byu.net>
8333
8334         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
8335         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
8336         Autoconf definition.
8337         * modules/euidaccess (Depends-on): Add extensions, for
8338         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
8339         * modules/fnmatch (Depends-on): Likewise.
8340         * modules/getaddrinfo (Depends-on): Likewise.
8341         * modules/getdelim (Depends-on): Likewise.
8342         * modules/getline (Depends-on): Likewise.
8343         * modules/getsubopt (Depends-on): Likewise.
8344         * modules/gettext (Depends-on): Likewise.
8345         * modules/group-member (Depends-on): Likewise.
8346         * modules/mbchar (Depends-on): Likewise.
8347         * modules/memmem (Depends-on): Likewise.
8348         * modules/mempcpy (Depends-on): Likewise.
8349         * modules/memrchr (Depends-on): Likewise.
8350         * modules/pagealign_alloc (Depends-on): Likewise.
8351         * modules/readutmp (Depends-on): Likewise.
8352         * modules/stpcpy (Depends-on): Likewise.
8353         * modules/stpncpy (Depends-on): Likewise.
8354         * modules/strchrnul (Depends-on): Likewise.
8355         * modules/strndup (Depends-on): Likewise.
8356         * modules/strsep (Depends-on): Likewise.
8357         * modules/strverscmp (Depends-on): Likewise.
8358         * modules/vasprintf (Depends-on): Likewise.
8359         * modules/wcwidth (Depends-on): Likewise.
8360         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
8361         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
8362         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
8363         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
8364         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8365         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8366         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
8367         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8368         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
8369         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
8370         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8371         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8372         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8373         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
8374         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
8375         * m4/readutmp.m4 (gl_READUTMP): Likewise.
8376         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8377         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8378         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8379         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8380         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8381         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8382         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8383         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
8384         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
8385         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8386         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
8387         so that lock.m4 can be used in gettext without extensions module.
8388
8389 2007-09-11  Bruno Haible  <bruno@clisp.org>
8390
8391         * m4/isc-posix.m4: Remove file.
8392         Suggested by Eric Blake.
8393
8394 2007-09-11  Eric Blake  <ebb9@byu.net>
8395
8396         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
8397
8398 2007-09-10  Bruno Haible  <bruno@clisp.org>
8399
8400         * posix-modules: Fix typo in error message.
8401         Reported by Matt <mkraai@beckman.com>.
8402
8403 2007-09-09  Bruno Haible  <bruno@clisp.org>
8404
8405         * doc/functions/getdelim.texi: Update list of platforms lacking the
8406         function.
8407         * doc/functions/getline.texi: Likewise.
8408
8409 2007-09-09  Jim Meyering  <jim@meyering.net>
8410
8411         * lib/hash.c (hash_initialize): Detect calloc failure.
8412         Reported by Bruno Haible.
8413
8414 2007-09-09  Bruno Haible  <bruno@clisp.org>
8415
8416         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
8417         malloc or realloc fails.
8418
8419 2007-09-09  Bruno Haible  <bruno@clisp.org>
8420
8421         * modules/getcwd (Depends-on): Add malloc-posix.
8422         * modules/glob (Depends-on): Likewise.
8423         * modules/putenv (Depends-on): Likewise.
8424         * modules/strdup (Depends-on): Likewise.
8425         * modules/getdelim (Depends-on): Add realloc-posix.
8426         * modules/read-file (Depends-on): Likewise.
8427
8428 2007-09-09  Bruno Haible  <bruno@clisp.org>
8429
8430         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
8431         (gl_FUNC_MALLOC_POSIX): Require it.
8432         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
8433         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
8434         * modules/realloc (Files): Add m4/malloc.m4.
8435         * modules/calloc (Files): Likewise.
8436
8437 2007-09-09  Bruno Haible  <bruno@clisp.org>
8438
8439         * modules/malloc-posix: New file.
8440         * modules/malloc (Depends-on): Add malloc-posix.
8441         * lib/malloc.c: Include errno.h.
8442         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
8443         and a POSIX-compatible malloc into a single function. Set ENOMEM
8444         when returning NULL.
8445         * m4/malloc.m4: New file.
8446         * doc/functions/malloc.texi: Mention the malloc-posix module.
8447         * lib/stdlib_.h (malloc): New declaration.
8448         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8449         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
8450         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
8451         and HAVE_MALLOC_POSIX.
8452
8453 2007-09-09  Bruno Haible  <bruno@clisp.org>
8454
8455         * modules/realloc-posix: New file.
8456         * modules/realloc (Depends-on): Add realloc-posix.
8457         * lib/realloc.c: Include errno.h.
8458         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
8459         and a POSIX-compatible realloc into a single function. Set ENOMEM
8460         when returning NULL.
8461         * m4/realloc.m4: New file.
8462         * doc/functions/realloc.texi: Mention the realloc-posix module.
8463         * lib/stdlib_.h (realloc): New declaration.
8464         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8465         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
8466         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
8467         and HAVE_REALLOC_POSIX.
8468
8469 2007-09-09  Bruno Haible  <bruno@clisp.org>
8470
8471         * modules/calloc-posix: New file.
8472         * modules/calloc (Depends-on): Add calloc-posix.
8473         * lib/calloc.c: Include errno.h.
8474         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
8475         and a POSIX-compatible calloc into a single function. Set ENOMEM
8476         when returning NULL.
8477         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
8478         * doc/functions/calloc.texi: Mention the calloc-posix module.
8479         * lib/stdlib_.h (calloc): New declaration.
8480         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8481         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
8482         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
8483         and HAVE_CALLOC_POSIX.
8484
8485 2007-09-09  Bruno Haible  <bruno@clisp.org>
8486
8487         Allow for modules to show an arbitrary notice.
8488         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
8489         * gnulib-tool: New option --extract-notice.
8490         (func_usage): Document it.
8491         (sed_extract_prog): Update.
8492         (func_get_notice): New function.
8493         (func_modules_notice): New function.
8494         (func_import, func_create_testdir): Invoke it.
8495         Suggested by Jim Meyering.
8496
8497 2007-09-09  Bruno Haible  <bruno@clisp.org>
8498
8499         * gnulib-tool: New options --verbose, --quiet.
8500         (func_usage): Document them.
8501         (verbose): New variable.
8502         (func_execute_command): New function.
8503         (func_import): Don't show the module list and the file list if
8504         $verbose < 0.
8505         (func_create_testdir): Likewise. Use func_execute_command.
8506         (func_create_megatestdir): Use func_execute_command.
8507
8508 2007-09-08  Bruno Haible  <bruno@clisp.org>
8509
8510         * gnulib-tool (func_import): Prefer rsync over wget when available,
8511         for fetching the PO files.
8512
8513 2007-09-08  Bruno Haible  <bruno@clisp.org>
8514
8515         * posix-modules: New file. Portions copied from gnulib-tool.
8516         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
8517
8518 2007-09-08  Jim Meyering  <jim@meyering.net>
8519
8520         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
8521         * lib/fpending.h: Rename from __fpending.h.
8522         * lib/fpending.c: Rename from __fpending.c.
8523         Include "fpending.h", not "__fpending.h".
8524         * lib/__fpending.h, lib/__fpending.c: Remove files.
8525         * modules/fpending (Files): Reflect new file names.
8526         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
8527
8528 2007-09-08  Bruno Haible  <bruno@clisp.org>
8529
8530         * m4/inttypes-h.m4: Remove stub file.
8531
8532 2007-09-07  Simon Josefsson  <simon@josefsson.org>
8533
8534         * doc/headers/stdint.texi: Discuss #include_next issue.
8535
8536 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         * build-aux/bootstrap: Remove obsolete comment about wget --help.
8539
8540 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8541
8542         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
8543         in variable name.
8544
8545 2007-09-03  Jim Meyering  <jim@meyering.net>
8546
8547         New module: git-version-gen.
8548         * modules/git-version-gen: New file.
8549
8550         Import changes from coreutils for bootstrap script.
8551
8552         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
8553
8554         bootstrap: uses rsync to download the .po files
8555         * build-aux/bootstrap (po_download_command_format): New global.
8556         (download_po_files): Use rsync.
8557         (update_po_files): Don't remove .po files after download,
8558         so future rsync runs can take advantage of the copies.
8559
8560         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
8561
8562         Solve the unnecessary-.po-file-regeneration problem once and for all.
8563         * build-aux/bootstrap (download_po_files): New function, renamed from
8564         get_translations.  Now, downloads, but doesn't update LINGUAS.
8565         (update_po_files): New function.
8566
8567         bootstrap: Ignore more.
8568         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
8569         uniwidth to e.g., lib/.gitignore.
8570         (slurp): Handle the sys_stat_.h -> sys mapping, too.
8571
8572         * build-aux/bootstrap: New setting: vc_ignore.
8573         (insert_sorted_if_absent): Create $file if absent.
8574         Adapt to new, possibly empty, list: $vc_ignore.
8575
8576         bootstrap: generate more ignorable names
8577         * build-aux/bootstrap (slurp): When generating ignorable names,
8578         also map .sin to .sed, .gperf to .c, and .y to .c.
8579
8580 2007-09-03  Jim Meyering  <jim@meyering.net>
8581
8582         * build-aux/git-version-gen: New file, from coreutils.  For details, see
8583         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
8584
8585 2007-09-02  Bruno Haible  <bruno@clisp.org>
8586
8587         Fix mis-recognition of 'mcs' on QNX 6.
8588         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
8589         output contains the string "Mono".
8590         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
8591         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
8592
8593 2007-09-01  Bruno Haible  <bruno@clisp.org>
8594
8595         Fix collision between uniwidth/* and linebreak modules.
8596         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
8597         u32_width): Remove declarations.
8598         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
8599         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
8600         streq3, streq2, streq1, streq0): Remove functions.
8601         (STREQ): Remove macro.
8602         (is_cjk_encoding): Remove function.
8603         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
8604         (uc_width, u8_width, u16_width, u32_width): Remove functions.
8605         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
8606         * NEWS: Document the change.
8607
8608 2007-09-01  Bruno Haible  <bruno@clisp.org>
8609
8610         * lib/streq.h: Add double-inclusion guard.
8611
8612 2007-09-01  Karl Berry  <karl@gnu.org>
8613
8614         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
8615
8616 2007-08-28  Jim Meyering  <jim@meyering.net>
8617
8618         Rename mreadlink_with_size to areadlink_with_size.
8619         * NEWS: Document the change.
8620         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
8621         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
8622         * lib/mreadlink.h: Rename this to...
8623         * lib/areadlink.h: ...this.
8624         * modules/mreadlink-with-size: Rename this to...
8625         * modules/areadlink-with-size: ...this.
8626         * lib/canonicalize.c: Reflect the renaming.
8627         * modules/canonicalize: Likewise.
8628
8629 2007-08-26  Bruno Haible  <bruno@clisp.org>
8630
8631         * gnulib-tool (func_import): When deciding which files to remove,
8632         consider also dangling symbolic links.
8633         Reported by Eric Blake.
8634
8635 2007-08-26  Bruno Haible  <bruno@clisp.org>
8636
8637         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
8638
8639 2007-08-23  Simon Josefsson  <simon@josefsson.org>
8640
8641         * lib/readline.c: Don't include getline.h, the prototype is now
8642         found in stdio.h.
8643
8644 2007-08-23  Jim Meyering  <jim@meyering.net>
8645
8646         Getdelim touchup.
8647         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
8648         around the funlockfile call, since funlockfile never sets errno.
8649         Don't set errno upon failed realloc.
8650
8651 2007-08-22  Eric Blake  <ebb9@byu.net>
8652
8653         Getline touchups.
8654         * lib/getdelim.c (getdelim): Revert regression that required *n to
8655         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
8656         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
8657         getdelim, rather than whether implementation is missing.
8658         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
8659         * lib/stdio_.h (getline): Also declare if replacement is
8660         required.
8661         * doc/functions/getdelim.texi: New file.
8662         * doc/functions/getline.texi: Likewise.
8663         * doc/gnulib.texi (Function Substitutes): Add new files.
8664         Reported by Bruno Haible.
8665
8666 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
8667
8668         * users.txt: Add Guile.
8669
8670 2007-08-22  Eric Blake  <ebb9@byu.net>
8671
8672         * tests/test-getdelim.c (main): Use remove, not unlink.
8673         * tests/test-getline.c (main): Likewise.
8674
8675         Move getline and getdelim into stdio.h, per POSIX 200x.
8676         * modules/getline (Files): Remove getline.h.
8677         (Depends-on): Add stdio.
8678         (configure.ac): Add module indicator.
8679         * modules/getdelim (Files): Remove getdelim.h.
8680         (Depends-on): Add stdio.
8681         (configure.ac): Add module indicator.
8682         * modules/stdio (Makefile.am): Work with new indicators.
8683         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8684         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
8685         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8686         * lib/getdelim.h: Delete.
8687         * lib/getline.h: Delete.
8688         * lib/stdio_.h (getdelim, getline): Declare.
8689         * modules/getdelim-tests: New module.
8690         * modules/getline-tests: Likewise.
8691         * tests/test-getdelim.c: New file.
8692         * tests/test-getline.c: Likewise.
8693         * NEWS: Document the change.
8694         * lib/getline.c: Update choice of header.
8695         * lib/csharpcomp.c: Likewise.
8696         * lib/getpass.c: Likewise.
8697         * lib/javacomp.c: Likewise.
8698         * lib/javaversion.c: Likewise.
8699         * lib/yesno.c: Likewise.
8700         * lib/getdelim.c: Likewise.
8701         (getdelim): Set errno on failure, and avoid memory leak.
8702
8703 2007-08-19  Bruno Haible  <bruno@clisp.org>
8704
8705         * modules/closein (Depends-on): Add freadahead.
8706         * lib/closein.c: Include freadahead.h.
8707         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
8708         is zero.
8709
8710 2007-08-19  Bruno Haible  <bruno@clisp.org>
8711
8712         * modules/freadahead-tests: New file.
8713         * tests/test-freadahead.sh: New file.
8714         * tests/test-freadahead.c: New file.
8715
8716         * modules/freadahead: New file.
8717         * lib/freadahead.h: New file.
8718         * lib/freadahead.c: New file.
8719         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
8720         fbufmode, fpurge, freadable, fwritable.
8721
8722 2007-08-19  Eric Blake  <ebb9@byu.net>
8723
8724         Test yesno in combination with closein.
8725         * lib/yesno.c (yesno): Document use of stdin.
8726         * modules/yesno-tests (Files): New module.
8727         * tests/test-yesno.c (main): New file.
8728         * tests/test-yesno.sh: Likewise.
8729
8730 2007-08-19  Bruno Haible  <bruno@clisp.org>
8731
8732         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
8733         * lib/fseeko.c (rpl_fseeko): Likewise.
8734         * lib/fseterr.c (fseterr): Likewise.
8735
8736 2007-08-19  Bruno Haible  <bruno@clisp.org>
8737
8738         * tests/test-lseek.c (main): Disable a test for BeOS.
8739         * doc/functions/lseek.texi: Document the BeOS bug.
8740
8741 2007-08-19  Bruno Haible  <bruno@clisp.org>
8742             Eric Blake  <ebb9@byu.net>
8743
8744         * lib/lseek.c: Include <sys/stat.h>.
8745         (rpl_lseek): Add workaround code also for Unix platforms.
8746         Needed for BeOS.
8747         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
8748         * doc/functions/lseek.texi: Document BeOS definiency.
8749
8750 2007-08-18  Bruno Haible  <bruno@clisp.org>
8751
8752         * modules/fstrcmp-tests: New file.
8753         * tests/test-fstrcmp.c: New file.
8754
8755 2007-08-18  Bruno Haible  <bruno@clisp.org>
8756
8757         * modules/fstrcmp: New file, from GNU gettext with modifications.
8758         * lib/fstrcmp.h: New file, from GNU gettext.
8759         * lib/fstrcmp.c: New file, from GNU gettext.
8760         * MODULES.html.sh (String handling): Add fstrcmp.
8761
8762 2007-08-18  Bruno Haible  <bruno@clisp.org>
8763
8764         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
8765         'bool'.
8766         (diag, compareseq): Remove const from the ctxt argument.
8767         (USE_HEURISTIC): Undefine at the end.
8768
8769 2007-08-18  Jim Meyering  <jim@meyering.net>
8770
8771         New file: lib/idcache.h
8772         * NEWS: Mention the addition.
8773         * modules/idcache (Files): Add lib/idcache.h
8774         * lib/idcache.c: Include "idcache.h".
8775         Don't include <sys/types.h>.
8776         Add a FIXME comment.
8777         Move file-scoped "static" declarations to the top.
8778         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
8779
8780 2007-08-17  Bruno Haible  <bruno@clisp.org>
8781         and Paul Eggert  <eggert@cs.ucla.edu>
8782
8783         * MODULES.html.sh: Add diffseq.
8784         * modules/diffseq: New file.
8785         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
8786         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
8787
8788 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8789
8790         Import changes from coreutils for bootstrap script.
8791
8792         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
8793
8794         * build-aux/bootstrap (slurp): Work even in environments where
8795         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
8796         current code does not slurp files whose names start with ".", and
8797         this looks like it might be a troublesome area.
8798
8799         2007-07-11  Jim Meyering  <jim@meyering.net>
8800
8801         If there's a GPL vN copyright comment, require that N == 3.
8802
8803         2007-07-08  Jim Meyering  <jim@meyering.net>
8804
8805         Run the coreutils-specific code only if tests/Makefile.am.in exists.
8806         * build-aux/bootstrap (mam_template): Move definition out of loop.
8807
8808         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
8809
8810         * build-aux/bootstrap (symlink_to_dir): Rename function from
8811         symlink_to_gnulib.  Add a directory parameter.  Update all
8812         callers.
8813         (cp_mark_as_generated): Also check for -- and link to -- files in
8814         gl/.
8815
8816         2007-07-08  Jim Meyering  <jim@meyering.net>
8817
8818         Adapt to deeper hierarchy in gnulib.
8819         * build-aux/bootstrap (symlink_to_dir): If the destination
8820         directory doesn't exist, create it. This is required at least for
8821         "lib/uniwidth/cjk.h".
8822
8823         2007-05-15  Jim Meyering  <jim@meyering.net>
8824
8825         * build-aux/bootstrap: Now that generated Makefile.am files
8826         are no longer under version control, they must be created at
8827         bootstrap time.
8828
8829 2007-08-14  Ben Pfaff  <blp@gnu.org>
8830
8831         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
8832
8833 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8834
8835         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
8836         given the changes below.
8837         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
8838         even on hosts that have padding bits beyond the supported 64.
8839
8840 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8841
8842         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
8843         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
8844         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
8845         depends on it.
8846         (xstrtol_error): Remove.
8847         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
8848         but with a different signature.
8849         (ATTRIBUTE_NORETURN, __attribute__): New macros.
8850         * lib/xstrtol-error.c: Include exitfail.h.
8851         (xstrtol_fatal): New function, with a different signature from the
8852         old xstrtol_error, so that the caller need not worry about passing
8853         in an exit status, or about storage management of the option argument.
8854         (xstrtol_error): Now a static function.  Redo signature to
8855         implement xstrtol_fatal.  Output the correct number of hyphens in
8856         front of the option so that the caller need not worry about
8857         storage management.
8858         (N_): New macro.
8859         (_): Remove; not used now.
8860         * modules/xstrtol: Depend on getopt.
8861         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
8862         of old STRTOL_FATAL_ERROR macro.
8863         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
8864         of test program.
8865         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
8866         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
8867
8868 2007-08-08  Eric Blake  <ebb9@byu.net>
8869
8870         * lib/xstrtol-error.c: Add missing include.
8871
8872         Move xstrtol messages into gnulib domain, when --pobase is used.
8873         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
8874         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
8875         * modules/xstrtol (Files): Distribute new file.
8876         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
8877         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
8878         * tests/test-xstrtol.c: ...into new file.
8879         * tests/test-xstrtoul.c: Also test xstrtoul.
8880         * tests/test-xstrtoimax.c: Also test xstrtoimax.
8881         * tests/test-xstrtoumax.c: Also test xstrtoumax.
8882         * tests/test-xstrtol.sh: Drive the tests.
8883         * tests/test-xstrtoimax.sh: Likewise.
8884         * tests/test-xstrtoumax.sh: Likewise.
8885         * modules/xstrtol-tests: New module.
8886         * modules/xstrtoimax-tests: Likewise.
8887         * modules/xstrtoumax-tests: Likewise.
8888
8889 2007-08-08  Jim Meyering  <jim@meyering.net>
8890
8891         New function: mfile_name_concat.
8892         * lib/filenamecat.c (mfile_name_concat): New function, just like
8893         file_name_concat, but return NULL upon failure rather than exiting
8894         with a diagnostic.
8895         * lib/filenamecat.h: Declare it.
8896
8897 2007-08-07  Bruno Haible  <bruno@clisp.org>
8898
8899         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
8900         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
8901         warning from gcc.
8902         Reported by Eric Blake.
8903
8904 2007-08-07  Simon Josefsson  <simon@josefsson.org>
8905
8906         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
8907         * modules/crypto/arcfour (License): Likewise.
8908         * modules/crypto/des-tests (License): Likewise.
8909         * modules/crypto/gc-arctwo-tests (License): Likewise.
8910         * modules/crypto/gc-des-tests (License): Likewise.
8911         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
8912         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
8913         * modules/crypto/gc-md2-tests (License): Likewise.
8914         * modules/crypto/gc-md4-tests (License): Likewise.
8915         * modules/crypto/gc-md5-tests (License): Likewise.
8916         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
8917         * modules/crypto/gc-rijndael-tests (License): Likewise.
8918         * modules/crypto/gc-sha1-tests (License): Likewise.
8919         * modules/crypto/gc-tests (License): Likewise.
8920         * modules/crypto/hmac-md5 (License): Likewise.
8921         * modules/crypto/hmac-sha1 (License): Likewise.
8922         * modules/crypto/md2-tests (License): Likewise.
8923         * modules/crypto/md4-tests (License): Likewise.
8924         * modules/crypto/md5 (License): Likewise.
8925         * modules/crypto/rijndael (License): Likewise.
8926         * modules/crypto/sha1 (License): Likewise.
8927         * modules/memxor (License): Likewise.
8928
8929 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
8930         and Bruno Haible  <bruno@clisp.org>
8931
8932         * NEWS: Describe interface changes to human, xstrtol.
8933         * lib/human.h: Include <xstrtol.h>.
8934         (human_options): Return enum strtol_error, not int.  Remove
8935         bool arg; take int * instead.
8936         * lib/human.c: Don't include "gettext.h".
8937         (_): Remove; no longer used.
8938         Don't include <xstrtol.h>, since human.h does it.
8939         (human_options): Adjust to abovementioned interface changes.
8940         Do not report error to stderr; that's now the caller's
8941         responsibility.
8942         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
8943         interface change.
8944         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
8945         Str, Argument_type_string.  All uses changed.  Put " argument"
8946         in diagnostics to make them clearer.  Change wording of suffix
8947         message for clarity.
8948         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
8949         Argument_type_string.
8950         (STRTOL_FATAL_WARN): Remove; no longer used.
8951         * modules/human (Depends-on): Remove gettext-h.
8952
8953 2007-08-06  Simon Josefsson  <simon@josefsson.org>
8954
8955         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
8956
8957 2007-07-31  Bruno Haible  <bruno@clisp.org>
8958
8959         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
8960         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
8961         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
8962
8963 2007-07-31  Bruno Haible  <bruno@clisp.org>
8964
8965         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
8966         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
8967
8968 2007-07-30  Bruno Haible  <bruno@clisp.org>
8969
8970         * modules/base64 (License): Use the synonymous term "LGPLv2+".
8971         * modules/c-ctype (License): Likewise.
8972         * modules/c-strcase (License): Likewise.
8973         * modules/check-version (License): Likewise.
8974         * modules/iconv (License): Likewise.
8975         * modules/iconv_open (License): Likewise.
8976         * modules/read-file (License): Likewise.
8977         * modules/striconv (License): Likewise.
8978         * modules/strverscmp (License): Likewise.
8979         * modules/vasprintf (License): Likewise.
8980         * modules/crypto/des (License): Likewise.
8981         * modules/crypto/gc (License): Likewise.
8982         * modules/crypto/gc-arcfour (License): Likewise.
8983         * modules/crypto/gc-arctwo (License): Likewise.
8984         * modules/crypto/gc-des (License): Likewise.
8985         * modules/crypto/gc-hmac-md5 (License): Likewise.
8986         * modules/crypto/gc-hmac-sha1 (License): Likewise.
8987         * modules/crypto/gc-md2 (License): Likewise.
8988         * modules/crypto/gc-md4 (License): Likewise.
8989         * modules/crypto/gc-md5 (License): Likewise.
8990         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
8991         * modules/crypto/gc-random (License): Likewise.
8992         * modules/crypto/gc-rijndael (License): Likewise.
8993         * modules/crypto/gc-sha1 (License): Likewise.
8994         * modules/crypto/md2 (License): Likewise.
8995         * modules/crypto/md4 (License): Likewise.
8996
8997 2007-07-30  Jim Meyering  <jim@meyering.net>
8998
8999         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
9000         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
9001         it has valid stat data.  This bug would cause du not to count the
9002         sizes of inaccessible directories.
9003         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
9004         in <http://bugzilla.redhat.com/250077>.
9005
9006 2007-07-25  Peter O'Gorman  <peter@pogma.com>
9007             Bruno Haible  <bruno@clisp.org>
9008
9009         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
9010         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
9011         #include_next, gives a diagnostic about it, but reports no error in
9012         the exit code.
9013         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
9014
9015 2007-07-24  Ben Pfaff  <blp@gnu.org>
9016
9017         Improve name: "count-one-bits" is better than "popcount".
9018         * MODULES.html.sh: Update name.
9019         * lib/popcount.h: Renamed lib/count-one-bits.h.
9020         (popcount): Renamed count_one_bits.
9021         (popcountl): Renamed count_one_bits_l.
9022         (popcountll): Renamed count_one_bits_ll.
9023         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
9024         * modules/popcount: Renamed module/count-one-bits.
9025         * modules/popcount-tests: Renamed module/count-one-bits-tests.
9026         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
9027
9028 2007-07-23  Ben Pfaff  <blp@gnu.org>
9029
9030         * lib/popcount.h (popcount32): Reduce size of constants, to allow
9031         better code generation, and add U to large constants to avoid
9032         warnings, in non-GCC case.
9033         Suggested by Bruno Haible.
9034
9035 2007-07-23  Ben Pfaff  <blp@gnu.org>
9036
9037         * lib/popcount.h: Use verify_true instead of if...abort.
9038         * modules/popcount: Depend on verify module.
9039         Suggested by Jim Meyering.
9040
9041 2007-07-23  Bruno Haible  <bruno@clisp.org>
9042
9043         * gnulib-tool (func_import): Create a .cvsignore file also when the
9044         directory is not yet in CVS but the toplevel directory is. When
9045         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
9046         Reported by Karl Berry.
9047
9048 2007-07-22  Ben Pfaff  <blp@gnu.org>
9049
9050         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
9051         case.
9052         Suggested by Eric Blake.
9053
9054 2007-07-22  Ben Pfaff  <blp@gnu.org>
9055
9056         New module: popcount.
9057         * MODULES.html.sh: Add popcount.
9058         * modules/popcount: New file.
9059         * modules/popcount-tests: New file.
9060         * tests/test-popcount.c: New file.
9061         * lib/popcount.h: New file.
9062         * m4/popcount.m4: New file.
9063
9064 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9065
9066         * build-aux/announce-gen: Update to GPLv3.
9067
9068         * build-aux/config.guess: Update from config.
9069
9070 2007-07-21  Bruno Haible  <bruno@clisp.org>
9071
9072         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
9073         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
9074
9075 2007-07-20  Jim Meyering  <jim@meyering.net>
9076
9077         * check-module: Diagnose a self-dependency.
9078
9079 2007-07-19  Bruno Haible  <bruno@clisp.org>
9080
9081         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
9082         empty.
9083         Reported by Eric Blake.
9084
9085 2007-07-18  Bruno Haible  <bruno@clisp.org>
9086
9087         * gnulib-tool: New options --po-base, --po-domain.
9088         (func_usage): Document them.
9089         (pobase, po_domain): New variables.
9090         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
9091         DEFAULT_TEXT_DOMAIN.
9092         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
9093         (func_import): Consider pobase and po_domain. Create a po/ directory.
9094         (func_create_testdir): Set pobase and po_domain to empty.
9095         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
9096         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
9097
9098 2007-07-18  Bruno Haible  <bruno@clisp.org>
9099
9100         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9101         EXTRA_DIST augmentation for files in build-aux/.
9102
9103 2007-07-16  Bruno Haible  <bruno@clisp.org>
9104
9105         * modules/lseek (License): Use the synonymous term "LGPLv2+".
9106         * modules/getdelim (License): Likewise.
9107
9108 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9109
9110         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
9111         * modules/d-type (License): Likewise.
9112         * modules/extensions (License): Likewise.
9113         * modules/fnmatch (License): Likewise.
9114         * modules/fseeko (License): Likewise.
9115         * modules/getaddrinfo (License): Likewise.
9116         * modules/getline (License): Likewise.
9117         * modules/getlogin_r (License): Likewise.
9118         * modules/getpass (License): Likewise.
9119         * modules/gettimeofday (License): Likewise.
9120         * modules/glob (License): Likewise.
9121         * modules/inet_ntop (License): Likewise.
9122         * modules/malloc (License): Likewise.
9123         * modules/malloca (License): Likewise.
9124         * modules/memmem (License): Likewise.
9125         * modules/mempcpy (License): Likewise.
9126         * modules/memset (License): Likewise.
9127         * modules/minmax (License): Likewise.
9128         * modules/mktime (License): Likewise.
9129         * modules/netinet_in (License): Likewise.
9130         * modules/pathmax (License): Likewise.
9131         * modules/poll (License): Likewise.
9132         * modules/regex (License): Likewise.
9133         * modules/snprintf (License): Likewise.
9134         * modules/stdbool (License): Likewise.
9135         * modules/stdint (License): Likewise.
9136         * modules/stdio (License): Likewise.
9137         * modules/strcase (License): Likewise.
9138         * modules/strcasestr (License): Likewise.
9139         * modules/strdup (License): Likewise.
9140         * modules/string (License): Likewise.
9141         * modules/strndup (License): Likewise.
9142         * modules/strnlen (License): Likewise.
9143         * modules/strpbrk (License): Likewise.
9144         * modules/strptime (License): Likewise.
9145         * modules/strsep (License): Likewise.
9146         * modules/sys_select (License): Likewise.
9147         * modules/sys_socket (License): Likewise.
9148         * modules/sys_stat (License): Likewise.
9149         * modules/sys_time (License): Likewise.
9150         * modules/time (License): Likewise.
9151         * modules/time_r (License): Likewise.
9152         * modules/timegm (License): Likewise.
9153         * modules/unistd (License): Likewise.
9154         * modules/vsnprintf (License): Likewise.
9155         * modules/wctype (License): Likewise.
9156
9157 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9158
9159         * modules/argz (License): LGPLv2+.
9160
9161 2007-07-15  Karl Berry  <karl@gnu.org>
9162
9163         * doc/gnulib.texi: revise node structure per new fdl.texi.
9164
9165 2007-07-14  Bruno Haible  <bruno@clisp.org>
9166
9167         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
9168         the output file.
9169         * lib/uniname/uninames.h: Regenerated.
9170
9171 2007-07-14  Karl Berry  <karl@gnu.org>
9172
9173         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
9174         omitting sectioning and index commands.
9175
9176 2007-07-13  Bruno Haible  <bruno@clisp.org>
9177
9178         New gnulib-tool option --more-symlinks.
9179         * gnulib-tool (func_usage): Document --more-symlinks.
9180         (do_copyrights): New variable.
9181         Recognize option --more-symlinks.
9182         (func_import): Don't add a copyright notice transform to
9183         sed_transform_lib_file if do_copyrights is empty.
9184
9185 2007-07-13  Bruno Haible  <bruno@clisp.org>
9186
9187         * lib/vasnprintf.c (decimal_point_char): Define also if
9188         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
9189         && !NEED_PRINTF_DIRECTIVE_A.
9190         Reported by Clemens Koller <clemens.koller@anagramm.de> via
9191         Gary V. Vaughan <gary@gnu.org>.
9192
9193 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         * lib/inttypes_.h: Undo previous change, since it was fixed
9196         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
9197
9198 2007-07-13  Bruno Haible  <bruno@clisp.org>
9199
9200         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
9201         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
9202
9203 2007-07-13  Jim Meyering  <jim@meyering.net>
9204
9205         df: Don't fail for Tru64's "file-on-file mount".
9206         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
9207         so we fall through and use statfs instead.  Details here:
9208         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
9209         Reported by Albert Chin.
9210
9211 2007-07-13  Bruno Haible  <bruno@clisp.org>
9212
9213         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
9214         * modules/configmake (License): Likewise.
9215         * modules/gettext (License): Likewise.
9216         * modules/gettext-h (License): Likewise.
9217         * modules/include_next (License): Likewise.
9218         * modules/link-warning (License): Likewise.
9219         * modules/localcharset (License): Likewise.
9220         * modules/localename (License): Likewise.
9221         * modules/lock (License): Likewise.
9222         * modules/relocatable-lib-lgpl (License): Likewise.
9223         * modules/size_max (License): Likewise.
9224         * modules/vasnprintf (License): Likewise.
9225         * modules/wchar (License): Likewise.
9226         * modules/xsize (License): Likewise.
9227
9228 2007-07-13  Bruno Haible  <bruno@clisp.org>
9229
9230         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
9231         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
9232
9233 2007-07-12  Bruno Haible  <bruno@clisp.org>
9234
9235         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
9236         in the modules files.
9237
9238 2007-07-11  Karl Berry  <karl@gnu.org>
9239
9240         * MODULES.html.sh (func_module): use
9241          sed -e '\|^'"${includefile}"'$|d'
9242          instead of /.../d, to avoid errors on $includefile's containing /.
9243
9244 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9245
9246         * gnulib-tool (func_import): Avoid duplication of --avoid
9247         statements
9248         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
9249         names to `_' in variable names.
9250
9251 2007-07-10  Eric Blake  <ebb9@byu.net>
9252
9253         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
9254         * NEWS: Document this change.
9255
9256 2007-07-08  Bruno Haible  <bruno@clisp.org>
9257
9258         Update to Unicode 5.0.
9259         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
9260         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
9261         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
9262         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
9263         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
9264         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
9265         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
9266         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
9267         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
9268         U+10A3F, U+1D242..U+1D244.
9269         (nonspacing_table_ind): Update.
9270         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
9271         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
9272
9273 2007-07-08  Bruno Haible  <bruno@clisp.org>
9274
9275         Update to Unicode 5.0.
9276         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
9277         code transform. Extend the name index field of unicode_name_to_code and
9278         unicode_code_to_name from 16 to 24 bits.
9279         * lib/uniname/uniname.c (unicode_character_name,
9280         unicode_name_character): Add the range 0x12xxx to the code transform.
9281         * lib/uniname/uninames.h: Regenerated.
9282         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
9283
9284 2007-07-07  Bruno Haible  <bruno@clisp.org>
9285
9286         * modules/wcwidth-tests: New file.
9287         * tests/test-wcwidth.c: New file.
9288
9289         Work around MacOS X wcwidth() bug.
9290         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
9291         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
9292         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
9293         original wcwidth in non-UTF-8 locales.
9294         * modules/wcwidth (Depends-on): Add localcharset, streq,
9295         uniwidth/width.
9296         * doc/functions/wcwidth.texi: Update.
9297
9298 2007-07-07  Bruno Haible  <bruno@clisp.org>
9299
9300         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
9301         (wcwidth): New declaration.
9302         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
9303         macros.
9304         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
9305         here. Prepare for creating <wchar.h> unconditionally.
9306         * modules/wchar (Depends-on): Add link-warning.
9307         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
9308         REPLACE_WCWIDTH, and GL_LINK_WARNING.
9309         * lib/wcwidth.h: Remove file.
9310         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
9311         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
9312         * modules/wcwidth (Files): Remove lib/wcwidth.h.
9313         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
9314         (Include): Replace wcwidth.h with <wchar.h>.
9315         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
9316         * lib/mbchar.h: Don't include wcwidth.h.
9317         * lib/mbswidth.c: Likewise.
9318         * NEWS: Mention the change.
9319
9320 2007-07-07  Bruno Haible  <bruno@clisp.org>
9321
9322         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
9323         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
9324         definition with an external declaration.
9325         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
9326         defined as a function. Remove AC_C_INLINE requirement.
9327         * modules/wcwidth (Files): Add lib/wcwidth.c.
9328         (Makefile.am): Remove redundant statement.
9329
9330 2007-07-07  Bruno Haible  <bruno@clisp.org>
9331
9332         * MODULES.html.sh (Unicode string functions): Add the new modules.
9333
9334         * tests/uniwidth/test-u32-strwidth.c: New file.
9335         * modules/uniwidth/u32-strwidth-tests: New file.
9336
9337         * lib/uniwidth/u32-strwidth.c: New file.
9338         * modules/uniwidth/u32-strwidth: New file.
9339
9340         * tests/uniwidth/test-u16-strwidth.c: New file.
9341         * modules/uniwidth/u16-strwidth-tests: New file.
9342
9343         * lib/uniwidth/u16-strwidth.c: New file.
9344         * modules/uniwidth/u16-strwidth: New file.
9345
9346         * tests/uniwidth/test-u8-strwidth.c: New file.
9347         * modules/uniwidth/u8-strwidth-tests: New file.
9348
9349         * lib/uniwidth/u8-strwidth.c: New file.
9350         * modules/uniwidth/u8-strwidth: New file.
9351
9352         * tests/uniwidth/test-u32-width.c: New file.
9353         * modules/uniwidth/u32-width-tests: New file.
9354
9355         * lib/uniwidth/u32-width.c: New file.
9356         * modules/uniwidth/u32-width: New file.
9357
9358         * tests/uniwidth/test-u16-width.c: New file.
9359         * modules/uniwidth/u16-width-tests: New file.
9360
9361         * lib/uniwidth/u16-width.c: New file.
9362         * modules/uniwidth/u16-width: New file.
9363
9364         * tests/uniwidth/test-u8-width.c: New file.
9365         * modules/uniwidth/u8-width-tests: New file.
9366
9367         * lib/uniwidth/u8-width.c: New file.
9368         * modules/uniwidth/u8-width: New file.
9369
9370         * tests/uniwidth/test-uc_width.c: New file.
9371         * modules/uniwidth/width-tests: New file.
9372
9373         * lib/uniwidth/width.c: New file, from GNU libiconv.
9374         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
9375         * modules/uniwidth/width: New file.
9376
9377         * lib/uniwidth.h: New file, from GNU libiconv.
9378         * modules/uniwidth/base: New file.
9379
9380 2007-07-07  Bruno Haible  <bruno@clisp.org>
9381
9382         * lib/uniname.h: New file, from GNU gettext.
9383         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
9384         * lib/uniname/uninames.h: New file, from GNU gettext.
9385         * lib/uniname/uniname.c: New file, from GNU gettext.
9386         * tests/uniname/test-uninames.sh: New file.
9387         * tests/uniname/test-uninames.c: New file, from GNU gettext.
9388         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
9389         * modules/uniname/base: New file.
9390         * modules/uniname/uniname: New file.
9391         * modules/uniname/uniname-tests: New file.
9392         * MODULES.html.sh (Unicode string functions): Add the new modules.
9393
9394 2007-07-06  Bruno Haible  <bruno@clisp.org>
9395
9396         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
9397
9398 2007-07-06  Bruno Haible  <bruno@clisp.org>
9399
9400         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
9401         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
9402         includes <cygwin/sys_time.h> which includes <sys/select.h> which
9403         include <sys/time.h>.
9404         Reported by Eric Blake.
9405
9406 2007-07-06  Eric Blake  <ebb9@byu.net>
9407
9408         Fix testing canonicalize on cygwin.
9409         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9410         Revert patch from 2007-06-19.
9411         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
9412         canonicalize module is also in use.
9413         * tests/test-canonicalize.c: New file.
9414         * tests/test-canonicalize.sh: Likewise.
9415         * modules/canonicalize-tests: Likewise.
9416
9417 2007-07-06  Jim Meyering  <jim@meyering.net>
9418
9419         * lib/getugroups.c (getugroups): Detect getgrent failure.
9420         Adjust comment to reflect reality: this function may return -1.
9421
9422 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
9423
9424         * build-aux/bootstrap (TP_URL,get_translations): Update to use
9425         the new TP address.
9426         (usage): Fix typo
9427         (gnulib_mk): New variable.
9428
9429 2007-07-05  Jim Meyering  <jim@meyering.net>
9430
9431         Don't let endgrent clobber errno, no matter how improbable.
9432         * lib/getugroups.c (getugroups): Save and restore errno around
9433         endgrent call.
9434
9435         Close the group DB even when failing with 2^31 or more members.
9436         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
9437
9438 2007-07-04  Jim Meyering  <jim@meyering.net>
9439
9440         * lib/getugroups.h: New file.
9441         * lib/getugroups.c: Include "getugroups.h".
9442         Remove uses of "register" keyword.
9443         Move local variable, "cp", down into scope where used.
9444         Give "username" parameter the "const" attribute.
9445         * modules/getugroups (Files): Add lib/getugroups.h
9446
9447 2007-07-04  Karl Berry  <karl@gnu.org>
9448
9449         * MODULES.html.sh (func_all_modules): Complete rename of
9450         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
9451
9452 2007-07-02  Bruno Haible  <bruno@clisp.org>
9453
9454         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
9455         mode, when inttypes.h comes from gnulib.
9456         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9457
9458 2007-07-02  Simon Josefsson  <simon@josefsson.org>
9459
9460         * NEWS: Mention lgpl module name change.
9461
9462         * modules/lgpl-2.1: Renamed from lgpl.
9463
9464         * NEWS: Mention gpl module name change.
9465
9466         * modules/gpl-3.0: New file, based on gpl-2.0.
9467
9468         * modules/gpl-2.0: Renamed from gpl.
9469
9470         * modules/gpl: Fix filename, doc/gpl.texi is now found at
9471         doc/gpl-2.0.texi.
9472
9473 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9474
9475         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
9476         #define __STDC_LIMIT_MACROS temporarily while including
9477         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
9478         Problem reported by Joel E. Denny in
9479         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
9480
9481 2007-07-01  Bruno Haible  <bruno@clisp.org>
9482
9483         * lib/unistdio.h: New file.
9484         * lib/unistdio/u-asnprintf.h: New file.
9485         * lib/unistdio/u-asprintf.h: New file.
9486         * lib/unistdio/u-printf-args.c: New file.
9487         * lib/unistdio/u-printf-args.h: New file.
9488         * lib/unistdio/u-printf-parse.h: New file.
9489         * lib/unistdio/u-snprintf.h: New file.
9490         * lib/unistdio/u-sprintf.h: New file.
9491         * lib/unistdio/u-vasprintf.h: New file.
9492         * lib/unistdio/u-vsnprintf.h: New file.
9493         * lib/unistdio/u-vsprintf.h: New file.
9494         * lib/unistdio/ulc-asnprintf.c: New file.
9495         * lib/unistdio/ulc-asprintf.c: New file.
9496         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
9497         * lib/unistdio/ulc-printf-parse.c: New file.
9498         * lib/unistdio/ulc-snprintf.c: New file.
9499         * lib/unistdio/ulc-sprintf.c: New file.
9500         * lib/unistdio/ulc-vasnprintf.c: New file.
9501         * lib/unistdio/ulc-vasprintf.c: New file.
9502         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
9503         * lib/unistdio/ulc-vsnprintf.c: New file.
9504         * lib/unistdio/ulc-vsprintf.c: New file.
9505         * lib/unistdio/u8-asnprintf.c: New file.
9506         * lib/unistdio/u8-asprintf.c: New file.
9507         * lib/unistdio/u8-printf-parse.c: New file.
9508         * lib/unistdio/u8-snprintf.c: New file.
9509         * lib/unistdio/u8-sprintf.c: New file.
9510         * lib/unistdio/u8-vasnprintf.c: New file.
9511         * lib/unistdio/u8-vasprintf.c: New file.
9512         * lib/unistdio/u8-vsnprintf.c: New file.
9513         * lib/unistdio/u8-vsprintf.c: New file.
9514         * lib/unistdio/u8-u8-asnprintf.c: New file.
9515         * lib/unistdio/u8-u8-asprintf.c: New file.
9516         * lib/unistdio/u8-u8-snprintf.c: New file.
9517         * lib/unistdio/u8-u8-sprintf.c: New file.
9518         * lib/unistdio/u8-u8-vasnprintf.c: New file.
9519         * lib/unistdio/u8-u8-vasprintf.c: New file.
9520         * lib/unistdio/u8-u8-vsnprintf.c: New file.
9521         * lib/unistdio/u8-u8-vsprintf.c: New file.
9522         * lib/unistdio/u16-asnprintf.c: New file.
9523         * lib/unistdio/u16-asprintf.c: New file.
9524         * lib/unistdio/u16-printf-parse.c: New file.
9525         * lib/unistdio/u16-snprintf.c: New file.
9526         * lib/unistdio/u16-sprintf.c: New file.
9527         * lib/unistdio/u16-vasnprintf.c: New file.
9528         * lib/unistdio/u16-vasprintf.c: New file.
9529         * lib/unistdio/u16-vsnprintf.c: New file.
9530         * lib/unistdio/u16-vsprintf.c: New file.
9531         * lib/unistdio/u16-u16-asnprintf.c: New file.
9532         * lib/unistdio/u16-u16-asprintf.c: New file.
9533         * lib/unistdio/u16-u16-snprintf.c: New file.
9534         * lib/unistdio/u16-u16-sprintf.c: New file.
9535         * lib/unistdio/u16-u16-vasnprintf.c: New file.
9536         * lib/unistdio/u16-u16-vasprintf.c: New file.
9537         * lib/unistdio/u16-u16-vsnprintf.c: New file.
9538         * lib/unistdio/u16-u16-vsprintf.c: New file.
9539         * lib/unistdio/u32-asnprintf.c: New file.
9540         * lib/unistdio/u32-asprintf.c: New file.
9541         * lib/unistdio/u32-printf-parse.c: New file.
9542         * lib/unistdio/u32-snprintf.c: New file.
9543         * lib/unistdio/u32-sprintf.c: New file.
9544         * lib/unistdio/u32-vasnprintf.c: New file.
9545         * lib/unistdio/u32-vasprintf.c: New file.
9546         * lib/unistdio/u32-vsnprintf.c: New file.
9547         * lib/unistdio/u32-vsprintf.c: New file.
9548         * lib/unistdio/u32-u32-asnprintf.c: New file.
9549         * lib/unistdio/u32-u32-asprintf.c: New file.
9550         * lib/unistdio/u32-u32-snprintf.c: New file.
9551         * lib/unistdio/u32-u32-sprintf.c: New file.
9552         * lib/unistdio/u32-u32-vasnprintf.c: New file.
9553         * lib/unistdio/u32-u32-vasprintf.c: New file.
9554         * lib/unistdio/u32-u32-vsnprintf.c: New file.
9555         * lib/unistdio/u32-u32-vsprintf.c: New file.
9556         * tests/unistdio/test-ulc-asnprintf1.c: New file.
9557         * tests/unistdio/test-ulc-asnprintf1.h: New file.
9558         * tests/unistdio/test-ulc-printf1.h: New file.
9559         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
9560         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
9561         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
9562         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
9563         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
9564         * tests/unistdio/test-ulc-vasprintf1.c: New file.
9565         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
9566         * tests/unistdio/test-ulc-vsprintf1.c: New file.
9567         * tests/unistdio/test-u8-asnprintf1.c: New file.
9568         * tests/unistdio/test-u8-asnprintf1.h: New file.
9569         * tests/unistdio/test-u8-printf1.h: New file.
9570         * tests/unistdio/test-u8-vasnprintf1.c: New file.
9571         * tests/unistdio/test-u8-vasnprintf2.c: New file.
9572         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
9573         * tests/unistdio/test-u8-vasnprintf3.c: New file.
9574         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
9575         * tests/unistdio/test-u8-vasprintf1.c: New file.
9576         * tests/unistdio/test-u8-vsnprintf1.c: New file.
9577         * tests/unistdio/test-u8-vsprintf1.c: New file.
9578         * tests/unistdio/test-u16-asnprintf1.c: New file.
9579         * tests/unistdio/test-u16-asnprintf1.h: New file.
9580         * tests/unistdio/test-u16-printf1.h: New file.
9581         * tests/unistdio/test-u16-vasnprintf1.c: New file.
9582         * tests/unistdio/test-u16-vasnprintf2.c: New file.
9583         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
9584         * tests/unistdio/test-u16-vasnprintf3.c: New file.
9585         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
9586         * tests/unistdio/test-u16-vasprintf1.c: New file.
9587         * tests/unistdio/test-u16-vsnprintf1.c: New file.
9588         * tests/unistdio/test-u16-vsprintf1.c: New file.
9589         * tests/unistdio/test-u32-asnprintf1.c: New file.
9590         * tests/unistdio/test-u32-asnprintf1.h: New file.
9591         * tests/unistdio/test-u32-printf1.h: New file.
9592         * tests/unistdio/test-u32-vasnprintf1.c: New file.
9593         * tests/unistdio/test-u32-vasnprintf2.c: New file.
9594         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
9595         * tests/unistdio/test-u32-vasnprintf3.c: New file.
9596         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
9597         * tests/unistdio/test-u32-vasprintf1.c: New file.
9598         * tests/unistdio/test-u32-vsnprintf1.c: New file.
9599         * tests/unistdio/test-u32-vsprintf1.c: New file.
9600         * modules/unistdio/base: New file.
9601         * modules/unistdio/u-printf-args: New file.
9602         * modules/unistdio/ulc-asnprintf: New file.
9603         * modules/unistdio/ulc-asprintf: New file.
9604         * modules/unistdio/ulc-fprintf: New file.
9605         * modules/unistdio/ulc-printf-parse: New file.
9606         * modules/unistdio/ulc-snprintf: New file.
9607         * modules/unistdio/ulc-sprintf: New file.
9608         * modules/unistdio/ulc-vasnprintf: New file.
9609         * modules/unistdio/ulc-vasprintf: New file.
9610         * modules/unistdio/ulc-vfprintf: New file.
9611         * modules/unistdio/ulc-vsnprintf: New file.
9612         * modules/unistdio/ulc-vsprintf: New file.
9613         * modules/unistdio/u8-asnprintf: New file.
9614         * modules/unistdio/u8-asprintf: New file.
9615         * modules/unistdio/u8-printf-parse: New file.
9616         * modules/unistdio/u8-snprintf: New file.
9617         * modules/unistdio/u8-sprintf: New file.
9618         * modules/unistdio/u8-vasnprintf: New file.
9619         * modules/unistdio/u8-vasprintf: New file.
9620         * modules/unistdio/u8-vsnprintf: New file.
9621         * modules/unistdio/u8-vsprintf: New file.
9622         * modules/unistdio/u8-u8-asnprintf: New file.
9623         * modules/unistdio/u8-u8-asprintf: New file.
9624         * modules/unistdio/u8-u8-snprintf: New file.
9625         * modules/unistdio/u8-u8-sprintf: New file.
9626         * modules/unistdio/u8-u8-vasnprintf: New file.
9627         * modules/unistdio/u8-u8-vasprintf: New file.
9628         * modules/unistdio/u8-u8-vsnprintf: New file.
9629         * modules/unistdio/u8-u8-vsprintf: New file.
9630         * modules/unistdio/u16-asnprintf: New file.
9631         * modules/unistdio/u16-asprintf: New file.
9632         * modules/unistdio/u16-printf-parse: New file.
9633         * modules/unistdio/u16-snprintf: New file.
9634         * modules/unistdio/u16-sprintf: New file.
9635         * modules/unistdio/u16-vasnprintf: New file.
9636         * modules/unistdio/u16-vasprintf: New file.
9637         * modules/unistdio/u16-vsnprintf: New file.
9638         * modules/unistdio/u16-vsprintf: New file.
9639         * modules/unistdio/u16-u16-asnprintf: New file.
9640         * modules/unistdio/u16-u16-asprintf: New file.
9641         * modules/unistdio/u16-u16-snprintf: New file.
9642         * modules/unistdio/u16-u16-sprintf: New file.
9643         * modules/unistdio/u16-u16-vasnprintf: New file.
9644         * modules/unistdio/u16-u16-vasprintf: New file.
9645         * modules/unistdio/u16-u16-vsnprintf: New file.
9646         * modules/unistdio/u16-u16-vsprintf: New file.
9647         * modules/unistdio/u32-asnprintf: New file.
9648         * modules/unistdio/u32-asprintf: New file.
9649         * modules/unistdio/u32-printf-parse: New file.
9650         * modules/unistdio/u32-snprintf: New file.
9651         * modules/unistdio/u32-sprintf: New file.
9652         * modules/unistdio/u32-vasnprintf: New file.
9653         * modules/unistdio/u32-vasprintf: New file.
9654         * modules/unistdio/u32-vsnprintf: New file.
9655         * modules/unistdio/u32-vsprintf: New file.
9656         * modules/unistdio/u32-u32-asnprintf: New file.
9657         * modules/unistdio/u32-u32-asprintf: New file.
9658         * modules/unistdio/u32-u32-snprintf: New file.
9659         * modules/unistdio/u32-u32-sprintf: New file.
9660         * modules/unistdio/u32-u32-vasnprintf: New file.
9661         * modules/unistdio/u32-u32-vasprintf: New file.
9662         * modules/unistdio/u32-u32-vsnprintf: New file.
9663         * modules/unistdio/u32-u32-vsprintf: New file.
9664         * modules/unistdio/ulc-asnprintf-tests: New file.
9665         * modules/unistdio/ulc-vasnprintf-tests: New file.
9666         * modules/unistdio/ulc-vasprintf-tests: New file.
9667         * modules/unistdio/ulc-vsnprintf-tests: New file.
9668         * modules/unistdio/ulc-vsprintf-tests: New file.
9669         * modules/unistdio/u8-asnprintf-tests: New file.
9670         * modules/unistdio/u8-vasnprintf-tests: New file.
9671         * modules/unistdio/u8-vasprintf-tests: New file.
9672         * modules/unistdio/u8-vsnprintf-tests: New file.
9673         * modules/unistdio/u8-vsprintf-tests: New file.
9674         * modules/unistdio/u16-asnprintf-tests: New file.
9675         * modules/unistdio/u16-vasnprintf-tests: New file.
9676         * modules/unistdio/u16-vasprintf-tests: New file.
9677         * modules/unistdio/u16-vsnprintf-tests: New file.
9678         * modules/unistdio/u16-vsprintf-tests: New file.
9679         * modules/unistdio/u32-asnprintf-tests: New file.
9680         * modules/unistdio/u32-vasnprintf-tests: New file.
9681         * modules/unistdio/u32-vasprintf-tests: New file.
9682         * modules/unistdio/u32-vsnprintf-tests: New file.
9683         * modules/unistdio/u32-vsprintf-tests: New file.
9684         * MODULES.html.sh (Unicode string functions): Add the new modules.
9685
9686 2007-07-01  Bruno Haible  <bruno@clisp.org>
9687
9688         * lib/sprintf.c (sprintf): Limit the available length estimation,
9689         to avoid address wraparound.
9690         * lib/vsprintf.c (vsprintf): Likewise.
9691         * modules/sprintf-posix (Dependencies): Add stdint.
9692         * modules/vsprintf-posix (Dependencies): Likewise.
9693
9694 2007-07-01  Bruno Haible  <bruno@clisp.org>
9695
9696         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
9697         Windows PATH as well. Conservative double-quoting. Comments.
9698
9699 2007-07-01  Bruno Haible  <bruno@clisp.org>
9700             Eric Blake  <ebb9@byu.net>
9701             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9702
9703         * gnulib-tool (self_abspathname): Fix algorithm to cope with
9704         empty components in $PATH, denoting '.'.
9705
9706 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9707
9708         * gnulib-tool: Fix indentation.
9709         (func_create_megatestdir): Likewise.
9710         Report by Bruno Haible.
9711
9712 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9713
9714         Sync from Automake.
9715         * build-aux/gnupload: Fix shell portability issues with for loops.
9716         Report by Karl Berry.
9717
9718 2007-06-29  Simon Josefsson  <simon@josefsson.org>
9719
9720         * build-aux/maint.mk (POURL): Use translationproject.org.
9721
9722 2007-06-27  Simon Josefsson  <simon@josefsson.org>
9723             Bruno Haible  <bruno@clisp.org>
9724
9725         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
9726         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
9727         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
9728         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
9729         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
9730
9731 2007-06-27  Bruno Haible  <bruno@clisp.org>
9732
9733         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
9734         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
9735
9736 2007-06-26  Karl Berry  <karl@gnu.org>
9737
9738         * MODULES.html.sh: remove xreadlink-with-size.
9739
9740 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9741
9742         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
9743         method that I hope also handles the double-include problem noted
9744         by Bruno Haible in
9745         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
9746
9747 2007-06-23  Bruno Haible  <bruno@clisp.org>
9748
9749         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9750         Don't let the 'mostlyclean' target fail if the last subdirectory could
9751         not be removed.
9752         Reported by Karl Berry.
9753
9754 2007-06-23  Bruno Haible  <bruno@clisp.org>
9755
9756         * gnulib-tool (echo): Add a speedier workaround for ksh.
9757         * tests/test-echo.sh: Likewise.
9758
9759 2007-06-23  Bruno Haible  <bruno@clisp.org>
9760
9761         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
9762         * tests/test-echo.sh: Likewise.
9763
9764 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9765
9766         * gnulib-tool (IFS): Initialize early, so we don't set it to
9767         empty later.
9768         (self_abspathname): Rewrite algorithm to set it, reindent.
9769         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
9770         (func_create_megatestdir): Merge some sed scripts.
9771
9772 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9773
9774         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
9775         exposed by Sun Studio 11 cc on Solaris 8.
9776
9777 2007-06-22  Bruno Haible  <bruno@clisp.org>
9778
9779         * gnulib-tool (echo): Ensure the echo primitive does not interpret
9780         backslashes.
9781         * tests/test-echo.sh: New file.
9782
9783 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9784
9785         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
9786         simplify `sed_replace_build_aux' scripts, they are portable but
9787         echoing them with `echo' is not.
9788         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
9789
9790 2007-06-21  Karl Berry  <karl@gnu.org>
9791
9792         * config/srclist.txt: guess we can't handle the licenses via
9793         srclist at the moment.
9794
9795 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9796
9797         * MODULES.html.sh: Add include_next.
9798         * modules/include_next: New file.
9799
9800 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9801
9802         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
9803         INCLUDE_NEXT.
9804         (gl_CHECK_NEXT_HEADERS): New macro.
9805         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
9806         the obsolescent gl_ABSOLUTE_HEADER.
9807         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
9808         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
9809         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9810         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9811         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
9812         * m4/math_h.m4 (gl_MATH_H): Likewise.
9813         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9814         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
9815         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
9816         * m4/stdint.m4 (gl_STDINT_H): Likewise.
9817         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
9818         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
9819         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
9820         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9821         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9822         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
9823         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
9824         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9825         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
9826         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
9827         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9828         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9829         * m4/inttypes.m4 (gl_INTTYPES_H): Define
9830         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
9831         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
9832         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
9833         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
9834         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
9835         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
9836         * lib/float_.h: Likewise.
9837         * lib/inttypes_.h: Likewise.
9838         * lib/math_.h: Likewise.
9839         * lib/search_.h: Likewise.
9840         * lib/signal_.h: Likewise.
9841         * lib/stdint_.h: Likewise.
9842         * lib/stdio_.h: Likewise.
9843         * lib/stdlib_.h: Likewise.
9844         * lib/string_.h: Likewise.
9845         * lib/sys_stat_.h: Likewise.
9846         * lib/sys_time_.h: Likewise.
9847         * lib/time_.h: Likewise.
9848         * lib/unistd_.h: Likewise.
9849         * lib/wchar_.h: Likewise.
9850         * lib/wctype_.h: Likewise.
9851         * lib/dirent_.h: Likewise.
9852         * lib/iconv_.h: Likewise.
9853         * lib/locale_.h: Likewise.
9854         * lib/netinet_in_.h: Likewise.
9855         * lib/sys_select_.h: Likewise.
9856         * lib/sys_socket_.h: Likewise.
9857         * lib/sysexits_.h: Likewise.
9858         * modules/fcntl (Depends-on): Depend on include_next, not
9859         absolute_header.
9860         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
9861         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
9862         * modules/fchdir: Likewise.
9863         * modules/float: Likewise.
9864         * modules/iconv_open: Likewise.
9865         * modules/inttypes: Likewise.
9866         * modules/locale: Likewise.
9867         * modules/math: Likewise.
9868         * modules/netinet_in: Likewise.
9869         * modules/search: Likewise.
9870         * modules/signal: Likewise.
9871         * modules/stdint: Likewise.
9872         * modules/stdio: Likewise.
9873         * modules/stdlib: Likewise.
9874         * modules/string: Likewise.
9875         * modules/sys_select: Likewise.
9876         * modules/sys_socket: Likewise.
9877         * modules/sys_stat: Likewise.
9878         * modules/sys_time: Likewise.
9879         * modules/sysexits: Likewise.
9880         * modules/time: Likewise.
9881         * modules/unistd: Likewise.
9882         * modules/wchar: Likewise.
9883         * modules/wctype: Likewise.
9884         * modules/sys_stat: Change maintainer to "all".
9885         * modules/unistd: Likewise.
9886
9887 2007-06-20  Karl Berry  <karl@gnu.org>
9888
9889         * config/srclist.txt: track www changes in license files.
9890
9891 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
9892
9893         * build-aux/bootstrap: Remove stray dot.
9894         Make sure build_aux settings are honored when linking
9895         gnulib_extra_files.
9896
9897 2007-06-19  Eric Blake  <ebb9@byu.net>
9898
9899         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9900         Allow compilation on cygwin.
9901
9902 2007-06-19  Jim Meyering  <jim@meyering.net>
9903
9904         xreadlink-with-size: Remove module.  No longer used.
9905         Ex-callers now use xreadlink or mreadlink-with-size.
9906         * modules/xreadlink-with-size: Remove module.
9907         * lib/xreadlink-with-size.c: Remove file.
9908         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
9909         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
9910         just before the function definition *is* accurate.
9911
9912         Eliminate one way canonicalize_filename_mode could exit.
9913         * lib/canonicalize.c (canonicalize_filename_mode):
9914         Use mreadlink_with_size, not xreadlink_with_size.
9915
9916 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
9917
9918         Detect porting problems to FreeBSD/arm, which has time_t wider than
9919         long int.  Original problem reported for GNU diff by Xin Li in
9920         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
9921         * modules/getdate (Depends-on): Add intprops, verify.
9922         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
9923         is an integer type no wider than long int.
9924
9925 2007-06-18  Jim Meyering  <jim@meyering.net>
9926
9927         New module: mreadlink-with-size.
9928         * MODULES.html.sh: Add mreadlink-with-size.
9929         * modules/mreadlink-with-size: New module
9930         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
9931         not xreadlink-with-size.
9932         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
9933
9934 2007-06-16  Bruno Haible  <bruno@clisp.org>
9935
9936         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
9937         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
9938         Reported by Gary V. Vaughan <gary@gnu.org>.
9939
9940 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
9941
9942         Revamp lchown so that it lives in unistd.h where it belongs.
9943         * lib/lchown.h: Remove.
9944         * lib/dirchownmod.c: Don't include lib/lchown.h.
9945         * lib/fchownat.c: Likewise.
9946         * lib/openat.c: Likewise.
9947         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
9948         does not follow symlinks.
9949         (EOPNOTSUPP): Define if not defined.
9950         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
9951         is defined to 0.
9952         (lchown): New decl.
9953         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
9954         Do not check for lchown decl.
9955         Set REPLACE_LCHOWN.
9956         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
9957         REPLACE_LCHOWN.
9958         * modules/chown: Make it clear it follows symlinks.
9959         * modules/lchown: Make it clear it doesn't follow symlinks.
9960         (Files): Remove lib/lchown.h
9961         (Depends-on): Add unistd.
9962         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
9963         (Include): Include <unistd.h>, not "lchown.h".
9964         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
9965         REPLACE_LCHOWN.
9966
9967 2007-06-15  Jim Meyering  <jim@meyering.net>
9968
9969         Change license (GPL to LGPL) of fsusage and dependents.
9970         * modules/fsusage (License): Change to LGPL.
9971         * modules/full-read (License): Likewise.
9972         * modules/full-write (License): Likewise.
9973         * modules/safe-read (License): Likewise.
9974         * modules/safe-write (License): Likewise.
9975
9976 2007-06-14  Ben Pfaff  <blp@gnu.org>
9977
9978         Missing part of allocsa -> malloca transition.
9979         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
9980         gl_MALLOCA.
9981
9982 2007-06-12  Bruno Haible  <bruno@clisp.org>
9983
9984         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
9985         to ia64, x86_64, i386.
9986         Reported by Eric Blake.
9987
9988 2007-06-12  Bruno Haible  <bruno@clisp.org>
9989
9990         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
9991         cross-compiling to x86_64.
9992
9993 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
9994
9995         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
9996         glitch reported by Ralf Wildenhues in
9997         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
9998
9999         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
10000         Vin Shelton.
10001
10002 2007-06-11  Bruno Haible  <bruno@clisp.org>
10003
10004         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
10005         replacement string.
10006         Reported by Eric Blake.
10007
10008 2007-06-10  Bruno Haible  <bruno@clisp.org>
10009
10010         Prepare vasnprintf code for use with Unicode strings.
10011         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
10012         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
10013         TYPE_U32_STRING.
10014         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
10015         a_u32_string variants.
10016         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10017         * lib/printf-args.c: Don't include config.h and the specification
10018         header if PRINTF_FETCHARGS is already defined.
10019         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10020         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
10021         TYPE_U16_STRING, TYPE_U32_STRING.
10022         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
10023         u16_directive, u16_directives, u32_directive, u32_directives): New
10024         types.
10025         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
10026         New declarations.
10027         * lib/printf-parse.c: Don't include config.h and the specification
10028         header if PRINTF_PARSE is already defined. Eliminate the set of
10029         parameters for WIDE_CHAR_VERSION; the user of this file must provide
10030         them now. Include c-ctype.h.
10031         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
10032         directive and CHAR_T_ONLY_ASCII.
10033         * lib/vasnprintf.c: Don't include config.h and the specification header
10034         if VASNPRINTF is already defined.
10035         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
10036         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
10037         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
10038         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
10039         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
10040         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
10041         code accordingly.
10042         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
10043         pad_ourselves also in this case, with the 'c' and 's' directives, and
10044         with a different notion of "width".
10045         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
10046
10047 2007-06-10  Bruno Haible  <bruno@clisp.org>
10048
10049         * modules/unistr/u32-mbsnlen: New file.
10050         * lib/unistr/u32-mbsnlen.c: New file.
10051
10052         * modules/unistr/u16-mbsnlen: New file.
10053         * lib/unistr/u16-mbsnlen.c: New file.
10054
10055         * modules/unistr/u8-mbsnlen: New file.
10056         * lib/unistr/u8-mbsnlen.c: New file.
10057
10058         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
10059         declarations.
10060
10061 2007-06-10  Bruno Haible  <bruno@clisp.org>
10062
10063         * lib/string_.h (mbsnlen): New declaration.
10064         * lib/mbsnlen.c: New file.
10065         * m4/mbsnlen.m4: New file.
10066         * modules/mbsnlen: New file.
10067         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
10068         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
10069         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
10070
10071 2007-06-10  Bruno Haible  <bruno@clisp.org>
10072
10073         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
10074
10075 2007-06-10  Bruno Haible  <bruno@clisp.org>
10076
10077         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
10078         * lib/mbuiter.h: Likewise.
10079
10080 2007-06-10  Bruno Haible  <bruno@clisp.org>
10081
10082         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
10083         declaration.
10084
10085 2007-06-10  Karl Berry  <karl@gnu.org>
10086
10087         * config/srclist.txt: remove gettext entries, Bruno prefers
10088         to update individually.
10089
10090 2007-06-10  Bruno Haible  <bruno@clisp.org>
10091
10092         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
10093         'maxlen'. Ensure only length + width bytes are allocated, not
10094         length + 1 + width.
10095
10096 2007-06-09  Bruno Haible  <bruno@clisp.org>
10097
10098         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
10099         (CHAR_T): Remove macro.
10100         (VASNPRINTF): Update.
10101
10102 2007-06-09  Bruno Haible  <bruno@clisp.org>
10103
10104         * MODULES.html.sh (Unicode string functions): Add the new modules.
10105
10106         * modules/uniconv/u32-conv-to-enc: New file.
10107         * lib/uniconv/u32-conv-to-enc.c: New file.
10108         * modules/uniconv/u32-conv-to-enc-tests: New file.
10109         * tests/uniconv/test-u32-conv-to-enc.c: New file.
10110
10111         * modules/uniconv/u16-conv-to-enc: New file.
10112         * lib/uniconv/u16-conv-to-enc.c: New file.
10113         * lib/uniconv/u-conv-to-enc.h: New file.
10114         * modules/uniconv/u16-conv-to-enc-tests: New file.
10115         * tests/uniconv/test-u16-conv-to-enc.c: New file.
10116
10117         * modules/uniconv/u8-conv-to-enc: New file.
10118         * lib/uniconv/u8-conv-to-enc.c: New file.
10119         * modules/uniconv/u8-conv-to-enc-tests: New file.
10120         * tests/uniconv/test-u8-conv-to-enc.c: New file.
10121
10122         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10123         u32_conv_to_encoding): New declarations.
10124
10125 2007-06-09  Bruno Haible  <bruno@clisp.org>
10126
10127         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
10128
10129 2007-06-09  Bruno Haible  <bruno@clisp.org>
10130
10131         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
10132         * modules/malloca: Renamed from modules/allocsa, updated.
10133         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
10134         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
10135         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
10136         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
10137         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
10138         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
10139         * modules/xmalloca: Renamed from modules/xallocsa, updated.
10140         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
10141         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
10142         * modules/c-strcasestr (Depends-on): Update.
10143         * lib/c-strcasestr.c: Update.
10144         * modules/c-strstr (Depends-on): Update.
10145         * lib/c-strstr.c: Update.
10146         * modules/canonicalize-lgpl (Depends-on): Update.
10147         * lib/canonicalize-lgpl.c: Update.
10148         * modules/clean-temp (Depends-on): Update.
10149         * lib/clean-temp.c: Update.
10150         * modules/csharpcomp (Depends-on): Update.
10151         * lib/csharpcomp.c: Update.
10152         * modules/csharpexec (Depends-on): Update.
10153         * lib/csharpexec.c: Update.
10154         * modules/javacomp (Depends-on): Update.
10155         * lib/javacomp.c: Update.
10156         * modules/javaexec (Depends-on): Update.
10157         * lib/javaexec.c: Update.
10158         * modules/mbscasestr (Depends-on): Update.
10159         * lib/mbscasestr.c: Update.
10160         * modules/mbsstr (Depends-on): Update.
10161         * lib/mbsstr.c: Update.
10162         * modules/setenv (Depends-on): Update.
10163         * lib/setenv.c: Update.
10164         * modules/strcasestr (Depends-on): Update.
10165         * lib/strcasestr.c: Update.
10166         * modules/striconveha (Depends-on): Update.
10167         * lib/striconveha.c: Update.
10168         * modules/relocatable-prog-wrapper (Files): Update.
10169         * lib/relocwrapper.c: Update.
10170         * build-aux/install-reloc: Update.
10171         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
10172
10173 2007-06-08  Bruno Haible  <bruno@clisp.org>
10174
10175         Port to uClibc.
10176         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
10177         * lib/fpurge.c (fpurge): Likewise.
10178         * lib/freading.c (freading): Likewise.
10179         * lib/fseeko.c (rpl_fseeko): Likewise.
10180         * lib/fseterr.c (fseterr): Likewise.
10181         * lib/fwriting.c (fwriting): Likewise.
10182         * tests/test-fflush.c (main): Avoid a failure on uClibc.
10183
10184 2007-06-08  Bruno Haible  <bruno@clisp.org>
10185
10186         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
10187         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
10188         * modules/gettext (Files): Add m4/intlmacosx.m4.
10189
10190 2007-06-07  Bruno Haible  <bruno@clisp.org>
10191
10192         * modules/localename-tests: New file.
10193         * tests/test-localename.c: New file.
10194
10195         New module 'localename'.
10196         * lib/localename.h: New file.
10197         * lib/localename.c: New file, from GNU gettext.
10198         * m4/localename.m4: New file.
10199         * modules/localename: New file.
10200
10201 2007-06-07  Bruno Haible  <bruno@clisp.org>
10202
10203         Work around the lack of <wchar.h> on some builds of uClibc.
10204         * doc/headers/wchar.texi: Update.
10205         * lib/wchar_.h: Include <wchar.h> only if it exists.
10206         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
10207         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
10208         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
10209         doesn't exist.
10210         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
10211         * modules/mbfile (Depends-on): Add wchar.
10212         * modules/mbiter (Depends-on): Likewise.
10213         * modules/mbuiter (Depends-on): Likewise.
10214         Reported by Simon Josefsson.
10215
10216 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
10217
10218         Work around problem reported by Steven M. Schweda in
10219         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
10220         Tru64 5.1B with the Compaq compiler environment installed declares
10221         an 'isblank' function but does not define it in the C library.
10222         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
10223         * lib/regex_internal.h (isblank): Likewise.
10224         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
10225         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10226
10227 2007-06-05  Bruno Haible  <bruno@clisp.org>
10228
10229         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
10230         ia64.
10231         * modules/printf-safe: New file.
10232         * modules/fprintf-posix (Depends-on): Add printf-safe.
10233         * modules/printf-posix (Depends-on): Likewise.
10234         * modules/snprintf-posix (Depends-on): Likewise.
10235         * modules/sprintf-posix (Depends-on): Likewise.
10236         * modules/vasnprintf-posix (Depends-on): Likewise.
10237         * modules/vasprintf-posix (Depends-on): Likewise.
10238         * modules/vfprintf-posix (Depends-on): Likewise.
10239         * modules/vprintf-posix (Depends-on): Likewise.
10240         * modules/vsnprintf-posix (Depends-on): Likewise.
10241         * modules/vsprintf-posix (Depends-on): Likewise.
10242         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
10243         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
10244         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
10245         "no" on i386, x86_64, ia64.
10246         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
10247         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10248         on i386, x86_64, ia64.
10249         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
10250         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10251         on i386, x86_64, ia64.
10252         * tests/test-vasnprintf-posix.c: Include float.h.
10253         (LDBL80_WORDS): New macro.
10254         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10255         on i386, x86_64, ia64.
10256         * tests/test-vasprintf-posix.c: Include float.h.
10257         (LDBL80_WORDS): New macro.
10258         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10259         on i386, x86_64, ia64.
10260         * tests/test-snprintf-posix.c: Include float.h.
10261         * tests/test-sprintf-posix.c: Likewise.
10262         * tests/test-vsnprintf-posix.c: Likewise.
10263         * tests/test-vsprintf-posix.c: Likewise.
10264
10265 2007-06-05  Bruno Haible  <bruno@clisp.org>
10266
10267         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
10268         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
10269         non-IEEE numbers on i386, x86_64, ia64.
10270         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
10271         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
10272         * tests/test-isnanl.h: Include float.h.
10273         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
10274
10275 2007-06-05  Bruno Haible  <bruno@clisp.org>
10276
10277         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
10278         also the %a / %A. Handle the %a / %A code before this extra handling.
10279
10280 2007-06-05  Bruno Haible  <bruno@clisp.org>
10281
10282         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
10283         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
10284
10285 2007-06-05  Bruno Haible  <bruno@clisp.org>
10286
10287         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
10288         typo in variable name.
10289
10290 2007-06-05  Eric Blake  <ebb9@byu.net>
10291
10292         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
10293         Reported by Simon Josefsson.
10294
10295 2007-06-04  Bruno Haible  <bruno@clisp.org>
10296
10297         Avoid test failures on some PowerPC platforms.
10298         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
10299         Define differently for PowerPC.
10300         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
10301         Reported by Gary V. Vaughan <gary@gnu.org>.
10302
10303 2007-06-02  Bruno Haible  <bruno@clisp.org>
10304
10305         Fix test-stdint failure on FreeBSD/ia64.
10306         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
10307         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
10308         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
10309         * doc/headers/stdint.texi: Update.
10310
10311 2007-06-01  Bruno Haible  <bruno@clisp.org>
10312
10313         * tests/test-binary-io.c (main): Pass a third argument to open().
10314         Reported by Gary V. Vaughan <gary@gnu.org>.
10315
10316 2007-06-01  Bruno Haible  <bruno@clisp.org>
10317
10318         * doc/functions/frexpl.texi: Update for mingw.
10319
10320 2007-06-01  Bruno Haible  <bruno@clisp.org>
10321
10322         * tests/test-lseek.c (main): Disable test of errno for invalid third
10323         argument.
10324         * doc/functions/lseek.texi: Update.
10325         Reported by Gary V. Vaughan <gary@gnu.org>.
10326
10327 2007-05-28  Bruno Haible  <bruno@clisp.org>
10328
10329         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
10330
10331 2007-05-31  Eric Blake  <ebb9@byu.net>
10332
10333         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
10334         cross compiling.
10335
10336 2007-05-30  Eric Blake  <ebb9@byu.net>
10337         and Bruno Haible  <bruno@clisp.org>
10338
10339         Work around mingw test failures exposed by m4-1.4.9b.
10340         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
10341         * tests/test-unistd.c: Disable uid_t and git_t tests for the
10342         moment.
10343
10344 2007-05-30  Bruno Haible  <bruno@clisp.org>
10345
10346         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
10347         assuming that they are closed. Needed on HP-UX 11.
10348
10349 2007-05-29  Bruno Haible  <bruno@clisp.org>
10350
10351         Fix a problem with #include_next.
10352         * lib/dirent_.h: Split the double-inclusion guard.
10353         * lib/fcntl_.h: Likewise.
10354         * lib/float_.h: Likewise.
10355         * lib/iconv_.h: Likewise.
10356         * lib/inttypes_.h: Likewise.
10357         * lib/locale_.h: Likewise.
10358         * lib/math_.h: Likewise.
10359         * lib/netinet_in_.h: Likewise.
10360         * lib/search_.h: Likewise.
10361         * lib/signal_.h: Likewise.
10362         * lib/stdint_.h: Likewise.
10363         * lib/stdio_.h: Likewise.
10364         * lib/stdlib_.h: Likewise.
10365         * lib/string_.h: Likewise.
10366         * lib/sys_select_.h: Likewise.
10367         * lib/sys_socket_.h: Likewise.
10368         * lib/sys_stat_.h: Likewise.
10369         * lib/sys_time_.h: Likewise.
10370         * lib/sysexits_.h: Likewise.
10371         * lib/time_.h: Likewise.
10372         * lib/unistd_.h: Likewise.
10373         * lib/wchar_.h: Likewise.
10374         * lib/wctype_.h: Likewise.
10375
10376 2007-05-29  Bruno Haible  <bruno@clisp.org>
10377
10378         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
10379         for the moment.
10380
10381 2007-05-29  Bruno Haible  <bruno@clisp.org>
10382
10383         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
10384         invocation.
10385         Reported by Eric Blake.
10386
10387 2007-05-29  Bruno Haible  <bruno@clisp.org>
10388
10389         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
10390         compiling case.
10391
10392 2007-05-29  Eric Blake  <ebb9@byu.net>
10393             Bruno Haible  <bruno@clisp.org>
10394
10395         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
10396         cross compiles.
10397
10398 2007-05-28  Eric Blake  <ebb9@byu.net>
10399
10400         * modules/closein-tests (test_closein_LDADD): Support test on
10401         cygwin with libtool.
10402
10403 2007-05-28  Bruno Haible  <bruno@clisp.org>
10404
10405         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
10406         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10407         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10408         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10409         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10410         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10411         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10412         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10413         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10414
10415 2007-05-28  Eric Blake  <ebb9@byu.net>
10416
10417         Unconditionally include <config.h> in unit tests.
10418         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
10419         * tests/test-allocsa.c, tests/test-arcfour.c,
10420         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
10421         tests/test-array_list.c, tests/test-array_oset.c,
10422         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
10423         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
10424         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
10425         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
10426         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
10427         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
10428         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
10429         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
10430         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
10431         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
10432         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
10433         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
10434         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
10435         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
10436         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
10437         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
10438         test-md5.c, test-memmem.c, test-printf-posix.c,
10439         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
10440         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
10441         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
10442         test-strcasestr.c, test-striconv.c, test-striconveh.c,
10443         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
10444         test-vasnprintf-posix2.c, test-vasnprintf.c,
10445         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
10446         test-vfprintf-posix.c, test-vprintf-posix.c,
10447         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
10448         test-xvasprintf.c: Likewise.
10449
10450 2007-05-28  Bruno Haible  <bruno@clisp.org>
10451
10452         * gnulib-tool (func_import): Remember the --with-tests command-line
10453         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
10454         Reported by Eric Blake.
10455
10456 2007-05-28  Bruno Haible  <bruno@clisp.org>
10457
10458         * modules/ftell-tests: New file.
10459         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
10460         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
10461
10462         * lib/ftell.c: New file.
10463         * modules/ftell: New file.
10464         * m4/ftell.m4: New file.
10465         * doc/functions/ftell.texi: Update.
10466         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
10467         REPLACE_FTELL.
10468         * lib/stdio_.h (rpl_ftell): New declaration.
10469         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
10470         REPLACE_FTELL.
10471
10472 2007-05-28  Eric Blake  <ebb9@byu.net>
10473
10474         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
10475
10476 2007-05-28  Bruno Haible  <bruno@clisp.org>
10477
10478         * modules/fseek-tests: New file.
10479         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
10480         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
10481
10482         * lib/fseek.c: New file.
10483         * modules/fseek: New file.
10484         * m4/fseek.m4: New file.
10485         * doc/functions/fseek.texi: Update.
10486         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
10487         REPLACE_FSEEK.
10488         * lib/stdio_.h (rpl_fseek): New declaration.
10489         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
10490         REPLACE_FSEEK.
10491
10492 2007-05-28  Bruno Haible  <bruno@clisp.org>
10493
10494         * lib/stdio_.h (fflush): More comments.
10495
10496 2007-05-28  Bruno Haible  <bruno@clisp.org>
10497
10498         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
10499         runtime test.
10500
10501 2007-05-28  Eric Blake  <ebb9@byu.net>
10502
10503         Improve lseek module.
10504         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
10505         * lib/unistd_.h (lseek): Scale back link warning message.
10506         * tests/test-lseek.c: Beef up test.
10507         * tests/test-lseek.sh: Exercise more facets of lseek.
10508         Reported by Bruno Haible.
10509
10510 2007-05-28  Bruno Haible  <bruno@clisp.org>
10511
10512         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
10513         to define.
10514
10515 2007-05-27  Bruno Haible  <bruno@clisp.org>
10516
10517         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
10518
10519 2007-05-27  Bruno Haible  <bruno@clisp.org>
10520
10521         * modules/openmp: New file.
10522         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
10523         Noah Misch.
10524
10525 2007-05-26  Bruno Haible  <bruno@clisp.org>
10526
10527         * modules/chdir-long (Depends-on): Add fchdir.
10528         * modules/chdir-safer (Depends-on): Likewise.
10529         * modules/fts (Depends-on): Likewise.
10530         * modules/fts-lgpl (Depends-on): Likewise.
10531         * modules/openat (Depends-on): Likewise.
10532         * modules/savewd (Depends-on): Likewise.
10533
10534 2007-05-24  Eric Blake  <ebb9@byu.net>
10535
10536         Fix lseek on mingw.
10537         * modules/lseek: New module.
10538         * m4/lseek.m4: New file.
10539         * lib/lseek.c: New file.
10540         * modules/lseek-tests: New file.
10541         * tests/test-lseek.c: New file.
10542         * tests/test-lseek.sh: New file.
10543         * MODULES.html.sh: Document lseek module.
10544         * modules/fflush (Depends-on): Add lseek, fseeko.
10545         * modules/fseeko (Depends-on): Likewise.
10546         * modules/ftello (Depends-on): Likewise.
10547         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
10548         broken.
10549         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
10550         broken.
10551         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
10552         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
10553         * lib/ftello.c (rpl_ftello): Likewise.
10554         * tests/test-fseeko.c (main): Test this.
10555         * tests/test-fseeko.sh: Likewise.
10556         * tests/test-ftello.c (main): Likewise.
10557         * tests/test-ftello.sh: Likewise.
10558         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
10559         implies replacing fseek.
10560         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
10561         HAVE_FTELLO.
10562         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
10563         * modules/unistd (Makefile.am): Likewise.
10564         * lib/unistd_.h (lseek): Declare a replacement.
10565         * doc/functions/lseek.texi (lseek): Document this fix.
10566         * doc/functions/fseek.texi (fseek): Likewise.
10567         * doc/functions/ftell.texi (ftell): Likewise.
10568
10569 2007-05-24  Bruno Haible  <bruno@clisp.org>
10570
10571         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
10572         in the printed representation of a NaN.
10573         * tests/test-vasprintf-posix.c (test_function): Likewise.
10574         * tests/test-snprintf-posix.h (test_function): Likewise.
10575         * tests/test-sprintf-posix.h (test_function): Likewise.
10576         Reported by Eric Blake.
10577
10578 2007-05-23  Eric Blake  <ebb9@byu.net>
10579
10580         Fix fseeko/ftello on cygwin 1.5.24.
10581         * doc/functions/fseeko.texi (fseeko): Document the fix.
10582         * doc/functions/ftello.texi (ftello): Document the fix.
10583         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
10584         * doc/functions/stdout.text (stdout): New file.
10585         * doc/functions/stderr.text (stderr): New file.
10586         * doc/gnulib.texi (Function Substitutes): Use new files.
10587         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
10588         prior to 1.7.0.
10589         * tests/test-ftello.c (main): Likewise for ftello.
10590         * tests/test-fseeko.sh: New file.
10591         * tests/test-ftello.sh: New file.
10592         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
10593         with seekable stdin.
10594         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
10595         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
10596         (gl_REPLACE_FSEEKO): New macro.
10597         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
10598         * modules/fseeko (Files): Distribute fseeko.c.
10599         * modules/ftello (Files): Distribute ftello.c.
10600         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
10601         mode.
10602         * lib/ftello.c (rpl_ftello): New file.
10603         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
10604         fseeko, ftello.
10605         (gl_STDIN_LARGE_OFFSET): New macro.
10606         * modules/stdio (Makefile.am): Perform the replacement.
10607         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
10608
10609 2007-05-23  Bruno Haible  <bruno@clisp.org>
10610
10611         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
10612         GNULIB_POSIXCHECK is defined.
10613
10614 2007-05-21  Bruno Haible  <bruno@clisp.org>
10615
10616         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
10617         Check also the output for NaN arguments. When cross-compiling, guess
10618         no on IRIX.
10619         * lib/vasnprintf.c: Update comments.
10620         * tests/test-vasnprintf-posix.c (strisnan): New function.
10621         (test_function): Use it.
10622         * tests/test-vasprintf-posix.c (strisnan): New function.
10623         (test_function): Use it.
10624         * tests/test-snprintf-posix.h (strisnan): New function.
10625         (test_function): Use it.
10626         * tests/test-sprintf-posix.h (strisnan): New function.
10627         (test_function): Use it.
10628         Reported by Eric Blake.
10629
10630 2007-05-20  Bruno Haible  <bruno@clisp.org>
10631
10632         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
10633         numbers that fails on BeOS.
10634         * doc/functions/frexpl.texi: Update.
10635
10636 2007-05-20  Jim Meyering  <jim@meyering.net>
10637
10638         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
10639         forced upon us by glibc-2.6.
10640
10641 2007-05-20  Bruno Haible  <bruno@clisp.org>
10642
10643         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
10644         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
10645         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
10646         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
10647         NEED_PRINTF_INFINITE.
10648         (is_infinitel): New function.
10649         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
10650         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
10651         gl_PREREQ_VASNPRINTF_INFINITE.
10652         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
10653         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10654         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
10655         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
10656         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
10657         gl_PREREQ_VASNPRINTF_INFINITE.
10658         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10659         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10660         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10661         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10662         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10663         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10664         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10665         * doc/functions/fprintf.texi: Update.
10666         * doc/functions/printf.texi: Update.
10667         * doc/functions/snprintf.texi: Update.
10668         * doc/functions/sprintf.texi: Update.
10669         * doc/functions/vfprintf.texi: Update.
10670         * doc/functions/vprintf.texi: Update.
10671         * doc/functions/vsnprintf.texi: Update.
10672         * doc/functions/vsprintf.texi: Update.
10673
10674 2007-05-20  Bruno Haible  <bruno@clisp.org>
10675
10676         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
10677         was not found in libc.
10678         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
10679
10680 2007-05-20  Bruno Haible  <bruno@clisp.org>
10681
10682         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10683         printed as "-nan" instead of "nan".
10684         * tests/test-vasprintf-posix.c (test_function): Likewise.
10685         * tests/test-snprintf-posix.h (test_function): Likewise.
10686         * tests/test-sprintf-posix.h (test_function): Likewise.
10687         Needed for HP-UX 11.
10688
10689 2007-05-20  Jim Meyering  <jim@meyering.net>
10690
10691         Fix buggy test for the fchownat-deref bug.
10692         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
10693         symlink required for the run-test.  Without it, this test would
10694         always declare that fchownat doesn't work, and client code would
10695         unnecessarily use the replacement function with fixed libc.
10696         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
10697         Reported by Greg Schafer.
10698
10699 2007-05-19  Bruno Haible  <bruno@clisp.org>
10700
10701         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
10702         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
10703         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
10704         Needed for IRIX 6.5 and Solaris 2.5.1.
10705
10706 2007-05-19  Bruno Haible  <bruno@clisp.org>
10707
10708         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
10709         (test_function): Skip tests involving -0.0 on platforms where
10710         -0.0 = 0.0.
10711         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
10712         (test_function): Skip tests involving -0.0 on platforms where
10713         -0.0 = 0.0.
10714         * tests/test-snprintf-posix.h (have_minus_zero): New function.
10715         (test_function): Skip tests involving -0.0 on platforms where
10716         -0.0 = 0.0.
10717         * tests/test-sprintf-posix.h (have_minus_zero): New function.
10718         (test_function): Skip tests involving -0.0 on platforms where
10719         -0.0 = 0.0.
10720         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
10721         tests.
10722         * tests/test-printf-posix.h (test_function): Likewise.
10723         * tests/test-printf-posix.output: Remove all -0.0 related results.
10724         Needed for IRIX 6.5.
10725
10726 2007-05-19  Bruno Haible  <bruno@clisp.org>
10727
10728         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10729         printed as "nan0x7fffffff" instead of "nan".
10730         * tests/test-vasprintf-posix.c (test_function): Likewise.
10731         * tests/test-snprintf-posix.h (test_function): Likewise.
10732         * tests/test-sprintf-posix.h (test_function): Likewise.
10733         * tests/test-fprintf-posix.h (NaN): Remove macro.
10734         (test_function): Remove all NaN related tests.
10735         * tests/test-printf-posix.h (NaN): Remove macro.
10736         (test_function): Remove all NaN related tests.
10737         * tests/test-printf-posix.output: Remove all NaN related results.
10738         Needed for IRIX 6.5.
10739
10740 2007-05-19  Bruno Haible  <bruno@clisp.org>
10741
10742         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
10743         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
10744
10745 2007-05-19  Bruno Haible  <bruno@clisp.org>
10746
10747         * lib/float_.h: New file.
10748         * m4/float_h.m4: New file.
10749         * modules/float: New file.
10750         * modules/isnanl (Dependencies): Add float.
10751         * modules/isnanl-nolibm (Dependencies): Likewise.
10752         * modules/mathl (Dependencies): Likewise.
10753         * modules/printf-frexpl (Dependencies): Likewise.
10754         * modules/signbit (Dependencies): Likewise.
10755         * modules/vasnprintf (Dependencies): Likewise.
10756         * doc/headers/float.texi: Update.
10757
10758 2007-05-19  Jim Meyering  <jim@meyering.net>
10759
10760         * lib/utimens.c (gl_futimens): Rename from futimens,
10761         now that glibc-2.6 declares futimens.
10762         * lib/utimens.h: Likewise.
10763
10764 2007-05-19  Bruno Haible  <bruno@clisp.org>
10765
10766         Avoid test failures on mingw.
10767         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
10768         * tests/test-printf-posix.sh: Likewise.
10769         * tests/test-vfprintf-posix.sh: Likewise.
10770         * tests/test-vprintf-posix.sh: Likewise.
10771
10772 2007-05-19  Bruno Haible  <bruno@clisp.org>
10773
10774         Fix *printf result for NaN, Inf, -0.0 on mingw.
10775         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
10776         * lib/vasnprintf.c: Include math.h and isnan.h.
10777         (is_infinite_or_zero): New function.
10778         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
10779         values in the %f, %F, %e, %E, %g, %G directives.
10780         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
10781         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10782         gl_PRINTF_INFINITE and test its result. Invoke
10783         gl_PREREQ_VASNPRINTF_INFINITE.
10784         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10785         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10786         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10787         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10788         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10789         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10790         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10791         * doc/functions/fprintf.texi: Update.
10792         * doc/functions/printf.texi: Update.
10793         * doc/functions/snprintf.texi: Update.
10794         * doc/functions/sprintf.texi: Update.
10795         * doc/functions/vfprintf.texi: Update.
10796         * doc/functions/vprintf.texi: Update.
10797         * doc/functions/vsnprintf.texi: Update.
10798         * doc/functions/vsprintf.texi: Update.
10799
10800 2007-05-19  Bruno Haible  <bruno@clisp.org>
10801
10802         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
10803         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
10804         Instead of multiplying with 10^k, set extra_zeroes to k.
10805         (scale10_round_long_double): Remove function.
10806
10807 2007-05-18  Bruno Haible  <bruno@clisp.org>
10808
10809         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
10810         introduced on 2007-05-06.
10811
10812 2007-05-18  Bruno Haible  <bruno@clisp.org>
10813
10814         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
10815         %g directives.
10816         * tests/test-vasprintf-posix.c (test_function): Likewise.
10817         * tests/test-snprintf-posix.h (test_function): Likewise.
10818         * tests/test-sprintf-posix.h (test_function): Likewise.
10819
10820 2007-05-18  Bruno Haible  <bruno@clisp.org>
10821
10822         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
10823         (strmatch): New function.
10824         (test_function): Test the %f directive on numbers of various exponents.
10825         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
10826         (strmatch): New function.
10827         (test_function): Test the %f directive on numbers of various exponents.
10828         * tests/test-snprintf-posix.h (strmatch): New function.
10829         (test_function): Test the %f directive on numbers of various exponents.
10830         * tests/test-sprintf-posix.h (strmatch): New function.
10831         (test_function): Test the %f directive on numbers of various exponents.
10832         * tests/test-snprintf-posix.c (SIZEOF): New macro.
10833         * tests/test-sprintf-posix.c (SIZEOF): New macro.
10834         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
10835         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
10836
10837 2007-05-18  Bruno Haible  <bruno@clisp.org>
10838
10839         Add support for 'long double' number output.
10840         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
10841         * lib/vasnprintf.c: Include math.h and float+.h.
10842         (mp_limb_t): New type.
10843         (GMP_LIMB_BITS): New macro.
10844         (mp_twolimb_t): New type.
10845         (GMP_TWOLIMB_BITS): New macro.
10846         (mpn_t): New type.
10847         (multiply, divide, convert_to_decimal, decode_long_double,
10848         scale10_round_long_double, scale10_round_decimal_long_double,
10849         floorlog10l): New functions.
10850         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
10851         for the %f, %F, %e, %E, %g, %G directives.
10852         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
10853         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10854         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
10855         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
10856         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10857         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10858         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10859         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10860         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10861         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10862         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10863         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
10864         * modules/snprintf-posix (Depends-on): Likewise.
10865         * modules/sprintf-posix (Depends-on): Likewise.
10866         * modules/vasnprintf-posix (Depends-on): Likewise.
10867         * modules/vasprintf-posix (Depends-on): Likewise.
10868         * modules/vfprintf-posix (Depends-on): Likewise.
10869         * modules/vsnprintf-posix (Depends-on): Likewise.
10870         * modules/vsprintf-posix (Depends-on): Likewise.
10871         * modules/vasnprintf (Files): Add lib/float+.h.
10872         * doc/functions/fprintf.texi: Update.
10873         * doc/functions/printf.texi: Update.
10874         * doc/functions/snprintf.texi: Update.
10875         * doc/functions/sprintf.texi: Update.
10876         * doc/functions/vfprintf.texi: Update.
10877         * doc/functions/vprintf.texi: Update.
10878         * doc/functions/vsnprintf.texi: Update.
10879         * doc/functions/vsprintf.texi: Update.
10880
10881 2007-05-18  Bruno Haible  <bruno@clisp.org>
10882
10883         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
10884
10885 2007-05-18  Bruno Haible  <bruno@clisp.org>
10886
10887         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
10888         for printing 64-bit integers. Needed for mingw.
10889
10890 2007-05-18  Bruno Haible  <bruno@clisp.org>
10891
10892         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10893         gl_FUNC_FREXPL_WORKS.
10894         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
10895
10896 2007-05-18  Bruno Haible  <bruno@clisp.org>
10897
10898         * modules/frexpl-nolibm-tests: New file.
10899
10900         * modules/frexpl-nolibm: New file.
10901         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
10902
10903 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10904
10905         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
10906         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10907         GCC 4.2, which otherwise issues a lot of warnings.
10908         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
10909         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
10910         Likewise.
10911         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
10912         * modules/iconv_open (iconv.h): Likewise.
10913         * modules/locale (locale.h): Likewise.
10914         * modules/netinet_in (netinet/in.h): Likewise.
10915         * modules/sys_select (sys_select.h): Likewise.
10916         * modules/sys_socket (sys/socket.h): Likewise.
10917         * modules/sys_stat (sys/stat.h): Likewise.
10918         * modules/sysexits (sysexits.h): Likewise.
10919         * modules/unistd (unistd.h): Likewise.
10920
10921 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10922
10923         * modules/closein-tests (Makefile.am): Distribute
10924         `test-closein.sh'.
10925
10926 2007-05-17  Bruno Haible  <bruno@clisp.org>
10927
10928         * tests/test-printf-posix.output: Renamed from
10929         tests/test-fprintf-posix.out.
10930         * modules/fprintf-posix-tests: Update.
10931         * modules/printf-posix-tests: Update.
10932         * modules/vfprintf-posix-tests: Update.
10933         * modules/vprintf-posix-tests: Update.
10934         * tests/test-fprintf-posix.sh: Update.
10935         * tests/test-printf-posix.sh: Update.
10936         * tests/test-vfprintf-posix.sh: Update.
10937         * tests/test-vprintf-posix.sh: Update.
10938         Reported by Ralf Wildenhues.
10939
10940 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
10941
10942         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
10943         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10944         GCC 4.2, which otherwise issues a lot of warnings.
10945         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
10946         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
10947         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
10948         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
10949         it should no longer be needed.
10950         * lib/string_.h: Likewise.
10951         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
10952         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
10953         * modules/inttypes (inttypes.h): Likewise.
10954         * modules/math (math.h): Likewise.
10955         * modules/search (search.h): Likewise.
10956         * modules/signal (signal.h): Likewise.
10957         * modules/stdint (stdint.h): Likewise.
10958         * modules/stdio (stdio.h): Likewise.
10959         * modules/stdlib (stdlib.h): Likewise.
10960         * modules/string (string.h): Likewise.
10961         * modules/sys_time (sys/time.h): Likewise.
10962         * modules/time (time.h): Likewise.
10963         * modules/wchar (wchar.h): Likewise.
10964         * modules/wctype (wtype.h): Likewise.
10965
10966 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10967
10968         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
10969
10970 2007-05-13  Bruno Haible  <bruno@clisp.org>
10971
10972         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
10973         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10974         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
10975         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10976         (gl_PREREQ_STRTOK_R): Don't require it here.
10977
10978 2007-05-13  Bruno Haible  <bruno@clisp.org>
10979
10980         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
10981         when used in C++ mode.
10982
10983 2007-05-12  Bruno Haible  <bruno@clisp.org>
10984
10985         * lib/linebuffer.h: Tweak doc.
10986         * lib/linebuffer.c: Likewise.
10987
10988 2007-05-12  James Youngman  <jay@gnu.org>
10989
10990         * lib/linebuffer.c (readlinebuffer_delim): New function,
10991         like readlinebuffer, but use a caller-specified delimiter.
10992         (readlinebuffer): Just call readlinebuffer_delim with '\n'
10993         as the delimiter.
10994         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
10995
10996 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10997
10998         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
10999         * modules/openat (Files): Remove openat-die.c.
11000         (Depends-on): Add openat-die.
11001         * modules/openat-die: New module.
11002
11003 2007-05-06  Bruno Haible  <bruno@clisp.org>
11004
11005         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
11006         Update with info about Cygwin.
11007         * doc/functions/fprintf.texi: Update.
11008         * doc/functions/printf.texi: Update.
11009         * doc/functions/snprintf.texi: Update.
11010         * doc/functions/sprintf.texi: Update.
11011         * doc/functions/vfprintf.texi: Update.
11012         * doc/functions/vprintf.texi: Update.
11013         * doc/functions/vsnprintf.texi: Update.
11014         * doc/functions/vsprintf.texi: Update.
11015         Reported by Eric Blake.
11016
11017 2007-05-06  Bruno Haible  <bruno@clisp.org>
11018
11019         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
11020         padding ourselves for the floating-point directives.
11021         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
11022         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
11023         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11024         gl_PRINTF_FLAG_ZERO and test its result. Invoke
11025         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
11026         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11027         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11028         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11029         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11030         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11031         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11032         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11033         * tests/test-snprintf-posix.h (test_function): Also check the width
11034         and some flags in the %f directive.
11035         * tests/test-sprintf-posix.h (test_function): Likewise.
11036         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11037         * tests/test-vasprintf-posix.c (test_function): Likewise.
11038         * doc/functions/fprintf.texi: Update.
11039         * doc/functions/printf.texi: Update.
11040         * doc/functions/snprintf.texi: Update.
11041         * doc/functions/sprintf.texi: Update.
11042         * doc/functions/vfprintf.texi: Update.
11043         * doc/functions/vprintf.texi: Update.
11044         * doc/functions/vsnprintf.texi: Update.
11045         * doc/functions/vsprintf.texi: Update.
11046
11047 2007-05-06  Bruno Haible  <bruno@clisp.org>
11048
11049         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
11050         pass the ' flag character to sprintf or snprintf.
11051         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
11052         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
11053         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11054         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
11055         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
11056         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11057         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11058         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11059         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11060         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11061         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11062         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11063         * tests/test-snprintf-posix.h (test_function): Also check the grouping
11064         flag.
11065         * tests/test-sprintf-posix.h (test_function): Likewise.
11066         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11067         * tests/test-vasprintf-posix.c (test_function): Likewise.
11068         * doc/functions/fprintf.texi: Update.
11069         * doc/functions/printf.texi: Update.
11070         * doc/functions/snprintf.texi: Update.
11071         * doc/functions/sprintf.texi: Update.
11072         * doc/functions/vfprintf.texi: Update.
11073         * doc/functions/vprintf.texi: Update.
11074         * doc/functions/vsnprintf.texi: Update.
11075         * doc/functions/vsprintf.texi: Update.
11076
11077 2007-05-01  Bruno Haible  <bruno@clisp.org>
11078
11079         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
11080
11081 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
11082
11083         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
11084         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
11085
11086 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11087
11088         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
11089         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
11090         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
11091
11092 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
11093
11094         * lib/argp-help.c (struct hol_entry): New member `ord'.
11095         (HOL_ENTRY_PTRCMP): Use ord for comparison
11096         (hol_sort): Initialize ord.
11097
11098 2007-05-01  Bruno Haible  <bruno@clisp.org>
11099
11100         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
11101         Reported by Eric Blake.
11102         * doc/gnulib.texi (Function Substitutes): Update.
11103
11104 2007-05-01  Bruno Haible  <bruno@clisp.org>
11105
11106         * doc/functions.texi: Remove file, now redundant through
11107         doc/functions/*.texi.
11108
11109 2007-05-01  Bruno Haible  <bruno@clisp.org>
11110
11111         * modules/argp (Depends-on): Add sleep.
11112
11113 2007-05-01  Bruno Haible  <bruno@clisp.org>
11114
11115         * modules/sleep-tests: New file.
11116         * tests/test-sleep.c: New file.
11117
11118         * modules/sleep: New file.
11119         * lib/sleep.c: New file.
11120         * m4/sleep.m4: New file.
11121         * lib/unistd_.h (sleep): New declaration.
11122         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
11123         HAVE_SLEEP.
11124         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
11125         * doc/functions/sleep.texi: Document the sleep module.
11126
11127 2007-05-01  Bruno Haible  <bruno@clisp.org>
11128
11129         * lib/sigprocmask.h: Remove file.
11130         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
11131         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
11132         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
11133         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
11134         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
11135         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
11136         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
11137         HAVE_SIGSET_T as a shell variable.
11138         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
11139         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
11140         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
11141         (Depends-on): Add signal. Remove verify.
11142         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
11143         (Include): Mention <signal.h> instead of sigprocmask.h.
11144         * NEWS: Mention the change.
11145         * lib/fatal-signal.c: Don't include sigprocmask.h.
11146
11147 2007-05-01  Bruno Haible  <bruno@clisp.org>
11148
11149         * modules/signal: New file.
11150         * lib/signal_.h: New file.
11151         * m4/signal_h.m4: New file.
11152
11153 2007-05-01  Bruno Haible  <bruno@clisp.org>
11154
11155         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
11156         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
11157         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
11158         HAVE_WCTYPE_CTMP_BUG into wctype.h.
11159
11160 2007-05-01  Bruno Haible  <bruno@clisp.org>
11161
11162         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
11163         configure time.
11164         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
11165         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
11166         * modules/sys_stat (Makefile.am): Substitute their values into
11167         sys/stat.h.
11168
11169 2007-05-01  Bruno Haible  <bruno@clisp.org>
11170
11171         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
11172         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
11173         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
11174
11175 2007-05-01  Bruno Haible  <bruno@clisp.org>
11176
11177         * doc/header/assert.texi: Undo last change: don't mention the gnulib
11178         'assert' module here.
11179
11180 2007-05-01  Bruno Haible  <bruno@clisp.org>
11181
11182         * doc/functions/*.texi: New files.
11183         * doc/functions/google-ranking.txt: New file.
11184         * doc/gnulib.texi (Function Substitutes): New chapter.
11185         (ctime, inet_ntoa): Remove sections.
11186         * doc/ctime.texi: Remove file.
11187         * doc/inet_ntoa.texi: Remove file.
11188         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
11189         dependencies.
11190         (%.info): New rule, specifying a --reference-limit.
11191
11192 2007-05-01  Bruno Haible  <bruno@clisp.org>
11193
11194         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
11195
11196 2007-05-01  Bruno Haible  <bruno@clisp.org>
11197
11198         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
11199         the portability of 'mkdir' to mingw systems.
11200
11201 2007-05-01  Bruno Haible  <bruno@clisp.org>
11202
11203         * doc/headers/google-ranking.txt: New file.
11204
11205 2007-04-30  Eric Blake  <ebb9@byu.net>
11206
11207         Prefer fseeko to fseek.
11208         * modules/getpass (Depends-on): Add fseeko.
11209         * lib/getpass.c (getpass): Use fseeko, not fseek.
11210
11211 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
11212
11213         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
11214         assumes the sorting is stable, while most qsort implementations
11215         are not.  Use argument addresses to ensure they never compare as
11216         equal.
11217
11218         * tests/test-argp-2.sh (usage-indent test): Fix output
11219         (func_compare): Restore diff options
11220         * tests/test-argp.c: Restore #include "progname.h"
11221
11222 2007-04-29  Bruno Haible  <bruno@clisp.org>
11223
11224         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
11225         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11226         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
11227         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11228         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
11229         (configure.ac): Define CHECK_SNPRINTF_POSIX.
11230         (TESTS, check_PROGRAMS): Add test-snprintf.
11231         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
11232         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
11233         (TESTS, check_PROGRAMS): Add test-vsnprintf.
11234         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
11235         assertions that fail on HP-UX, OSF/1, or IRIX.
11236         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
11237
11238 2007-04-29  Bruno Haible  <bruno@clisp.org>
11239
11240         * MODULES.html.sh (posix_functions): Remove 'contents'.
11241
11242 2007-04-29  Karl Berry  <karl@gnu.org>
11243
11244         * config/srclist.txt (gendocs_template_min): new entry.
11245
11246 2007-04-29  Bruno Haible  <bruno@clisp.org>
11247
11248         Work around fpurge bug on BSD systems.
11249         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
11250         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
11251         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
11252         fpurge to rpl_fpurge if the system already has this function.
11253         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
11254         the case where the system already has this function. Correct invariants
11255         on BSD systems.
11256         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
11257         BSD systems.
11258
11259 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11260
11261         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
11262         proposed by Sven Verdoolaege.
11263
11264         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
11265         options.
11266         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
11267         (usage and help tests): Update
11268
11269 2007-04-29  Bruno Haible  <bruno@clisp.org>
11270
11271         * tests/test-fflush.c (main): Use a file of size 17, not 10.
11272         Print more information in case of failure. Disable a test on BeOS.
11273
11274 2007-04-29  Bruno Haible  <bruno@clisp.org>
11275
11276         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
11277         This helps debugging on systems on which no gdb is available.
11278
11279 2007-04-29  Bruno Haible  <bruno@clisp.org>
11280
11281         * lib/freading.h: Improve comments.
11282         * lib/fwriting.h: Likewise.
11283         * tests/test-freading.c (main): Don't check freading immediately after
11284         repositioning. Needed for glibc.
11285
11286 2007-04-29  Bruno Haible  <bruno@clisp.org>
11287
11288         * lib/freading.c (freading): Trivial simplification.
11289
11290 2007-04-28  Bruno Haible  <bruno@clisp.org>
11291
11292         * tests/test-fwriting.c (main): Also test the interaction between
11293         fflush and fwriting.
11294         * modules/fwriting-tests (Depends-on): Add fflush.
11295
11296         * tests/test-freading.c (main): Also test the interaction between
11297         fflush and freading.
11298         * modules/freading-tests (Depends-on): Add fflush.
11299
11300 2007-04-28  Bruno Haible  <bruno@clisp.org>
11301
11302         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
11303         fseeko and ftello.
11304         Suggested by Eric Blake.
11305
11306 2007-04-28  Jim Meyering  <jim@meyering.net>
11307
11308         Avoid false-negative in gl_STDINT_H's C99 conformance test.
11309         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
11310         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
11311
11312 2007-04-27  Eric Blake  <ebb9@byu.net>
11313
11314         * doc/headers/assert.texi (assert.h): Document assert module use.
11315
11316 2007-04-27  Bruno Haible  <bruno@clisp.org>
11317
11318         * doc/headers/*.texi: New files.
11319         * doc/gnulib.texi (Header File Substitutes): New chapter.
11320         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
11321         dependencies.
11322         (standards.info ,standards.html, standards.dvi): Update dependencies.
11323         (mostlyclean, clean): New targets.
11324
11325 2007-04-27  Bruno Haible  <bruno@clisp.org>
11326
11327         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
11328         * modules/sysexits (Files, Makefile.am): Update.
11329
11330         * lib/sys_socket_.h: Renamed from lib/socket_.h.
11331         * modules/sys_socket (Files, Makefile.am): Update.
11332
11333         * lib/sys_stat_.h: Renamed from lib/stat_.h.
11334         * modules/sys_stat (Files, Makefile.am): Update.
11335
11336 2007-04-27  Eric Blake  <ebb9@byu.net>
11337
11338         * lib/freading.h: Improve comments.
11339         * lib/fwriting.h: Likewise.
11340         * lib/fflush.c: Likewise.
11341
11342         Fix closein for mingw.
11343         * modules/closein-tests: Add tests for closein.
11344         * tests/test-closein.c: New file.
11345         * tests/test-closein.sh: Likewise.
11346         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
11347         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
11348
11349 2007-04-27  Bruno Haible  <bruno@clisp.org>
11350
11351         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
11352         version is < 6.
11353         * lib/math_.h [__DECC]: Likewise.
11354         * lib/stdio_.h [__DECC]: Likewise.
11355         * lib/stdlib_.h [__DECC]: Likewise.
11356         * lib/string_.h [__DECC]: Likewise.
11357         * lib/time_.h [__DECC]: Likewise.
11358         * lib/wchar_.h [__DECC]: Likewise.
11359         * lib/wctype_.h [__DECC]: Likewise.
11360
11361 2007-04-27  Bruno Haible  <bruno@clisp.org>
11362
11363         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
11364
11365 2007-04-27  Bruno Haible  <bruno@clisp.org>
11366
11367         * lib/fflush.c: Add comments.
11368         * modules/fpurge-tests (Depends-on): Add fflush.
11369         * modules/freadable-tests (Depends-on): Likewise.
11370         * modules/fwritable-tests (Depends-on): Likewise.
11371
11372 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
11373
11374         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
11375         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
11376         Report by Bruno Haible <bruno@clisp.org>.
11377
11378 2007-04-26  Eric Blake  <ebb9@byu.net>
11379
11380         Fix fflush on mingw.
11381         * modules/fflush (Depends-on): Add freading.
11382         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
11383         but unread data.
11384
11385 2007-04-26  Eric Blake  <ebb9@byu.net>
11386         and Bruno Haible  <bruno@clisp.org>
11387
11388         Implement freading and fwriting.
11389         * lib/freading.c: New file.
11390         * lib/freading.h: Likewise.
11391         * m4/freading.m4: Likewise.
11392         * modules/freading: Likewise.
11393         * modules/freading-tests: Likewise.
11394         * tests/test-freading.c: Likewise.
11395         * lib/fwriting.c: New file.
11396         * lib/fwriting.h: Likewise.
11397         * m4/fwriting.m4: Likewise.
11398         * modules/fwriting: Likewise.
11399         * modules/fwriting-tests: Likewise.
11400         * tests/test-fwriting.c: Likewise.
11401         * MODULES.html.sh (File stream based Input/Output): Mention them.
11402
11403 2007-04-26  Bruno Haible  <bruno@clisp.org>
11404
11405         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
11406         'long' when we assume it.
11407         Suggested by Eric Blake.
11408
11409 2007-04-26  Bruno Haible  <bruno@clisp.org>
11410
11411         Ensure fseeko, ftello are declared on glibc systems.
11412         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
11413         * modules/fseeko (configure.ac-early): Likewise.
11414         * modules/ftello (configure.ac-early): Likewise.
11415         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
11416         AC_FUNC_FSEEKO for this.
11417         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
11418         (gl_CHECK_FSEEKO): Remove macro.
11419
11420 2007-04-26  Bruno Haible  <bruno@clisp.org>
11421
11422         * tests/test-fflush.c (main): Also check the ftell result after
11423         fflush and fseek/fseeko.
11424         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
11425         file descriptor position cache in the stream.
11426         * lib/fseeko.c (rpl_fseeko): Likewise.
11427
11428 2007-04-26  Bruno Haible  <bruno@clisp.org>
11429
11430         * modules/fflush-tests (Depends-on): Add fseeko.
11431
11432 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
11433             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11434
11435         * lib/argz_.h: ensure error_t definition is obtained in same
11436         mechanism system argz.h would have.
11437         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
11438         argz facilities are known bad.  Err on the side of caution if
11439         cross-compiling.
11440
11441 2007-04-25  Eric Blake  <ebb9@byu.net>
11442
11443         * lib/fpurge.c (includes): Use stdlib.h for free.
11444         * tests/test-fflush.c (main): Also test fflush-fseeko.
11445
11446 2007-04-25  Bruno Haible  <bruno@clisp.org>
11447
11448         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
11449         * lib/fseeko.c: New file.
11450         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
11451         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
11452         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
11453         gl_FUNC_FSEEKO.
11454         (gl_FUNC_FSEEKO): Invoke it.
11455         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
11456         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
11457         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
11458
11459 2007-04-25  Bruno Haible  <bruno@clisp.org>
11460
11461         * modules/fflush (Depends-on): Add ftello.
11462
11463 2007-04-25  Bruno Haible  <bruno@clisp.org>
11464
11465         * modules/ftello-tests: New file.
11466         * tests/test-ftello.c: New file.
11467
11468         * modules/ftello: New file.
11469         * m4/ftello.m4: New file.
11470         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
11471         HAVE_FTELLO.
11472         * lib/stdio_.h (ftello): New declaration.
11473         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
11474         HAVE_FTELLO.
11475
11476 2007-04-25  Bruno Haible  <bruno@clisp.org>
11477
11478         * modules/fseeko-tests: New file.
11479         * tests/test-fseeko.c: New file.
11480
11481         * modules/fseeko: New file.
11482         * m4/fseeko.m4: New file.
11483         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
11484         HAVE_FSEEKO.
11485         * lib/stdio_.h (fseeko): New declaration.
11486         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
11487         HAVE_FSEEKO.
11488
11489 2007-04-25  Bruno Haible  <bruno@clisp.org>
11490
11491         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
11492
11493 2007-04-25  Bruno Haible  <bruno@clisp.org>
11494
11495         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
11496         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
11497         * tests/test-unistd.c: Likewise.
11498         * tests/test-fcntl.c: Likewise.
11499
11500 2007-04-23  Eric Blake  <ebb9@byu.net>
11501
11502         * lib/fflush.c: Fix missing include.
11503         Reported by Bruno Haible.
11504
11505 2007-04-23  Bruno Haible  <bruno@clisp.org>
11506
11507         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
11508         Reported by Eric Blake.
11509
11510 2007-04-23  Bruno Haible  <bruno@clisp.org>
11511
11512         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
11513
11514 2007-04-23  Bruno Haible  <bruno@clisp.org>
11515
11516         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
11517
11518 2007-04-23  Bruno Haible  <bruno@clisp.org>
11519
11520         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
11521         Needed on HP-UX 11.
11522
11523 2007-04-16  Eric Blake  <ebb9@byu.net>
11524
11525         Make fflush rely on fpurge.
11526         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
11527         open coding all variants.
11528         * modules/fflush (Depends-on): Add fpurge and unistd.
11529         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
11530         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
11531
11532         Fix --with-tests compilation on cygwin.
11533         * modules/argmatch-tests (Makefile.am): List gnulib library first
11534         in LDADD.
11535         * modules/argp-tests (Makefile.am): Likewise.
11536         * modules/array-list-tests (Makefile.am): Likewise.
11537         * modules/array-oset-tests (Makefile.am): Likewise.
11538         * modules/avltree-list-tests (Makefile.am): Likewise.
11539         * modules/avltree-oset-tests (Makefile.am): Likewise.
11540         * modules/avltreehash-list-tests (Makefile.am): Likewise.
11541         * modules/carray-list-tests (Makefile.am): Likewise.
11542         * modules/dirname-tests (Makefile.am): Likewise.
11543         * modules/frexp-tests (Makefile.am): Likewise.
11544         * modules/isnanl-tests (Makefile.am): Likewise.
11545         * modules/linked-list-tests (Makefile.am): Likewise.
11546         * modules/linkedhash-list-tests (Makefile.am): Likewise.
11547         * modules/lock-tests (Makefile.am): Likewise.
11548         * modules/rbtree-list-tests (Makefile.am): Likewise.
11549         * modules/rbtree-oset-tests (Makefile.am): Likewise.
11550         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
11551         * modules/tls-tests (Makefile.am): Likewise.
11552         * modules/tsearch-tests (Makefile.am): Likewise.
11553         * modules/xvasprintf-tests (Makefile.am): Likewise.
11554
11555         Fix fpurge for cygwin.
11556         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
11557         value.
11558         * modules/fpurge-tests (Depends-on): Clean up trash.
11559
11560 2007-04-16  Simon Josefsson  <simon@josefsson.org>
11561
11562         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
11563
11564         * m4/autobuild.m4: Re-indent.
11565
11566 2007-04-13  Bruno Haible  <bruno@clisp.org>
11567
11568         * modules/fpurge-tests: New file.
11569         * tests/test-fpurge.c: New file.
11570
11571         * modules/fpurge: New file.
11572         * lib/fpurge.h: New file.
11573         * lib/fpurge.c: New file.
11574         * m4/fpurge.m4: New file.
11575
11576 2007-04-13  Bruno Haible  <bruno@clisp.org>
11577
11578         * modules/fbufmode-tests: New file.
11579         * tests/test-fbufmode.c: New file.
11580
11581         * modules/fbufmode: New file.
11582         * lib/fbufmode.h: New file.
11583         * lib/fbufmode.c: New file.
11584         * m4/fbufmode.m4: New file.
11585
11586 2007-04-13  Bruno Haible  <bruno@clisp.org>
11587
11588         * modules/fwritable-tests: New file.
11589         * tests/test-fwritable.c: New file.
11590
11591         * modules/fwritable: New file.
11592         * lib/fwritable.h: New file.
11593         * lib/fwritable.c: New file.
11594         * m4/fwritable.m4: New file.
11595
11596 2007-04-13  Bruno Haible  <bruno@clisp.org>
11597
11598         * modules/freadable-tests: New file.
11599         * tests/test-freadable.c: New file.
11600
11601         * modules/freadable: New file.
11602         * lib/freadable.h: New file.
11603         * lib/freadable.c: New file.
11604         * m4/freadable.m4: New file.
11605
11606 2007-04-13  Bruno Haible  <bruno@clisp.org>
11607
11608         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
11609         MOSTLYCLEANFILES.
11610
11611 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11612
11613         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
11614         gzip bootstrap.conf to avoid dragging in i18n machinery.
11615         (gnulib_tool_option): Use it.
11616
11617 2007-04-13  Bruno Haible  <bruno@clisp.org>
11618
11619         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
11620         %F directives.
11621         * tests/test-vasprintf-posix.c (test_function): Likewise.
11622         * tests/test-snprintf-posix.h (test_function): Likewise.
11623         * tests/test-sprintf-posix.h (test_function): Likewise.
11624         * tests/test-fprintf-posix.h (test_function): Likewise.
11625         * tests/test-printf-posix.h (test_function): Likewise.
11626         * tests/test-fprintf-posix.out: Likewise.
11627
11628 2007-04-13  Bruno Haible  <bruno@clisp.org>
11629
11630         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
11631         * modules/tls-tests (configure.ac): Likewise.
11632         Reported by Arto C. Nirkko <anirkko@insel.ch>.
11633
11634 2007-04-13  Bruno Haible  <bruno@clisp.org>
11635
11636         * lib/tls.c (glthread_tls_get): Fix return type.
11637         Patch by Arto C. Nirkko <anirkko@insel.ch>.
11638
11639 2007-04-12  Eric Blake  <ebb9@byu.net>
11640
11641         * modules/gettime (Depends-on): Remove gettime.
11642         Reported by Dmitry V. Levin.
11643
11644 2007-04-12  Bruno Haible  <bruno@clisp.org>
11645
11646         * modules/fflush (Include): Mention <stdio.h>.
11647         * modules/strtoimax (Include): Mention <inttypes.h>.
11648         * modules/strtoumax (Include): Likewise.
11649
11650 2007-04-12  Eric Blake  <ebb9@byu.net>
11651
11652         * .cvsignore: New file.
11653         * .gitignore: Likewise.
11654
11655 2007-04-12  Bruno Haible  <bruno@clisp.org>
11656
11657         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
11658         not before, since $(LDADD) often contains libgnu.a.
11659         * modules/striconv-tests (test_striconv_LDADD): Likewise.
11660         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
11661         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
11662         Needed on Cygwin.
11663
11664 2007-04-12  Eric Blake  <ebb9@byu.net>
11665
11666         Work around glibc's failure to flush stdin on fclose.
11667         * lib/closein.c (close_stdin): Flush stdin before closing.
11668
11669         Work around glibc's failure to reset seekable stdin on exit.
11670         * modules/closein: New module.
11671         * lib/closein.c: New file.
11672         * lib/closein.h: Likewise.
11673         * m4/closein.m4: Likewise.
11674         * MODULES.html.sh (File stream based Input/Output): Document it.
11675
11676 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11677
11678         * gnulib-tool: Rename generated 'autobuild' script to
11679         'do-autobuild' in --create-megatestdir output.
11680
11681         * doc/gnulib.texi (Build robot for gnulib): Fix.
11682
11683 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11684
11685         * modules/sysexits (Depends-on): Add absolute-header.
11686
11687 2007-04-12  Eric Blake  <ebb9@byu.net>
11688
11689         No need to preserve errno on success.
11690         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
11691         Reported by Bruno Haible.
11692
11693 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11694
11695         * MODULES.html.sh (Support for maintaining and releasing
11696         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
11697
11698 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11699
11700         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
11701
11702 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11703
11704         * modules/autobuild: New module.
11705
11706         * m4/autobuild.m4: New file.
11707
11708 2007-04-11  Bruno Haible  <bruno@clisp.org>
11709
11710         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
11711         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
11712         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
11713         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
11714         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11715         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11716         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11717         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11718         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11719         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11720         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
11721         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11722         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11723         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
11724         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11725         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11726         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
11727         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11728         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11729         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
11730         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11731         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11732         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
11733         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11734         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11735         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
11736         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11737         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11738         Reported by Eric Blake.
11739
11740 2007-04-11  Bruno Haible  <bruno@clisp.org>
11741
11742         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
11743
11744 2007-04-10  Bruno Haible  <bruno@clisp.org>
11745
11746         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
11747         for NaN and Infinity. Needed on FreeBSD 6.1.
11748         * tests/test-vasnprintf-posix.c (test_function): Undo last change
11749         regarding results for "%010a" of Infinity and NaN.
11750         * tests/test-vasprintf-posix.c (test_function): Likewise.
11751         * tests/test-snprintf-posix.h (test_function): Likewise.
11752         * tests/test-sprintf-posix.h (test_function): Likewise.
11753         * tests/test-fprintf-posix.h (test_function): Likewise.
11754         * tests/test-printf-posix.h (test_function): Likewise.
11755         * tests/test-fprintf-posix.out: Likewise.
11756
11757 2007-04-10  Bruno Haible  <bruno@clisp.org>
11758
11759         * modules/locale-tests: New file.
11760         * tests/test-locale.c: New file.
11761
11762         * modules/locale: New file.
11763         * lib/locale_.h: New file.
11764         * m4/locale_h.m4: New file.
11765
11766 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11767             Bruno Haible  <bruno@clisp.org>
11768
11769         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
11770         be determined, test for availability of the copysignf, copysign,
11771         copysignl functions.
11772         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
11773         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
11774         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
11775
11776 2007-04-09  Eric Blake  <ebb9@byu.net>
11777
11778         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
11779         * modules/stdio (Makefile.am): Support fflush.
11780         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11781         * modules/fflush: New file.
11782         * lib/fflush.c: Likewise.
11783         * m4/fflush.m4: Likewise.
11784         * modules/fflush-tests: New test.
11785         * tests/test-fflush.c: Likewise.
11786         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
11787
11788 2007-04-06  Bruno Haible  <bruno@clisp.org>
11789
11790         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
11791         (VASNPRINTF): Use signbit for faster determination whether to print a
11792         minus sign.
11793         * modules/vasnprintf (Files): Remove lib/float+.h.
11794         * modules/fprintf-posix (Depends-on): Add signbit.
11795         * modules/snprintf-posix (Depends-on): Likewise.
11796         * modules/sprintf-posix (Depends-on): Likewise.
11797         * modules/vasnprintf-posix (Depends-on): Likewise.
11798         * modules/vasprintf-posix (Depends-on): Likewise.
11799         * modules/vfprintf-posix (Depends-on): Likewise.
11800         * modules/vsnprintf-posix (Depends-on): Likewise.
11801         * modules/vsprintf-posix (Depends-on): Likewise.
11802
11803 2007-04-06  Bruno Haible  <bruno@clisp.org>
11804
11805         * tests/test-frexp.c (main): Test also the sign bit of zero results.
11806         * tests/test-frexpl.c (main): Likewise.
11807         * tests/test-ldexpl.c (main): Likewise.
11808         * modules/frexp-tests (Depends-on): Add signbit.
11809         * modules/frexpl-tests (Depdends-on): Likewise.
11810         * modules/ldexpl-tests (Depdends-on): Likewise.
11811
11812 2007-04-06  Bruno Haible  <bruno@clisp.org>
11813
11814         * modules/signbit-tests: New file.
11815         * tests/test-signbit.c: New file.
11816
11817         * modules/signbit: New file.
11818         * lib/signbitf.c: New file.
11819         * lib/signbitd.c: New file.
11820         * lib/signbitl.c: New file.
11821         * m4/signbit.m4: New file.
11822         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
11823         (signbit): New macro.
11824         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
11825         REPLACE_SIGNBIT.
11826         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
11827         REPLACE_FREXPL into math.h.
11828
11829 2007-04-06  Bruno Haible  <bruno@clisp.org>
11830
11831         * modules/isnanf-nolibm-tests: New file.
11832         * tests/test-isnanf.c: New file.
11833
11834         * modules/isnanf-nolibm: New file.
11835         * lib/isnanf.h: New file.
11836         * lib/isnanf.c: New file.
11837         * lib/isnan.c: Consider the USE_FLOAT macro.
11838         * m4/isnanf.m4: New file.
11839
11840 2007-04-06  Bruno Haible  <bruno@clisp.org>
11841
11842         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
11843         (Link): New section.
11844
11845         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
11846
11847 2007-04-06  Bruno Haible  <bruno@clisp.org>
11848
11849         Assume the 'long double' type.
11850         * m4/longdouble.m4: Remove file.
11851         * config/srclist.txt: Don't mention longdouble.m4.
11852         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
11853         * lib/float+.h: Likewise.
11854         * lib/frexp.c: Likewise.
11855         * lib/printf-args.h: Likewise.
11856         * lib/printf-args.c: Likewise.
11857         * lib/printf-frexp.c: Likewise.
11858         * lib/printf-parse.c: Likewise.
11859         * lib/vasnprintf.c: Likewise.
11860         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
11861         * m4/intl.m4: Likewise.
11862         * m4/isnanl.m4: Likewise.
11863         * m4/printf.m4: Likewise.
11864         * m4/printf-frexpl.m4: Likewise.
11865         * m4/vasnprintf.m4: Likewise.
11866         * modules/allocsa (Files): Remove m4/longdouble.m4.
11867         * modules/gettext (Files): Likewise.
11868         * modules/relocatable-prog-wrapper (Files): Likewise.
11869         * modules/vasnprintf (Files): Likewise.
11870         * modules/isnanl (Files): Likewise.
11871         (Include): Simplify.
11872         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
11873         (Include): Simplify.
11874         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
11875         (Include): Simplify.
11876         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
11877         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11878         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
11879         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11880         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11881         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11882         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
11883         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11884         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11885         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11886         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
11887         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11888         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
11889         * tests/test-isnanl.c: Likewise.
11890         * tests/test-snprintf-posix.h: Likewise.
11891         * tests/test-sprintf-posix.h: Likewise.
11892         * tests/test-vasnprintf-posix.c: Likewise.
11893         * tests/test-vasnprintf-posix2.c: Likewise.
11894         * tests/test-vasprintf-posix.c: Likewise.
11895
11896 2007-04-06  Bruno Haible  <bruno@clisp.org>
11897
11898         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
11899         * lib/math_.h [__DECC]: Include the overridden include file through
11900         #include_next, outside the double-inclusion guard.
11901         * lib/stdio_.h [__DECC]: Likewise.
11902         * lib/stdlib_.h [__DECC]: Likewise.
11903         * lib/string_.h [__DECC]: Likewise.
11904         * lib/time_.h [__DECC]: Likewise.
11905         * lib/wchar_.h [__DECC]: Likewise.
11906         * lib/wctype_.h [__DECC]: Likewise.
11907         * lib/inttypes_.h [__DECC]: Likewise.
11908         Reported by Albert Chin <china@thewrittenword.com> in
11909         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
11910
11911 2007-04-04  Eric Blake  <ebb9@byu.net>
11912
11913         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
11914         1.5.x.
11915
11916 2007-04-04  Bruno Haible  <bruno@clisp.org>
11917
11918         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
11919         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
11920
11921 2007-04-04  Bruno Haible  <bruno@clisp.org>
11922
11923         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
11924         results for "%010a" of Infinity and NaN.
11925         * tests/test-vasprintf-posix.c (test_function): Likewise.
11926         * tests/test-snprintf-posix.h (test_function): Likewise.
11927         * tests/test-sprintf-posix.h (test_function): Likewise.
11928         * tests/test-fprintf-posix.h (test_function): Remove these tests.
11929         * tests/test-printf-posix.h (test_function): Likewise.
11930         * tests/test-fprintf-posix.out: Update.
11931         Needed for FreeBSD 6.1.
11932
11933 2007-04-04  Bruno Haible  <bruno@clisp.org>
11934
11935         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
11936         directly used by the gnulib modules nor by gnulib-tool.
11937
11938 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11939
11940         * DEPENDENCIES: Give overall description of version dependency
11941         desirability.  Use more-typical names for apps.
11942         Add shell, coreutils, diffutils, grep, tar, gzip.
11943
11944 2007-04-04  Simon Josefsson  <simon@josefsson.org>
11945
11946         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
11947
11948 2007-04-04  Karl Berry  <karl@gnu.org>
11949
11950         * MODULES.html.sh (func_module): missing '.
11951
11952 2007-04-03  Bruno Haible  <bruno@clisp.org>
11953
11954         * modules/argmatch-tests (Makefile.am): New variable
11955         test_argmatch_LDADD.
11956         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
11957         * modules/array-list-tests (Makefile.am): New variable
11958         test_array_list_LDADD.
11959         * modules/array-oset-tests (Makefile.am): New variable
11960         test_array_oset_LDADD.
11961         * modules/avltree-list-tests (Makefile.am): New variable
11962         test_avltree_list_LDADD.
11963         * modules/avltree-oset-tests (Makefile.am): New variable
11964         test_avltree_oset_LDADD.
11965         * modules/avltreehash-list-tests (Makefile.am): New variable
11966         test_avltreehash_list_LDADD.
11967         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
11968         test_canonicalize_lgpl_LDADD.
11969         * modules/carray-list-tests (Makefile.am): New variable
11970         test_carray_list_LDADD.
11971         * modules/dirname-tests (Makefile.am): New variable
11972         test_dirname_LDADD.
11973         * modules/linked-list-tests (Makefile.am): New variable
11974         test_linked_list_LDADD.
11975         * modules/linkedhash-list-tests (Makefile.am): New variable
11976         test_linkedhash_list_LDADD.
11977         * modules/rbtree-list-tests (Makefile.am): New variable
11978         test_rbtree_list_LDADD.
11979         * modules/rbtree-oset-tests (Makefile.am): New variable
11980         test_rbtree_oset_LDADD.
11981         * modules/rbtreehash-list-tests (Makefile.am): New variable
11982         test_rbtreehash_list_LDADD.
11983         * modules/xvasprintf-tests (Makefile.am): New variable
11984         test_xvasprintf_LDADD.
11985         Reported by Eric Blake.
11986
11987 2007-04-03  Eric Blake  <ebb9@byu.net>
11988
11989         * DEPENDENCIES: Weaken m4 requirements.
11990
11991 2007-04-03  Bruno Haible  <bruno@clisp.org>
11992
11993         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
11994         * modules/isnanl-tests (configure.ac): Likewise.
11995
11996 2007-04-03  Ben Pfaff  <blp@gnu.org>
11997
11998         * modules/iconv_open: Add $(srcdir)/ to source directory
11999         references in Makefile fragments that call gperf, to fix VPATH
12000         builds.
12001
12002 2007-04-03  Bruno Haible  <bruno@clisp.org>
12003
12004         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
12005         * lib/ldexpl.c: Undo last change.
12006
12007 2007-04-03  Bruno Haible  <bruno@clisp.org>
12008
12009         * modules/printf-frexpl (Depends-on): Undo last change.
12010         (Files): Add m4/ldexpl.m4.
12011
12012 2007-04-03  Bruno Haible  <bruno@clisp.org>
12013
12014         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
12015         * modules/isnanl (Link): New section.
12016
12017         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
12018         * modules/frexp (Link): New section.
12019
12020         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
12021         * modules/frexpl (Link): New section.
12022
12023         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
12024         * modules/ldexpl (Link): New section.
12025
12026 2007-04-03  Bruno Haible  <bruno@clisp.org>
12027
12028         * modules/TEMPLATE-EXTENDED: New file.
12029         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
12030
12031 2007-04-03  Bruno Haible  <bruno@clisp.org>
12032
12033         * DEPENDENCIES: New file.
12034         Suggested by Simon Josefsson.
12035
12036 2007-04-03  Bruno Haible  <bruno@clisp.org>
12037
12038         * doc/gnulib.texi: Escape @.
12039
12040 2007-04-03  James Youngman  <jay@gnu.org>
12041         and Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
12044         birthtime on all systems that have birthtime, not just those which
12045         use st_birthtimensec rather than st_birthtim.  Putting zero in
12046         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
12047         that the birth time is not available for files on an NFS mount.
12048
12049 2007-04-03  Simon Josefsson  <simon@josefsson.org>
12050
12051         * modules/memxor: Move back from crypto/, suggested by Bruno.
12052         * modules/crypto/hmac-sha1: Fix memxor dependency.
12053
12054         * modules/crypto/gc: Moved from ../.
12055
12056 2007-04-02  Eric Blake  <ebb9@byu.net>
12057
12058         * lib/ldexpl.c (includes): Avoid libm.
12059
12060         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
12061
12062 2007-04-02  Bruno Haible  <bruno@clisp.org>
12063
12064         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
12065         on IRIX.
12066
12067 2007-04-02  Bruno Haible  <bruno@clisp.org>
12068
12069         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
12070         x86 or x86_64 platforms running MacOS X.
12071         Reported by Ryan Schmidt <@ryandesign.com>.
12072
12073 2007-04-02  Bruno Haible  <bruno@clisp.org>
12074
12075         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
12076         i386.
12077
12078 2007-04-01  Simon Josefsson  <simon@josefsson.org>
12079
12080         * modules/crypto/arcfour: Moved from ../.
12081         * modules/crypto/arcfour-tests: Moved from ../.
12082         * modules/crypto/arctwo: Moved from ../.
12083         * modules/crypto/arctwo-tests: Moved from ../.
12084         * modules/crypto/des: Moved from ../.
12085         * modules/crypto/des-tests: Moved from ../.
12086         * modules/crypto/gc-arcfour: Moved from ../.
12087         * modules/crypto/gc-arcfour-tests: Moved from ../.
12088         * modules/crypto/gc-arctwo: Moved from ../.
12089         * modules/crypto/gc-arctwo-tests: Moved from ../.
12090         * modules/crypto/gc-des: Moved from ../.
12091         * modules/crypto/gc-des-tests: Moved from ../.
12092         * modules/crypto/gc-hmac-md5: Moved from ../.
12093         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
12094         * modules/crypto/gc-hmac-sha1: Moved from ../.
12095         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
12096         * modules/crypto/gc-md2: Moved from ../.
12097         * modules/crypto/gc-md2-tests: Moved from ../.
12098         * modules/crypto/gc-md4: Moved from ../.
12099         * modules/crypto/gc-md4-tests: Moved from ../.
12100         * modules/crypto/gc-md5: Moved from ../.
12101         * modules/crypto/gc-md5-tests: Moved from ../.
12102         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
12103         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
12104         * modules/crypto/gc-random: Moved from ../.
12105         * modules/crypto/gc-rijndael: Moved from ../.
12106         * modules/crypto/gc-rijndael-tests: Moved from ../.
12107         * modules/crypto/gc-sha1: Moved from ../.
12108         * modules/crypto/gc-sha1-tests: Moved from ../.
12109         * modules/crypto/gc-tests: Moved from ../.
12110         * modules/crypto/hmac-md5: Moved from ../.
12111         * modules/crypto/hmac-md5-tests: Moved from ../.
12112         * modules/crypto/hmac-sha1: Moved from ../.
12113         * modules/crypto/hmac-sha1-tests: Moved from ../.
12114         * modules/crypto/md2: Moved from ../.
12115         * modules/crypto/md2-tests: Moved from ../.
12116         * modules/crypto/md4: Moved from ../.
12117         * modules/crypto/md4-tests: Moved from ../.
12118         * modules/crypto/md5: Moved from ../.
12119         * modules/crypto/md5-tests: Moved from ../.
12120         * modules/crypto/memxor: Moved from ../.
12121         * modules/crypto/rijndael: Moved from ../.
12122         * modules/crypto/rijndael-tests: Moved from ../.
12123         * modules/crypto/sha1: Moved from ../.
12124
12125 2007-03-30  James Youngman  <jay@gnu.org>
12126
12127         * tests/test-stat-time.c (prepare_test): use chmod() rather than
12128         rename() to change the ctime of a file (because ctime is unaffected
12129         by rename on jfs2 on AIX 5.1).
12130         (main): Start by doing cleanup, in case a previous run failed leaving
12131         test files behind.
12132
12133 2007-03-31  Bruno Haible  <bruno@clisp.org>
12134
12135         Support old proprietary implementations of iconv.
12136         * modules/iconv_open: New file.
12137         * lib/iconv_.h: New file.
12138         * m4/iconv_h.m4: New file.
12139         * lib/iconv_open.c: New file.
12140         * lib/iconv_open-aix.gperf: New file.
12141         * lib/iconv_open-hpux.gperf: New file.
12142         * lib/iconv_open-irix.gperf: New file.
12143         * lib/iconv_open-osf.gperf: New file.
12144         * m4/iconv_open.m4: New file.
12145         * modules/linebreak (Depends-on): Add iconv_open.
12146         * modules/striconv (Depends-on): Likewise.
12147         * modules/striconveh (Depends-on): Likewise.
12148         * modules/unicodeio (Depends-on): Likewise.
12149         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
12150         (iconv_t)(-1).
12151         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
12152         conversion if cd is (iconv_t)(-1).
12153         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
12154         is not possible.
12155
12156 2007-03-31  Bruno Haible  <bruno@clisp.org>
12157
12158         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12159         work on Solaris either. Protect also second use of "autodetect_jp".
12160
12161 2007-03-31  Bruno Haible  <bruno@clisp.org>
12162
12163         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
12164         the function is not present.
12165
12166 2007-03-31  Bruno Haible  <bruno@clisp.org>
12167
12168         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
12169         the function is not present.
12170
12171 2007-03-31  Bruno Haible  <bruno@clisp.org>
12172
12173         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
12174         a bug in HP-UX iconv_open().
12175
12176 2007-03-31  Bruno Haible  <bruno@clisp.org>
12177
12178         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
12179         (Mathematics <math.h>): New section, add fpieee.
12180         (Input/output <stdio.h>): Add fseterr.
12181         (Mathematics <math.h>): New section, add printf-frexp.
12182         (Container data structures): Add sublist.
12183         (Core language properties): Add fpucw, inline.
12184         (Functions for greatest-width integer types <inttypes.h>): Add
12185         imaxabs, imaxdiv, inttypes.
12186         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
12187         isnanl-nolibm, ldexp.
12188         (Mathematics <math.h>): New section, add printf-frexpl.
12189         (Support for systems lacking POSIX:2001): Add fprintf-posix,
12190         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
12191         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
12192         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
12193         (Unicode string functions): Add unistr/u*-mbtoucr.
12194         (Java): Add javacomp-script, javaexec-script.
12195         (C#): Add csharpcomp-script, csharpexec-script.
12196         (Support for building libraries and executables): Add havelib,
12197         relocatable-*.
12198         (Support for maintaining and releasing projects): Renamed from
12199         'Support for maintaining and release projects'. Add announce-gen.
12200
12201 2007-03-31  Bruno Haible  <bruno@clisp.org>
12202
12203         * README: Talk primarily about git.
12204         (git and CVS): Renamed from CVS.
12205         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
12206         gnulib is available through git.
12207         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
12208
12209 2007-03-30  Bruno Haible  <bruno@clisp.org>
12210
12211         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
12212         * lib/poll_.h: Likewise.
12213         * lib/stat_.h: Likewise.
12214         * lib/sys_time_.h: Likewise.
12215         * lib/sysexit_.h: Likewise.
12216         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
12217         * lib/stdbool_.h: Likewise.
12218         * lib/byteswap_.h: Add double-inclusion guard.
12219
12220 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
12221
12222         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
12223
12224 2007-03-30  Karl Berry  <karl@gnu.org>
12225
12226         * config/srclist-update: double space after USA in the license
12227         substitution, since that's how it's usually (?) written.
12228
12229 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12230
12231         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
12232         reported by Bruno Haible.
12233
12234 2007-03-29  Bruno Haible  <bruno@clisp.org>
12235
12236         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
12237         a bug in AIX iconv().
12238
12239 2007-03-29  Bruno Haible  <bruno@clisp.org>
12240
12241         * modules/ldexpl-tests: New file.
12242         * tests/test-ldexpl.c: New file.
12243
12244 2007-03-29  Bruno Haible  <bruno@clisp.org>
12245
12246         * lib/ldexpl.c: Include fpucw.h.
12247         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
12248         multiplication.
12249         * modules/ldexpl (Depends-on): Add fpucw.
12250
12251 2007-03-29  Bruno Haible  <bruno@clisp.org>
12252
12253         * modules/ldexpl: New file.
12254         * m4/ldexpl.m4: New file.
12255         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
12256         set.
12257         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
12258         REPLACE_LDEXPL.
12259         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
12260         REPLACE_LDEXPL.
12261         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
12262         gl_FUNC_LDEXPL_WORKS.
12263         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
12264         * modules/mathl (Files): Remove lib/ldexpl.c.
12265         (Depends-on): Add ldexpl.
12266
12267 2007-03-29  Bruno Haible  <bruno@clisp.org>
12268
12269         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
12270
12271 2007-03-29  Bruno Haible  <bruno@clisp.org>
12272
12273         * tests/test-striconveh.c (main): Don't assume that a direct conversion
12274         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
12275         and possibly also HP-UX.
12276         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12277         work on AIX, IRIX, HP-UX, OSF/1.
12278         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12279         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12280         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12281         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12282         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
12283         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12284
12285 2007-03-29  Bruno Haible  <bruno@clisp.org>
12286
12287         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
12288
12289 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12290
12291         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
12292         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
12293
12294 2007-03-29  Eric Blake  <ebb9@byu.net>
12295
12296         * lib/acl-internal.h: Remove redundant include.
12297         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
12298         Cygwin when a file is locked.
12299
12300 2007-03-29  Bruno Haible  <bruno@clisp.org>
12301
12302         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
12303         file.
12304         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
12305
12306 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
12309         try to remove a parent directory if the child couldn't be removed
12310         (except for the first rmdir, which could fail because the child
12311         doesn't exist).  Problem reported by Jeff Blaine in
12312         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
12313
12314 2007-03-28  Bruno Haible  <bruno@clisp.org>
12315
12316         * lib/striconveh.c (utf8conv_carefully): New function.
12317         (mem_cd_iconveh_internal): Invoke it.
12318
12319 2007-03-28  Bruno Haible  <bruno@clisp.org>
12320
12321         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
12322         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
12323         input.
12324         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
12325         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
12326         unistr/u8-uctomb.
12327
12328 2007-03-28  Bruno Haible  <bruno@clisp.org>
12329
12330         * modules/unistr/u8-mbtoucr: New file.
12331         * lib/unistr/u8-mbtoucr.c: New file.
12332         * modules/unistr/u16-mbtoucr: New file.
12333         * lib/unistr/u16-mbtoucr.c: New file.
12334         * modules/unistr/u16-mbtoucr: New file.
12335         * lib/unistr/u16-mbtoucr.c: New file.
12336         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
12337
12338 2007-03-27  Simon Josefsson  <simon@josefsson.org>
12339             Bruno Haible  <bruno@clisp.org>
12340
12341         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
12342         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
12343         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
12344
12345         * m4/stdio_h.m4: Add stubs for vasprintf too.
12346
12347         * modules/stdio: Support vasprintf in sed command.
12348
12349         * modules/vasprintf: Depend on stdio for prototypes.  Remove
12350         vasprintf.h.  Add stdio module indicator.
12351
12352         * lib/stdio_.h: Declare asprintf and vasprintf, based on
12353         vasprintf.h.
12354
12355         * lib/vasprintf.h: File removed.
12356
12357         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
12358         * lib/vasprintf.c: Ditto.
12359         * lib/xvasprintf.c: Ditto.
12360         * tests/test-vasprintf-posix.c: Ditto.
12361         * tests/test-vasprintf.c: Ditto.
12362
12363 2007-03-27  Bruno Haible  <bruno@clisp.org>
12364
12365         Make vasnprintf multithread-safe.
12366         * lib/vasnprintf.c (decimal_point_char): New function.
12367         (VASNPRINTF): Use it.
12368         Suggested by Simon Josefsson.
12369
12370 2007-03-27  Eric Blake  <ebb9@byu.net>
12371
12372         Support sub-second birthtime on cygwin.
12373         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
12374         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
12375         (get_stat_birthtime): Also work with st_birthtim.
12376
12377 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
12378
12379         * lib/stat-time.h (USE_BIRTHTIME): Remove.
12380         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
12381         (get_stat_birthtime_ns): Do not try to use "spare" fields.
12382         (get_stat_birthtime_ns): Simplify compile-time tests.
12383         (get_stat_birthtime): Change the API to look like
12384         get_stat_mtime etc., except return a negative tv_nsec on error.
12385         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
12386         Don't check for "spare" fields.
12387         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
12388         or for struct stat.st_birthtime, as these tests aren't used.
12389         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
12390
12391 2007-03-27  Bruno Haible  <bruno@clisp.org>
12392
12393         * lib/stat-time.h: Include <sys/stat.h>.
12394
12395 2007-03-27  James Youngman  <jay@gnu.org>
12396
12397         * lib/stat-time.h (get_stat_birthtime): New function for
12398           retrieving st_birthtime as provided by UFS2 (hence *BSD).
12399         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
12400           and its variants.
12401         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
12402         * modules/stat-time-test: New file.
12403         * tests/test-stat-time.c: New test, devised by Bruno Haible.
12404
12405 2007-03-26  Bruno Haible  <bruno@clisp.org>
12406
12407         Better support of signalling NaNs.
12408         * lib/atanl.c: Include isnanl.h.
12409         (atanl): Perform test for NaN at the beginning of the function and
12410         through a call to isnanl.
12411         * lib/cosl.c: Include isnanl.h.
12412         (cosl): Perform test for NaN at the beginning of the function and
12413         through a call to isnanl.
12414         * lib/ldexpl.c: Include isnanl.h.
12415         (ldexpl): Perform test for NaN through a call to isnanl.
12416         * lib/logl.c: Include isnanl.h.
12417         (logl): Perform test for NaN at the beginning of the function and
12418         through a call to isnanl.
12419         * lib/sinl.c: Include isnanl.h.
12420         (sinl): Perform test for NaN at the beginning of the function and
12421         through a call to isnanl.
12422         * lib/sqrtl.c: Include isnanl.h.
12423         (sqrtl): Perform test for NaN at the beginning of the function and
12424         through a call to isnanl.
12425         * lib/tanl.c: Include isnanl.h.
12426         (tanl): Perform test for NaN at the beginning of the function and
12427         through a call to isnanl.
12428         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
12429         * modules/mathl (Depends-on): Add isnanl.
12430
12431 2007-03-26  Eric Blake  <ebb9@byu.net>
12432
12433         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
12434         regression in logic sense of previous patch.
12435
12436 2007-03-26  Bruno Haible  <bruno@clisp.org>
12437
12438         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
12439         unportable shell command "if ! ...".
12440         Reported by Ralf Wildenhues.
12441
12442 2007-03-25  Bruno Haible  <bruno@clisp.org>
12443
12444         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
12445         <sysexits.h> file, and only add EX_CONFIG.
12446         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
12447         absolute file name and whether it is sufficient. Substitute also
12448         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
12449         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
12450         ABSOLUTE_SYSEXITS_H into sysexits.h.
12451
12452 2007-03-25  Bruno Haible  <bruno@clisp.org>
12453
12454         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
12455         hints is NULL.
12456
12457 2007-03-25  Bruno Haible  <bruno@clisp.org>
12458
12459         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
12460         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
12461
12462 2007-03-25  Bruno Haible  <bruno@clisp.org>
12463
12464         * lib/vasnprintf.c: Include langinfo.h.
12465         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
12466         multithread-safe.
12467         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
12468         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
12469         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12470         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12471         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12472         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12473         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12474         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
12475         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12476         Reported by Simon Josefsson.
12477
12478 2007-03-25  Bruno Haible  <bruno@clisp.org>
12479
12480         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
12481         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
12482         * modules/vasnprintf (Depends-on): Add stdint.
12483
12484 2007-03-25  Bruno Haible  <bruno@clisp.org>
12485
12486         * modules/fpieee: New file.
12487         * m4/fpieee.m4: New file.
12488         * modules/isnan-nolibm (Depends-on): Add fpieee.
12489         * modules/isnanl-nolibm (Depends-on): Add fpieee.
12490         * modules/isnanl (Depends-on): Add fpieee.
12491
12492 2007-03-25  Bruno Haible  <bruno@clisp.org>
12493
12494         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
12495
12496 2007-03-25  Bruno Haible  <bruno@clisp.org>
12497
12498         Avoid test failures on IRIX 6.5.
12499         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
12500         (main): Use it.
12501         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
12502         macros.
12503         (main): Use them.
12504
12505 2007-03-25  Bruno Haible  <bruno@clisp.org>
12506
12507         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
12508         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
12509         exists but doesn't work.
12510         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
12511         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
12512         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
12513         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
12514
12515 2007-03-25  Bruno Haible  <bruno@clisp.org>
12516
12517         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
12518         returns inf. Needed on IRIX 6.5.
12519
12520 2007-03-25  Bruno Haible  <bruno@clisp.org>
12521
12522         * tests/test-frexpl.c: Include isnanl-nolibm.h.
12523         (main): Use isnanl instead of x != x idiom.
12524         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
12525
12526         * tests/test-frexp.c: Include isnan.h.
12527         (main): Use isnan instead of x != x idiom.
12528         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
12529
12530 2007-03-25  Bruno Haible  <bruno@clisp.org>
12531
12532         * tests/test-frexp.c (NaN): New function/macro.
12533         (main): Use it instead of 0.0 / 0.0.
12534         * tests/test-isnan.c (NaN): New function/macro.
12535         (main): Use it instead of 0.0 / 0.0.
12536         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
12537         (test_function): Use it instead of 0.0 / 0.0.
12538         * tests/test-vasprintf-posix.c (NaN): New function/macro.
12539         (test_function): Use it instead of 0.0 / 0.0.
12540         * tests/test-snprintf-posix.h (NaN): New function/macro.
12541         (test_function): Use it instead of 0.0 / 0.0.
12542         * tests/test-sprintf-posix.h (NaN): New function/macro.
12543         (test_function): Use it instead of 0.0 / 0.0.
12544         * tests/test-fprintf-posix.h (NaN): New function/macro.
12545         (test_function): Use it instead of 0.0 / 0.0.
12546         * tests/test-printf-posix.h (NaN): New function/macro.
12547         (test_function): Use it instead of 0.0 / 0.0.
12548
12549         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
12550
12551 2007-03-25  Bruno Haible  <bruno@clisp.org>
12552
12553         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
12554
12555 2007-03-25  Bruno Haible  <bruno@clisp.org>
12556
12557         * lib/regexec.c (merge_state_with_log): Make static.
12558
12559 2007-03-25  Bruno Haible  <bruno@clisp.org>
12560
12561         * lib/trigl.c (kernel_rem_pio2): Make static.
12562
12563 2007-03-25  Bruno Haible  <bruno@clisp.org>
12564
12565         * lib/sincosl.c (sincosl_table): Make static.
12566
12567 2007-03-25  Bruno Haible  <bruno@clisp.org>
12568
12569         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
12570         if the compiler does not support C99.
12571
12572 2007-03-25  Bruno Haible  <bruno@clisp.org>
12573
12574         * modules/time (Makefile.am): Ensure all rule action lines start with a
12575         tab.
12576
12577 2007-03-24  Bruno Haible  <bruno@clisp.org>
12578
12579         * modules/tsearch-tests: New file.
12580         * tests/test-tsearch.sh: New file.
12581         * tests/test-tsearch.c: New file, mostly copied from glibc.
12582
12583         * modules/search-tests: New file.
12584         * tests/test-search.c: New file.
12585
12586         * modules/search: New file.
12587         * lib/search_.h: New file, incorporating lib/tsearch.h.
12588         * m4/search_h.m4: New file.
12589         * lib/tsearch.h: Remove file.
12590         * lib/tsearch.c: Include search.h instead of tsearch.h.
12591         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
12592         HAVE_TSEARCH.
12593         * modules/tsearch (Files): Remove lib/tsearch.h.
12594         (Depends-on): Add search.
12595         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
12596         (Include): Change tsearch.h into search.h.
12597
12598 2007-03-24  Bruno Haible  <bruno@clisp.org>
12599
12600         * modules/fpucw: New file.
12601         * lib/fpucw.h: New file.
12602         * lib/frexp.c: Include fpucw.h.
12603         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12604         (FUNC): Use them.
12605         * lib/printf-frexp.c: Include fpucw.h.
12606         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12607         (FUNC): Use them.
12608         * lib/vasnprintf.c: Include fpucw.h.
12609         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
12610         'long double' calculations.
12611         * tests/test-frexpl.c: Include fpucw.h.
12612         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12613         * tests/test-printf-frexpl.c: Include fpucw.h.
12614         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12615         * modules/frexpl (Depends-on): Add fpucw.
12616         * modules/printf-frexpl (Depends-on): Likewise.
12617         * modules/fprintf-posix (Depends-on): Likewise.
12618         * modules/snprintf-posix (Depends-on): Likewise.
12619         * modules/sprintf-posix (Depends-on): Likewise.
12620         * modules/vasnprintf-posix (Depends-on): Likewise.
12621         * modules/vasprintf-posix (Depends-on): Likewise.
12622         * modules/vfprintf-posix (Depends-on): Likewise.
12623         * modules/vsnprintf-posix (Depends-on): Likewise.
12624         * modules/vsprintf-posix (Depends-on): Likewise.
12625         * modules/frexpl-tests (Depends-on): Likewise.
12626         * modules/printf-frexpl-tests (Depends-on): Likewise.
12627
12628 2007-03-24  Bruno Haible  <bruno@clisp.org>
12629
12630         * lib/float+.h: New file.
12631         * lib/isnan.c: Include float+.h.
12632         (SIZE): New macro.
12633         (FUNC): Compare only SIZE bytes of the value.
12634         * lib/vasnprintf.c: Include float+.h.
12635         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
12636         SIZEOF_LDBL or SIZEOF_DBL bytes.
12637         * modules/isnan-nolibm (Files): Add lib/float+.h.
12638         * modules/isnanl-nolibm (Files): Add lib/float+.h.
12639         * modules/isnanl (Files): Add lib/float+.h.
12640         * modules/vasnprintf (Files): Add lib/float+.h.
12641
12642 2007-03-24  Bruno Haible  <bruno@clisp.org>
12643
12644         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
12645         include isnanl-nolibm.h.
12646
12647 2007-03-24  Bruno Haible  <bruno@clisp.org>
12648
12649         * tests/test-read-file.c (main): Don't produce spurious output for
12650         expected situations. Make the test fail if it encountered unexpected
12651         results.
12652
12653 2007-03-24  Bruno Haible  <bruno@clisp.org>
12654
12655         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
12656         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
12657
12658 2007-03-24  Bruno Haible  <bruno@clisp.org>
12659
12660         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
12661
12662 2007-03-24  Bruno Haible  <bruno@clisp.org>
12663
12664         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
12665         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
12666
12667         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
12668         * modules/utf8-ucs4: Turn into a symbolic link to module
12669         unistr/u8-mbtouc.
12670
12671         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
12672         utf8-ucs4-unsafe.
12673         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
12674         unistr/u8-mbtouc-unsafe.
12675
12676         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
12677         * modules/utf16-ucs4: Turn into a symbolic link to module
12678         unistr/u16-mbtouc.
12679
12680         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
12681         utf16-ucs4-unsafe.
12682         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
12683         unistr/u16-mbtouc-unsafe.
12684
12685         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
12686         * modules/ucs4-utf8: Turn into a symbolic link to module
12687         unistr/u8-ubtomb.
12688
12689         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
12690         * modules/ucs4-utf16: Turn into a symbolic link to module
12691         unistr/u16-ubtomb.
12692
12693 2007-03-24  Bruno Haible  <bruno@clisp.org>
12694
12695         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
12696         Enable the function only if HAVE_INLINE.
12697         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
12698         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12699         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
12700         Enable the function only if HAVE_INLINE.
12701         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
12702         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12703         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
12704         Enable the function only if HAVE_INLINE.
12705         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
12706         Enable the function only if HAVE_INLINE.
12707         * modules/utf8-ucs4: Update.
12708         * modules/utf8-ucs4-unsafe: Update.
12709         * modules/utf16-ucs4: Update.
12710         * modules/utf16-ucs4-unsafe: Update.
12711         * modules/ucs4-utf8: Update.
12712         * modules/ucs4-utf16: Update.
12713
12714 2007-03-24  Bruno Haible  <bruno@clisp.org>
12715
12716         * lib/utf8-ucs4.h: Remove file.
12717         * lib/utf8-ucs4-unsafe.h: Remove file.
12718         * lib/utf16-ucs4.h: Remove file.
12719         * lib/utf16-ucs4-unsafe.h: Remove file.
12720         * lib/ucs4-utf8.h: Remove file.
12721         * lib/ucs4-utf16.h: Remove file.
12722         * lib/unistr.h: Include their previous contents.
12723         * m4/utf-ucs4.m4: Remove file.
12724         * m4/ucs4-utf.m4: Remove file.
12725         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
12726         (Depends-on): Add unistr/base.
12727         (configure.ac): Remove gl_UTF_UCS4.
12728         (Makefile.am): Update.
12729         (Include): Change to unistr.h.
12730         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
12731         (Depends-on): Add unistr/base.
12732         (configure.ac): Remove gl_UTF_UCS4.
12733         (Makefile.am): Update.
12734         (Include): Change to unistr.h.
12735         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
12736         (Depends-on): Add unistr/base.
12737         (configure.ac): Remove gl_UTF_UCS4.
12738         (Makefile.am): Update.
12739         (Include): Change to unistr.h.
12740         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
12741         (Depends-on): Add unistr/base.
12742         (configure.ac): Remove gl_UTF_UCS4.
12743         (Makefile.am): Update.
12744         (Include): Change to unistr.h.
12745         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
12746         (Depends-on): Add unistr/base.
12747         (configure.ac): Remove gl_UCS4_UTF.
12748         (Makefile.am): Update.
12749         (Include): Change to unistr.h.
12750         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
12751         (Depends-on): Add unistr/base.
12752         (configure.ac): Remove gl_UCS4_UTF.
12753         (Makefile.am): Update.
12754         (Include): Change to unistr.h.
12755         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
12756         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
12757         utf8-ucs4-unsafe.h.
12758         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
12759         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
12760         utf16-ucs4-unsafe.h.
12761         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
12762         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
12763         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
12764         * lib/unistr/u8-strchr.c: Likewise.
12765         * lib/unistr/u8-strrchr.c: Likewise.
12766         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
12767         * lib/unistr/u16-strchr.c: Likewise.
12768         * lib/unistr/u16-strrchr.c: Likewise.
12769         * lib/striconveh.c: Update.
12770         * lib/linebreak.c: Update.
12771
12772 2007-03-24  Bruno Haible  <bruno@clisp.org>
12773
12774         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
12775         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
12776
12777 2007-03-22  Bruno Haible  <bruno@clisp.org>
12778
12779         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
12780
12781 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12782
12783         * MODULES.html.sh (File system functions): New module write-any-file.
12784         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
12785         * m4/write-any-file.m4: New files.
12786
12787 2007-03-23  Eric Blake  <ebb9@byu.net>
12788
12789         * gnulib-tool: Rearrange space-tab sequences, since some editors
12790         like to eat them.
12791
12792 2007-03-23  Eric Blake  <ebb9@byu.net>
12793
12794         * lib/version-etc.c (version_etc_va): Update license wording to
12795         be more concise.  Recommended by Richard Stallman.
12796
12797 2007-03-22  Bruno Haible  <bruno@clisp.org>
12798
12799         * lib/poll.c (MSG_PEEK): New fallback definition.
12800
12801 2007-03-22  Bruno Haible  <bruno@clisp.org>
12802
12803         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
12804         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
12805         (main): Update.
12806         Fixes a compilation error on BeOS.
12807
12808 2007-03-22  Bruno Haible  <bruno@clisp.org>
12809
12810         * modules/frexpl-tests: New file.
12811         * tests/test-frexpl.c: New file.
12812
12813         * modules/frexpl: New file.
12814         * m4/frexpl.m4: New file.
12815         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
12816         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
12817         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
12818         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
12819         (Depends-on): Add frexpl. Remove isnanl-nolibm.
12820         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
12821
12822 2007-03-22  Bruno Haible  <bruno@clisp.org>
12823
12824         * lib/frexpl.c: Share code with lib/frexp.c.
12825         * modules/mathl (Files): Add lib/frexp.c.
12826         (Depends-on): Add isnanl-nolibm.
12827
12828 2007-03-22  Bruno Haible  <bruno@clisp.org>
12829
12830         * modules/printf-frexp (Files): Add m4/frexp.m4.
12831         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
12832         only if the found frexp function actually works.
12833
12834 2007-03-22  Bruno Haible  <bruno@clisp.org>
12835
12836         * lib/frexp.c: Remove older implementation that uses divisions.
12837
12838 2007-03-21  Bruno Haible  <bruno@clisp.org>
12839
12840         * modules/frexp-tests: New file.
12841         * tests/test-frexp.c: New file.
12842
12843         * modules/frexp: New file.
12844         * lib/frexp.c: New file.
12845         * m4/frexp.m4: New file.
12846         * lib/math_.h (frexp): New declaration.
12847         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
12848         REPLACE_FREXP.
12849         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
12850
12851 2007-03-21  Bruno Haible  <bruno@clisp.org>
12852
12853         * modules/isnanl-tests: New file.
12854         * tests/test-isnanl.c: New file.
12855
12856         * modules/isnanl: New file.
12857         * lib/isnanl.h: New file.
12858         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
12859         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
12860         gl_FUNC_ISNANL_WORKS.
12861         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
12862         New macros.
12863
12864 2007-03-21  Bruno Haible  <bruno@clisp.org>
12865
12866         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
12867         lib/isnanl.h.
12868         (Include): Update.
12869         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
12870         * lib/vasnprintf.c: Update.
12871         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
12872         tests/test-isnanl.h, remove tests/test-isnanl.c.
12873         (Makefile.am): Update.
12874         * tests/test-isnanl-nolibm.c: New file.
12875         * tests/test-isnanl.h: New file.
12876         * tests/test-isnanl.c: Remove file.
12877
12878 2007-03-21  Jim Meyering  <jim@meyering.net>
12879
12880         When trying to open ".", treat ESTALE like EACCES.
12881         * lib/savewd.c (savewd_save): Resort to forking not just upon
12882         failure with EACCES, but also when errno is ESTALE.
12883
12884 2007-03-20  Bruno Haible  <bruno@clisp.org>
12885
12886         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
12887         Needed on AIX 5.1. Reported by Matthew Woehlke.
12888
12889 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12890
12891         Suggestions by Bruno Haible:
12892         * lib/acl-internal.h: Include "gettext.h" rather than rolling
12893         our own.
12894         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
12895         * modules/acl (Depends-on): Add gettext.
12896
12897 2007-03-19  Bruno Haible  <bruno@clisp.org>
12898
12899         * modules/iconvme: Remove file.
12900         * lib/iconvme.h: Remove file.
12901         * lib/iconvme.c: Remove file.
12902         * m4/iconvme.m4: Remove file.
12903
12904 2007-03-19  Bruno Haible  <bruno@clisp.org>
12905
12906         * doc/relocatable-maint.texi: Break long shell script line.
12907         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12908
12909 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12910
12911         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
12912         handle file_has_acl.
12913         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
12914         * lib/acl.c: Move header inclusions and related macro defns into
12915         lib/acl-internal.h.
12916         (S_ISLNK): Remove defn, since that's now done for us.
12917         (file_has_acl): Move to lib/file-has-acl.c.
12918         Call acl_trivial if available.  This is the crucial part of the fix.
12919         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
12920         shared within the library.  Rewrite a bit, partly to make it compatible
12921         with the GNU coding style.
12922         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
12923         Remove unnecessary double-quotes.
12924         Don't test for acl_to_text; the build will catch that.
12925         Replace acl_entries if it doesn't exist and it is needed.
12926         Check for -lsec and acl_trivial (as used on Solaris 10).
12927         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
12928         lib/file-has-acl.c.
12929         (Depends-on): Add sys_stat, for S_ISLNK.
12930
12931 2007-03-19  Ben Pfaff  <blp@gnu.org>
12932
12933         * doc/gnulib.texi: Fix typos.
12934         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12935
12936 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12937
12938         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
12939         If size is zero here, buf must be zero.
12940
12941 2007-03-19  Simon Josefsson  <simon@josefsson.org>
12942
12943         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
12944         <bruno@clisp.org>.
12945
12946 2007-03-18  Bruno Haible  <bruno@clisp.org>
12947
12948         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
12949         Suggested by Eric Blake.
12950
12951 2007-03-18  Ben Pfaff  <blp@gnu.org>
12952
12953         * doc/relocatable.texi: Recommend using as prefix a directory
12954         that does not exist and will never be created.  Based on
12955         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
12956         and others.
12957
12958 2007-03-17  Bruno Haible  <bruno@clisp.org>
12959
12960         * lib/fchownat.c: Include lchown.h.
12961
12962 2007-03-17  Bruno Haible  <bruno@clisp.org>
12963
12964         Fix endless loop when the given allocated size was > INT_MAX.
12965         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
12966         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
12967         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
12968         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
12969         * lib/sprintf.c (sprintf): Likewise.
12970
12971 2007-03-17  Bruno Haible  <bruno@clisp.org>
12972
12973         * tests/test-argp-2.sh (func_compare): Output a context diff.
12974
12975 2007-03-17  Bruno Haible  <bruno@clisp.org>
12976
12977         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
12978         locale's decimal-point character.
12979
12980 2007-03-17  Bruno Haible  <bruno@clisp.org>
12981
12982         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
12983         before comparing it. Needed because on some platforms (e.g. x86) a
12984         'long double' occupies less bytes than sizeof (long double).
12985
12986 2007-03-17  Bruno Haible  <bruno@clisp.org>
12987
12988         * tests/test-crc.c (main): Make printf statements 64-bit clean.
12989         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
12990         * tests/test-getaddrinfo.c (simple): Likewise.
12991         * tests/test-read-file.c (main): Likewise.
12992
12993 2007-03-17  Bruno Haible  <bruno@clisp.org>
12994
12995         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
12996
12997 2007-03-17  Bruno Haible  <bruno@clisp.org>
12998
12999         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
13000         unused variable.
13001
13002 2007-03-17  Bruno Haible  <bruno@clisp.org>
13003
13004         * tests/test-c-strcasecmp.c: Include c-strcase.h.
13005         * tests/test-c-strncasecmp.c: Likewise.
13006
13007 2007-03-17  Bruno Haible  <bruno@clisp.org>
13008
13009         * modules/stdlib (Depends-on): Add unistd.
13010         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
13011         Needed for MacOS X 10.3.
13012
13013 2007-03-17  Bruno Haible  <bruno@clisp.org>
13014
13015         * lib/unistr/u-strdup.h: Include <stdlib.h>.
13016
13017 2007-03-17  Bruno Haible  <bruno@clisp.org>
13018
13019         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
13020
13021 2007-03-17  Bruno Haible  <bruno@clisp.org>
13022
13023         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
13024         to reflect files copied from gnulib (with or without modifications).
13025         Suggested by Jim Meyering.
13026
13027 2007-03-17  Eric Blake  <ebb9@byu.net>
13028
13029         * NEWS: Document stdlib change from 2007-02-18.
13030
13031 2007-03-17  Jim Meyering  <jim@meyering.net>
13032
13033         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
13034         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
13035         someone uses a name containing shell meta-characters.
13036         Reported by Alfred M. Szmidt.
13037
13038         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
13039
13040 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13041
13042         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
13043         and copy gettext configuration files only if configure.ac contains
13044         a use of AM_GNU_GETTEXT_VERSION.
13045
13046 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13047
13048         * build-aux/bootstrap (gnulib_name): New variable.
13049         (gnulib_tool_options): Use it.
13050
13051 2007-03-13  Simon Josefsson  <simon@josefsson.org>
13052
13053         * tests/test-des.c: Use new namespace.
13054
13055 2007-03-15  Bruno Haible  <bruno@clisp.org>
13056
13057         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
13058         Reported by James Youngman <jay@gnu.org>.
13059
13060 2007-03-15  Bruno Haible  <bruno@clisp.org>
13061
13062         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
13063         declared prototype. Needed with cc on OSF/1 5.1.
13064
13065 2007-03-15  Bruno Haible  <bruno@clisp.org>
13066
13067         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
13068         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
13069         (struct gl_list_implementation): Add dispose_fn argument to the
13070         'create_empty', 'create' methods.
13071         (struct gl_list_impl_base): Add field 'dispose_fn'.
13072         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
13073         argument.
13074         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
13075         dispose_fn argument.
13076         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
13077         dispose_fn on the dropped values.
13078         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
13079         dispose_fn argument.
13080         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
13081         dropped values.
13082         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
13083         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13084         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
13085         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13086         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
13087         argument.
13088         (gl_tree_list_free): Call dispose_fn on the dropped values.
13089         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
13090         the dropped values.
13091         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
13092         Add dispose_fn argument.
13093         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
13094         Call dispose_fn on the dropped values.
13095         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
13096         Add dispose_fn argument.
13097         (gl_sublist_create): Initialize the 'dispose_fn' field.
13098         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
13099         * tests/test-array_list.c (main): Update.
13100         * tests/test-carray_list.c (main): Update.
13101         * tests/test-avltree_list.c (main): Update.
13102         * tests/test-rbtree_list.c (main): Update.
13103         * tests/test-avltreehash_list.c (main): Update.
13104         * tests/test-rbtreehash_list.c (main): Update.
13105         * tests/test-linked_list.c (main): Update.
13106         * tests/test-linkedhash_list.c (main): Update.
13107         * tests/test-array_oset.c (main): Update.
13108
13109 2007-03-15  Bruno Haible  <bruno@clisp.org>
13110
13111         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
13112         (gl_oset_create_empty): Add dispose_fn argument.
13113         (struct gl_oset_implementation): Add dispose_fn argument to
13114         'create_empty' method.
13115         (struct gl_oset_impl_base): Add dispose_fn field.
13116         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
13117         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
13118         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
13119         values.
13120         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
13121         (gl_tree_oset_free): Call dispose_fn on the dropped values.
13122         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13123         dropped value.
13124         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13125         dropped value.
13126         * tests/test-array_oset.c (main): Update.
13127         * tests/test-avltree_oset.c (main): Update.
13128         * tests/test-rbtree_oset.c (main): Update.
13129         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
13130
13131 2007-03-13  Bruno Haible  <bruno@clisp.org>
13132
13133         * tests/test-stdbool.c (i): Update after last patch.
13134
13135 2007-03-12  Bruno Haible  <bruno@clisp.org>
13136
13137         * lib/quotearg.c: Include <wctype.h> early, before the definition of
13138         the iswprint macro. Needed on Solaris 2.5.1.
13139
13140 2007-03-12  Bruno Haible  <bruno@clisp.org>
13141
13142         * tests/test-printf-frexp.c (main): Declare x as volatile.
13143
13144 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13145
13146         * doc/gnulib.texi (Build robot for gnulib): New section.
13147
13148 2007-03-12  Jim Meyering  <jim@meyering.net>
13149
13150         * build-aux/bootstrap: New file.
13151         * build-aux/bootstrap.conf: New file, from coreutils.
13152
13153 2007-03-11  Bruno Haible  <bruno@clisp.org>
13154
13155         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
13156
13157 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13158
13159         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
13160         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
13161         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
13162
13163 2007-03-11  Bruno Haible  <bruno@clisp.org>
13164
13165         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
13166         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
13167
13168 2007-03-11  Bruno Haible  <bruno@clisp.org>
13169
13170         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
13171         formula. Needed for SunPRO C 5.0.
13172
13173 2007-03-11  Bruno Haible  <bruno@clisp.org>
13174
13175         * modules/long-options (Depends-on): Add getopt.
13176
13177 2007-03-11  Bruno Haible  <bruno@clisp.org>
13178
13179         * modules/modechange (Depends-on): Add stdbool.
13180
13181 2007-03-11  Bruno Haible  <bruno@clisp.org>
13182
13183         * modules/i-ring (Depends-on): Add stdbool.
13184
13185 2007-03-11  Bruno Haible  <bruno@clisp.org>
13186
13187         * modules/gc-des (Depends-on): Add stdbool.
13188
13189 2007-03-11  Bruno Haible  <bruno@clisp.org>
13190
13191         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
13192
13193 2007-03-11  Bruno Haible  <bruno@clisp.org>
13194
13195         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
13196
13197 2007-03-11  Bruno Haible  <bruno@clisp.org>
13198
13199         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
13200
13201 2007-03-11  Bruno Haible  <bruno@clisp.org>
13202
13203         * lib/vasnprintf.c (sprintf): Undefine.
13204
13205 2007-03-11  Bruno Haible  <bruno@clisp.org>
13206
13207         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
13208         initializers in SunPRO C and Compaq C compilers.
13209
13210 2007-03-11  Bruno Haible  <bruno@clisp.org>
13211
13212         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
13213         decrementing code ANSI C compliant.
13214
13215 2007-03-11  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
13218         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
13219
13220 2007-03-11  Bruno Haible  <bruno@clisp.org>
13221
13222         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
13223         <stdbool.h> substitute doesn't pass.
13224
13225 2007-03-11  Bruno Haible  <bruno@clisp.org>
13226
13227         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
13228
13229 2007-03-11  Bruno Haible  <bruno@clisp.org>
13230
13231         * gnulib-tool (func_create_megatestdir): Create also an autobuild
13232         script, for submission to autobuild.josefsson.org.
13233
13234 2007-03-10  Bruno Haible  <bruno@clisp.org>
13235
13236         * modules/canonicalize-lgpl-tests: New file.
13237         * tests/test-canonicalize-lgpl.sh: New file.
13238         * tests/test-canonicalize-lgpl.c: New file.
13239
13240         * modules/c-strcase-tests: New file.
13241         * tests/test-c-strcase.sh: New file.
13242         * tests/test-c-strcasecmp.c: New file.
13243         * tests/test-c-strncasecmp.c: New file.
13244
13245         * modules/atexit-tests: New file.
13246         * tests/test-atexit.sh: New file.
13247         * tests/test-atexit.c: New file.
13248
13249 2007-03-10  Bruno Haible  <bruno@clisp.org>
13250
13251         * tests/test-binary-io.sh: Use temporary filenames that are not so
13252         likely to clash with those of other tests (in a parallel make).
13253         * tests/test-binary-io.c: Likewise.
13254
13255 2007-03-10  Bruno Haible  <bruno@clisp.org>
13256
13257         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
13258         fallback; use #error instead.
13259         Suggested by Simon Josefsson.
13260
13261 2007-03-10  Bruno Haible  <bruno@clisp.org>
13262
13263         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
13264         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
13265         first and the last.
13266
13267 2007-03-10  Bruno Haible  <bruno@clisp.org>
13268
13269         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
13270
13271 2007-03-10  Bruno Haible  <bruno@clisp.org>
13272
13273         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
13274         "make distcheck".
13275         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
13276         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
13277         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
13278
13279 2007-03-10  Bruno Haible  <bruno@clisp.org>
13280
13281         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
13282         variable.
13283         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
13284         variable.
13285
13286 2007-03-09  Eric Blake  <ebb9@byu.net>
13287         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
13288
13289         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
13290         types are not being provided by gnulib.
13291         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
13292         types are supported.
13293
13294 2007-03-10  Bruno Haible  <bruno@clisp.org>
13295
13296         * lib/stdio_.h (__attribute__): New macro.
13297         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
13298         vsprintf): Specify __attribute__ __format__ for GCC.
13299         Suggested by Eric Blake.
13300
13301 2007-03-09  Bruno Haible  <bruno@clisp.org>
13302
13303         * modules/printf-posix-tests: New file.
13304         * tests/test-printf-posix.sh: New file.
13305         * tests/test-printf-posix.c: New file.
13306
13307         * modules/printf-posix: New file.
13308         * lib/printf.c: New file.
13309         * m4/printf-posix-rpl.m4: New file.
13310         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
13311         REPLACE_PRINTF.
13312         * lib/stdio_.h (printf): New declaration.
13313         (format, __format__, ____printf____, ____scanf____, ____strftime____,
13314         ____strfmon____): New macros.
13315         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
13316         REPLACE_PRINTF.
13317
13318 2007-03-09  Bruno Haible  <bruno@clisp.org>
13319
13320         * tests/test-vasnprintf-posix2.sh: New file.
13321         * tests/test-vasnprintf-posix2.c: New file.
13322         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
13323         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13324         (Makefile.am): Activate test-vasnprintf-posix2.sh.
13325
13326         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
13327         a locale dependent decimal point, rather than always '.'.
13328
13329 2007-03-09  Eric Blake  <ebb9@byu.net>
13330
13331         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
13332         spite of platforms like Tandem/NSK that define it to -1.
13333
13334 2007-03-08  Bruno Haible  <bruno@clisp.org>
13335
13336         * modules/vprintf-posix-tests: New file.
13337         * tests/test-vprintf-posix.sh: New file.
13338         * tests/test-vprintf-posix.c: New file.
13339         * tests/test-printf-posix.h: New file.
13340
13341         * modules/vprintf-posix: New file.
13342         * lib/vprintf.c: New file.
13343         * m4/vprintf-posix.m4: New file.
13344         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
13345         REPLACE_VPRINTF.
13346         * lib/stdio_.h (vprintf): New declaration.
13347         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
13348         REPLACE_VPRINTF.
13349
13350 2007-03-08  Bruno Haible  <bruno@clisp.org>
13351
13352         * modules/fprintf-posix-tests: New file.
13353         * tests/test-fprintf-posix.sh: New file.
13354         * tests/test-fprintf-posix.c: New file.
13355
13356         * modules/fprintf-posix: New file.
13357         * lib/fprintf.c: New file.
13358         * m4/fprintf-posix.m4: New file.
13359         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
13360         REPLACE_FPRINTF.
13361         * lib/stdio_.h (fprintf): New declaration.
13362         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
13363         REPLACE_FPRINTF.
13364
13365 2007-03-08  Bruno Haible  <bruno@clisp.org>
13366
13367         * modules/vfprintf-posix-tests: New file.
13368         * tests/test-vfprintf-posix.sh: New file.
13369         * tests/test-vfprintf-posix.c: New file.
13370         * tests/test-fprintf-posix.h: New file.
13371         * tests/test-fprintf-posix.out: New file.
13372
13373         * modules/vfprintf-posix: New file.
13374         * lib/vfprintf.c: New file.
13375         * m4/vfprintf-posix.m4: New file.
13376         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
13377         REPLACE_VFPRINTF.
13378         * lib/stdio_.h (vfprintf): New declaration.
13379         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
13380         REPLACE_VFPRINTF.
13381
13382 2007-03-08  Bruno Haible  <bruno@clisp.org>
13383
13384         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
13385
13386 2007-03-08  Bruno Haible  <bruno@clisp.org>
13387
13388         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
13389         instead of 'expr' invocations.
13390         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13391         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13392         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13393         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13394         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13395         Suggested by Paul Eggert.
13396
13397 2007-03-08  Bruno Haible  <bruno@clisp.org>
13398
13399         * modules/fseterr-tests: New file.
13400         * tests/test-fseterr.c: New file.
13401
13402         * modules/fseterr: New file.
13403         * lib/fseterr.h: New file.
13404         * lib/fseterr.c: New file.
13405
13406 2007-03-08  Bruno Haible  <bruno@clisp.org>
13407
13408         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
13409         * lib/getopt_.h: Likewise.
13410         * lib/mbswidth.h: Likewise.
13411         * lib/setenv.h: Likewise.
13412         * lib/vasnprintf.h: Likewise.
13413         * lib/vasprintf.h: Likewise.
13414         * lib/verror.h: Likewise.
13415         * lib/xsetenv.h: Likewise.
13416         * lib/xvasprintf.h: Likewise.
13417
13418 2007-03-08  Jim Meyering  <jim@meyering.net>
13419
13420         * users.txt: Add parted.
13421
13422         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
13423
13424 2007-03-07  Bruno Haible  <bruno@clisp.org>
13425
13426         * m4/printf.m4: Make the shell script snippets copy&pastable.
13427
13428 2007-03-02  Bruno Haible  <bruno@clisp.org>
13429
13430         * lib/netinet_in_.h: New file.
13431         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
13432         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
13433         * modules/netinet_in (Files): Add lib/netinet_in_.h.
13434         (Depends-on): Add absolute-header.
13435         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
13436         into netinet/in.h.
13437
13438 2007-03-03  Bruno Haible  <bruno@clisp.org>
13439
13440         * lib/sys_select_.h: New file.
13441         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
13442         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
13443         * modules/sys_select (Files): Add lib/sys_select_.h.
13444         (Depends-on): Add absolute-header.
13445         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
13446         into sys/select.h.
13447
13448 2007-03-02  Bruno Haible  <bruno@clisp.org>
13449
13450         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
13451         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
13452         values.
13453         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
13454         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
13455         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
13456         * modules/sys_socket (Depends-on): Add absolute-header.
13457         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
13458         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
13459         (Include): Remove requirement of inclusion of <sys/types.h>.
13460
13461 2007-03-02  Bruno Haible  <bruno@clisp.org>
13462
13463         * lib/byteswap_.h (bswap_32): Fix formula.
13464
13465 2007-03-06  Bruno Haible  <bruno@clisp.org>
13466
13467         * modules/sprintf-posix-tests: New file.
13468         * tests/test-sprintf-posix.c: New file.
13469
13470         * modules/sprintf-posix: New file.
13471         * lib/sprintf.c: New file.
13472         * m4/sprintf-posix.m4: New file.
13473         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
13474         REPLACE_SPRINTF.
13475         * lib/stdio_.h (sprintf): New declaration.
13476         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
13477         REPLACE_SPRINTF.
13478
13479 2007-03-06  Bruno Haible  <bruno@clisp.org>
13480
13481         * modules/vsprintf-posix-tests: New file.
13482         * tests/test-vsprintf-posix.c: New file.
13483         * tests/test-sprintf-posix.h: New file.
13484
13485         * modules/vsprintf-posix: New file.
13486         * lib/vsprintf.c: New file.
13487         * m4/vsprintf-posix.m4: New file.
13488         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
13489         REPLACE_VSPRINTF.
13490         * lib/stdio_.h (vsprintf): New declaration.
13491         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
13492         REPLACE_VSPRINTF.
13493
13494 2007-03-06  Bruno Haible  <bruno@clisp.org>
13495
13496         * modules/vsnprintf (Depend-on): Remove minmax.
13497
13498 2007-03-06  Bruno Haible  <bruno@clisp.org>
13499
13500         * modules/snprintf-posix-tests: New file.
13501         * tests/test-snprintf-posix.c: New file.
13502
13503         * modules/snprintf-posix: New file.
13504         * m4/snprintf-posix.m4: New file.
13505         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
13506         gl_FUNC_SNPRINTF.
13507         (gl_FUNC_SNPRINTF): Invoke it.
13508         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
13509         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
13510         is set.
13511         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
13512
13513 2007-03-06  Bruno Haible  <bruno@clisp.org>
13514
13515         * modules/vsnprintf-posix-tests: New file.
13516         * tests/test-vsnprintf-posix.c: New file.
13517         * tests/test-snprintf-posix.h: New file.
13518
13519         * modules/vsnprintf-posix: New file.
13520         * m4/vsnprintf-posix.m4: New file.
13521         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
13522         gl_FUNC_VSNPRINTF.
13523         (gl_FUNC_VSNPRINTF): Invoke it.
13524         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
13525         * lib/stdio_.h (vsnprintf): Define as a replacement if
13526         REPLACE_VSNPRINTF is set.
13527         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
13528
13529 2007-03-06  Bruno Haible  <bruno@clisp.org>
13530
13531         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
13532         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
13533
13534 2007-03-06  Bruno Haible  <bruno@clisp.org>
13535
13536         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
13537         (asinl): Declare also if HAVE_DECL_ASINL is set.
13538         (atanl): Declare also if HAVE_DECL_ATANL is set.
13539         (ceill): Declare also if HAVE_DECL_CEILL is set.
13540         (cosl): Declare also if HAVE_DECL_COSL is set.
13541         (expl): Declare also if HAVE_DECL_EXPL is set.
13542         (floorl): Declare also if HAVE_DECL_FLOORL is set.
13543         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
13544         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
13545         (logl): Declare also if HAVE_DECL_LOGL is set.
13546         (sinl): Declare also if HAVE_DECL_SINL is set.
13547         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
13548         (tanl): Declare also if HAVE_DECL_TANL is set.
13549         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
13550         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
13551         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
13552         declaration of frexpl, ldexpl.
13553         * modules/printf-frexpl (Depends-on): Add math.
13554         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
13555
13556 2007-03-05  Bruno Haible  <bruno@clisp.org>
13557
13558         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
13559         frexpl and ldexpl are declared.
13560         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
13561
13562 2007-03-05  Bruno Haible  <bruno@clisp.org>
13563
13564         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
13565         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
13566
13567 2007-03-05  Bruno Haible  <bruno@clisp.org>
13568
13569         * lib/stdio_.h: Include <stddef.h>.
13570
13571 2007-03-05  Bruno Haible  <bruno@clisp.org>
13572
13573         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
13574
13575 2007-03-05  Bruno Haible  <bruno@clisp.org>
13576
13577         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
13578         NetBSD 4, from Ralf Wildenhues.
13579
13580 2007-03-04  Bruno Haible  <bruno@clisp.org>
13581
13582         * lib/vasprintf.h: Update #if logic for the case when the functions
13583         exist but are overridden.
13584
13585 2007-03-04  Bruno Haible  <bruno@clisp.org>
13586
13587         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
13588         implementations: glibc-2.4 and MacOS X 10.3.
13589         * tests/test-vasnprintf-posix.c (test_function): Test also the case
13590         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
13591         * tests/test-vasprintf-posix.c (test_function): Likewise.
13592
13593 2007-03-04  Bruno Haible  <bruno@clisp.org>
13594
13595         * modules/vasprintf-posix-tests: New file.
13596         * tests/test-vasprintf-posix.c: New file.
13597
13598         * modules/vasprintf-posix: New file.
13599         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
13600         defined.
13601         * m4/vasprintf-posix.m4: New file.
13602         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
13603         gl_FUNC_VASPRINTF.
13604         (gl_FUNC_VASPRINTF): Invoke it.
13605         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
13606         here.
13607         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
13608
13609 2007-03-04  Bruno Haible  <bruno@clisp.org>
13610
13611         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
13612         REPLACE_GETTIMEOFDAY.
13613         * modules/sys_time (Makefile.am): Likewise.
13614         * m4/sys_time_h.m4: Likewise.
13615         * m4/gettimeofday.m4: Likewise.
13616
13617 2007-03-04  Bruno Haible  <bruno@clisp.org>
13618
13619         * modules/vasnprintf-posix-tests: New file.
13620         * tests/test-vasnprintf-posix.c: New file.
13621
13622         * modules/vasnprintf-posix: New file.
13623         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
13624         printf-frexpl.h.
13625         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
13626         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
13627         REPLACE_VASNPRINTF is defined.
13628         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
13629         gl_FUNC_VASNPRINTF.
13630         (gl_FUNC_VASNPRINTF): Invoke it.
13631         * m4/vasnprintf-posix.m4: New file.
13632         * m4/printf.m4: New file.
13633
13634 2007-03-04  Bruno Haible  <bruno@clisp.org>
13635
13636         Compile progreloc.c only if --enable-relocatable is specified.
13637         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
13638         if --enable-relocatable was specified.
13639         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
13640         lib_SOURCES.
13641
13642 2007-03-04  Jim Meyering  <jim@meyering.net>
13643
13644         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
13645         Use it consistently, rather than enumerating errno constants.
13646
13647 2007-03-04  Bruno Haible  <bruno@clisp.org>
13648
13649         * modules/xvasprintf-tests: New file.
13650         * tests/test-xvasprintf.c: New file.
13651
13652         * modules/vasprintf-tests: New file.
13653         * tests/test-vasprintf.c: New file.
13654
13655         * modules/vasnprintf-tests: New file.
13656         * tests/test-vasnprintf.c: New file.
13657
13658         * modules/vsnprintf-tests: New file.
13659         * tests/test-vsnprintf.c: New file.
13660
13661         * modules/snprintf-tests: New file.
13662         * tests/test-snprintf.c: New file.
13663
13664 2007-03-04  Bruno Haible  <bruno@clisp.org>
13665
13666         Compile relocatable.c only if --enable-relocatable is specified.
13667         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
13668         gl_RELOCATABLE_LIBRARY.
13669         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
13670         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
13671         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
13672         gl_RELOCATABLE_LIBRARY.
13673         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
13674         (Makefile.am): Remove lib_SOURCES.
13675         * modules/relocatable-lib-lgpl (configure.ac): Invoke
13676         gl_RELOCATABLE_LIBRARY.
13677         (Makefile.am): Remove lib_SOURCES.
13678         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
13679         always.
13680         * modules/relocatable-prog-wrapper (configure.ac): Invoke
13681         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
13682
13683 2007-03-04  Bruno Haible  <bruno@clisp.org>
13684
13685         * modules/argmatch-tests: New file.
13686         * tests/test-argmatch.c: New file.
13687
13688         * tests/test-allocsa.c (main): Halve the number of loop runs.
13689
13690         * modules/alloca-opt-tests: New file.
13691         * tests/test-alloca-opt.c: New file.
13692
13693 2007-03-04  Jim Meyering  <jim@meyering.net>
13694
13695         Work around difference between Linux ACLs and Solaris 10 ZFS.
13696         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
13697         for EINVAL.
13698
13699 2007-03-03  Bruno Haible  <bruno@clisp.org>
13700
13701         * modules/relocatable-prog (Depends-on): Add back progreloc's
13702         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
13703
13704 2007-03-03  Bruno Haible  <bruno@clisp.org>
13705
13706         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
13707         * modules/relocatable-lib: New file.
13708
13709 2007-03-03  Bruno Haible  <bruno@clisp.org>
13710
13711         * modules/relocatable-prog: Renamed from modules/relocatable.
13712         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
13713
13714 2007-03-03  Bruno Haible  <bruno@clisp.org>
13715
13716         * modules/relocatable-script (Files): Add doc/relocatable.texi,
13717         m4/relocatable-lib.m4.
13718         (Depends-on): Remove 'relocatable'.
13719         (configure.ac): Add gl_RELOCATABLE_NOP.
13720
13721 2007-03-03  Bruno Haible  <bruno@clisp.org>
13722
13723         * modules/relocatable-prog-wrapper: New file.
13724         * modules/relocatable (Depends-on): Add it. Remove all other
13725         dependencies except progname.
13726         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
13727
13728         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
13729         (gl_FUNC_STRERROR): Nop.
13730         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
13731
13732         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
13733         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
13734
13735         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
13736         (gl_FUNC_READLINK): Update.
13737
13738         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
13739
13740 2007-03-03  Bruno Haible  <bruno@clisp.org>
13741
13742         * lib/xreadlink.c: Include <unistd.h> unconditionally.
13743         * modules/xreadlink (Depends-on): Add unistd.
13744         * modules/xreadlink-with-size (Depends-on): Likewise.
13745
13746 2007-03-03  Bruno Haible  <bruno@clisp.org>
13747
13748         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
13749         extracted from gt_FUNC_SETENV.
13750         (gt_FUNC_SETENV): Remove macro.
13751         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
13752         remove gt_FUNC_SETENV.
13753
13754 2007-03-03  Bruno Haible  <bruno@clisp.org>
13755
13756         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
13757         ENABLE_RELOCATABLE here.
13758         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
13759
13760 2007-03-03  Bruno Haible  <bruno@clisp.org>
13761
13762         * modules/rbtreehash-list-tests (Depends-on): Add progname.
13763         * tests/test-rbtreehash_list.c: Include progname.h.
13764         (main): Call set_program_name.
13765
13766         * modules/rbtree-oset-tests (Depends-on): Add progname.
13767         * tests/test-rbtree_oset.c: Include progname.h.
13768         (main): Call set_program_name.
13769
13770         * modules/rbtree-list-tests (Depends-on): Add progname.
13771         * tests/test-rbtree_list.c: Include progname.h.
13772         (main): Call set_program_name.
13773
13774         * modules/linked-list-tests (Depends-on): Add progname.
13775         * tests/test-linked_list.c: Include progname.h.
13776         (main): Call set_program_name.
13777
13778 2007-03-03  Bruno Haible  <bruno@clisp.org>
13779
13780         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
13781         All uses of __restrict changed to _Restrict_.
13782         * lib/glob_.h (__restrict): Remove macro.
13783
13784 2007-03-02  Bruno Haible  <bruno@clisp.org>
13785
13786         * modules/gettext (configure.ac): Require gettext infrastructure
13787         from version 0.16.1.
13788
13789 2007-03-02  Bruno Haible  <bruno@clisp.org>
13790
13791         * modules/linkedhash-list-tests (Depends-on): Add progname.
13792         * tests/test-linkedhash_list.c: Include progname.h.
13793         (main): Call set_program_name.
13794
13795         * modules/carray-list-tests (Depends-on): Add progname.
13796         * tests/test-carray_list.c: Include progname.h.
13797         (main): Call set_program_name.
13798
13799         * modules/avltreehash-list-tests (Depends-on): Add progname.
13800         * tests/test-avltreehash_list.c: Include progname.h.
13801         (main): Call set_program_name.
13802
13803         * modules/avltree-oset-tests (Depends-on): Add progname.
13804         * tests/test-avltree_oset.c: Include progname.h.
13805         (main): Call set_program_name.
13806
13807         * modules/avltree-list-tests (Depends-on): Add progname.
13808         * tests/test-avltree_list.c: Include progname.h.
13809         (main): Call set_program_name.
13810
13811         * modules/array-oset-tests (Depends-on): Add progname.
13812         * tests/test-array_oset.c: Include progname.h.
13813         (main): Call set_program_name.
13814
13815         * modules/array-list-tests (Depends-on): Add progname.
13816         * tests/test-array_list.c: Include progname.h.
13817         (main): Call set_program_name.
13818
13819         * modules/argp-tests (Depends-on): Add progname.
13820         * tests/test-argp.c: Include argp.h first. Include progname.h.
13821         (main): Call set_program_name.
13822
13823 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * doc/gnulib-tool.texi (Initial import): Reword description of
13826         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
13827         limited effect even if defined after the first system include.
13828
13829 2007-03-01  Bruno Haible  <bruno@clisp.org>
13830
13831         * build-aux/config.libpath: Update to libtool-1.5.22.
13832         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13833
13834 2007-03-01  Bruno Haible  <bruno@clisp.org>
13835
13836         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
13837         foo_CFLAGS.
13838         Reported by Ralf Wildenhues.
13839
13840 2007-03-01  Bruno Haible  <bruno@clisp.org>
13841
13842         * build-aux/install-reloc: Remove object files left over by some
13843         compilers.
13844         Reported by Ralf Wildenhues.
13845
13846 2007-03-01  Bruno Haible  <bruno@clisp.org>
13847
13848         * build-aux/install-reloc: Break long lines.
13849
13850 2007-03-01  Bruno Haible  <bruno@clisp.org>
13851
13852         * doc/relocatable.texi: Document that it may not work on OpenBSD.
13853         Reported by Ralf Wildenhues.
13854
13855 2007-03-01  Bruno Haible  <bruno@clisp.org>
13856
13857         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
13858         include ordering constraints.
13859
13860 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13861
13862         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
13863         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
13864         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
13865         as another example.
13866         * lib/time_.h: Fix misspelling.
13867         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13868         Require gl_HEADER_TIME_H_DEFAULTS.
13869         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
13870         * m4/time_r.m4 (gl_TIME_R): Likewise.
13871         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
13872
13873 2007-03-01  Bruno Haible  <bruno@clisp.org>
13874
13875         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
13876         * m4/utimens.m4 (gl_UTIMENS): Likewise.
13877
13878 2007-03-01  Jim Meyering  <jim@meyering.net>
13879
13880         * modules/xreadlink (Maintainer): Add my name.
13881         * modules/xreadlink-with-size (Depends-on): Alphabetize.
13882
13883 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
13884             Bruno Haible  <bruno@clisp.org>
13885
13886         * build-aux/install-reloc: Compile also c-ctype.c.
13887         * build-aux/relocatable.sh.in: New file.
13888         * doc/relocatable.texi: New file.
13889         * doc/relocatable-maint.texi: New file.
13890         * doc/gnulib.texi: Include relocatable-maint.texi.
13891         * lib/progreloc.c: Include unistd.h unconditionally.
13892         * lib/relocwrapper.c: Include unistd.h unconditionally.
13893         Include c-ctype.h.
13894         (add_dotbin): Use c_tolower.
13895         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
13896         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
13897         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
13898         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
13899         to m4/relocatable-lib.m4.
13900         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
13901         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
13902         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
13903         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
13904         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
13905         * modules/relocatable: New file.
13906         * modules/relocatable-lib: New file.
13907         * modules/relocatable-script: New file.
13908
13909 2007-02-28  Bruno Haible  <bruno@clisp.org>
13910
13911         Import --enable-relocatable infrastructure.
13912         * build-aux/config.libpath: New file, from GNU gettext.
13913         * build-aux/install-reloc: New file, from GNU gettext.
13914         * build-aux/reloc-ldflags: New file, from GNU gettext.
13915         * lib/relocatable.h: New file, from GNU gettext.
13916         * lib/relocatable.c: New file, from GNU gettext.
13917         * lib/relocwrapper.c: New file, from GNU gettext.
13918         * m4/relocatable.m4: New file, from GNU gettext.
13919
13920 2007-02-28  Bruno Haible  <bruno@clisp.org>
13921
13922         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
13923
13924         * modules/xreadlink: New file, from GNU gettext with modifications.
13925         * lib/xreadlink.c: New file, from GNU gettext.
13926         * lib/xreadlink.h: Add comments.
13927         (xreadlink): New declaration.
13928
13929         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
13930         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
13931         lib/xreadlink-with-size.c.
13932         (configure.ac): Remove gl_XREADLINK invocation.
13933         (Makefile.am): Augment lib_SOURCES.
13934         * m4/xreadlink.m4: Remove file.
13935         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
13936         (xreadlink_with_size): Renamed from xreadink.
13937         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
13938         * modules/canonicalize (Depends-on): Replace xreadlink with
13939         xreadlink-with-size.
13940         * lib/canonicalize.c (canonicalize_filename_mode): Update.
13941
13942 2007-02-25  Jim Meyering  <jim@meyering.net>
13943
13944         * build-aux/announce-gen: When complaining about excess arguments,
13945         list them.
13946
13947 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13948
13949         * README: Document signed integer overflow situation more
13950         accurately.
13951
13952 2007-02-25  Bruno Haible  <bruno@clisp.org>
13953
13954         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
13955         'a' or 'A' conversion.
13956
13957 2007-02-25  Bruno Haible  <bruno@clisp.org>
13958
13959         * modules/filename: Renamed from modules/pathname.
13960         (Files): Replace lib/pathname.h with lib/filename.h. Replace
13961         lib/concatpath.c with lib/concat-filename.c.
13962         (Makefile.am): Update.
13963         (Include): Replace pathname.h with filename.h.
13964         * lib/filename.h: Renamed from lib/pathname.h.
13965         (concatenated_filename): Renamed from concatenated_pathname.
13966         * lib/concat-filename.c: Renamed from lib/concatpath.c.
13967         (concatenated_filename): Renamed from concatenated_pathname.
13968         * lib/findprog.c: Include filename.h instead of pathname.h.
13969         (find_in_path): Update.
13970         * lib/javacomp.c: Include filename.h instead of pathname.h.
13971         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
13972         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
13973         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
13974         is_oldgcj_14_13_usable, is_javac_usable): Update.
13975         * lib/javaexec.c: Include filename.h instead of pathname.h.
13976         (execute_java_class): Update.
13977         * modules/findprog: Update.
13978         * modules/javacomp: Update.
13979         * modules/javaexec: Update.
13980         * MODULES.html.sh (File system functions): Add 'filename', remove
13981         'pathname'.
13982
13983 2007-02-25  Bruno Haible  <bruno@clisp.org>
13984
13985         * modules/printf-frexpl-tests: New file.
13986         * tests/test-printf-frexpl.c: New file.
13987
13988         * modules/printf-frexpl: New file.
13989         * lib/printf-frexpl.h: New file.
13990         * lib/printf-frexpl.c: New file.
13991         * m4/printf-frexpl.m4: New file.
13992
13993 2007-02-25  Bruno Haible  <bruno@clisp.org>
13994
13995         * modules/printf-frexp-tests: New file.
13996         * tests/test-printf-frexp.c: New file.
13997
13998         * modules/printf-frexp: New file.
13999         * lib/printf-frexp.h: New file.
14000         * lib/printf-frexp.c: New file.
14001         * m4/printf-frexp.m4: New file.
14002
14003 2007-02-25  Bruno Haible  <bruno@clisp.org>
14004
14005         Assume automake >= 1.10 for the tests.
14006         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
14007         * modules/arctwo-tests: Likewise.
14008         * modules/argp-tests: Likewise.
14009         * modules/avltree-list-tests: Likewise.
14010         * modules/avltree-oset-tests: Likewise.
14011         * modules/avltreehash-list-tests: Likewise.
14012         * modules/carray-list-tests: Likewise.
14013         * modules/crc-tests: Likewise.
14014         * modules/des-tests: Likewise.
14015         * modules/gc-arcfour-tests: Likewise.
14016         * modules/gc-arctwo-tests: Likewise.
14017         * modules/gc-des-tests: Likewise.
14018         * modules/gc-hmac-md5-tests: Likewise.
14019         * modules/gc-hmac-sha1-tests: Likewise.
14020         * modules/gc-md2-tests: Likewise.
14021         * modules/gc-md4-tests: Likewise.
14022         * modules/gc-md5-tests: Likewise.
14023         * modules/gc-pbkdf2-sha1-tests: Likewise.
14024         * modules/gc-rijndael-tests: Likewise.
14025         * modules/gc-sha1-tests: Likewise.
14026         * modules/gc-tests: Likewise.
14027         * modules/getaddrinfo-tests: Likewise.
14028         * modules/hmac-md5-tests: Likewise.
14029         * modules/hmac-sha1-tests: Likewise.
14030         * modules/linked-list-tests: Likewise.
14031         * modules/linkedhash-list-tests: Likewise.
14032         * modules/lock-tests: Likewise.
14033         * modules/md2-tests: Likewise.
14034         * modules/md4-tests: Likewise.
14035         * modules/md5-tests: Likewise.
14036         * modules/rbtree-list-tests: Likewise.
14037         * modules/rbtree-oset-tests: Likewise.
14038         * modules/rbtreehash-list-tests: Likewise.
14039         * modules/read-file-tests: Likewise.
14040         * modules/rijndael-tests: Likewise.
14041         * modules/stdint-tests: Likewise.
14042         * modules/tls-tests: Likewise.
14043
14044 2007-02-24  Bruno Haible  <bruno@clisp.org>
14045
14046         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
14047         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
14048         function; instead check whether isnan with a double argument links.
14049         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
14050         function; instead check whether isnan with a 'long double' argument
14051         links.
14052         Reported by Eric Blake <ebb9@byu.net>.
14053
14054 2007-02-24  Bruno Haible  <bruno@clisp.org>
14055
14056         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
14057         defined.
14058         * lib/isnanl.c: Remove all code. Just include isnan.c.
14059         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
14060
14061 2007-02-25  Jim Meyering  <jim@meyering.net>
14062
14063         Avoid conflicting types for 'unsetenv' on FreeBSD.
14064         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
14065         conflicting with FreeBSD's (5.0 and 6.1) function declaration
14066         in stdlib.h.
14067
14068 2007-02-24  Bruno Haible  <bruno@clisp.org>
14069
14070         * modules/isnanl-nolibm-tests: New file.
14071         * tests/test-isnanl.c: New file.
14072
14073         * modules/isnanl-nolibm: New file.
14074         * lib/isnanl.h: New file.
14075         * lib/isnanl.c: New file.
14076         * m4/isnanl.m4: New file.
14077
14078 2007-02-24  Bruno Haible  <bruno@clisp.org>
14079
14080         * modules/isnan-nolibm-tests: New file.
14081         * tests/test-isnan.c: New file.
14082
14083         * modules/isnan-nolibm: New file.
14084         * lib/isnan.h: New file.
14085         * lib/isnan.c: New file.
14086         * m4/isnan.m4: New file.
14087
14088 2007-02-24  Bruno Haible  <bruno@clisp.org>
14089
14090         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
14091         assume that an exponent fits in 20 bits.
14092
14093 2007-02-24  Jim Meyering  <jim@meyering.net>
14094
14095         * m4/regex.m4: Update the description of the configure-time option,
14096         --without-included-regex, to state accurately what the defaults are,
14097         and perhaps to give people an idea why using this option is risky.
14098
14099 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14100
14101         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
14102         loops on small arguments.  This attempts to avoid the problem
14103         Bruno Haible reported for AIX 4.3.2 in
14104         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
14105
14106 2007-02-23  Bruno Haible  <bruno@clisp.org>
14107
14108         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
14109         Needed for help2man.
14110
14111 2007-02-23  Karl Berry  <karl@gnu.org>
14112
14113         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
14114         exists, foo.h should be cvs-ignored, not committed.
14115
14116 2007-02-23  Eric Blake  <ebb9@byu.net>
14117
14118         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
14119         * lib/stat-time.h (includes): Likewise.
14120         * lib/utimecmp.c (includes): Likewise.
14121         * lib/utimens.h (includes): Likewise.
14122         * lib/getdate.y (includes): Also include "timespec.h" for use
14123         internal to the module.
14124         * modules/utimens (Depends-on): Revert yesterday's patch.
14125         * modules/nanosleep (Depends-on): Add missing dependency.
14126
14127 2007-02-22  Bruno Haible  <bruno@clisp.org>
14128
14129         * lib/glob.c: Don't include getlogin_r.h.
14130
14131 2007-02-22  Jim Meyering  <jim@meyering.net>
14132
14133         * modules/utimens (Depends-on): Add timespec, required for
14134         utimens.h's inclusion of timespec.h.
14135
14136 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
14139         long unreadable paths in GNU/Linux.  Problem reported by Andreas
14140         Schwab in
14141         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
14142         I'll try to think of a better way to fix the Solaris problem.
14143
14144         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
14145         like glibc; on Solaris 10, it fails with errno == EINVAL.
14146         POSIX says the behavior is unspecified if the first argument is NULL,
14147         so play it safe and never pass NULL to the system getcwd.
14148
14149 2007-02-21  Jim Meyering  <jim@meyering.net>
14150
14151         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
14152         of gettimeofday.  It would conflict with the one now always
14153         provided via sys_time_.h.  Reported by Matthew Woehlke, as
14154         an IRIX 6.5 build failure.
14155
14156 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         Minor fixups to port to Solaris 10 with Sun C 5.8.
14159         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
14160         * modules/getcwd (Depends-on): Add dirfd.
14161         * lib/putenv.c (putenv): #undef it.
14162         (rpl_putenv): New decl.
14163         (malloc, free): Include <stdlib.h> rather than prototyping separately.
14164
14165 2007-02-20  Bruno Haible  <bruno@clisp.org>
14166
14167         * modules/stdio-tests: New file.
14168         * tests/test-stdio.c: New file.
14169
14170         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
14171         (Depends-on): Add stdio.
14172         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14173         (Include): Use <stdio.h> instead of vsnprintf.h.
14174         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14175         HAVE_DECL_VSNPRINTF.
14176         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
14177
14178         * modules/snprintf (Files): Remove lib/snprintf.h.
14179         (Depends-on): Add stdio.
14180         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14181         (Include): Use <stdio.h> instead of snprintf.h.
14182         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14183         HAVE_DECL_SNPRINTF.
14184         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
14185         * lib/getaddrinfo.c: Likewise.
14186
14187         * modules/stdio: New file.
14188         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
14189         * lib/snprintf.h: Remove file.
14190         * lib/vsnprintf.h: Remove file.
14191         * lib/.cppi-disable: Remove snprintf.h.
14192         * m4/stdio_h.m4: New file.
14193         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
14194
14195 2007-02-20  Jim Meyering  <jim@meyering.net>
14196
14197         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
14198         used by e.g., mingw.  From Bruno Haible.
14199
14200 2007-02-19  Bruno Haible  <bruno@clisp.org>
14201
14202         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
14203         warnings.
14204         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14205
14206 2007-02-19  Bruno Haible  <bruno@clisp.org>
14207
14208         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
14209         from mingw users.
14210
14211 2007-02-19  Bruno Haible  <bruno@clisp.org>
14212
14213         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
14214         warnings.
14215         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
14216
14217 2007-02-19  Jim Meyering  <jim@meyering.net>
14218
14219         Don't use FD after a successful "fdopendir (fd)".
14220         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
14221         Reset it by calling dirfd on the just-obtained DIR*.
14222
14223         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
14224         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
14225
14226 2007-02-18  Bruno Haible  <bruno@clisp.org>
14227
14228         * lib/readlink.c: Include <unistd.h>.
14229         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
14230         HAVE_READLINK.
14231         * modules/readlink (Depends-on): Add unistd.
14232         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14233         (Include): Add <unistd.h>.
14234
14235         * lib/getlogin_r.h: Remove file.
14236         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
14237         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
14238         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
14239         HAVE_DECL_GETLOGIN_R.
14240         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
14241         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14242         (Include): Use <unistd.h> instead of getlogin_r.h.
14243
14244         * lib/getcwd.h: Remove file.
14245         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
14246         * lib/xgetcwd.c: Likewise.
14247         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
14248         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
14249         * modules/getcwd (Files): Remove lib/getcwd.h.
14250         (Depends-on): Add unistd.
14251         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14252         (Include): Use <unistd.h> instad of getcwd.h.
14253
14254         * lib/ftruncate.c: Include <unistd.h> first.
14255         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
14256         Set HAVE_FTRUNCATE.
14257         * modules/ftruncate (Depends-on): Add unistd.
14258         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14259
14260         * lib/fchdir.c: Include <unistd.h> first.
14261         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
14262         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
14263         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
14264         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14265         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
14266
14267         * lib/dup2.c: Include <unistd.h> first.
14268         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
14269         HAVE_DUP2.
14270         * modules/dup2 (Depends-on): Add unistd.
14271         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14272
14273         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
14274         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
14275         REPLACE_CHOWN. Don't define chown as a macro here.
14276         * modules/chown (Depends-on): Add unistd.
14277         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14278
14279         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
14280         Add definition for GL_LINK_WARNING.
14281         (chown, dup2): New declarations.
14282         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
14283         link warning.
14284         (ftruncate): New declaration.
14285         (getcwd): New declaration, taken from old getcwd.h.
14286         (getlogin_r): New declaration, taken from old getlogin_r.h.
14287         (readlink): New declaration.
14288         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
14289         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
14290         (gl_PREREQ_UNISTD): Remove macro.
14291         (gl_UNISTD_MODULE_INDICATOR): New macro.
14292         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
14293         many new variables. Don't set UNISTD_H.
14294         * modules/unistd (Description): Change.
14295         (Depends-on): Add link-warning.
14296         (configure.ac): Update.
14297         (Makefile.am): Create unistd.h always. Substitute many new variables
14298         into it.
14299
14300 2007-02-18  Bruno Haible  <bruno@clisp.org>
14301
14302         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
14303         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
14304         HAVE_GETSUBOPT.
14305         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
14306         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
14307         * lib/getsubopt.h: Remove file.
14308         * modules/getsubopt (Files): Remove lib/getsubopt.h.
14309         (Depends-on): Add stdlib.
14310         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14311         (Includes): Use <stdlib.h> instead of getsubopt.h.
14312         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
14313         Set HAVE_GETSUBOPT.
14314         * lib/getsubopt.c: Don't include getsubopt.h.
14315
14316 2007-02-18  Bruno Haible  <bruno@clisp.org>
14317
14318         * modules/fchdir (Depends-on): Add dup2.
14319
14320 2007-02-18  Bruno Haible  <bruno@clisp.org>
14321
14322         * lib/stdlib_.h: Handle glibc's special invocation convention
14323         specially.
14324
14325 2007-02-18  Bruno Haible  <bruno@clisp.org>
14326
14327         * modules/stdlib-tests: New file.
14328         * tests/test-stdlib.c: New file.
14329
14330         * modules/mkstemp (Files): Remove lib/mkstemp.h.
14331         (Depends-on): Add stdlib.
14332         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14333         (Includes): Use <stdlib.h> instead of mkstemp.h.
14334         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14335         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
14336         * lib/mkstemp.c: Don't include mkstemp.h.
14337         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
14338         * lib/stdlib--.h: Don't include mkstemp.h.
14339
14340         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
14341         (Depends-on): Add stdlib.
14342         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14343         (Includes): Use <stdlib.h> instead of mkdtemp.h.
14344         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14345         HAVE_MKDTEMP.
14346         * lib/mkdtemp.c: Don't include mkdtemp.h.
14347         * lib/clean-temp.c: Don't include mkdtemp.h.
14348
14349         * modules/exit (Files): Remove lib/exit.h.
14350         (Depends-on): Add stdlib.
14351         (Makefile.am): Remove lib_SOURCES.
14352         (Include): Use <stdlib.h> instead of exit.h.
14353         * lib/argmatch.c: Don't include exit.h.
14354         * lib/execute.c: Likewise.
14355         * lib/pagealign_alloc.c: Likewise.
14356         * lib/pipe.c: Likewise.
14357         * lib/wait-process.c: Likewise.
14358         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
14359         * lib/exitfail.c: Likewise.
14360         * lib/savewd.c: Likewise.
14361         * lib/xsetenv.c: Likewise.
14362
14363         * modules/stdlib: New file.
14364         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
14365         and extra comments about mkstemp().
14366         * lib/exit.h: Remove file.
14367         * lib/mkdtemp.h: Remove file.
14368         * lib/mkstemp.h: Remove file.
14369         * m4/stdlib_h.m4: New file.
14370         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
14371
14372 2007-02-18  Bruno Haible  <bruno@clisp.org>
14373
14374         * modules/math-tests: New file.
14375         * tests/test-math.c: New file.
14376
14377         * modules/math: New file.
14378         * modules/mathl (Files): Remove lib/mathl.h.
14379         (Depends-on): Add math.
14380         (Makefile.am): Don't mention mathl.h.
14381         (Include): Use <math.h> instead of mathl.h.
14382         * lib/math_.h: New file.
14383         * lib/mathl.h: Remove file.
14384         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
14385         mathl.h.
14386         * lib/asinl.c: Likewise.
14387         * lib/atanl.c: Likewise.
14388         * lib/ceill.c: Likewise.
14389         * lib/cosl.c: Likewise.
14390         * lib/expl.c: Likewise.
14391         * lib/floorl.c: Likewise.
14392         * lib/frexpl.c: Likewise.
14393         * lib/ldexpl.c: Likewise.
14394         * lib/logl.c: Likewise.
14395         * lib/sincosl.c: Likewise.
14396         * lib/sinl.c: Likewise.
14397         * lib/sqrtl.c: Likewise.
14398         * lib/tanl.c: Likewise.
14399         * lib/trigl.c: Likewise.
14400         * m4/math_h.m4: New file.
14401         * MODULES.html.sh (Mathematics): Add math.
14402
14403 2007-02-17  Bruno Haible  <bruno@clisp.org>
14404
14405         * modules/wctype-tests: New file.
14406         * tests/test-wctype.c: New file.
14407
14408         * modules/wchar-tests: New file.
14409         * tests/test-wchar.c: New file.
14410
14411         * modules/unistd-tests: New file.
14412         * tests/test-unistd.c: New file.
14413
14414         * modules/time-tests: New file.
14415         * tests/test-time.c: New file.
14416
14417         * modules/sysexits-tests: New file.
14418         * tests/test-sysexits.c: New file.
14419
14420         * modules/sys_time-tests: New file.
14421         * tests/test-sys_time.c: New file.
14422
14423         * modules/sys_stat-tests: New file.
14424         * tests/test-sys_stat.c: New file.
14425
14426         * modules/sys_socket-tests: New file.
14427         * tests/test-sys_socket.c: New file.
14428
14429         * modules/sys_select-tests: New file.
14430         * tests/test-sys_select.c: New file.
14431
14432         * modules/string-tests: New file.
14433         * tests/test-string.c: New file.
14434
14435         * modules/stdbool-tests: New file.
14436         * tests/test-stdbool.c: New file.
14437
14438         * modules/netinet_in-tests: New file.
14439         * tests/test-netinet_in.c: New file.
14440
14441         * modules/inttypes-tests: New file.
14442         * tests/test-inttypes.c: New file.
14443
14444         * modules/fcntl-tests: New file.
14445         * tests/test-fcntl.c: New file.
14446
14447         * modules/byteswap-tests: New file.
14448         * tests/test-byteswap.c: New file.
14449
14450         * modules/arpa_inet-tests: New file.
14451         * tests/test-arpa_inet.c: New file.
14452
14453 2007-02-17  Bruno Haible  <bruno@clisp.org>
14454
14455         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
14456         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
14457         if the corresponding module is not enabled. Emit link warnings if
14458         the function is used nevertheless.
14459         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
14460         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
14461         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
14462         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
14463         * modules/inttypes (Depends-on): Add link-warning.
14464         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14465         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
14466         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
14467         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
14468         * modules/imaxdiv (configure.ac): Likewise.
14469         * modules/strtoimax (configure.ac): Likewise.
14470         * modules/strtoumax (configure.ac): Likewise.
14471
14472 2007-02-17  Bruno Haible  <bruno@clisp.org>
14473
14474         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
14475         gl_STRING_MODULE_INDICATOR_DEFAULTS.
14476         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
14477         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
14478
14479 2007-02-17  Bruno Haible  <bruno@clisp.org>
14480
14481         * modules/link-warning: New file.
14482         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
14483         * lib/string_.h (GL_LINK_WARNING): Remove definition.
14484         * modules/string (Depends-on): Add link-warning.
14485         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14486         string.h.
14487         * MODULES.html.sh (Support for building libraries and executables): Add
14488         link-warning.
14489
14490 2007-02-17  Bruno Haible  <bruno@clisp.org>
14491
14492         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
14493         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
14494         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
14495         long lines.
14496
14497 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
14498             Bruno Haible  <bruno@clisp.org>
14499
14500         * modules/tmpfile: New file.
14501         * lib/tmpfile.c: New file.
14502         * m4/tmpfile.m4: New file.
14503         * MODULES.html.sh (func_all_modules): New section "Input/output".
14504
14505 2007-02-15  Bruno Haible  <bruno@clisp.org>
14506
14507         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
14508         (supports_delete_on_close): New function.
14509         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
14510
14511 2007-02-14  Bruno Haible  <bruno@clisp.org>
14512
14513         * modules/mbspcasecmp-tests: New file.
14514         * tests/test-mbspcasecmp.sh: New file.
14515         * tests/test-mbspcasecmp.c: New file.
14516
14517         New module mbspcasecmp.
14518         * modules/mbspcasecmp: New file.
14519         * lib/mbspcasecmp.c: New file.
14520         * lib/string_.h (strncasecmp): Change warning message.
14521         (mbspcasecmp): New declaration.
14522         * m4/mbspcasecmp.m4: New file.
14523         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14524         GNULIB_MBSPCASECMP.
14525         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
14526         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
14527
14528 2007-02-14  Bruno Haible  <bruno@clisp.org>
14529
14530         * modules/mbsncasecmp-tests: New file.
14531         * tests/test-mbsncasecmp.sh: New file.
14532         * tests/test-mbsncasecmp.c: New file.
14533
14534         New module mbsncasecmp.
14535         * modules/mbsncasecmp: New file.
14536         * lib/mbsncasecmp.c: New file.
14537         * lib/string_.h (mbsncasecmp): New declaration.
14538         * m4/mbsncasecmp.m4: New file.
14539         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14540         GNULIB_MBSNCASECMP.
14541         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
14542         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
14543
14544 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
14547         Verify that it doesn't overlap with our flags.
14548         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
14549         do not have the desired effect in multibyte locales; instead, use
14550         mbscasecmp.
14551         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
14552         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
14553         we don't require GNU fnmatch ourselves (if our users require it, they
14554         should do so explicitly).
14555
14556         Fix regex code so it doesn't rely on strcasecmp.
14557         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
14558         Otherwise, include gnulib's langinfo.h.
14559         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
14560         undesirable behavior in non-C locales.  Instead, rely on localecharset.
14561         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
14562         * modules/regex (FILES): Remove m4/codeset.m4.
14563         (Depends-on): Add localcharset.  Remove strcase.
14564
14565 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14566
14567         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
14568         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
14569
14570 2007-02-13  Bruno Haible  <bruno@clisp.org>
14571
14572         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
14573         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14574
14575 2007-02-12  Bruno Haible  <bruno@clisp.org>
14576
14577         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14578         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
14579         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
14580         time warning rather than a link error.
14581
14582 2007-02-12  Bruno Haible  <bruno@clisp.org>
14583
14584         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
14585         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14586         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14587
14588 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
14591         args, not 2.
14592
14593 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14594
14595         New module 'time', so that apps can include <time.h> as per
14596         POSIX and GNU instead of separate include files like time_r.h
14597         and timegm.h.  This implementation tries out a simpler approach
14598         for replacing decls in standard include files (as compared to
14599         the string module), somewhat as an experiment.
14600
14601         * config/srclist.txt: Comment out mktime.c for now.
14602         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
14603         since it doesn't apply any more.  Use generic wording instead.
14604         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
14605         'time'.
14606         * lib/time_.h, m4/time_h.m4, modules/time: New files.
14607         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
14608         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
14609         Don't include <sys/types.h>; no longer needed since we assume C89.
14610         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
14611         * lib/strftime.c: Likewise.
14612         * lib/time_r.c: Likewise.
14613         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
14614         * lib/nanosleep.c: Include <time.h> first, to check interface.
14615         * lib/strptime.c: Likewise.
14616         * lib/time_r.c: Likewise.
14617         * lib/timegm.c: Likewise.
14618         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
14619         needed.
14620         * lib/timegm.c: Don't include timegm.h; no longer needed.
14621         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
14622         time.h now handles any problems in that area.
14623         (struct timespec, nanosleep): Remove; time.h now arranges for these.
14624         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
14625         that time.h defines struct timespec.
14626         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
14627         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
14628         handles that.
14629         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
14630         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
14631         needed.  Set REPLACE_LOCALTIME.
14632         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
14633         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
14634         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
14635         nanosleep; time_h.m4 now does that.  Don't require
14636         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
14637         module handles this now.
14638         * modules/getdate (Depends-on): Remove timespec.  Add time.
14639         * modules/nanosleep (Depends-on): Likewise.
14640         * modules/stat-time (Depends-on): Likewise.
14641         * modules/nanosleep (Include): Include time.h, not timespec.h.
14642         * modules/strptime (Files): Remove lib/strptime.h.
14643         (Depends-on): Add extensions, time.
14644         (Include): Include time.h, not strptime.h.
14645         * modules/time_r (Files): Remove lib/time_r.h.
14646         (Depends-on): Add time.
14647         (Include): Include time.h, not time_r.h.
14648         * modules/timegm: Likewise.
14649         * modules/timespec (Description): Now does timespec-related decls
14650         of our own, instead of struct timespec itself.
14651         (Depends-on): Add time; remove extensions.
14652         (Maintainer): Add self.
14653         * modules/utimecmp (Depends-on): Add time; remove timespec.
14654         * modules/utimens (Depends-on): Likewise.
14655         * modules/xnanosleep (Depends-on): Likewise.
14656
14657 2007-02-11  Bruno Haible  <bruno@clisp.org>
14658
14659         * lib/c-strstr.c: Include allocsa.h.
14660         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14661         * lib/c-strcasestr.c: Include allocsa.h.
14662         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14663         * lib/strcasestr.c: Include allocsa.h.
14664         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14665         * lib/mbsstr.c: Include allocsa.h.
14666         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14667         allocsa/freesa instead of malloc/free.
14668         * lib/mbscasestr.c: Include allocsa.h.
14669         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14670         allocsa/freesa instead of malloc/free.
14671         * modules/c-strstr (Depends-on): Add allocsa.
14672         * modules/c-strcasestr (Depends-on): Likewise.
14673         * modules/strcasestr (Depends-on): Likewise.
14674         * modules/mbsstr (Depends-on): Likewise.
14675         * modules/mbscasestr (Depends-on): Likewise.
14676
14677 2007-02-11  Bruno Haible  <bruno@clisp.org>
14678
14679         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
14680
14681         * modules/mbsspn-tests: New file.
14682         * tests/test-mbsspn.sh: New file.
14683         * tests/test-mbsspn.c: New file.
14684
14685 2007-02-11  Bruno Haible  <bruno@clisp.org>
14686
14687         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
14688
14689         * modules/mbspbrk-tests: New file.
14690         * tests/test-mbspbrk.sh: New file.
14691         * tests/test-mbspbrk.c: New file.
14692
14693 2007-02-11  Bruno Haible  <bruno@clisp.org>
14694
14695         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
14696         unneeded cast.
14697
14698         * modules/mbscspn-tests: New file.
14699         * tests/test-mbscspn.sh: New file.
14700         * tests/test-mbscspn.c: New file.
14701
14702 2007-02-11  Bruno Haible  <bruno@clisp.org>
14703
14704         * modules/mbscasecmp-tests: New file.
14705         * tests/test-mbscasecmp.sh: New file.
14706         * tests/test-mbscasecmp.c: New file.
14707
14708 2007-02-11  Bruno Haible  <bruno@clisp.org>
14709
14710         Ensure O(n) worst-case complexity of mbscasestr.
14711         * lib/mbscasestr.c: Include stdbool.h.
14712         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14713         functions.
14714         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
14715         the bookkeeping indicates that it's worth it.
14716         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
14717
14718         * modules/mbscasestr-tests: New file.
14719         * tests/test-mbscasestr1.c: New file.
14720         * tests/test-mbscasestr2.sh: New file.
14721         * tests/test-mbscasestr2.c: New file.
14722         * tests/test-mbscasestr3.sh: New file.
14723         * tests/test-mbscasestr3.c: New file.
14724         * tests/test-mbscasestr4.sh: New file.
14725         * tests/test-mbscasestr4.c: New file.
14726         * m4/locale-tr.m4: New file.
14727
14728 2007-02-11  Bruno Haible  <bruno@clisp.org>
14729
14730         Ensure O(n) worst-case complexity of mbsstr.
14731         * lib/mbsstr.c: Include stdbool.h.
14732         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14733         functions.
14734         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
14735         bookkeeping indicates that it's worth it.
14736         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
14737
14738         * modules/mbsstr-tests: New file.
14739         * tests/test-mbsstr1.c: New file.
14740         * tests/test-mbsstr2.sh: New file.
14741         * tests/test-mbsstr2.c: New file.
14742         * tests/test-mbsstr3.sh: New file.
14743         * tests/test-mbsstr3.c: New file.
14744         * m4/locale-fr.m4: New file.
14745
14746 2007-02-11  Bruno Haible  <bruno@clisp.org>
14747
14748         * lib/mbsrchr.c (mbsrchr): Fix bug.
14749
14750         * modules/mbsrchr-tests: New file.
14751         * tests/test-mbsrchr.sh: New file.
14752         * tests/test-mbsrchr.c: New file.
14753
14754 2007-02-11  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/mbschr.c (mbschr): Fix bug.
14757
14758         * modules/mbschr-tests: New file.
14759         * tests/test-mbschr.sh: New file.
14760         * tests/test-mbschr.c: New file.
14761         * m4/locale-zh.m4: New file.
14762
14763 2007-02-11  Bruno Haible  <bruno@clisp.org>
14764
14765         Support for copying multibyte string iterators.
14766         * lib/mbiter.h: Include <string.h>.
14767         (mbiter_multi_copy): New function.
14768         (mbi_copy): New macro.
14769         * lib/mbuiter.h: Include <string.h>.
14770         (mbuiter_multi_copy): New function.
14771         (mbui_copy): New macro.
14772
14773 2007-02-11  Bruno Haible  <bruno@clisp.org>
14774
14775         New module mbslen.
14776         * modules/mbslen: New file.
14777         * lib/mbslen.c: New file.
14778         * lib/string_.h (mbslen): New declaration.
14779         * m4/mbslen.m4: New file.
14780         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14781         GNULIB_MBSLEN.
14782         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
14783         * MODULES.html.sh (Internationalization functions): Add mbslen.
14784
14785 2007-02-11  Bruno Haible  <bruno@clisp.org>
14786
14787         Ensure O(n) worst-case complexity of strcasestr substitute.
14788         * lib/strcasestr.c: Include stdbool.h.
14789         (knuth_morris_pratt): New function.
14790         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14791         bookkeeping indicates that it's worth it.
14792         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
14793
14794         * modules/strcasestr-tests: New file.
14795         * tests/test-strcasestr.c: New file.
14796
14797 2007-02-11  Bruno Haible  <bruno@clisp.org>
14798
14799         Ensure O(n) worst-case complexity of c_strcasestr.
14800         * lib/c-strcasestr.c: Include stdbool.h, string.h.
14801         (knuth_morris_pratt): New function.
14802         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
14803         the bookkeeping indicates that it's worth it.
14804         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
14805
14806         * modules/c-strcasestr-tests: New file.
14807         * tests/test-c-strcasestr.c: New file.
14808
14809 2007-02-11  Bruno Haible  <bruno@clisp.org>
14810
14811         Ensure O(n) worst-case complexity of c_strstr.
14812         * lib/c-strstr.c: Include stdbool.h, string.h.
14813         (knuth_morris_pratt): New function.
14814         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14815         bookkeeping indicates that it's worth it.
14816         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
14817
14818         * lib/c-strstr.c: Complete rewrite for maintainability.
14819
14820         * modules/c-strstr-tests: New file.
14821         * tests/test-c-strstr.c: New file.
14822
14823 2007-02-11  Bruno Haible  <bruno@clisp.org>
14824
14825         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
14826         5.2.1 and earlier, whereby \055 was treated just like the range
14827         delimiter '-'.
14828         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14829
14830 2007-02-08  Bruno Haible  <bruno@clisp.org>
14831
14832         * modules/regex (Depends-on): Add stdbool.
14833         Reported by Dalibor Topic <robilad@kaffe.org>.
14834
14835 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14836
14837         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
14838         Prefer returning from main to exiting from it.
14839         Remove unnecessary parens after sizeof.
14840
14841 2007-02-05  Bruno Haible  <bruno@clisp.org>
14842
14843         New module mbssep.
14844         * modules/mbssep: New file.
14845         * lib/mbssep.c: New file.
14846         * lib/string_.h (strsep): Add a conditional link warning.
14847         (mbssep): New declaration.
14848         * m4/mbssep.m4: New file.
14849         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14850         GNULIB_MBSSEP.
14851         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
14852         * MODULES.html.sh (Internationalization functions): Add mbssep.
14853
14854 2007-02-05  Bruno Haible  <bruno@clisp.org>
14855
14856         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
14857         Optimize search in case of 1 delimiter.
14858
14859 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14860
14861         * lib/acl.h: Include sys/types.h before sys/acl.h.
14862
14863 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14864
14865         Merge upstream fix for glibc bugzilla #3957:
14866
14867         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
14868
14869         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
14870         bit for RE_HAT_LISTS_NOT_NEWLINE.
14871         (build_charclass_op): Remove bogus comment.
14872
14873 2007-02-05  Simon Josefsson  <simon@josefsson.org>
14874
14875         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
14876
14877 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14878
14879         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
14880         * lib/memmem.c [!defined _LIBC]: Include config.h.
14881
14882 2007-02-04  Bruno Haible  <bruno@clisp.org>
14883
14884         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
14885         warning message.
14886
14887 2007-02-04  Bruno Haible  <bruno@clisp.org>
14888
14889         New module mbstok_r.
14890         * modules/mbstok_r: New file.
14891         * lib/mbstok_r.c: New file.
14892         * lib/string_.h (strtok_r): Change argument names to match the
14893         comments. Add a conditional link warning.
14894         (mbstok_r): New declaration.
14895         * m4/mbstok_r.m4: New file.
14896         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14897         GNULIB_MBSTOK_R.
14898         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
14899         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
14900
14901 2007-02-04  Bruno Haible  <bruno@clisp.org>
14902
14903         New module mbsspn.
14904         * modules/mbsspn: New file.
14905         * lib/mbsspn.c: New file.
14906         * lib/string_.h (strspn): Add a conditional link warning.
14907         (mbsspn): New declaration.
14908         * m4/mbsspn.m4: New file.
14909         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14910         GNULIB_MBSSPN.
14911         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
14912         * MODULES.html.sh (Internationalization functions): Add mbsspn.
14913
14914 2007-02-04  Bruno Haible  <bruno@clisp.org>
14915
14916         New module mbspbrk.
14917         * modules/mbspbrk: New file.
14918         * lib/mbspbrk.c: New file.
14919         * lib/string_.h (strpbrk): Add a conditional link warning.
14920         (mbspbrk): New declaration.
14921         * m4/mbspbrk.m4: New file.
14922         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14923         GNULIB_MBSPBRK.
14924         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
14925         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
14926
14927 2007-02-04  Bruno Haible  <bruno@clisp.org>
14928
14929         New module mbscspn.
14930         * modules/mbscspn: New file.
14931         * lib/mbscspn.c: New file.
14932         * lib/string_.h (strcspn): Add a conditional link warning.
14933         (mbscspn): New declaration.
14934         * m4/mbscspn.m4: New file.
14935         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14936         GNULIB_MBSCSPN.
14937         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
14938         * MODULES.html.sh (Internationalization functions): Add mbscspn.
14939
14940 2007-02-04  Bruno Haible  <bruno@clisp.org>
14941
14942         New module mbscasestr, reduced goal of strcasestr.
14943         * modules/mbscasestr: New file.
14944         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
14945         (mbscasestr): Renamed from strcasestr.
14946         * lib/strcasestr.c: Don't include mbuiter.h.
14947         (strcasestr): Remove support for multibyte locales.
14948         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
14949         Change the conditional link warning.
14950         (mbscasestr): New declaration.
14951         * m4/mbscasestr.m4: New file.
14952         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
14953         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
14954         REPLACE_STRCASESTR.
14955         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
14956         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14957         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14958         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
14959         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
14960         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14961         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
14962         (Depends-on): Remove mbuiter.
14963         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
14964
14965 2007-02-04  Bruno Haible  <bruno@clisp.org>
14966
14967         Simplify handling of strncasecmp.
14968         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
14969         the conditional link warning.
14970         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14971         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
14972         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
14973         * modules/strcase (configure.ac): Don't invoke
14974         gl_STRING_MODULE_INDICATOR.
14975         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
14976
14977 2007-02-04  Bruno Haible  <bruno@clisp.org>
14978
14979         New module mbscasecmp, reduced goal of strcasecmp.
14980         * modules/mbscasecmp: New file.
14981         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
14982         (mbscasecmp): Renamed from strcasecmp.
14983         * lib/strcasecmp.c: Don't include mbuiter.h.
14984         (strcasecmp): Remove support for multibyte locales.
14985         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
14986         Change the conditional link warning.
14987         (mbscasecmp): New declaration.
14988         * m4/mbscasecmp.m4: New file.
14989         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
14990         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
14991         REPLACE_STRCASECMP.
14992         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
14993         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14994         GNULIB_MBSCASECMP.
14995         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
14996         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
14997         * modules/strcase (Files): Remove m4/mbrtowc.m4.
14998         (Depends-on): Remove mbuiter.
14999         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
15000
15001 2007-02-04  Bruno Haible  <bruno@clisp.org>
15002
15003         New module mbsstr. Remove module strstr.
15004         * modules/mbsstr: New file.
15005         * modules/strstr: Remove file.
15006         * lib/mbsstr.c: Renamed from lib/strstr.c.
15007         (mbsstr): Renamed from strstr.
15008         * lib/string_.h (strstr): Remove declaration. Change the conditional
15009         link warning.
15010         (mbsstr): New declaration.
15011         * m4/mbsstr.m4: New file.
15012         * m4/strstr.m4: Remove file.
15013         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
15014         REPLACE_STRSTR.
15015         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
15016         Don't initialize GNULIB_STRSTR.
15017         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
15018         substitute GNULIB_STRSTR and REPLACE_STRSTR.
15019         * MODULES.html.sh (Internationalization functions): Add mbsstr.
15020         (Support for systems lacking ANSI C 89): Remove strstr.
15021
15022 2007-02-04  Bruno Haible  <bruno@clisp.org>
15023
15024         New module mbsrchr.
15025         * modules/mbsrchr: New file.
15026         * lib/mbsrchr.c: New file.
15027         * lib/string_.h (strrchr): Add a conditional link warning.
15028         (mbsrchr): New declaration.
15029         * m4/mbsrchr.m4: New file.
15030         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15031         GNULIB_MBSRCHR.
15032         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
15033         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
15034
15035 2007-02-04  Bruno Haible  <bruno@clisp.org>
15036
15037         New module mbschr.
15038         * modules/mbschr: New file.
15039         * lib/mbschr.c: New file.
15040         * lib/string_.h (strchr): Add a conditional link warning.
15041         (mbschr): New declaration.
15042         * m4/mbschr.m4: New file.
15043         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15044         GNULIB_MBSCHR.
15045         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
15046         * MODULES.html.sh (Internationalization functions): Add mbschr.
15047
15048 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15049
15050         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
15051
15052         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
15053
15054 2007-02-04  Bruno Haible  <bruno@clisp.org>
15055
15056         New module description section 'configure.ac-early'.
15057         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
15058         (func_get_autoconf_early_snippet): New function.
15059         (func_import, func_create_testdir): Use it. Remove special cases for
15060         modules 'extensions' and 'lock'.
15061         * modules/extensions (configure.ac-early): Require
15062         gl_USE_SYSTEM_EXTENSIONS.
15063         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
15064
15065 2007-02-04  Bruno Haible  <bruno@clisp.org>
15066
15067         Make use of gcj-4.3's -fsource and -ftarget option.
15068         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
15069         and if so try the options -fsource and -ftarget.
15070         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
15071         source_version, ftarget_option, target_version arguments.
15072         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
15073         (is_envjavac_oldgcj_14_14_usable): Renamed from
15074         is_envjavac_gcj_14_14_usable.
15075         (is_envjavac_oldgcj_14_13_usable): Renamed from
15076         is_envjavac_gcj_14_13_usable.
15077         (is_gcj_present): Update.
15078         (is_gcj_43, is_gcj43_usable): New functions.
15079         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
15080         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
15081         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
15082         try the options -fsource and -ftarget.
15083
15084 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15085
15086         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
15087         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
15088         larger value.
15089
15090 2007-02-03  Jim Meyering  <jim@meyering.net>
15091
15092         Give tools a better chance to allocate space for very large buffers.
15093         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
15094
15095         Make pwd and readlink work also when run with an unreadable parent dir
15096         on systems with openat support.
15097         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
15098         provided getcwd function, even when we have openat support.
15099         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
15100
15101 2007-02-02  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
15104         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
15105         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
15106         portability problems if one of these functions is only used on specific
15107         platforms.
15108         Reported by Paul Eggert.
15109
15110 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
15111
15112         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
15113         is causing more trouble than it's curing.
15114         * lib/regex_internal.h (__mempcpy): Remove.
15115         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
15116         (and make the code a tad smaller to boot).
15117         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
15118
15119 2007-02-02  Jim Meyering  <jim@meyering.net>
15120
15121         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
15122         section, not in the Makefile.am: one.
15123
15124 2007-02-02  Eric Blake  <ebb9@byu.net>
15125
15126         * lib/strchrnul.c: Always include config.h first.
15127
15128         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
15129         gnulib strstr is not necessary here.
15130
15131 2007-02-02  Simon Josefsson  <simon@josefsson.org>
15132
15133         * m4/socklen.m4: Fix typo.
15134
15135 2007-02-02  Eric Blake  <ebb9@byu.net>
15136
15137         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
15138         * modules/netinet_in (Makefile.am): Likewise.
15139
15140 2007-02-01  Bruno Haible  <bruno@clisp.org>
15141
15142         * lib/string_.h (GL_LINK_WARNING): New macro.
15143         (strcasecmp, strstr, strcasestr): If provided by the system,
15144         conditionally define as a macro that leads to a warning instead of to
15145         an error.
15146         (strncasecmp): Conditionally define as a macro that leads to a warning.
15147
15148 2007-02-01  Karl Berry  <karl@gnu.org>
15149
15150         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
15151
15152 2007-02-01  Bruno Haible  <bruno@clisp.org>
15153
15154         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
15155         renamings.
15156
15157 2007-02-01  Eric Blake  <ebb9@byu.net>
15158
15159         * modules/regex (Depends-on): Revert dependence on mempcpy.
15160         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
15161         module's definition of mempcpy.
15162         Reported by Paul Eggert.
15163
15164 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15165
15166         * lib/string_.h: If the gnulib module XYZ is not present, undefine
15167         the symbol XYZ before redefining it.  This fixes a problem with
15168         programs that don't use XYZ, when compiled on systems that define
15169         XYZ to something else.
15170
15171 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
15172
15173         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
15174         occurs when "mkdir -m foo" creates a setgid directory that is (1)
15175         writeable to group or other and (2) is intended to have a special
15176         mode bit that is set or cleared.  In such a case, the directory
15177         should be neither group- nor other-writeable until the special
15178         mode bits are right.
15179
15180 2007-01-31  Eric Blake  <ebb9@byu.net>
15181
15182         * modules/mountlist (Depends-on): Add strstr.
15183
15184         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
15185         bug.
15186         * modules/string (Makefile.am): Remove redundant replacement.
15187         * modules/regex (Depends-on): Add mempcpy.
15188
15189 2007-01-31  Bruno Haible  <bruno@clisp.org>
15190
15191         New module description field 'Link'.
15192         * gnulib-tool (func_usage): Document --extract-link-directive.
15193         (sed_extract_prog): Recognize 'Link' directive.
15194         (func_get_link_directive): New function.
15195         (func_import): Show summary of link directives.
15196         Handle --extract-link-directive option.
15197         * modules/acl (Link): New section.
15198         * modules/clock-time (Link): New section.
15199         * modules/euidaccess (Link): New section.
15200         * modules/gettext (Link): New section.
15201         * modules/iconv (Link): New section.
15202         * modules/lock (Link): New section.
15203         * modules/nanosleep (Link): New section.
15204         * modules/readline (Link): New section.
15205
15206 2007-01-27  Bruno Haible  <bruno@clisp.org>
15207
15208         Enforce the use of gnulib modules for unportable <string.h> functions.
15209         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
15210         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
15211         (gl_HEADER_STRING_H_BODY): Require it.
15212         * lib/string_.h: If the gnulib module XYZ is not present, redefine
15213         the symbol XYZ to one that gives a link error.
15214         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
15215         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
15216         * modules/mempcpy (configure.ac): Likewise.
15217         * modules/memrchr (configure.ac): Likewise.
15218         * modules/stpcpy (configure.ac): Likewise.
15219         * modules/stpncpy (configure.ac): Likewise.
15220         * modules/strcase (configure.ac): Likewise.
15221         * modules/strcasestr (configure.ac): Likewise.
15222         * modules/strchrnul (configure.ac): Likewise.
15223         * modules/strdup (configure.ac): Likewise.
15224         * modules/strndup (configure.ac): Likewise.
15225         * modules/strnlen (configure.ac): Likewise.
15226         * modules/strpbrk (configure.ac): Likewise.
15227         * modules/strsep (configure.ac): Likewise.
15228         * modules/strstr (configure.ac): Likewise.
15229         * modules/strtok_r (configure.ac): Likewise.
15230
15231 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
15232
15233         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
15234
15235 2007-01-30  Jim Meyering  <jim@meyering.net>
15236
15237         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
15238
15239 2007-01-29  Bruno Haible  <bruno@clisp.org>
15240
15241         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
15242         * lib/execute.c: Likewise.
15243         * lib/pipe.c: Likewise.
15244         * lib/printf-args.h: Likewise.
15245         * lib/printf-args.c: Likewise.
15246         * lib/printf-parse.c: Likewise.
15247         * lib/vasnprintf.c: Likewise.
15248
15249 2007-01-29  Eric Blake  <ebb9@byu.net>
15250
15251         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
15252         declaration.
15253
15254 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
15255
15256         * lib/strptime.h (strptime): Use 'restrict' for args where
15257         POSIX requires this.
15258         * lib/strptime.c (strptime): Likewise.
15259         Change license notice from LGPL to GPL, since gnulib-tool will
15260         change this as needed.
15261         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
15262         defined.
15263         Include "strptime.h" first, to check interface.
15264         Do not #undef _LIBC and _NL_CURRENT.
15265         Do not include <stdlib.h>; no longer needed.
15266         Include "time_r.h" and declare ptime_locale_status
15267         only if _LIBC is not defined.
15268         (__P): Remove unused macro.
15269         (match_string): Bring back glibc version, but use it only if _LIBC
15270         is defined.
15271         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
15272         Remove unnecessary assertion and abort() call.
15273         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
15274         * m4/strptime.m4: Fix serial number comment.
15275         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
15276         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
15277         (Depends-on): Add time_r.
15278
15279 2007-01-29  Bruno Haible  <bruno@clisp.org>
15280
15281         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15282         strptime.
15283         * modules/strptime (Depends-on): Add stdbool.
15284         * lib/strptime.h: Include <time.h> always. Add comments.
15285
15286 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15287
15288         * modules/strptime: New file.
15289         * lib/strptime.h: New file.
15290         * lib/strptime.c: New file.
15291         * m4/strptime.m4: New file.
15292
15293 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * MODULES.html.sh: New module mpsort.
15296         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
15297
15298         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
15299         a circularity problem with HP-UX ia64 reported by Bob Proulx in
15300         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
15301         All uses changed.
15302         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
15303         All uses changed.
15304         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
15305         to _Restrict_.
15306         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
15307         the parameter matches the prototype.
15308
15309 2007-01-28  Jim Meyering  <jim@meyering.net>
15310
15311         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
15312         sys/time.h here, reverting that part of the previous patch:
15313         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
15314
15315 2007-01-28  Bruno Haible  <bruno@clisp.org>
15316
15317         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
15318         value of $(SYS_TIME_H).
15319         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
15320         remove it conditionally, too. [added by Jim Meyering]
15321         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
15322         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15323         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
15324         GETTIMEOFDAY_REPLACEMENT to 1.
15325
15326 2007-01-28  Bruno Haible  <bruno@clisp.org>
15327
15328         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
15329         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
15330         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
15331         Set UNISTD_H instead of UNISTD_H2.
15332         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
15333
15334 2007-01-28  Bruno Haible  <bruno@clisp.org>
15335
15336         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
15337         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
15338
15339 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15340
15341         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
15342         (func_create_testdir): Ensure C locale for `grep' and `tr'
15343         character ranges.
15344         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
15345         ACLOCAL_AMFLAGS parsing state machine.
15346
15347 2007-01-27  Bruno Haible  <bruno@clisp.org>
15348
15349         * modules/unistr/base: Update.
15350
15351 2007-01-27  Bruno Haible  <bruno@clisp.org>
15352
15353         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
15354         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
15355         * modules/unistr/u32-mbtouc-unsafe: Renamed from
15356         modules/unistr/u32-mbtouc.
15357         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
15358         * lib/unistr.h: Update.
15359         * lib/linebreak.c: Update.
15360         * modules/unistr/u32-mbtouc: Renamed from
15361         modules/unistr/u32-mbtouc-safe.
15362         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
15363         * lib/unistr.h: Update.
15364         * lib/unistr/u32-to-u8.c: Update.
15365         * lib/unistr/u32-to-u16.c: Update.
15366
15367 2007-01-27  Bruno Haible  <bruno@clisp.org>
15368
15369         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
15370         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
15371         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
15372         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
15373         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
15374         * modules/unistr/u16-mbtouc-unsafe: Renamed from
15375         modules/unistr/u16-mbtouc.
15376         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
15377         * lib/unistr.h: Update.
15378         * lib/linebreak.c: Update.
15379         * modules/linebreak: Update.
15380         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
15381         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
15382         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
15383         * modules/unistr/u16-mbtouc: Renamed from
15384         modules/unistr/u16-mbtouc-safe.
15385         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
15386         * lib/unistr.h: Update.
15387         * lib/unistr/u16-to-u8.c: Update.
15388         * modules/unistr/u16-to-u8: Update.
15389         * lib/unistr/u16-to-u32.c: Update.
15390         * modules/unistr/u16-to-u32: Update.
15391
15392 2007-01-27  Bruno Haible  <bruno@clisp.org>
15393
15394         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
15395         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
15396         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
15397         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
15398         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
15399         * modules/unistr/u8-mbtouc-unsafe: Renamed from
15400         modules/unistr/u8-mbtouc.
15401         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
15402         * lib/unistr.h: Update.
15403         * lib/striconveh.c: Update.
15404         * modules/striconveh: Update.
15405         * lib/linebreak.c: Update.
15406         * modules/linebreak: Update.
15407         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
15408         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
15409         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
15410         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
15411         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
15412         * lib/unistr.h: Update.
15413         * lib/striconveh.c: Update.
15414         * modules/striconveh: Update.
15415         * lib/unistr/u8-to-u16.c: Update.
15416         * modules/unistr/u8-to-u16: Update.
15417         * lib/unistr/u8-to-u32.c: Update.
15418         * modules/unistr/u8-to-u32: Update.
15419
15420 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15421
15422         Sync from Libtool.
15423         * lib/argz.c: Do not include strings.h nor memory.h, include
15424         string.h unconditionally.  Patch by Simon Josefsson.
15425
15426 2007-01-27  Bruno Haible  <bruno@clisp.org>
15427
15428         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
15429         from gl_HEADER_STRING_H_BODY.
15430         (gl_HEADER_STRING_H_BODY): Require it.
15431         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
15432         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15433         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15434         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15435         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15436         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
15437         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15438         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15439         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
15440         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15441         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15442         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
15443         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15444         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15445         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15446
15447 2007-01-27  Bruno Haible  <bruno@clisp.org>
15448
15449         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
15450         check_PROGRAMS into noinst_PROGRAMS.
15451         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
15452         check_PROGRAMS in this case.
15453         (func_import): Set for_test to false.
15454         (func_create_testdir): Set for_test to true.
15455
15456 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15457             Bruno Haible  <bruno@clisp.org>
15458
15459         * modules/strcasestr (Files): Remove lib/strcasestr.h.
15460         (Depends-on): Add string.
15461         (Includes): Use <string.h> instead of strcasestr.h.
15462         * modules/string (Makefile.am): Also substitute the value of
15463         REPLACE_STRCASESTR.
15464         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
15465         assume strcasestr is declared in <string.h> not <strings.h>. Also
15466         set REPLACE_STRCASESTR.
15467         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
15468         REPLACE_STRCASESTR.
15469         * lib/strcasestr.h: Remove file.
15470         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
15471         * lib/string_.h (strcasestr): New declaration.
15472
15473 2007-01-27  Bruno Haible  <bruno@clisp.org>
15474
15475         * lib/string_.h: Use 'extern'.
15476
15477 2007-01-27  Jim Meyering  <jim@meyering.net>
15478
15479         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
15480         of set-but-not-used local, "q".
15481
15482         * lib/mempcpy.c: Include <config.h> before <string.h>.
15483         This fixes a compilation error on HP-UX, due to the system's
15484         "restrict"-using mempcpy prototype.
15485
15486 2007-01-26  Bruno Haible  <bruno@clisp.org>
15487
15488         Small optimization.
15489         * lib/javacomp.c: Include c-strstr.h.
15490          (is_envjavac_gcj): Use c_strstr instead of strstr.
15491         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
15492
15493 2007-01-26  Bruno Haible  <bruno@clisp.org>
15494
15495         * MODULES.html.sh (Unicode string functions): Add the new modules.
15496
15497         * modules/uniconv/u32-strconv-to-locale: New file.
15498         * lib/uniconv/u32-strconv-to-locale.c: New file.
15499
15500         * modules/uniconv/u16-strconv-to-locale: New file.
15501         * lib/uniconv/u16-strconv-to-locale.c: New file.
15502
15503         * modules/uniconv/u8-strconv-to-locale: New file.
15504         * lib/uniconv/u8-strconv-to-locale.c: New file.
15505
15506         * modules/uniconv/u32-strconv-from-locale: New file.
15507         * lib/uniconv/u32-strconv-from-locale.c: New file.
15508
15509         * modules/uniconv/u16-strconv-from-locale: New file.
15510         * lib/uniconv/u16-strconv-from-locale.c: New file.
15511
15512         * modules/uniconv/u8-strconv-from-locale: New file.
15513         * lib/uniconv/u8-strconv-from-locale.c: New file.
15514
15515         * modules/uniconv/u32-strconv-to-enc: New file.
15516         * lib/uniconv/u32-strconv-to-enc.c: New file.
15517         * modules/uniconv/u32-strconv-to-enc-tests: New file.
15518         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
15519
15520         * modules/uniconv/u16-strconv-to-enc: New file.
15521         * lib/uniconv/u16-strconv-to-enc.c: New file.
15522         * lib/uniconv/u-strconv-to-enc.h: New file.
15523         * modules/uniconv/u16-strconv-to-enc-tests: New file.
15524         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
15525
15526         * modules/uniconv/u8-strconv-to-enc: New file.
15527         * lib/uniconv/u8-strconv-to-enc.c: New file.
15528         * modules/uniconv/u8-strconv-to-enc-tests: New file.
15529         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
15530
15531         * modules/uniconv/u32-strconv-from-enc: New file.
15532         * lib/uniconv/u32-strconv-from-enc.c: New file.
15533         * modules/uniconv/u32-strconv-from-enc-tests: New file.
15534         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
15535
15536         * modules/uniconv/u16-strconv-from-enc: New file.
15537         * lib/uniconv/u16-strconv-from-enc.c: New file.
15538         * modules/uniconv/u16-strconv-from-enc-tests: New file.
15539         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
15540
15541         * modules/uniconv/u8-strconv-from-enc: New file.
15542         * lib/uniconv/u8-strconv-from-enc.c: New file.
15543         * lib/uniconv/u-strconv-from-enc.h: New file.
15544         * modules/uniconv/u8-strconv-from-enc-tests: New file.
15545         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
15546
15547         * modules/uniconv/u32-conv-from-enc: New file.
15548         * lib/uniconv/u32-conv-from-enc.c: New file.
15549         * modules/uniconv/u32-conv-from-enc-tests: New file.
15550         * tests/uniconv/test-u32-conv-from-enc.c: New file.
15551
15552         * modules/uniconv/u16-conv-from-enc: New file.
15553         * lib/uniconv/u16-conv-from-enc.c: New file.
15554         * lib/uniconv/u-conv-from-enc.h: New file.
15555         * modules/uniconv/u16-conv-from-enc-tests: New file.
15556         * tests/uniconv/test-u16-conv-from-enc.c: New file.
15557
15558         * modules/uniconv/u8-conv-from-enc: New file.
15559         * lib/uniconv/u8-conv-from-enc.c: New file.
15560         * modules/uniconv/u8-conv-from-enc-tests: New file.
15561         * tests/uniconv/test-u8-conv-from-enc.c: New file.
15562
15563         * modules/uniconv/base: New file.
15564         * lib/uniconv.h: New file.
15565
15566 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * doc/gnulib-tool.texi (Initial import): Update to match current
15569         behavior with strdup module.
15570         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
15571         * lib/memmem.h: Remove; all uses removed.  This is now done
15572         by <string.h>.
15573         * lib/mempcpy.h: Likewise.
15574         * lib/memrchr.h: Likewise.
15575         * lib/stpcpy.h: Likewise.
15576         * lib/stpncpy.h: Likewise.
15577         * lib/strcase.h: Likewise.
15578         * lib/strchrnul.h: Likewise.
15579         * lib/strdup.h: Likewise.
15580         * lib/strndup.h: Likewise.
15581         * lib/strnlen.h: Likewise.
15582         * lib/strpbrk.h: Likewise.
15583         * lib/strsep.h: Likewise.
15584         * lib/strstr.h: Likewise.
15585         * lib/strtok_r.h: Likewise.
15586         * lib/string_.h: New file.
15587         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
15588         Rely on <string.h> instead.
15589         * lib/canon-host.c: Likewise.
15590         * lib/chdir-long.c: Likewise.
15591         * lib/concatpath.c: Likewise.
15592         * lib/exclude.c: Likewise.
15593         * lib/fchdir.c: Likewise.
15594         * lib/getaddrinfo.c: Likewise.
15595         * lib/getcwd.c: Likewise.
15596         * lib/getsubopt.c: Likewise.
15597         * lib/glob.c: Likewise.
15598         * lib/hard-locale.c: Likewise.
15599         * lib/iconvme.c: Likewise.
15600         * lib/javacomp.c: Likewise.
15601         * lib/mempcpy.c: Likewise.
15602         * lib/memrchr.c: Likewise.
15603         * lib/regex_internal.h: Likewise.
15604         * lib/stpncpy.c: Likewise.
15605         * lib/strcasecmp.c: Likewise.
15606         * lib/strchrnul.c: Likewise.
15607         * lib/strdup.c: Likewise.
15608         * lib/striconv.c: Likewise.
15609         * lib/striconveh.c: Likewise.
15610         * lib/striconveha.c: Likewise.
15611         * lib/strncasecmp.c: Likewise.
15612         * lib/strndup.c: Likewise.
15613         * lib/strnlen.c: Likewise.
15614         * lib/strsep.c: Likewise.
15615         * lib/strstr.c: Likewise.
15616         * lib/strtok_r.c: Likewise.
15617         * lib/userspec.c: Likewise.
15618         * lib/w32spawn.h: Likewise.
15619         * lib/xstrndup.c: Likewise.
15620         * lib/mountlist.c (strstr): Remove decl.
15621         * m4/string_h.m4: New file.
15622         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
15623         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
15624         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
15625         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
15626         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
15627         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
15628         Set REPLACE_STRCASECMP if necessary.
15629         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
15630         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
15631         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
15632         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
15633         HAVE_DECL_STRDUP if necessary.
15634         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
15635         since gl_FUNC_STRNDUP does that now.
15636         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
15637         Check for decl here...
15638         (gl_PREREQ_STRNLEN): ... not here.
15639         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
15640         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
15641         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
15642         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
15643         necessary.
15644         * modules/string: New file.
15645         * modules/memmem (Files): Remove special-purpose include file.
15646         (Depends-on): Add string.
15647         (Include): Include <string.h>, not the removed file.
15648         * modules/mempcpy: Likewise.
15649         * modules/memrchr: Likewise.
15650         * modules/stpcpy: Likewise.
15651         * modules/stpncpy: Likewise.
15652         * modules/strcase: Likewise.
15653         * modules/strchrnul: Likewise.
15654         * modules/strdup: Likewise.
15655         * modules/strndup: Likewise.
15656         * modules/strnlen: Likewise.
15657         * modules/strpbrk: Likewise.
15658         * modules/strsep: Likewise.
15659         * modules/strstr: Likewise.
15660         * modules/strtok_r: Likewise.
15661         * tests/test-dirname.c: Don't include "strdup.h", since
15662         <string.h> now suffices.
15663         * tests/test-memmem.c: Don't include "memmem.h", since
15664         <string.h> now suffices.
15665
15666 2007-01-25  Bruno Haible  <bruno@clisp.org>
15667
15668         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
15669         *resultp is 0.
15670
15671         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
15672         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
15673         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
15674         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
15675
15676         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
15677         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
15678         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
15679         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
15680         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
15681         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
15682
15683 2007-01-24  Bruno Haible  <bruno@clisp.org>
15684
15685         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
15686         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
15687         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
15688         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
15689         gl_FUNC_FTS_CORE.
15690         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
15691         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
15692         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15693         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
15694         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
15695         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
15696         gl_FUNC_FCHOWNAT.
15697         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
15698         gl_FUNC_STRFTIME.
15699         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
15700         Reported by Ralf Wildenhues.
15701
15702 2007-01-24  Bruno Haible  <bruno@clisp.org>
15703
15704         Drop AC_REQUIRE calls that are redundant with the module dependencies.
15705         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
15706         gl_GETADDRINFO.
15707         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
15708         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
15709         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
15710
15711 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
15712
15713         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
15714         Don't use 'exit'; just return from 'main'.
15715         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
15716
15717         * lib/fnmatch_.h: Readjust white space and comments to match
15718         glibc, to avoid spurious diffs.
15719
15720 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15721
15722         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
15723         2004-12-01 change by Jakub Jelinek, since this code won't compile
15724         if !LIBC.  Problem reported by Bob Proulx.
15725
15726 2007-01-23  Bruno Haible  <bruno@clisp.org>
15727
15728         * lib/striconveh.c: Include c-strcaseeq.h.
15729         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
15730         * modules/striconveh (Depends-on): Add c-strcaseeq.
15731
15732 2007-01-23  Bruno Haible  <bruno@clisp.org>
15733
15734         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
15735
15736         * modules/c-strcaseeq: New file.
15737         * lib/c-strcaseeq.h: New file.
15738
15739         * modules/streq: New file.
15740         * lib/streq.h: New file.
15741
15742 2007-01-23  Bruno Haible  <bruno@clisp.org>
15743
15744         * modules/striconveha-tests: New file.
15745         * tests/test-striconveha.c: New file.
15746
15747         * lib/striconveha.h: Include <stdbool.h>.
15748         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
15749         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
15750         (mem_iconveha_notranslit): Renamed from mem_iconveha.
15751         (mem_iconveha): New function.
15752         (str_iconveha_notranslit): Renamed from str_iconveha.
15753         (str_iconveha): New function.
15754         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
15755         c-strcase.
15756
15757 2007-01-23  Bruno Haible  <bruno@clisp.org>
15758
15759         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
15760         encodings without forgiving before trying any encoding with handler.
15761         (str_iconveha): Try all encodings without forgiving before trying any
15762         encoding with handler.
15763
15764 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         Import the following changes from libc.
15767
15768         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15769
15770         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
15771
15772         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15773
15774         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
15775         normal_bracket label.
15776
15777         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
15778
15779         [BZ #361]
15780         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
15781         to normal_bracket after fetching the next character.
15782
15783 2007-01-22  Bruno Haible  <bruno@clisp.org>
15784
15785         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
15786         argument.
15787         * lib/striconveh.c (iconv_carefully_1): New function.
15788         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
15789         argument.
15790         (str_cd_iconveh): Update.
15791         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
15792         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
15793         * tests/test-striconveh.c (MAGIC): New macro.
15794         (new_offsets): New function.
15795         (main): Test call with and without offsets.
15796
15797 2007-01-22  Bruno Haible  <bruno@clisp.org>
15798
15799         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
15800         * modules/sys_select (Makefile.am): Likewise.
15801         * modules/sys_socket (Makefile.am): Likewise.
15802         * modules/sys_time (Makefile.am): Likewise.
15803
15804 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15805
15806         * modules/gettimeofday (License): Change from GPL to LGPL, since
15807         gettimeofday is a library function.
15808
15809 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15810
15811         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
15812
15813 2007-01-21  Bruno Haible  <bruno@clisp.org>
15814
15815         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
15816
15817 2007-01-21  Bruno Haible  <bruno@clisp.org>
15818
15819         * modules/striconveha: New file.
15820         * lib/striconveha.h: New file.
15821         * lib/striconveha.c: New file.
15822         * MODULES.html.sh (Internationalization functions): Add striconveha.
15823         * lib/striconv.c (str_iconv): Optimize the case of an empty input
15824         string.
15825         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
15826
15827 2007-01-21  Bruno Haible  <bruno@clisp.org>
15828
15829         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
15830         * lib/striconveh.c (str_iconveh): Likewise.
15831
15832 2007-01-21  Bruno Haible  <bruno@clisp.org>
15833
15834         * lib/striconveh.h (mem_iconveh): New declaration.
15835         * lib/striconveh.c (mem_iconveh): New function.
15836         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
15837
15838 2007-01-21  Bruno Haible  <bruno@clisp.org>
15839
15840         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
15841
15842         * lib/striconveh.h (mem_cd_iconveh): Change specification.
15843         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
15844         original result buffer.
15845         (str_cd_iconveh): Update.
15846         * tests/test-striconveh.c (main): Update.
15847
15848         * lib/striconv.h (mem_cd_iconv): Change specification.
15849         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
15850         result buffer.
15851         (str_cd_iconv): Update.
15852         * tests/test-striconv.c (main): Update.
15853
15854 2007-01-21  Bruno Haible  <bruno@clisp.org>
15855
15856         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
15857
15858 2007-01-20  Jim Meyering  <jim@meyering.net>
15859
15860         * lib/userspec.c (parse_with_separator): If a user or group string
15861         starts with "+", skip the corresponding name-to-ID look-up, since
15862         such a look-up must fail: user and group names may not include "+".
15863
15864 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15865
15866         * lib/poll.c: Include sys/time.h and time.h unconditionally,
15867         since we now assume the sys_time module.
15868         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
15869         check for sys/time.h; no longer needed.
15870         * modules/poll (Depends-on): Depend on sys_time.
15871
15872 2007-01-18  Bruno Haible  <bruno@clisp.org>
15873
15874         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
15875         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15876
15877         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
15878         gettimeofday.
15879
15880         * tests/test-gettimeofday.c: Include <time.h>.
15881         (dummy): Remove variable.
15882
15883         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
15884         gl_HEADER_SYS_TIME_H.
15885         (gl_HEADER_SYS_TIME_H): New macro.
15886
15887         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
15888         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15889         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
15890         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
15891         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15892         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
15893         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
15894         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15895         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
15896         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
15897         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15898
15899         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
15900         last change; it caused a compilation error when cross-compiling to
15901         Cygwin.
15902
15903 2007-01-18  Jim Meyering  <jim@meyering.net>
15904
15905         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
15906         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
15907         than the race-prone "test -d sys || mkdir sys".
15908         (configure.ac): Use AC_PROG_MKDIR_P.
15909         * modules/sys_select: Likewise.
15910         * modules/sys_socket: Likewise.
15911         * modules/sys_time: Likewise.
15912
15913 2007-01-18  Eric Blake  <ebb9@byu.net>
15914
15915         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
15916         replace gettimeofday.
15917         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
15918         name, to avoid infinite recursion.
15919
15920 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
15923         module sys_time.
15924         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
15925         assume timespec.h defines struct timeval.
15926         * lib/settime.c: Likewise.
15927         * lib/utimens.c: Likewise.
15928         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
15929         since we now assume the gettimeofday module.
15930         * lib/tempname.c (__gen_tempname): Likewise.
15931         * lib/gettimeofday.h: Remove.
15932         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
15933         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
15934         Include <time.h>, for 'time()'.
15935         (localtime_buffer_addr): Also use this workaround if
15936         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
15937         to simplify the uses.  All uses changed.
15938         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
15939         that #undef is inside {}, and 'const' follows type name consistently.
15940         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
15941         (gettimeofday): Do not use the maximum possible value for
15942         tv->tv_usec, since that might break usages other than ls.c.
15943         Instead, we'll leave ls.c alone.  This undoes today's patch
15944         by Bruno.  Add a compile-time warning for 1s-clock resolution;
15945         we've never observed the problem but might as well keep the
15946         canary.
15947         * lib/nanosleep.c: Include timespec.h first, for interface check.
15948         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
15949         now assume the sys_time module.
15950         * lib/tempname.c: Likewise.
15951         * lib/timespec.h: Likewise.
15952         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
15953         needed.
15954         * lib/strftime.c: Likewise.
15955         * lib/timespec.h: Likewise.
15956         * lib/posixtm.c: Include posixtm.h first, for interface check.
15957         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
15958         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
15959         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
15960         * lib/sys_time_.h: New file.
15961         * lib/timespec.h (struct timespec): Use long int, not long.
15962         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15963         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
15964         Remove obsolescent call to AC_HEADER_TIME.
15965         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
15966         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15967         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15968         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
15969         Likewise.
15970         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
15971         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
15972         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
15973         into the sys_time module.  Check for gettimeofday just once.
15974         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
15975         for gettimeofday signature to just check the signature.  Merely
15976         compile it, since linking doesn't test signature.  Improve test for
15977         whether gettimeofday.o is actually needed.
15978         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
15979         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
15980         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
15981         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15982         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
15983         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
15984         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
15985         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
15986         than worrying about sys/time.h.
15987         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15988         Don't bother worrying about TIME_WITH_SYS_TIME.
15989         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
15990         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
15991         * m4/sys_time_h.m4: New file.
15992         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
15993         Don't include sys/time.h.  Return from main rather than exiting.
15994         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
15995         all uses changed.
15996         * modules/gethrxtime (Depends-on): Add sys_time.
15997         * modules/gettime (Depends-on): Likewise.
15998         * modules/gettimeofday (Depends-on): Likewise.
15999         * modules/nanosleep (Depends-on): Likewise.
16000         * modules/settime (Depends-on): Likewise.
16001         * modules/tempname (Depends-on): Likewise.
16002         * modules/utimens (Depends-on): Likewise.
16003         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
16004         (Include:) Change back to <sys/time.h>.
16005         (Maintainer:) Add self.
16006         * modules/sys_time: New file.
16007         * modules/tempname (Depends-on): Add gettimeofday.
16008         * tests/test-gettimeofday.c: Include <sys/time.h>
16009         rather than gettimeofday.h.
16010
16011 2007-01-17  Bruno Haible  <bruno@clisp.org>
16012
16013         * gnulib-tool (func_get_license): Revert last patch. Instead, let
16014         the license default to GPL.
16015         (func_create_testdir): Don't complain if a module is LGPL and its
16016         tests module depends on GPLed modules.
16017
16018 2007-01-17  Bruno Haible  <bruno@clisp.org>
16019
16020         * lib/gettimeofday.c (gettimeofday): Add code for the case
16021         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
16022         maximum possible value for tv->tv_usec, rather than the minimum one.
16023
16024 2005-10-08  Martin Lambers  <marlam@marlam.de>
16025 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16026 2007-01-16  Bruno Haible  <bruno@clisp.org>
16027
16028         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
16029         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
16030         gl_FUNC_GETTIMEOFDAY.
16031         (Include): Add gettimeofday.h.
16032         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
16033         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
16034         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
16035         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
16036         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
16037         * lib/gettimeofday.h: New file.
16038         * lib/gettimeofday.c: Include <sys/timeb.h>.
16039         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
16040         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16041         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
16042         fall back on time().
16043
16044         * tests/test-gettimeofday.c: New file.
16045         * modules/gettimeofday-tests: New file.
16046
16047 2007-01-16  Eric Blake  <ebb9@byu.net>
16048
16049         * modules/fnmatch (Depends-on): Depend on wchar.
16050         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
16051         * m4/fnmatch.m4: Likewise.
16052         * modules/mbchar (Makefile.am): Assume <wchar.h>.
16053         * m4/mbchar.m4: Likewise.
16054         * modules/mbswidth (Depends-on): Depend on wchar.
16055         * lib/mbswidth.c: Assume <wchar.h>.
16056         * m4/mbswidth.m4: Likewise.
16057         * modules/quotearg (Depends-on): Depend on wchar.
16058         * lib/quotearg.c: Assume <wchar.h>.
16059         * m4/quotearg.m4: Likewise.
16060         * modules/regex (Depends-on): Depend on wchar.
16061         * lib/regex_internal.h: Assume <wchar.h>.
16062         * m4/regex.m4: Likewise.
16063         * modules/stdint (Depends-on): Depend on wchar.
16064         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
16065         * m4/stdint.m4: Likewise.
16066         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
16067         * modules/strftime (Depends-on): Depend on wchar.
16068         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
16069         * modules/strtol (Depends-on): Depend on wchar.
16070         * lib/strtol.c: Assume <wchar.h>.
16071         * modules/wcwidth (Depends-on): Depend on wchar.
16072         * lib/wcwidth.h: Assume <wchar.h>.
16073         * m4/wcwidth.m4: Likewise.
16074
16075 2007-01-16  Bruno Haible  <bruno@clisp.org>
16076
16077         * modules/csharpexec-script: New, created from...
16078         * modules/csharpexec: ... this.
16079
16080 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
16081
16082         * modules/javaexec-script: New, created from...
16083         * modules/javaexec: ... this.
16084
16085 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16086
16087         * modules/poll (Dependencies): Add sys_select.
16088
16089 2007-01-15  Jim Meyering  <jim@meyering.net>
16090
16091         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
16092         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
16093         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
16094         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
16095
16096 2007-01-15  Bruno Haible  <bruno@clisp.org>
16097
16098         * modules/striconveh: New file.
16099         * lib/striconveh.h: New file.
16100         * lib/striconveh.c: New file.
16101         * MODULES.html.sh (Internationalization functions): Add striconveh.
16102
16103         * modules/striconveh-tests: New file.
16104         * tests/test-striconveh.c: New file.
16105
16106 2007-01-15  Bruno Haible  <bruno@clisp.org>
16107
16108         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
16109         not from GNU libiconv or GNU libc.
16110
16111 2007-01-15  Bruno Haible  <bruno@clisp.org>
16112
16113         * doc/gnulib-intro.texi (Copyright): Explain the different license
16114         terms for module descriptions, autoconf macros, tests, documentation.
16115
16116 2007-01-14  Bruno Haible  <bruno@clisp.org>
16117
16118         * modules/striconv-tests: New file.
16119         * tests/test-striconv.c: New file.
16120
16121 2007-01-14  Bruno Haible  <bruno@clisp.org>
16122
16123         * modules/iconv-tests: New file.
16124         * tests/test-iconv.c: New file.
16125
16126 2007-01-14  Bruno Haible  <bruno@clisp.org>
16127
16128         * gnulib-tool (func_get_license): For test modules, use the license of
16129         the main module.
16130
16131 2007-01-14  Bruno Haible  <bruno@clisp.org>
16132
16133         * modules/iconv (Include): Clarify that <iconv.h> can only be included
16134         if iconv is found to exist.
16135
16136 2007-01-14  Bruno Haible  <bruno@clisp.org>
16137
16138         * modules/c-ctype-tests: New file.
16139         * tests/test-c-ctype.c: New file.
16140
16141 2007-01-14  Bruno Haible  <bruno@clisp.org>
16142
16143         * modules/binary-io-tests: New file.
16144         * tests/test-binary-io.sh: New file.
16145         * tests/test-binary-io.c: New file.
16146
16147 2007-01-14  Bruno Haible  <bruno@clisp.org>
16148
16149         * modules/array-oset-tests: New file.
16150         * tests/test-array_oset.c: New file.
16151
16152 2007-01-14  Bruno Haible  <bruno@clisp.org>
16153
16154         * modules/array-list-tests: New file.
16155         * tests/test-array_list.c: New file.
16156
16157 2007-01-14  Bruno Haible  <bruno@clisp.org>
16158
16159         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
16160         and make.
16161         Reported by Simon Josefsson in
16162         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
16163
16164 2007-01-14  Bruno Haible  <bruno@clisp.org>
16165
16166         * modules/allocsa-tests: New file.
16167         * tests/test-allocsa.c: New file.
16168
16169 2007-01-14  Bruno Haible  <bruno@clisp.org>
16170
16171         * modules/fchdir (Depends-on): Add absolute-header.
16172         * modules/unistd (Depends-on): Likewise.
16173
16174 2006-12-30  Bruno Haible  <bruno@clisp.org>
16175
16176         * modules/fchdir: New file.
16177         * modules/unistd (Files): Add lib/unistd_.h.
16178         (Makefile.am): Generate unistd.h from unistd_.h.
16179         * lib/fchdir.c: New file.
16180         * lib/dirent_.h: New file.
16181         * lib/unistd_.h: New file.
16182         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
16183         * m4/fchdir.m4: New file.
16184         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
16185         (gl_HEADER_UNISTD): Invoke it.
16186         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
16187         function.
16188         * lib/backupfile.c (opendir, closedir): Undefine.
16189         * lib/chown.c (open, close): Undefine.
16190         * lib/clean-temp.c (open, close): Undefine.
16191         * lib/copy-file.c (open, close): Undefine.
16192         * lib/execute.c (open, close): Undefine.
16193         * lib/fsusage.c (open, close): Undefine.
16194         * lib/gc-gnulib.c (open, close): Undefine.
16195         * lib/getcwd.c (opendir, closedir): Undefine.
16196         * lib/glob.c (opendir, closedir): Undefine.
16197         * lib/javacomp.c (open, close): Undefine.
16198         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
16199         * lib/openat-proc.c (open, close): Undefine.
16200         * lib/pagealign_alloc.c (open, close): Undefine.
16201         * lib/pipe.c (open, close): Undefine.
16202         * lib/progreloc.c (open, close): Undefine.
16203         * lib/savedir.c (opendir, closedir): Undefine.
16204         * lib/utime.c (open, close): Undefine.
16205         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
16206
16207 2007-01-10  Bruno Haible  <bruno@clisp.org>
16208
16209         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
16210
16211 2007-01-12  Eric Blake  <ebb9@byu.net>
16212
16213         Provide a robust <wchar.h>.  Further simplifications are now
16214         possible in other modules, but not included here.
16215         * modules/wchar: New module.
16216         * m4/wchar.m4: New file.
16217         * lib/wchar_.h: Likewise.
16218         * modules/mbchar (Depends-on): Depend on wchar, as the first use
16219         of the new module.
16220         * MODULES.html.sh (Extended multibyte and wide character utilities):
16221         New section.
16222
16223 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
16224
16225         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
16226         to a reasonable default for memory allocation.
16227         (xreadlink): Don't allocate a huge buffer, to work around a buggy
16228         file system that reports garbage st_size values for symlinks.
16229         Problem reported by Liyang Hu.
16230
16231 2007-01-11  Simon Josefsson  <simon@josefsson.org>
16232
16233         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
16234         Emacs .#* auto-save files).
16235
16236 2007-01-11  Bruno Haible  <bruno@clisp.org>
16237
16238         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
16239         directory.
16240
16241 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16242
16243         Use @...@ consistently in lib/wctype_.h.
16244         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
16245         on it being set to 1 or 0.
16246         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
16247         go back to AC_SUBSTing it.
16248         * modules/wctype (Makefile.am): Undo previous change.
16249
16250 2007-01-10  Eric Blake  <ebb9@byu.net>
16251
16252         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
16253         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
16254         * modules/wctype (Makefile.am): Likewise.
16255         Reported by Chris McGuire.
16256
16257 2007-01-10  Jim Meyering  <jim@meyering.net>
16258
16259         fts.c: a small readability/maintainability improvement
16260         * lib/fts.c (fts_read): Make this code slightly more readable and
16261         maintainable by hoisting the "sp->fts_cur = p" assignments to
16262         immediately follow the statements that set P.  Derived from
16263         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
16264
16265 2007-01-10  Eric Blake  <ebb9@byu.net>
16266
16267         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
16268         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
16269         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16270         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
16271         Reported by Chris McGuire.
16272
16273 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16274
16275         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
16276         in sed script.
16277
16278 2007-01-09  Bruno Haible  <bruno@clisp.org>
16279
16280         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
16281         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
16282         variables.
16283         (func_module): Use them.
16284
16285 2007-01-09  Bruno Haible  <bruno@clisp.org>
16286
16287         * modules/unistr/base: New file.
16288         * lib/unistr.h: New file.
16289
16290         * modules/unistr/u8-to-u16: New file.
16291         * lib/unistr/u8-to-u16.c: New file.
16292
16293         * modules/unistr/u8-to-u32: New file.
16294         * lib/unistr/u8-to-u32.c: New file.
16295
16296         * modules/unistr/u16-to-u8: New file.
16297         * lib/unistr/u16-to-u8.c: New file.
16298
16299         * modules/unistr/u16-to-u32: New file.
16300         * lib/unistr/u16-to-u32.c: New file.
16301
16302         * modules/unistr/u32-to-u8: New file.
16303         * lib/unistr/u32-to-u8.c: New file.
16304
16305         * modules/unistr/u32-to-u16: New file.
16306         * lib/unistr/u32-to-u16.c: New file.
16307
16308         * modules/unistr/u8-check: New file.
16309         * modules/unistr/u16-check: New file.
16310         * modules/unistr/u32-check: New file.
16311         * lib/unistr/u8-check.c: New file.
16312         * lib/unistr/u16-check.c: New file.
16313         * lib/unistr/u32-check.c: New file.
16314
16315         * modules/unistr/u8-chr: New file.
16316         * modules/unistr/u16-chr: New file.
16317         * modules/unistr/u32-chr: New file.
16318         * lib/unistr/u8-chr.c: New file.
16319         * lib/unistr/u16-chr.c: New file.
16320         * lib/unistr/u32-chr.c: New file.
16321
16322         * modules/unistr/u8-cmp: New file.
16323         * modules/unistr/u16-cmp: New file.
16324         * modules/unistr/u32-cmp: New file.
16325         * lib/unistr/u8-cmp.c: New file.
16326         * lib/unistr/u16-cmp.c: New file.
16327         * lib/unistr/u32-cmp.c: New file.
16328
16329         * modules/unistr/u8-cpy: New file.
16330         * modules/unistr/u16-cpy: New file.
16331         * modules/unistr/u32-cpy: New file.
16332         * lib/unistr/u8-cpy.c: New file.
16333         * lib/unistr/u16-cpy.c: New file.
16334         * lib/unistr/u32-cpy.c: New file.
16335         * lib/unistr/u-cpy.h: New file.
16336
16337         * modules/unistr/u8-cpy-alloc: New file.
16338         * modules/unistr/u16-cpy-alloc: New file.
16339         * modules/unistr/u32-cpy-alloc: New file.
16340         * lib/unistr/u8-cpy-alloc.c: New file.
16341         * lib/unistr/u16-cpy-alloc.c: New file.
16342         * lib/unistr/u32-cpy-alloc.c: New file.
16343         * lib/unistr/u-cpy-alloc.h: New file.
16344
16345         * modules/unistr/u8-endswith: New file.
16346         * modules/unistr/u16-endswith: New file.
16347         * modules/unistr/u32-endswith: New file.
16348         * lib/unistr/u8-endswith.c: New file.
16349         * lib/unistr/u16-endswith.c: New file.
16350         * lib/unistr/u32-endswith.c: New file.
16351         * lib/unistr/u-endswith.h: New file.
16352
16353         * modules/unistr/u8-mblen: New file.
16354         * modules/unistr/u16-mblen: New file.
16355         * modules/unistr/u32-mblen: New file.
16356         * lib/unistr/u8-mblen.c: New file.
16357         * lib/unistr/u16-mblen.c: New file.
16358         * lib/unistr/u32-mblen.c: New file.
16359
16360         * modules/unistr/u8-mbtouc: New file.
16361         * modules/unistr/u16-mbtouc: New file.
16362         * modules/unistr/u32-mbtouc: New file.
16363         * lib/unistr/u8-mbtouc.c: New file.
16364         * lib/unistr/u16-mbtouc.c: New file.
16365         * lib/unistr/u32-mbtouc.c: New file.
16366
16367         * modules/unistr/u8-mbtouc-safe: New file.
16368         * modules/unistr/u16-mbtouc-safe: New file.
16369         * modules/unistr/u32-mbtouc-safe: New file.
16370         * lib/unistr/u8-mbtouc-safe.c: New file.
16371         * lib/unistr/u16-mbtouc-safe.c: New file.
16372         * lib/unistr/u32-mbtouc-safe.c: New file.
16373
16374         * modules/unistr/u8-move: New file.
16375         * modules/unistr/u16-move: New file.
16376         * modules/unistr/u32-move: New file.
16377         * lib/unistr/u8-move.c: New file.
16378         * lib/unistr/u16-move.c: New file.
16379         * lib/unistr/u32-move.c: New file.
16380         * lib/unistr/u-move.h: New file.
16381
16382         * modules/unistr/u8-next: New file.
16383         * modules/unistr/u16-next: New file.
16384         * modules/unistr/u32-next: New file.
16385         * lib/unistr/u8-next.c: New file.
16386         * lib/unistr/u16-next.c: New file.
16387         * lib/unistr/u32-next.c: New file.
16388
16389         * modules/unistr/u8-prev: New file.
16390         * modules/unistr/u16-prev: New file.
16391         * modules/unistr/u32-prev: New file.
16392         * lib/unistr/u8-prev.c: New file.
16393         * lib/unistr/u16-prev.c: New file.
16394         * lib/unistr/u32-prev.c: New file.
16395
16396         * modules/unistr/u8-set: New file.
16397         * modules/unistr/u16-set: New file.
16398         * modules/unistr/u32-set: New file.
16399         * lib/unistr/u8-set.c: New file.
16400         * lib/unistr/u16-set.c: New file.
16401         * lib/unistr/u32-set.c: New file.
16402         * lib/unistr/u-set.h: New file.
16403
16404         * modules/unistr/u8-startswith: New file.
16405         * modules/unistr/u16-startswith: New file.
16406         * modules/unistr/u32-startswith: New file.
16407         * lib/unistr/u8-startswith.c: New file.
16408         * lib/unistr/u16-startswith.c: New file.
16409         * lib/unistr/u32-startswith.c: New file.
16410         * lib/unistr/u-startswith.h: New file.
16411
16412         * modules/unistr/u8-stpcpy: New file.
16413         * modules/unistr/u16-stpcpy: New file.
16414         * modules/unistr/u32-stpcpy: New file.
16415         * lib/unistr/u8-stpcpy.c: New file.
16416         * lib/unistr/u16-stpcpy.c: New file.
16417         * lib/unistr/u32-stpcpy.c: New file.
16418         * lib/unistr/u-stpcpy.h: New file.
16419
16420         * modules/unistr/u8-stpncpy: New file.
16421         * modules/unistr/u16-stpncpy: New file.
16422         * modules/unistr/u32-stpncpy: New file.
16423         * lib/unistr/u8-stpncpy.c: New file.
16424         * lib/unistr/u16-stpncpy.c: New file.
16425         * lib/unistr/u32-stpncpy.c: New file.
16426         * lib/unistr/u-stpncpy.h: New file.
16427
16428         * modules/unistr/u8-strcat: New file.
16429         * modules/unistr/u16-strcat: New file.
16430         * modules/unistr/u32-strcat: New file.
16431         * lib/unistr/u8-strcat.c: New file.
16432         * lib/unistr/u16-strcat.c: New file.
16433         * lib/unistr/u32-strcat.c: New file.
16434         * lib/unistr/u-strcat.h: New file.
16435
16436         * modules/unistr/u8-strchr: New file.
16437         * modules/unistr/u16-strchr: New file.
16438         * modules/unistr/u32-strchr: New file.
16439         * lib/unistr/u8-strchr.c: New file.
16440         * lib/unistr/u16-strchr.c: New file.
16441         * lib/unistr/u32-strchr.c: New file.
16442
16443         * modules/unistr/u8-strcmp: New file.
16444         * modules/unistr/u16-strcmp: New file.
16445         * modules/unistr/u32-strcmp: New file.
16446         * lib/unistr/u8-strcmp.c: New file.
16447         * lib/unistr/u16-strcmp.c: New file.
16448         * lib/unistr/u32-strcmp.c: New file.
16449
16450         * modules/unistr/u8-strcpy: New file.
16451         * modules/unistr/u16-strcpy: New file.
16452         * modules/unistr/u32-strcpy: New file.
16453         * lib/unistr/u8-strcpy.c: New file.
16454         * lib/unistr/u16-strcpy.c: New file.
16455         * lib/unistr/u32-strcpy.c: New file.
16456         * lib/unistr/u-strcpy.h: New file.
16457
16458         * modules/unistr/u8-strcspn: New file.
16459         * modules/unistr/u16-strcspn: New file.
16460         * modules/unistr/u32-strcspn: New file.
16461         * lib/unistr/u8-strcspn.c: New file.
16462         * lib/unistr/u16-strcspn.c: New file.
16463         * lib/unistr/u32-strcspn.c: New file.
16464         * lib/unistr/u-strcspn.h: New file.
16465
16466         * modules/unistr/u8-strdup: New file.
16467         * modules/unistr/u16-strdup: New file.
16468         * modules/unistr/u32-strdup: New file.
16469         * lib/unistr/u8-strdup.c: New file.
16470         * lib/unistr/u16-strdup.c: New file.
16471         * lib/unistr/u32-strdup.c: New file.
16472         * lib/unistr/u-strdup.h: New file.
16473
16474         * modules/unistr/u8-strlen: New file.
16475         * modules/unistr/u16-strlen: New file.
16476         * modules/unistr/u32-strlen: New file.
16477         * lib/unistr/u8-strlen.c: New file.
16478         * lib/unistr/u16-strlen.c: New file.
16479         * lib/unistr/u32-strlen.c: New file.
16480         * lib/unistr/u-strlen.h: New file.
16481
16482         * modules/unistr/u8-strmblen: New file.
16483         * modules/unistr/u16-strmblen: New file.
16484         * modules/unistr/u32-strmblen: New file.
16485         * lib/unistr/u8-strmblen.c: New file.
16486         * lib/unistr/u16-strmblen.c: New file.
16487         * lib/unistr/u32-strmblen.c: New file.
16488
16489         * modules/unistr/u8-strmbtouc: New file.
16490         * modules/unistr/u16-strmbtouc: New file.
16491         * modules/unistr/u32-strmbtouc: New file.
16492         * lib/unistr/u8-strmbtouc.c: New file.
16493         * lib/unistr/u16-strmbtouc.c: New file.
16494         * lib/unistr/u32-strmbtouc.c: New file.
16495
16496         * modules/unistr/u8-strncat: New file.
16497         * modules/unistr/u16-strncat: New file.
16498         * modules/unistr/u32-strncat: New file.
16499         * lib/unistr/u8-strncat.c: New file.
16500         * lib/unistr/u16-strncat.c: New file.
16501         * lib/unistr/u32-strncat.c: New file.
16502         * lib/unistr/u-strncat.h: New file.
16503
16504         * modules/unistr/u8-strncmp: New file.
16505         * modules/unistr/u16-strncmp: New file.
16506         * modules/unistr/u32-strncmp: New file.
16507         * lib/unistr/u8-strncmp.c: New file.
16508         * lib/unistr/u16-strncmp.c: New file.
16509         * lib/unistr/u32-strncmp.c: New file.
16510
16511         * modules/unistr/u8-strncpy: New file.
16512         * modules/unistr/u16-strncpy: New file.
16513         * modules/unistr/u32-strncpy: New file.
16514         * lib/unistr/u8-strncpy.c: New file.
16515         * lib/unistr/u16-strncpy.c: New file.
16516         * lib/unistr/u32-strncpy.c: New file.
16517         * lib/unistr/u-strncpy.h: New file.
16518
16519         * modules/unistr/u8-strnlen: New file.
16520         * modules/unistr/u16-strnlen: New file.
16521         * modules/unistr/u32-strnlen: New file.
16522         * lib/unistr/u8-strnlen.c: New file.
16523         * lib/unistr/u16-strnlen.c: New file.
16524         * lib/unistr/u32-strnlen.c: New file.
16525         * lib/unistr/u-strnlen.h: New file.
16526
16527         * modules/unistr/u8-strpbrk: New file.
16528         * modules/unistr/u16-strpbrk: New file.
16529         * modules/unistr/u32-strpbrk: New file.
16530         * lib/unistr/u8-strpbrk.c: New file.
16531         * lib/unistr/u16-strpbrk.c: New file.
16532         * lib/unistr/u32-strpbrk.c: New file.
16533         * lib/unistr/u-strpbrk.h: New file.
16534
16535         * modules/unistr/u8-strrchr: New file.
16536         * modules/unistr/u16-strrchr: New file.
16537         * modules/unistr/u32-strrchr: New file.
16538         * lib/unistr/u8-strrchr.c: New file.
16539         * lib/unistr/u16-strrchr.c: New file.
16540         * lib/unistr/u32-strrchr.c: New file.
16541
16542         * modules/unistr/u8-strspn: New file.
16543         * modules/unistr/u16-strspn: New file.
16544         * modules/unistr/u32-strspn: New file.
16545         * lib/unistr/u8-strspn.c: New file.
16546         * lib/unistr/u16-strspn.c: New file.
16547         * lib/unistr/u32-strspn.c: New file.
16548         * lib/unistr/u-strspn.h: New file.
16549
16550         * modules/unistr/u8-strstr: New file.
16551         * modules/unistr/u16-strstr: New file.
16552         * modules/unistr/u32-strstr: New file.
16553         * lib/unistr/u8-strstr.c: New file.
16554         * lib/unistr/u16-strstr.c: New file.
16555         * lib/unistr/u32-strstr.c: New file.
16556         * lib/unistr/u-strstr.h: New file.
16557
16558         * modules/unistr/u8-strtok: New file.
16559         * modules/unistr/u16-strtok: New file.
16560         * modules/unistr/u32-strtok: New file.
16561         * lib/unistr/u8-strtok.c: New file.
16562         * lib/unistr/u16-strtok.c: New file.
16563         * lib/unistr/u32-strtok.c: New file.
16564         * lib/unistr/u-strtok.h: New file.
16565
16566         * modules/unistr/u8-uctomb: New file.
16567         * modules/unistr/u16-uctomb: New file.
16568         * modules/unistr/u32-uctomb: New file.
16569         * lib/unistr/u8-uctomb.c: New file.
16570         * lib/unistr/u16-uctomb.c: New file.
16571         * lib/unistr/u32-uctomb.c: New file.
16572
16573         * MODULES.html.sh (Unicode string functions): Add the new modules.
16574
16575 2007-01-08  Bruno Haible  <bruno@clisp.org>
16576
16577         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
16578         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
16579         subdirectories.
16580
16581 2007-01-08  Karl Berry  <karl@gnu.org>
16582
16583         * doc/error.texi: mention that main() fns must set program_name
16584         when progname is used.
16585
16586 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
16587
16588         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
16589         WCTYPE_H is empty, for the benefit of builds from non-distclean
16590         directories.  Problem reported by Eric Blake in
16591         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
16592
16593 2007-01-08  Bruno Haible  <bruno@clisp.org>
16594
16595         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
16596         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
16597         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
16598         PROVIDE_CANONICALIZE_FILENAME_MODE.
16599         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
16600
16601 2007-01-08  Bruno Haible  <bruno@clisp.org>
16602
16603         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
16604         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
16605         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
16606         * lib/fts.c: Likewise.
16607         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
16608
16609 2006-12-25  Bruno Haible  <bruno@clisp.org>
16610
16611         * modules/utf8-ucs4-safe: New file.
16612         * lib/utf8-ucs4-safe.h: New file.
16613         * lib/unistr/utf8-ucs4-safe.c: New file.
16614
16615         * modules/utf16-ucs4-safe: New file.
16616         * lib/utf16-ucs4-safe.h: New file.
16617         * lib/unistr/utf16-ucs4-safe.c: New file.
16618
16619         * MODULES.html.sh (Unicode string functions): Add the new modules.
16620
16621 2007-01-08  Bruno Haible  <bruno@clisp.org>
16622
16623         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
16624         (Depends-on): Add unitypes.
16625         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16626         (u8_mbtouc_aux): Move out to separate file.
16627         (u8_mbtouc): Use ucs4_t, uint8_t types.
16628         * lib/unistr/utf8-ucs4.c: New file.
16629
16630         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
16631         (Depends-on): Add unitypes.
16632         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16633         (u16_mbtouc_aux): Move out to separate file.
16634         (u16_mbtouc): Use ucs4_t, uint16_t types.
16635         * lib/unistr/utf16-ucs4.c: New file.
16636
16637         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
16638         (Depends-on): Add unitypes.
16639         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
16640         (u8_uctomb_aux): Move out to separate file.
16641         (u8_uctomb): Use ucs4_t, uint8_t types.
16642         * lib/unistr/ucs4-utf8.c: New file.
16643
16644         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
16645         (Depends-on): Add unitypes.
16646         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
16647         (u16_uctomb_aux): Move out to separate file.
16648         (u16_uctomb): Use ucs4_t, uint16_t types.
16649         * lib/unistr/ucs4-utf16.c: New file.
16650
16651 2006-12-25  Bruno Haible  <bruno@clisp.org>
16652
16653         * modules/unitypes: New file.
16654         * lib/unitypes.h: New file.
16655         * MODULES.html.sh (func_all_modules): New section "Unicode string
16656         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
16657         this section. Add unitypes.
16658
16659 2007-01-08  Bruno Haible  <bruno@clisp.org>
16660
16661         Avoid variable names that conflict with those from libtool.
16662         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
16663         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
16664         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
16665         library_names_spec to acl_library_names_spec, hardcode_* to
16666         acl_hardcode_*.
16667         Reported by Ralf Wildenhues.
16668
16669 2007-01-08  Bruno Haible  <bruno@clisp.org>
16670
16671         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
16672         definition.
16673         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
16674         definition.
16675         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
16676         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
16677         definition.
16678         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
16679         definition.
16680         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
16681         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
16682         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
16683         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
16684         definition.
16685         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
16686         definition.
16687         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
16688         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
16689         GC_USE_<algorithm>.
16690         * lib/gc-libgcrypt.c: Likewise.
16691         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
16692         * modules/gc-arctwo (configure.ac): Likewise.
16693         * modules/gc-des (configure.ac): Likewise.
16694         * modules/gc-hmac-md5 (configure.ac): Likewise.
16695         * modules/gc-hmac-sha1 (configure.ac): Likewise.
16696         * modules/gc-md2 (configure.ac): Likewise.
16697         * modules/gc-md4 (configure.ac): Likewise.
16698         * modules/gc-md5 (configure.ac): Likewise.
16699         * modules/gc-random (configure.ac): Likewise.
16700         * modules/gc-rijndael (configure.ac): Likewise.
16701         * modules/gc-sha1 (configure.ac): Likewise.
16702
16703 2007-01-08  Bruno Haible  <bruno@clisp.org>
16704
16705         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
16706         macro definition.
16707         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
16708         definition.
16709         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
16710         definition.
16711         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
16712         * modules/fcntl-safer (configure.ac): Likewise.
16713         * modules/fopen-safer (configure.ac): Likewise.
16714         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
16715         GNULIB_FWRITEERROR macro definition.
16716
16717 2007-01-08  Bruno Haible  <bruno@clisp.org>
16718
16719         * m4/gnulib-common.m4: New file.
16720         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
16721         (func_get_filelist): Add m4/gnulib-common.m4.
16722
16723 2007-01-08  Bruno Haible  <bruno@clisp.org>
16724
16725         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
16726         command.
16727
16728 2007-01-08  Jim Meyering  <jim@meyering.net>
16729
16730         Use a more robust test for a "can't happen" condition.
16731         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
16732         narrowed the st_size value.  Presuming the "can't happen" condition
16733         is true, that narrowing could conceivably convert an invalid st_size
16734         value into a valid one.  Instead, use a change based on Matthew
16735         Woehlke's original patch.
16736
16737         Slight readability improvement: use an assert-like macro
16738         in place of literal "abort ()" uses.
16739         * lib/fts.c (fts_assert): Define.
16740         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
16741         Use this macro instead of a bare 'abort'.
16742
16743 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
16744
16745         Don't worry about using IRIX 5.3's wctype.h broken definitions;
16746         simply work around them.
16747         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
16748         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
16749         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
16750         declaring.
16751         Don't bother to define as macros, since the standard doesn't require it.
16752         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
16753         longer worry about IRIX 5.3.
16754         (HAVE_WCTYPE_CTMP_BUG): Remove.
16755
16756 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16757
16758         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
16759         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
16760         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16761         Problems reported by Georg Schwarz for IRIX 5.3.
16762
16763         * gnulib-tool (autoconf_minversion): Take the maximum version number
16764         found, not the minimum.  Problem reported by James Youngman.
16765
16766 2007-01-03  Karl Berry  <karl@gnu.org>
16767
16768         * doc/error.texi: new file, explaining interaction with progname.
16769         * doc/gnulib.texi: include it.  Update copyright.
16770
16771 2007-01-03  Simon Josefsson  <simon@josefsson.org>
16772
16773         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
16774         AC_CANONICAL_HOST, to improve autobuild outputs.
16775
16776 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
16777             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16778
16779         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
16780         sockets, server sockets, and other file descriptors.  Count errors
16781         to compute the return value.  Reorder the code a bit to be easier
16782         to follow.  Don't set event bits that were not requested (except
16783         POLLERR and POLLHUP).
16784
16785 2007-01-01  Bruno Haible  <bruno@clisp.org>
16786
16787         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
16788
16789 2007-01-03  Jim Meyering  <jim@meyering.net>
16790
16791         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
16792
16793 2007-01-02  Bruno Haible  <bruno@clisp.org>
16794
16795         * modules/settime (Include): Require timespec.h.
16796         * modules/nanosleep (Include): Likewise.
16797
16798 2007-01-01  Bruno Haible  <bruno@clisp.org>
16799
16800         * gnulib-tool (func_emit_copyright_notice): Bump year.
16801         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
16802
16803 2007-01-01  Bruno Haible  <bruno@clisp.org>
16804
16805         Improve support for OpenBSD.
16806         * build-aux/config.rpath (libname_spec): Export.
16807         (library_names_spec): New variable. Export.
16808         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
16809         library_names_spec from the config.rpath output. Locate shared library
16810         through the name pattern in library_names_spec.
16811
16812 2007-01-01  Eric Blake  <ebb9@byu.net>
16813
16814         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
16815
16816 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
16817
16818         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
16819         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
16820         assume the C locale, and avoid an "eval" that could cause trouble.
16821         Problem with SORT reported by Bob Proulx.
16822
16823         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
16824         Define.  Trivial patch from Henning Nielsen Lund, originally
16825         sent to bug-grep@gnu.org today.
16826
16827 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
16830         struct stat.  Problem reported by Henning Nielsen Lund.
16831         * lib/acl.c: Include acl.h first, to check interface.  Don't
16832         bother to include sys/types.h and sys/stat.h again.
16833
16834 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16835
16836         Import the following change from libc; problem reported by
16837         Sven Verdoolaege.
16838
16839         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
16840
16841         [BZ #1373]
16842         * lib/argp.h: Remove __NTH for __argp_usage inline function.
16843
16844 2006-12-28  Jim Meyering  <jim@meyering.net>
16845
16846         * build-aux/announce-gen: Do not assume that the package
16847         builds any of tar.gz, tar.bz2, and .xdelta files.
16848         Suggestion from Simon Josefsson.
16849
16850 2006-12-28  Simon Josefsson  <simon@josefsson.org>
16851
16852         * modules/announce-gen: New file.
16853
16854 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * lib/mbchar.h: Just include <wctype.h>; the wctype module
16857         handles its gotchas now.
16858         * lib/mbswidth.c: Likewise.
16859         * lib/wcwidth.h: Likewise.
16860         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
16861         and iswcntrl; the wctype module does this stuff now.
16862         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16863         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16864         * modules/mbchar (Depends-on): Add wctype.
16865         * modules/mbswidth (Depends-on): Likewise.
16866         * modules/wcwidth (Depends-on): Likewise.
16867
16868 2006-12-27  Eric Blake  <ebb9@byu.net>
16869
16870         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
16871         module uses more than what <wctype.h> is required to provide.
16872
16873 2006-12-26  Eric Blake  <ebb9@byu.net>
16874
16875         * gnulib-tool (sed_extract_prog): Avoid space-tab.
16876
16877 2006-12-26  Eric Blake  <ebb9@byu.net>
16878
16879         * modules/absolute-header: New module.
16880         * modules/fcntl (Depends-on): Depend on it.
16881         * modules/inttypes (Depends-on): Likewise.
16882         * modules/stdint (Depends-on): Likewise.
16883         * modules/sys_stat (Depends-on): Likewise.
16884         * modules/wctype (Depends-on): Likewise.
16885         * MODULES.html.sh (Support for building libraries and
16886         executables): Document it.
16887
16888 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16889
16890         * gnulib-tool (SED): Remove, undoing previous change.
16891         The problem was that it broke coreutils on Solaris, because
16892         "sed --posix" leaked into a makefile.
16893         (sed): New alias, if 'alias' and GNU sed.
16894
16895 2006-12-24  Jim Meyering  <jim@meyering.net>
16896
16897         Work around an fchownat bug in glibc-2.4:
16898         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
16899         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
16900         in spite of the -P option.
16901         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
16902         New macros.
16903         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
16904         * modules/openat (Files): Add lib/fchownat.c.
16905         * lib/openat.c (fchownat): Don't define here.  Move to...
16906         * lib/fchownat.c: ...this new file.
16907
16908 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16909
16910         Fix bug reported by Bruno Haible in
16911         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
16912         where quotearg.c didn't compile on Mac OS X 10.2 because it
16913         lacks <wchar.h> and wint_t.
16914         * lib/wctype_.h (__wctype_wint_t): New type.
16915         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
16916         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
16917         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
16918         Arg is now of type __wctype_wint_t, not wint_t.
16919         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
16920         substitute HAVE_WINT_T.
16921         * modules/wctype (Files): Add m4/wint_t.m4.
16922         (wctype.h): Substitute HAVE_WINT_T.
16923
16924 2006-12-23  Bruno Haible  <bruno@clisp.org>
16925
16926         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
16927
16928 2006-12-23  Bruno Haible  <bruno@clisp.org>
16929
16930         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
16931         S_ISLNK.
16932         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
16933         mingw.
16934
16935 2006-12-22  Bruno Haible  <bruno@clisp.org>
16936
16937         * lib/copy-file.c: Include acl.h.
16938         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
16939         Close the file descriptors only after being done with copy_acl.
16940         * modules/copy-file (Depends-on): Add acl.
16941
16942 2006-12-22  Bruno Haible  <bruno@clisp.org>
16943
16944         * gnulib-tool (SED): New variable.
16945         Use $SED instead of sed everywhere.
16946
16947 2006-12-22  Bruno Haible  <bruno@clisp.org>
16948
16949         * modules/no-c++: New file.
16950         * m4/no-c++.m4: New file.
16951         * MODULES.html.sh (Support for building libraries and executables):
16952         Add no-c++.
16953
16954 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
16955
16956         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16957         Include <limits.h>, and use its INT_MAX to rewrite the
16958         j loop so that it does not overflow 'int'.  Problem reported by
16959         Ralf Wildenhues in
16960         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
16961         Play it safe by shifting left by 1 rather than multiplying by 2,
16962         as GCC is less likely to optimize this away when the value
16963         is signed (when it assumes overflow leads to undefined behavior).
16964         Also, don't assume time_t uses two's complement.
16965
16966 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
16967
16968         * MODULES.html.sh: New module wctype.
16969         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
16970         * lib/fnmatch.c: Don't bother to include <wchar.h> before
16971         <wctype.h>, since the new wctype module should fix this.
16972         * lib/quotearg.c: Include <wctype.h> unconditionally, since
16973         the wctype module should arrange for it.
16974         * lib/regex_internal.h: Likewise.
16975         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
16976         since the wctype module should handle this now.
16977         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
16978         * modules/fnmatch (Depends-on): Add wctype.
16979         * modules/quotearg (Depends-on): Likewise.
16980         * modules/regex (Depends-on): Likewise.
16981
16982 2006-12-19  Bruno Haible  <bruno@clisp.org>
16983
16984         * lib/strdup.h [C++]: Wrap definitions in extern "C".
16985         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
16986
16987 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16988
16989         * modules/savewd (Depends-on): Fix dependency on fcntl.
16990
16991 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16992
16993         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
16994         conforms to C99, rather than relying on the user's environment
16995         setting of STDINT_H.
16996
16997 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16998         and Eric Blake  <ebb9@byu.net>
16999
17000         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
17001         This is more consistent with the other defines here.
17002         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
17003         Port to z/OS.  Problem reported by Paul Gilmartin.
17004         Change local vars to use gl_ prefix rather than ac_.
17005         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
17006         with other defines.
17007         * modules/double-slash-root: New module.
17008         * modules/dirname (Files): Remove m4/double-slash-root.m4.
17009         (Depends-on): Add double-slash-root.
17010         * MODULES.html.sh (File system functions): Mention new module.
17011
17012 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
17013
17014         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
17015         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
17016         This is for the benefit of gzip, which doesn't do i18n.
17017
17018 2006-12-12  Jim Meyering  <jim@meyering.net>
17019
17020         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
17021         Reported by Andreas Schwab <schwab@suse.de>.
17022
17023 2006-12-12  Bruno Haible  <bruno@clisp.org>
17024
17025         Merge these changes.
17026         2006-09-05  Bruno Haible  <bruno@clisp.org>
17027         * lib/iconvme.c (iconv_string): No need to save and restore errno when
17028         iconv_alloc succeeded.
17029         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
17030         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
17031         test for " && dest " at the end - dest is always != NULL there. Call
17032         iconv with 4xNULL arguments initially, to reset the state. Call iconv
17033         with 2xNULL arguments, also to flush the state storage. Handle the
17034         IRIX iconv behaviour. Realloc the final result, to throw away unused
17035         memory.
17036
17037 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
17038
17039         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
17040         and fchmodat unconditionally, since glibc 2.4 has them.
17041         Problem reported by Arkadiusz Miskiewicz.
17042
17043 2006-12-10  Bruno Haible  <bruno@clisp.org>
17044
17045         * gnulib-tool (func_import): Show the include files only for those
17046         modules that are copied and specified.
17047         Reported by Karl Berry.
17048
17049 2006-12-08  Jim Meyering  <jim@meyering.net>
17050
17051         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
17052         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
17053
17054         * build-aux/announce-gen: Add two new options, both optional:
17055         --bootstrap-tools=TOOL_LIST
17056               a comma-separated list of tools, e.g.,
17057               autoconf,automake,bison,gnulib
17058         --gnulib-snapshot-date=DATE
17059               if gnulib is in the bootstrap tool list,
17060               then report this as the snapshot date.
17061               If not specified, use the current date/time.
17062               If you specify a date here, be sure it's UTC.
17063
17064 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17065
17066         * tests/test-argp-2.sh: Fix test to match actual output.
17067         (func_compare): Fix sed script to be portable.
17068
17069 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
17070
17071         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
17072         workaround for this case.  It is not autoconfigured now; offhand
17073         it's hard to see how to autoconfigure it.
17074
17075 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
17078         a directory that is about to be chowned.  Such a directory's
17079         initial file permissions should permit the owner only and this
17080         should not be changed until after the chown, since the group and
17081         other bits would be incorrect if they granted permission before
17082         the chown.
17083
17084         Fix porting problem for iswctype reported by Georg Schwarz in:
17085         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
17086         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
17087         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
17088         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
17089         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17090
17091 2006-12-03  Jim Meyering  <jim@meyering.net>
17092
17093         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
17094         p->fts_statp may not yet be defined.
17095         (fts_read): Instead, set it in the caller, once p->fts_statp is
17096         sure to be defined, and corresponds to a top-level directory.
17097         This bug made du -x fail.  Here's the coreutils test case:
17098         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
17099         Reported by Mike Frysinger.
17100
17101 2006-12-01  Jim Meyering  <jim@meyering.net>
17102
17103         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
17104         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
17105         Reported by Simon Josefsson.
17106
17107 2006-11-30  Jim Meyering  <jim@meyering.net>
17108
17109         * m4/warning.m4: Use the all-permissive copyright notice
17110         recommended by RMS (rather than LGPL).
17111         * m4/vararrays.m4: Likewise.
17112         * m4/flexmember.m4: Likewise.
17113
17114 2006-11-29  Bruno Haible  <bruno@clisp.org>
17115
17116         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17117         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
17118         using +=.
17119         Reported by Simon Josefsson <simon@josefsson.org>.
17120
17121 2006-11-28  James Youngman <jay@gnu.org>
17122
17123         * README: Advise users that they might find the bug-gnulib@gnu.org
17124         and autotools-announce@gnu.org mailing lists useful.
17125
17126 2006-11-28  Bruno Haible  <bruno@clisp.org>
17127
17128         * m4/ptrdiff_max.m4: Remove file.
17129
17130 2006-11-21  Bruno Haible  <bruno@clisp.org>
17131
17132         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
17133         _AC_COMPUTE_INT.
17134         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17135         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
17136         _AC_COMPUTE_INT.
17137         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17138         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
17139         _AC_COMPUTE_INT.
17140         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17141
17142 2006-11-28  Jim Meyering  <jim@meyering.net>
17143
17144         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
17145         warning from "gcc -Wshadow" about shadowing the builtin.
17146
17147 2006-11-27  Bruno Haible  <bruno@clisp.org>
17148
17149         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
17150         _AC_COMPUTE_INT.
17151         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17152
17153 2006-11-27  Bruno Haible  <bruno@clisp.org>
17154             Paul Eggert  <eggert@cs.ucla.edu>
17155
17156         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
17157
17158 2006-11-26  Bruno Haible  <bruno@clisp.org>
17159
17160         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17161         noinst_LTLIBRARIES.
17162
17163 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17164             Bruno Haible  <bruno@clisp.org>
17165
17166         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
17167         if compiling with "gcc -ansi".
17168
17169 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17170
17171         Fix some incompatibilities with gcc -ansi -pedantic.
17172         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
17173         if compiling pedantically with GCC, unless it's C99 or later.
17174         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
17175         it mishandles gcc -ansi -pedantic as well.
17176         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
17177         if gcc -pedantic.
17178         * lib/regexec.c (check_node_accept_bytes): Don't use auto
17179         initializers for struct if -pedantic, unless it's C99 or later.
17180
17181 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
17182
17183         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
17184         Don't close an fd more than once. Identical atimes indicate
17185         success, not failure.
17186
17187 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
17188
17189         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
17190
17191 2006-11-23  Jim Meyering  <jim@meyering.net>
17192
17193         * build-aux/announce-gen: New file.  From coreutils.
17194
17195 2006-11-22  Jim Meyering  <jim@meyering.net>
17196
17197         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
17198         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
17199         (fts_read): Use a temporary to narrow the overused st_size member
17200         before using it in a switch statement.  Reported by Matthew Woehlke.
17201
17202         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
17203         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
17204
17205 2006-11-20  Bruno Haible  <bruno@clisp.org>
17206
17207         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
17208         changequote instead of pairs of brackets.
17209         Reported by Andreas Schwab <schwab@suse.de>.
17210
17211 2006-11-21  Jim Meyering  <jim@meyering.net>
17212
17213         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
17214         so as to remain compatible with older compilers.
17215         Patch from Michael Deutschmann.
17216
17217 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17218
17219         * MODULES.html.sh (File system functions): Add openat.
17220
17221         * lib/openat.h (rpl_fstatat): New macro, if
17222         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
17223         (fstatat): Define to rpl_fstatat under the same conditions,
17224         unless COMPILING_FSTATAT.
17225         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
17226         seems to have the bug.
17227         * lib/fstatat.c: New file.
17228         * modules/openat (Files): Add it.
17229
17230 2006-11-20  Bruno Haible  <bruno@clisp.org>
17231
17232         * Makefile: New file.
17233
17234 2006-11-20  Jim Meyering  <jim@meyering.net>
17235
17236         The beginnings of syntax-related checks for gnulib.
17237         * lib/Makefile: New file.
17238         * lib/t-idcache: New script.  Ensure that the two halves of
17239         idcache.c stay in sync.
17240
17241         * lib/idcache.c: Adjust comments in user- and group- portions to
17242         be more accurate, and to be consistent with one another.
17243
17244 2006-11-20  Jim Meyering  <jim@meyering.net>
17245
17246         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
17247         continue using the flexible array member (thus, this module performs
17248         half as many malloc calls), with the addition that...
17249         (getgroup, getuser): Consistently record a non-match via an empty
17250         "name" string, and map an empty string match to a NULL return value.
17251         * modules/idcache (Depends-on): Re-add flexmember.
17252
17253         * lib/idcache.c (getuser): Remove all uses of the register keyword.
17254         (getuidbyname, getgroup, getgidbyname): Likewise.
17255
17256         Use cleaner syntax: NULL rather than 0.
17257         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
17258
17259 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17260
17261         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
17262         It mishandled the case where the group was missing.
17263         Problem reported by Greg Schafer.
17264         * modules/idcache: Likewise.
17265
17266 2006-11-18  Jim Meyering  <jim@meyering.net>
17267
17268         * check-module (%exempt_header): Add exception for some
17269         conditionally-included headers.
17270
17271         * modules/i-ring (Depends-on): Add verify.
17272         (License): Change to LGPL.
17273
17274 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17275
17276         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
17277         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
17278         and inttostr.h.  Use snprintf rather than uinttostr, so that
17279         LGPLed code doesn't depend on GPLed.
17280
17281 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17282
17283         * modules/inline (License): Change from GPL to LGPL.
17284
17285 2006-11-17  Jim Meyering  <jim@meyering.net>
17286
17287         * modules/d-type (License): Switch to LGPL.
17288
17289 2006-11-15  Bruno Haible  <bruno@clisp.org>
17290
17291         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
17292
17293 2006-11-15  Eric Blake  <ebb9@byu.net>
17294
17295         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
17296         the module dependency.
17297
17298 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17299             Bruno Haible  <bruno@clisp.org>
17300
17301         * gnulib-tool (func_create_testdir): Add license consistency check.
17302
17303 2006-11-15  Eric Blake  <ebb9@byu.net>
17304
17305         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
17306         random "(cached)" in configure output.
17307
17308 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17309
17310         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
17311         test for conforming inttypes.h is both announced and cached.
17312
17313         * MODULES.html.sh (seen_modules, seen_files): New variables.
17314         (func_module): Rewrite to use a few less gnulib-tool and sed
17315         invocations.  Avoid a couple of quadratic algorithms for ...
17316         (missed_modules, missed_files): ... these, with ...
17317         (func_append, func_tmpdir): ... these new functions, from
17318         gnulib-tool.  Analogously, install traps for cleanup.
17319
17320         * tests/test-gc.c (main): Remove unused variables.
17321         * tests/test-read-file.c: Include stdlib.h, for 'free'.
17322
17323 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
17324
17325         * modules/inttostr (License): Change to LGPL.
17326
17327 2006-11-14  Eric Blake  <ebb9@byu.net>
17328
17329         * modules/tempname (License): Change to LGPL.
17330
17331 2006-11-14  Eric Blake  <ebb9@byu.net>
17332
17333         * doc/functions.texi (Function Portability): *printf functions on
17334         Cygwin now understand all POSIX size specifiers.
17335
17336 2006-11-14  Bruno Haible  <bruno@clisp.org>
17337
17338         * modules/c-ctype (License): Change to LGPL.
17339
17340 2006-11-12  Bruno Haible  <bruno@clisp.org>
17341
17342         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
17343         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
17344         for GNOME libraries, for which the include files are installed in
17345         subdirectories of $prefix/include.
17346
17347 2006-11-12  Bruno Haible  <bruno@clisp.org>
17348
17349         * m4/lib-link.m4: Require at least autoconf-2.54.
17350         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
17351         name to underscores for the --with option.
17352
17353 2006-11-13  Bruno Haible  <bruno@clisp.org>
17354
17355         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
17356         the tests directory.
17357         Reported by Ralf Wildenhues.
17358
17359 2006-11-13  Bruno Haible  <bruno@clisp.org>
17360
17361         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
17362         (func_emit_initmacro_end): Undo the override here.
17363         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
17364         Works around the famous automake error in coreutils.
17365
17366 2006-11-13  Eric Blake  <ebb9@byu.net>
17367
17368         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
17369         element, not its node.
17370
17371 2006-11-12  Bruno Haible  <bruno@clisp.org>
17372
17373         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
17374         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
17375
17376 2006-11-12  Bruno Haible  <bruno@clisp.org>
17377
17378         * gnulib-tool: New option --local-symlink.
17379         (func_usage): Document it.
17380         (lsymbolic): New variable.
17381         (func_import, func_create_testdir): If --symlink was not specified,
17382         test whether --local-symlink was specified and the file comes from
17383         the local_gnulib_dir.
17384
17385 2006-11-12  Bruno Haible  <bruno@clisp.org>
17386
17387         * gnulib-tool (func_ln): New function.
17388         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
17389
17390 2006-11-12  Bruno Haible  <bruno@clisp.org>
17391
17392         Finish support for source files in subdirectories.
17393         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
17394         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
17395         AUTOMAKE_OPTIONS.
17396         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
17397
17398 2006-11-12  Bruno Haible  <bruno@clisp.org>
17399
17400         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17401         EXTRA_lib_SOURCES augmentation.
17402         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
17403
17404 2006-11-12  Jim Meyering  <jim@meyering.net>
17405
17406         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
17407         file descriptors.  This also averts a failure on systems with
17408         native openat support when a traversed directory lacks "x" access.
17409         * lib/fts_.h: Include "i-ring.h"
17410         (struct FTS) [fts_fd_ring]: New member.
17411         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
17412         (FCHDIR): Add parentheses.
17413         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
17414         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
17415         When descending, rather than simply closing the previous
17416         fts_cwd_fd value, push that file descriptor onto the ring.
17417         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
17418         (fts_open): Initialize the new fd_ring member.
17419         (fts_close): Clear the ring.
17420         (fts_safe_changedir): When possible, use our new fd_ring to skip
17421         the diropen and fstat and dev/ino comparison that would normally
17422         accompany a virtual `chdir ("..")'.
17423
17424         * modules/fts (Depends-on): Add i-ring.
17425         * modules/i-ring: New module.
17426         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
17427         * m4/i-ring.m4: New file.
17428
17429 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17430
17431         * gnulib-tool (func_create_testdir): Fix replacement of
17432         `build-aux' in configure.ac.  Run autotools in gltests
17433         subdirectory.
17434         (func_create_testdir, func_create_megatestdir, test): There is
17435         no need for '--force' in most autotool invocations in a new
17436         tree.  Actually fail the whole test if any of the tools, or the
17437         configure or make stages fail.
17438
17439         Sync from Automake.
17440         * build-aux/gnupload: Revert last change.  Add pointer to upload
17441         instructions of the GNU Maintenance Instructions.
17442         Suggestion by Karl Berry.
17443
17444 2006-11-10  Jim Meyering  <jim@meyering.net>
17445
17446         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
17447
17448 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17449
17450         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
17451         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
17452         (bind_textdomain_codeset) [! ENABLE_NLS]:
17453         Evaluate all the arguments.  That way, callers get compatible behavior
17454         if the arguments have side effects.  Also, it avoids some GCC
17455         diagnostics in some cases; Joel E. Denny reported problems when Bison
17456         was configured with --enable-gcc-warnigs.
17457
17458 2006-11-10  Jim Meyering  <jim@meyering.net>
17459
17460         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
17461         relevant options in CFLAGS (like -O, -fno-inline) are taken into
17462         account.
17463
17464 2006-11-10  Jim Meyering  <jim@meyering.net>
17465
17466         * modules/inline: New file/module.
17467         * modules/xalloc (Files): Remove m4/inline.m4.
17468         (Depends-on): Add inline, instead.
17469         * modules/oset: Likewise.
17470         * modules/list: Likewise.
17471
17472 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17473
17474         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
17475         Problem reported by Matthew Woehlke.
17476
17477 2006-11-09  Bruno Haible  <bruno@clisp.org>
17478
17479         * lib/tempname.c (gen_tempname): Remove variant that invokes
17480         __gen_tempname.
17481         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
17482         __gen_tempname.
17483
17484 2006-11-08  Bruno Haible  <bruno@clisp.org>
17485
17486         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
17487         to 'yes' instead of 'cross-compiling'.
17488
17489 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         * lib/quotearg.h (quotearg_free): New decl.
17492         * lib/quotearg.c (quotearg_free): New function.
17493         (slot0, nslots, slotvec0, slotvec):
17494         Now file-scope so that quotearg_free can get at them.
17495
17496 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17497
17498         Sync from Automake.
17499         * build-aux/gnupload: Add missing 'gnu' to example URL.
17500         Report by Karl Berry.
17501
17502 2006-11-08  Bruno Haible  <bruno@clisp.org>
17503
17504         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
17505         Suggested by Paul Eggert.
17506
17507 2006-11-08  Jim Meyering  <jim@meyering.net>
17508
17509         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
17510         It's already included if !_LIBC.
17511         (fts_safe_changedir): Add a comment.
17512
17513 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17514
17515         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
17516         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
17517         Matthew Woehlke.
17518
17519         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
17520         definitions up, to avoid colliding with change below.
17521         (static_inline) [HAVE_INLINE]: New macro.
17522         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
17523         Provide extern decls when !HAVE_INLINE.  Do not define unless
17524         static_inline is defined, either by us or by xmalloc.c.  Use
17525         static_inline rather than static inline.
17526         (XCALLOC): Optimize sizeof(T) = 1 case.
17527         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
17528
17529 2006-11-07  Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
17532         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
17533         AC_C_INLINE.
17534         * modules/xalloc (Files): Add m4/inline.m4.
17535
17536 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17537
17538         * README: Fix typo.
17539         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
17540         (Miscellanous Notes): ...from this.
17541
17542 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
17545         Mention that offsetof should be used instead of sizeof.
17546         From Bruno Haible.
17547
17548 2006-11-07  Bruno Haible  <bruno@clisp.org>
17549
17550         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
17551
17552 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17553
17554         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17555         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
17556         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17557         (gl_tree_add_before, gl_tree_add_after):
17558         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
17559         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
17560         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17561         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
17562         (gl_linked_add_after, gl_linked_add_at): Likewise.
17563         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
17564         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17565         (gl_tree_add_before, gl_tree_add_after): Likewise.
17566         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
17567         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
17568         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
17569
17570 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17571
17572         * lib/gl_oset.h: Use C comment style, not C++ comment style.
17573
17574 2006-11-06  Bruno Haible  <bruno@clisp.org>
17575
17576         * m4/inline.m4: New file.
17577         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
17578         * modules/list (Files): Add m4/inline.m4.
17579         * modules/oset (Files): Likewise.
17580
17581 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17582
17583         * lib/idcache.c: Include <stddef.h>, for offsetof.
17584         (struct userid.name): Change from char * to a flexible array member.
17585         All uses changed.
17586         * modules/idcache (Depends-on): Add flexmember.
17587
17588         * MODULES.html.sh (Core language properties): New module flexmember.
17589         * modules/flexmember, m4/flexmember.m4: New files.
17590
17591         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
17592         inline functions that are identical with the old xnmalloc_inline,
17593         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
17594         that we can avoid some unnecessary integer multiplications and
17595         divisions in the common case where the element size is known at
17596         compile time.
17597         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
17598         needed.
17599         (xnboundedmalloc): Remove.
17600         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
17601         arguments, for consistency with rest of this header.
17602         (xcharalloc): Rewrite using XNMALLOC.
17603         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
17604         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
17605         versions have been moved to lib/xalloc.h and renamed to be the
17606         non-*_inline versions.
17607         (xmalloc, xrealloc): Implement without reference to the xnmalloc
17608         and xnrealloc functions, since those functions are now inline and
17609         now call us.
17610         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
17611         renaming described above.
17612         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
17613         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
17614         captures the dependency in AC_C_INLINE.
17615
17616         New module canonicalize-lgpl, proposed by Charles Wilson in
17617         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
17618         with a few small changes afterwards.
17619         * MODULES.html.sh (File system functions): New module
17620         canonicalize-lgpl.
17621         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
17622         and canonicalize_file_name.
17623         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
17624         * modules/canonicalize-lgpl: New files.
17625
17626 2006-11-05  Bruno Haible  <bruno@clisp.org>
17627
17628         * gnulib-tool (func_import, func_create_testdir): Create directories
17629         also for files in subdirectories of lib/.
17630
17631 2006-11-05  Bruno Haible  <bruno@clisp.org>
17632
17633         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
17634         ANSI C compliant.
17635
17636 2006-11-03  Bruno Haible  <bruno@clisp.org>
17637
17638         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17639         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
17640         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
17641         (xnboundedmalloc): New inline function.
17642         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
17643         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
17644         xmalloc.
17645         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
17646         xmalloc.
17647         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
17648         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
17649         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
17650         xmalloc.
17651         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17652         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
17653         xmalloc.
17654         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
17655         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17656         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
17657         xmalloc.
17658         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17659         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
17660         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17661         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
17662         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
17663         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
17664         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
17665
17666 2006-11-03  Bruno Haible  <bruno@clisp.org>
17667
17668         * lib/c-ctype.h [C++]: Define functions without name mangling.
17669         * lib/fwriteerror.h [C++]: Likewise.
17670         * lib/gcd.h [C++]: Likewise.
17671         * lib/linebreak.h [C++]: Likewise.
17672
17673 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17674
17675         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
17676         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
17677         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
17678         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17679         Check for functions and headers just once.
17680         Check for declaration of canonicalize_file_name.
17681         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
17682
17683 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17684
17685         * gnulib-tool (func_import): Fix typo in actioncmd.
17686
17687 2006-11-02  Bruno Haible  <bruno@clisp.org>
17688
17689         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
17690         newline sequence in the Makefile.am snippet as a space, like "make"
17691         does.
17692         Reported by Roger Persson <perrog@gmail.com>.
17693
17694 2006-11-01  Bruno Haible  <bruno@clisp.org>
17695
17696         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
17697         already declared in <string.h>.
17698         * lib/strcase.h (strncasecmp): Don't declare it if yes.
17699
17700 2006-11-01  Bruno Haible  <bruno@clisp.org>
17701
17702         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
17703         * lib/strcase.h: Include <string.h>.
17704         (strcasecmp): Define to rpl_strcasecmp here.
17705
17706 2006-11-01  Bruno Haible  <bruno@clisp.org>
17707
17708         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
17709
17710 2006-11-01  Eric Blake  <ebb9@byu.net>
17711
17712         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
17713
17714         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
17715
17716 2006-10-29  Bruno Haible  <bruno@clisp.org>
17717
17718         Make it compile in C++ mode.
17719         * lib/full-write.c (full_rw): Add a cast.
17720
17721 2006-11-01  Bruno Haible  <bruno@clisp.org>
17722
17723         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
17724         be POSIX compliant.
17725         Reported by Roger Persson <perrog@gmail.com>.
17726
17727 2006-11-01  Eric Blake  <ebb9@byu.net>
17728
17729         * lib/getopt_.h: Fix comments.
17730
17731 2006-10-31  Eric Blake  <ebb9@byu.net>
17732
17733         * modules/tmpdir (Depends-on): Add sys_stat.
17734         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
17735         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
17736         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
17737         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
17738         tempname.
17739
17740 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
17741
17742         Avoid some C++ diagnostics reported by Bruno Haible.
17743         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
17744         xmalloc.
17745         (quotearg_alloc): Use xcharalloc rather than xmalloc.
17746         (struct slotvec): Move to top level.
17747         (quotearg_n_options): Rewrite to avoid xmalloc.
17748         * lib/xalloc.h (xcharalloc): New function.
17749         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
17750         [defined __cplusplus]: Add function template that provides result
17751         type propagation.  This part of the change is from Bruno Haible.
17752
17753 2006-10-29  Bruno Haible  <bruno@clisp.org>
17754
17755         Make it compile in C++ mode.
17756         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
17757         * lib/strnlen1.c (strnlen1): Cast memchr result.
17758         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
17759         * lib/clean-temp.c (string_equals, string_hash): Add casts.
17760         (create_temp_dir): Rename local variable 'template'.
17761         (compile_csharp_using_sscli): Add cast.
17762         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
17763         * lib/findprog.c (find_in_path): Likewise.
17764         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
17765         * lib/wait-process.c (register_slave_subprocess): Likewise.
17766
17767 2006-10-22  Bruno Haible  <bruno@clisp.org>
17768
17769         * modules/tsearch: New file.
17770         * lib/tsearch.h: New file.
17771         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
17772         * m4/tsearch.m4: New file.
17773         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
17774
17775 2006-10-29  Eric Blake  <ebb9@byu.net>
17776
17777         * lib/arcfour.c: Assume config.h.
17778         * lib/arctwo.c: Likewise.
17779         * lib/base64.c: Likewise.
17780         * lib/check-version.c: Likewise.
17781         * lib/crc.c: Likewise.
17782         * lib/des.c: Likewise.
17783         * lib/gc-gnulib.c: Likewise.
17784         * lib/gc-libgcrypt.c: Likewise.
17785         * lib/gc-pbkdf2-sha1.c: Likewise.
17786         * lib/getaddrinfo.c: Likewise.
17787         * lib/getdelim.c: Likewise.
17788         * lib/getline.c: Likewise.
17789         * lib/hmac-md5.c: Likewise.
17790         * lib/hmac-sha1.c: Likewise.
17791         * lib/iconvme.c: Likewise.
17792         * lib/md2.c: Likewise.
17793         * lib/md4.c: Likewise.
17794         * lib/memxor.c: Likewise.
17795         * lib/read-file.c: Likewise.
17796         * lib/readline.c: Likewise.
17797         * lib/rijndael-alg-fst.c: Likewise.
17798         * lib/rijndael-api-fst.c: Likewise.
17799         * lib/xgetdomainname.c: Likewise.
17800
17801 2006-10-28  Eric Blake  <ebb9@byu.net>
17802
17803         * lib/xstrndup.c: Assume config.h.
17804
17805 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17806
17807         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
17808         stat-macros.h is now for our own macros, whereas stat_h is for
17809         macros in the <sys/stat.h> name space.
17810         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
17811         (STAT_MACROS_H): Remove.
17812         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
17813         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
17814         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
17815         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
17816         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
17817         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
17818         Move these macros to ...
17819         * lib/stat_.h: here.  Don't include stat-macros.h.
17820         * lib/canonicalize.c: Don't include stat-macros.h.
17821         * lib/chown.c: Likewise.
17822         * lib/euidaccess.c: Likewise.
17823         * lib/file-type.c: Likewise.
17824         * lib/filemode.c: Likewise.
17825         * lib/glob.c: Likewise.
17826         * lib/isapipe.c: Likewise.
17827         * lib/lchown.c: Likewise.
17828         * lib/lstat.c: Likewise.
17829         * lib/mkdir-p.c: Likewise.
17830         * lib/rmdir.c: Likewise.
17831         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
17832         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
17833         unless mkdir isn't declared, to speed up 'configure'.
17834         Always create sys/stat.h, since it's unlikely any real sys/stat.h
17835         would define all the S_* symbols.
17836         * modules/canonicalize (Depends-on):
17837         Depend on sys_stat, not stat-macros.
17838         * modules/chown: Likewise.
17839         * modules/euidaccess: Likewise.
17840         * modules/filemode: Likewise.
17841         * modules/file-type: Likewise.
17842         * modules/glob: Likewise.
17843         * modules/isapipe: Likewise.
17844         * modules/lchown: Likewise.
17845         * modules/lstat: Likewise.
17846         * modules/mkancesdirs: Likewise.
17847         * modules/rmdir: Likewise.
17848         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
17849         * modules/modechange: Likewise.
17850         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
17851         (configure.ac): Remove gl_STAT_MACROS.
17852         * modules/sys_stat (Depends-on): Remove stat-macros.
17853
17854 2006-10-27  Bruno Haible  <bruno@clisp.org>
17855
17856         * m4/signed.m4: Remove file.
17857         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
17858         invocation.
17859         * modules/vasnprintf (Files): Remove m4/signed.m4.
17860
17861 2006-10-27  Bruno Haible  <bruno@clisp.org>
17862
17863         Update to GNU gettext 0.16.
17864         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
17865         m4/inttypes-h.m4, m4/signed.m4.
17866         * m4/gettext.m4: Update to GNU gettext 0.16.
17867         * m4/intl.m4: New file, from GNU gettext.
17868         * m4/intldir.m4: New file, from GNU gettext.
17869         * config/srclist.txt: Update
17870
17871 2006-10-27  Eric Blake  <ebb9@byu.net>
17872
17873         * MODULES.html.sh: Document tempname.
17874         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
17875         dependencies.
17876         (Files): Move lib/tempname.c...
17877         * modules/tempname: ...to this new module.
17878         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
17879         (gl_PREREQ_TEMPNAME): Move...
17880         * m4/tempname.m4: ...to this new file.
17881         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
17882         * modules/sys_stat (Depends-on): Add stat-macros.
17883         * lib/stat_.h (includes): Pick up stat macros.
17884         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
17885         if stat macros are broken.
17886         * lib/tempname.c (includes): No need to include "stat-macros.h".
17887         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
17888         (direxists, __path_search) [!_LIBC]: Don't compile these in
17889         gnulib; the tmpdir module covers that.
17890         * lib/tempname.h: New file.
17891
17892 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
17893
17894         * COPYING: Explain how gnulib-tool converts licence headers.
17895         Almost all wording by Eric Blake.
17896
17897 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
17898
17899         * lib/mbchar.h (is_basic_table): Make read-only.
17900         * lib/mbchar.c (is_basic_table): Likewise.
17901         Reported by John Darrington.
17902
17903 2006-10-25  Bruno Haible  <bruno@clisp.org>
17904
17905         * lib/progname.h (set_program_name): Undefine before defining.
17906
17907 2006-10-25  Bruno Haible  <bruno@clisp.org>
17908
17909         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
17910         false for non-gcc C++ compilers.
17911         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
17912
17913 2006-10-24  Bruno Haible  <bruno@clisp.org>
17914
17915         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
17916         iconv implementations like Irix iconv.
17917
17918 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17919
17920         * modules/vararrays: New file.
17921         * m4/vararrays.m4: New file, taken from diffutils.
17922         * MODULES.html.sh: New module vararrays.
17923
17924 2006-10-24  Karl Berry  <karl@gnu.org>
17925
17926         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
17927         Don't call GNU Unix.
17928
17929 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17930
17931         * users.txt: Add Libtool.
17932
17933         Sync from Libtool:
17934
17935         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17936
17937         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
17938         to gnulib's policy of including config.h unconditionally.
17939
17940 2006-10-24  Bruno Haible  <bruno@clisp.org>
17941
17942         * modules/wcwidth (Files): Add m4/wint_t.m4.
17943         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
17944         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
17945
17946 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17947
17948         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
17949         to pacify GCC with some -W flags enabled.  Problem reported by
17950         Bruno Haible.
17951
17952 2006-10-24  Jim Meyering  <jim@meyering.net>
17953
17954         * MODULES.html.sh: Remove uinttostr.  It's not a module.
17955         Reported by Karl Berry.
17956
17957 2006-10-23  Bruno Haible  <bruno@clisp.org>
17958
17959         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
17960
17961 2006-10-24  Bruno Haible  <bruno@clisp.org>
17962
17963         * lib/gl_list.h: Use C comment style, not C++ comment style.
17964
17965 2006-10-23  Eric Blake  <ebb9@byu.net>
17966
17967         * lib/getaddrinfo.c (includes): Add missing include.
17968
17969 2006-10-23  Bruno Haible  <bruno@clisp.org>
17970             Paul Eggert  <eggert@cs.ucla.edu>
17971
17972         Ability to rename obstack_free.
17973         * lib/obstack.h (__obstack_free): New macro. Declare instead of
17974         obstack_free.
17975         (obstack_free): Invoke the __obstack_free macro.
17976         * lib/obstack.c (obstack_free): Use __obstack_free macro.
17977
17978 2006-10-23  Bruno Haible  <bruno@clisp.org>
17979             Paul Eggert  <eggert@cs.ucla.edu>
17980
17981         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
17982         __argc, __argv from the declaration. (They are defined as macros on
17983         mingw.)
17984
17985 2006-10-22  Bruno Haible  <bruno@clisp.org>
17986
17987         * doc/gnulib-intro.texi: New file.
17988         * doc/gnulib.texi: Include it.
17989
17990 2006-10-21  Bruno Haible  <bruno@clisp.org>
17991
17992         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
17993         "Introduction", "Miscellanous Notes", "Particular Modules".
17994
17995 2006-10-21  Bruno Haible  <bruno@clisp.org>
17996
17997         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17998         Change mostlyclean-local rule to avoid sh syntax error from bash
17999         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
18000
18001 2006-10-23  Jim Meyering  <jim@meyering.net>
18002
18003         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
18004         in place of snprintf.
18005
18006         * modules/inttostr (Files): Add lib/uinttostr.c.
18007         * lib/uinttostr.c (inttostr): New file/function.
18008         * lib/inttostr.h (uinttostr): Declare.
18009         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
18010         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
18011         Add uinttostr.
18012         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
18013
18014 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         * lib/canonicalize.c (ELOOP): Define if not already defined.
18017         Problem reported by Bruno Haible in
18018         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
18019
18020 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18021
18022         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
18023         Problem reported by Perry Smith and Ville Laurikari.
18024
18025         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
18026         uses.
18027
18028 2006-10-19  Bruno Haible  <bruno@clisp.org>
18029
18030         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
18031         for mingw.
18032
18033 2006-10-19  Bruno Haible  <bruno@clisp.org>
18034
18035         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
18036         Needed for mingw.
18037
18038 2006-10-19  Bruno Haible  <bruno@clisp.org>
18039
18040         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
18041
18042 2006-10-19  Bruno Haible  <bruno@clisp.org>
18043
18044         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
18045         it.
18046
18047 2006-10-19  Bruno Haible  <bruno@clisp.org>
18048
18049         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
18050         invocation.
18051
18052 2006-10-19  Bruno Haible  <bruno@clisp.org>
18053
18054         * gnulib-tool (func_create_testdir): Don't include ftruncate and
18055         mountlist by default.
18056
18057 2006-10-16  Bruno Haible  <bruno@clisp.org>
18058
18059         * lib/c-strstr.c: Include c-strstr.h.
18060
18061 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18062
18063         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
18064         in a slash.
18065
18066 2006-10-18  Bruno Haible  <bruno@clisp.org>
18067
18068         * lib/lock.h [C++]: Wrap definitions in extern "C".
18069
18070 2006-10-18  Bruno Haible  <bruno@clisp.org>
18071
18072         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
18073         gl_LIBOBJS list.
18074
18075 2006-10-18  Bruno Haible  <bruno@clisp.org>
18076
18077         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
18078
18079 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
18080
18081         * lib/xstrtol.h: Include gettext.h.
18082         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
18083         Problem reported by Eric Blake.
18084         * modules/xstrtol (Depends-on): Add gettext-h.
18085
18086 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
18087
18088         * lib/strftime.c (advance): New macro.
18089         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
18090         incomplete type, so you can't add 0 to it.  Problem and patch
18091         reported by Eelco Dolstra for dietlibc.
18092
18093 2006-10-18  Jim Meyering  <jim@meyering.net>
18094
18095         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
18096         type for a local, and rename it: s/up/user_proc/.
18097
18098 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
18099
18100         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
18101         READ_UTMP_USER_PROCESS.
18102         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
18103
18104 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18105
18106         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
18107         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
18108
18109 2006-10-17  Eric Blake  <ebb9@byu.net>
18110
18111         * lib/sigprocmask.c (sigprocmask): Fix typo.
18112
18113         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
18114
18115         * modules/clean-temp (Makefile.am): Don't add to make output...
18116         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
18117         config.h.
18118
18119 2006-10-17  Bruno Haible  <bruno@clisp.org>
18120
18121         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
18122         differently if DEFAULT_TEXT_DOMAIN is set.
18123
18124 2006-10-16  Bruno Haible  <bruno@clisp.org>
18125
18126         * lib/clean-temp.c: Include fwriteerror.h.
18127
18128 2006-10-16  Bruno Haible  <bruno@clisp.org>
18129
18130         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
18131
18132 2006-10-16  Bruno Haible  <bruno@clisp.org>
18133
18134         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
18135         * lib/sigprocmask.h: Include <sys/types.h>.
18136         (sigset_t): Use the system's definition if present.
18137
18138 2006-10-17  Eric Blake  <ebb9@byu.net>
18139
18140         * lib/xvasprintf.c (includes): Assume config.h.
18141         * lib/xasprintf.c (includes): Likewise.
18142
18143 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18144
18145         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
18146         at least as wide as intmax_t.
18147
18148 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
18149
18150         (Imported from Automake.)
18151         * build-aux/gnupload: Update to version 1.1 of directive file.
18152
18153 2006-10-16  Eric Blake  <ebb9@byu.net>
18154
18155         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
18156         match Automake 1.10a.
18157
18158 2006-10-14  Bruno Haible  <bruno@clisp.org>
18159
18160         * modules/sigprocmask: New file.
18161         * lib/sigprocmask.h: New file.
18162         * lib/sigprocmask.c: New file.
18163         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
18164         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
18165         request sigprocmask.o.
18166         (gl_PREREQ_SIGPROCMASK): New macro.
18167         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
18168         (Depends-on): Add sigprocmask.
18169         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
18170         gt_SIGNALBLOCKING. Test for 'raise' only once.
18171         * lib/fatal-signal.c: Include sigprocmask.h.
18172         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
18173         unblock_fatal_signals): Define always.
18174         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18175         sigprocmask.
18176
18177 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18178
18179         Sync from Automake.
18180         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
18181         which incorrectly sets the mode of an existing destination
18182         directory.  In some cases the unpatched install-sh could do the
18183         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
18184         system.  We hope this is rare in practice, but it's clearly worth
18185         fixing.  Problem reported by Alex Unleashed in
18186         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
18187         Also, don't bother to check for -m bugs unless we're using -m;
18188         suggested by Stepan Kasal.
18189
18190 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18191
18192         Sync from Automake.
18193         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
18194         `-c' flag, so they appear at the same position as in %FASTDEP%
18195         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
18196         which ignores unknown options only after the first non-option.
18197         Bug report against M4 by Nelson H. F. Beebe.
18198
18199 2006-10-13  Jim Meyering  <jim@meyering.net>
18200
18201         Fix a bug in yesterday's change.
18202         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
18203         p->fts_statp->st_dev would be used uninitialized.
18204         Ensures that we always call fts_stat on the very first entry.
18205         Miklos Szeredi reported that find -xdev stopped working.
18206
18207 2006-10-12  Bruno Haible  <bruno@clisp.org>
18208
18209         * gnulib-tool (func_get_automake_snippet): Append an automatically
18210         computed EXTRA_DIST augmentation.
18211         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
18212         * modules/alloca-opt (Makefile.am): Likewise.
18213         * modules/allocsa (Makefile.am): Likewise.
18214         * modules/arcfour (Makefile.am): Likewise.
18215         * modules/arctwo (Makefile.am): Likewise.
18216         * modules/argmatch (Makefile.am): Likewise.
18217         * modules/argz (Makefile.am): Likewise.
18218         * modules/atexit (Makefile.am): Likewise.
18219         * modules/backupfile (Makefile.am): Likewise.
18220         * modules/byteswap (Makefile.am): Likewise.
18221         * modules/c-strtod (Makefile.am): Likewise.
18222         * modules/c-strtold (Makefile.am): Likewise.
18223         * modules/calloc (Makefile.am): Likewise.
18224         * modules/canon-host (Makefile.am): Likewise.
18225         * modules/canonicalize (Makefile.am): Likewise.
18226         * modules/chdir-long (Makefile.am): Likewise.
18227         * modules/chdir-safer (Makefile.am): Likewise.
18228         * modules/check-version (Makefile.am): Likewise.
18229         * modules/chown (Makefile.am): Likewise.
18230         * modules/cloexec (Makefile.am): Likewise.
18231         * modules/close-stream (Makefile.am): Likewise.
18232         * modules/closeout (Makefile.am): Likewise.
18233         * modules/crc (Makefile.am): Likewise.
18234         * modules/csharpexec (Makefile.am): Likewise.
18235         * modules/cycle-check (Makefile.am): Likewise.
18236         * modules/des (Makefile.am): Likewise.
18237         * modules/dev-ino (Makefile.am): Likewise.
18238         * modules/dirfd (Makefile.am): Likewise.
18239         * modules/dirname (Makefile.am): Likewise.
18240         * modules/dup2 (Makefile.am): Likewise.
18241         * modules/eealloc (Makefile.am): Likewise.
18242         * modules/error (Makefile.am): Likewise.
18243         * modules/euidaccess (Makefile.am): Likewise.
18244         * modules/exclude (Makefile.am): Likewise.
18245         * modules/exitfail (Makefile.am): Likewise.
18246         * modules/fcntl-safer (Makefile.am): Likewise.
18247         * modules/fcntl (Makefile.am): Likewise.
18248         * modules/file-type (Makefile.am): Likewise.
18249         * modules/fileblocks (Makefile.am): Likewise.
18250         * modules/filemode (Makefile.am): Likewise.
18251         * modules/filenamecat (Makefile.am): Likewise.
18252         * modules/fnmatch (Makefile.am): Likewise.
18253         * modules/fopen-safer (Makefile.am): Likewise.
18254         * modules/fpending (Makefile.am): Likewise.
18255         * modules/fprintftime (Makefile.am): Likewise.
18256         * modules/free (Makefile.am): Likewise.
18257         * modules/fsusage (Makefile.am): Likewise.
18258         * modules/ftruncate (Makefile.am): Likewise.
18259         * modules/fts (Makefile.am): Likewise.
18260         * modules/gc-arcfour (Makefile.am): Likewise.
18261         * modules/gc-des (Makefile.am): Likewise.
18262         * modules/gc-hmac-md5 (Makefile.am): Likewise.
18263         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
18264         * modules/gc-md4 (Makefile.am): Likewise.
18265         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18266         * modules/gc-sha1 (Makefile.am): Likewise.
18267         * modules/gc (Makefile.am): Likewise.
18268         * modules/getaddrinfo (Makefile.am): Likewise.
18269         * modules/getcwd (Makefile.am): Likewise.
18270         * modules/getdelim (Makefile.am): Likewise.
18271         * modules/getdomainname (Makefile.am): Likewise.
18272         * modules/getgroups (Makefile.am): Likewise.
18273         * modules/gethostname (Makefile.am): Likewise.
18274         * modules/gethrxtime (Makefile.am): Likewise.
18275         * modules/getline (Makefile.am): Likewise.
18276         * modules/getloadavg (Makefile.am): Likewise.
18277         * modules/getlogin_r (Makefile.am): Likewise.
18278         * modules/getndelim2 (Makefile.am): Likewise.
18279         * modules/getopt (Makefile.am): Likewise.
18280         * modules/getpagesize (Makefile.am): Likewise.
18281         * modules/getpass-gnu (Makefile.am): Likewise.
18282         * modules/getpass (Makefile.am): Likewise.
18283         * modules/getsubopt (Makefile.am): Likewise.
18284         * modules/gettime (Makefile.am): Likewise.
18285         * modules/gettimeofday (Makefile.am): Likewise.
18286         * modules/getugroups (Makefile.am): Likewise.
18287         * modules/getusershell (Makefile.am): Likewise.
18288         * modules/glob (Makefile.am): Likewise.
18289         * modules/group-member (Makefile.am): Likewise.
18290         * modules/hard-locale (Makefile.am): Likewise.
18291         * modules/hash (Makefile.am): Likewise.
18292         * modules/hmac-md5 (Makefile.am): Likewise.
18293         * modules/hmac-sha1 (Makefile.am): Likewise.
18294         * modules/human (Makefile.am): Likewise.
18295         * modules/idcache (Makefile.am): Likewise.
18296         * modules/imaxabs (Makefile.am): Likewise.
18297         * modules/imaxdiv (Makefile.am): Likewise.
18298         * modules/inet_ntop (Makefile.am): Likewise.
18299         * modules/inet_pton (Makefile.am): Likewise.
18300         * modules/intprops (Makefile.am): Likewise.
18301         * modules/inttostr (Makefile.am): Likewise.
18302         * modules/inttypes (Makefile.am): Likewise.
18303         * modules/isapipe (Makefile.am): Likewise.
18304         * modules/javaversion (Makefile.am): Likewise.
18305         * modules/lchmod (Makefile.am): Likewise.
18306         * modules/lchown (Makefile.am): Likewise.
18307         * modules/localcharset (Makefile.am): Likewise.
18308         * modules/long-options (Makefile.am): Likewise.
18309         * modules/lstat (Makefile.am): Likewise.
18310         * modules/malloc (Makefile.am): Likewise.
18311         * modules/mathl (Makefile.am): Likewise.
18312         * modules/mbchar (Makefile.am): Likewise.
18313         * modules/md2 (Makefile.am): Likewise.
18314         * modules/md4 (Makefile.am): Likewise.
18315         * modules/md5 (Makefile.am): Likewise.
18316         * modules/memcasecmp (Makefile.am): Likewise.
18317         * modules/memchr (Makefile.am): Likewise.
18318         * modules/memcmp (Makefile.am): Likewise.
18319         * modules/memcoll (Makefile.am): Likewise.
18320         * modules/memcpy (Makefile.am): Likewise.
18321         * modules/memmem (Makefile.am): Likewise.
18322         * modules/memmove (Makefile.am): Likewise.
18323         * modules/mempcpy (Makefile.am): Likewise.
18324         * modules/memrchr (Makefile.am): Likewise.
18325         * modules/memset (Makefile.am): Likewise.
18326         * modules/memxor (Makefile.am): Likewise.
18327         * modules/mkancesdirs (Makefile.am): Likewise.
18328         * modules/mkdir-p (Makefile.am): Likewise.
18329         * modules/mkdir (Makefile.am): Likewise.
18330         * modules/mkdtemp (Makefile.am): Likewise.
18331         * modules/mkstemp (Makefile.am): Likewise.
18332         * modules/mktime (Makefile.am): Likewise.
18333         * modules/modechange (Makefile.am): Likewise.
18334         * modules/mountlist (Makefile.am): Likewise.
18335         * modules/nanosleep (Makefile.am): Likewise.
18336         * modules/obstack (Makefile.am): Likewise.
18337         * modules/openat (Makefile.am): Likewise.
18338         * modules/pagealign_alloc (Makefile.am): Likewise.
18339         * modules/pathmax (Makefile.am): Likewise.
18340         * modules/physmem (Makefile.am): Likewise.
18341         * modules/poll (Makefile.am): Likewise.
18342         * modules/posixtm (Makefile.am): Likewise.
18343         * modules/posixver (Makefile.am): Likewise.
18344         * modules/putenv (Makefile.am): Likewise.
18345         * modules/quote (Makefile.am): Likewise.
18346         * modules/quotearg (Makefile.am): Likewise.
18347         * modules/raise (Makefile.am): Likewise.
18348         * modules/read-file (Makefile.am): Likewise.
18349         * modules/readline (Makefile.am): Likewise.
18350         * modules/readlink (Makefile.am): Likewise.
18351         * modules/readtokens (Makefile.am): Likewise.
18352         * modules/readutmp (Makefile.am): Likewise.
18353         * modules/realloc (Makefile.am): Likewise.
18354         * modules/regex (Makefile.am): Likewise.
18355         * modules/rename-dest-slash (Makefile.am): Likewise.
18356         * modules/rename (Makefile.am): Likewise.
18357         * modules/rijndael (Makefile.am): Likewise.
18358         * modules/rmdir (Makefile.am): Likewise.
18359         * modules/rpmatch (Makefile.am): Likewise.
18360         * modules/safe-read (Makefile.am): Likewise.
18361         * modules/safe-write (Makefile.am): Likewise.
18362         * modules/same-inode (Makefile.am): Likewise.
18363         * modules/same (Makefile.am): Likewise.
18364         * modules/save-cwd (Makefile.am): Likewise.
18365         * modules/savedir (Makefile.am): Likewise.
18366         * modules/setenv (Makefile.am): Likewise.
18367         * modules/settime (Makefile.am): Likewise.
18368         * modules/sha1 (Makefile.am): Likewise.
18369         * modules/sig2str (Makefile.am): Likewise.
18370         * modules/snprintf (Makefile.am): Likewise.
18371         * modules/stat-macros (Makefile.am): Likewise.
18372         * modules/stat-time (Makefile.am): Likewise.
18373         * modules/stdbool (Makefile.am): Likewise.
18374         * modules/stdint (Makefile.am): Likewise.
18375         * modules/stdlib-safer (Makefile.am): Likewise.
18376         * modules/stpcpy (Makefile.am): Likewise.
18377         * modules/stpncpy (Makefile.am): Likewise.
18378         * modules/strcase (Makefile.am): Likewise.
18379         * modules/strcasestr (Makefile.am): Likewise.
18380         * modules/strchrnul (Makefile.am): Likewise.
18381         * modules/strcspn (Makefile.am): Likewise.
18382         * modules/strdup (Makefile.am): Likewise.
18383         * modules/strerror (Makefile.am): Likewise.
18384         * modules/strftime (Makefile.am): Likewise.
18385         * modules/strndup (Makefile.am): Likewise.
18386         * modules/strnlen (Makefile.am): Likewise.
18387         * modules/strpbrk (Makefile.am): Likewise.
18388         * modules/strsep (Makefile.am): Likewise.
18389         * modules/strstr (Makefile.am): Likewise.
18390         * modules/strtod (Makefile.am): Likewise.
18391         * modules/strtoimax (Makefile.am): Likewise.
18392         * modules/strtok_r (Makefile.am): Likewise.
18393         * modules/strtol (Makefile.am): Likewise.
18394         * modules/strtoll (Makefile.am): Likewise.
18395         * modules/strtoul (Makefile.am): Likewise.
18396         * modules/strtoull (Makefile.am): Likewise.
18397         * modules/strtoumax (Makefile.am): Likewise.
18398         * modules/strverscmp (Makefile.am): Likewise.
18399         * modules/sys_socket (Makefile.am): Likewise.
18400         * modules/sys_stat (Makefile.am): Likewise.
18401         * modules/sysexits (Makefile.am): Likewise.
18402         * modules/time_r (Makefile.am): Likewise.
18403         * modules/timegm (Makefile.am): Likewise.
18404         * modules/timespec (Makefile.am): Likewise.
18405         * modules/tmpfile-safer (Makefile.am): Likewise.
18406         * modules/trim (Makefile.am): Likewise.
18407         * modules/unistd-safer (Makefile.am): Likewise.
18408         * modules/unlinkdir (Makefile.am): Likewise.
18409         * modules/unlocked-io (Makefile.am): Likewise.
18410         * modules/userspec (Makefile.am): Likewise.
18411         * modules/utime (Makefile.am): Likewise.
18412         * modules/utimecmp (Makefile.am): Likewise.
18413         * modules/utimens (Makefile.am): Likewise.
18414         * modules/vasnprintf (Makefile.am): Likewise.
18415         * modules/vasprintf (Makefile.am): Likewise.
18416         * modules/vsnprintf (Makefile.am): Likewise.
18417         * modules/xalloc (Makefile.am): Likewise.
18418         * modules/xgetcwd (Makefile.am): Likewise.
18419         * modules/xnanosleep (Makefile.am): Likewise.
18420         * modules/xreadlink (Makefile.am): Likewise.
18421         * modules/xstrtod (Makefile.am): Likewise.
18422         * modules/xstrtol (Makefile.am): Likewise.
18423         * modules/xstrtold (Makefile.am): Likewise.
18424         * modules/yesno (Makefile.am): Likewise.
18425         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
18426
18427 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18428
18429         * modules/error (Makefile.am): Distribute files through
18430         EXTRA_DIST, not lib_SOURCES.
18431
18432 2006-10-12  Eric Blake  <ebb9@byu.net>
18433
18434         * modules/error (Makefile.am): Distribute files in /lib.
18435         * modules/obstack (Makefile.am): Likewise.
18436
18437 2006-10-12  Bruno Haible  <bruno@clisp.org>
18438
18439         * modules/acl (Makefile.am): Distribute all files in lib/ through
18440         EXTRA_DIST.
18441         * modules/arcfour (Makefile.am): Likewise.
18442         * modules/arctwo (Makefile.am): Likewise.
18443         * modules/argmatch (Makefile.am): Likewise.
18444         * modules/argz (Makefile.am): Likewise.
18445         * modules/atexit (Makefile.am): Likewise.
18446         * modules/backupfile (Makefile.am): Likewise.
18447         * modules/c-strtod (Makefile.am): Likewise.
18448         * modules/c-strtold (Makefile.am): Likewise.
18449         * modules/calloc (Makefile.am): Likewise.
18450         * modules/canon-host (Makefile.am): Likewise.
18451         * modules/canonicalize (Makefile.am): Likewise.
18452         * modules/chdir-long (Makefile.am): Likewise.
18453         * modules/chdir-safer (Makefile.am): Likewise.
18454         * modules/check-version (Makefile.am): Likewise.
18455         * modules/chown (Makefile.am): Likewise.
18456         * modules/cloexec (Makefile.am): Likewise.
18457         * modules/close-stream (Makefile.am): Likewise.
18458         * modules/closeout (Makefile.am): Likewise.
18459         * modules/crc (Makefile.am): Likewise.
18460         * modules/cycle-check (Makefile.am): Likewise.
18461         * modules/des (Makefile.am): Likewise.
18462         * modules/dirfd (Makefile.am): Likewise.
18463         * modules/dirname (Makefile.am): Likewise.
18464         * modules/dup2 (Makefile.am): Likewise.
18465         * modules/euidaccess (Makefile.am): Likewise.
18466         * modules/exclude (Makefile.am): Likewise.
18467         * modules/exitfail (Makefile.am): Likewise.
18468         * modules/fcntl-safer (Makefile.am): Likewise.
18469         * modules/file-type (Makefile.am): Likewise.
18470         * modules/fileblocks (Makefile.am): Likewise.
18471         * modules/filemode (Makefile.am): Likewise.
18472         * modules/filenamecat (Makefile.am): Likewise.
18473         * modules/fnmatch (Makefile.am): Likewise.
18474         * modules/fopen-safer (Makefile.am): Likewise.
18475         * modules/fpending (Makefile.am): Likewise.
18476         * modules/fprintftime (Makefile.am): Likewise.
18477         * modules/free (Makefile.am): Likewise.
18478         * modules/fsusage (Makefile.am): Likewise.
18479         * modules/ftruncate (Makefile.am): Likewise.
18480         * modules/fts (Makefile.am): Likewise.
18481         * modules/gc (Makefile.am): Likewise.
18482         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18483         * modules/getaddrinfo (Makefile.am): Likewise.
18484         * modules/getcwd (Makefile.am): Likewise.
18485         * modules/getdelim (Makefile.am): Likewise.
18486         * modules/getdomainname (Makefile.am): Likewise.
18487         * modules/getgroups (Makefile.am): Likewise.
18488         * modules/gethostname (Makefile.am): Likewise.
18489         * modules/gethrxtime (Makefile.am): Likewise.
18490         * modules/getline (Makefile.am): Likewise.
18491         * modules/getloadavg (Makefile.am): Likewise.
18492         * modules/getlogin_r (Makefile.am): Likewise.
18493         * modules/getopt (Makefile.am): Likewise.
18494         * modules/getpass (Makefile.am): Likewise.
18495         * modules/getpass-gnu (Makefile.am): Likewise.
18496         * modules/getsubopt (Makefile.am): Likewise.
18497         * modules/gettime (Makefile.am): Likewise.
18498         * modules/gettimeofday (Makefile.am): Likewise.
18499         * modules/getugroups (Makefile.am): Likewise.
18500         * modules/getusershell (Makefile.am): Likewise.
18501         * modules/glob (Makefile.am): Likewise.
18502         * modules/group-member (Makefile.am): Likewise.
18503         * modules/hard-locale (Makefile.am): Likewise.
18504         * modules/hash (Makefile.am): Likewise.
18505         * modules/hmac-md5 (Makefile.am): Likewise.
18506         * modules/hmac-sha1 (Makefile.am): Likewise.
18507         * modules/human (Makefile.am): Likewise.
18508         * modules/idcache (Makefile.am): Likewise.
18509         * modules/imaxabs (Makefile.am): Likewise.
18510         * modules/imaxdiv (Makefile.am): Likewise.
18511         * modules/inet_ntop (Makefile.am): Likewise.
18512         * modules/inet_pton (Makefile.am): Likewise.
18513         * modules/inttostr (Makefile.am): Likewise.
18514         * modules/isapipe (Makefile.am): Likewise.
18515         * modules/lchown (Makefile.am): Likewise.
18516         * modules/long-options (Makefile.am): Likewise.
18517         * modules/lstat (Makefile.am): Likewise.
18518         * modules/malloc (Makefile.am): Likewise.
18519         * modules/mathl (Makefile.am): Likewise.
18520         * modules/mbchar (Makefile.am): Likewise.
18521         * modules/md2 (Makefile.am): Likewise.
18522         * modules/md4 (Makefile.am): Likewise.
18523         * modules/md5 (Makefile.am): Likewise.
18524         * modules/memcasecmp (Makefile.am): Likewise.
18525         * modules/memchr (Makefile.am): Likewise.
18526         * modules/memcmp (Makefile.am): Likewise.
18527         * modules/memcoll (Makefile.am): Likewise.
18528         * modules/memcpy (Makefile.am): Likewise.
18529         * modules/memmem (Makefile.am): Likewise.
18530         * modules/memmove (Makefile.am): Likewise.
18531         * modules/mempcpy (Makefile.am): Likewise.
18532         * modules/memrchr (Makefile.am): Likewise.
18533         * modules/memset (Makefile.am): Likewise.
18534         * modules/memxor (Makefile.am): Likewise.
18535         * modules/mkancesdirs (Makefile.am): Likewise.
18536         * modules/mkdir (Makefile.am): Likewise.
18537         * modules/mkdir-p (Makefile.am): Likewise.
18538         * modules/mkdtemp (Makefile.am): Likewise.
18539         * modules/mkstemp (Makefile.am): Likewise.
18540         * modules/mktime (Makefile.am): Likewise.
18541         * modules/modechange (Makefile.am): Likewise.
18542         * modules/mountlist (Makefile.am): Likewise.
18543         * modules/nanosleep (Makefile.am): Likewise.
18544         * modules/openat (Makefile.am): Likewise.
18545         * modules/pagealign_alloc (Makefile.am): Likewise.
18546         * modules/physmem (Makefile.am): Likewise.
18547         * modules/poll (Makefile.am): Likewise.
18548         * modules/posixtm (Makefile.am): Likewise.
18549         * modules/posixver (Makefile.am): Likewise.
18550         * modules/putenv (Makefile.am): Likewise.
18551         * modules/quote (Makefile.am): Likewise.
18552         * modules/quotearg (Makefile.am): Likewise.
18553         * modules/raise (Makefile.am): Likewise.
18554         * modules/read-file (Makefile.am): Likewise.
18555         * modules/readline (Makefile.am): Likewise.
18556         * modules/readlink (Makefile.am): Likewise.
18557         * modules/readtokens (Makefile.am): Likewise.
18558         * modules/readutmp (Makefile.am): Likewise.
18559         * modules/realloc (Makefile.am): Likewise.
18560         * modules/regex (Makefile.am): Likewise.
18561         * modules/rename (Makefile.am): Likewise.
18562         * modules/rename-dest-slash (Makefile.am): Likewise.
18563         * modules/rijndael (Makefile.am): Likewise.
18564         * modules/rmdir (Makefile.am): Likewise.
18565         * modules/rpmatch (Makefile.am): Likewise.
18566         * modules/safe-read (Makefile.am): Likewise.
18567         * modules/safe-write (Makefile.am): Likewise.
18568         * modules/same (Makefile.am): Likewise.
18569         * modules/save-cwd (Makefile.am): Likewise.
18570         * modules/savedir (Makefile.am): Likewise.
18571         * modules/setenv (Makefile.am): Likewise.
18572         * modules/settime (Makefile.am): Likewise.
18573         * modules/sha1 (Makefile.am): Likewise.
18574         * modules/sig2str (Makefile.am): Likewise.
18575         * modules/snprintf (Makefile.am): Likewise.
18576         * modules/stdlib-safer (Makefile.am): Likewise.
18577         * modules/stpcpy (Makefile.am): Likewise.
18578         * modules/stpncpy (Makefile.am): Likewise.
18579         * modules/strcase (Makefile.am): Likewise.
18580         * modules/strcasestr (Makefile.am): Likewise.
18581         * modules/strchrnul (Makefile.am): Likewise.
18582         * modules/strcspn (Makefile.am): Likewise.
18583         * modules/strdup (Makefile.am): Likewise.
18584         * modules/strerror (Makefile.am): Likewise.
18585         * modules/strftime (Makefile.am): Likewise.
18586         * modules/strndup (Makefile.am): Likewise.
18587         * modules/strnlen (Makefile.am): Likewise.
18588         * modules/strpbrk (Makefile.am): Likewise.
18589         * modules/strsep (Makefile.am): Likewise.
18590         * modules/strstr (Makefile.am): Likewise.
18591         * modules/strtod (Makefile.am): Likewise.
18592         * modules/strtoimax (Makefile.am): Likewise.
18593         * modules/strtok_r (Makefile.am): Likewise.
18594         * modules/strtol (Makefile.am): Likewise.
18595         * modules/strtoll (Makefile.am): Likewise.
18596         * modules/strtoul (Makefile.am): Likewise.
18597         * modules/strtoull (Makefile.am): Likewise.
18598         * modules/strtoumax (Makefile.am): Likewise.
18599         * modules/strverscmp (Makefile.am): Likewise.
18600         * modules/time_r (Makefile.am): Likewise.
18601         * modules/timegm (Makefile.am): Likewise.
18602         * modules/tmpfile-safer (Makefile.am): Likewise.
18603         * modules/unistd-safer (Makefile.am): Likewise.
18604         * modules/unlinkdir (Makefile.am): Likewise.
18605         * modules/userspec (Makefile.am): Likewise.
18606         * modules/utime (Makefile.am): Likewise.
18607         * modules/utimecmp (Makefile.am): Likewise.
18608         * modules/utimens (Makefile.am): Likewise.
18609         * modules/vasnprintf (Makefile.am): Likewise.
18610         * modules/vasprintf (Makefile.am): Likewise.
18611         * modules/vsnprintf (Makefile.am): Likewise.
18612         * modules/xalloc (Makefile.am): Likewise.
18613         * modules/xgetcwd (Makefile.am): Likewise.
18614         * modules/xnanosleep (Makefile.am): Likewise.
18615         * modules/xreadlink (Makefile.am): Likewise.
18616         * modules/xstrtod (Makefile.am): Likewise.
18617         * modules/xstrtol (Makefile.am): Likewise.
18618         * modules/xstrtold (Makefile.am): Likewise.
18619         * modules/yesno (Makefile.am): Likewise.
18620
18621 2006-10-12  Jim Meyering  <jim@meyering.net>
18622
18623         * m4/getloadavg.m4: Revert the change below.
18624
18625         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
18626         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
18627         fail with a symlink, which is what coreutils' ./bootstrap now
18628         creates by default.
18629
18630 2006-10-12  Bruno Haible  <bruno@clisp.org>
18631
18632         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
18633         mingw.
18634         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
18635         MSVC and mingw explicitly.
18636
18637 2006-10-11  Simon Josefsson  <jas@extundo.com>
18638             Bruno Haible  <bruno@clisp.org>
18639
18640         Add support for multiple gnulib-tool invocations in the scope of a
18641         single configure.ac file.
18642         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
18643         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
18644         with the same contents as the _LIBADD variable.
18645         (func_emit_initmacro_start, func_emit_initmacro_end,
18646         func_emit_initmacro_done): New functions.
18647         (func_import, func_create_testdir): Invoke them. Allow the identifiers
18648         gl_LIBOBJS and gl_LTLIBOBJS.
18649
18650 2006-10-11  Bruno Haible  <bruno@clisp.org>
18651
18652         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
18653         (func_create_testdir): Don't create po/Makefile.am, don't invoke
18654         autoreconf. Instead, invoke autopoint explicitly but move back the
18655         *.m4 files from gnulib.
18656
18657 2006-10-11  Bruno Haible  <bruno@clisp.org>
18658
18659         * gnulib-tool (func_usage): Make module names after --create-testdir
18660         optional.
18661         (func_create_testdir): If no module was specified, use nearly all
18662         modules.
18663
18664 2006-10-12  Jim Meyering  <jim@meyering.net>
18665
18666         Big performance improvement for fts-based tools that use FTS_NOSTAT.
18667         Avoid spurious inode-mismatch problems on non-POSIX file systems.
18668         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
18669         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
18670         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
18671         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
18672         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
18673         (fts_set_stat_required): New function.
18674         (fts_open): Defer the calls to fts_stat, if possible or requested.
18675         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
18676         into fts_stat itself.
18677         (fts_read): Perform any required (deferred) fts_stat call.
18678         (fts_build): Likewise, for the directory we're about to open and read.
18679         In the readdir loop, carefully decide whether each entry will require
18680         an eventual call to fts_stat, using dirent.d_type info if available.
18681         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
18682         a command line argument into this function.  Update all callers.
18683         Map a return value of FTS_DOT to FTS_D for a command line argument.
18684         * modules/fts (Depends-on): Add d-type.  Alphabetize.
18685         Thanks to Miklos Szeredi for his tenacity and for the initial
18686         bug report about "find" failing on a FUSE-based file system.
18687
18688         * lib/fts.c (fts_open): Use consistent indentation.
18689
18690 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
18693         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
18694         reported by Jim Meyering.  All uses of cache variables renamed
18695         to match Autoconf's.
18696         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
18697         the other one.
18698
18699         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
18700         Fix misspelling in diagnostic.
18701
18702 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18703
18704         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
18705         defined.  Problem reported by Matthew Woehlke.
18706
18707         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
18708         Add support for Tandem NonStop R series.
18709         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
18710         Use new macro.
18711
18712         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
18713         (has_trailing_slash): Omit size arg; all callers changed.
18714         Omit 'inline', since it doesn't help performance and we'd
18715         need to configure it.
18716         Don't count //, ///, etc. as having a trailing slash.
18717         As a side effect, this removes a C99ism reported by Matthew Woehlke.
18718         (rpl_rename_dest_slash): On failure, use rename's errno rather
18719         than (in some cases) an incorrect or junk errno.
18720         Simplify code by removing need to compute length; this does
18721         cause it to make two passes instead of one over the file name,
18722         but it's worth it.
18723
18724         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
18725         change, since Autoconf's version may no longer be appropriate now
18726         that we are using CVS Autoconf's version.  Add support for Tandem.
18727
18728 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18729             Bruno Haible  <bruno@clisp.org>
18730
18731         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
18732         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
18733         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
18734         gl_AC_TYPE_LONG_LONG.
18735
18736         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
18737         instead of HAVE_LONG_LONG.
18738         * lib/printf-args.c (printf_fetchargs): Likewise.
18739         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
18740         * lib/vasnprintf.c (VASNPRINTF): Likewise.
18741         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
18742         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
18743         gl_AC_TYPE_LONG_LONG.
18744
18745 2006-10-11  Bruno Haible  <bruno@clisp.org>
18746
18747         * m4/longlong.m4: Add comments.
18748         * m4/ulonglong.m4: Likewise.
18749
18750 2006-10-10  Bruno Haible  <bruno@clisp.org>
18751
18752         Make it possible to #define stpcpy, strdup to aliases.
18753         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
18754         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
18755
18756 2006-10-10  Bruno Haible  <bruno@clisp.org>
18757
18758         Make it possible to #define gcd to an alias.
18759         * lib/gcd.c: Include config.h.
18760
18761 2006-10-10  Bruno Haible  <bruno@clisp.org>
18762
18763         Make it possible to #define c_isascii to an alias.
18764         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
18765         defined. Undefine the macros before defining them, to avoid gcc
18766         warnings.
18767         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
18768         define NO_C_CTYPE_MACROS early.
18769
18770 2006-10-10  Bruno Haible  <bruno@clisp.org>
18771
18772         Make it possible to #define set_program_name to an alias.
18773         * lib/progname.c: Don't undefine set_program_name; instead, undefine
18774         ENABLE_RELOCATABLE early.
18775
18776 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18777
18778         Port to Tandem NSK OSS, which has 64-bit signed int but at most
18779         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
18780         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
18781         More generally, don't assume that 64-bit signed int is available
18782         if unsigned int is, and vice versa.
18783         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
18784         unsigned symbols, not on their signed counterparts.
18785         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
18786         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
18787         (UINT64_C, UINTMAX_C):
18788         Likewise.
18789         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
18790         unsigned counterparts.
18791         (Have_long_long, Unsigned): New macros.
18792         (Int): Renamed from INT.
18793         (strtoimax): Use the new macros.
18794         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
18795         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
18796         * modules/inttypes (inttypes.h): Substitute
18797         HAVE_UNSIGNED_LONG_LONG_INT.
18798         * modules/stdint (stdint.h): Likewise.
18799         (Files): Add m4/ulonglong.m4.
18800
18801 2006-10-10  Bruno Haible  <bruno@clisp.org>
18802
18803         Fix a gcc -Wshadow warning.
18804         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
18805         to 'bucket'.
18806         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
18807         gl_linked_indexof_from_to): Likewise.
18808         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
18809         Likewise.
18810         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
18811         Likewise.
18812         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
18813         Reported by Eric Blake.
18814
18815 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
18816
18817         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
18818         for NetBSD.  Problem reported by Bruno Haible.
18819
18820 2006-10-09  Jim Meyering  <jim@meyering.net>
18821
18822         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
18823         Patch from Bruno Haible.
18824
18825 2006-10-09  Jim Meyering  <jim@meyering.net>
18826
18827         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
18828         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
18829         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
18830
18831 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18832
18833         Don't include <config.h> twice; this doesn't work in some cases,
18834         e.g., when config.h has "#define intmax_t long long int" and
18835         we include <config.h>, <inttypes.h>, <config.h> in that order.
18836         Problem reported by Matthew Woehlke in:
18837         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
18838         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
18839         * lib/fts-cycle.c: Don't include config.h.
18840         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
18841         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
18842         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
18843         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
18844         inttypes.h.
18845         * lib/xstrtoumax.c: Likewise.
18846         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
18847         __strtol and the like, so that this module is more like its siblings.
18848         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
18849         Remove; no longer needed now that we assume gnulib inttypes.h.
18850
18851 2006-10-08  Bruno Haible  <bruno@clisp.org>
18852
18853         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
18854         option.
18855
18856 2006-10-07  Jim Meyering  <jim@meyering.net>
18857
18858         * modules/inttypes (inttypes.h): Revert what seems to have been
18859         an inadvertent part of today's change: use "|", not "/" in the
18860         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
18861
18862 2006-10-07  Bruno Haible  <bruno@clisp.org>
18863
18864         * modules/sublist: New file.
18865
18866 2006-10-07  Bruno Haible  <bruno@clisp.org>
18867
18868         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
18869         * modules/argz (argz.h): Likewise.
18870         * modules/arpa_inet (arpa/inet.h): Likewise.
18871         * modules/byteswap (byteswap.h): Likewise.
18872         * modules/configmake (configmake.h): Likewise.
18873         * modules/fcntl (fcntl.h): Likewise.
18874         * modules/fnmatch (fnmatch.h): Likewise.
18875         * modules/getopt (getopt.h): Likewise.
18876         * modules/glob (glob.h): Likewise.
18877         * modules/inttypes (inttypes.h): Likewise.
18878         * modules/netinet_in (netinet/in.h): Likewise.
18879         * modules/poll (poll.h): Likewise.
18880         * modules/stdbool (stdbool.h): Likewise.
18881         * modules/stdint (stdint.h): Likewise.
18882         * modules/sys_select (sys/select.h): Likewise.
18883         * modules/sys_socket (sys/socket.h): Likewise.
18884         * modules/sys_stat (sys/stat.h): Likewise.
18885         * modules/sysexits (sysexits.h): Likewise.
18886         * modules/unistd (unistd.h): Likewise.
18887         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18888         Add a "DO NOT EDIT" comment to the generated file.
18889         (func_import): Likewise for gnulib-comp.m4.
18890
18891 2006-10-07  Bruno Haible  <bruno@clisp.org>
18892
18893         * lib/gl_sublist.h: New file.
18894         * lib/gl_sublist.c: New file.
18895
18896 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18897
18898         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
18899         name (relative to the original working directory) and the file
18900         name component (relative to the temporary working directory).  All
18901         callers changed.
18902         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
18903         * lib/mkdir-p.c (make_dir_parents): Likewise.
18904         * lib/mkdir-p.h (make_dir_parents): Likewise.
18905
18906 2006-10-06  Eric Blake  <ebb9@byu.net>
18907
18908         Define several macros for use by the clean-temp module.
18909         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
18910         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
18911         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
18912
18913         * lib/clean-temp.h (close_stream_temp): New declaration.
18914         * lib/clean-temp.c (includes): Pull in headers according to what
18915         other modules are in use.
18916         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
18917
18918 2006-10-06  Bruno Haible  <bruno@clisp.org>
18919
18920         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
18921         instead of fopen, fwriteerror.
18922
18923 2006-10-06  Bruno Haible  <bruno@clisp.org>
18924
18925         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
18926         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
18927         int.
18928         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
18929         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
18930         Return an error indicator.
18931         Suggested by Eric Blake.
18932
18933 2006-10-06  Bruno Haible  <bruno@clisp.org>
18934
18935         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
18936         Reported by Eric Blake.
18937
18938 2006-10-06  Bruno Haible  <bruno@clisp.org>
18939
18940         * modules/closeout (Description): Mention stderr too.
18941
18942 2006-10-06  Bruno Haible  <bruno@clisp.org>
18943         and Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * lib/closeout.c (close_stdout): Also close stderr.
18946         * lib/closeout.h: Update comment.
18947
18948 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18949
18950         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
18951         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
18952         * lib/dirchownmod.c: Include lchown.h.
18953         * lib/lchown.c: Don't include files that lchown.h now includes.
18954         Don't declare chown, since lchown.h now does that.
18955         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
18956         (lchown): Define to rpl_chown if lchown is declared but
18957         does not exist.  Declare using a prototype if lchown is not
18958         declared.  Add a copyright notice.
18959         * lib/mkstemp.h: Include <unistd.h>.
18960         * lib/openat.c: Include lchown.h.
18961
18962         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
18963         we now test for that separately.
18964         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
18965         rather than O_NOFOLLOW, when testing whether it's possible to
18966         avoid a race condition reliably.
18967         * lib/savewd.c (savewd_chdir): Likewise.
18968
18969         Remove macros that are no longer needed now that stdint.h is
18970         reliable.
18971         * lib/fsusage.c (UINTMAX_MAX): Remove.
18972         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
18973         * lib/utimecmp.c (SIZE_MAX): Remove.
18974
18975         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
18976
18977         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
18978         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
18979         O_NOATIME works.
18980
18981 2006-10-05  Bruno Haible  <bruno@clisp.org>
18982
18983         * lib/gl_list.h (gl_sortedlist_search_from_to,
18984         gl_sortedlist_indexof_from_to): New declarations.
18985         (gl_list_implementation): New fields sortedlist_search_from_to,
18986         sortedlist_indexof_from_to.
18987         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
18988         inline functions.
18989         * lib/gl_list.c (gl_sortedlist_search_from_to,
18990         gl_sortedlist_indexof_from_to): New functions.
18991         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
18992         function.
18993         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
18994         (gl_array_sortedlist_search_from_to): New function.
18995         (gl_array_list_implementation): Update.
18996         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
18997         function.
18998         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
18999         (gl_carray_sortedlist_search_from_to): New function.
19000         (gl_carray_list_implementation): Update.
19001         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
19002         gl_linked_sortedlist_indexof_from_to): New functions.
19003         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19004         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19005         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
19006         gl_tree_sortedlist_indexof_from_to): New functions.
19007         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19008         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19009         Update.
19010         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19011         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
19012         Update.
19013
19014 2006-10-05  Bruno Haible  <bruno@clisp.org>
19015
19016         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
19017         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
19018         (struct gl_list_implementation): Add fields search_from_to,
19019         indexof_from_to. Remove fields search, indexof.
19020         (gl_list_search): Use the search_from_to method.
19021         (gl_list_search_from, gl_list_search_from_to): New functions.
19022         (gl_list_indexof): Use the indexof_from_to method.
19023         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19024         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
19025         (gl_list_search_from, gl_list_search_from_to): New functions.
19026         (gl_list_indexof): Use the indexof_from_to method.
19027         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19028         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
19029         gl_array_indexof. Add start_index, end_index arguments.
19030         (gl_array_search_from_to): Renamed from gl_array_search. Add
19031         start_index, end_index arguments.
19032         (gl_array_remove, gl_array_list_implementation): Update.
19033         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
19034         gl_carray_indexof. Add start_index, end_index arguments.
19035         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
19036         start_index, end_index arguments.
19037         (gl_carray_remove, gl_carray_list_implementation): Update.
19038         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
19039         gl_linked_search. Add start_index, end_index arguments.
19040         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
19041         start_index, end_index arguments.
19042         (gl_linked_remove): Update.
19043         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19044         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19045         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
19046         field to 'size_t'.
19047         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
19048         gl_tree_search. Add start_index, end_index arguments.
19049         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19050         start_index, end_index arguments.
19051         (gl_tree_remove): Update.
19052         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19053         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19054         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
19055         function.
19056         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
19057         gl_tree_search. Add start_index, end_index arguments.
19058         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19059         start_index, end_index arguments.
19060         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19061         Update.
19062         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
19063
19064 2006-10-05  Bruno Haible  <bruno@clisp.org>
19065
19066         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
19067
19068         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
19069         fwriteerror_temp): New declarations.
19070         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
19071         (descriptors): New variable.
19072         (cleanup): First, close the descriptors.
19073         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
19074         fclose_temp, fwriteerror_temp): New functions.
19075
19076 2006-10-04  Jim Meyering  <jim@meyering.net>
19077
19078         * lib/fts.c (fts_open): Tiny comment change.
19079
19080 2006-10-04  Bruno Haible  <bruno@clisp.org>
19081
19082         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
19083         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
19084         gl_LOCK_BODY.
19085         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
19086         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
19087         gl_LOCK_EARLY_BODY.
19088         (gl_LOCK): Require gl_LOCK_BODY.
19089
19090 2006-10-04  Bruno Haible  <bruno@clisp.org>
19091
19092         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
19093         (gl_oset_search_atleast): New declaration.
19094         (struct gl_oset_implementation): Add field 'search_atleast'.
19095         (gl_oset_search_atleast): New inline function.
19096         * lib/gl_oset.c (gl_oset_search_atleast): New function.
19097         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
19098         (gl_array_oset_implementation): Update.
19099         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
19100         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
19101         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
19102
19103 2006-10-04  Bruno Haible  <bruno@clisp.org>
19104
19105         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
19106
19107 2006-10-03  Bruno Haible  <bruno@clisp.org>
19108
19109         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
19110         from gl_avltreehash_list_implementation.
19111
19112 2006-10-03  Bruno Haible  <bruno@clisp.org>
19113
19114         * lib/gl_oset.c (gl_oset_add): Fix return type.
19115
19116 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
19117
19118         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
19119
19120 2006-10-02  Eric Blake  <ebb9@byu.net>
19121
19122         * modules/strnlen (Depends-on): Add extensions.
19123
19124 2006-10-02  Eric Blake  <ebb9@byu.net>
19125
19126         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
19127         definition in 2.60+.
19128
19129 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
19130
19131         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
19132         checks.
19133
19134 2006-10-02  Bruno Haible  <bruno@clisp.org>
19135
19136         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
19137         to the AUTOMAKE_OPTIONS.
19138         Reported by Jim Meyering.
19139
19140 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19141
19142         Work around bug in Solaris 10 /proc file system:
19143         /proc/self/fd/NNN/.. isn't the parent directory of
19144         the directory whose file descriptor is NNN.  This needs to
19145         be worked around at run time, not compile time, since a
19146         program might be built on Solaris 8, where things work, and
19147         run on Solaris 10.
19148         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
19149         to use the following interface instead:
19150         (OPENAT_BUFFER_SIZE): New macro.
19151         (openat_proc_name): New function.
19152         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
19153         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
19154         Likewise.
19155         * lib/openat-proc.c: New file.
19156         * modules/openat (Files): Add lib/openat-proc.c.
19157         (Depends-on): Add same-inode, stdbool.
19158         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
19159
19160 2006-09-29  Bruno Haible  <bruno@clisp.org>
19161
19162         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
19163         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
19164         argument. Set stdout_closed before testing for ferror, not after.
19165         (fwriteerror, fwriteerror_no_ebadf): New functions.
19166
19167 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19168
19169         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
19170
19171 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
19172
19173         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
19174         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
19175
19176 2006-09-28  Jim Meyering  <jim@meyering.net>
19177
19178         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
19179         Include <unistd.h>.
19180
19181 2006-09-28  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
19184         * modules/linkedhash-list (Depends-on): Likewise.
19185         * modules/rbtreehash-list (Depends-on): Likewise.
19186
19187 2006-09-28  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/strndup.h: Simplify the redefinition of strndup.
19190         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
19191         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
19192
19193 2006-09-28  Bruno Haible  <bruno@clisp.org>
19194
19195         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
19196         * lib/gl_linkedhash_list.c: Likewise.
19197         * lib/gl_rbtreehash_list.c: Likewise.
19198
19199 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
19202         getaddrinfo.
19203
19204         * lib/__fpending.h: Don't include <stdio_ext.h> unless
19205         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
19206         it causes <stdio_ext.h> to cause a compile-time error.
19207         Problem reported by Nelson H. F. Beebe.
19208         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
19209         of HAVE_DECL___PENDING.
19210
19211         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
19212         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
19213         declaration.
19214
19215 2006-09-27  Jim Meyering  <jim@meyering.net>
19216
19217         This file could end up with a definition for a function
19218         named __strndup, rather than rpl_strndup on a system with
19219         incomplete weak_alias support.
19220         * lib/strndup.c (strndup): Rename from __strndup.
19221         Remove #defines that used to map __strndup to strndup.
19222         Don't use K&R prototypes.
19223         Remove LIBC-related code, since this file is not sync'd with glibc.
19224         * lib/strndup.h: Revamp, accordingly.
19225         * m4/strndup.m4: Modernize.
19226
19227 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19228
19229         * modules/savewd (Depends-on): Add 'raise'.
19230         * lib/savewd.c: Include <signal.h>, for 'raise'.
19231
19232 2006-09-26  Jim Meyering  <jim@meyering.net>
19233
19234         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
19235         when we detect Darwin 8.7.0's acl_get_file bug.
19236         Rearrange to perform the new (below) run-test while $LIBS
19237         contains any acl-related library.  Set USE_ACL at the end.
19238         (gl_ACL_GET_FILE): New function.
19239
19240 2006-09-26  Eric Blake  <ebb9@byu.net>
19241
19242         * lib/verror.c: Include <config.h> unconditionally.
19243
19244 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
19245
19246         * modules/clock-time (Maintainer): Add self.
19247         * modules/getlogin_r (Depends-on): Add extensions.
19248
19249 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19250
19251         * modules/clock-time: New module.
19252         * modules/nanosleep (Depends-on): Add clock-time.
19253         * modules/gethrxtime (Depends-on): Likewise.
19254         * modules/gettime (Depends-on): Likewise.
19255         * modules/settime (Depends-on): Likewise.
19256
19257         * modules/fts-lgpl: Depend on openat.
19258         * modules/mkancesdirs: Depend on savewd.
19259         * modules/mkdir-p: Likewise.
19260
19261 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19262
19263         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
19264
19265         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
19266         `gl_have_arbitrary_file_name_length_limit' to
19267         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
19268         actually works between configure runs.
19269
19270 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19271             Bruno Haible  <bruno@clisp.org>
19272
19273         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
19274
19275 2006-09-25  Jim Meyering  <jim@meyering.net>
19276
19277         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
19278         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
19279
19280 2006-09-25  Eric Blake  <ebb9@byu.net>
19281
19282         * gnulib-tool (func_import, func_create_testdir): Fix typos in
19283         exec's in 2006-09-18 patch when shuffling fds.
19284
19285 2006-09-25  Bruno Haible  <bruno@clisp.org>
19286
19287         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
19288         Reported by Jim Meyering.
19289
19290 2006-09-24  Jim Meyering  <jim@meyering.net>
19291
19292         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
19293         compare a pointer against a literal "0".  That caused failures with
19294         at least HP-UX's hpcc.
19295
19296 2006-09-22  Simon Josefsson  <jas@extundo.com>
19297
19298         * modules/gc-sha1:
19299         * modules/gc-md4:
19300         * modules/gc-hmac-sha1:
19301         * modules/gc-hmac-md5:
19302         * modules/gc-des:
19303         * modules/gc-arcfour: Distribute more files.
19304
19305 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19306
19307         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
19308         (gl_linked_iterator_from_to): Initialize struct completely.
19309         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
19310         (gl_tree_iterator_from_to): Likewise
19311         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
19312         * lib/gl_array_list.c [lint] (gl_array_iterator)
19313         (gl_array_iterator_from_to): Likewise.
19314         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
19315         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
19316         (gl_carray_iterator_from_to): Likewise.
19317
19318         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
19319         * lib/md4.c (md4_process_block): Remove unused variable.
19320         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
19321         parentheses for clarity.
19322
19323 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19324
19325         * modules/bison-i18n (Depends-on): Add gettext.
19326
19327 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19328
19329         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
19330         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
19331         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
19332         also add missing comma that caused broken test.
19333         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
19334         stdlib.h, for `abort'.
19335         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
19336         variables.
19337         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
19338         include unistd.h if present, for `rmdir'.
19339         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
19340         variables.
19341         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
19342         in the process include standard headers for prototypes.
19343         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
19344         gets declared on GNU/Linux.
19345         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
19346         unistd.h, for `rmdir'.
19347         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
19348
19349         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
19350         always true.
19351         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
19352
19353         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
19354
19355 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19356
19357         * gnulib-tool (func_version): Create output all at once.  This
19358         may help avoid triggering unnecessary SIGPIPEs, and at any
19359         rate it doesn't hurt.
19360
19361 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19362             Bruno Haible  <bruno@clisp.org>
19363
19364         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
19365         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19366         * m4/signed.m4 (bh_C_SIGNED): Likewise.
19367
19368         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
19369         (gl_FUNC_VASPRINTF): Invoke it.
19370
19371 2006-09-22  Bruno Haible  <bruno@clisp.org>
19372
19373         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
19374         getloadavg.c as first argument.
19375
19376 2006-09-22  Bruno Haible  <bruno@clisp.org>
19377
19378         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
19379         at the beginning of the gl_INIT macro.
19380         * modules/getloadavg (configure.ac): Pass $gl_source_base to
19381         gl_GETLOADAVG.
19382
19383 2006-09-22  Bruno Haible  <bruno@clisp.org>
19384
19385         * gnulib-tool (func_create_megatestdir): Don't include the config-h
19386         module.
19387         Suggested by Ralf Wildenhues.
19388
19389 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19390
19391         Import this patch from libc:
19392
19393         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
19394
19395         * lib/regex_internal.c (re_string_reconstruct): Handle
19396         offset < pstr->valid_raw_len && pstr->offsets_needed case.
19397         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
19398         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
19399         re_string_context_at.
19400
19401         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
19402         now requires it.
19403         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
19404         gl_REGEX now does it for us.
19405         (gl_REGEX): Add test taken from
19406         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
19407
19408         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
19409         Check that large offsets work.  Modernize Autoconf usages.
19410         Prefer "yes" to mean a good thing rather than a bad.
19411         Don't put "#define mkstemp" in config.h, as this might interfere
19412         with standard system headers that "#define mkstemp mkstemp64".
19413
19414         * modules/mkstemp (Depends-on): Add extensions, so that
19415         mkstemp is visible on some platforms.
19416         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
19417         (Include): Change to "mkstemp.h" from <stdlib.h>.
19418         (Files): Add mkstemp.h.
19419
19420         * lib/mkstemp.h: New file, since some standard headers
19421         #define mkstemp.
19422         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
19423         Include "mkstemp.h".
19424         Make the _LIBC code resemble glibc original more,
19425         e.g., use K&R style.
19426         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
19427         (mkstemp): Remove, since mkstemp.h does this for us.
19428         * lib/stdlib--.h: Include mkstemp.h.
19429
19430         Import this patch from libc:
19431
19432         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19433
19434         * lib/tempname.c (__gen_tempname): Change attempts_min
19435         into a macro.  Use preprocessor to decide how to initialize
19436         attempts [Coverity CID 67].
19437
19438 2006-09-20  Bruno Haible  <bruno@clisp.org>
19439
19440         * lib/mkdtemp.c: Import from libc.
19441         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19442                 * sysdeps/posix/tempname.c (__gen_tempname): Change
19443                 attempts_min into a macro.  Use preprocessor to decide how to
19444                 initialize attempts [Coverity CID 67].
19445         2001-11-27  Paul Eggert  <eggert@twinsun.com>
19446                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
19447                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
19448
19449 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19450
19451         * gnulib-tool (func_exit): New function, to allow to pass the
19452         exit status portably through the trap.  Use everywhere.
19453         (--help, --version): Signal a write error.
19454         (trap): catch SIGPIPE, for write errors.
19455         Exit at the end of the trap, with the correct exit status.
19456
19457 2006-09-19  Karl Berry  <karl@gnu.org>
19458
19459         * doc/gnulib.texi: note about the license texinfo files.
19460
19461 2006-09-19  Eric Blake  <ebb9@byu.net>
19462
19463         * gnulib-tool: Avoid space-tab.
19464
19465 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19466
19467         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
19468         that prevented coreutils 6.1 from building.  Problem reported
19469         by Petter Reinholdtsen.
19470
19471 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19472
19473         * gnulib-tool (avoidlist): Fix typo that broke options like
19474         --avoid=lock that are used by coreutils bootstrap.
19475
19476 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
19477
19478         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
19479         more systematically.
19480
19481 2006-09-18  Jim Meyering  <jim@meyering.net>
19482
19483         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
19484
19485 2006-09-18  Bruno Haible  <bruno@clisp.org>
19486
19487         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
19488
19489 2006-09-18  Bruno Haible  <bruno@clisp.org>
19490
19491         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
19492         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
19493         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
19494         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
19495         * m4/gettext.m4: Require autoconf >= 2.52.
19496         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
19497         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
19498         of gl_cv_header_inttypes_h.
19499
19500 2006-09-18  Bruno Haible  <bruno@clisp.org>
19501
19502         * lib/javaversion.c: Include configmake.h.
19503
19504 2006-09-18  Bruno Haible  <bruno@clisp.org>
19505
19506         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
19507         avoid that the while loops be executed in a subshell.
19508
19509 2006-09-18  Bruno Haible  <bruno@clisp.org>
19510
19511         * MODULES.html.sh (func_module): Break long lines.
19512         Suggested by Bruce Korb <bkorb@gnu.org>.
19513
19514 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19515
19516         Speed up by a factor of 1.12.
19517         * gnulib-tool (nl): New variable.
19518         (func_import): Rewrite include directive extraction to only read each
19519         directive once.
19520
19521 2006-09-17  Bruno Haible  <bruno@clisp.org>
19522
19523         * modules/javaversion (Makefile.am): Remove DEFS setting.
19524         (Depends-on): Add configmake, for PKGDATADIR definition.
19525
19526 2006-09-17  Bruno Haible  <bruno@clisp.org>
19527
19528         * gnulib-tool (func_create_testdir): Rewrite all files at once.
19529
19530 2006-09-17  Bruno Haible  <bruno@clisp.org>
19531
19532         * gnulib-tool (func_append): New function, stolen from libtool.m4.
19533         (func_modules_transitive_closure, func_modules_add_dummy,
19534         func_modules_to_filelist, func_import, func_create_testdir,
19535         func_create_megatestdir, ...): Use it wherever possible.
19536         Suggested by Ralf Wildenhues.
19537
19538 2006-09-16  Karl Berry  <karl@gnu.org>
19539
19540         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
19541         to avoid sectioning errors.
19542         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
19543         [ifinfo]: blank line after @center-ed titles.
19544         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
19545         Spell FSF address consistently with others.
19546         (These changes approved by rms.)
19547
19548 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19549
19550         Speed up by a factor of 1.61.
19551         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
19552         already checked module names again.
19553
19554 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19555
19556         Speed up by a factor of 1.13.
19557         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
19558         for new_files, and the input to func_add_or_update.
19559
19560 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19561
19562         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
19563         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
19564
19565 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         * modules/mkancesdirs (Depends-on): Add fcntl.
19568         * modules/savewd: New file.
19569         * MODULES.html.sh (File system functions): Add savewd.
19570
19571         * modules/configmake (Makefile.am): Add support for the
19572         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
19573
19574 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19575
19576         * m4/savewd.m4: New file.
19577
19578 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
19581         (dirchownmod): New arg FD.  All callers changed.
19582         Use FD rather than opening the directory ourself, as opening is
19583         now the caller's responsibility.
19584         * lib/dirchownmod.h: Likewise.
19585         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
19586         hosts that require <sys/types.h> before <sys/stat.h>.  Include
19587         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
19588         (test_dir): Remove.
19589         (mkancesdirs): Return length of prefix of FILE that has already
19590         been made, or -2 if there is a child doing the work.  Redo
19591         algorithm so that it is O(N) rather than O(N**2).  Optimize away
19592         ".", and treat ".." specially since it might stray back into
19593         already-created areas.  Use a subprocess if necessary.  New arg
19594         WD; all users changed.  MAKE_DIR function should now return 1
19595         if it creates a directory that is not readable.  Return -2 if
19596         a child process is spun off.
19597         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
19598         Adjust signature to match code.
19599         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
19600         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
19601         all users changed.
19602         * lib/savewd.c, lib/savewd.h: New files.
19603
19604 2006-09-15  Jim Meyering  <jim@meyering.net>
19605
19606         * modules/rename-dest-slash: New module.
19607         * MODULES.html.sh (posix_compat): Add it here.
19608
19609         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
19610
19611 2006-09-15  Jim Meyering  <jim@meyering.net>
19612
19613         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
19614         file.
19615
19616         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
19617
19618 2006-09-15  Jim Meyering  <jim@meyering.net>
19619
19620         * lib/rename-dest-slash.c (has_trailing_slash): Use
19621         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
19622         (rpl_rename_dest_slash): Perform the cheaper trailing slash
19623         test before testing whether SRC is a directory.
19624         Suggestions from Bruno Haible.
19625
19626         Avoid a warning about an unused variable.
19627         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
19628         into the #ifdef block where it's used.
19629
19630         * lib/rename-dest-slash.c: New file.
19631
19632 2006-09-14  Bruno Haible  <bruno@clisp.org>
19633
19634         * lib/allocsa.c: Include <config.h> unconditionally.
19635         * lib/asnprintf.c: Likewise.
19636         * lib/asprintf.c: Likewise.
19637         * lib/c-strcasecmp.c: Likewise.
19638         * lib/c-strcasestr.c: Likewise.
19639         * lib/c-strncasecmp.c: Likewise.
19640         * lib/c-strstr.c: Likewise.
19641         * lib/classpath.c: Likewise.
19642         * lib/clean-temp.c: Likewise.
19643         * lib/concatpath.c: Likewise.
19644         * lib/copy-file.c: Likewise.
19645         * lib/csharpcomp.c: Likewise.
19646         * lib/csharpexec.c: Likewise.
19647         * lib/execute.c: Likewise.
19648         * lib/fatal-signal.c: Likewise.
19649         * lib/findprog.c: Likewise.
19650         * lib/fwriteerror.c: Likewise.
19651         * lib/gl_array_list.c: Likewise.
19652         * lib/gl_array_oset.c: Likewise.
19653         * lib/gl_avltree_list.c: Likewise.
19654         * lib/gl_avltree_oset.c: Likewise.
19655         * lib/gl_avltreehash_list.c: Likewise.
19656         * lib/gl_carray_list.c: Likewise.
19657         * lib/gl_linked_list.c: Likewise.
19658         * lib/gl_linkedhash_list.c: Likewise.
19659         * lib/gl_list.c: Likewise.
19660         * lib/gl_oset.c: Likewise.
19661         * lib/gl_rbtree_list.c: Likewise.
19662         * lib/gl_rbtree_oset.c: Likewise.
19663         * lib/gl_rbtreehash_list.c: Likewise.
19664         * lib/imaxabs.c: Likewise.
19665         * lib/imaxdiv.c: Likewise.
19666         * lib/javacomp.c: Likewise.
19667         * lib/javaexec.c: Likewise.
19668         * lib/javaversion.c: Likewise.
19669         * lib/linebreak.c: Likewise.
19670         * lib/localcharset.c: Likewise.
19671         * lib/lock.c: Likewise.
19672         * lib/mbchar.c: Likewise.
19673         * lib/mbswidth.c: Likewise.
19674         * lib/mkdtemp.c: Likewise.
19675         * lib/pipe.c: Likewise.
19676         * lib/printf-args.c: Likewise.
19677         * lib/printf-parse.c: Likewise.
19678         * lib/progname.c: Likewise.
19679         * lib/progreloc.c: Likewise.
19680         * lib/readlink.c: Likewise.
19681         * lib/sh-quote.c: Likewise.
19682         * lib/stpcpy.c: Likewise.
19683         * lib/stpncpy.c: Likewise.
19684         * lib/strcasecmp.c: Likewise.
19685         * lib/strcasestr.c: Likewise.
19686         * lib/strcspn.c: Likewise.
19687         * lib/striconv.c: Likewise.
19688         * lib/strncasecmp.c: Likewise.
19689         * lib/strnlen1.c: Likewise.
19690         * lib/strstr.c: Likewise.
19691         * lib/strtok_r.c: Likewise.
19692         * lib/tls.c: Likewise.
19693         * lib/tmpdir.c: Likewise.
19694         * lib/unicodeio.c: Likewise.
19695         * lib/unsetenv.c: Likewise.
19696         * lib/vasnprintf.c: Likewise.
19697         * lib/vasprintf.c: Likewise.
19698         * lib/wait-process.c: Likewise.
19699         * lib/xallocsa.c: Likewise.
19700         * lib/xsetenv.c: Likewise.
19701         * lib/xstriconv.c: Likewise.
19702
19703 2006-09-13  Simon Josefsson  <jas@extundo.com>
19704
19705         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
19706         that internally, suggested by Ralf Wildenhues
19707         <Ralf.Wildenhues@gmx.de>.
19708
19709 2006-09-13  Simon Josefsson  <jas@extundo.com>
19710
19711         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
19712         @LIBOBJS@.
19713         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19714
19715 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19716
19717         * lib/_fpending.c: Include <config.h> unconditionally, since we no
19718         longer worry about uses that don't define HAVE_CONFIG_H.
19719         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
19720         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
19721         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
19722         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
19723         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
19724         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
19725         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
19726         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
19727         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
19728         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
19729         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
19730         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
19731         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
19732         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
19733         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
19734         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
19735         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
19736         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
19737         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
19738         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
19739         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
19740         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
19741         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
19742         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
19743         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
19744         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
19745         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
19746         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
19747         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
19748         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
19749         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
19750         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
19751         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
19752         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
19753         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
19754         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
19755         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
19756         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
19757         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
19758         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
19759         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
19760         Likewise.
19761
19762 2006-09-13  Eric Blake  <ebb9@byu.net>
19763
19764         * lib/getopt.c: Fix typo in last commit.
19765
19766 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19767
19768         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
19769         dgettext.
19770
19771 2006-09-12  Jim Meyering  <jim@meyering.net>
19772
19773         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
19774         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
19775         Reported by Nelson H. F. Beebe.
19776
19777 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19778
19779         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
19780         program_invocation_name and program_invocation_short_name are
19781         initialized.
19782         * lib/argp-namefrob.h: Move declarations of program_invocation_name
19783         and program_invocation_short_name to argp.h, so they are visible
19784         to user programs.
19785         * lib/argp.h: Likewise
19786
19787 2006-09-10  Bruno Haible  <bruno@clisp.org>
19788
19789         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19790         m4/inttypes_h.m4, m4/uintmax_t.m4.
19791
19792 2006-09-10  Bruno Haible  <bruno@clisp.org>
19793
19794         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
19795         gl_AC_TYPE_UINTMAX_T.
19796
19797 2006-09-10  Bruno Haible  <bruno@clisp.org>
19798
19799         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
19800
19801 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19802
19803         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
19804         convention.  Text proposed by Bruno Haible.
19805         (struct argp_option): Document the use of N_() wrappers.
19806
19807         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
19808         '\v', and translate the two parts separately, instead of feeding
19809         the whole string to gettext.  This allows to exclude
19810         '\v' from the strings visible to the translator by writing doc
19811         strings as N_("..") "\v" N_("..").
19812
19813 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
19814
19815         * config/srclist.txt: Undo latest change; the bug was fixed.
19816
19817 2006-09-09  Bruno Haible  <bruno@clisp.org>
19818
19819         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
19820         assignments if building a library without libtool.
19821         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
19822         in func_emit_lib_Makefile_am.
19823         (func_import): When building a static library libfoo.a, arrange to
19824         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
19825         (func_create_testdir): Likewise.
19826         * modules/gc (configure.ac, Makefile.am): If building statically,
19827         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
19828         * modules/iconvme (configure.ac, Makefile.am): Likewise.
19829         * modules/striconv (configure.ac, Makefile.am): Likewise.
19830         Based on a suggestion by Ralf Wildenhues.
19831
19832 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19833
19834         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19835         Check for unistd.h too, since Autoconf doesn't assume POSIX.
19836         Also:
19837
19838         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19839         Add year_2050_test to catch glibc bug 2821
19840         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19841
19842         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19843         Prefer #ifdef to #if.
19844
19845         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
19846         Return from 'main' instead of calling 'exit'.
19847
19848 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19849
19850         * lib/mktime.c (guess_time_tm): Fix bug where mktime
19851         returned the maximum time_t value rather than (time_t) -1.
19852         Problem originally reported by William Bardwell
19853         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19854
19855         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19856         Moved to here ...
19857         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19858         ... from here.
19859
19860 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19861
19862         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
19863         2821 is fixed.
19864
19865 2006-09-08  Jim Meyering  <jim@meyering.net>
19866
19867         Don't make generated files read-only.  That would bother too many
19868         people.  However, do retain the ability to work when targets are
19869         read-only: remove the destination and temporary files before writing
19870         them (when generated via sed or echo), or by using the -f option for
19871         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
19872         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19873         * modules/byteswap, modules/configmake, modules/fcntl:
19874         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19875         * modules/localcharset, modules/netinet_in, modules/poll:
19876         * modules/stdbool, modules/stdint, modules/sys_select:
19877         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19878
19879 2006-09-08  Jim Meyering  <jim@meyering.net>
19880
19881         Avoid new build failure on FreeBSD 6.0.
19882         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
19883         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
19884         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
19885
19886 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19887
19888         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
19889
19890 2006-09-07  Jim Meyering  <jim@meyering.net>
19891
19892         Fix global typo in last change: use chmod u-w, not chmod u-x.
19893         Spotted by Paul Eggert and Bruce Korb.
19894         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19895         * modules/byteswap, modules/configmake, modules/fcntl:
19896         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19897         * modules/localcharset, modules/netinet_in, modules/poll:
19898         * modules/stdbool, modules/stdint, modules/sys_select:
19899         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19900
19901 2006-09-06  Jim Meyering  <jim@meyering.net>
19902
19903         Make generated files be read-only.
19904         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
19905         Ensure that each generated file is now read-only.
19906         * modules/argz: Likewise.
19907         * modules/arpa_inet: Likewise.
19908         * modules/byteswap: Likewise.
19909         * modules/configmake: Likewise.
19910         * modules/fcntl: Likewise.
19911         * modules/fnmatch: Likewise.
19912         * modules/getopt: Likewise.
19913         * modules/glob: Likewise.
19914         * modules/inttypes: Likewise.
19915         * modules/netinet_in: Likewise.
19916         * modules/poll: Likewise.
19917         * modules/stdbool: Likewise.
19918         * modules/stdint: Likewise.
19919         * modules/sys_select: Likewise.
19920         * modules/sys_socket: Likewise.
19921         * modules/sys_stat: Likewise.
19922         * modules/sysexits: Likewise.
19923         * modules/localcharset: Same as above, but continue using temporary
19924         file named "t-$@" (why different?) rather than the "$@-t" used
19925         everywhere else.
19926
19927         * modules/sysexits (Makefile.am): Replace literal occurrences
19928         of "sysexit.h" more readable, and more consistent, "$@".
19929
19930 2006-09-06  Bruno Haible  <bruno@clisp.org>
19931
19932         * modules/striconv: New file.
19933         * modules/xstriconv: New file.
19934         * MODULES.html.sh (Internationalization functions): Add striconv,
19935         xstriconv.
19936
19937 2006-09-06  Bruno Haible  <bruno@clisp.org>
19938
19939         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
19940         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
19941         not using libtool correctly.
19942
19943 2006-09-06  Bruno Haible  <bruno@clisp.org>
19944
19945         * lib/striconv.h: New file.
19946         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
19947         iconvstring.c.
19948         * lib/xstriconv.h: New file.
19949         * lib/xstriconv.c: New file.
19950
19951 2006-09-06  Bruno Haible  <bruno@clisp.org>
19952
19953         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19954         lib_..._LDFLAGS.
19955
19956 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19957
19958         * lib/argz_.h: Sync from Libtool.
19959
19960         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
19961                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19962
19963         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
19964
19965 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19966
19967         * modules/trim: New file.
19968
19969 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19970
19971         * lib/trim.h: New file.
19972         * lib/trim.c: New file.
19973
19974 2006-09-05  Bruno Haible  <bruno@clisp.org>
19975
19976         * MODULES.html.sh (String handling): Add trim.
19977
19978 2006-09-04  Karl Berry  <karl@gnu.org>
19979
19980         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
19981         until next release.
19982
19983 2006-09-03  Bruno Haible  <bruno@clisp.org>
19984
19985         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
19986         correctly.
19987
19988 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19989
19990         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
19991         not gl_GETLOADAVG.  Omit unneeded semicolons.
19992         Problems reported by Ralf Wildenhues in
19993         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
19994         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
19995         at the end, which is the usual gnulib style.
19996
19997         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
19998         of doing all the work ourselves.
19999         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
20000         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
20001
20002 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20003
20004         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
20005         Problem reported by Ralf Wildenhues in
20006         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20007
20008         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
20009         HAVE_STRUCT_STATFS_F_FSTYPENAME.
20010
20011 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20012
20013         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
20014         yesterday's patch by changing test -n to test -z.
20015
20016 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20017
20018         * modules/getloadavg (Files): Add m4/getloadavg.m4.
20019         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
20020         the former is now obsolescent.
20021
20022         * modules/chdir-long (Depends-on): Add fcntl.
20023
20024 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20025
20026         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
20027         obsolescent, and programs should use gnulib instead.
20028         * m4/getloadavg.m4: New file, with contents taken from Autoconf
20029         but with prefixes changed.
20030
20031 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20032
20033         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
20034         or stdbool.h, because they might not exist while configuring.
20035
20036         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
20037         Don't include unistd.h or limits.h; not needed, since chdir-long.h
20038         does that for us.
20039         (O_DIRECTORY): Remove.
20040
20041 2006-08-31  Eric Blake  <ebb9@byu.net>
20042
20043         * gnulib-tool: Don't let emacs change spaces to TAB.
20044
20045 2006-08-31  Bruno Haible  <bruno@clisp.org>
20046
20047         * gnulib-tool: When calling func_import more than once, do it in a
20048         subshell.
20049         Reported by Eric Blake <ebb9@byu.net>.
20050
20051 2006-08-31  Bruno Haible  <bruno@clisp.org>
20052
20053         * gnulib-tool (nl): Remove variable.
20054         (sed_transform_lib_file): Use more robust test for config-h module.
20055         (func_import): Fix typo in 2006-08-25 patch.
20056
20057 2006-08-31  Bruno Haible  <bruno@clisp.org>
20058
20059         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
20060         specified, augment Makefile.am variables instead of assigning them.
20061
20062 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20063
20064         Work around a bug in both the Linux and SunOS 64-bit kernels:
20065         nanosleep mishandles sleeps for longer than 2**31 seconds.
20066         Problem reported by Frank v Waveren in
20067         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20068         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
20069         Check for nanosleep bug.
20070         (LIB_NANOSLEEP): Append clock_gettime library if needed.
20071
20072 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20073
20074         Work around a bug in both the Linux and SunOS 64-bit kernels:
20075         nanosleep mishandles sleeps for longer than 2**31 seconds.
20076         Problem reported by Frank v Waveren in
20077         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20078         * lib/nanosleep.c (BILLION): New constant.
20079         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
20080         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
20081         implementation.
20082
20083 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20084
20085         * modules/nanosleep (Depends-on): Add gettime.
20086
20087 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20088         and Simon Josefsson  <jas@extundo.com>
20089         and Oskar Liljeblad  <oskar@osk.mine.nu>
20090
20091         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
20092         * gnulib-tool (func_import): New license type 'unmodifiable license
20093         text'.
20094         * modules/fdl: Use it.  Longer description.
20095         * module/gpl, module/lgpl: New files.
20096
20097 2006-08-30  Jim Meyering  <jim@meyering.net>
20098
20099         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
20100         shadowing the parameter.
20101
20102 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20103
20104         Sync from Libtool:
20105
20106         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20107
20108         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
20109         sharing with gnulib.  Report by Eric Blake.
20110
20111 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20112
20113         * modules/isapipe: New file.
20114         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
20115
20116 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20117
20118         * modules/configmake (Makefile.am): Add a comment, and omit
20119         the CONFIGMAKE_ prefix from generated macro names.  Suggested
20120         by Bruno Haible.
20121
20122 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20123
20124         * m4/isapipe.m4: New file.
20125
20126 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20127
20128         * lib/isapipe.c, lib/isapipe.h: New files.
20129
20130 2006-08-29  Jim Meyering  <jim@meyering.net>
20131
20132         * modules/configmake (Makefile.am): Make configmake.h depend on
20133         Makefile.  Otherwise, a stale configmake.h could hang around.
20134
20135 2006-08-29  Eric Blake  <ebb9@byu.net>
20136
20137         * lib/error.c (error_at_line, print_errno_message): Match libc, after
20138         resolution of upstream bug 3044.
20139
20140 2006-08-29  Bruno Haible  <bruno@clisp.org>
20141
20142         * modules/localcharset (Depends-on): Add configmake.
20143         (Makefile.am): Remove setting of LIBDIR through DEFS.
20144
20145 2006-08-29  Bruno Haible  <bruno@clisp.org>
20146
20147         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
20148         defined.
20149
20150 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20151
20152         * modules/fcntl: New file.
20153         * modules/chdir-safer (Depends-on): Add fcntl.
20154         * modules/fts: Likewise.
20155         * modules/mkdir-p: Likewise.
20156
20157         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
20158         This undoes the most recent change, since we're now addressing the
20159         problem in a different way.
20160
20161         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
20162         into output, since the output might be called Makefile.am even
20163         if $makefile_name is something different.
20164         (func_import): Use $makefile_am rather than
20165         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
20166         empty.
20167
20168         * modules/inttypes (Files): Add m4/inttypes-h.m4.
20169
20170 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20171
20172         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
20173         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
20174         recent change to stdint.m4, since we're now addressing the problem in a
20175         different way.
20176
20177 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20178
20179         * m4/fcntl_h.m4: New file.
20180
20181 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20182
20183         * lib/fcntl_.h: New file.
20184         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
20185         the fcntl module.
20186         * lib/dirchownmod.c: Likewise.
20187         * lib/fts.c: Likewise.
20188
20189         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
20190         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
20191         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
20192         just before including <inttypes.h>, to avoid circular inclusion.
20193
20194 2006-08-28  Jim Meyering  <jim@meyering.net>
20195
20196         * doc/visibility.texi: Actually read and correct the grammar of the
20197         sentence affected by yesterday's change.
20198
20199 2006-08-28  Eric Blake  <ebb9@byu.net>
20200
20201         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
20202         needs wrapper.
20203
20204 2006-08-28  Eric Blake  <ebb9@byu.net>
20205
20206         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
20207
20208 2006-08-28  Eric Blake  <ebb9@byu.net>
20209
20210         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
20211
20212 2006-08-28  Bruno Haible  <bruno@clisp.org>
20213
20214         * modules/c-strstr: New file, from GNU gettext.
20215         * MODULES.html.sh (String handling): Add c-strstr.
20216
20217 2006-08-28  Bruno Haible  <bruno@clisp.org>
20218
20219         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
20220         macros.
20221         Reported by Eric Blake.
20222
20223 2006-08-28  Bruno Haible  <bruno@clisp.org>
20224
20225         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
20226         (VASNPRINTF): Return a string of length > INT_MAX without failing.
20227         * lib/vasprintf.c: Include errno.h, limits.h.
20228         (EOVERFLOW): New fallback definition.
20229         (vasprintf): Test here whether the string length is > INT_MAX.
20230         * lib/vsnprintf.c: Include errno.h, limits.h.
20231         (EOVERFLOW): New fallback definition.
20232         (vsnprintf): Fix bug when generated string was too long for the buffer.
20233         Test here whether the string length is > INT_MAX.
20234
20235 2006-08-28  Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/inttypes_.h (SCNX*): Remove definitions.
20238         Reported by Eric Blake.
20239
20240 2006-08-28  Bruno Haible  <bruno@clisp.org>
20241
20242         * lib/c-strstr.h: New file, from GNU gettext.
20243         * lib/c-strstr.c: New file, from GNU gettext.
20244
20245 2006-08-28  Bruno Haible  <bruno@clisp.org>
20246
20247         * gnulib-tool: Reorder some statements.
20248
20249 2006-08-28  Bruno Haible  <bruno@clisp.org>
20250
20251         * gnulib-tool: New option --makefile-name.
20252         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
20253         $makefile_name.
20254         (func_import): Write $makefile_name to the cache file, and read it from
20255         there unless explicitly specified. Use $makefile_name as file name
20256         instead of Makefile.am. Adjust the recommendations accordingly.
20257
20258 2006-08-28  Bruno Haible  <bruno@clisp.org>
20259
20260         * gnulib-tool (func_verify_module): Check against misapplying patch.
20261
20262 2006-08-28  Bruno Haible  <bruno@clisp.org>
20263
20264         * gnulib-tool (func_relativize, func_relconcat): New functions.
20265         Give an error if --local-dir is given with --update.
20266         Remove trailing slashes from $local_gnulib_dir.
20267         (func_import): Store the relativized $local_gnulib_dir in
20268         gnulib-cache.m4, and read it from there if not specified explicitly.
20269
20270 2006-08-28  Bruno Haible  <bruno@clisp.org>
20271
20272         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
20273         is the current directory. Respect also $local_gnulib_dir.
20274
20275 2006-08-28  Bruno Haible  <bruno@clisp.org>
20276             Simon Josefsson  <jas@extundo.com>
20277
20278         BeOS portability.
20279         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
20280
20281 2006-08-27  Jim Meyering  <jim@meyering.net>
20282
20283         * doc/visibility.texi: Remove duplicate word: "pointer".
20284
20285 2006-08-26  Bruno Haible  <bruno@clisp.org>
20286
20287         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
20288         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
20289         (Makefile.am): Create inttypes.h from inttypes_.h.
20290         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
20291
20292         * modules/imaxabs: New file.
20293
20294         * modules/imaxdiv: New file.
20295
20296 2006-08-26  Bruno Haible  <bruno@clisp.org>
20297
20298         * m4/inttypes.m4: New file.
20299         * m4/_inttypes_h.m4: Remove file.
20300         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
20301         PRI_MACROS_BROKEN.
20302         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
20303
20304         * m4/imaxabs.m4: New file.
20305
20306         * m4/imaxdiv.m4: New file.
20307
20308 2006-08-26  Bruno Haible  <bruno@clisp.org>
20309
20310         * lib/inttypes_.h: New file.
20311         * lib/inttypes.h: Remove file.
20312         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
20313
20314         * lib/imaxabs.c: New file.
20315
20316         * lib/imaxdiv.c: New file.
20317
20318 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20319
20320         New config-h module, so that "make" output needn't be cluttered
20321         by -DHAVE_CONFIG_H.
20322         * MODULES.html.sh (Support for building libraries and executables):
20323         Add config-h.
20324         * modules/config-h: New file.
20325         * gnulib-tool (nl, sed_transform_lib_file): New vars.
20326         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
20327         the config-h module is used.
20328
20329         New configmake module, so that "make" output needn't be cluttered
20330         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
20331         * MODULES.html.sh (Support for building libraries and executables):
20332         Add configmake.
20333         * modules/configmake: New file.
20334
20335 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20336
20337         * m4/config-h.m4: New file.
20338
20339 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20340
20341         * config/srclist.txt: Add elisp-comp.
20342
20343 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20344
20345         * MODULES.html.sh (Support for building libraries and executables):
20346         Add elisp-comp.
20347         * build-aux/elisp-comp: New file.
20348         * modules/elisp-comp: New file.
20349
20350 2006-08-24  Bruno Haible  <bruno@clisp.org>
20351
20352         * gnulib-tool (func_create_testdir): Use non-default values of
20353         sourcebase and m4base.
20354
20355 2006-08-24  Bruno Haible  <bruno@clisp.org>
20356
20357         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
20358         HTML structure.
20359
20360 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20361
20362         * modules/openat (Depends-on): Add lchown.
20363
20364 2006-08-23  Bruno Haible  <bruno@clisp.org>
20365
20366         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
20367         of gl_LOCK_EARLY instead of gl_LOCK.
20368
20369 2006-08-23  Bruno Haible  <bruno@clisp.org>
20370
20371         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
20372         on OSF/1 to no.
20373         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
20374
20375 2006-08-23  Bruno Haible  <bruno@clisp.org>
20376
20377         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
20378         as unusable.
20379
20380         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
20381         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
20382         (gl_LOCK): New macro.
20383
20384 2006-08-22  Simon Josefsson  <jas@extundo.com>
20385
20386         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
20387         to md5 module.
20388
20389 2006-08-22  Simon Josefsson  <jas@extundo.com>
20390
20391         * MODULES.html.sh: Add "Support for maintaining and release
20392         projects".
20393
20394         * build-aux/gnupload: New file, from coreutils.
20395
20396 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20397
20398         Avoid the need for AC_LIBSOURCES in m4 macros.
20399         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
20400         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
20401         * modules/check-version (EXTRA_DIST): Add check-version.h.
20402         * modules/crc (EXTRA_DIST): Add crc.h.
20403         * modules/des (EXTRA_DIST): Add des.h.
20404         * modules/gc (EXTRA_DIST): Add gc.h.
20405         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
20406         * modules/getline (EXTRA_DIST): Add getline.h.
20407         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
20408         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
20409         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
20410         * modules/md2 (EXTRA_DIST): Add md2.h.
20411         * modules/md4 (EXTRA_DIST): Add md4.h.
20412         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
20413         * modules/read-file (EXTRA_DIST): Add read-file.h.
20414         * modules/readline (EXTRA_DIST): Add readline.h.
20415         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
20416         rijndael-api-fst.h.
20417
20418 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20419
20420         * m4/rijndael.m4 (gl_ARCFOUR):
20421         * m4/arctwo.m4 (gl_ARCTWO):
20422         * m4/check-version.m4 (gl_CHECK_VERSION):
20423         * m4/crc.m4 (gl_CRC):
20424         * m4/des.m4 (gl_DES):
20425         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
20426         * m4/gc.m4 (gl_GC):
20427         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
20428         * m4/getline.m4 (gl_FUNC_GETLINE):
20429         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
20430         * m4/hmac-md5.m4 (gl_HMAC_MD5):
20431         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
20432         * m4/md2.m4 (gl_MD2):
20433         * m4/md4.m4 (gl_MD4):
20434         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
20435         * m4/read-file.m4 (gl_FUNC_READ_FILE):
20436         * m4/readline.m4 (gl_FUNC_READLINE):
20437         * m4/rijndael.m4 (gl_RIJNDAEL):
20438         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20439         to get the necessary .h files and whatnot.
20440
20441 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20442
20443         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
20444         gnulib rather than the other way around.
20445         * config/srclistvars.sh (COREUTILS): Remove.
20446
20447 2006-08-22  Jim Meyering  <jim@meyering.net>
20448
20449         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
20450
20451         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
20452
20453 2006-08-22  Eric Blake  <ebb9@byu.net>
20454
20455         * modules/regexprops-generic: New file.
20456         * MODULES.html.sh (Support for building documentation): List it.
20457
20458 2006-08-22  Eric Blake  <ebb9@byu.net>
20459
20460         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
20461         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
20462         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
20463         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
20464
20465 2006-08-22  Bruno Haible  <bruno@clisp.org>
20466
20467         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
20468         and lib_LTLIBRARIES like the other lib_* variables.
20469
20470 2006-08-22  Bruno Haible  <bruno@clisp.org>
20471
20472         * build-aux/x-to-1.in: New file, from GNU gettext.
20473
20474 2006-08-22  Bruno Haible  <bruno@clisp.org>
20475
20476         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
20477         <utmpx.h> exists.
20478
20479 2006-08-22  Bruno Haible  <bruno@clisp.org>
20480
20481         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
20482         <utmpx.h> exists.
20483
20484 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20485
20486         BeOS portability.
20487         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
20488         exist.
20489         Problem reported by Bruno Haible.
20490
20491 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20492
20493         Avoid the need for AC_LIBSOURCES in m4 macros.
20494         * modules/acl (EXTRA_DIST): Add acl.h.
20495         * modules/argmatch (Files): Add m4/argmatch.m4.
20496         (configure.ac): Add gl_ARGMATCH.
20497         (EXTRA_DIST): Renamed from lib_SOURCES, for
20498         consistency with the other modules.  Remove argmatch.c.
20499         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
20500         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
20501         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
20502         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
20503         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
20504         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
20505         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
20506         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
20507         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
20508         * modules/closeout (EXTRA_DIST): Add closeout.h.
20509         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
20510         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
20511         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
20512         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
20513         dirname.h; remove basename.c and stripslash.c.
20514         * modules/exclude (EXTRA_DIST): Add exclude.h.
20515         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
20516         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
20517         * modules/file-type (EXTRA_DIST): Add file-type.h.
20518         * modules/filemode (EXTRA_DIST): Add filemode.h.
20519         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
20520         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20521         * modules/fpending (EXTRA_DIST): Add __fpending.h.
20522         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
20523         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
20524         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
20525         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
20526         * modules/getdate (EXTRA_DIST): Add getdate.c.
20527         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
20528         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
20529         * modules/getpass (EXTRA_DIST): Add getpass.h.
20530         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
20531         * modules/group-member (EXTRA_DIST): Add group-member.h.
20532         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
20533         * modules/hash (EXTRA_DIST): Add hash.h.
20534         * modules/human (EXTRA_DIST): Add human.h.
20535         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
20536         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
20537         * modules/lchown (EXTRA_DIST): Add lchown.h.
20538         * modules/long-options (EXTRA_DIST): Add long-options.h.
20539         * modules/lstat (EXTRA_DIST): Add lstat.h.
20540         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
20541         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
20542         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
20543         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
20544         * modules/memxor (EXTRA_DIST): Add memxor.h.
20545         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
20546         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
20547         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
20548         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
20549         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
20550         * modules/physmem (EXTRA_DIST): Add physmem.h.
20551         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
20552         * modules/posixver (EXTRA_DIST): Add posixver.h.
20553         * modules/quote (EXTRA_DIST): Add quote.h.
20554         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
20555         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
20556         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
20557         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
20558         regex_internal.h regexec.c.
20559         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
20560         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
20561         * modules/same (EXTRA_DIST): Add same.h.
20562         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
20563         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
20564         * modules/savedir (EXTRA_DIST): Add savedir.h.
20565         * modules/sha1 (EXTRA_DIST): Add sha1.h.
20566         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
20567         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
20568         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
20569         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
20570         * modules/strdup (EXTRA_DIST): Add strdup.h.
20571         * modules/strftime (EXTRA_DIST): Add strftime.h.
20572         * modules/strndup (EXTRA_DIST): Add strndup.h.
20573         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
20574         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
20575         * modules/time_r (EXTRA_DIST): Add time_r.h.
20576         * modules/timespec (EXTRA_DIST): Add timespec.h.
20577         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20578         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
20579         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
20580         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
20581         * modules/userspec (EXTRA_DIST): Add userspec.h.
20582         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
20583         * modules/utimens (EXTRA_DIST): Add utimens.h.
20584         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
20585         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
20586         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
20587         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
20588         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
20589         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
20590         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
20591         * modules/yesno (EXTRA_DIST): Add yesno.h.
20592
20593 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20594
20595         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
20596
20597         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
20598         * m4/dev-ino.m4, same-inode.m4: Remove.
20599
20600         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
20601         * m4/acl.m4 (AC_FUNC_ACL):
20602         * m4/backupfile.m4 (gl_BACKUPFILE):
20603         * m4/c-strtod.m4 (gl_C99_STRTOLD):
20604         * m4/canon-host.m4 (gl_CANON_HOST):
20605         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20606         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
20607         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
20608         * m4/cloexec.m4 (gl_CLOEXEC):
20609         * m4/close-stream.m4 (gl_CLOSE_STREAM):
20610         * m4/closeout.m4 (gl_CLOSEOUT):
20611         * m4/dirfd.m4 (gl_FUNC_DIRFD):
20612         * m4/dirname.m4 (gl_DIRNAME):
20613         * m4/exclude.m4 (gl_EXCLUDE):
20614         * m4/exitfail.m4 (gl_EXITFAIL):
20615         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
20616         * m4/file-type.m4 (gl_FILE_TYPE):
20617         * m4/filemode.m4 (gl_FILEMODE):
20618         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
20619         * m4/fpending.m4 (gl_FUNC_FPENDING):
20620         * m4/fprintftime.m4 (gl_FPRINTFTIME):
20621         * m4/fts.m4 (gl_FUNC_FTS):
20622         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
20623         * m4/getdate.m4 (gl_GETDATE):
20624         * m4/gethrxtime.m4 (gl_GETHRXTIME):
20625         * m4/getpagesize.m4 (gl_GETPAGESIZE):
20626         * m4/getpass.m4 (gl_FUNC_GETPASS):
20627         * m4/gettime.m4 (gl_GETTIME):
20628         * m4/getugroups.m4 (gl_GETUGROUPS):
20629         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
20630         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
20631         * m4/hard-locale.m4 (gl_HARD_LOCALE):
20632         * m4/hash.m4 (gl_HASH):
20633         * m4/idcache.m4 (gl_IDCACHE):
20634         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
20635         * m4/lchown.m4 (gl_FUNC_LCHOWN):
20636         * m4/long-options.m4 (gl_LONG_OPTIONS):
20637         * m4/lstat.m4 (gl_FUNC_LSTAT):
20638         * m4/md5.m4 (gl_MD5):
20639         * m4/memcasecmp.m4 (gl_MEMCASECMP):
20640         * m4/memcoll.m4 (gl_MEMCOLL):
20641         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
20642         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
20643         * m4/memxor.m4 (gl_MEMXOR):
20644         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
20645         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
20646         * m4/modechange.m4 (gl_MODECHANGE):
20647         * m4/mountlist.m4 (gl_MOUNTLIST):
20648         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20649         * m4/openat.m4 (gl_FUNC_OPENAT):
20650         * m4/pathmax.m4 (gl_PATHMAX):
20651         * m4/physmem.m4 (gl_PHYSMEM):
20652         * m4/posixtm.m4 (gl_POSIXTM):
20653         * m4/posixver.m4 (gl_POSIXVER):
20654         * m4/quote.m4 (gl_QUOTE):
20655         * m4/quotearg.m4 (gl_QUOTEARG):
20656         * m4/readtokens.m4 (gl_READTOKENS):
20657         * m4/readutmp.m4 (gl_READUTMP):
20658         * m4/regex.m4 (gl_REGEX):
20659         * m4/safe-read.m4 (gl_SAFE_READ):
20660         * m4/safe-write.m4 (gl_SAFE_WRITE):
20661         * m4/same.m4 (gl_SAME):
20662         * m4/save-cwd.m4 (gl_SAVE_CWD):
20663         * m4/savedir.m4 (gl_SAVEDIR):
20664         * m4/settime.m4 (gl_SETTIME):
20665         * m4/sha1.m4 (gl_SHA1):
20666         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
20667         * m4/stat-macros.m4 (gl_STAT_MACROS):
20668         * m4/stat-time.m4 (gl_STAT_TIME):
20669         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
20670         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
20671         * m4/strdup.m4 (gl_FUNC_STRDUP):
20672         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
20673         * m4/strndup.m4 (gl_FUNC_STRNDUP):
20674         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
20675         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
20676         * m4/time_r.m4 (gl_TIME_R):
20677         * m4/timespec.m4 (gl_TIMESPEC):
20678         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
20679         * m4/unlinkdir.m4 (gl_UNLINKDIR):
20680         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
20681         * m4/userspec.m4 (gl_USERSPEC):
20682         * m4/utimecmp.m4 (gl_UTIMECMP):
20683         * m4/utimens.m4 (gl_UTIMENS):
20684         * m4/xalloc.m4 (gl_XALLOC):
20685         * m4/xgetcwd.m4 (gl_XGETCWD):
20686         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
20687         * m4/xreadlink.m4 (gl_XREADLINK):
20688         * m4/xstrtod.m4 (gl_XSTRTOD):
20689         * m4/yesno.m4 (gl_YESNO):
20690         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20691         to get the necessary .h files and whatnot.
20692
20693 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
20694             Bruno Haible  <bruno@clisp.org>
20695
20696         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
20697         /bin/sh understanding of '!' conditional negation.
20698
20699 2006-08-21  Jim Meyering  <jim@meyering.net>
20700
20701         * modules/openat (Depends-on): Really alphabetize.
20702
20703         * modules/acl (Depends-on): Add error and quote.
20704
20705         * check-module (find_included_lib_files): Add at-func.c to the
20706         ok-to-include-more-than-once white list.
20707
20708         * modules/openat (Depends-on): Add lstat.  Alphabetize.
20709
20710 2006-08-21  Bruno Haible  <bruno@clisp.org>
20711
20712         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20713         Emit a pkgdata_DATA variable only if some snippets add contents to it.
20714         Reported by Martin Lambers <marlam@marlam.de>.
20715
20716 2006-08-21  Bruno Haible  <bruno@clisp.org>
20717
20718         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
20719         specify an installation location, don't emit a noinst_LIBRARIES or
20720         noinst_LTLIBRARIES assignment.
20721
20722 2006-08-21  Bruno Haible  <bruno@clisp.org>
20723
20724         BeOS portability.
20725         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
20726         BeOS has mbrtowc() but no <wctype.h>.
20727
20728 2006-08-21  Bruno Haible  <bruno@clisp.org>
20729
20730         BeOS portability.
20731         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
20732         exist.
20733
20734 2006-08-21  Bruno Haible  <bruno@clisp.org>
20735
20736         BeOS portability.
20737         * lib/mbchar.h: Include <wctype.h> only if it exists.
20738
20739 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         Remove files that are no longer needed by their respective modules.
20742         * m4/obstack.m4: Remove.
20743         * m4/strerror_r.m4: Remove.
20744         * m4/uint32_t.m4: Remove.
20745         * m4/uintptr_t.m4: Remove.
20746         * m4/ullong_max.m4: Remove.
20747         * m4/xstrtoimax.m4: Remove.
20748         * m4/xstrtoumax.m4: Remove.
20749
20750         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
20751         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
20752         dependencies now capture this.
20753
20754         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
20755         Do not use AC_LIBSOURCES, since gnulib modules now do this.
20756         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
20757         * m4/human.m4 (gl_HUMAN): Likewise.
20758         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
20759         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
20760
20761         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
20762
20763         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
20764         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
20765         stdint.
20766         * m4/human.m4 (gl_HUMAN): Likewise.
20767         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
20768         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
20769         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20770         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20771         * m4/xstrtol (gl_XSTRTOL): Likewise.
20772
20773         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
20774         AC_TYPE_LONG_LONG_INT.
20775         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20776         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
20777         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
20778         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20779
20780         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
20781         on stdbool.
20782
20783         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
20784         (gl_PREREQ_XSTRTOUL): Remove.
20785
20786         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
20787
20788         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
20789         mode.
20790
20791 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20792
20793         Add and change modules to make it easier for coreutils to use
20794         gnulib-tool.
20795         * modules/backupfile (Files): Remove m4/d-ino.m4.
20796         (Depends-on): Add d-ino.
20797         * modules/cycle-check (Depends-on): Add stdint.
20798         (lib_SOURCES): Add cycle-check.h.
20799         * modules/d-ino: New module.
20800         * modules/d-type: New module.
20801         * modules/error (Files): Remove m4/strerror_r.m4.
20802         * modules/filemode (Files): Add m4/st_dm_mode.m4.
20803         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20804         m4/inttypes_h.m4, m4/uintmax_t.m4.
20805         (Depends-on): Add stdint.
20806         (lib_SOURCES): Add fsusage.h.
20807         * modules/getcwd (Files): Remove d-ino.m4.
20808         (Depends-on): Add d-ino.
20809         * modules/getndelim2 (Depends-on): Add stdint.
20810         * modules/glob (Files): Remove m4/d-type.m4.
20811         (Depends-on): Add d-type.
20812         * modules/host-os: New module.
20813         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
20814         m4/inttypes_h.m4, m4/uintmax_t.m4.
20815         * Depends-on: Add stdint.
20816         (lib_SOURCES): Add human.h.
20817         * modules/inttostr (Files): Remove m4/intmax_t.m4,
20818         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
20819         m4/uintmax_t.m4, m4/ulonglong.m4.
20820         (Depends-on): Add stdint.
20821         (EXTRA_DIST): Add inttostr.h.
20822         * modules/lchmod: New module.
20823         * modules/link-follow: New module.
20824         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
20825         (Depends-on): Add lchmod.
20826         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
20827         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
20828         (Depends-on): Add stdint.
20829         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
20830         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
20831         (Depends-on): Add stdint.
20832         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
20833         * modules/perl: New module.
20834         * modules/regex (Depends-on): Add stdint.
20835         * modules/rmdir-errno: New module.
20836         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20837         m4/intmax_t.m4.
20838         (Depends-on): Add stdint.
20839         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20840         m4/uintmax_t.m4.
20841         (Depends-on): Add stdint.
20842         * modules/unlink-busy: New module.
20843         * modules/utimecmp (Depends-on): Add stdint.
20844         * modules/uptime: New module.
20845         * modules/winsz-ioctl: New module.
20846         * modules/winsz-termios: New module.
20847         * modules/xnanosleep (Depends-on): Add nanosleep.
20848         * modules/ullong_max: Remove.
20849         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
20850         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
20851         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
20852         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
20853         (Depends-on): Add inttypes.
20854         (lib_SOURCES): Add xstrtol.h.
20855         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
20856         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
20857         * MODULES.html.sh: Move 'assert' into the assert section.
20858         Move 'dummy' into the linking section.
20859         Remove ullong_max.
20860         Add section for compatibility checks for POSIX:2001 functions,
20861         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
20862         winsz-ioctl, and winsz-termios into it.
20863         Add lchmod.
20864         Add top-level Misc section and put host-os, perl, and uptime
20865         into it.
20866
20867 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20868
20869         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
20870         now assume the stdint module.  Do not include inttypes.h.
20871         * lib/fsusage.h: Likewise.
20872         * lib/getndelim2.c: Likewise.
20873         * lib/human.h: Likewise.
20874         * lib/inttostr.h: Likewise.
20875         * lib/obstack.c: Likewise.
20876         * lib/regex_internal.h: Likewise.
20877         * lib/tempname.c: Likewise.
20878         * lib/utimecmp.c: Likewise.
20879         * lib/xstrtol.h: Likewise.
20880
20881         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
20882
20883         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
20884         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
20885         * lib/xtime.h: Likewise.
20886
20887 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20888
20889         * modules/openat (Files): Add lib/fchmodat.c.
20890         Fixes problem reported by Jay Youngman.
20891
20892 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20893
20894         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
20895         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
20896
20897 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
20898             Bruno Haible  <bruno@clisp.org>
20899
20900         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
20901         and is a script that invokes bison. Tighten the code. Add comments.
20902
20903 2006-08-18  Jim Meyering  <jim@meyering.net>
20904
20905         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
20906         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
20907         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
20908         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
20909
20910 2006-08-18  Bruno Haible  <bruno@clisp.org>
20911
20912         * modules/bison-i18n: New file.
20913         * MODULES.html.sh (Internationalization functions): Add it.
20914
20915 2006-08-18  Bruno Haible  <bruno@clisp.org>
20916
20917         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
20918         sys/statvfs.h. When getmntinfo was found, check its declaration and
20919         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
20920
20921 2006-08-18  Bruno Haible  <bruno@clisp.org>
20922
20923         * m4/bison-i18n.m4: New file, from bison.
20924
20925 2006-08-18  Bruno Haible  <bruno@clisp.org>
20926
20927         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
20928         (ME_DUMMY): Treat "kernfs" as a dummy.
20929         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
20930
20931 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         Update from coreutils.
20934
20935         2006-08-15  Jim Meyering  <jim@meyering.net>
20936
20937         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
20938
20939         2006-01-17  Jim Meyering  <jim@meyering.net>
20940
20941         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
20942
20943         2006-01-11  Jim Meyering  <jim@meyering.net>
20944
20945         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
20946         Check for the lchmod function.
20947
20948 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20949
20950         Update from coreutils.
20951
20952         * lib/__fpending.h: Add copyright notice.
20953         * lib/fprintftime.h: Likewise.
20954         * lib/savedir.c: Use (C) in copyright notice.
20955         * lib/savedir.h: Likewise.
20956
20957         2006-08-15  Jim Meyering  <jim@meyering.net>
20958
20959         * lib/at-func.c: New file, with the logic of all emulated at-functions.
20960         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
20961         in support of the EXPECTED_ERRNO macro.
20962         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
20963         definitions.  Instead, define the appropriate symbols and include
20964         "at-func.c".
20965         * lib/mkdirat.c (mkdirat): Likewise.
20966         * lib/fchmodat.c (fchmodat): Likewise.
20967         (ENOSYS): Remove definition.
20968         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
20969         it.  Don't include "unistd--.h" -- it wasn't ever used.
20970
20971         2006-01-17  Jim Meyering  <jim@meyering.net>
20972
20973         Rewrite fts.c not to change the current working directory,
20974         by using openat, fstatat, fdopendir, etc..
20975
20976         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
20977         (HAVE_OPENAT_SUPPORT): Define.
20978         [_LIBC] (fchdir): Don't undef or define; no longer used.
20979         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
20980         Now, this `function' always succeeds, and consumes its file descriptor
20981         parameter -- so callers must not close such FDs.  Update callers.
20982         (diropen_fd, opendirat, cwd_advance_fd): New functions.
20983         (diropen): Add parameter, SP.  Adjust all callers.
20984         Implement using diropen_fd, rather than open.
20985         (fts_open): Initialize new member, fts_cwd_fd.
20986         Remove fts_rft-setting code.
20987         (fts_close): Close fts_cwd_fd, if necessary.
20988         (__opendir2): Define in terms of opendir or opendirat,
20989         depending on whether the FST_NOCHDIR flag is set.
20990         (fts_build): Since fts_safe_changedir consumes its FD, and since
20991         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
20992         and close the dup'd file descriptor upon failure.
20993         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
20994         (fts_safe_changedir): Tweak semantics to reflect that this function
20995         now calls cwd_advance_fd and hence consumes its FD argument.
20996         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
20997         [struct FTS] (fts_rft): Remove now-unused member.
20998         [struct FTS] (fts_cycle.state): Improve comment.
20999
21000         * lib/openat.c (openat_needs_fchdir): New function.
21001         * lib/openat.h (openat_needs_fchdir): Declare it.
21002
21003 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21004
21005         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
21006         Problem and fix reported by Pádraig Brady in
21007         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
21008
21009 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21010
21011         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
21012
21013 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21014
21015         * lib/memcoll.c (memcoll): Optimize for the common case where the
21016         arguments are bytewise equal.
21017
21018 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21019
21020         * doc/regexprops-generic.texi: Add a copyright notice.
21021
21022 2006-08-15  Bruno Haible  <bruno@clisp.org>
21023
21024         * modules/tmpdir (License): Change to LGPL.
21025
21026 2006-08-15  Bruno Haible  <bruno@clisp.org>
21027
21028         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
21029         module.
21030
21031 2006-08-14  Simon Josefsson  <jas@extundo.com>
21032
21033         * config/srclist.txt: Add gnupload.
21034
21035 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21036
21037         Change copyright notice from LGPL 2 to GPL 2, since that's the
21038         standard form used in the gnulib repository.
21039         * tests/test-lock.c: Likewise.
21040         * tests/test-stdint.c: Likewise.
21041         * tests/test-tls.c: Likewise.
21042
21043         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
21044         prelude-manager.  User shorter URLs for GNU projects, without '?'.
21045         Add copyright notice.
21046
21047         * check-module: Add copyright notice.  Output a copyright
21048         notice if "--version" is specified.
21049         * modules/COPYING: New file.
21050         * tests/test-getaddrinfo.c: Add copyright notice.
21051         * tests/test-verify.c: Likewise.
21052
21053 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21054
21055         Change copyright notice from LGPL 2 to GPL 2, since that's the
21056         standard form used in the gnulib repository.
21057         * lib/lock.c: LGPL -> GPL.
21058         * lib/lock.h: Likewise.
21059         * lib/strnlen1.c: Likewise.
21060         * lib/strnlen1.h: Likewise.
21061         * lib/tls.c: Likewise.
21062         * lib/tls.h: Likewise.
21063         * lib/tmpdir.c: Likewise.
21064
21065         * lib/TODO: Remove; this belongs only in coreutils.
21066
21067 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21068
21069         Add copyright notices to long-enough files that lack them, since
21070         otherwise the files aren't clearly free.  Use the same notice that
21071         getdate.texi already uses.
21072         * doc/alloca-opt.texi: Add copyright notice.
21073         * doc/alloca.texi: Likewise.
21074         * doc/ctime.texi: Likewise.
21075         * doc/functions.texi: Likewise.
21076         * doc/gcd.texi: Likewise.
21077         * doc/gnulib-tool.texi: Likewise.
21078         * doc/inet_ntoa.texi: Likewise.
21079         * doc/visibility.texi: Likewise.
21080
21081         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
21082         * doc/quote.texi: Add copyright notice.
21083
21084         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
21085         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
21086         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
21087         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
21088         is now obsolete, and give a pointer to the Sun list.
21089         Add copyright notice.
21090
21091 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21092
21093         * config/srclistvars.sh: Add copyright notice.
21094
21095 2006-08-14  Eric Blake  <ebb9@byu.net>
21096
21097         Import the following change from libc:
21098
21099         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
21100
21101         Upstream bug 2997.
21102         * lib/misc/error.c: Add space between program name and message if file
21103         name is missing.
21104
21105 2006-08-12  Karl Berry  <karl@gnu.org>
21106
21107         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
21108         remove, these originate in gnulib now.
21109
21110 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21111
21112         * doc/Makefile (standards.info standards.html standards.dvi):
21113         Also depend on make-stds.texi.
21114
21115 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21116
21117         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
21118         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
21119
21120         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
21121         in wchar_t.  Problem reported by Eric Blake.
21122
21123         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
21124         LEN is smaller than SIZE.  Suggested by Bruno Haible.
21125         Also, help the compiler to keep LEN in a register.
21126
21127 2006-08-11  Eric Blake  <ebb9@byu.net>
21128
21129         * users.txt: Sort.  Add tar.
21130
21131 2006-08-11  Bruno Haible  <bruno@clisp.org>
21132
21133         * users.txt: New file.
21134
21135 2006-08-11  Bruno Haible  <bruno@clisp.org>
21136
21137         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
21138         before <wchar.h>. Needed for OSF/1 and BSD/OS.
21139
21140 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21141
21142         * modules/snprintf (Depends-on): Remove minmax.
21143         (Maintainer): Add self and Bruno.
21144
21145 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21146
21147         * lib/.cppi-disable: Add snprintf.h, socket_.h.
21148         * lib/snprintf.c: Include <errno.h> and <limits.h>.
21149         (EOVERFLOW): Define if the system does not.
21150         Do not include "minmax.h"; it wasn't used.
21151         (snprintf): Don't assume size_t promotes to an unsigned type.
21152         Fix bug when generated string was too long for the buffer: the
21153         buffer's contents are supposed to be the initial prefix of the
21154         output.  Don't assume vasnprintf returns EOVERFLOW if the size
21155         exceeds INT_MAX; do the check ourselves.
21156
21157         Import the following changes from libc:
21158
21159         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
21160
21161         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
21162         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
21163         set wc to the byte which couldn't be converted.
21164         (re_string_reconstruct): Don't clear valid_raw_len before calling
21165         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
21166         tip_context using re_string_context_at.
21167
21168         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
21169
21170         * lib/posix/regex.h: g++ still cannot handled [restrict].
21171
21172         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
21173
21174         * lib/posix/regex.h: Remove special handling for VMS.
21175
21176 2006-08-10  Jim Meyering  <jim@meyering.net>
21177
21178         * modules/same-inode: New module.
21179         * modules/dev-ino: New module.
21180         * modules/cycle-check: Depend on these modules, rather than simply
21181         including their .h files.
21182         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
21183         required via m4/cycle-check.m4.
21184         * modules/same: Depend on new same-inode module, rather than
21185         including same-inode.h.
21186         * modules/chdir-safer: New file.
21187
21188         * modules/chown (Depends-on): Add stat-macros.
21189
21190 2006-08-10  Jim Meyering  <jim@meyering.net>
21191
21192         * m4/cycle-check.m4: New file.
21193         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
21194         * m4/dev-ino.m4, m4/same-inode.m4: New files.
21195
21196 2006-08-10  Eric Blake  <ebb9@byu.net>
21197
21198         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
21199         in from original proposal.
21200
21201 2006-08-10  Eric Blake  <ebb9@byu.net>
21202         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21203
21204         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
21205         namespace.
21206
21207 2006-08-10  Bruno Haible  <bruno@clisp.org>
21208
21209         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
21210         as well.
21211
21212 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21213
21214         Sync from coreutils.
21215
21216         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
21217
21218         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
21219         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
21220
21221 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21222
21223         * modules/restrict: Remove; no longer needed now that we assume
21224         Autoconf 2.59 or later.
21225         * MODULES.html.sh: Remove 'restrict'.
21226         * modules/argp (Depends-on): Remove 'restrict'.
21227         * modules/base64 (Depends-on): Likewise.
21228         * modules/gc (Depends-on): Likewise.
21229         * modules/getaddrinfo (Depends-on): Likewise.
21230         * modules/glob (Depends-on): Likewise.
21231         * modules/inet_ntop (Depends-on): Likewise.
21232         * modules/inet_pton (Depends-on): Likewise.
21233         * modules/memxor (Depends-on): Likewise.
21234         * modules/regex (Depends-on): Likewise.
21235         * modules/strtok_r (Depends-on): Likewise.
21236         * modules/time_r (Depends-on): Likewise.
21237
21238 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21239
21240         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
21241         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
21242         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21243         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
21244         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
21245         * m4/memxor.m4 (gl_MEMXOR): Likewise.
21246         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
21247         gl_C_RESTRICT replaced by AC_C_RESTRICT.
21248
21249         Merge from coreutils.
21250         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
21251         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
21252         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21253         * m4/time_r.m4 (gl_TIME_R): Likewise.
21254
21255 2006-08-09  Karl Berry  <karl@gnu.org>
21256
21257         * config/srclist.txt: no more gettext-tools, per Bruno.
21258
21259 2006-08-08  Eric Blake  <ebb9@byu.net>
21260
21261         * modules/verror: New module.
21262         * MODULES.html.sh: Document it.
21263
21264 2006-08-08  Eric Blake  <ebb9@byu.net>
21265
21266         * lib/verror.h, lib/verror.c: New files.
21267
21268 2006-08-08  Eric Blake  <ebb9@byu.net>
21269
21270         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
21271         verror_at_line output complies with GNU Coding Standards even when
21272         file is NULL.
21273
21274 2006-08-07  Bruno Haible  <bruno@clisp.org>
21275
21276         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
21277         versions of AIX.
21278         Reported by Ralf Wildenhues.
21279
21280 2006-08-07  Bruno Haible  <bruno@clisp.org>
21281
21282         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
21283         in an AC_DEFUN. Needed so that the autoconf snippets can use
21284         AC_REQUIRE.
21285
21286 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21287
21288         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21289         Initialize pkgdata_DATA.
21290         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
21291         overriding it.
21292
21293 2006-08-06  Eric Blake  <ebb9@byu.net>
21294
21295         * lib/error.h: Fold in some upstream changes from glibc.
21296         * lib/error.c: Likewise.
21297
21298 2006-08-04  Bruno Haible  <bruno@clisp.org>
21299
21300         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21301         Make the mostlyclean-local rule depend on mostlyclean-generic.
21302         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
21303
21304 2006-07-31  Bruno Haible  <bruno@clisp.org>
21305
21306         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
21307         <stdlib.h>, <string.h>.
21308
21309 2006-07-30  Bruno Haible  <bruno@clisp.org>
21310
21311         * modules/readlink (License): Change to LGPL.
21312
21313 2006-07-30  Bruno Haible  <bruno@clisp.org>
21314
21315         * modules/javaversion (Makefile.am): Distribute javaversion.java and
21316         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
21317         set PKGDATADIR to point to it.
21318
21319 2006-07-30  Bruno Haible  <bruno@clisp.org>
21320
21321         * modules/csharpexec (configure.ac): Comment out macro invocation.
21322         * modules/javaexec (configure.ac): Likewise.
21323         * modules/javacomp-script (configure.ac): Likewise.
21324
21325         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
21326
21327 2006-07-30  Bruno Haible  <bruno@clisp.org>
21328
21329         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
21330         linked-list.
21331
21332 2006-07-30  Bruno Haible  <bruno@clisp.org>
21333
21334         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
21335
21336 2006-07-30  Bruno Haible  <bruno@clisp.org>
21337
21338         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21339         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
21340         get removed.
21341
21342 2006-07-29  Bruno Haible  <bruno@clisp.org>
21343
21344         Make it possible for gnulib-tool to work with locally modified or
21345         augmented gnulib repositories.
21346         * gnulib-tool (func_usage): Document --local-dir option.
21347         (local_gnulib_dir): New variable.
21348         Handle --local-dir option.
21349         (func_lookup_file): New function.
21350         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
21351         (func_get_description, func_get_filelist, func_get_description,
21352         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
21353         func_get_automake_snippet, func_get_include_directive,
21354         func_get_license, func_get_maintainer): Use func_lookup_file.
21355         (func_import, func_create_testdir): Use func_lookup_file.
21356
21357 2006-07-29  Bruno Haible  <bruno@clisp.org>
21358
21359         * modules/setenv (Depends-on): Add unistd.
21360
21361 2006-07-29  Bruno Haible  <bruno@clisp.org>
21362
21363         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
21364
21365 2006-07-29  Bruno Haible  <bruno@clisp.org>
21366
21367         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
21368
21369 2006-07-29  Bruno Haible  <bruno@clisp.org>
21370
21371         * gnulib-tool (import, update): If there is no Makefile.am, look at
21372         aclocal.m4, instead of bailing out.
21373
21374 2006-07-29  Bruno Haible  <bruno@clisp.org>
21375
21376         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
21377         Categorize the options by when they are useful.
21378
21379 2006-07-29  Bruno Haible  <bruno@clisp.org>
21380
21381         * gnulib-tool (func_usage): Document option --no-libtool.
21382         Handle option --no-libtool.
21383         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
21384         for changed semantics of $libtool variable.
21385         (func_import): Likewise. If libtool is not used, show this through
21386         an option --no-libtool.
21387         (func_create_testdir): Update.
21388
21389 2006-07-29  Bruno Haible  <bruno@clisp.org>
21390
21391         * gnulib-tool (func_import): Extend error message about missing
21392         --doc-base.
21393
21394 2006-07-29  Bruno Haible  <bruno@clisp.org>
21395
21396         * gnulib-tool (func_import): Don't create the $docbase directory if
21397         there is no file to store there.
21398
21399 2006-07-29  Bruno Haible  <bruno@clisp.org>
21400
21401         * gnulib-tool (autoconf_minversion): If a --dir option is given and
21402         relevant, look for configure.ac there, not in the current directory.
21403         Also use a simple search for AC_PREREQ, not "autoconf --trace".
21404
21405 2006-07-29  Bruno Haible  <bruno@clisp.org>
21406
21407         * gnulib-tool (SORT): New variable.
21408         (func_usage): Undocument --assume-autoconf option.
21409         Remove --assume-autoconf option handling.
21410         (autoconf_minversion): Determine from the contents of configure.ac.
21411         (func_import): Remove autoconf_minversion handling.
21412         Suggested by Eric Blake.
21413
21414 2006-07-29  Bruno Haible  <bruno@clisp.org>
21415
21416         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
21417
21418 2006-07-29  Bruno Haible  <bruno@clisp.org>
21419
21420         * config/srclist.txt (*setenv.[ch]): Remove rules.
21421
21422 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21423
21424         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
21425
21426 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21427
21428         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
21429         arpa/inet.h.
21430
21431 2006-07-28  Simon Josefsson  <jas@extundo.com>
21432
21433         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
21434         * modules/inet_pton (Depends-on): Likewise.
21435
21436 2006-07-28  Simon Josefsson  <jas@extundo.com>
21437
21438         * m4/netinet_in_h.m4: New file.
21439
21440 2006-07-28  Simon Josefsson  <jas@extundo.com>
21441
21442         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
21443         #include's.
21444
21445 2006-07-28  Simon Josefsson  <jas@extundo.com>
21446
21447         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
21448         #include's.
21449
21450 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
21451
21452         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
21453         setgid on directories only if they set these bits.
21454         * lib/modechange.h: Remove obsolete comment about masks.
21455
21456 2006-07-28  Eric Blake  <ebb9@byu.net>
21457
21458         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
21459         macro expansion.
21460
21461 2006-07-28  Bruno Haible  <bruno@clisp.org>
21462
21463         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
21464
21465 2006-07-28  Bruno Haible  <bruno@clisp.org>
21466
21467         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
21468
21469 2006-07-28  Bruno Haible  <bruno@clisp.org>
21470
21471         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21472         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21473         Define fallbacks.
21474         Avoids link error on FreeBSD 4.x.
21475         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21476
21477         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
21478         encoding.
21479         * lib/mbswidth.c (iswcntrl): Likewise.
21480
21481 2006-07-27  Bruno Haible  <bruno@clisp.org>
21482
21483         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
21484         test.
21485
21486 2006-07-27  Bruno Haible  <bruno@clisp.org>
21487
21488         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
21489         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
21490         defined.
21491
21492 2006-07-26  Eric Blake  <ebb9@byu.net>
21493
21494         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
21495
21496 2006-07-26  Eric Blake  <ebb9@byu.net>
21497
21498         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
21499         like mingw that lack mkstemp.
21500         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
21501         avoid compilation warning on mingw.
21502
21503 2006-07-26  Bruno Haible  <bruno@clisp.org>
21504
21505         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
21506         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
21507         INT_FAST*_MIN, INTPTR_MIN.
21508
21509 2006-07-25  Bruno Haible  <bruno@clisp.org>
21510
21511         * modules/version-etc (Depends-on): Add stdarg.
21512
21513 2006-07-25  Bruno Haible  <bruno@clisp.org>
21514
21515         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
21516         complex commands.
21517
21518 2006-07-25  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
21521         defined in <stdarg.h> or config.h.
21522
21523 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21524
21525         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
21526         (gl_STDIO_SAFER): Remove.
21527
21528 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21529
21530         * MODULES.html.sh (File stream based Input/Output):
21531         Add fopen-safer, tmpfile-safer; remove stdio-safer.
21532         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
21533         * modules/fopen-safer, modules/tmpfile-safer: New files.
21534         * modules/stdio-safer: Remove.
21535
21536 2006-07-24  Bruno Haible  <bruno@clisp.org>
21537
21538         * modules/tmpdir: New file.
21539         * MODULES.html.sh (File system functions): Add it.
21540
21541 2006-07-24  Bruno Haible  <bruno@clisp.org>
21542
21543         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
21544         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
21545
21546 2006-07-24  Bruno Haible  <bruno@clisp.org>
21547
21548         * modules/clean-temp: New file.
21549
21550 2006-07-24  Bruno Haible  <bruno@clisp.org>
21551
21552         * m4/tmpdir.m4: New file, from GNU gettext.
21553
21554 2006-07-24  Bruno Haible  <bruno@clisp.org>
21555
21556         * lib/tmpdir.h: New file, from GNU gettext.
21557         * lib/tmpdir.c: New file, from GNU gettext.
21558
21559 2006-07-24  Bruno Haible  <bruno@clisp.org>
21560
21561         * lib/clean-temp.h: New file, from GNU gettext.
21562         * lib/clean-temp.c: New file, from GNU gettext.
21563
21564 2006-07-23  Eric Blake  <ebb9@byu.net>
21565
21566         * modules/stdio-safer (Files): Add tmpfile-safer.c.
21567         (Depends-on): Add binary-io.
21568
21569 2006-07-23  Eric Blake  <ebb9@byu.net>
21570
21571         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
21572
21573 2006-07-23  Eric Blake  <ebb9@byu.net>
21574
21575         * lib/tmpfile-safer.c: New file.
21576         * lib/stdio-safer.h (fopen_safer): Add prototype.
21577         * lib/stdio--.h (tmpfile): Make safer.
21578
21579 2006-07-23  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
21582         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
21583         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
21584         gl_linked_remove_at): Use it.
21585
21586 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21587         and Simon Josefsson <jas@extundo.com>
21588
21589         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
21590
21591         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
21592
21593 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21594
21595         * modules/close-stream: New file.
21596         * modules/closeout (Description): Make it clear that it exits
21597         with a diagnostic on error.
21598         (Depends-on): Add close-stream.  Remove fpending, stdbool.
21599         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
21600
21601 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         * m4/close-stream.m4: New file.
21604
21605 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21606
21607         * lib/close-stream.c, lib/close-stream.h: New files.
21608
21609 2006-07-22  Bruno Haible  <bruno@clisp.org>
21610
21611         Merge from GNU gettext 0.15.
21612
21613         2006-05-01  Bruno Haible  <bruno@clisp.org>
21614
21615                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
21616
21617         2006-07-22  Bruno Haible  <bruno@clisp.org>
21618
21619                 * modules/javaversion: New file.
21620                 * MODULES.html.sh (Java): Add javaversion.
21621
21622         2006-03-12  Bruno Haible  <bruno@clisp.org>
21623
21624                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
21625
21626         2005-12-04  Bruno Haible  <bruno@clisp.org>
21627
21628                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
21629                 (untested).
21630
21631         2006-06-21  Bruno Haible  <bruno@clisp.org>
21632
21633                 Avoid warnings from recent versions of mcs.
21634                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
21635                 -o, -L, -r any more. Use options documented since mcs-1.0
21636                 instead. Similarly for -g.
21637
21638         2005-12-04  Bruno Haible  <bruno@clisp.org>
21639
21640                 * build-aux/csharpcomp.sh.in: Suffix for resources is
21641                 .resources, not .resource.
21642
21643         2005-07-09  Bruno Haible  <bruno@clisp.org>
21644
21645                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
21646                 add a .dll suffix.
21647                 Reported by Mark Junker <mjscod@gmx.de>.
21648
21649         2006-07-22  Bruno Haible  <bruno@clisp.org>
21650
21651                 * modules/gettext: Upgrade to gettext-0.15.
21652                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
21653                 m4/visibility.m4.
21654                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
21655
21656 2006-07-22  Bruno Haible  <bruno@clisp.org>
21657
21658         Merge from GNU gettext 0.15.
21659
21660         2006-03-25  Bruno Haible  <bruno@clisp.org>
21661
21662                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
21663
21664         2006-07-21  Bruno Haible  <bruno@clisp.org>
21665
21666                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
21667                 "1.1".
21668
21669         2006-05-09  Bruno Haible  <bruno@clisp.org>
21670
21671                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
21672                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
21673                 for the conftestver execution.
21674
21675         2006-05-01  Bruno Haible  <bruno@clisp.org>
21676
21677                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
21678                 optional target-version argument. Verify that the compiler
21679                 groks source of the specified source-version, or add -source
21680                 option as necessary. Verify that the compiler produces
21681                 bytecode in the specified target-version, or add -target and
21682                 -source options as necessary. Make the result of the test
21683                 available as variable CONF_JAVAC. Also log error output in
21684                 config.log.
21685
21686         2006-03-11  Bruno Haible  <bruno@clisp.org>
21687
21688                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
21689
21690         2006-05-09  Bruno Haible  <bruno@clisp.org>
21691
21692                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
21693                 CLASSPATH_SEPARATOR to a semicolon.
21694
21695         2006-03-12  Bruno Haible  <bruno@clisp.org>
21696
21697                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
21698                 available as variable CONF_JAVA, for subsequent autoconf
21699                 tests. Also log error output in config.log.
21700
21701         2006-07-19  Bruno Haible  <bruno@clisp.org>
21702
21703                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
21704                 that getline works on glibc2 systems. Needed to avoid trouble
21705                 in relocatable.c.
21706                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
21707
21708         2005-12-04  Bruno Haible  <bruno@clisp.org>
21709
21710                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
21711                 launcher (untested).
21712
21713         2005-12-04  Bruno Haible  <bruno@clisp.org>
21714
21715                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
21716
21717         2006-07-22  Bruno Haible  <bruno@clisp.org>
21718
21719                 * gettext.m4: Update from GNU gettext-0.15.
21720                 * nls.m4: Likewise.
21721                 * po.m4: Likewise.
21722                 * inttypes-pri.m4: Likewise.
21723                 * inttypes-h.m4: Renamed from inttypes.m4.
21724                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
21725
21726 2006-07-22  Bruno Haible  <bruno@clisp.org>
21727
21728         Merge from GNU gettext 0.15.
21729
21730         2005-07-05  Bruno Haible  <bruno@clisp.org>
21731
21732                 * printf-args.c (printf_fetchargs): Work around broken
21733                 definition of wint_t on mingw.
21734
21735         2005-02-12  Bruno Haible  <bruno@clisp.org>
21736
21737                 * xallocsa.h: Add extern "C" for C++.
21738
21739         2006-05-17  Bruno Haible  <bruno@clisp.org>
21740
21741                 Cygwin portability.
21742                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
21743
21744         2006-04-30  Bruno Haible  <bruno@clisp.org>
21745
21746                 * progreloc.c: Include <mach-o/dyld.h> if available.
21747                 (find_executable): Use _NSGetExecutablePath when possible.
21748
21749         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21750
21751                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
21752                 function.
21753
21754         2005-12-29  Bruno Haible  <bruno@clisp.org>
21755
21756                 * progreloc.c (set_program_name_and_installdir): Fix
21757                 compilation error.
21758
21759         2005-12-04  Bruno Haible  <bruno@clisp.org>
21760
21761                 Cygwin portability.
21762                 * progreloc.c: Include <windows.h> also on Cygwin.
21763                 (find_executable): Add support for Cygwin.
21764                 (set_program_name_and_installdir): Handle also platforms with
21765                 nonempty EXEEXT.
21766
21767         2006-07-11  Bruno Haible  <bruno@clisp.org>
21768
21769                 * javacomp.c: Fix a comment.
21770                 Reported by Jim Meyering.
21771
21772         2006-04-30  Bruno Haible  <bruno@clisp.org>
21773
21774                 * javacomp.h (compile_java_class): Add source_version,
21775                 target_version arguments.
21776                 * javacomp.c: Rewritten to choose only a compiler that
21777                 respects the specified source_version and target_version.
21778
21779         2006-06-27  Bruno Haible  <bruno@clisp.org>
21780
21781                 Assume correct S_ISDIR macro.
21782                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
21783
21784         2006-07-22  Bruno Haible  <bruno@clisp.org>
21785
21786                 * javaversion.h: New file, from GNU gettext.
21787                 * javaversion.c: New file, from GNU gettext.
21788                 * javaversion.java: New file, from GNU gettext.
21789                 * javaversion.class: New file, from GNU gettext.
21790
21791         2006-05-17  Bruno Haible  <bruno@clisp.org>
21792
21793                 Cygwin portability.
21794                 * javaexec.c (execute_java_class): Test for jview program
21795                 also on Cygwin.
21796
21797         2006-04-09  Bruno Haible  <bruno@clisp.org>
21798
21799                 * fatal-signal.c: Don't include string.h.
21800                 (at_fatal_signal): Use a copying loop instead of memcpy.
21801
21802         2005-12-04  Bruno Haible  <bruno@clisp.org>
21803
21804                 * csharpexec.c: Add support for 'clix' launcher (untested).
21805                 (execute_csharp_using_sscli): New function.
21806                 (execute_csharp_program): Call it.
21807
21808         2006-06-21  Bruno Haible  <bruno@clisp.org>
21809
21810                 Avoid warnings from recent versions of mcs.
21811                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
21812                 -o, -L, -r any more. Use options documented since mcs-1.0
21813                 instead. Similarly for -g.
21814
21815         2005-07-09  Bruno Haible  <bruno@clisp.org>
21816
21817                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
21818                 add a .dll suffix.
21819                 Reported by Mark Junker <mjscod@gmx.de>.
21820
21821         2006-06-17  Bruno Haible  <bruno@clisp.org>
21822
21823                 * config.charset: Update for NetBSD 3.0.
21824
21825         2006-05-17  Bruno Haible  <bruno@clisp.org>
21826
21827                 Cygwin portability.
21828                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
21829
21830         2006-05-16  Bruno Haible  <bruno@clisp.org>
21831
21832                 * localcharset.c [CYGWIN]: Include <windows.h>.
21833                 (get_charset_aliases): For Cygwin, return the same CPxxx
21834                 aliases list as under WIN32.
21835                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
21836                 the environment variables. Fall back to GetACP().
21837
21838         2006-04-05  Bruno Haible  <bruno@clisp.org>
21839
21840                 * config.charset: Update Juan Manuel Guerrero's address.
21841
21842         2005-02-12  Bruno Haible  <bruno@clisp.org>
21843
21844                 * allocsa.h: Add extern "C" for C++.
21845
21846         2005-02-10  Bruno Haible  <bruno@clisp.org>
21847
21848                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
21849                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
21850
21851         2006-07-22  Bruno Haible  <bruno@clisp.org>
21852
21853                 * gettext.h: Update to GNU gettext-0.15.
21854
21855 2006-07-22  Bruno Haible  <bruno@clisp.org>
21856
21857         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
21858         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
21859         lib-prefix.m4, longdouble.m4, ssize_t.m4.
21860
21861 2006-07-21  Eric Blake  <ebb9@byu.net>
21862
21863         * modules/stdlib-safer: New file.
21864         * MODULES.html.sh (File stream based Input/Output): Add
21865         stdlib-safer.
21866
21867 2006-07-21  Eric Blake  <ebb9@byu.net>
21868
21869         * lib/stdlib-safer.h: New file from coreutils, required by
21870         stdlib--.h.
21871
21872 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
21873
21874         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
21875
21876 2006-07-20  Bruno Haible  <bruno@clisp.org>
21877
21878         * gnulib-tool: Recognize new option --assume-autoconf.
21879         (autoconf_minversion): New variable.
21880         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
21881
21882 2006-07-20  Bruno Haible  <bruno@clisp.org>
21883
21884         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
21885
21886 2006-07-19  Derek R. Price  <derek@ximbiot.com>
21887
21888         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
21889         Reindent and repaginate.
21890
21891 2006-07-19  Derek Price  <derek@ximbiot.com>
21892
21893         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
21894         Correct grammar.
21895
21896 2006-07-17  Bruno Haible  <bruno@clisp.org>
21897
21898         * modules/list: New file.
21899         * modules/array-list: New file.
21900         * modules/carray-list, modules/carray-list-tests: New files.
21901         * modules/linked-list, modules/linked-list-tests: New files.
21902         * modules/avltree-list, modules/avltree-list-tests: New files.
21903         * modules/rbtree-list, modules/rbtree-list-tests: New files.
21904         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
21905         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
21906         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
21907         * modules/oset: New file.
21908         * modules/array-oset: New file.
21909         * modules/avltree-oset, modules/avltree-oset-tests: New files.
21910         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
21911         * tests/test-carray_list.c: New file.
21912         * tests/test-linked_list.c: New file.
21913         * tests/test-avltree_list.c: New file.
21914         * tests/test-rbtree_list.c: New file.
21915         * tests/test-linkedhash_list.c: New file.
21916         * tests/test-avltreehash_list.c: New file.
21917         * tests/test-rbtreehash_list.c: New file.
21918         * tests/test-avltree_oset.c: New file.
21919         * tests/test-rbtree_oset.c: New file.
21920         * MODULES.html.sh (Container data structures): New section.
21921
21922 2006-07-17  Bruno Haible  <bruno@clisp.org>
21923
21924         * m4/gl_list.m4: New file.
21925
21926 2006-07-17  Bruno Haible  <bruno@clisp.org>
21927
21928         * lib/gl_list.h: New file.
21929         * lib/gl_list.c: New file.
21930         * lib/gl_array_list.h: New file.
21931         * lib/gl_array_list.c: New file.
21932         * lib/gl_carray_list.h: New file.
21933         * lib/gl_carray_list.c: New file.
21934         * lib/gl_linked_list.h: New file.
21935         * lib/gl_linked_list.c: New file.
21936         * lib/gl_anylinked_list1.h: New file.
21937         * lib/gl_anylinked_list2.h: New file.
21938         * lib/gl_avltree_list.h: New file.
21939         * lib/gl_avltree_list.c: New file.
21940         * lib/gl_anyavltree_list1.h: New file.
21941         * lib/gl_anyavltree_list2.h: New file.
21942         * lib/gl_rbtree_list.h: New file.
21943         * lib/gl_rbtree_list.c: New file.
21944         * lib/gl_anyrbtree_list1.h: New file.
21945         * lib/gl_anyrbtree_list2.h: New file.
21946         * lib/gl_anytree_list1.h: New file.
21947         * lib/gl_anytree_list2.h: New file.
21948         * lib/gl_linkedhash_list.h: New file.
21949         * lib/gl_linkedhash_list.c: New file.
21950         * lib/gl_anyhash_list1.h: New file.
21951         * lib/gl_anyhash_list2.h: New file.
21952         * lib/gl_avltreehash_list.h: New file.
21953         * lib/gl_avltreehash_list.c: New file.
21954         * lib/gl_rbtreehash_list.h: New file.
21955         * lib/gl_rbtreehash_list.c: New file.
21956         * lib/gl_anytreehash_list1.h: New file.
21957         * lib/gl_anytreehash_list2.h: New file.
21958
21959         * lib/gl_oset.h: New file.
21960         * lib/gl_oset.c: New file.
21961         * lib/gl_array_oset.h: New file.
21962         * lib/gl_array_oset.c: New file.
21963         * lib/gl_avltree_oset.h: New file.
21964         * lib/gl_avltree_oset.c: New file.
21965         * lib/gl_rbtree_oset.h: New file.
21966         * lib/gl_rbtree_oset.c: New file.
21967         * lib/gl_anytree_oset.h: New file.
21968
21969 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21970
21971         * m4/mkancesdirs.m4: New file.
21972         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
21973         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
21974         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
21975         it.
21976
21977 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21978
21979         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
21980         * lib/mkancesdirs.h: New files.
21981         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
21982         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
21983         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
21984         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
21985         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
21986         callers changed.  Revamp internals significantly, by not
21987         attempting to create directories that are temporarily more
21988         permissive than the final results.  Do not attempt to use
21989         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
21990         This removes some race conditions, fixes some bugs, and simplifies
21991         things.  Use new dirchownmod function to do owner and mode changes.
21992         * lib/mkdir-p.h: Likewise.
21993         * lib/modechange.c (octal_to_mode): New function.
21994         (struct mode_change): New member mentioned.
21995         (make_node_op_equals): New arg mentioned.  All callers changed.
21996         (mode_compile): Keep track of which mode bits the user has explicitly
21997         mentioned.
21998         (mode_adjust): New arg DIR, so that we implement the X op correctly.
21999         New arg PMODE_BITS, to keep track of which mode bits the user
22000         mentioned; it treats S_ISUID and S_ISGID speciall.
22001         All callers changed.
22002         * lib/modechange.h: Likewise.
22003
22004 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22005
22006         * MODULES.html.sh: Add mkancestors.
22007         * modules/mkancesdirs: New module.
22008         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
22009         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
22010         The chdir-safer and afs files are now orphans; I'll remove them
22011         unless someone speaks up.
22012         Add lib/dirchownmod.c, lib/dirchownmod.h.
22013         (Depends-on): Remove alloca, chown, save-cwd, dirname.
22014         Add lchown, mkancesdirs.
22015         (Maintainer): Add self.
22016
22017 2006-07-15  Karl Berry  <karl@gnu.org>
22018
22019         * gnulib-tool: help message wording/arrangement.
22020
22021 2006-07-14  Simon Josefsson  <jas@extundo.com>
22022
22023         * doc/gnulib.texi (Libtool and Windows): New section.
22024
22025 2006-07-12  Simon Josefsson  <jas@extundo.com>
22026
22027         * modules/gendocs (License): Fix license, approved by Karl.
22028
22029 2006-07-12  Eric Blake  <ebb9@byu.net>
22030
22031         * MODULES.html.sh: Add gendocs.
22032
22033 2006-07-11  Eric Blake  <ebb9@byu.net>
22034
22035         * modules/fdl: New module, to install doc/fdl.texi.
22036         * MODULES.html.sh: Add new section for documentation modules.
22037         * gnulib-tool: Avoid space-tab.
22038         (--doc-base): New option, to manage files from doc.
22039
22040 2006-07-11  Eric Blake  <ebb9@byu.net>
22041
22042         * m4/absolute-header.m4: Fix comments to match recent change.
22043
22044 2006-07-11  Eric Blake  <ebb9@byu.net>
22045
22046         * gnulib-tool: List --doc-base before --tests-base.
22047
22048 2006-07-11  Derek R. Price  <derek@ximbiot.com>
22049
22050         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
22051
22052 2006-07-11  Bruno Haible  <bruno@clisp.org>
22053
22054         * README: Mention where to put documentation.
22055
22056 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22057
22058         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
22059
22060 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22061
22062         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
22063         to stdint.m4.
22064
22065 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22066
22067         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
22068         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
22069         "no/such/file/stdint.h" when there is no such file, so that
22070         the resulting C code can be parsed by dodgy compilers.
22071         Problems reported by Bob Proulx.
22072
22073 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22074
22075         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
22076         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22077         macros into the GNU _D_EXACT_NAMLEN.
22078         * lib/savedir.c:  Likewise.
22079         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
22080
22081 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22082         and Paul Eggert  <eggert@cs.ucla.edu>
22083
22084         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
22085         * m4/savedir.m4:
22086         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22087         macros into the GNU _D_EXACT_NAMLEN.
22088
22089 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22090
22091         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
22092         around the absolute name, to work around a problem with the HP-UX
22093         11.23 native C compiler, reported by Bob Proulx.
22094
22095 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         * doc/maintain.texi, make-stds.texi: Sync from
22098         <http://savannah.gnu.org/projects/gnustandards>.
22099
22100 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22101
22102         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
22103
22104 2006-07-09  Jim Meyering  <jim@meyering.net>
22105
22106         * m4/glob.m4: Remove a doubled word in a comment.
22107
22108 2006-07-09  Jim Meyering  <jim@meyering.net>
22109
22110         * lib/argp-pv.c: Remove a doubled word in a comment.
22111         * lib/check-version.c (check_version): Likewise.
22112         * lib/javacomp.c (compile_java_class): Likewise.
22113
22114 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22115
22116         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
22117         for the benefit of people using Autoconf 2.60.  If you want to
22118         support older Autoconf versions you can copy m4/onceonly_2_57.m4
22119         (or m4/onceonly.m4, if pre-2.57) manually.
22120
22121 2006-07-08  Jim Meyering  <jim@meyering.net>
22122
22123         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
22124         comment.
22125         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
22126         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
22127         comment.
22128
22129 2006-07-08  Jim Meyering  <jim@meyering.net>
22130
22131         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
22132
22133 2006-07-07  Simon Josefsson  <jas@extundo.com>
22134
22135         * tests/test-crc.c: Change expected crc value, the test vector
22136         were probably computed using the old broken crc.c?
22137
22138 2006-07-06  Simon Josefsson  <jas@extundo.com>
22139
22140         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
22141         now the canonical place for the M4 file).
22142
22143         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
22144         from the sys_socket dependency now.
22145
22146         * modules/inet_pton (Files): Ditto.
22147
22148         * modules/inet_ntop (Files): Ditto.
22149
22150 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22151
22152         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
22153         not gl_PREREQ_GETUSERSHELL.
22154
22155 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22156
22157         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
22158         with only one argument, for Autoconf 2.60.
22159         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
22160         expand to nothing, so add a shell command to avoid syntax error.
22161         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22162
22163 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22164
22165         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
22166
22167 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
22170         no longer needed.  Check for isblank decl.
22171         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
22172         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
22173         of existence.
22174
22175 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22176
22177         * lib/getloadavg.c: Use __VMS, not VMS.
22178         * lib/getopt.c: Likewise.
22179         * lib/getpagesize.h: Likewise.
22180         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
22181         and probably does not work.
22182
22183 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22184
22185         * lib/.cppi-disable: Add wcwidth.
22186         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
22187         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
22188         (ISGRAPH): Remove.  All uses changed to isgraph.
22189         (FOLD) [!defined _LIBC]: Remove special case.
22190         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
22191         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
22192         HAVE_ISBLANK.
22193         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
22194         case.
22195
22196 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22197
22198         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
22199         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
22200         brackets.  Other minor changes to suppress some compiler
22201         warnings.
22202
22203 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22204         and Paul Eggert  <eggert@cs.ucla.edu>
22205
22206         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
22207         of invoking obsolescent AC_HEADER_DIRENT macro.
22208         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
22209         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
22210         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
22211         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
22212         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
22213         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22214         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
22215         * m4/readdir.m4: Remove; no longer needed.
22216
22217 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22218         and Paul Eggert  <eggert@cs.ucla.edu>
22219
22220         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
22221         Don't worry about this obsolete case any more.
22222         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
22223         directories.
22224         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
22225         worry about this obsolete case any more.
22226         * lib/fts.c: Likewise.
22227         * lib/getcwd.c: Likewise.
22228         * lib/glob.h: Likewise.
22229         * lib/savedir.c: Likewise.
22230
22231 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22232
22233         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
22234         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
22235         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
22236         needed.
22237         All uses removed.
22238         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22239         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22240         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
22241         needed.
22242         * m4/getdate.m4 (gl_GETDATE): Likewise.
22243         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22244         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22245         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22246         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22247         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22248         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22249         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
22250         needed.
22251
22252 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22253
22254         * lib/memcasecmp.c: Include <limits.h>.
22255         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
22256         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
22257         Don't assume isdigit succeeds only on '0' through '9'.
22258
22259 2006-07-05  Eric Blake  <ebb9@byu.net>
22260
22261         * modules/getaddrinfo (Depends-on): Add snprintf.
22262
22263 2006-07-05  Eric Blake  <ebb9@byu.net>
22264
22265         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
22266         to avoid 'header present but could not be compiled' on cygwin.
22267
22268 2006-07-05  Eric Blake  <ebb9@byu.net>
22269
22270         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
22271         missing from netdb.h.
22272         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
22273
22274 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22275
22276         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
22277         no longer needed.
22278         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
22279         * m4/getdate.m4 (gl_GETDATE): Likewise.
22280         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22281         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22282         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22283         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22284         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22285
22286 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22287
22288         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
22289         All uses of is_space replaced by isspace.
22290         * lib/exit.h: Don't talk about STDC_HEADERS.
22291         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
22292         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
22293         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
22294         replaced by isprint etc.
22295         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
22296         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22297         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
22298         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
22299         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
22300         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22301
22302 2006-07-05  Bruno Haible  <bruno@clisp.org>
22303
22304         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
22305         the function exists, before testing against AIX.
22306         Reported by Martin Lambers <marlam@marlam.de>.
22307
22308 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22309
22310         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
22311         From Mark D. Baushke.
22312
22313 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22314
22315         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
22316         to the absolute name, not just one, to bypass Sun C 5.8's
22317         "warning: #include of /usr/include/... may be non-portable".
22318
22319 2006-07-04  Eric Blake  <ebb9@byu.net>
22320
22321         * modules/dirname-tests: New test module.
22322         * tests/test-dirname.c: New file, replacing dirname.c
22323         TEST_DIRNAME section that was recently deleted.
22324
22325 2006-07-04  Bruno Haible  <bruno@clisp.org>
22326
22327         Assume ANSI C header files and <ctype.h> functions.
22328         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
22329         (mbsnwidth): Use isprint, iscntrl instead.
22330
22331 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22332
22333         Merge from coreutils.
22334         * MODULES.html.sh: Add xstrtold.
22335         * modules/xstrtold: New file.
22336         * modules/cycle-check (Files): Add lib/same-inode.h.
22337         * modules/dirname (Files): Add m4/double-slash-root.m4.
22338         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
22339         * modules/mkdir-p (Files): Add lib/same-inode.h.
22340         * modules/same (Files): Add lib/same-inode.h.
22341
22342 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * m4/absolute-header.m4: Renamed from full-header-path.m4.
22345         This is to keep the terminology clean; POSIX talks about
22346         "absolute pathnames", not "full pathnames", but the GNU
22347         Coding Standards say to use "path" for something else;
22348         so use "absolute" to keep both sides happy.
22349         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
22350         Set gl_absolute_header, not gl_full_header_path.
22351         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
22352         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
22353         All uses changed.
22354
22355         Merge from coreutils.
22356
22357         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22358
22359         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
22360         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
22361         want to require the building of c-strtod.o.
22362         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
22363         needs -lm directly.
22364         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
22365
22366         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22367
22368         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
22369         --as-needed option if available.  Problem reported by Albert Chin in
22370         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
22371         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
22372         cc merely issues a bunch of annoying warnings for --as-needed
22373         (this problem was reported by Bob Proulx).  Also, try linking with
22374         -lm to detect a bug in binutils 2.16 (this problem was reported
22375         by Ralf Wildenhues).
22376
22377         2006-06-18  Jim Meyering  <jim@meyering.net>
22378
22379         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
22380         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
22381         macro.
22382         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
22383         also check for glibc-2.4's abort-inducing bug.
22384
22385         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
22386         Low-probability clean-up should be to use rmdir to get rid of
22387         the just-created directory, not unlink.
22388
22389         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
22390         configure fail, and request a bug report to inform us about it.
22391         Add a comment that, barring reports to the contrary, in 2007 we'll
22392         assume ftruncate is universally available.
22393
22394         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22395
22396         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
22397
22398         2006-03-12  Jim Meyering  <jim@meyering.net>
22399
22400         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
22401         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
22402         * m4/same.m4 (gl_SAME): Likewise.
22403         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
22404
22405         2006-03-11  Eric Blake  <ebb9@byu.net>
22406
22407         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
22408         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
22409         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
22410         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
22411
22412 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22413
22414         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
22415         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
22416         reported by Mark D. Baushke, one in
22417         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
22418
22419         Merge from coreutils.
22420
22421         * lib/.cppi-disable: Add stdint_.h.
22422         * lib/.cvsignore: Add stdint.h.
22423
22424         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22425
22426         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
22427         both double and long double versions.
22428         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
22429         * lib/xstrtold.c: New file.
22430         * lib/xstrtod.h (xstrtold): New decl.
22431
22432         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22433
22434         * lib/filemode.c (setst): Remove.
22435         (strmode): Rewrite to avoid setst.  This makes the code shorter,
22436         (arguably) clearer, and the generated code is a bit smaller on my
22437         Debian GNU/Linux stable x86 host.
22438
22439         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22440
22441         * lib/filemode.c: Include "filemode.h" first, to test the interface.
22442         Assume that filemode.h includes sys/types.h and sys/stat.h.
22443         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
22444         (ftypelet): Reorder to put common cases first, for efficiency.
22445         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
22446         to do 'M'.
22447         (strmode): Renamed from mode_string, and now stores 12 bytes instead
22448         of 10, for compatibility with FreeBSD.  All callers changed.
22449         (filemodestring): Now stores 12 bytes instead of 10, and sets file
22450         types that can't be deduced solely from st_mode.  First arg is now a
22451         const pointer.
22452         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
22453         (strmode): Renamed from mode_string.
22454         (filemodestring): New decl.
22455         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
22456         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
22457         needed.
22458         (S_ISPORT, S_ISWHT): New macros, if not already defined.
22459
22460         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22461
22462         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
22463         fsusage.h now does that.  Include fsusage.h first, to test interface.
22464         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
22465         at most one method (the old code could have generated decls that
22466         didn't conform to C89, not that this was ever exercised).
22467         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
22468
22469         2006-03-19  Jim Meyering  <jim@meyering.net>
22470
22471         Work even in a chroot where d_ino values for entries in "/"
22472         don't match the stat.st_ino values for the same names.
22473         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
22474         number, iterate through all entries again, using lstat instead.
22475         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
22476         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
22477
22478         * lib/getcwd.c (__getcwd): Clarify a comment.
22479         Use memcpy in place of a call to strcpy.
22480
22481         2006-03-12  Jim Meyering  <jim@meyering.net>
22482
22483         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
22484         matches that of the current directory (which we're about to chdir ".."
22485         out of), then save the dev-ino of the parent, instead.
22486
22487         * lib/same-inode.h (SAME_INODE): New file/macro.
22488         * lib/chdir-safer.c (SAME_INODE): Remove definition.
22489         Include "same-inode.h", instead.
22490         * lib/same.c: Likewise.
22491         * lib/cycle-check.h: Include "same-inode.h".
22492         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
22493         * lib/cycle-check.c (SAME_INODE): Remove definition.
22494         * lib/root-dev-ino.h: Include "same-inode.h".
22495
22496         2006-03-11  Eric Blake  <ebb9@byu.net>
22497
22498         * lib/same.c (same_name): s/base_name/last_component/
22499         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
22500         * lib/filenamecat.c (file_name_concat): Likewise.
22501
22502         2006-03-11  Eric Blake  <ebb9@byu.net>,
22503                     Paul Eggert  <eggert@cs.ucla.edu>
22504
22505         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
22506         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
22507         drive prefix.
22508         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
22509         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
22510         (last_component): New method.
22511         * lib/dirname.c (dir_len): Determine when drive letters need a
22512         subsequent slash.  Preserve // when it is special.
22513         (dir_name): Don't append dot when drive letter is absolute.
22514         [TEST_DIRNAME]: Move into a full-blown gnulib test.
22515         * lib/basename.c (base_name): New semantics - malloc the result.
22516         Preserve // when it is special.  Preserve relative files that look
22517         like drive letters.
22518         (base_len): Preserve // when it is special.
22519         (last_component): New method, similar to old base_name semantics.
22520         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
22521         base_name.  Strip redundant slashes from ///.
22522
22523 2006-07-03  Jim Meyering  <jim@meyering.net>
22524
22525         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
22526         macro is used before the first cycle_check call.
22527
22528 2006-07-03  Eric Blake  <ebb9@byu.net>
22529
22530         * modules/dirname (Depends-on): Add xstrndup.
22531
22532 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22533
22534         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
22535         test cases, so that config.log is a bit easier to follow.
22536
22537 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22538
22539         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
22540         both are 64 bits, since this seems to be the tradition, and this
22541         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
22542         we ever run into a host that prefers long long to long in this
22543         case, we'll need another configure-time test.  Problem reported by
22544         Jim Meyering.
22545
22546 2006-07-02  Eric Blake  <ebb9@byu.net>
22547
22548         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
22549
22550 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22551
22552         * modules/inttypes (Depends-on): No longer depends on stdint.
22553         * modules/stdint (Description): Say more about assumptions.
22554         Say that the fast types might differ.  Say macros are used.
22555         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
22556         (Makefile.am): Revise list of substituted symbols to match
22557         new stdint.m4.
22558         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
22559         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
22560         * tests/test-stdint.c (verify_same_types)
22561         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
22562         the code conforms to C99/C89.
22563         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
22564         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
22565
22566 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22567
22568         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
22569         but fix a bug, by requiring at least 64 bits.
22570         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22571         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
22572         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
22573         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
22574
22575         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
22576         changes.  Make 2.59 a prerequisite.  Check and substitute for
22577         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
22578         inttypes.h.  Do not use special include files; just use the
22579         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
22580         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
22581         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
22582         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
22583         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
22584         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
22585         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
22586         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
22587         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
22588         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
22589         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
22590         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
22591         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
22592         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
22593         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
22594         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
22595         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
22596         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
22597         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
22598         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
22599         WINT_MAX.  Check for C99 conformance more strictly, by detecting
22600         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
22601         not check for things that C99 does not require, e.g., int8_t.  If
22602         a test isn't needed unless <stdint.h> isn't working, and is
22603         unlikely to be needed for any other reason, then don't do it
22604         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
22605         size_t, since we assume C89 freestanding at least.  Do not check
22606         for sig_atomic_t, wchar_t, or wint_t, since the code now does
22607         the right thing even if the types are not defined.  Instead use:
22608         (gl_STDINT_TYPE_PROPERTIES): New macro.
22609         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
22610         testing whether <sys/types.h> clashes, as Autoconf does this for
22611         us now.  All uses removed.
22612         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
22613         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
22614         (gl_CHECK_TYPE_SAME):
22615         Remove; no longer needed.
22616         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
22617         exists, since we'll return 0 anyway in that case.
22618         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
22619
22620 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22621
22622         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
22623         possible collision with system files.
22624         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
22625         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
22626         WCHAR_MIN and WCHAR_MAX in this case.
22627         (<stddef.h>): Do not include; no longer needed.
22628         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
22629         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
22630         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
22631         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
22632         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
22633         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
22634         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
22635         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
22636         !defined(__c99))]: Include in this case too, since it's harmless
22637         now.
22638         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
22639         dangerous to do so.
22640         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
22641         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
22642         (_STDINT_MIN, _STDINT_MAX): New macros.
22643         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
22644         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
22645         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
22646         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
22647         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
22648         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
22649         macros, not typedefs; this simplifies things quite a bit.
22650         Use long int for all types narrower than int64_t.
22651         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
22652         Define in terms of long long int or int64_t or long int,
22653         not int64_t or int32_t.  This saves some compile-time testing.
22654         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
22655         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
22656         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
22657         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
22658         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
22659         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
22660         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
22661         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
22662         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
22663         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
22664         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22665         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22666         undef any previous version and define our own version, for
22667         simplicity and consistency with the new macros for types.
22668         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22669         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22670         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
22671         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
22672         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
22673         @WINT_T_SUFFIX@ to keep things simple here.
22674         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
22675         Simplify by assuming typical 8/16/32/64 host, since we're
22676         already doing that elsewhere anyway.
22677         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
22678         and assume long long int is 64 bits if available.  This
22679         speeds up 'configure'.
22680
22681 2006-07-01  Eric Blake  <ebb9@byu.net>
22682
22683         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
22684         Reported by Andreas Buening.
22685
22686 2006-07-01  Eric Blake  <ebb9@byu.net>
22687
22688         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
22689
22690 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22691
22692         * lib/getaddrinfo.c: fixed typo
22693
22694 2006-06-29  Jim Meyering  <jim@meyering.net>
22695
22696         * modules/strftime (Maintainer): Add my name, since with the
22697         FPRINTFTIME changes strftime.c has forked from glibc.
22698
22699 2006-06-29  Eric Blake  <ebb9@byu.net>
22700
22701         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
22702
22703 2006-06-29  Eric Blake  <ebb9@byu.net>
22704
22705         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
22706
22707 2006-06-29  Eric Blake  <ebb9@byu.net>
22708
22709         * lib/stat_.h: New file.
22710
22711 2006-06-29  Eric Blake  <ebb9@byu.net>
22712
22713         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
22714         unused static function.
22715
22716 2006-06-29  Eric Blake  <ebb9@byu.net>
22717
22718         * doc/functions.texi (Function Portability): Document missing lstat
22719         on mingw.
22720
22721 2006-06-29  Eric Blake  <ebb9@byu.net>
22722
22723         * MODULES.html.sh: Add sys_stat.
22724         * modules/sys_stat: New module.
22725         * modules/mkstemp (Depends-on): Add sys_stat.
22726
22727 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22728
22729         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
22730
22731 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22732
22733         * m4/c-bs-a.m4: Removed.
22734
22735 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22736
22737         * lib/strftime.c: Assume strftime() exists.
22738
22739 2006-06-29  Derek Price  <derek@ximbiot.com>
22740
22741         * modules/c-bs-a: Removed - \a is C89.
22742         * MODULES.html.sh: Remove c-bs-a.
22743
22744 2006-06-29  Bruno Haible  <bruno@clisp.org>
22745
22746         * modules/wcwidth (License): Change to LGPL.
22747
22748 2006-06-28  Simon Josefsson  <jas@extundo.com>
22749
22750         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
22751         on _WIN32.
22752
22753         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
22754         getnameinfo.
22755
22756 2006-06-28  Simon Josefsson  <jas@extundo.com>
22757
22758         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
22759
22760 2006-06-28  Simon Josefsson  <jas@extundo.com>
22761
22762         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
22763         functions there.  It will succeed on Windows XP, but on Windows
22764         2000 and (presumably) earlier, it will fail, and use the internal
22765         re-implementation.
22766         (use_win32_p): New function.
22767         (getaddrinfo): Use strtoul on servname, to support numeric ports.
22768         Support AI_NUMERICSERV to disable getservbyname.
22769         (getnameinfo): New function, only supports
22770         NI_NUMERICHOST|NI_NUMERICSERV for now.
22771
22772         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
22773         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
22774         getnameinfo.
22775
22776 2006-06-28  Eric Blake  <ebb9@byu.net>
22777
22778         * modules/wcwidth: New file.
22779         * modules/mbchar (Depends-on): Add wcwidth.
22780         * modules/mbswidth (Depends-on): Add wcwidth.
22781         * MODULES.html.sh: Add wcwidth.
22782
22783 2006-06-28  Eric Blake  <ebb9@byu.net>
22784
22785         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
22786         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
22787
22788 2006-06-28  Eric Blake  <ebb9@byu.net>
22789
22790         * lib/xvasprintf.h: Fix comments.
22791
22792 2006-06-28  Eric Blake  <ebb9@byu.net>
22793
22794         * lib/mbchar.h (wcwidth): Include wcwidth.h.
22795         * lib/mbswidth.c (wcwidth): Move from here...
22796         * lib/wcwidth.h: ...to this new file.
22797
22798 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22799
22800         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
22801
22802         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
22803         it's obsolete.
22804         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
22805
22806 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22807
22808         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
22809         Autoconf 2.60 says this stuff was obsolete.
22810
22811 2006-06-28  Bruno Haible  <bruno@clisp.org>
22812
22813         * modules/wcwidth (Files): Add m4/wchar_t.m4.
22814
22815 2006-06-28  Bruno Haible  <bruno@clisp.org>
22816
22817         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
22818         gt_TYPE_WCHAR_T.
22819
22820 2006-06-28  Bruno Haible  <bruno@clisp.org>
22821
22822         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
22823         declaration for wcwidth.
22824         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
22825
22826 2006-06-28  Bruno Haible  <bruno@clisp.org>
22827
22828         * lib/mkdtemp.c [MINGW]: Include <io.h>.
22829         (mkdir): Define using _mkdir.
22830
22831 2006-06-28  Bruno Haible  <bruno@clisp.org>
22832
22833         * lib/getaddrinfo.h: Fix POSIX URL.
22834         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
22835         _WIN32.
22836         (use_win32_p): Make static.
22837         (getaddrinfo): Reject service name if it is empty or does not consist
22838         solely of decimal digits, or if its value is > 65535.
22839         (getnameinfo): Remove useless casts.
22840
22841 2006-06-27  Simon Josefsson  <jas@extundo.com>
22842
22843         * modules/sys_select: New file, suggested by Bruno Haible, Paul
22844         Eggert and Martin Lambers.
22845
22846 2006-06-27  Simon Josefsson  <jas@extundo.com>
22847
22848         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
22849         Eggert and Martin Lambers.
22850
22851 2006-06-27  Bruno Haible  <bruno@clisp.org>
22852
22853         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
22854         result to 0, not to empty.
22855         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
22856
22857 2006-06-27  Bruno Haible  <bruno@clisp.org>
22858
22859         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
22860
22861 2006-06-26  Simon Josefsson  <jas@extundo.com>
22862
22863         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
22864         present.
22865
22866 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
22867
22868         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
22869         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
22870         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
22871
22872 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
22873
22874         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
22875
22876 2006-06-26  Bruno Haible  <bruno@clisp.org>
22877
22878         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
22879
22880 2006-06-26  Bruno Haible  <bruno@clisp.org>
22881
22882         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
22883
22884 2006-06-26  Bruno Haible  <bruno@clisp.org>
22885
22886         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
22887         SGI C compiler in pre-C99 mode.
22888         Suggested by Mark D. Baushke and Larry Jones.
22889
22890 2006-06-26  Bruno Haible  <bruno@clisp.org>
22891
22892         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
22893         WCHAR_MAX.
22894         Reported by Mark D. Baushke and Larry Jones.
22895
22896 2006-06-26  Bruno Haible  <bruno@clisp.org>
22897
22898         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
22899         in pre-C99 mode.
22900         Suggested by Mark D. Baushke and Larry Jones.
22901
22902 2006-06-23  Simon Josefsson  <jas@extundo.com>
22903             Bruno Haible  <bruno@clisp.org>
22904
22905         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
22906         Emit mostlyclean-local rule.
22907         (func_emit_tests_Makefile_am): Likewise.
22908         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
22909
22910 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
22911
22912         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
22913
22914 2006-06-23  Bruno Haible  <bruno@clisp.org>
22915
22916         * tests/test-stdint.c: Update to match ISO C 99 Technical
22917         Corrigendum 1.
22918
22919 2006-06-23  Bruno Haible  <bruno@clisp.org>
22920
22921         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
22922
22923 2006-06-23  Bruno Haible  <bruno@clisp.org>
22924
22925         * lib/stdint_.h: Treat IRIX like OpenBSD.
22926
22927 2006-06-23  Bruno Haible  <bruno@clisp.org>
22928
22929         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
22930         ISO C 99 Technical Corrigendum 1.
22931
22932 2006-06-22  Simon Josefsson  <jas@extundo.com>
22933
22934         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
22935         MinGW.
22936
22937 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22938
22939         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
22940         needed.  Some compiler complained about some of them.  Problem reported
22941         by Larry Jones in
22942         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
22943
22944 2006-06-21  Simon Josefsson  <jas@extundo.com>
22945
22946         * tests/test-getaddrinfo.c: New file.
22947
22948         * modules/getaddrinfo-tests: New file.
22949
22950         * MODULES.html.sh: Add inet_pton.
22951
22952         * modules/inet_pton: New file.
22953
22954 2006-06-21  Simon Josefsson  <jas@extundo.com>
22955
22956         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
22957         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
22958         of using the (limited) gnulib implementation on Windows XP.
22959
22960         * m4/inet_pton.m4: New file.
22961
22962 2006-06-21  Simon Josefsson  <jas@extundo.com>
22963
22964         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
22965         variable.
22966
22967         * lib/socket_.h: Don't define WINVER.
22968
22969         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
22970         slightly modified to work in gnulib.
22971
22972 2006-06-21  Simon Josefsson  <jas@extundo.com>
22973
22974         * doc/gnulib.texi (Windows sockets): Add.
22975
22976 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22977
22978         * lib/read-file.c (fread_file): Start with buffer allocation of
22979         0 bytes rather than 1 byte; this simplifies the code.
22980         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
22981         code to free buffer and save/restore errno.
22982         (internal_read_file): Remove unused local.
22983
22984 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22985
22986         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
22987         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
22988         Problem reported by Denis Excoffier in
22989         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
22990
22991 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22992
22993         * modules/sys_socket, modules/socklen: Include sys/types since
22994         FreeBSD 4.x's sys/socket.h needs it.
22995
22996 2006-06-19  Simon Josefsson  <jas@extundo.com>
22997
22998         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
22999
23000 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
23001
23002         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
23003
23004 2006-06-19  Bruno Haible  <bruno@clisp.org>
23005
23006         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
23007         and FULL_PATH_INTTYPES_H in angle brackets.
23008         Reported by Mark D. Baushke <mdb@gnu.org>.
23009
23010 2006-06-17  Eric Blake  <ebb9@byu.net>
23011
23012         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
23013         errno.
23014
23015 2006-06-17  Bruno Haible  <bruno@clisp.org>
23016
23017         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
23018         <sys/inttypes.h>.
23019
23020 2006-06-17  Bruno Haible  <bruno@clisp.org>
23021
23022         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
23023         whether errno is declared. Assume <errno.h> declares errno.
23024
23025 2006-06-17  Bruno Haible  <bruno@clisp.org>
23026
23027         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
23028
23029 2006-06-17  Bruno Haible  <bruno@clisp.org>
23030
23031         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
23032         problem on Solaris 2.5.1.
23033
23034 2006-06-16  Eric Blake  <ebb9@byu.net>
23035
23036         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
23037         * lib/unicodeio.c [!defined errno]: Likewise.
23038         * lib/strtol.c [!defined errno]: Likewise.
23039         * lib/strtod.c [!defined errno]: Likewise.
23040
23041 2006-06-15  Eric Blake  <ebb9@byu.net>
23042
23043         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
23044
23045 2006-06-15  Eric Blake  <ebb9@byu.net>
23046
23047         * config/srclist.txt (ssize_t.m4): Lose sync.
23048
23049 2006-06-15  Bruno Haible  <bruno@clisp.org>
23050
23051         * modules/stdint (Files): Include m4/full-header-path.m4,
23052         m4/size_max.m4, m4/wchar_t.m4.
23053         (Makefile.am): Many more substitutions.
23054         * modules/stdint-tests: New file.
23055         * tests/test-stdint.c: New file.
23056
23057 2006-06-15  Bruno Haible  <bruno@clisp.org>
23058
23059         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
23060         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
23061         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
23062         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
23063         gl_CHECK_TYPE_SAME): New macros.
23064
23065 2006-06-15  Bruno Haible  <bruno@clisp.org>
23066
23067         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
23068
23069 2006-06-15  Bruno Haible  <bruno@clisp.org>
23070
23071         * lib/stdint_.h: Rewritten to be fully auto-configured.
23072         Fixes bug on HP-UX/IA64.
23073
23074 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
23075
23076         * lib/getdate.y (__attribute__): Don't define if already defined.
23077         Problem reported by Larry Jones.
23078         * lib/utimens.c (__attribute__): Likewise.
23079
23080 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
23081
23082         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
23083         reported by Andreas Schwab.
23084
23085 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23086             Bruno Haible  <bruno@clisp.org>
23087
23088         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
23089         check for the declaration of strnlen and a run test that exposes the
23090         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
23091         rpl_strndup.
23092
23093 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23094             Bruno Haible  <bruno@clisp.org>
23095
23096         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
23097
23098 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23099
23100         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
23101         compile test, for Tru64 4.0D.
23102
23103 2006-05-28  Karl Berry  <karl@gnu.org>
23104
23105         * config/srclist.txt (printf-args.c): lose sync.
23106
23107 2006-05-26  Martin Lambers  <marlam@marlam.de>
23108
23109         * lib/getpass.c: Updates the test for the native W32 API, and adds
23110         missing includes, thus fixing compilation warnings.
23111
23112 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23113
23114         * lib/exclude.c (exclude_fnmatch): New function.
23115         (excluded_file_name): Call exclude_fnmatch.
23116         * lib/exclude.h (excluded_file_name): New prototype
23117
23118 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
23119
23120         * lib/tempname.c (small_open, large_open): New macros.
23121         (__open, __open64) [!_LIBC]: Remove.
23122         (__gen_tempname): Use small_open and large_open instead of __open
23123         and __open64.  This fixes a portability bug on HP-UX 11.11i
23124         reported by Simon Wing-Tang in
23125         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
23126
23127 2006-05-24  Bruno Haible  <bruno@clisp.org>
23128
23129         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
23130         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
23131         Reported by Thorsten Maerz <torte@netztorte.de> via
23132         Aaron Stone <aaron@serendipity.cx>.
23133
23134 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23135
23136         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
23137         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
23138         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
23139         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
23140         not really conditional on the cache.
23141         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
23142
23143 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23144
23145         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
23146         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
23147         (my_usleep): Don't mishandle maximum value.
23148
23149 2006-05-19  Jim Meyering  <jim@meyering.net>
23150
23151         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
23152
23153 2006-05-17  Bruno Haible  <bruno@clisp.org>
23154
23155         Cygwin portability.
23156         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
23157
23158 2006-05-17  Bruno Haible  <bruno@clisp.org>
23159
23160         * lib/stdint_.h: Fix recognition of Cygwin.
23161
23162 2006-05-15  Bruno Haible  <bruno@clisp.org>
23163
23164         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
23165         on libtool patch by Ralf Wildenhues.
23166
23167 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
23168
23169         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
23170         test for C99 conformance; (bool) 0.5 is an integer constant
23171         expression, but (bool) -0.5 is not.  Problem reported by Fedor
23172         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
23173
23174 2006-05-11  Simon Josefsson  <jas@extundo.com>
23175
23176         * m4/xvasprintf.m4: Fix obvious typo.
23177
23178 2006-05-11  Jim Meyering  <jim@meyering.net>
23179
23180         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
23181         James Lemley.
23182
23183 2006-05-10  Simon Josefsson  <jas@extundo.com>
23184
23185         * lib/md4.c: Typo fix, update copyright years.
23186         (K1, K2): Don't use L because it turn computations into 64-bit on
23187         64-bit platforms.
23188
23189 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
23190
23191         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
23192         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
23193         unwanted sign propagation, e.g., on hosts with 64-bit int.
23194         There still are some problems with reeelly weird theoretical hosts
23195         (e.g., 33-bit int) but it's not worth worrying about now.
23196         * lib/sha1.c (rol): Likewise.
23197         (K1, K2, K3, K4): Remove unnecessary L suffix.
23198
23199 2006-05-10  Bruno Haible  <bruno@clisp.org>
23200
23201         * lib/des.c: Cast to avoid warnings.
23202
23203 2006-05-09  Bruno Haible  <bruno@clisp.org>
23204
23205         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
23206         (Depends-on): Depend also on xsize, stdarg.
23207         (configure.ac): Add gl_XVASPRINTF.
23208
23209 2006-05-09  Bruno Haible  <bruno@clisp.org>
23210
23211         * m4/xvasprintf.m4: New file.
23212
23213 2006-05-09  Bruno Haible  <bruno@clisp.org>
23214
23215         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
23216         (EOVERFLOW): Define fallback value.
23217         (xstrcat): New function.
23218         (xvasprintf): Recognize the special case of a string concatenation.
23219
23220 2006-05-08  Eric Blake  <ebb9@byu.net>
23221
23222         * gnulib-tool (func_version): Base copyright year on CVS date.
23223         (func_emit_copyright_notice): New function.
23224         (func_emit_lib_Makefile_am): Use it.
23225         (func_emit_tests_Makefile_am): Likewise.
23226         (func_import): Likewise.
23227
23228 2006-05-08  Bruno Haible  <bruno@clisp.org>
23229
23230         * modules/stdarg: New file.
23231         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
23232
23233 2006-05-08  Bruno Haible  <bruno@clisp.org>
23234
23235         * m4/stdarg.m4: New file, from GNU gettext.
23236
23237 2006-05-08  Bruno Haible  <bruno@clisp.org>
23238
23239         * config/srclist.txt (build-aux/config.rpath): different from latest
23240         release.
23241
23242 2006-05-08  Bruno Haible  <bruno@clisp.org>
23243
23244         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
23245
23246 2006-05-05  Jim Meyering  <jim@meyering.net>
23247
23248         * m4/warning.m4: New file, derived from bison's file by the same name.
23249
23250 2006-05-03  Bruno Haible  <bruno@clisp.org>
23251
23252         * lib/stdint_.h: Shorter URL.
23253         * lib/inttypes.h: Likewise.
23254
23255 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23256
23257         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
23258
23259 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23260
23261         * lib/verify.h: Document the internals better.  Most of this change
23262         was written by Bruno Haible.
23263
23264 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23265
23266         * doc/verify.texi: New file, partly based on a proposal by
23267         Bruno Haible.
23268
23269 2006-05-02  Bruno Haible  <bruno@clisp.org>
23270
23271         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
23272         test from here...
23273         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
23274
23275 2006-04-29  Bruno Haible  <bruno@clisp.org>
23276
23277         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
23278         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
23279
23280 2006-04-29  Bruno Haible  <bruno@clisp.org>
23281
23282         * gnulib-tool: Make --update option actually work.
23283
23284 2006-04-29  Bruno Haible  <bruno@clisp.org>
23285
23286         * doc/gcd.texi: New file.
23287         * doc/gnulib.texi: Include it.
23288
23289 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
23290
23291         * lib/getdate.y (get_date): When adding relative date, start with the
23292         initial time, not with the result of the first mktime call.
23293
23294 2006-04-25  Bruno Haible  <bruno@clisp.org>
23295
23296         * gnulib-tool (func_import): Output the include directives in three
23297         blocks, sorted separately.
23298         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23299
23300 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23301
23302         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
23303         to define main with arguments, for C++.  Reported by Eric Blake.
23304         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
23305         Prefer 'int main ()' to 'int main (void)', for C++.
23306         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
23307         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
23308         for 'main', for C99 and C++.
23309
23310 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23311
23312         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
23313         Don't assume that exit status -1 is valid.
23314         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23315         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23316         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
23317         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
23318         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
23319         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
23320         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
23321         functions can be used without declaring them, or that you can
23322         exit with status -1.
23323         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
23324
23325 2006-04-24  Karl Berry  <karl@gnu.org>
23326
23327         * config/srclist.txt (longdouble.m4): sync lost.
23328
23329 2006-04-24  Eric Blake  <ebb9@byu.net>
23330
23331         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
23332
23333 2006-04-24  Bruno Haible  <bruno@clisp.org>
23334
23335         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
23336         poll() implementation in AIX.
23337         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23338
23339 2006-04-24  Bruno Haible  <bruno@clisp.org>
23340
23341         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
23342         assigned exactly once.
23343
23344 2006-04-23  Claudio Fontana  <claudio@gnu.org>
23345             Bruno Haible  <bruno@clisp.org>
23346
23347         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
23348         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
23349         for AM_CPPFLAGS.
23350
23351 2006-04-23  Bruno Haible  <bruno@clisp.org>
23352
23353         * modules/copy-file: Depend on unistd.
23354         * modules/execute: Likewise.
23355         * modules/fatal-signal: Likewise.
23356         * modules/findprog: Likewise.
23357         * modules/mkdtemp : Likewise.
23358         * modules/pipe: Likewise.
23359         * modules/wait-process: Likewise.
23360
23361 2006-04-23  Bruno Haible  <bruno@clisp.org>
23362
23363         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
23364         condition was already detected.
23365         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23366
23367 2006-04-23  Bruno Haible  <bruno@clisp.org>
23368
23369         * lib/copy-file.c: Include <unistd.h> unconditionally.
23370         * lib/execute.c: Likewise.
23371         * lib/fatal-signal.c: Likewise.
23372         * lib/findprog.c: Likewise.
23373         * lib/mkdtemp.c: Likewise.
23374         * lib/pipe.h: Likewise.
23375         * lib/pipe.c: Likewise.
23376         * lib/wait-process.h: Likewise.
23377
23378 2006-04-23  Bruno Haible  <bruno@clisp.org>
23379
23380         * gnulib-tool (func_usage): Fix --import description. Document
23381         --update.
23382         (func_import): Create temporary file in a temporary directory, if
23383         --dry-run is specified. Silence errors from 'grep' when there are no
23384         m4 files in $m4dir.
23385         (func_create_testdir): Silence errors from 'grep' when there are no
23386         m4 files in $m4dir.
23387         Reported by Karl Berry <karl@freefriends.org>.
23388
23389 2006-04-20  Bruno Haible  <bruno@clisp.org>
23390
23391         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
23392         one argument, so that the code will be portable to Autoconf 2.60.
23393         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
23394         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23395         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
23396
23397 2006-04-19  Derek Price  <derek@ximbiot.com>
23398             Eric Blake  <ebb9@byu.net>
23399
23400         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
23401         rather than "/full/path.h".  Update comment to match.  Shorten &
23402         generalize m4_translit call via AS_TR_CPP.
23403
23404 2006-04-19  Derek Price  <derek@ximbiot.com>
23405             Eric Blake  <ebb9@byu.net>
23406
23407         * lib/inttypes.h: Correct grammar in comment.
23408
23409 2006-04-18  Derek Price  <derek@ximbiot.com>
23410             Paul Eggert  <eggert@cs.ucla.edu>
23411
23412         * modules/inttypes: New file.
23413         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
23414
23415 2006-04-18  Derek Price  <derek@ximbiot.com>
23416             Paul Eggert  <eggert@cs.ucla.edu>
23417
23418         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
23419         New files.
23420
23421 2006-04-18  Derek Price  <derek@ximbiot.com>
23422             Paul Eggert  <eggert@cs.ucla.edu>
23423
23424         * lib/inttypes.h: New file.
23425         * lib/strtoimax.c: Assume <inttypes.h>.
23426
23427 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
23428
23429         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
23430         isn't mounted.  Problem reported by Kir Kolyshkin.
23431
23432 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23433
23434         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
23435         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
23436         Derek R. Price.
23437         * lib/regex.h (RE_DUP_MAX): Update comment to match current
23438         implementation.
23439
23440 2006-04-12  Eric Blake  <ebb9@byu.net>
23441
23442         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
23443         is now done automatically by the corresponding Autoconf macro.
23444
23445 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
23446
23447         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
23448         time_r.h.
23449
23450 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23451
23452         Merge regex changes from libc, removing some of our
23453         POSIX-conformance changes that were rejected and redoing them in a
23454         less-intrusive way.
23455
23456         * lib/regcomp.c (re_compile_internal, init_dfa):
23457         Length arg is now size_t, not Idx.  All uses changed.
23458         (peek_token): Forward decl now says internal_function.
23459         (__re_error_msgid, __re_error_msgid_idx):
23460         Now static rather than extern with attribute_hidden.
23461         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
23462         For some reason libc prefers K&R style defns for external functions.
23463         (regerror) [!defined _LIBC]: Likewise.
23464         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
23465         (seek_collating_symbol_entry, lookup_collation_sequence_value):
23466         (build_range_exp, build_collating_symbol):
23467         Use K&R-style defn.
23468         (re_compile_fastmap): Use '\0' to memset, not 0.
23469         (utf8_sb_map): Make the calculations more obvious.
23470         (init_dfa, parse_bracket_exp, build_charclass_op):
23471         Call calloc and cast result, as glibc does.
23472         (init_word_char, fetch_token, peek_token, peek_token_bracket):
23473         (build_range_exp, build_collating_symbol):
23474         Now internal functions.
23475
23476         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
23477
23478         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
23479         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
23480         Don't depend on VMS; depend on __VMS instead, for POSIX
23481         namespace cleanness.
23482         (regoff_t): Define to ssize_t, not long int.
23483
23484         Remove the REG_ macros named below.  Instead, make the old names
23485         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
23486         __USE_GNU_REGEX.
23487         (REG_BACKSLASH_ESCAPE_IN_LISTS):
23488         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
23489         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
23490         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
23491         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
23492         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
23493         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
23494         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
23495         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
23496         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
23497         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
23498         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
23499         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
23500         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
23501         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
23502         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
23503         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
23504         (REG_NREGS):
23505         Remove.  All uses replaced by the old RE_* names.
23506         (RE_BACKSLASH_ESCAPE_IN_LISTS):
23507         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
23508         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
23509         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
23510         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
23511         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
23512         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
23513         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
23514         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
23515         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
23516         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
23517         Don't bother having these macros be independent of each others'
23518         values, since they no longer exist in the POSIX name space.
23519
23520         Rename the following member names back to their old names,
23521         unless !__USE_GNU_REGEX.  All uses changed back.
23522         (buffer): Renamed from re_buffer.
23523         (allocated): Renamed from re_allocated.
23524         (used): Renamed from re_used.
23525         (syntax): Renamed from re_syntax.
23526         (fastmap): Renamed from re_fastmap.
23527         (translate): Renamed from re_translate.
23528         (can_be_null): Renamed from re_can_be_null.
23529         (regs_allocated): Renamed from re_regs_allocated.
23530         (fastmap_accurate): Renamed from re_fastmap_accurate.
23531         (no_sub): Renamed from re_no_sub.
23532         (not_bol): Renamed from re_not_bol.
23533         (not_eol): Renamed from re_not_eol.
23534         (newline_anchor): Renamed from re_newline_anchor.
23535         (num_regs): Renamed from rm_num_regs.
23536         (start): Renamed from rm_start.
23537         (end): Renamed from rm_end.
23538
23539         (free_state): Move up a bit.
23540
23541         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
23542         #define to be empty.
23543         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
23544         when that is what is intended.
23545         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
23546         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
23547         (MAX): New macro.
23548         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
23549         All uses changed back to re_malloc, etc.  It's now the caller's
23550         responsibility to check for overflow; all callers changed.
23551         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
23552         (re_x2nrealloc): Remove.
23553         (free_state): Remove decl.
23554
23555         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
23556         (re_set_registers, re_exec):
23557         Use K&R-style defn.
23558
23559         2006-01-31  Roland McGrath  <roland@redhat.com>
23560
23561         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
23562         Reported by Mike Frysinger <vapier@gentoo.org>.
23563
23564         2006-01-15  Andreas Jaeger  <aj@suse.de>
23565
23566         [BZ #1950]
23567         * lib/regex_internal.c (re_string_reconstruct): Adjust for
23568         build_wcs_upper_buffer change.
23569         (build_wcs_upper_buffer): Change return type.
23570
23571         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
23572
23573         * lib/regex_internal.h: Include <stdint.h> if available.
23574
23575         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
23576
23577         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
23578
23579         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23580
23581         * lib/regcomp.c: Adjust for changed secondary hash function.
23582
23583         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
23584
23585         * lib/regex.h: Pretty printing.
23586         Clean up namespace a bit.
23587
23588         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
23589
23590         * lib/regexec.c (update_cur_sifted_state, check_arrival,
23591         check_arrival_add_next_nodes): Avoid using uninitialized variable.
23592
23593         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23594                     Ulrich Drepper  <drepper@redhat.com>
23595
23596         [BZ #1302]
23597         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
23598         changed.
23599         (bitset_word_t): Renamed from bitset_word.  All uses changed.
23600
23601         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
23602
23603         [BZ #281]
23604         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
23605         * lib/regcomp.c: Remove unnecessary uses of
23606         unsigned RE_TRANSLATE_TYPE.
23607         * lib/regex_internal.h: Likewise.
23608         * lib/regex_internal.c: Likewise.
23609         * lib/regexec.c: Likewise.
23610         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
23611
23612         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
23613
23614         * lib/regexec.c (find_recover_state): Remove unnecessary
23615         initialization.
23616         (transit_state_bkref): Make DFA a const pointer.
23617         (get_subexp): Likewise.
23618         (check_arrival): Likewise.
23619         (update_cur_sifted_state): Likewise.
23620         (re_search_internal): Likewise.
23621         (prune_impossible_nodes): Likewise.
23622         (acquire_init_state_context): Likewise.
23623         (proceed_next_node): Likewise.
23624         (set_regs): Likewise.
23625         (free_fail_stack_return): Likewise.
23626         (check_arrival_expand_ecl): Mark DFA parameter as const.
23627         (check_arrival_expand_ecl_sub): Likewise.
23628         (check_subexp_limits): Likewise.
23629         (sub_epsilon_src_nodes):  Likewise.
23630         (add_epsilon_src_nodes):  Likewise.
23631         (merge_state_array): Likewise.
23632         (update_regs): Likewise.
23633         (build_trtable): Likewise.
23634         (sift_states_backward): Mark MCTX parameter as const.
23635         (build_sifted_states): Likewise.
23636         (update_cur_sifted_state): Likewise.
23637         (sift_states_mkref): Likewise.
23638         (check_arrival_expand_ecl): Mark eclosure as const.
23639         (check_dst_limits_calc_pos_1): Likewise.
23640         * lib/regex_internal.h (re_match_context_t): Make dfa a const
23641         pointer.
23642
23643         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
23644
23645         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
23646         (transit_state_sb): Likewise.
23647         (transit_state_mb): Likewise.
23648         (sift_states_iter_mb): Likewise.
23649         (check_arrival_add_next_nodes): Likewise.
23650         (check_node_accept_bytes): Change first parameter to pointer-to-const.
23651         [_LIBC] (re_search_2_stub): Use mempcpy.
23652
23653         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
23654         mbrtowc for very simple UTF-8 case.
23655
23656         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
23657         a pointer-to-const.
23658         (re_acquire_state_context): Likewise.
23659         * lib/regex_internal.h: Adjust prototypes.
23660
23661         * lib/regex.c: Prevent using C++ compilers.
23662
23663         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
23664         (re_acquire_state_context): Likewise.
23665
23666 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23667
23668         * modules/regex (Depends-on): Add ssize_t.
23669
23670 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23671
23672         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
23673         translation table.
23674
23675 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23676
23677         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
23678
23679 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
23680             Bruno Haible  <bruno@clisp.org>
23681
23682         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
23683         <sys/types.h> and <inttypes.h>.
23684
23685 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23686
23687         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
23688         `__error_t_defined', so argp.h will not typedef the former.
23689
23690 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
23691
23692         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
23693         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
23694         glibc names.  Even if glibc is changed to conform to POSIX, the
23695         traditional names will be available anyway, since regex depends on
23696         the extensions module.  Also, fix a longstanding typo in the
23697         implementation of Spencer ERE test #75 from grep 2.3.  Problems
23698         reported by Emanuele Giaquinta.  Also, change sense of cached
23699         variable, so that the message makes sense.
23700
23701 2006-03-24  Simon Josefsson  <jas@extundo.com>
23702
23703         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
23704         including some doc fixes.
23705         (base64_encode_alloc): Fix +1 bug on allocation failures.
23706
23707 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23708
23709         * lib/base64.c (base64_encode): Do not read past end of array with
23710         unsanitized input on systems with CHAR_BIT > 8.
23711
23712 2006-03-24  Eric Blake  <ebb9@byu.net>
23713
23714         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
23715
23716 2006-03-22  Karl Berry  <karl@gnu.org>
23717
23718         * config/srclist.txt (*setenv.[ch]): get from coreutils.
23719         * config/srclistvars.sh (COREUTILS): new var.
23720
23721 2006-03-17  Jim Meyering  <jim@meyering.net>
23722
23723         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
23724         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
23725
23726 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23727
23728         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
23729         no longer needs it.  Instead, check that regoff_t is as least
23730         as wide as ptrdiff_t.
23731
23732         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
23733         so that our regex.h stays compatible with the installed regex.
23734         This is helpful for installers who configure --without-included-regex.
23735         Problem reported by Emanuele Giaquinta.
23736
23737 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23738
23739         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
23740         Typedef to long int, not to off_, as POSIX will likely change
23741         in that direction.
23742
23743 2006-03-15  Eric Blake  <ebb9@byu.net>
23744
23745         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
23746
23747 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23748
23749         * lib/argp-help.c (validate_uparams): Fix typo
23750         * lib/argp-parse.c (argp_default_options): Consistently begin help
23751         messages with a lowercase letter.
23752
23753 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
23754
23755         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
23756         overrun buffers and shouldn't be used (much as gets shouldn't be
23757         used).
23758         * lib/time_r.c (asctime_r, ctime_r): Likewise.
23759
23760 2006-03-08  Simon Josefsson  <jas@extundo.com>
23761
23762         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
23763         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23764
23765 2006-03-08  Simon Josefsson  <jas@extundo.com>
23766
23767         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
23768         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23769
23770 2006-03-08  Simon Josefsson  <jas@extundo.com>
23771
23772         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
23773         signal that configure disabled the device.
23774
23775 2006-03-08  Simon Josefsson  <jas@extundo.com>
23776
23777         * build-aux/maint.mk: Fix refresh-po, to handle no translated
23778         languages.
23779
23780 2006-03-07  Simon Josefsson  <jas@extundo.com>
23781
23782         * modules/getopt (Depends-on): Add unistd.
23783
23784         * modules/unistd: New file.
23785
23786 2006-03-07  Simon Josefsson  <jas@extundo.com>
23787
23788         * modules/gc-random: New file.
23789
23790 2006-03-07  Simon Josefsson  <jas@extundo.com>
23791
23792         * m4/unistd_h.m4: New file.
23793
23794 2006-03-07  Simon Josefsson  <jas@extundo.com>
23795
23796         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
23797         test to be side-effect free by storing the result in the cache
23798         variable gl_cv_lib_readline, and moving the assignment of
23799         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
23800         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23801
23802 2006-03-07  Simon Josefsson  <jas@extundo.com>
23803
23804         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
23805         error on missing devices (the functions will return an error).
23806
23807         * m4/gc.m4: Move random stuff to gc-random.m4
23808
23809 2006-03-07  Simon Josefsson  <jas@extundo.com>
23810
23811         * lib/unistd_.h: New file.
23812
23813 2006-03-07  Simon Josefsson  <jas@extundo.com>
23814
23815         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
23816
23817 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23818
23819         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
23820         Problem reported by Juan Manuel Guerrero.
23821
23822 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23823
23824         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
23825         the unistd module.
23826         * lib/getlogin_r.c: Likewise.
23827         * lib/getlogin_r.h: Likewise.
23828         * lib/glob.c: Likewise.
23829         * lib/pagealign_alloc.c: Likewise.
23830         * lib/unistd_.h: Remove; no longer needed.
23831
23832 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23833
23834         * MODULES.html.sh (Support for systems lacking POSIX:2001):
23835         Add unistd.
23836         * modules/c-stack (Depends-on): Add unistd.
23837         * modules/getlogin_r: Likewise.
23838         * modules/glob: Likewise.
23839         * modules/pagealign_alloc: Likewise.
23840         * modules/unistd (Files): Remove lib/unistd_.h.
23841         (EXTRA_DIST): Remove.
23842         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
23843         need unistd_.h.
23844         (MOSTLYCLEANFILES): Remove unistd.h-t.
23845
23846 2006-03-03  Simon Josefsson  <jas@extundo.com>
23847
23848         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
23849
23850 2006-03-03  Simon Josefsson  <jas@extundo.com>
23851
23852         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
23853         libidn and bison.
23854
23855 2006-03-03  Simon Josefsson  <jas@extundo.com>
23856
23857         * build-aux/maint.mk: Add indent target.
23858
23859 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
23860
23861         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
23862         our replacement poll.h in any case, to avoid a differing
23863         declaration from a system header.  Seen on AIX.
23864
23865 2006-03-01  Simon Josefsson  <jas@extundo.com>
23866
23867         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
23868         <kasal@ucw.cz>.
23869
23870 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23871
23872         * modules/gettime (Depends-on): Add extensions module.
23873         * modules/nanosleep (Depends-on): Likewise.
23874         * modules/settime (Depends-on): Likewise.
23875
23876 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23877
23878         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
23879         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
23880         pedantically.
23881         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23882         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
23883
23884         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
23885         not "==".  Reported by Ralf Wildenhues.
23886
23887 2006-03-01  Karl Berry  <karl@gnu.org>
23888
23889         * doc/Copyright/request-*: new files, synced from gnuorg.
23890
23891 2006-03-01  Karl Berry  <karl@gnu.org>
23892
23893         * config/srclist.txt (Copyright/*): new entries.
23894
23895 2006-02-28  Simon Josefsson  <jas@extundo.com>
23896
23897         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
23898
23899 2006-02-27  Simon Josefsson  <jas@extundo.com>
23900
23901         * lib/base64.h: Indent #define's.  From Jim Meyering
23902         <jim@meyering.net>.
23903
23904 2006-02-27  Jim Meyering  <jim@meyering.net>
23905
23906         Revert the change of 2006-02-24, so these files can continue
23907         to be sync'd from gettext.
23908         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
23909         of `config.h'.
23910
23911 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23912
23913         * modules/intprops: New file.
23914         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23915         Add intprops.
23916         * modules/getloadavg (Files): Remove lib/intprops.h.
23917         (Depends-on): Add intprops.
23918         * modules/human: Likewise.
23919         * modules/inttostr: Likewise.
23920         * modules/openat: Likewise.
23921         * modules/sig2str: Likewise.
23922         * modules/userspec: Likewise.
23923         * modules/utimecmp: Likewise.
23924         * modules/xnanosleep: Likewise.
23925         * modules/xstrtol: Likewise.
23926
23927 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
23928
23929         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
23930         * modules/lock-tests (TESTS): Use $(EXEEXT).
23931         * modules/tls-tests: Likewise.
23932         * modules/argp-tests: Likewise.
23933         (check_PROGRAMS): New var, replacing...
23934         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
23935
23936 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23937
23938         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
23939         `config.h'.
23940
23941 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23942
23943         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
23944
23945 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23946
23947         Sync from coreutils.
23948         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
23949         gl_CHDIR_SAFER.
23950
23951 2006-02-22  Jim Meyering  <jim@meyering.net>
23952
23953         Sync from coreutils.
23954         * m4/chdir-safer.m4: New file.
23955
23956 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23957
23958         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
23959         AT_FDCWD exceeds INT_MAX.
23960         * lib/openat.h (AT_FDCWD): Likewise.
23961
23962 2006-02-17  Eric Blake  <address@hidden>
23963
23964         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
23965
23966 2006-02-16  Simon Josefsson  <jas@extundo.com>
23967
23968         * modules/getaddrinfo (Depends-on): Add sys_socket.
23969
23970 2006-02-15  Simon Josefsson  <jas@extundo.com>
23971
23972         * build-aux/maint.mk: Add dsyntax-check rule.
23973
23974 2006-02-15  Eric Blake  <ebb9@byu.net>
23975
23976         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
23977         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
23978         'present but cannot compile' warnings on cygwin.
23979         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
23980         use ws2tcpip.h if sys/socket.h works.
23981         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
23982         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
23983
23984 2006-02-14  Simon Josefsson  <jas@extundo.com>
23985
23986         * modules/maintainer-makefile (Files): Rename.
23987
23988         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
23989         and (the local) Makefile.cfg to maint-cfg.mk.
23990
23991         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
23992         to the latter.
23993
23994         * modules/maintainer-makefile: New module.
23995
23996         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
23997         severaly stripped to make it possible to build it up from scratch
23998         with reliable tests.
23999
24000         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
24001         fixes to permit overriding the default actions when configure and
24002         makefile are not available.
24003
24004 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
24005
24006         Sync from coreutils.
24007         * modules/lstat (Depends-on): Don't depend on xalloc.
24008         (License): Change from GPL to LGPL, since this is now simply a
24009         replacement for a libc function.
24010
24011 2006-02-14  Jim Meyering  <jim@meyering.net>
24012
24013         Sync from coreutils.
24014
24015         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
24016         failure on deficient systems, and simplify gnulib lgpl dependencies.
24017         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
24018         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
24019
24020         * lib/xalloc-die.c: Remove unused definition of N_.
24021
24022 2006-02-14  Jim Meyering  <jim@meyering.net>
24023
24024         Sync from coreutils.
24025         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
24026         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
24027         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
24028         double-quote uses of that variable, to accommodate the rare case in
24029         which getmntent is available in none of the libraries checked.  This
24030         happens at least on FreeBSD 5.0.
24031
24032 2006-02-13  Simon Josefsson  <jas@extundo.com>
24033
24034         * gnulib-tool (Usage): Fix --import, from
24035         karl@freefriends.org (Karl Berry).
24036
24037 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24038
24039         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
24040
24041 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
24042
24043         * lib/argp-namefrob.h: Restore changes accidentally lost during the
24044         "autoupdate" on 2005-12-12.
24045
24046 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24047
24048         * modules/closeout (Depends-on): Remove atexit.
24049
24050 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24051
24052         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
24053         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
24054
24055 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
24056
24057         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
24058         __EXTENSIONS__ if this causes compilation to fail.  Problem
24059         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
24060         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
24061
24062 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
24063
24064         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
24065         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
24066         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
24067         All uses changed.
24068
24069 2006-01-26  Simon Josefsson  <jas@extundo.com>
24070
24071         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
24072         prototype is visible on mingw32.
24073
24074         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
24075         for mingw32.
24076
24077         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
24078         mingw32).
24079
24080 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24081
24082         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
24083         attempt to open for write; this always fails, at least on POSIX
24084         hosts.  This reinstates the 2006-01-09 change, which was
24085         inadvertently removed.
24086
24087 2006-01-26  Bruno Haible  <bruno@clisp.org>
24088
24089         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
24090         Reported by Paul Eggert.
24091
24092 2006-01-26  Bruno Haible  <bruno@clisp.org>
24093             Paul Eggert  <eggert@cs.ucla.edu>
24094
24095         * lib/stdbool_.h (_Bool)
24096         [(! (defined __cplusplus || defined __BEOS__)
24097           && !defined __GNUC__
24098           && !(defined __HP_cc || defined __xlc__
24099                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
24100                || defined __sgi))]:
24101         #define to signed char in these cases too; this simplifies
24102         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
24103         etc., separately) and makes it more conservative.
24104
24105 2006-01-25  Simon Josefsson  <jas@extundo.com>
24106
24107         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
24108         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
24109         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
24110
24111 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
24112
24113         * lib/argp-namefrob.h: Bugfix. Remove stray #
24114
24115 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
24116
24117         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
24118         so that we test the test.
24119         Check for yet another HP-UX cc bug involving *bool |= bool.
24120
24121 2006-01-25  Karl Berry  <karl@gnu.org>
24122
24123         * config/srclist.txt (vasnprintf.c): sync lost.
24124
24125 2006-01-25  Jim Meyering  <jim@meyering.net>
24126
24127         Sync from the stable (b5) branch of coreutils:
24128
24129         * lib/fts.c (fts_children): Don't let close() clobber errno from
24130         failed fchdir().
24131
24132         * lib/fts.c (fts_stat): When following a symlink-to-directory,
24133         don't necessarily interpret stat-fails+lstat-succeeds as indicating
24134         a dangling symlink.  That can also happen at least for ELOOP.
24135         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
24136         FYI, this bug predates the inclusion of fts.c in coreutils.
24137
24138         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
24139         in their own block, so pre-c99 compilers don't object.
24140
24141         Avoid the double-free (first in fts_read, second in fts_close) that
24142         would occur when an `active' directory is made inaccessible (e.g.,
24143         via chmod a-x) during a traversal.
24144         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24145         before returning.  Reproduce this failure by
24146         mkdir -p a/b; cd a; chmod a-x . b
24147         Reported by Stavros Passas.
24148
24149 2006-01-25  Jim Meyering  <jim@meyering.net>
24150
24151         * lib/fileblocks.c: Remove more useless parentheses.
24152         * lib/readutmp.h: Likewise.
24153
24154 2006-01-25  Bruno Haible  <bruno@clisp.org>
24155
24156         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
24157         warnings.
24158         Reported by Paul Eggert.
24159
24160 2006-01-25  Bruno Haible  <bruno@clisp.org>
24161
24162         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
24163         rid of a trap command. For Solaris sh.
24164         Reported by Mark D. Baushke <mdb@gnu.org>.
24165
24166 2006-01-24  Simon Josefsson  <jas@extundo.com>
24167
24168         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
24169         Bruno.
24170
24171 2006-01-24  Karl Berry  <karl@gnu.org>
24172
24173         * config/srclist.txt (argp-namefrob.h): sync lost.
24174
24175 2006-01-24  Jim Meyering  <jim@meyering.net>
24176
24177         * modules/openat (Files): Add lib/intprops.h.
24178         From Mark D. Baushke.
24179
24180 2006-01-24  Jim Meyering  <jim@meyering.net>
24181
24182         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
24183         Reported by Mark D. Baushke.
24184
24185 2006-01-24  Jim Meyering  <jim@meyering.net>
24186
24187         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
24188
24189 2006-01-24  Bruno Haible  <bruno@clisp.org>
24190
24191         * modules/strnlen (Maintainer): Change from glibc to all.
24192
24193 2006-01-24  Bruno Haible  <bruno@clisp.org>
24194
24195         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
24196         Patch by Paul Eggert.
24197
24198 2006-01-24  Bruno Haible  <bruno@clisp.org>
24199
24200         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
24201         already has it.
24202         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
24203         2005-11-26.
24204
24205         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
24206         'signed char' to avoid problems with the built-in _Bool type.
24207         Reported by Paul Eggert on 2005-11-26.
24208
24209 2006-01-24  Bruno Haible  <bruno@clisp.org>
24210
24211         * gnulib-tool (func_import): Avoid constructing complicated sed
24212         expressions inside backquote.
24213         Report and solution by Mark D. Baushke <mdb@gnu.org>.
24214
24215 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
24216
24217         These changes imported from libc.
24218         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
24219         test and two separate function calls.
24220         * lib/strndup.c (__strndup): Add libc_hidden_def.
24221
24222 2006-01-23  Simon Josefsson  <jas@extundo.com>
24223
24224         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
24225         Remove the test_*_SOURCES variable: automake infers it by default.
24226         * modules/tls-tests: Likewise.
24227
24228 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24229
24230         Work around porting bugs reported by Dieter in
24231         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
24232         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
24233         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
24234         Include "getopt.h" first, to check interface.
24235         (getenv): Declare only if defined HAVE_DECL_GETENV &&
24236         !HAVE_DECL_GETENV.
24237         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
24238         (__strndup): Revert to K&R-style function dfns, the glibc style.
24239         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
24240         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
24241         Include strnlen.h first, to get prototype properly.
24242         (strnlen): Renamed from __strnlen.
24243         Remove weak alias.
24244
24245 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24246
24247         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
24248
24249 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24250
24251         * config/srclist.txt: Adjust to reflect glibc reorganization.
24252         This affects only comments.
24253
24254 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24255
24256          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
24257          Reported by Bruce Korb <bkorb@gnu.org>.
24258
24259 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24260
24261         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
24262         to pacify gcc -Wswitch-default.
24263
24264 2006-01-22  Bruno Haible  <bruno@clisp.org>
24265
24266         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
24267         temporary buffer for sprintf, take into account the precision also
24268         for 'd', 'i', 'u', 'o', 'x', 'X'.
24269
24270 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24271
24272         * modules/argp-tests: New module
24273         * tests/test-argp.c: New file
24274         * tests/test-argp-2.sh: New file
24275
24276 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24277
24278         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
24279         (__argp_base_name): Removed
24280         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
24281         typo.
24282         (__argp_base_name): Provide macro definition or extern declaration
24283         depending on the configuration
24284
24285 2006-01-20  Simon Josefsson  <jas@extundo.com>
24286
24287         * modules/inet_ntop (Depends-on): Depend on sys_socket.
24288
24289 2006-01-20  Simon Josefsson  <jas@extundo.com>
24290
24291         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
24292
24293 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24294
24295         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
24296         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
24297         Suggested by Bruno Haible.
24298
24299 2006-01-20  Karl Berry  <karl@gnu.org>
24300
24301         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
24302         until changes propagate, I guess.
24303
24304 2006-01-19  Simon Josefsson  <jas@extundo.com>
24305
24306         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
24307
24308 2006-01-19  Simon Josefsson  <jas@extundo.com>
24309
24310         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
24311
24312 2006-01-19  Simon Josefsson  <jas@extundo.com>
24313
24314         * gnulib-tool: Set check_PROGRAMS.
24315
24316         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24317         modules/des-tests, modules/gc-arcfour-tests,
24318         modules/gc-arctwo-tests, modules/gc-des-tests,
24319         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24320         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24321         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24322         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24323         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24324         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
24325         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
24326         test_*_SOURCES.
24327
24328 2006-01-18  Simon Josefsson  <jas@extundo.com>
24329
24330         * modules/socklen (Depends-on): Depend on sys_socket.
24331
24332 2006-01-18  Simon Josefsson  <jas@extundo.com>
24333
24334         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24335         modules/des-tests, modules/gc-arcfour-tests,
24336         modules/gc-arctwo-tests, modules/gc-des-tests,
24337         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24338         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24339         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24340         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24341         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24342         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
24343         $(EXEEXT) to automake TESTS variable, for mingw32.
24344
24345 2006-01-17  Simon Josefsson  <jas@extundo.com>
24346
24347         * modules/socklen (Include): Need sys/socket.h.
24348
24349 2006-01-17  Bruno Haible  <bruno@clisp.org>
24350
24351         * modules/ssize_t (Include): Add <sys/types.h>.
24352
24353 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
24354
24355         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
24356         it's not portable and it doesn't work with cross-compiles.
24357         Problem reported by Bruno Haible.  Fix missing-$ typo in
24358         'test "gl_cv_ignore_unused_libraries" ...' that prevented
24359         -zignore from being used with Sun's C compiler.
24360
24361 2006-01-12  Simon Josefsson  <jas@extundo.com>
24362
24363         * lib/base64.c: Fix warning, reported by Bruno Haible
24364         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
24365
24366 2006-01-12  Bruno Haible  <bruno@clisp.org>
24367
24368         * modules/ldd: New file.
24369         * build-aux/ldd.sh.in: New file.
24370         * MODULES.html.sh (Support for building libraries and executables): Add
24371         ldd.
24372
24373 2006-01-12  Bruno Haible  <bruno@clisp.org>
24374
24375         * m4/ldd.m4: New file.
24376
24377 2006-01-12  Bruno Haible  <bruno@clisp.org>
24378
24379         * gnulib-tool (func_import, func_create_testdir): Don't go into an
24380         endless loop while replacing $auxdir with build-aux.
24381
24382 2006-01-11  Simon Josefsson  <jas@extundo.com>
24383
24384         * lib/stdint_.h (SIZE_MAX): Add missing (.
24385
24386 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
24387
24388         Sync from coreutils.
24389         * lib/md5.c: Fix commentary typos.
24390         (alignof, UNALIGNED_P): No need for a GCC-specific version.
24391         * lib/md5.h (__attribute__): Remove; unused.
24392         * lib/sha1.c: Fix commentary to match md5 better.
24393         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
24394         so that we don't need to worry about alignment.  All uses changed.
24395         This merges the 2005-10-28 md5 change into sha1.
24396
24397 2006-01-11  Jim Meyering  <jim@meyering.net>
24398
24399         Sync from coreutils.
24400         * lib/md5.c (OP): Fix spacing.
24401
24402 2006-01-11  Bruno Haible  <bruno@clisp.org>
24403
24404         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24405         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
24406         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
24407
24408 2006-01-11  Bruno Haible  <bruno@clisp.org>
24409
24410         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24411         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
24412         the "early" section as well.
24413
24414 2006-01-11  Bruno Haible  <bruno@clisp.org>
24415
24416         Avoid "ar: no archive members specified" error on MacOS X.
24417         * gnulib-tool (func_modules_add_dummy): New function.
24418         (func_import, func_create_testdir): Invoke it.
24419
24420 2006-01-11  Bruno Haible  <bruno@clisp.org>
24421
24422         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
24423         with $auxdir in AC_CONFIG_FILES statements.
24424
24425 2006-01-11  Bruno Haible  <bruno@clisp.org>
24426
24427         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24428         Initialize also noinst_HEADERS to empty.
24429
24430 2006-01-11  Bruno Haible  <bruno@clisp.org>
24431
24432         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
24433         variables.
24434         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
24435         autoreconf.
24436
24437 2006-01-11  Bruno Haible  <bruno@clisp.org>
24438
24439         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
24440         overridable by the user.
24441         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24442
24443 2006-01-10  Simon Josefsson  <jas@extundo.com>
24444
24445         * modules/sys_socket: New file.
24446
24447 2006-01-10  Simon Josefsson  <jas@extundo.com>
24448
24449         * m4/sys_socket_h.m4: New file.
24450
24451 2006-01-10  Simon Josefsson  <jas@extundo.com>
24452
24453         * lib/socket_.h: New file.
24454
24455 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24456
24457         * modules/readutmp (Maintainer): Add myself.
24458
24459 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24460
24461         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
24462         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
24463         People who are still concerned with buggy memcmp implementations
24464         can invoke gl_FUNC_MEMCMP themselves.
24465
24466 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24467
24468         * lib/regex_internal.h (BITSET_WORD_BITS):
24469         Work around a bug in 64-bit PGC (before version 6.1-2), where the
24470         preprocessor mishandles large unsigned values as if they were signed.
24471         Problem reported by Claudio Fontana in
24472         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
24473
24474 2006-01-10  Jim Meyering  <jim@meyering.net>
24475
24476         Avoid the double-free (first in fts_read, second in fts_close) that
24477         would occur when an `active' directory is made inaccessible (e.g.,
24478         via chmod a-x) during a traversal.
24479         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24480         before returning.  Reproduce this failure by
24481         mkdir -p a/b; cd a; chmod a-x . b
24482         Reported by Stavros Passas.
24483
24484         Sync from coreutils.
24485         * lib/sha1.c: Tweak grammar in a comment.
24486
24487 2006-01-10  Jim Meyering  <jim@meyering.net>
24488
24489         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
24490         Patch by Joerg Sonnenberger.
24491
24492 2006-01-10  Bruno Haible  <bruno@clisp.org>
24493
24494         * modules/readutmp: Depend on module free.
24495         * modules/strtok_r: Depend on module restrict.
24496
24497 2006-01-10  Bruno Haible  <bruno@clisp.org>
24498
24499         * modules/gettext (configure.ac): Add an invocation of
24500         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
24501
24502 2006-01-10  Bruno Haible  <bruno@clisp.org>
24503
24504         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
24505         Reported by Werner Lemberg <wl@gnu.org>.
24506
24507 2006-01-10  Bruno Haible  <bruno@clisp.org>
24508
24509         * lib/localcharset.c: Update from GNU gettext.
24510
24511 2006-01-10  Bruno Haible  <bruno@clisp.org>
24512
24513         * lib/argp.h (__const): Remove macro. Use const instead.
24514         * lib/argp-fmtstream.h (__const): Likewise.
24515         * lib/glob_.h (__const): Remove macro.
24516         * lib/glob-libc.h: Use const instead of __const.
24517
24518 2006-01-10  Bruno Haible  <bruno@clisp.org>
24519
24520         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
24521         variable.
24522         Needed to avoid an automake error regarding the 'gettext' module.
24523
24524 2006-01-09  Simon Josefsson  <jas@extundo.com>
24525
24526         * modules/inet_ntop (Depends-on): Add restrict.
24527
24528 2006-01-09  Simon Josefsson  <jas@extundo.com>
24529
24530         * modules/gc-rijndael-tests (License): Put under LGPL.
24531
24532         * modules/gc-des-tests (License): Likewise.
24533
24534         * modules/gc-arcfour-tests (License): Likewise.
24535
24536         * modules/gc-arctwo-tests (License): Likewise.
24537
24538         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
24539
24540         * modules/gc-hmac-sha1-tests (Files): Likewise.
24541
24542         * modules/gc-hmac-md5-tests (License): Likewise.
24543
24544         * modules/gc-sha1-tests (License): Likewise.
24545
24546         * modules/gc-md5-tests (License): Likewise.
24547
24548         * modules/gc-md4-tests (License): Likewise.
24549
24550         * modules/gc-md2-tests (License): Likewise.
24551
24552         * modules/gc-tests (License): Likewise.
24553
24554         * modules/des-tests (License): Likewise.
24555
24556         * modules/md4-tests (License): Likewise.
24557
24558         * modules/md2-tests (License): Likewise.
24559
24560 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24561
24562         Sync from coreutils:
24563
24564         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
24565         * modules/lib-ignore: New file.
24566         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
24567         chdir-safer.m4, lchmod.m4.
24568         * modules/openat: Add mkdirat.c, openat-priv.h.
24569
24570 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24571
24572         Sync from coreutils.
24573         * m4/lib-ignore.m4: New file.
24574         * m4/lchmod.m4: New file.
24575
24576 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24577
24578         Sync from coreutils.
24579         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
24580         for write access: POSIX says that must fail.
24581         * lib/fts.c (diropen): Likewise.
24582         * lib/save-cwd.c (save_cwd): Likewise.
24583         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
24584         well, for minor improvements on hosts that lack O_DIRECTORY.
24585         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
24586         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
24587         Fall back on chown if open failed with EACCES.
24588
24589         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
24590         Report an error at compile-time if only a 1-second nominal clock
24591         resolution is found.
24592
24593         * lib/lchmod.h: New file.
24594         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
24595         (make_dir_parents): Use lchown rather than chown, and
24596         lchmod rather than chmod.
24597
24598         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
24599         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
24600         "proc" reported by n0dalus.
24601
24602         * lib/mountlist.c: Include <limits.h>.
24603         (dev_from_mount_options)
24604         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
24605         New function.  It no longer assumes "dev=" has the System V meaning
24606         on Linux (since it doesn't).  It also parses "dev=" more carefully.
24607         (read_file_system_list)
24608         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
24609         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
24610         dev= in that case.
24611
24612         * lib/posixtm.h (PDS_PRE_2000): New macro.
24613         * lib/posixtm.c (year): Arg is now syntax_bits rather than
24614         allow_century.  All usages changed.  Reject dates outside the range
24615         1969-1999 if PDS_PRE_2000 is used.
24616
24617 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24618
24619         Sync from coreutils.
24620         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
24621         (Time of day items): Mention the possibility of leap seconds.
24622         Problem reported by Dr. David Alan Gilbert.
24623
24624 2006-01-09  Jim Meyering  <jim@meyering.net>
24625
24626         Sync from coreutils.
24627
24628         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
24629
24630         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
24631
24632         * lib/modechange.c (mode_compile): Reject an invalid mode string
24633         that starts with an octal digit.  From Andreas Gruenbacher.
24634
24635         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
24636         and dup to open_safer and dup_safer, respectively.
24637         (openat_permissive): Fix typo in comment.
24638
24639         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
24640         "gettext.h"; either no longer needed or are guaranteed by openat.h.
24641         (_): Remove; no longer needed.
24642         (openat): Renamed from rpl_openat; no need for rpl_openat
24643         since openat.h renames openat for us.
24644         Replace most of the body with a call to openat_permissive,
24645         to avoid duplicate code.
24646         Port to (probably hypothetical) environments were mode_t is
24647         wider than int.
24648         (openat_permissive): Require mode arg, so that we can check
24649         types better.  Put it just after flags.  Change cwd failure
24650         indicator from pointer-to-bool to pointer-to-errno-value.
24651         All callers changed.
24652         Invoke openat_save_fail and/or openat_restore_fail if
24653         cwd_errno is null, so that openat can call us.
24654         (openat_permissive, fdopendir, fstatat, unlinkat):
24655         Simplify errno handling to avoid some duplicate code,
24656         as it's OK to set errno on success.
24657         * lib/openat.h: Revamp code so that function macros depend on
24658         __OPENAT_PREFIX only, not also on AT_FDCWD.
24659         (openat_ro): Remove.  Caller changed to use openat_permissive.
24660         (openat_permissive): Now a macro, if not a function.
24661         (openat_restore_fail, openat_save_fail): Now always functions,
24662         since mkdirat needs them even if __OPENAT_PREFIX is defined.
24663
24664         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
24665         and openat.c.
24666         * lib/mkdirat.c: Include openat-priv.h.
24667         Remove definitions of macros defined therein.
24668         * lib/openat.c: Likewise.
24669
24670         * lib/mkdirat.c (mkdirat): New file and function.
24671         * lib/openat.h (mkdirat): Declare.
24672
24673         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
24674
24675         * lib/openat.h (openat_permissive): Declare.
24676         (openat_ro): Define.
24677
24678         * lib/openat.c (EXPECTED_ERRNO): New macro.
24679         (openat_permissive): New function -- used in remove.c rewrite.
24680         (all functions): Set errno just before returning, only if there
24681         was an actual failure.
24682         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
24683
24684         Emulate openat-family functions using Linux's procfs, if possible.
24685         Idea and some code based on Ulrich Drepper's glibc changes.
24686
24687         * lib/openat.c: (BUILD_PROC_NAME): New macro.
24688         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
24689         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
24690         before falling back on save_cwd and restore_cwd.
24691         (fdopendir, fstatat, unlinkat): Likewise.
24692
24693         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
24694         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
24695
24696         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
24697         as second argument to va_arg.  Otherwise, some versions of gcc
24698         warn that `if this code is reached, the program will abort'.
24699
24700 2006-01-09  Jim Meyering  <jim@meyering.net>
24701
24702         Sync from coreutils.
24703         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
24704         Require openat-priv.h.
24705
24706 2006-01-09  Bruno Haible  <bruno@clisp.org>
24707
24708         * modules/strnlen (Include): Use strnlen.h.
24709
24710 2006-01-09  Bruno Haible  <bruno@clisp.org>
24711
24712         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
24713
24714 2006-01-09  Bruno Haible  <bruno@clisp.org>
24715
24716         * lib/sysexit_.h (EX_OK): New macro.
24717         Suggested by Martin Lambers <marlam@marlam.de>.
24718
24719 2006-01-09  Bruno Haible  <bruno@clisp.org>
24720
24721         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
24722         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
24723
24724 2006-01-09  Bruno Haible  <bruno@clisp.org>
24725
24726         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
24727         numbers.
24728
24729 2006-01-09  Bruno Haible  <bruno@clisp.org>
24730
24731         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
24732         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
24733         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
24734         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
24735
24736 2006-01-09  Bruno Haible  <bruno@clisp.org>
24737
24738         * build-aux/javacomp.sh.in: New file, moved from lib/.
24739         * modules/javacomp-script (Files): Update.
24740         (configure.ac): Add AC_CONFIG_FILES invocation.
24741         (EXTRA_DIST): Remove variable.
24742
24743         * build-aux/javaexec.sh.in: New file, moved from lib/.
24744         * modules/javaexec (Files): Update.
24745         (configure.ac): Add AC_CONFIG_FILES invocation.
24746         (EXTRA_DIST): Remove javaexec.sh.in.
24747
24748         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
24749         * modules/csharpcomp-script (Files): Update.
24750         (configure.ac): Add AC_CONFIG_FILES invocation.
24751         (EXTRA_DIST): Remove variable.
24752
24753         * build-aux/csharpexec.sh.in: New file, moved from lib/.
24754         * modules/csharpexec (Files): Update.
24755         (configure.ac): Add AC_CONFIG_FILES invocation.
24756         (EXTRA_DIST): Remove csharpexec.sh.in.
24757
24758 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24759
24760         Sync from coreutils.
24761
24762         Add POSIX ACL support
24763         * lib/acl.h (copy_acl, set_acl): Add declarations.
24764         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
24765         systems other than Linux.
24766         (chmod_or_fchmod): New function: use fchmod when possible,
24767         and chmod otherwise.
24768         (file_has_acl): Add a POSIX ACL implementation, with a
24769         Linux-specific subcase.
24770         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
24771         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
24772         acls are unsupported.
24773         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
24774         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
24775         are unsupported.
24776
24777 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24778
24779         Sync from coreutils.
24780         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
24781
24782 2006-01-07  Bruno Haible  <bruno@clisp.org>
24783
24784         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
24785         gl_EARLY.
24786
24787 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24788
24789         * lib/strftime.c (tzname): Don't declare if it is already #defined.
24790         Problem reported for Mingw by Mark Junker.
24791
24792 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24793
24794         * README: Gnulib normally doesn't generate a tarball.
24795
24796 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
24797
24798         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
24799         long int, not int, for nanosecond counts, so that people who are
24800         used to POSIX struct timespec won't be surprised.  Reported by Jim
24801         Meyering.
24802
24803 2005-12-28  Bruno Haible  <bruno@clisp.org>
24804
24805         * build-aux/config.rpath: Update from GNU gettext.
24806
24807 2005-12-16  Jim Meyering  <jim@meyering.net>
24808
24809         * modules/fprintftime: New module.
24810         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
24811
24812 2005-12-16  Jim Meyering  <jim@meyering.net>
24813
24814         * m4/fprintftime.m4: New file.
24815
24816 2005-12-16  Jim Meyering  <jim@meyering.net>
24817
24818         * lib/fprintftime.c, lib/fprintftime.h: New files.
24819
24820 2005-12-15  Simon Josefsson  <jas@extundo.com>
24821
24822         * modules/socklen (configure.ac): Fix M4 macro name, to align with
24823         new m4/socklen.m4.
24824
24825 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24826
24827         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
24828         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
24829
24830 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24831
24832         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
24833         * lib/argp-help.c (fill_in_uparams): Check if the constructed
24834         struct uparams is valid. Fall back to the default values if it is
24835         not.
24836
24837 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24838
24839         * modules/argp (Files): Add argp-pin.c
24840         (Depends-on): dirname
24841         (lib_SOURCES): Add argp-pin.c
24842
24843 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24844
24845         * m4/argp.m4:  Check if program_invocation_name and
24846         program_invocation_short_name are declared and define appropriate
24847         macros if they are not.
24848
24849 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24850
24851         * lib/argp-help.c (__argp_base_name): New function
24852         (__argp_short_program_name): Rewrite using __argp_base_name
24853         * lib/argp-namefrob.h: Define program_invocation_name and
24854         program_invocation_short_name if requested
24855         (__argp_base_name): Add prototype
24856         * lib/argp-parse.c (argp_def): Use gettext wrappers
24857         (argp_default_parser): Use __argp_base_name
24858         * lib/argp-pin.c: New file. Defines program_invocation_name and
24859         program_invocation_short_name on systems that lack them.
24860
24861 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24862
24863         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
24864         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24865         porting problem reported by Georg Schwarz in
24866         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24867
24868 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24869
24870         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
24871         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24872         porting problem reported by Georg Schwarz in
24873         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24874
24875 2005-12-05  Bruno Haible  <bruno@clisp.org>
24876
24877         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
24878         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
24879         Reported by Mark Junker <mjscod@gmx.de>.
24880
24881 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
24882
24883         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
24884         Use implementation from Albert Chin, with some
24885         comments/corrections by Stepan Kasal and myself.
24886
24887 2005-12-02  Bruno Haible  <bruno@clisp.org>
24888
24889         * gnulib-tool (func_import): Accept GPLed build tool modules when
24890         --lgpl is given.
24891         * modules/csharpcomp-script: New file.
24892         * modules/csharpcomp: Depend on it.
24893         * modules/javacomp-script: New file.
24894         * modules/javacomp: Depend on it.
24895         Suggested by Simon Josefsson.
24896
24897 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
24898
24899         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
24900         statement, to work around an HP-UX 10.20 compiler bug reported by
24901         Peter O'Gorman.
24902
24903 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24904
24905         * modules/savedir (Depends-on): Add openat.
24906
24907 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24908
24909         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
24910         (uintmax_t) [defined uintmax_t]: Do not declare.
24911         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
24912         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
24913         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
24914         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
24915         sake of portability to weird hosts that C allows (though we don't
24916         know of any practical examples).
24917
24918         * lib/savedir.h (fdsavedir): New decl.
24919         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
24920         contains most of the former guts of savedir.
24921         (savedir): Use savedirstream.
24922         Include "openat.h".
24923
24924 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24925
24926         * modules/obstack (Files): Add m4/ulonglong.m4.
24927         Problem reported by Davide Angelocola.
24928
24929 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24930
24931         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
24932         coreutils no longer futzes with rounding modes.
24933
24934 2005-11-14  Jim Meyering  <jim@meyering.net>
24935
24936         * lib/mkstemp-safer.c: Include <config.h>, required for possible
24937         replacement of mkstemp.
24938
24939 2005-11-10  Simon Josefsson  <jas@extundo.com>
24940
24941         * lib/readline.c: Remove EOL.
24942
24943 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24944
24945         * modules/gethrxtime (Depends-on): Add gettime.
24946
24947 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24948
24949         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
24950         or gettimeofday; no longer needed.
24951
24952 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24953
24954         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
24955         time business.
24956         (gethrxtime) [! (HAVE_NANOUPTIME
24957         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
24958         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
24959         our own approximation.
24960
24961 2005-11-08  Eric Blake  <ebb9@byu.net>
24962
24963         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24964
24965 2005-11-08  Eric Blake  <ebb9@byu.net>
24966
24967         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24968
24969 2005-11-04  Bruno Haible  <bruno@clisp.org>
24970
24971         * gnulib-tool: Implement --update mode.
24972
24973 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24974
24975         Fix porting problem reported by Theodoros V. Kalamatianos.
24976         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
24977         Don't assume that futimes failing means we must fail.
24978
24979 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24980
24981         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
24982         variables to suggest the intended function of the PATH_MAX check.
24983
24984 2005-10-30  Kean Johnston  <jkj@sco.com>
24985
24986         Trivial changes to support SCO systems.
24987         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
24988         as PATH_MAX.
24989         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
24990         where __ptr is null when no I/O is pending.
24991
24992 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24993
24994         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
24995         leave errno alone.  Problem reported by Dmitry V. Levin.
24996
24997 2005-10-28  Simon Josefsson  <jas@extundo.com>
24998
24999         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
25000         Test more.
25001
25002         * tests/test-gc-md2.c, tests/test-md2.c: New files.
25003
25004         * modules/md2, modules/md2-tests: New files.
25005
25006 2005-10-28  Simon Josefsson  <jas@extundo.com>
25007
25008         * m4/inet_ntop.m4: More tests.
25009
25010         * m4/gc-md2.m4, md2.m4: New file.
25011
25012 2005-10-28  Simon Josefsson  <jas@extundo.com>
25013
25014         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
25015         "restrict" keywords, as per POSIX.  Protect the function
25016         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
25017         Don't use K&R prototypes.  Check the sprintf return values.
25018         Re-define EAFNOSUPPORT if not present.  Indent.
25019
25020         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
25021         suggested by Bruno Haible <bruno@clisp.org>.
25022
25023         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
25024
25025         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
25026
25027         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
25028         libgcrypt).
25029
25030         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
25031
25032         * lib/md2.h, lib/md2.c: New files.
25033
25034 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
25035
25036         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
25037         errno alone.  Problem reported by Frederic Jolliton.
25038
25039 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25040
25041         * modules/verify (License): Change from GPL to LGPL.  This is a
25042         tiny module and there are apparently near-equivalents that are
25043         under the BSD license.
25044
25045 2005-10-24  Simon Josefsson  <jas@extundo.com>
25046
25047         * modules/sha1: Relicense to LGPL.
25048
25049 2005-10-24  Simon Josefsson  <jas@extundo.com>
25050
25051         * lib/md4.h: Shrink buffer size, now that we changed the type.
25052
25053 2005-10-23  Simon Josefsson  <jas@extundo.com>
25054
25055         * gnulib-tool (func_import): Fix --tests-base.
25056
25057 2005-10-22  Simon Josefsson  <jas@extundo.com>
25058
25059         * modules/arcfour (Depends-on): Need stdint.
25060
25061 2005-10-22  Simon Josefsson  <jas@extundo.com>
25062
25063         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
25064         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
25065
25066 2005-10-22  Simon Josefsson  <jas@extundo.com>
25067
25068         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
25069         suggested by Bruno Haible <bruno@clisp.org>.
25070
25071 2005-10-22  Simon Josefsson  <jas@extundo.com>
25072
25073         * lib/crc.h: Include stddef.h, for size_t.
25074
25075 2005-10-22  Simon Josefsson  <jas@extundo.com>
25076
25077         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
25078         arcfour_context struct (simplify test vector testing in GNU
25079         Shishi).
25080
25081 2005-10-21  Simon Josefsson  <jas@extundo.com>
25082
25083         * modules/des, modules/des-tests: New files.
25084
25085         * modules/gc-des, modules/gc-des-tests: New files.
25086
25087         * tests/test-des.c, tests/test-gc-des.c: New file.
25088
25089 2005-10-21  Simon Josefsson  <jas@extundo.com>
25090
25091         * modules/arctwo, modules/arctwo-tests: New files.
25092
25093         * tests/test-arctwo.c: New file.
25094
25095         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
25096
25097         * tests/test-gc-arctwo.c: New file.
25098
25099 2005-10-21  Simon Josefsson  <jas@extundo.com>
25100
25101         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
25102         Bruno Haible <bruno@clisp.org>.
25103
25104         * m4/gc-des.m4: New file.
25105
25106 2005-10-21  Simon Josefsson  <jas@extundo.com>
25107
25108         * m4/arctwo.m4: New file.
25109
25110         * m4/gc-arctwo.m4: New file.
25111
25112 2005-10-21  Simon Josefsson  <jas@extundo.com>
25113
25114         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
25115         block.
25116
25117 2005-10-21  Simon Josefsson  <jas@extundo.com>
25118
25119         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
25120         <bruno@clisp.org>.
25121
25122         * lib/hmac-sha1.c (hmac_sha1): Likewise.
25123
25124         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
25125         Bruno Haible <bruno@clisp.org>.
25126
25127         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
25128         <bruno@clisp.org>.
25129
25130 2005-10-21  Simon Josefsson  <jas@extundo.com>
25131
25132         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
25133
25134 2005-10-21  Simon Josefsson  <jas@extundo.com>
25135
25136         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
25137
25138 2005-10-21  Simon Josefsson  <jas@extundo.com>
25139
25140         * lib/des.h, lib/des.c: New files.
25141
25142         * lib/gc-gnulib.c: Support DES.c
25143
25144 2005-10-21  Simon Josefsson  <jas@extundo.com>
25145
25146         * lib/arctwo.h, lib/arctwo.c: New files.
25147
25148         * lib/gc-gnulib.c: Support ARCTWO.
25149
25150 2005-10-21  Simon Josefsson  <jas@extundo.com>
25151
25152         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
25153         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25154
25155 2005-10-21  Simon Josefsson  <jas@extundo.com>
25156
25157         * gnulib-tool (func_import, func_create_testdir): Define automake
25158         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
25159         Makefile.am snippet),
25160         suggested by Bruno Haible <bruno@clisp.org>.
25161
25162         * modules/gc (Makefile.am): Use it.
25163
25164 2005-10-21  Bruno Haible  <bruno@clisp.org>
25165
25166         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
25167         patch.
25168
25169 2005-10-19  Simon Josefsson  <jas@extundo.com>
25170
25171         * tests/test-gc-rijndael.c: New file.
25172
25173         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
25174
25175 2005-10-19  Simon Josefsson  <jas@extundo.com>
25176
25177         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
25178         interface too.
25179
25180 2005-10-19  Simon Josefsson  <jas@extundo.com>
25181
25182         * tests/test-gc-arcfour.c: New file.
25183
25184         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
25185
25186 2005-10-19  Simon Josefsson  <jas@extundo.com>
25187
25188         * modules/gc-md4, modules/gc-md4-tests: New file.
25189
25190         * tests/test-gc-md4.c: New file.
25191
25192 2005-10-19  Simon Josefsson  <jas@extundo.com>
25193
25194         * m4/gc-md4.m4: New file.
25195
25196 2005-10-19  Simon Josefsson  <jas@extundo.com>
25197
25198         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
25199         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
25200         <kasal@ucw.cz>.
25201
25202 2005-10-19  Simon Josefsson  <jas@extundo.com>
25203
25204         * m4/gc-arcfour.m4: New file.
25205
25206         * m4/gc-rijndael.m4: New file.
25207
25208 2005-10-19  Simon Josefsson  <jas@extundo.com>
25209
25210         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
25211
25212 2005-10-19  Simon Josefsson  <jas@extundo.com>
25213
25214         * lib/gc-gnulib.c: Support ARCFOUR.
25215
25216 2005-10-19  Simon Josefsson  <jas@extundo.com>
25217
25218         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
25219         support.
25220
25221         * lib/gc.h: Add ECB enum type.
25222
25223         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
25224
25225 2005-10-18  Simon Josefsson  <jas@extundo.com>
25226
25227         * tests/test-md5.c: New file.
25228
25229         * modules/md5-tests: New file.
25230
25231 2005-10-18  Simon Josefsson  <jas@extundo.com>
25232
25233         * tests/test-md4.c: New file.
25234
25235         * modules/md4, modules/md4-tests: New files.
25236
25237 2005-10-18  Simon Josefsson  <jas@extundo.com>
25238
25239         * m4/md4.m4: New file.
25240
25241 2005-10-18  Simon Josefsson  <jas@extundo.com>
25242
25243         * lib/md4.h, lib/md4.c: New files, based on md5.?.
25244
25245 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
25246
25247         * gnulib-tool (func_create_testdir): Omit the second check whether
25248         BUILT_SOURCES in nonempty.
25249
25250 2005-10-17  Simon Josefsson  <jas@extundo.com>
25251
25252         * tests/test-rijndael.c: New file.
25253
25254 2005-10-17  Simon Josefsson  <jas@extundo.com>
25255
25256         * modules/sha1: Depend on stdint instead of md5.
25257
25258         * modules/md5: Depend on stdint, remove uint32_t.
25259
25260 2005-10-17  Simon Josefsson  <jas@extundo.com>
25261
25262         * modules/gc-sha1-tests: New file.
25263
25264         * tests/test-gc-sha1.c: New file.
25265
25266 2005-10-17  Simon Josefsson  <jas@extundo.com>
25267
25268         * m4/md5.m4: Remove call to uint32_t.m4.
25269
25270 2005-10-17  Simon Josefsson  <jas@extundo.com>
25271
25272         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
25273
25274         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
25275         md5.h.
25276
25277         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
25278
25279         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
25280
25281 2005-10-17  Simon Josefsson  <jas@extundo.com>
25282
25283         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
25284
25285 2005-10-17  Simon Josefsson  <jas@extundo.com>
25286
25287         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
25288
25289 2005-10-17  Simon Josefsson  <jas@extundo.com>
25290
25291         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
25292
25293         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
25294
25295 2005-10-17  Bruno Haible  <bruno@clisp.org>
25296
25297         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
25298         that it can also be used in a test.
25299
25300 2005-10-16  Bruno Haible  <bruno@clisp.org>
25301
25302         * gnulib-tool (func_emit_tests_Makefile_am): Also define
25303         TESTS_ENVIRONMENT, so that individual tests can augment it.
25304
25305         * gnulib-tool (func_create_testdir): Use an intermediate target for
25306         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
25307         macros, like $(ALLOCA_H), which cannot be passed through the command
25308         line.
25309
25310 2005-10-15  Simon Josefsson  <jas@extundo.com>
25311
25312         * modules/rijndael-tests: New file.
25313
25314         * modules/rijndael: New file.
25315
25316 2005-10-15  Simon Josefsson  <jas@extundo.com>
25317
25318         * m4/rijndael.m4: New file.
25319
25320 2005-10-15  Simon Josefsson  <jas@extundo.com>
25321
25322         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
25323
25324         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
25325
25326 2005-10-14  Simon Josefsson  <jas@extundo.com>
25327
25328         * tests/test-arcfour.c: New file.
25329
25330         * modules/arcfour, modules/arcfour-tests: New files.
25331
25332 2005-10-14  Simon Josefsson  <jas@extundo.com>
25333
25334         * m4/arcfour.m4: New file.
25335
25336 2005-10-14  Simon Josefsson  <jas@extundo.com>
25337
25338         * lib/arcfour.h, lib/arcfour.c: New files.
25339
25340 2005-10-14  Roland McGrath  <roland@redhat.com>
25341
25342         Import from libc.  [BZ #1331]
25343         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
25344         macro argument.
25345         Reported by Matej Vela <vela@debian.org>.
25346
25347 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25348
25349         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
25350         include <wchar.h>; no longer needed.
25351
25352 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25353
25354         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
25355
25356 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
25357         and  Ulrich Drepper  <drepper@redhat.com>
25358
25359         Import from libc.
25360         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
25361         instead of inline stream orientation test and two separate
25362         function calls.  Pay no attention to USE_IN_LIBIO.
25363
25364 2005-10-13  Simon Josefsson  <jas@extundo.com>
25365
25366         * modules/gc-hmac-md5-tests: New file.
25367
25368         * tests/test-gc-hmac-sha1.c: New file.
25369
25370         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
25371
25372         * modules/gc-hmac-md5-tests: New file.
25373
25374         * tests/test-gc-md5.c: New file.
25375
25376         * modules/gc-md5-tests: New file.
25377
25378 2005-10-13  Simon Josefsson  <jas@extundo.com>
25379
25380         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
25381         Move memory allocation outside of loop.
25382
25383 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
25384
25385         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
25386         intermediate directory is in a read-only file system.  Problem
25387         reported by Eric Blake.
25388
25389 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
25390
25391         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
25392
25393 2005-10-12  Simon Josefsson  <jas@extundo.com>
25394
25395         * tests/test-hmac-sha1.c: New file.
25396
25397         * modules/hmac-sha1-tests: New file.
25398
25399         * modules/hmac-sha1: New file.
25400
25401 2005-10-12  Simon Josefsson  <jas@extundo.com>
25402
25403         * modules/gc-sha1: New file.
25404
25405 2005-10-12  Simon Josefsson  <jas@extundo.com>
25406
25407         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
25408
25409         * tests/test-gc-pbkdf2-sha1.c: New file.
25410
25411 2005-10-12  Simon Josefsson  <jas@extundo.com>
25412
25413         * modules/gc-md5, modules/gc-hmac-md5: New files.
25414
25415         * modules/gc (Files): Remove md5, memxor and hmac files.
25416
25417 2005-10-12  Simon Josefsson  <jas@extundo.com>
25418
25419         * m4/gc-pbkdf2-sha1.m4: New file.
25420
25421         * m4/gc-hmac-sha1.m4: New file.
25422
25423         * m4/gc-sha1: New file.
25424
25425         * m4/hmac-sha1.m4: New file.
25426
25427 2005-10-12  Simon Josefsson  <jas@extundo.com>
25428
25429         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
25430
25431         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
25432
25433 2005-10-12  Simon Josefsson  <jas@extundo.com>
25434
25435         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
25436         suggested by Bruno Haible <bruno@clisp.org>.
25437
25438 2005-10-12  Simon Josefsson  <jas@extundo.com>
25439
25440         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
25441
25442 2005-10-12  Simon Josefsson  <jas@extundo.com>
25443
25444         * lib/gc-pbkdf2-sha1.c: New file.
25445
25446         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
25447
25448 2005-10-12  Simon Josefsson  <jas@extundo.com>
25449
25450         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
25451
25452         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
25453
25454 2005-10-12  Simon Josefsson  <jas@extundo.com>
25455
25456         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
25457         GC_USE_HMAC_MD5, respectively.
25458
25459         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
25460         (gc_md5): Fix typo.
25461
25462         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
25463
25464         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
25465
25466         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
25467
25468 2005-10-12  Bruno Haible  <bruno@clisp.org>
25469
25470         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
25471         Reported by Stepan Kasal <kasal@ucw.cz>.
25472
25473 2005-10-11  Simon Josefsson  <jas@extundo.com>
25474
25475         * tests/test-crc.c: New file.
25476
25477         * modules/crc, modules/crc-tests: New files.
25478
25479 2005-10-11  Simon Josefsson  <jas@extundo.com>
25480
25481         * m4/crc.m4: New file.
25482
25483 2005-10-11  Simon Josefsson  <jas@extundo.com>
25484
25485         * lib/gc.h: Add gc_hash and gc_hash_buffer.
25486
25487         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
25488
25489         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
25490
25491 2005-10-11  Simon Josefsson  <jas@extundo.com>
25492
25493         * lib/crc.h, lib/crc.c: New files.
25494
25495         * lib/gc.h (gc_hash_buffer): Add doc.
25496
25497 2005-10-11  Bruno Haible  <bruno@clisp.org>
25498
25499         * modules/c-strcasestr: New file.
25500         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
25501
25502 2005-10-11  Bruno Haible  <bruno@clisp.org>
25503
25504         * modules/c-strcase: New file.
25505         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
25506
25507 2005-10-11  Bruno Haible  <bruno@clisp.org>
25508
25509         * lib/strcasecmp.c: Include limits.h.
25510         (strcasecmp): Avoid integer overflow on exotic platforms.
25511         * lib/strncasecmp.c: Include limits.h.
25512         (strncasecmp): Avoid integer overflow on exotic platforms.
25513         Reported by Paul Eggert.
25514
25515 2005-10-11  Bruno Haible  <bruno@clisp.org>
25516
25517         * lib/c-strcasestr.h: New file, from GNU gettext.
25518         * lib/c-strcasestr.c: New file, from GNU gettext.
25519
25520 2005-10-11  Bruno Haible  <bruno@clisp.org>
25521
25522         * lib/c-strcase.h: New file, from GNU gettext.
25523         * lib/c-strcasecmp.c: New file, from GNU gettext.
25524         * lib/c-strncasecmp.c: New file, from GNU gettext.
25525
25526 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25527
25528         * modules/mempcpy (License): GPL -> LGPL.
25529         * modules/strchrnul (License): Likewise.
25530         * modules/sysexits (License): Likewise.
25531
25532 2005-10-08  Simon Josefsson  <jas@extundo.com>
25533
25534         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
25535
25536 2005-10-07  Simon Josefsson  <jas@extundo.com>
25537
25538         * m4/memxor.m4: Remove gl_C_RESTRICT call.
25539
25540 2005-10-06  Simon Josefsson  <jas@extundo.com>
25541
25542         * tests/test-hmac-md5.c: New file.
25543
25544         * modules/hmac-md5-tests: New file.
25545
25546         * modules/hmac-md5: New file.
25547
25548 2005-10-06  Simon Josefsson  <jas@extundo.com>
25549
25550         * m4/hmac-md5.m4: New file.
25551
25552         * m4/memxor.m4: Require gl_C_RESTRICT.
25553
25554 2005-10-06  Simon Josefsson  <jas@extundo.com>
25555
25556         * lib/memxor.c (memxor): Avoid casts and warnings.
25557
25558 2005-10-06  Simon Josefsson  <jas@extundo.com>
25559
25560         * lib/hmac-md5.c: New file.
25561
25562         * lib/hmac.h: New file.
25563
25564 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25565
25566         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
25567         promotes to int, not unsigned int, to catch the AIX 5.3
25568         compiler bug.
25569
25570 2005-10-05  Simon Josefsson  <jas@extundo.com>
25571
25572         * modules/memxor: New file.
25573
25574         * modules/iconv (Files): Move config.rpath to havelib, it is used
25575         there.
25576
25577         * modules/havelib (Files): Add config.rpath.
25578
25579 2005-10-05  Simon Josefsson  <jas@extundo.com>
25580
25581         * m4/memxor.m4: New file.
25582
25583 2005-10-05  Simon Josefsson  <jas@extundo.com>
25584
25585         * lib/memxor.c (memxor): Fix compiler error.
25586
25587         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
25588         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
25589
25590         * lib/memxor.h, lib/memxor.c: New files.
25591
25592         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
25593         we assume all systems have it, suggested by Jim Meyering
25594         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
25595         any systems lack sys/socket.h; mingw32 is known to lack it, but we
25596         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
25597         same reasons.
25598
25599 2005-10-05  Simon Josefsson  <jas@extundo.com>
25600
25601         * config/srclist.txt: Add glibc bug 1423 for md5.h.
25602
25603 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25604
25605         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
25606         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
25607         needed, since the source code now assumes these .h files.
25608
25609 2005-10-05  Derek Price  <derek@ximbiot.com>
25610
25611         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
25612
25613 2005-10-05  Bruno Haible  <bruno@clisp.org>
25614
25615         * modules/stdint (License): Change to LGPL.
25616
25617 2005-10-04  Simon Josefsson  <jas@extundo.com>
25618
25619         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
25620         D. Baushke" <mdb@gnu.org>.
25621
25622 2005-10-04  Bruno Haible  <bruno@clisp.org>
25623
25624         * lib/verify.h (verify_true): Provide alternative definition for C++.
25625
25626 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
25627
25628         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
25629         (SSIZE_MAX): New macro, if not already defined.
25630         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
25631         than 2 GiB.
25632
25633 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25634
25635         Sync from coreutils.
25636         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
25637         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
25638         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
25639         ULLONG_MAX doesn't work with 2.7.2.1.
25640
25641 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25642
25643         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
25644         From Ben Pfaff.
25645
25646         * modules/exclude (Depends-on): Depend on verify.
25647         * modules/strtoimax (Depends-on): Likewise.
25648         * modules/utimecmp (Depends-on): Likewise.
25649
25650 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25651
25652         * lib/exclude.c: Include verify.h.
25653         (verify): Remove.  All callers changed to use verify.h's version.
25654         * lib/strtoimax.c: Likewise.
25655         * lib/utimecmp.c: Likewis.e
25656
25657         Sync from coreutils.
25658         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
25659         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
25660         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
25661         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
25662         bother returning ENOSYS if settimeofday or stime fails; just let
25663         them return whatever errno they want to return.
25664         * lib/utimens.c: Include unistd.h, for dup2.
25665         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
25666         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
25667
25668 2005-10-02  Jim Meyering  <jim@meyering.net>
25669
25670         Sync from coreutils.
25671         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
25672         from glibc-2.2.5 that fails for read-only files.
25673
25674 2005-10-02  Jim Meyering  <jim@meyering.net>
25675
25676         Sync from coreutils.
25677         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
25678         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
25679         `#if HAVE_CONFIG_H'.
25680         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
25681         Remove AT_FDCWD test.
25682         Do not consume the fd unless successful.
25683         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
25684         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
25685         block, so that we don't even try to compile it if settimeofday is
25686         available.  This works around a compilation failure on OSF1 V5.1,
25687         due to stime requiring a `long int*' while tv_sec is `int'.
25688
25689 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
25690
25691         Sync from coreutils.
25692         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
25693         against `yes', rather than just testing for nonempty.
25694
25695 2005-10-01  Simon Josefsson  <jas@extundo.com>
25696
25697         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
25698         and Darwin.
25699
25700         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
25701         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
25702         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
25703         freeaddrinfo and gai_strerror are declared by the POSIX headers.
25704         Check if struct addrinfo is declared.
25705
25706 2005-10-01  Simon Josefsson  <jas@extundo.com>
25707
25708         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
25709         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
25710         AI_* and EAI_* definitions.  Protect function declarations.
25711
25712 2005-10-01  Jim Meyering  <jim@meyering.net>
25713
25714         Sync from coreutils.
25715
25716         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
25717         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
25718         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
25719         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25720         in the inet and nsl libraries.  Required on Solaris 5.7.
25721
25722 2005-10-01  Jim Meyering  <jim@meyering.net>
25723
25724         Sync from coreutils.
25725         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25726         in the inet and nsl libraries.  Required on Solaris 5.7.
25727
25728 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
25729
25730         * lib/getdelim.c (getdelim): Remove unused variables.
25731
25732 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
25733
25734         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
25735         so that the code works even with ancient cpp.  Portability problem
25736         with GCC 2.7.2.1 reported by Thomas M.Ott.
25737
25738 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
25739
25740         * modules/regex (Depends-on): Add strcase.
25741
25742         * modules/gethostname (Licence): Change from GPL to LGPL, since
25743         gethostname.c is a trivial implementation of a standard library
25744         function.
25745         * modules/poll (License): Change from GPL to LGPL, since it's
25746         derived from LGPL code.
25747
25748 2005-09-27  Jim Meyering  <jim@meyering.net>
25749
25750         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
25751         HAVE_CONFIG_H.
25752
25753         * lib/intprops.h (signed_type_or_expr__): Define.
25754         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
25755         for unsigned types.
25756
25757 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
25758
25759         * lib/verify.h (verify_expr): Remove, replacing with:
25760         (verify_true): New macro that returns true instead of void.
25761         (verify_type__): Remove.
25762         (verify): Use verify_true rather than verify_type__.
25763
25764 2005-09-26  Bruno Haible  <bruno@clisp.org>
25765
25766         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
25767         is necessary.
25768         (lib_SOURCES): Remove mbchar.c.
25769         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
25770         (Files): Add m4/mbrtowc.m4.
25771         * modules/mbiter: Likewise.
25772         * modules/mbuiter: Likewise.
25773
25774 2005-09-26  Bruno Haible  <bruno@clisp.org>
25775
25776         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
25777         compile mbchar.c if they are not both present.
25778         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
25779         * m4/mbiter.m4 (gl_MBITER): Likewise.
25780         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
25781         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
25782         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
25783
25784 2005-09-25  Jim Meyering  <jim@meyering.net>
25785
25786         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
25787         also uses socklen_t.
25788
25789 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
25790
25791         * lib/utimens.c (ENOSYS): Define if not already defined.
25792         (futimens): Support having a null PATH if the file descriptor
25793         is nonnegative.
25794
25795         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
25796         Remove.
25797         (__attribute): Define to empty unless GCC 3.1 or later.
25798         This works around a core dump on OpenBSD 3.4, which has GCC
25799         2.95.3, which dumps core when given __attribute__(()).  It also
25800         simplifies other tests, since we really don't want to bother with
25801         worrying about which ancient version of GCC supported what.
25802         Original problem reported by Yoann Vandoorselaere, with part of
25803         the fix suggested by Derek Price.
25804
25805 2005-09-24  Jim Meyering  <jim@meyering.net>
25806
25807         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
25808         so we can once again use a positive bitfield width of 1 -- now we
25809         don't have to explain why we were using a bitfield width of 2.
25810
25811 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25812
25813         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
25814         and similarly for the other external symbols.  Problem reported
25815         by James Gallager.
25816
25817         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
25818         bug reported by Jim Meyering.
25819
25820         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
25821         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
25822         not needed, since socklen is a prerequisite module.
25823
25824 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25825
25826         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
25827         Problem reported by Eric Blake.
25828         (getaddrinfo): Initialize se so that it's not garbage.
25829         Redo internal storage allocation so that it doesn't make unportable
25830         assumptions about alignment.
25831         Fix a memory leak.
25832
25833         * lib/utimens.c (futimens): Use futimesat if available.
25834         Prefer it to futimes since it doesn't have the futimes bug.
25835
25836         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
25837         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
25838         Instead, declare a function that returns a pointer to an array,
25839         and use verify_type__ to declare the size of the array.
25840         Problem and germ of a solution reported by Bruno Haible.
25841         (verify_type__): Use 2, not 1, for bitfield size, to avoid
25842         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
25843
25844 2005-09-23  Jim Meyering  <jim@meyering.net>
25845
25846         Sync from coreutils.
25847         Correct build failure (socklen_t not defined) on at least
25848         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
25849         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
25850
25851 2005-09-23  Jim Meyering  <jim@meyering.net>
25852
25853         * modules/getaddrinfo (Depends-on): Add socklen.
25854
25855 2005-09-23  Bruno Haible  <bruno@clisp.org>
25856
25857         * tests/test-verify.c: New file.
25858
25859 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25860
25861         Sync from coreutils.
25862
25863         * modules/argmatch (Depends-on): Add verify.
25864         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
25865         unistd-safer.
25866         * modules/save-cwd (Depends-on): Likewise.
25867
25868         * modules/openat (Files): Add lib/openat-die.c.
25869         (Depends-on): Remove error, exitfail.
25870         Add dirname.
25871
25872         * modules/verify: New file.
25873         * MODULES.html.sh (Diagnostics <assert.h>): New section,
25874         with "verify" module.
25875
25876 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25877
25878         Sync from coreutils.
25879
25880         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
25881         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
25882         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
25883         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
25884         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
25885         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
25886         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
25887         Don't bother checking for string.h, stdlib.h, unistd.h.
25888         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
25889         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
25890         module's job.
25891         * m4/jm-macros.m4 (gl_MACROS): Likewise.
25892         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
25893
25894         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
25895         (gl_GETDATE): Use it.
25896
25897         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
25898
25899 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25900
25901         Sync from coreutils.
25902
25903         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
25904         stat-time.h.
25905         * lib/argmatch.h: Include verify.h
25906         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
25907         (ARGMATCH_ASSERT): Remove; unused.
25908         * lib/canonicalize.c: Assume STDC_HEADERS.
25909         * lib/exclude.c: Include "strcase.h".
25910         * lib/regex_internal.h [!defined _LIBC]: Likewise.
25911         * lib/getusershell.c: Include stdio--.h rather than stdio.h
25912         and stdio-safer.h.
25913         (getusershell): Call fopen, not fopen_safer.
25914         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
25915         Do not include unistd-safer.h.
25916         (save_cwd): Don't call fd_safer; no longer needed
25917         now that we include fcntl--.h.
25918
25919         * lib/getdate.y (relative_time): New type.
25920         (RELATIVE_TIME_0): New constant.
25921         (parser_control): Use relative_time instead of doing it ourselves.
25922         (%union): Add new relative_time rel member.
25923         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
25924         Now typeless.
25925         (relunit, relunit_snumber): Now of type rel.
25926         (zone, rel, relunit, get_date): Adjust to above changes.
25927
25928         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
25929         Do not include unistd-safer.h.
25930         (getloadavg): Don't call fd_safer; no longer needed
25931         now that we include fcntl--.h.
25932
25933         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
25934         (make_dir_parents): Treat ENOSYS like EEXIST.
25935
25936         Improve quality of diagnostics on restore_cwd failure.
25937         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
25938         (make_dir_parents): Last arg is now int * (for errno), not bool *.
25939         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
25940         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
25941         each time through the loop.  Do not diagnose restore_cwd failure;
25942         that is the caller's job (and perhaps the caller does not care).
25943
25944         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
25945         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
25946         If the file already exists but is not a directory, don't bother
25947         to try to make its parents.
25948         Close potential file descriptor leak if we can't chdir("/") (!).
25949         Don't always return true if chdir($PWD) fails; return true only
25950         if the requested action was done successfully (except for the
25951         chdir($PWD)).
25952         Don't log final directory unless we actually made it.
25953         Refactor to avoid duplicate code to fix up permissions.
25954         Don't attempt to fix up parent permissions if chdir($PWD) fails.
25955
25956         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
25957         to make it a bit faster and (I hope) clearer.
25958         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
25959         Fix bug in formats like %2N.
25960
25961         * lib/verify.h: New file.
25962
25963 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25964
25965         Sync from coreutils.
25966         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
25967
25968 2005-09-22  Jim Meyering  <jim@meyering.net>
25969
25970         Sync from coreutils.
25971
25972         * m4/lstat.m4 (gl_FUNC_LSTAT):
25973         Use AC_LIBSOURCES to require lstat.c and lstat.h.
25974         Remove obsolete comment.
25975         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
25976         * m4/xstrtod.m4: Likewise.
25977
25978         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
25979
25980 2005-09-22  Jim Meyering  <jim@meyering.net>
25981
25982         Sync from coreutils.
25983
25984         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
25985
25986         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
25987         the .tm_year member, since otherwise gcc-4.0 would now warn about
25988         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
25989
25990         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
25991         order to avoid an unsuppressible warning from gcc on 64-bit systems.
25992
25993         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
25994         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
25995         when run in a time zone for which daylight savings time is in effect
25996         for the starting date.
25997
25998         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
25999         stop us from restricting permissions of just-created absolute-named
26000         directories.
26001         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
26002         to restore initial working directory.
26003         * lib/mkdir-p.c (make_dir_parents): New parameter:
26004         different_working_dir, to tell caller if/when we change the working
26005         directory and are unable to return to the initial one.
26006         * lib/mkdir-p.h (make_dir_parents): Update prototype.
26007         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
26008         `return false'.  This fixes a bug introduced on 2004-07-30.
26009
26010         * lib/openat.c (fdopendir): Be sure to close the supplied
26011         file descriptor before returning.  This makes our replacement
26012         implementation a little closer to Solaris's, where fdopendir
26013         ties the file descriptor to the returned DIR* pointer.
26014         * lib/openat.c (unlinkat): New function.
26015         * lib/openat.h (unlinkat): Add prototype.
26016         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
26017         (openat_restore_fail): Rename from openat_restore_die.
26018         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
26019
26020         Provide an alternative to exiting immediately upon save_cwd or
26021         restore_cwd failure.  Now, an application can arrange e.g.,
26022         to perform a longjump in that case.
26023         * lib/openat.c: Include dirname.h.
26024         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
26025         (rpl_openat, fdopendir, fstatat): Call openat_save_die
26026         and openat_restore_die rather than calling error directly.
26027         Don't include "error.h" or "exitfail.h"; they're no longer needed.
26028
26029         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
26030         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
26031         define.
26032
26033         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
26034         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
26035                             int utc, int nanoseconds);
26036         Background:
26037         date should not have to allocate a megabyte of virtual memory to
26038         handle a format argument like +%1048575T.  When implemented with
26039         strftime, it must allocate such a buffer, use strftime to fill it
26040         in, print it, then free it.
26041         With fprintftime, it simply prints everything and exits.
26042         With no need for memory allocation, that's one fewer way to fail.
26043         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
26044         optional field width, not before, so we accept %9:z, not %:9z.
26045         (my_strftime): Be sure to use L_('x') for literals.
26046
26047         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
26048         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
26049         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
26050         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
26051         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
26052         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
26053         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
26054         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
26055         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
26056         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
26057         * lib/xgethostname.c, lib/xreadlink.c:
26058         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
26059
26060         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
26061         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
26062         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
26063         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26064         and don't include <sys/file.h>).
26065
26066 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
26067
26068         Sync from coreutils.
26069
26070         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
26071         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
26072         [!LDAV_DONE]: Avoid unused variable warning.
26073
26074 2005-09-21  Bruno Haible  <bruno@clisp.org>
26075
26076         * lib/unicodeio.h (unicode_to_mb): New declaration.
26077
26078 2005-09-20  Derek Price  <derek@ximbiot.com>
26079
26080         * lib/getaddrinfo.c: Don't include <netdb.h> included from
26081         getaddrinfo.h.
26082
26083 2005-09-20  Bruno Haible  <bruno@clisp.org>
26084
26085         * gnulib-tool: Remove trailing slashes from the values specified for
26086         --source-base, --m4-base, --tests-base, --aux-dir.
26087         Suggested by Simon Josefsson <jas@extundo.com>.
26088
26089 2005-09-20  Bruno Haible  <bruno@clisp.org>
26090
26091         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
26092         func_modules_to_filelist, func_import, func_create_testdir): Make all
26093         sorting results locale-independent, so that gnulib-cache.m4 doesn't
26094         change when gnulib-tool is invoked in a different locale.
26095
26096 2005-09-19  Simon Josefsson  <jas@extundo.com>
26097
26098         * m4/socklen.m4: Fix typo.
26099
26100 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26101
26102         Use a consistent style for including <config.h>.
26103         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
26104         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
26105         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
26106         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
26107         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
26108         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
26109         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
26110         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
26111         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
26112         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
26113         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
26114         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
26115         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
26116         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
26117         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
26118         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
26119         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
26120         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
26121         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
26122         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
26123         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
26124         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
26125         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
26126         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
26127         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
26128         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
26129         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
26130         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
26131         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
26132         lib/xstrtoumax.c, lib/yesno.c:
26133         Standardize inclusion of config.h.
26134         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
26135         lib/inttostr.h:  Removed inclusion of config.h from header files.
26136         * lib/inttostr.c:  Adjusted in-tree users.
26137         * lib/timespec.h: Remove superfluous warning to include config.h.
26138         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
26139         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
26140         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
26141         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
26142         config.h with HAVE_CONFIG_H.
26143
26144 2005-09-19  Jim Meyering  <jim@meyering.net>
26145
26146         * modules/pathmax (License): Change to LGPL.
26147
26148 2005-09-19  Derek Price  <derek@ximbiot.com>
26149
26150         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
26151
26152 2005-09-19  Bruno Haible  <bruno@clisp.org>
26153
26154         * gnulib-tool (import): Provide default for --tests-base.
26155
26156 2005-09-19  Bruno Haible  <bruno@clisp.org>
26157
26158         * doc/quote.texi: New file, extracted from gnulib.texi.
26159         * doc/ctime.texi: New file, extracted from gnulib.texi.
26160         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
26161         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
26162         * doc/gnulib.texi: Include them.
26163
26164 2005-09-18  Bruno Haible  <bruno@clisp.org>
26165
26166         Portability fix.
26167         * gnulib-tool (func_readlink): New function.
26168         (func_ln_if_changed): Use it.
26169
26170 2005-09-18  Bruno Haible  <bruno@clisp.org>
26171
26172         * gnulib-tool: Support --with-tests also with --import.
26173         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
26174         (func_import): Use variables $testsbase and $inctests. Emit a
26175         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
26176         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
26177         SUBDIRS += $testsdir.
26178         (func_create_testdir): Update.
26179
26180 2005-09-18  Bruno Haible  <bruno@clisp.org>
26181
26182         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
26183         instead of $dry_run.
26184         (func_cp_if_changed, func_mv_if_changed): Remove functions.
26185         (func_ln_if_changed): Don't handle dry-run here.
26186         (func_import): In dry-run mode, detect more precisely which actions
26187         would be performed, and don't use "...ing" verbs.
26188
26189 2005-09-18  Bruno Haible  <bruno@clisp.org>
26190
26191         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
26192         (func_import): Use join on two temporary files instead of three nested
26193         loops, in order to determine which files are new or old.
26194
26195 2005-09-18  Bruno Haible  <bruno@clisp.org>
26196
26197         * gnulib-tool (func_import): Comment out code that spits out the
26198         new files with --dry-run.
26199
26200 2005-09-18  Bruno Haible  <bruno@clisp.org>
26201
26202         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
26203
26204 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26205
26206         * lib/stat-time.h: New file.
26207         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
26208         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
26209         in a different way.
26210         (timespec_cmp): New function.
26211         * lib/utimecmp.c: Include stat-time.h.
26212         (SYSCALL_RESOLUTION): Depend on whether various struct stat
26213         members exist, not on the obsolescent ST_MTIM_NSEC.
26214         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
26215
26216 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26217
26218         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
26219
26220 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26221
26222         * MODULES.html.sh (File system functions): Add stat-time.
26223         * modules/stat-time: New file.
26224         * modules/timespec (Files): Remove m4/st_mtim.m4; this
26225         is now done in a different way, by the stat-time module.
26226         * modules/utimecmp (Depends-on): Add stat-time.
26227
26228 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26229
26230         * m4/st_mtim.m4: Remove.  Superseded by...
26231         * m4/stat-time.m4: New file.
26232         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
26233         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
26234
26235 2005-09-15  Derek Price  <derek@ximbiot.com>
26236
26237         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
26238
26239 2005-09-15  Derek Price  <derek@ximbiot.com>
26240
26241         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
26242         * lib/regex_internal.c: Ditto, using this...
26243         (__GNUC_PREREQ): ...new macro.
26244         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
26245         using...
26246         (__GNUC_PREREQ): ...this new macro.
26247
26248         * lib/strstr.h: Include string.h. Define strstr as a macro here.
26249
26250 2005-09-15  Derek Price  <derek@ximbiot.com>
26251             Paul Eggert  <eggert@cs.ucla.edu>
26252
26253         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
26254         changes, consolidating in...
26255         * lib/regex_internal.h: ...this file.
26256
26257 2005-09-13  Jim Meyering  <jim@meyering.net>
26258
26259         * lib/canon-host.c: Filter through gnu indent and reword comments
26260         slightly.
26261         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
26262
26263 2005-09-13  Derek Price  <derek@ximbiot.com>
26264
26265         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
26266         failure.
26267         Reported by Jim Meyering  <jim@meyering.net>.
26268
26269 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26270
26271         * lib/base64.c: Typo.
26272         (base64_encode): Put b64str in initialized data section.
26273
26274 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
26275
26276         Merge glibc and coreutils changes into gnulib, plus a few
26277         extra fixes.
26278         * lib/md5.c: Use #error rather than a string.
26279         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
26280         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
26281         (__attribute__): Define to empty for non recent-GCC.
26282         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
26283         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
26284         Renamed from their non-__ counterparts, with new macros replacing
26285         them if not _LIBC.  Add __THROW attribute.
26286         (rol): Remove.
26287         (struct md5_ctx): Align buffer if using GCC.
26288         * lib/sha1.h (struct sha1_ctx): Likewise.
26289         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
26290         The old name was backwards.
26291         (NOTSWAP): Remove; not used.
26292         (rol): New macro, moved here from md5.h.
26293         (sha1_process_block): Remove a FIXME that doesn't make sense.
26294
26295 2005-09-12  Derek Price  <derek@ximbiot.com>
26296
26297         Return usable errors from canon-host.
26298         * lib/canon-host.h: New file.
26299         * lib/canon-host.c (canon_host): Wrap...
26300         (canon_host_r): ...this new function, which now relies exclusively on
26301         getaddrinfo.
26302         (ch_strerror): New function.
26303         (last_cherror): New global.
26304         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
26305         interface.
26306         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
26307         void *.
26308         (freeaddrinfo): Free ai->ai_canonname when set.
26309
26310 2005-09-12  Derek Price  <derek@ximbiot.com>
26311
26312         Make canon-host require getaddrinfo.
26313         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
26314         AC_LIBSOURCE canon-host.h.  Call...
26315         (gl_PREREQ_CANON_HOST): ...this new function, which requires
26316         gl_GETADDRINFO.
26317         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
26318
26319 2005-09-12  Derek Price  <derek@ximbiot.com>
26320
26321         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
26322         LGPL.
26323         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
26324
26325 2005-09-12  Derek Price  <derek@ximbiot.com>
26326
26327         * lib/gai_strerror.c: Include config.h when available.  Include
26328         getaddrinfo.h before other headers to test interface.
26329         Reported by Larry Jones <lawrence.jones@ugs.com>.
26330
26331 2005-09-12  Derek Price  <derek@ximbiot.com>
26332             Paul Eggert  <eggert@cs.ucla.edu>
26333
26334         * modules/glob (Files): Add glob-libc.h.
26335
26336 2005-09-12  Derek Price  <derek@ximbiot.com>
26337             Paul Eggert  <eggert@cs.ucla.edu>
26338
26339         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
26340         glob_.h, glob-libc.h.
26341         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
26342
26343 2005-09-12  Derek Price  <derek@ximbiot.com>
26344             Paul Eggert  <eggert@cs.ucla.edu>
26345
26346         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
26347         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
26348         protecting things that should be done only in gnulib contexts.
26349         * lib/glob_.h: New file, containing only the glob things needed for
26350         gnulib.
26351         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
26352         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
26353         (glob, globfree, glob_pattern_p): Now defined simply in terms of
26354         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
26355         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
26356         and to respect the namespace rules better.
26357
26358 2005-09-08  Simon Josefsson  <jas@extundo.com>
26359
26360         * modules/socklen: New file.
26361
26362 2005-09-08  Simon Josefsson  <jas@extundo.com>
26363
26364         * m4/socklen.m4: New file.
26365
26366 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26367
26368         * modules/utimens (Files): Add m4/utimbuf.m4, since
26369         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
26370         Reported by Sergey Poznyakoff.
26371
26372 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26373
26374         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
26375         definitions, since that's the preferred style in glibc.
26376         Fix a minor spacing issue, and update copyright notice to match
26377         glibc's.
26378
26379 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26380
26381         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
26382
26383 2005-09-06  Simon Josefsson  <jas@extundo.com>
26384
26385         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
26386         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
26387
26388 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26389
26390         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
26391         warning.
26392
26393 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26394
26395         * config/srclist.txt: Add glibc bug 1302.
26396
26397 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
26398
26399         Change bitset word type from unsigned int to unsigned long int,
26400         as this has better performance on typical 64-bit hosts.
26401         Port bitset code to hosts with unusual word sizes.
26402         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
26403         (build_collating_symbol):
26404         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
26405         argument is a bitset.  This is merely a style issue, but it makes
26406         it clearer that an entire array is expected.
26407         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
26408         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
26409         Port to the case where bitset_word is not the same as unsigned int.
26410         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26411         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
26412         Likewise.
26413         * lib/regexec.c (check_dst_limits_calc_pos_1,
26414         check_subexp_matching_top):
26415         (build_trtable, group_nodes_into_DFAstates):
26416         Likewise.
26417         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
26418         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
26419         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
26420         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
26421         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
26422         * lib/regcomp.c (optimize_subexps, lower_subexp):
26423         Work even if bitset_word has holes in its bitwise representation.
26424         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
26425         * lib/regexec.c (check_dst_limits_calc_pos_1,
26426         check_subexp_matching_top):
26427         Likewise.
26428         * lib/regex_internal.c (re_string_reconstruct):
26429         Don't assume UCHAR_MAX == 255.
26430         * lib/regex_internal.h (bitset_set_all): Likewise.
26431         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
26432         All uses changed.
26433         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
26434         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
26435         All uses changed.
26436         (BITSET_WORD_MAX): New macro.
26437         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
26438         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
26439         (bitset_empty, bitset_copy):
26440         Prefer sizeof (bitset) to multiplying it out ourselves.
26441         (bitset_not_merge): Remove; unused.
26442         (bitset_contain): Return bool, not unsigned int with one bit on.
26443         All callers changed.
26444         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
26445         alignment than re_node_set; do this by defining a new internal
26446         type struct dests_alloc and using it to allocate memory.
26447
26448 2005-09-05  Bruno Haible  <bruno@clisp.org>
26449
26450         * gnulib-tool (func_import): Fix comparison in handling of symbolic
26451         links.
26452
26453 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
26454
26455         * modules/size_max (Makefile.am): Add size_max.h
26456
26457 2005-09-04  Derek Price  <derek@ximbiot.com>
26458
26459         * gnulib-tool (func_import): Fix reversed $symbolic logic.
26460
26461 2005-09-03  Simon Josefsson  <jas@extundo.com>
26462
26463         * gnulib-tool: Fix typo.
26464
26465 2005-09-03  Simon Josefsson  <jas@extundo.com>
26466
26467         * config/srclist.txt: Add glibc bug 1293.
26468
26469 2005-09-03  Derek Price  <derek@ximbiot.com>
26470
26471         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
26472         From Larry Jones <lawrence.jones@ugs.com>.
26473
26474 2005-09-02  Simon Josefsson  <jas@extundo.com>
26475
26476         * modules/socklen: New file.
26477
26478 2005-09-02  Simon Josefsson  <jas@extundo.com>
26479
26480         * modules/havelib: New module.
26481
26482         * modules/gettext, modules/iconv, modules/lock, modules/readline:
26483         Use havelib.
26484
26485 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26486
26487         Check for arithmetic overflow when calculating sizes, to prevent
26488         some buffer-overflow issues.  These patches are conservative, in the
26489         sense that when I couldn't determine whether an overflow was possible,
26490         I inserted a run-time check.
26491         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
26492         macros.
26493         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
26494         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
26495         (re_xnrealloc, re_x2nrealloc): New inline functions.
26496         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
26497         parse_bracket_exp):
26498         (build_equiv_class, build_charclass): Check for arithmetic overflow
26499         in size expression calculations.
26500         * lib/regex_internal.c (re_string_realloc_buffers):
26501         (build_wcs_upper_buffer, re_node_set_add_intersect):
26502         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
26503         (re_dfa_add_node, register_state): Likewise.
26504         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
26505         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
26506         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
26507         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
26508
26509 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26510
26511         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26512         m4/ulonglong.m4.  Problem reported by Martin Lambers.
26513
26514 2005-09-02  Bruno Haible  <bruno@clisp.org>
26515
26516         Support for lib vs. lib64 distinction on biarch platforms.
26517         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
26518         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
26519         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
26520
26521 2005-09-02  Bruno Haible  <bruno@clisp.org>
26522
26523         * gnulib-tool (import): In the other first-use case, provide defaults
26524         as well.
26525
26526 2005-09-02  Bruno Haible  <bruno@clisp.org>
26527
26528         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
26529         patches not yet found in the latest gettext release.
26530
26531 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26532
26533         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
26534         to avoid a collision with bits/local_lim.h in glibc.
26535         All uses changed.  Problem reported by Dmitry V. Levin in
26536         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
26537
26538         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
26539         bugs in int versus size_t comparisons.
26540         (re_string_context_at): Fix bug where the code assumed that
26541         Idx is signed.
26542
26543         Use bool where appropriate.
26544         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
26545         All callers changed.
26546         (calc_eclosure_iter): Likewise, for ROOT arg.
26547         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
26548         (build_charclass_op): Likewise, for NON_MATCH arg.
26549         * lib/regex_internal.c (re_string_allocate, re_string_construct):
26550         (re_string_construct_common): Likewise, for ICASE arg.
26551         * lib/regexec.c (re_search_2_stub, re_search_stub):
26552         Likewise, for RET_LEN arg.
26553         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
26554         (set_regs): Likewise, for FL_BACKTRACK arg.
26555         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
26556         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
26557         (calc_eclosure_iter, parse_bracket_exp):
26558         Use bool for internal variables that are booleans.
26559         * lib/regexec.c (re_search_internal, check_matching,
26560         proceed_next_node):
26561         (set_regs, build_sifted_states, sift_states_bkref):
26562         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
26563         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26564         (find_collation_sequence_value):
26565         Likewise.
26566         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
26567         (re_node_set_compare):
26568         Return bool, not int. All callers changed.
26569         * lib/regexec.c (check_halt_node_context, check_dst_limits):
26570         (build_trtable, check_node_accept): Likewise.
26571         * lib/regex_internal.h: Include stdbool.h.
26572
26573         Fix bugs uncovered when converting to bool.
26574         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
26575         failure instead of charging ahead blindly.
26576         * lib/regex_internal.c (register_state): Likewise.
26577         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
26578         for freeing internal storage.
26579         (group_nodes_into_DFA_states): Use unsigned int, not int, for
26580         bitset pieces used as boolean, to avoid undefined behavior
26581         on hosts that do int overflow checking.
26582
26583 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26584
26585         * config/srclist.txt: Add glibc bugs 1285-1287.
26586
26587 2005-09-01  Jim Meyering  <jim@meyering.net>
26588
26589         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
26590         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
26591         Require gl_STAT_MACROS, too.
26592
26593 2005-09-01  Bruno Haible  <bruno@clisp.org>
26594
26595         * gnulib-tool (import): In the first-use case, provide defaults.
26596
26597 2005-09-01  Bruno Haible  <bruno@clisp.org>
26598
26599         * gnulib-tool (func_import): Remove the .tmp files.
26600
26601 2005-09-01  Bruno Haible  <bruno@clisp.org>
26602
26603         * gnulib-tool (func_import): Fix handling of symbolic links.
26604
26605 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26606
26607         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
26608         old glibc regex code mishandles strings longer than 2**31 bytes.
26609         This patch fixes this when the regex code is used in gnulib
26610         (i.e., outside glibc).
26611
26612         This patch should not affect the use of the regex code inside
26613         glibc.  No doubt this problem also needs to be handled for glibc
26614         as well, but the result will be an incompatible change to the
26615         glibc ABI, and the old ABI will have to be supported too.  That
26616         can be the the subject for another patch.
26617
26618         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
26619         governing whether the rest of this patch is active.  By default,
26620         the macro is disabled and the patch has no effect.
26621         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
26622         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
26623         (struct re_pattern_buffer, re_search, re_search_2, re_match):
26624         (re_match_2, re_set_registers): Use the new types.
26625         * lib/regex_internal.h (Idx, re_hashval_t): New types.
26626         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
26627         New macros.
26628         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
26629         (re_string_context_at, bin_tree_t, re_dfastate_t):
26630         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
26631         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
26632         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
26633         (re_string_char_size_at, re_string_wchar_at):
26634         (re_string_elem_size_at):
26635         Use the new types and macros to port to 64-bit hosts.
26636         Use unsigned types for internal values, so that the code
26637         mostly works even for arrays larger than SSIZE_MAX.
26638         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
26639         (search_duplicated_node, calc_eclosure_iter, fetch_number):
26640         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
26641         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
26642         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
26643         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
26644         (calc_inveclosure, parse_dup_op, build_range_exp):
26645         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
26646         (fetch_number, create_token_tree, mark_opt_subexp):
26647         Likewise.
26648         * lib/regex_internal.c (re_string_construct_common,
26649         create_ci_newstate):
26650         (create_cd_newstate, re_string_allocate, re_string_construct):
26651         (re_string_realloc_buffers, build_wcs_upper_buffer):
26652         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26653         (re_string_reconstruct, re_string_peek_byte_case):
26654         (re_string_fetch_byte_case, re_string_context_at):
26655         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26656         (re_node_set_init_copy, re_node_set_add_intersect):
26657         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26658         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26659         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26660         (re_acquire_state, re_acquire_state_context, register_state):
26661         Likewise.
26662         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
26663         search_cur_bkref_entry):
26664         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
26665         (re_search_internal, re_search_2_stub, re_search_stub)
26666         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
26667         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
26668         (update_cur_sifted_state, check_dst_limits):
26669         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26670         (check_subexp_limits, sift_states_bkref, merge_state_array):
26671         (check_subexp_matching_top, get_subexp, get_subexp_sub):
26672         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
26673         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26674         (expand_bkref_cache, check_node_accept_bytes):
26675         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
26676         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
26677         (acquire_init_state_context, check_halt_node_context):
26678         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
26679         (sift_states_backward, clean_state_log_if_needed):
26680         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
26681         (find_recover_state, transit_state_sb, transit_state_mb):
26682         (transit_state_bkref, build_trtable, match_ctx_clean):
26683         Likewise.
26684         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
26685         to work around an assumption that REG_MISSING is negative.
26686
26687         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
26688         (seek_collating_symbol_entry) [defined _LIBC]:
26689         (lookup_collation_sequence_value) [defined _LIBC]:
26690         (build_range_exp, build_collating_symbol) [defined _LIBC]:
26691         Use prototypes rather than old-style function definitions.
26692         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
26693         (transit_state_sb) [0]:
26694         (find_collation_sequence_value) [defined _LIBC]: Likewise.
26695
26696         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
26697         rm_eo.
26698
26699         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
26700         (optimize_subexps, lower_subexp):
26701         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
26702         since the signed shift might overflow.  Use 1u<<31 instead.
26703         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26704         Likewise.
26705         * lib/regexec.c (check_dst_limits_calc_pos_1,
26706         check_subexp_matching_top): Likewise.
26707
26708         * lib/regcomp.c (optimize_subexps, lower_subexp):
26709         Use CHAR_BIT rather than 8, for clarity.
26710         * lib/regexec.c (check_dst_limits_calc_pos_1):
26711         (check_subexp_matching_top): Likewise.
26712         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
26713         have to worry about portability issues when shifting it left.
26714         Remove no-longer-needed test for table_size > 0.
26715         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
26716         in a word, as the resulting behavior is undefined.
26717         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
26718         in one case, a <= should have been an <, and in another case the
26719         whole test was missing.
26720         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
26721         the standard name CHAR_BIT.
26722         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
26723         this is not true on one's complement and signed-magnitude hosts.
26724
26725         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
26726         next_last_offset.
26727         (struct re_dfa_t): Remove unused member states_alloc.
26728         * lib/regcomp.c (init_dfa): Don't initialize unused members.
26729
26730 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26731
26732         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
26733         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
26734         and large-file glibc and in 32-bit large-file Solaris.
26735
26736 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26737
26738         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
26739         lengths fit in regoff_t; this isn't true if regoff_t is the same
26740         width as size_t.
26741         * lib/regex.c (re_search_internal): 5th arg is LAST_START
26742         (= START + RANGE) instead of RANGE.  This avoids overflow
26743         problems when regoff_t is the same width as size_t.
26744         All callers changed.
26745         (re_search_2_stub): Check for overflow when adding the
26746         sizes of the two strings.
26747         (re_search_stub): Check for overflow when adding START
26748         to RANGE; if it occurs, substitute the extreme value.
26749
26750 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26751
26752         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
26753
26754 2005-08-31  Jim Meyering  <jim@meyering.net>
26755
26756         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
26757         a pointer-to-const.
26758         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
26759         (register_state): Likewise.
26760         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
26761         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26762         (group_nodes_into_DFAstates): Likewise.
26763
26764 2005-08-31  Jim Meyering  <jim@meyering.net>
26765
26766         * check-module: Add a FIXME comment.
26767
26768 2005-08-31  Eric Blake  <ebb9@byu.net>
26769
26770         * modules/unistd-safer (Files): Add unistd--.h.
26771         * modules/stdio-safer (Files): Add stdio--.h.
26772
26773 2005-08-31  Derek Price  <derek@ximbiot.com>
26774
26775         * lib/getdelim.c (getdelim): Return EOF on EOF.
26776         Reported by Larry Jones <lawrence.jones@ugs.com>.
26777
26778 2005-08-31  Bruno Haible  <bruno@clisp.org>
26779
26780         Avoid unnecessary diffs in the generated lib/Makefile.am.
26781         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
26782         the generated files.
26783         (func_import): Don't set cmd.
26784
26785 2005-08-31  Bruno Haible  <bruno@clisp.org>
26786
26787         * lib/strstr.c: Include <stddef.h>, for NULL.
26788         * lib/strcasestr.c: Likewise.
26789         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26790
26791 2005-08-31  Bruno Haible  <bruno@clisp.org>
26792
26793         * gnulib-tool: New option --macro-prefix.
26794         (func_import): Use macro_prefix.
26795         (import): Handle option --macro-prefix.
26796
26797 2005-08-31  Bruno Haible  <bruno@clisp.org>
26798
26799         * gnulib-tool (import): Rename most ac_* variables to cached_*.
26800         Also use new variables cached_lgpl, cached_libtool.
26801
26802 2005-08-31  Bruno Haible  <bruno@clisp.org>
26803
26804         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
26805         always instantiating them.
26806
26807 2005-08-31  Bruno Haible  <bruno@clisp.org>
26808
26809         * gnulib-tool (func_import): Read the previous cached settings
26810         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
26811         earlier added by gnulib but are now dropped. Warn when a gnulib file
26812         overwrites a non-gnulib file.
26813
26814 2005-08-31  Bruno Haible  <bruno@clisp.org>
26815
26816         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
26817         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
26818         projects that don't keep autogenerated files in CVS. Put into
26819         actioncmd only the specified modules, not the transitive closure.
26820
26821 2005-08-31  Bruno Haible  <bruno@clisp.org>
26822
26823         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
26824         Create directories that shall be filled.
26825         (import): Don't look for gl_* macros in configure.ac. Recurse across
26826         all directories containing a gnulib-cache.m4 files, if meaningful.
26827
26828 2005-08-31  Bruno Haible  <bruno@clisp.org>
26829
26830         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
26831         (import): Set seen_libtool when we see gl_LIBTOOL.
26832
26833 2005-08-31  Bruno Haible  <bruno@clisp.org>
26834
26835         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
26836         declaration macro definitions from generated gnulib.m4.
26837
26838 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
26839
26840         * lib/iconvme.h: Add prototype for iconv_alloc.
26841
26842 2005-08-29  Simon Josefsson  <jas@extundo.com>
26843
26844         * lib/iconvme.c: Fix errno.
26845
26846 2005-08-29  Bruno Haible  <bruno@clisp.org>
26847
26848         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
26849         that it works when the directory contains spaces.
26850
26851 2005-08-29  Bruno Haible  <bruno@clisp.org>
26852
26853         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
26854
26855 2005-08-29  Bruno Haible  <bruno@clisp.org>
26856
26857         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
26858         Emit more advice.
26859
26860 2005-08-29  Bruno Haible  <bruno@clisp.org>
26861         and Stepan Kasal  <kasal@ucw.cz>
26862
26863         * check-module: If more parameters are given, check each of them
26864         separately; add more exceptions, as noted by Jim Meyering.
26865         (check_module): New procedure.
26866         (%exempt_header): Now contains all exceptions.
26867
26868 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
26869
26870         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
26871
26872 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26873
26874         * lib/iconvme.c: Split iconv_string into iconv_alloc.
26875
26876 2005-08-28  Bruno Haible  <bruno@clisp.org>
26877
26878         * m4/gnulib-tool.m4: New file.
26879
26880 2005-08-27  Jim Meyering  <jim@meyering.net>
26881
26882         * modules/unistd-safer (Files): Add pipe-safer.c.
26883         * modules/fcntl-safer (Files): Add creat-safer.c.
26884
26885 2005-08-27  Jim Meyering  <jim@meyering.net>
26886
26887         * m4/stdlib-safer.m4: New file.  From coreutils.
26888         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
26889         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
26890         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
26891         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
26892         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
26893
26894 2005-08-27  Jim Meyering  <jim@meyering.net>
26895
26896         * lib/fopen-safer.c: Merge minor changes from coreutils.
26897         * lib/dup-safer.c: Likewise.
26898         * lib/fd-safer.c: Likewise.
26899
26900         Merge from coreutils.
26901         * lib/stdio--.h: New file.
26902         * lib/stdlib--.h: New file.
26903         * lib/mkstemp-safer.c: New file.
26904
26905         GNU tar needs these.
26906         * lib/pipe-safer.c: New file.
26907         * lib/creat-safer.c: New file.
26908         * lib/fcntl--.h (creat): Define to creat_safer.
26909         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
26910         * lib/unistd--.h (pipe): Define to pipe_safer.
26911         * lib/unistd-safer.h: Declare pipe_safer.
26912
26913 2005-08-26  Simon Josefsson  <jas@extundo.com>
26914
26915         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
26916         Haible <bruno@clisp.org>.
26917
26918 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
26919
26920         * lib/regex_internal.h: Remove all references to
26921         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
26922         or better.
26923         (bitset_not, bitset_merge, bitset_not_merge):
26924         (bitset_mask, re_string_allocate, re_string_construct):
26925         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
26926         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
26927         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
26928         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
26929         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26930         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26931         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
26932         (re_acquire_state_context):
26933         Remove unnecessary forward decls.
26934         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
26935         Put __attribute at function definition,
26936         now that the function decl has been removed.
26937         * lib/regex_internal.c (re_string_peek_byte_case):
26938         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
26939         Likewise.
26940
26941 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
26942
26943         * m4/regex.m4: Add AC_PREREQ(2.50).
26944         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
26945
26946 2005-08-25  Simon Josefsson  <jas@extundo.com>
26947
26948         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
26949         __fsetlocking.
26950
26951 2005-08-25  Simon Josefsson  <jas@extundo.com>
26952
26953         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
26954         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
26955         GLIBC specific code.
26956
26957 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26958
26959         Make regex safe for g++.  This fixes one real bug (an "err"
26960         that should have been "*err").  g++ problem reported by
26961         Sam Steingold.
26962         * lib/regex_internal.h (re_calloc): New macro, consistent with
26963         re_malloc etc.  All callers of calloc changed to use re_calloc.
26964         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
26965         not int.  All callers changed.
26966         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
26967         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
26968         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
26969         (find_recover_state): Change "err" to "*err"; this fixes what
26970         appears to be a real bug.
26971         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
26972         versus int.
26973
26974 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26975
26976         * modules/regex (Depends-on): Add malloc, since the code
26977         assumes that !malloc(0) means failure.
26978
26979 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26980
26981         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
26982
26983         alloca modernization/simplification for regex.
26984         * lib/regex.c: Remove portability cruft for alloca.  This no longer
26985         needs to be at the start of the file, and can be moved into
26986         regex_internal.h and simplified.
26987         * lib/regex_internal.h: Include <alloca.h>.
26988         (__libc_use_alloca) [!defined _LIBC]: New macro.
26989         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
26990         now works outside glibc.
26991
26992 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26993
26994         * config/srclist.txt: Add glibc bugs 1241, 1245.
26995
26996 2005-08-25  Jim Meyering  <jim@meyering.net>
26997
26998         * lib/open-safer.c: Include <config.h>.
26999         Otherwise, we'd lose LARGEFILE support in any file using
27000         e.g. "fcntl--.h"
27001
27002 2005-08-25  Bruno Haible  <bruno@clisp.org>
27003
27004         * m4/minmax.m4: Require autoconf 2.52.
27005         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
27006         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
27007         alternatives of translit over the alphabet.
27008         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
27009
27010 2005-08-24  Simon Josefsson  <jas@extundo.com>
27011
27012         * tests/test-getpass.c: New file.
27013
27014 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27015
27016         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
27017         for GNU regex features.
27018
27019 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27020
27021         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
27022         * lib/regex.h (regerror): Likewise.
27023
27024         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
27025         requires this.  (The code never needed it.)
27026
27027         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
27028         All uses of recently-renamed identifiers changed to use the new,
27029         POSIX-compliant names.  The code will build and run just fine
27030         without these changes, but it's better to eat our own dog food
27031         and use the standard-conforming names.
27032
27033         * lib/regex.h: Fix a multitude of POSIX name space violations.
27034         These changes have an effect only for programs that define
27035         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
27036         do not change anything for programs compiled in the normal way.
27037         Also, there is no effect on the ABI.
27038
27039         (_REGEX_SOURCE): New macro.
27040         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
27041         defined and _GNU_SOURCE is not; this fixes a name space violation.
27042
27043         Rename the following macros to obey POSIX requirements.
27044         The old names are still visible as macros if _REGEX_SOURCE is defined.
27045         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
27046         RE_BACKSLASH_ESCAPE_IN_LISTS.
27047         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
27048         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
27049         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
27050         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
27051         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
27052         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
27053         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
27054         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
27055         (REG_INTERVALS): renamed from RE_INTERVALS.
27056         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
27057         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
27058         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
27059         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
27060         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
27061         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
27062         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
27063         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
27064         RE_UNMATCHED_RIGHT_PAREN_ORD.
27065         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
27066         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
27067         (REG_DEBUG): renamed from RE_DEBUG.
27068         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
27069         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
27070         unusual, since we can't clash with the POSIX REG_ICASE.
27071         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
27072         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
27073         (REG_NO_SUB): renamed from RE_NO_SUB.
27074         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
27075         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
27076         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
27077         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
27078         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
27079         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
27080         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
27081         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
27082         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
27083         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
27084         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
27085         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
27086         RE_SYNTAX_POSIX_MINIMAL_BASIC.
27087         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
27088         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
27089         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
27090         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
27091         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
27092         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
27093         (REG_FIXED): Renamed from REGS_FIXED.
27094         (REG_NREGS): Renamed from RE_NREGS.
27095
27096         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
27097         of other REG_* macros, since POSIX says the user is allowed to
27098         #undef these macros selectively.
27099
27100         (reg_errcode_t): Update comment stating what other tables need
27101         to be consistent.
27102
27103         Rename the following enum values to obey POSIX requirements.
27104         The old names are still visible as macros.
27105         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
27106         is not defined, since GNU is supposed to be a superset of POSIX as
27107         much as possible, and since we want reg_errcode_t to be a signed
27108         type for implementation consistency.
27109         (_REG_NOERROR): Renamed from REG_NOERROR.
27110         (_REG_NOMATCH): Renamed from REG_NOMATCH.
27111         (_REG_BADPAT): Renamed from REG_BADPAT.
27112         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
27113         (_REG_ECTYPE): Renamed from REG_ECTYPE.
27114         (_REG_EESCAPE): Renamed from REG_EESCAPE.
27115         (_REG_ESUBREG): Renamed from REG_ESUBREG.
27116         (_REG_EBRACK): Renamed from REG_EBRACK.
27117         (_REG_EPAREN): Renamed from REG_EPAREN.
27118         (_REG_EBRACE): Renamed from REG_EBRACE.
27119         (_REG_BADBR): Renamed from REG_BADBR.
27120         (_REG_ERANGE): Renamed from REG_ERANGE.
27121         (_REG_ESPACE): Renamed from REG_ESPACE.
27122         (_REG_BADRPT): Renamed from REG_BADRPT.
27123         (_REG_EEND): Renamed from REG_EEND.
27124         (_REG_ESIZE): Renamed from REG_ESIZE.
27125         (_REG_ERPAREN): Renamed from REG_ERPAREN.
27126         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
27127         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
27128         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
27129         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
27130
27131         (_REG_RE_NAME, _REG_RM_NAME): New macros.
27132         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
27133         changed.  But support the old name if the new one is not defined
27134         and if _REGEX_SOURCE.
27135
27136         Change the following member names in struct re_pattern_buffer.
27137         The old names are still supported if !_REGEX_SOURCE.
27138         The new names are always supported, regardless of _REGEX_SOURCE.
27139         (re_buffer): Renamed from buffer.
27140         (re_allocated): Renamed from allocated.
27141         (re_used): Renamed from used.
27142         (re_syntax): Renamed from syntax.
27143         (re_fastmap): Renamed from fastmap.
27144         (re_translate): Renamed from translate.
27145         (re_can_be_null): Renamed from can_be_null.
27146         (re_regs_allocated): Renamed from regs_allocated.
27147         (re_fastmap_accurate): Renamed from fastmap_accurate.
27148         (re_no_sub): Renamed from no_sub.
27149         (re_not_bol): Renamed from not_bol.
27150         (re_not_eol): Renamed from not_eol.
27151         (re_newline_anchor): Renamed from newline_anchor.
27152
27153         Change the following member names in struct re_registers.
27154         The old names are still supported if !_REGEX_SOURCE.
27155         The new names are always supported, regardless of _REGEX_SOURCE.
27156         (rm_num_regs): Renamed from num_regs.
27157         (rm_start): Renamed from start.
27158         (rm_end): Renamed from end.
27159
27160         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
27161         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
27162         Prepend __ to parameter names.
27163
27164         Undo yesterday's changes.
27165
27166 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27167
27168         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
27169         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
27170         lib/regex.c.
27171
27172 2005-08-24  Jim Meyering  <jim@meyering.net>
27173
27174         Sync from coreutils.
27175         * m4/fcntl-safer.m4: New file.
27176
27177         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
27178         and object files for this module.
27179
27180 2005-08-24  Jim Meyering  <jim@meyering.net>
27181
27182         Sync from coreutils.
27183         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
27184
27185 2005-08-24  Jim Meyering  <jim@meyering.net>
27186
27187         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
27188         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
27189
27190 2005-08-24  Jim Meyering  <jim@meyering.net>
27191
27192         * modules/fcntl-safer: New module.
27193         * modules/fts (Depends-on): Add fcntl-safer.
27194         * MODULES.html.sh (File descriptor based Input/Output):
27195         Add fcntl-safer.
27196
27197 2005-08-24  Bruno Haible  <bruno@clisp.org>
27198
27199         Support for unit test modules.
27200         * modules/README: Mention tests modules.
27201         * modules/TEMPLATE-TESTS: New file.
27202         * gnulib-tool: New options --extract-tests-module, --with-tests and
27203         --tests-base (unused for the moment).
27204         (testsbase, inctests): New variables.
27205         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
27206         (func_verify_module): Exclude TEMPLATE-TESTS.
27207         (func_verify_nontests_module, func_verify_tests_module): New functions.
27208         (func_get_dependencies): Add implicit dependency for tests modules.
27209         (func_get_tests_module): New function.
27210         (func_modules_transitive_closure): When --with-tests was specified,
27211         include the unit tests as well, unless explicitly avoided.
27212         (func_emit_lib_Makefile_am): Ignore the tests modules here.
27213         (func_emit_tests_Makefile_am): New function.
27214         (func_create_testdir): When --with-tests was specified, emit a
27215         tests/ directory.
27216         * MODULES.html.sh (Future developments): Update.
27217
27218 2005-08-24  Bruno Haible  <bruno@clisp.org>
27219
27220         * modules/tls-tests: New file.
27221         * tests/test-tls.c: New file, from GNU gettext.
27222
27223 2005-08-24  Bruno Haible  <bruno@clisp.org>
27224
27225         * modules/lock-tests: New file.
27226         * tests/test-lock.c: New file, from GNU gettext.
27227
27228 2005-08-24  Bruno Haible  <bruno@clisp.org>
27229
27230         * lib/lock.h: Add multiple inclusion guard.
27231         * lib/tls.h: Add multiple inclusion guard.
27232
27233 2005-08-24  Bruno Haible  <bruno@clisp.org>
27234
27235         * gnulib-tool: Add support for the --aux-dir option to
27236         --create-testdir, --create-megatestdir, --test, --megatest.
27237         (func_create_testdir, func_create_megatestdir): Optionally emit a
27238         AC_CONFIG_AUX_DIR directive.
27239         (create-testdir, create-megatestdir, test, megatest): Provide a
27240         default value for $auxdir.
27241
27242 2005-08-24  Bruno Haible  <bruno@clisp.org>
27243
27244         * gnulib-tool (import): Use compound statement instead of subshell
27245         where possible.
27246
27247 2005-08-24  Bruno Haible  <bruno@clisp.org>
27248
27249         * gnulib-tool (import): Change --aux-dir default to "build-aux".
27250
27251 2005-08-24  Bruno Haible  <bruno@clisp.org>
27252
27253         * gnulib-tool (func_version): Update.
27254
27255 2005-08-24  Bruno Haible  <bruno@clisp.org>
27256
27257         * gnulib-tool (func_import, func_create_testdir,
27258         func_create_megatestdir): Quote all autoconf macro arguments.
27259
27260 2005-08-24  Bruno Haible  <bruno@clisp.org>
27261
27262         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
27263         option --force, because --force causes the aclocal.m4 of each
27264         subdirectory to be newer than the corresponding config.h.in.
27265
27266 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27267
27268         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
27269         All contents moved to gl_REGEX.
27270         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
27271         assume that it does.
27272
27273 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27274
27275         * lib/regex.h (REG_NOSYS)
27276         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
27277         Define, since POSIX requires it as of 2001.
27278         (_REG_ENOSYS)
27279         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
27280         New private symbol, used to keep the enum signed in all cases.
27281         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
27282         Youngman in
27283         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
27284
27285         * lib/regex_internal.c (re_string_skip_chars, register_state):
27286         (calc_state_hash):
27287         Remove forward decls; no longer needed now that we use prototypes.
27288         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
27289         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
27290         (clean_state_log_if_needed): Likewise.
27291
27292 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27293
27294         * config/srclist.txt: Add glibc bugs 1231-1233.
27295
27296 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27297
27298         Fix problems reported by Sam Steingold in
27299         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
27300         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
27301         assumed that reg_errcode_t is a signed type, which is not
27302         necessarily true if _XOPEN_SOURCE is not defined.
27303         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
27304         since some compilers warn about it otherwise.
27305
27306 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27307
27308         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
27309         (init_word_char, create_initial_state, duplicate_node_closure):
27310         (fetch_token, peek_token_bracket, build_range_exp):
27311         (build_collating_symbol): Remove forward decls; no longer needed
27312         now that we use prototypes.
27313
27314         * lib/regcomp.c:
27315         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
27316         (re_compile_fastmap_iter, regcomp, regerror, regfree):
27317         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
27318         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
27319         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
27320         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
27321         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
27322         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
27323         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
27324         (build_range_exp, build_collating_symbol, parse_bracket_exp):
27325         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
27326         (build_charclass, build_charclass_op, fetch_number, create_tree):
27327         (create_token_tree, mark_opt_subexp, duplicate_tree):
27328         Use prototypes rather than old-style definitions.
27329
27330         * lib/regex_internal.c:
27331         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
27332         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
27333         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27334         (re_string_reconstruct, re_string_peek_byte_case):
27335         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
27336         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27337         (re_node_set_init_copy, re_node_set_add_intersect):
27338         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27339         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27340         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27341         (re_acquire_state, re_acquire_state_context, register_state):
27342         (create_ci_newstate, create_cd_newstate, free_state):
27343         Likewise.
27344         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
27345         re_search_2):
27346         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
27347         (re_search_internal, prune_impossible_nodes):
27348         (acquire_init_state_context, check_matching, static):
27349         (check_halt_node_context, check_halt_state_context, proceed_next_node):
27350         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
27351         (update_regs, sift_states_backward, build_sifted_states):
27352         (clean_state_log_if_needed, merge_state_array):
27353         (update_cur_sifted_state, add_epsilon_src_nodes):
27354         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
27355         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
27356         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
27357         (find_recover_state, check_subexp_matching_top, transit_state_mb):
27358         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
27359         (check_arrival, check_arrival_add_next_nodes):
27360         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27361         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27362         (check_node_accept_bytes, check_node_accept, extend_buffers):
27363         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
27364         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
27365         (sift_ctx_init):
27366         Likewise.
27367
27368         * lib/regex_internal.h:
27369         (re_string_allocate, re_string_construct, re_string_reconstruct):
27370         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
27371         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
27372         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
27373         (re_string_context_at, re_string_peek_byte_case):
27374         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
27375         is defined, since we now use prototypes always.
27376
27377         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
27378         C89 or better.  All uses removed.
27379
27380 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27381
27382         * config/srclist.txt: Add glibc bugs 1220-1227.
27383
27384 2005-08-20  Jim Meyering  <jim@meyering.net>
27385
27386         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
27387         of unused local, dfa.
27388
27389 2005-08-20  Bruno Haible  <bruno@clisp.org>
27390
27391         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
27392
27393 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27394
27395         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
27396         (re_node_set_insert_last, re_dfa_add_node):
27397         Rename local variables to avoid GCC shadowing warnings.
27398
27399 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27400
27401         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
27402         [defined lint]: Suppress bogus uninitialized-variable warnings.
27403
27404         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
27405         and let the caller return REG_ESPACE if out of space.  This
27406         removes an uninitialied-variable warning with GCC 4.0.1, and also
27407         avoids taking the address of a local variable.  All callers
27408         changed.
27409
27410 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27411
27412         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
27413         $LIBCSRC/posix/regexec.c.
27414         Add glibc bug 1217 for regcomp.c.
27415
27416 2005-08-19  Jim Meyering  <jim@meyering.net>
27417
27418         * lib/regexec.c (proceed_next_node): Redo local variables to
27419         avoid GCC shadowing warnings.
27420
27421 2005-08-18  Bruno Haible  <bruno@clisp.org>
27422
27423         * lib/strstr.c (strstr): Fix return value in multibyte case.
27424         * lib/strcasestr.c (strcasestr): Likewise.
27425
27426 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27427
27428         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
27429
27430 2005-08-17  Jim Meyering  <jim@meyering.net>
27431
27432         Make the %s format (seconds since the epoch) work for a negative
27433         number and when used with a zero-padded field width, e.g. %015s.
27434
27435         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
27436         label so that it precedes the code to set `digits'.  Otherwise,
27437         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
27438         print `00-22'.  Now, it prints `-0022', as it should.
27439
27440 2005-08-17  Bruno Haible  <bruno@clisp.org>
27441
27442         * modules/strstr (Files): Add m4/mbrtowc.m4.
27443         (Depends-on): Add mbuiter.
27444
27445 2005-08-17  Bruno Haible  <bruno@clisp.org>
27446
27447         * modules/strcasestr: New file.
27448         * MODULES.html.sh (String handling, based on ANSI C 89): Add
27449         strcasestr.
27450
27451 2005-08-17  Bruno Haible  <bruno@clisp.org>
27452
27453         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
27454
27455 2005-08-17  Bruno Haible  <bruno@clisp.org>
27456
27457         * modules/mbuiter: New file.
27458         * MODULES.html.sh (Extended multibyte and wide character utilities):
27459         Add mbuiter.
27460
27461 2005-08-17  Bruno Haible  <bruno@clisp.org>
27462
27463         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
27464         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
27465
27466 2005-08-17  Bruno Haible  <bruno@clisp.org>
27467
27468         * m4/strcasestr.m4: New file.
27469
27470 2005-08-17  Bruno Haible  <bruno@clisp.org>
27471
27472         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
27473         * lib/strstr.c: Completely rewritten, with multibyte locale support.
27474
27475 2005-08-17  Bruno Haible  <bruno@clisp.org>
27476
27477         * lib/strcasestr.h: New file.
27478         * lib/strcasestr.c: New file.
27479
27480 2005-08-17  Bruno Haible  <bruno@clisp.org>
27481
27482         * lib/strcasecmp.c: Use mbuiter.h.
27483
27484 2005-08-17  Bruno Haible  <bruno@clisp.org>
27485
27486         * lib/mbuiter.h: New file.
27487
27488 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
27489
27490         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
27491         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
27492         and gl_GETOPT are both invoked via different paths (as happens
27493         with GNU tar CVS because it uses both argp and getopt), the former
27494         wins.
27495
27496 2005-08-16  Bruno Haible  <bruno@clisp.org>
27497
27498         * modules/tls: New file.
27499         * MODULES.html.sh (Multithreading): Add tls.
27500
27501 2005-08-16  Bruno Haible  <bruno@clisp.org>
27502
27503         * modules/strnlen1: New file.
27504         * MODULES.html.sh (String handling): Add strnlen1.
27505
27506 2005-08-16  Bruno Haible  <bruno@clisp.org>
27507
27508         * modules/strcase (Files): Add m4/mbrtowc.m4.
27509         (Depends-on): Add strnlen1, mbchar.
27510
27511 2005-08-16  Bruno Haible  <bruno@clisp.org>
27512
27513         * modules/mbiter: New file.
27514         * MODULES.html.sh (Extended multibyte and wide character utilities):
27515         Add mbiter.
27516
27517 2005-08-16  Bruno Haible  <bruno@clisp.org>
27518
27519         * modules/mbfile: New file.
27520         * MODULES.html.sh (Extended multibyte and wide character utilities):
27521         Add mbfile.
27522
27523 2005-08-16  Bruno Haible  <bruno@clisp.org>
27524
27525         * modules/mbchar: New file.
27526         * MODULES.html.sh (Extended multibyte and wide character utilities):
27527         New section.
27528
27529 2005-08-16  Bruno Haible  <bruno@clisp.org>
27530
27531         * m4/tls.m4: New file, from GNU gettext.
27532
27533 2005-08-16  Bruno Haible  <bruno@clisp.org>
27534
27535         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
27536         always.
27537         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
27538
27539 2005-08-16  Bruno Haible  <bruno@clisp.org>
27540
27541         * m4/mbiter.m4: New file.
27542
27543 2005-08-16  Bruno Haible  <bruno@clisp.org>
27544
27545         * m4/mbfile.m4: New file.
27546
27547 2005-08-16  Bruno Haible  <bruno@clisp.org>
27548
27549         * m4/mbchar.m4: New file.
27550
27551 2005-08-16  Bruno Haible  <bruno@clisp.org>
27552
27553         * lib/tls.h: New file, from GNU gettext.
27554         * lib/tls.c: New file, from GNU gettext.
27555
27556 2005-08-16  Bruno Haible  <bruno@clisp.org>
27557
27558         * lib/strnlen1.h: New file.
27559         * lib/strnlen1.c: New file.
27560
27561 2005-08-16  Bruno Haible  <bruno@clisp.org>
27562
27563         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
27564         (mbi_init): Update.
27565         (mbi_avail, mbi_advance): Let the iteration end before the terminating
27566         NUL byte, not after it.
27567
27568 2005-08-16  Bruno Haible  <bruno@clisp.org>
27569
27570         * lib/strcase.h (strcasecmp): Add note in comments.
27571         * lib/strncasecmp.c: Use code from strcasecmp.c.
27572         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
27573         (strcasecmp): Work correctly in multibyte locales.
27574
27575 2005-08-16  Bruno Haible  <bruno@clisp.org>
27576
27577         * lib/mbiter.h: New file.
27578
27579 2005-08-16  Bruno Haible  <bruno@clisp.org>
27580
27581         * lib/mbfile.h: New file.
27582
27583 2005-08-16  Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/mbchar.h: New file.
27586         * lib/mbchar.c: New file.
27587
27588 2005-08-16  Bruno Haible  <bruno@clisp.org>
27589
27590         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
27591         the valid ones. Makes the comparison operations transitive:
27592         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
27593         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
27594
27595 2005-08-15  Simon Josefsson  <jas@extundo.com>
27596
27597         * modules/ssize_t (License): Change to 'unlimited'.
27598
27599         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
27600
27601 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27602
27603         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
27604         Add comments for each pending glibc patch.
27605
27606 2005-08-15  Bruno Haible  <bruno@clisp.org>
27607
27608         * lib/regex.h (__restrict_arr): Don't define to __restrict if
27609         __cplusplus is defined.
27610
27611 2005-08-14  Jim Meyering  <jim@meyering.net>
27612
27613         Sync from coreutils.
27614
27615         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
27616         Use the hash-table-based cycle-detection code not just when
27617         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
27618         Reported by James Youngman in
27619         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
27620         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
27621         FTS_TIGHT_CYCLE_CHECK.
27622         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
27623         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
27624         once again.
27625         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
27626         * lib/fts.c (fd_safer): Remove decl.
27627         Include fcntl--.h rather than unistd-safer.h
27628         (fts_safe_changedir): Don't call fd_safer; no longer needed
27629         now that we include fcntl--.h.
27630
27631 2005-08-12  Simon Josefsson  <jas@extundo.com>
27632
27633         * modules/getndelim2: Use ssize_t module.
27634         * modules/getnline: Likewise.
27635         * modules/safe-read: Likewise.
27636         * modules/xreadlink: Likewise.
27637
27638         * modules/ssize_t: New file.
27639
27640 2005-08-12  Simon Josefsson  <jas@extundo.com>
27641
27642         * m4/readline.m4: Look for termcap, curses or ncurses if required.
27643
27644 2005-08-12  Simon Josefsson  <jas@extundo.com>
27645
27646         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27647         ssize_t.
27648
27649 2005-08-12  Simon Josefsson  <jas@extundo.com>
27650
27651         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
27652         readline, getdelim and check_version.
27653         (Support for systems lacking ISO C 99: Sizes of integer types):
27654         Add size_max.
27655
27656 2005-08-12  Bruno Haible  <bruno@clisp.org>
27657
27658         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
27659
27660 2005-08-11  Simon Josefsson  <jas@extundo.com>
27661
27662         * modules/readline: New file.
27663
27664         * modules/strnlen (Files): Add strnlen.h.
27665
27666 2005-08-11  Simon Josefsson  <jas@extundo.com>
27667
27668         * m4/readline.m4: New file.
27669
27670 2005-08-11  Simon Josefsson  <jas@extundo.com>
27671
27672         * lib/readline.h, readline.c: New file.
27673
27674 2005-08-11  Simon Josefsson  <jas@extundo.com>
27675
27676         * doc/gnulib.texi (Initial import, Finishing touches): Mention
27677         gl_AVOID.
27678
27679 2005-08-11  Bruno Haible  <bruno@clisp.org>
27680
27681         * lib/strnlen.h (strnlen): Change parameter name to match comment.
27682
27683 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
27684
27685         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
27686
27687 2005-08-10  Simon Josefsson  <jas@extundo.com>
27688
27689         * tests/test-iconvme.c: New file.
27690
27691 2005-08-10  Simon Josefsson  <jas@extundo.com>
27692
27693         * m4/strnlen.m4: New file.
27694
27695         * m4/strndup.m4: Don't check for strnlen declaration, done in
27696         strnlen.m4.
27697
27698 2005-08-10  Simon Josefsson  <jas@extundo.com>
27699
27700         * lib/strndup.c: Use strnlen.h.
27701
27702         * lib/strnlen.h: New file.
27703
27704 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27705
27706         * README: Typos.
27707
27708 2005-08-02  Simon Josefsson  <jas@extundo.com>
27709
27710         * modules/readline: New file.
27711
27712 2005-08-02  Simon Josefsson  <jas@extundo.com>
27713
27714         * modules/getdelim: New file.
27715
27716         * modules/getline: Rewrite, don't use getndelim2.
27717
27718 2005-08-02  Simon Josefsson  <jas@extundo.com>
27719
27720         * m4/getline.m4: Separate out getdelim stuff into separate module.
27721
27722         * m4/getdelim.m4: New file.
27723
27724 2005-08-02  Simon Josefsson  <jas@extundo.com>
27725
27726         * lib/getline.h, getline.c: Rewrite.
27727
27728         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
27729
27730 2005-07-31  Bruno Haible  <bruno@clisp.org>
27731
27732         * lib/lock.h (gl_lock_initializer): New macro.
27733         (gl_lock_define_initialized): Use it.
27734         (gl_rwlock_initializer): New macro.
27735         (gl_rwlock_define_initialized): Use it.
27736         (gl_recursive_lock_initializer): New macro.
27737         (gl_recursive_lock_define_initialized): Use it.
27738
27739 2005-07-30  Karl Berry  <karl@gnu.org>
27740
27741         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
27742         Report from Ben Pfaff, regarding getopt.
27743
27744 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
27745
27746         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
27747         normal way.
27748         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
27749         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
27750         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
27751         (gl_GETOPT): Use the new macros.  Most of the implementation
27752         is moved to the new macros.  This is for programs like Emacs
27753         that don't want all the functionality of gl_GETOPT.
27754
27755 2005-07-26  Bruno Haible  <bruno@clisp.org>
27756
27757         * m4/lock.m4: Update from GNU gettext.
27758
27759 2005-07-26  Bruno Haible  <bruno@clisp.org>
27760
27761         * lib/lock.h: Update from GNU gettext.
27762         * lib/lock.c: Update from GNU gettext.
27763
27764 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
27765
27766         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
27767         obsolescent AC_TRY_RUN.  Include the default includes files, for
27768         'exit'.
27769
27770 2005-07-24  Bruno Haible  <bruno@clisp.org>
27771
27772         * modules/visibility: New file.
27773         * MODULES.html.sh (Misc): Add visibility.
27774
27775 2005-07-24  Bruno Haible  <bruno@clisp.org>
27776
27777         * m4/visibility.m4: New file.
27778
27779 2005-07-24  Bruno Haible  <bruno@clisp.org>
27780
27781         * doc/visibility.texi: New file.
27782
27783 2005-07-22  Bruno Haible  <bruno@clisp.org>
27784
27785         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
27786         $(ALLOCA_H), redundant through BUILT_SOURCES.
27787         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
27788         redundant through BUILT_SOURCES.
27789         * modules/byteswap (Makefile.am): Remove explicit dependency on
27790         $(BYTESWAP_H), redundant through BUILT_SOURCES.
27791         * modules/fnmatch (Makefile.am): Remove explicit dependency on
27792         $(FNMATCH_H), redundant through BUILT_SOURCES.
27793         * modules/getopt (Makefile.am): Remove explicit dependency on
27794         $(GETOPT_H), redundant through BUILT_SOURCES.
27795         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
27796         redundant through BUILT_SOURCES.
27797         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
27798         redundant through BUILT_SOURCES.
27799         * modules/stdbool (Makefile.am): Remove explicit dependency on
27800         $(STDBOOL_H), redundant through BUILT_SOURCES.
27801         * modules/stdint (Makefile.am): Remove explicit dependency on
27802         $(STDINT_H), redundant through BUILT_SOURCES.
27803         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
27804         Remove explicit dependency on $(SYSEXITS_H).
27805         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
27806
27807 2005-07-18  Simon Josefsson  <jas@extundo.com>
27808
27809         * lib/check-version.c (check_version): Accept identical versions too.
27810
27811 2005-07-18  Bruno Haible  <bruno@clisp.org>
27812
27813         * modules/lock: New file.
27814         * MODULES.html.sh (Multithreading): New section.
27815
27816 2005-07-18  Bruno Haible  <bruno@clisp.org>
27817
27818         * m4/lock.m4: New file, from GNU gettext.
27819
27820 2005-07-18  Bruno Haible  <bruno@clisp.org>
27821
27822         * lib/lock.h: New file, from GNU gettext.
27823         * lib/lock.c: New file, from GNU gettext.
27824
27825 2005-07-18  Bruno Haible  <bruno@clisp.org>
27826
27827         * lib/lock.h (gl_once_t): New type.
27828         (gl_once_define, gl_once): New macros.
27829         * lib/lock.c (fresh_once): New variable.
27830         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
27831         functions.
27832
27833 2005-07-16  Simon Josefsson  <jas@extundo.com>
27834
27835         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
27836         workaround, suggested by Bruno.
27837
27838 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27839
27840         * modules/xalloc (Depends-on): Add xalloc-die.
27841         * modules/xvasprintf (Depends-on): Add xalloc-die.
27842
27843 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27844
27845         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
27846         with a minor change.
27847
27848 2005-07-15  Bruno Haible  <bruno@clisp.org>
27849
27850         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
27851         When using lib/poll.c, define poll as rpl_poll.
27852
27853 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
27854
27855         * modules/argp (Depends-on): Remove unlocked-io.
27856
27857 2005-07-14  Derek Price  <derek@ximbiot.com>
27858
27859         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
27860         for glob symlink bug.
27861
27862 2005-07-14  Bruno Haible  <bruno@clisp.org>
27863
27864         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
27865         Instead, test for *_unlocked function declarations directly.
27866
27867 2005-07-11  Simon Josefsson  <jas@extundo.com>
27868
27869         * modules/size_max: New file.
27870
27871         * modules/xsize: Depend on size_max module for size_max.m4.
27872
27873 2005-07-11  Simon Josefsson  <jas@extundo.com>
27874
27875         * lib/size_max.h: New file.
27876
27877 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
27878
27879         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
27880         copyright symbol and the year.
27881         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
27882         (version_etc_va): Use parameterized copyright notice.
27883         Reword to conform to the current GNU coding standards.
27884
27885 2005-07-11  Karl Berry  <karl@gnu.org>
27886
27887         * doc/gnulib.texi (Quoting): new node.
27888         (Initial import): more info, from Patrice.
27889
27890 2005-07-11  Bruno Haible  <bruno@clisp.org>
27891
27892         * gnulib-tool (func_usage): Document option --avoid.
27893         (Command line options): Handle --avoid.
27894         (func_acceptable): New function.
27895         (func_modules_transitive_closure): Use it.
27896
27897 2005-07-11  Bruno Haible  <bruno@clisp.org>
27898
27899         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
27900         Reported by Jim Meyering.
27901
27902 2005-07-10  Bruno Haible  <bruno@clisp.org>
27903
27904         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
27905         Needed when size_t is smaller than 'unsigned int'.
27906         Reported by Paul Eggert.
27907
27908 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27909
27910         * modules/argp (Depends-on): Add unlocked-io
27911
27912 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27913
27914         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
27915         block of defines.
27916
27917 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27918
27919         * config/srclist.txt: Comment out regcomp.c, since we have a porting
27920         fix now.
27921
27922 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
27923         and Paul Eggert  <eggert@cs.ucla.edu>
27924
27925         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
27926         in wint_t, not wchar_t.  Remove now-unnecessary cast.
27927
27928 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27929
27930         * modules/regex (Files): Add lib/regex_internal.c,
27931         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
27932         (Depends-on): Add extensions.
27933         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
27934
27935 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27936
27937         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
27938         pathconf.
27939         * m4/same.m4 (gl_SAME): Likewise.
27940         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
27941
27942         * m4/regex.m4: Adjust to new libc regex implementation.
27943         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
27944         all the .c and .h parts of (the new) regex.
27945         Quote the m4 stuff better.
27946         Check for RE_ICASE bug of old gnulib.
27947         Check for REG_STARTEND of recent libc.
27948         Rename local variables from jm_* to gl_*.
27949         Quote operand of "test -f".
27950         Say "recent enough" version of libc, not "version 2".
27951         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
27952         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
27953         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
27954         Remove check for btowc, isascii.
27955         Require AM_LANGINFO_CODESET.
27956
27957 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27958
27959         * lib/regex.c, regex.h: Sync from libc.
27960         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
27961         * lib/regexec.c:
27962         New files, synced from libc, except that regex_internal.h
27963         currently has a small porting fix.
27964
27965 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27966
27967         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
27968         regex_internal.c, regexec.c.
27969         Add regex_internal.h too, but as a comment, since the libc version
27970         is currently broken in gnulib mode.
27971
27972 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27973
27974         Support programs like Emacs that use gnulib but not gettext.
27975         * MODULES.html.sh (Internationalization functions): Add gettext-h.
27976         * modules/gettext-h: New file.
27977         * modules/gettext (Files): Remove lib/gettext.h.
27978         (Depends-on): Add gettext-h.
27979         (Makefile.am): Remove lib_SOURCES.
27980         * modules/argmatch, modules/c-stack, modules/closeout:
27981         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
27982         * modules/execute, modules/file-type, modules/getaddrinfo:
27983         * modules/getopt, modules/human, modules/javacomp:
27984         * modules/javaexec, modules/mkdir-p, modules/obstack:
27985         * modules/openat, modules/pagealign_alloc, modules/pipe:
27986         * modules/quotearg, modules/regex, modules/rpmatch:
27987         * modules/unicodeio, modules/userspec, modules/version-etc:
27988         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
27989         * modules/xsetenv:
27990         Depend on gettext-h, not gettext.
27991
27992 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27993
27994         * gnulib-tool (func_import): Add support for 'public domain' license.
27995         * modules/alloca, modules/atexit, modules/memmove:
27996         Now public domain, not GPL.
27997         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
27998         * modules/realloc, modules/strerror, modules/strtod:
27999         Now LGPL, not GPL.
28000
28001 2005-07-05  Bruno Haible  <bruno@clisp.org>
28002
28003         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
28004         autoconf CVS. Needed for mingw.
28005
28006 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28007
28008         Remove the dependency of the strftime module on the tzset module.
28009         * modules/strftime (Depends-on): Remove dependency on tzset.
28010
28011 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28012
28013         Remove the dependency of the strftime module on the tzset module.
28014         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
28015         gl_FUNC_TZSET_CLOBBER.
28016
28017 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28018
28019         Remove the dependency of the strftime module on the tzset module.
28020         * lib/strftime.c (my_strftime)
28021         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
28022         Copy the input structure, to work around some of the bug with
28023         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
28024         Solaris releases, you should also use the tzset module, but we won't
28025         require it as a dependency any more since we don't want LGPLed code
28026         to depend on GPLed code.
28027
28028 2005-07-02  Jim Meyering  <jim@meyering.net>
28029
28030         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
28031         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
28032         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
28033         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
28034
28035 2005-07-02  Jim Meyering  <jim@meyering.net>
28036
28037         * lib/backupfile.c (backup_args): Change a `0' to NULL.
28038
28039 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28040
28041         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
28042         declares only 'struct timespec;' (!).
28043
28044 2005-07-01  Jim Meyering  <jim@meyering.net>
28045
28046         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
28047         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
28048         * lib/save-cwd.c, tempname.c:
28049         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28050         and don't include <sys/file.h>).
28051
28052 2005-06-29  Jim Meyering  <jim@meyering.net>
28053
28054         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
28055         type name.  Use the variable name instead.
28056         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
28057         Likewise.
28058
28059 2005-06-28  Simon Josefsson  <jas@extundo.com>
28060
28061         * modules/check-version (Files): Add check-version.m4.
28062
28063 2005-06-28  Simon Josefsson  <jas@extundo.com>
28064
28065         * m4/check-version.m4: New file, suggested by Jim Meyering
28066         <jim@meyering.net>.
28067
28068 2005-06-28  Simon Josefsson  <jas@extundo.com>
28069
28070         * lib/check-version.h, lib/check-version.c: New files.
28071
28072 2005-06-28  Simon Josefsson  <jas@extundo.com>
28073
28074         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
28075         collision with global variable.  Better indentation.  Don't
28076         increment buffer pointer beyond buffer end.  Based on comments
28077         from Paul Eggert <eggert@cs.ucla.edu>.
28078
28079         * lib/base64.h: Indent.
28080
28081 2005-06-28  Simon Josefsson  <jas@extundo.com>
28082
28083         * doc/gnulib.texi (Library version handling): New section.
28084
28085 2005-06-28  Jim Meyering  <jim@meyering.net>
28086
28087         * check-module (find_included_lib_files): Hard-code another
28088         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
28089         but modules/fts-lgpl (correctly) does not list those files.
28090
28091         * modules/canonicalize (Files): Add lib/pathmax.h.
28092
28093 2005-06-25  Simon Josefsson  <jas@extundo.com>
28094
28095         * modules/check-version: New file.
28096
28097 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
28098
28099         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
28100         initializer of struct addrinfo, as an indication that we don't
28101         care how many members the structure has.
28102
28103 2005-06-24  Derek Price  <derek@ximbiot.com>
28104         and Bruno Haible  <bruno@clisp.org>
28105
28106         Remove stat module & update lstat.
28107         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
28108         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28109         * m4/stat.m4: Remove this file.
28110
28111 2005-06-24  Derek Price  <derek@ximbiot.com>
28112         and Bruno Haible  <bruno@clisp.org>
28113
28114         Remove stat module & update lstat.
28115         * lib/stat.c: Remove this file...
28116         (slash_aware_lstat): ...moving this content and its support...
28117         * lib/lstat.c (rpl_lstat): ...into here.
28118         * lib/lstat.h: New file.
28119
28120 2005-06-24  Derek Price  <derek@ximbiot.com>
28121         and Bruno Haible  <bruno@clisp.org>
28122
28123         Remove stat module & update lstat.
28124         * config/srclist.txt (libc sources): Remove stat.
28125
28126 2005-06-24  Derek Price  <derek@ximbiot.com>
28127         and Bruno Haible  <bruno@clisp.org>
28128
28129         Remove stat module & update lstat.
28130         * MODULES.html.sh (stat): Remove.
28131         * MODULES.html: Regenerated.
28132         * modules/lstat (Description): Correct function name.
28133         (Files): Add "lstat.h".
28134         (Depends-on): Remove stat, add xalloc, stat-macros.
28135         * modules/stat: Remove this file.
28136         (Include): Add "lstat.h", remove <sys/stat.h>.
28137
28138 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
28141         (ranged_convert): Don't save conversion in a temporary struct.
28142         This causes a warning with GCC 4.0.0, and anyway in the typical
28143         case it's not worth the extra 100 bytes or so of code.
28144         (ranged_convert, __mktime_internal): When calling a function via a
28145         pointer P, use P () rather than (*P) (), as we now assume C89 or
28146         better.
28147
28148 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28149
28150         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
28151         "who -r" failed to give output.  Problem reported by Tim Waugh.
28152
28153         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
28154         (xcalloc): Use it to avoid needless tests.
28155         Problem reported by Jim Meyering.
28156
28157 2005-06-20  Derek Price  <derek@ximbiot.com>
28158
28159         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
28160         unnecessary for Autoconfs > 2.59c.
28161
28162 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28163
28164         * lib/argp.h (__option_is_short): Check upper limit of
28165         __key. Isprint() requires its argument to have the value
28166         of an unsigned char or EOF.
28167
28168 2005-06-16  Jim Meyering  <jim@meyering.net>
28169
28170         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
28171         when either N or S is zero.
28172
28173 2005-06-16  Derek Price  <derek@ximbiot.com>
28174
28175         * m4/bison.m4: Declare YACC & YFLAGS precious.
28176
28177 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
28178
28179         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
28180         multibyte string or pattern, fall back on unibyte matching.
28181         Problem reported by James Youngman.
28182
28183 2005-06-08  Bruno Haible  <bruno@clisp.org>
28184
28185         * modules/csharpcomp: New file.
28186         * MODULES.html.sh (C#): Add csharpcomp.
28187
28188 2005-06-08  Bruno Haible  <bruno@clisp.org>
28189
28190         * m4/csharpcomp.m4: New file, from GNU gettext.
28191
28192 2005-06-08  Bruno Haible  <bruno@clisp.org>
28193
28194         * lib/csharpcomp.h: New file, from GNU gettext.
28195         * lib/csharpcomp.c: New file, from GNU gettext.
28196         * lib/csharpcomp.sh.in: New file, from GNU gettext.
28197
28198 2005-06-08  Bruno Haible  <bruno@clisp.org>
28199
28200         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
28201         warning on mingw.
28202
28203 2005-06-07  Derek Price  <derek@ximbiot.com>
28204
28205         Sync from CVS.
28206         * lib/glob_.h: Indent nested #ifdef.
28207
28208 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28209
28210         Sync from coreutils.
28211         Use "file name" when talking about file names, instead of "filename"
28212         or "path", as per the GNU coding standards.
28213         * lib/mkdir-p.c: Renamed from makepath.c.
28214         (make_dir_parents): Renamed from make_path.  All callers changed.
28215         * lib/mkdir-p.h: Likewise.  All includers changed.
28216         * lib/filenamecat.c: Renamed from path-concat.c.
28217         (file_name_concat): Renamed from path_concat.  All callers changed.
28218         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
28219         * lib/filenamecat.h: Likewise.  All includers changed.
28220         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
28221         in comments or local variable names.
28222         * lib/basename.c: Likewise.
28223         * lib/canonicalize.c, canonicalize.h: Likewise.
28224         * lib/dirname.c, dirname.h: Likewise.
28225         * lib/euidaccess.c: Likewise.
28226         * lib/exclude.c: Likewise
28227         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
28228         * lib/fsusage.c, fsuage.h: Likewise.
28229         * lib/fts.c, fts_.h: Likewise.
28230         * lib/getcwd.c: Likewise.
28231         * lib/getloadavg.c: Likewise.
28232         * lib/mkstemp.c: Likewise.
28233         * lib/mountlist.c, mountlist.h: Likewise.
28234         * lib/openat.c, openat.h: Likewise.
28235         * lib/readlink-stub.c: Likewise.
28236         * lib/readutmp.c, readutmp.h: Likewise.
28237         * lib/rename.c: Likewise.
28238         * lib/rmdir.c: Likewise.
28239         * lib/same.c: Likewise.
28240         * lib/savedir.c: Likewise.
28241         * lib/stripslash.c: Likewise.
28242         * lib/tempname.c: Likewise.
28243         * lib/xreadlink.c: Likewise.
28244         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
28245         All uses changed.
28246         * lib/exclude.h: Likewise.
28247
28248         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
28249         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28250         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
28251         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28252         * lib/pathmax.h: Include <limits.h> unconditionally, since other
28253         files have been getting away with it for years (MORE/BSD 4.3
28254         is extinct now).
28255         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
28256         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28257
28258         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
28259         Define to 256, not 255, as per modern POSIX.
28260
28261 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28262
28263         Sync from coreutils.
28264         Use "file name" when talking about file names, instead of "filename"
28265         or "path", as per the GNU coding standards.
28266         * MODULES.html.sh: mkdir-p renamed from makepath.
28267         filenamecat renamed from path-concat.
28268         * modules/filenamecat: Renamed from modules/path-concat.
28269         (Files): filenamecat.h and filenamecat.c renamed from
28270         path-concat.h and path-concat.c.
28271         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
28272         (Include): filenamecat.h, not path-concat.h.
28273         * modules/mkdir-p: Renamed from modules/makepath.
28274         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
28275         makepath.c.
28276         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
28277         (Include): mkdir-p.h, not makepath.h.
28278
28279 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28280
28281         Sync from coreutils.
28282         * m4/mkdir-p.m4: Renamed from makepath.m4.
28283         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
28284         Rename files from makepath.c to mkdir-p.c, and from
28285         makepath.h to mkdir-p.h.
28286         * m4/filenamecat.m4: Renamed from path-concat.m4.
28287         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
28288         Rename files from path-concat.c to filenamecat.c,
28289         and from path-concat.h to filenamecat.h.
28290         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
28291         "file name" in local variables or comments.
28292         * m4/rename.m4: Likewise.
28293
28294 2005-06-01  Bruno Haible  <bruno@clisp.org>
28295
28296         * modules/csharpexec: New file.
28297         * MODULES.html.sh (C#): New section.
28298
28299 2005-06-01  Bruno Haible  <bruno@clisp.org>
28300
28301         * m4/csharp.m4: New file, from GNU gettext.
28302         * m4/csharpexec.m4: New file, from GNU gettext.
28303
28304 2005-06-01  Bruno Haible  <bruno@clisp.org>
28305
28306         * lib/csharpexec.h: New file, from GNU gettext.
28307         * lib/csharpexec.c: New file, from GNU gettext.
28308         * lib/csharpexec.sh.in: New file, from GNU gettext.
28309
28310 2005-05-31  Derek Price  <derek@ximbiot.com>
28311             Paul Eggert  <eggert@cs.ucla.edu>
28312
28313         Sync from cvs.
28314         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28315
28316 2005-05-31  Derek Price  <derek@ximbiot.com>
28317             Paul Eggert  <eggert@cs.ucla.edu>
28318
28319         Sync from cvs.
28320         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28321
28322 2005-05-29  Derek Price  <derek@ximbiot.com>
28323
28324         * config/srclist.txt (glob_.h, glob.c): Add these files.
28325
28326 2005-05-29  Derek Price  <derek@ximbiot.com>
28327
28328         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
28329         * modules/glob: New file.
28330         * modules/getlogin_r: Add link to POSIX spec in description.
28331
28332 2005-05-29  Derek Price  <derek@ximbiot.com>
28333             Paul Eggert  <eggert@cs.ucla.edu>
28334
28335         * m4/glob.m4: New file.
28336
28337 2005-05-29  Derek Price  <derek@ximbiot.com>
28338             Paul Eggert  <eggert@cs.ucla.edu>
28339
28340         * lib/glob_.h, lib/glob.c: New files.
28341
28342 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28343
28344         * modules/fts (Files): Remove m4/inttypes-pri.m4.
28345         * modules/fts-lgpl (Depends-on): Remove gettext.
28346
28347 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28348
28349         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
28350         and don't require gt_INTTYPES_PRI.
28351
28352 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28353
28354         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
28355
28356         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
28357         the configuration hassle isn't worth it.
28358         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
28359         (LONGEST_MODIFIER, PRIuMAX): Remove.
28360
28361 2005-05-27  Bruno Haible  <bruno@clisp.org>
28362
28363         * lib/getlogin_r.h: Remove second include of <stddef.h>.
28364
28365 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
28366
28367         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
28368         _POSIX_PTHREAD_SEMANTICS for Solaris.
28369
28370 2005-05-25  Derek Price  <derek@ximbiot.com>
28371
28372         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
28373
28374 2005-05-25  Derek Price  <derek@ximbiot.com>
28375             Paul Eggert  <eggert@cs.ucla.edu>
28376
28377         * modules/getlogin_r, m4/getlogin_r.m4: New files.
28378         * lib/getlogin_r.c, getlogin_r.h: New files.
28379
28380 2005-05-25  Bruno Haible  <bruno@clisp.org>
28381             Derek Price  <derek@ximbiot.com>
28382
28383         * lib/getlogin_r.h: Simplify API documentation.
28384
28385 2005-05-23  Derek Price  <derek@ximbiot.com>
28386
28387         * modules/minmax (Files): Add m4/minmax.m4.
28388         (configure.ac): Add gl_MINMAX.
28389
28390 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
28391
28392         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
28393         so that unistd-safer.h (GPL'ed code) need not be included.
28394
28395 2005-05-22  Bruno Haible  <bruno@clisp.org>
28396
28397         * m4/minmax.m4: New file.
28398         Based on a patch by Derek Price <derek@ximbiot.com>.
28399
28400 2005-05-22  Bruno Haible  <bruno@clisp.org>
28401
28402         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
28403         (INT64_MIN): Fix definition.
28404         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
28405
28406         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
28407         NEED_SIGNED_INT_TYPES.
28408
28409         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
28410         HAVE_SYSTEM_INTTYPES.
28411
28412 2005-05-22  Bruno Haible  <bruno@clisp.org>
28413
28414         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
28415         Also include <sys/param.h> if it defines MIN, MAX.
28416         Based on a patch by Derek Price <derek@ximbiot.com>.
28417
28418 2005-05-21  Jim Meyering  <jim@meyering.net>
28419
28420         * modules/fts (Files): Add m4/inttypes-pri.m4.
28421         (Depends-on): Add lstat and remove gettext.  Alphabetize.
28422
28423 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28424
28425         New fts module.
28426         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
28427         (setup_dir, free_dir): New functions.
28428         (enter_dir, leave_dir): Define trivial
28429         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
28430         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
28431         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
28432         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
28433         Move to fts-cycle.c.
28434         (fts_open): Use setup_dir.
28435         (fts_close): Use free_dir.
28436         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
28437         This adds a label and some gotos, but the alternatives were messier.
28438         Check for memory allocation failure when entering a dir.
28439         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
28440         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
28441         (FTS): New member fts_cycle, that is a union that contains the
28442         old active_dir_ht and cycle_state.  All uses changed to mention
28443         fts_cycle.ht and fts_cycle.state.
28444         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
28445         fts.c, with the following changes:
28446         (setup_dir, free_dir): New functions.
28447         (enter_dir): Now returns bool.  Return true if successful, false
28448         if memory exhausted.  All callers changed.
28449         Do not bother partly cleaning up on
28450         memory allocation failure; that is free_dir's job.
28451         However, free ad if hash_insert fails, to avoid memory leak.
28452         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
28453         fts->fts_options to see which union member to use.
28454
28455 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28456
28457         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
28458         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
28459
28460 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28461
28462         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
28463
28464 2005-05-20  Jim Meyering  <jim@meyering.net>
28465
28466         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
28467         Now a macro, to pacify GCC.
28468
28469 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28470
28471         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
28472         of -1.
28473
28474 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28475
28476         * lib/chown.c (rpl_chown): Return -1 on failure.
28477
28478 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28479
28480         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
28481         Don't check for stddef.h.
28482         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
28483         don't use its results.
28484         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
28485         since we include them unconditionally.  Don't require
28486         AM_STDBOOL_H, since stdbool is a prerequisite.
28487         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
28488         since we assume C89 or better.
28489         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
28490         as we don't use their results.
28491         Don't check for fchdir, memmove, memset, strrchr, as we use
28492         them unconditionally.
28493         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
28494         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
28495
28496 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28497
28498         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
28499         Include <stddef.h> unconditionally, since we assume C89 now.
28500         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
28501         * lib/fts.c: Include fts_.h first, to check interface.
28502         Do not include intprops.h; no longer needed.
28503         Include cycle-check.h and hash.h, since fts_.h no longer does.
28504         Remove unnecessary casts of closedir to void.
28505         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
28506         decide whether to decrement nlinks.
28507         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
28508         (FTS): Use struct hash_table * instead of Hash_table, so that
28509         we no longer need to include hash.h here.
28510
28511 2005-05-18  Jim Meyering  <jim@meyering.net>
28512
28513         * modules/dirfd (License): Change to LGPL.  Most of the code
28514         is already in the public domain.
28515
28516 2005-05-18  Jim Meyering  <jim@meyering.net>
28517
28518         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
28519         Reported by Yoann Vandoorselaere.
28520
28521 2005-05-17  Jim Meyering  <jim@meyering.net>
28522
28523         * m4/fts.m4: New file, from coreutils.
28524
28525 2005-05-17  Jim Meyering  <jim@meyering.net>
28526
28527         * lib/fts.c, lib/fts_.h: New files, from coreutils.
28528
28529 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28530
28531         Sync from coreutils.
28532         * m4/unlinkdir.m4: New file.
28533
28534 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28535
28536         Sync from coreutils.
28537         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
28538         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
28539         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
28540         White space changes only.
28541         * lib/makepath.c (make_path): Port to hosts where leading "//" is
28542         special.
28543         * lib/yesno.c: Include getline.h, not ctype.h.
28544         (yesno): Don't remove leading white space; POSIX doesn't allow it.
28545         Use getline to remove arbitrary restriction on response length.
28546
28547 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28548
28549         * config/srclist-update: Spell out "Street" in FSF postal
28550         mail address; this is the style the FSF seems to prefer.
28551
28552         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
28553         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
28554         this updates FSF postal mail address.
28555
28556         Sync from coreutils.
28557         * modules/unlinkdir: New file.
28558         * modules/yesno (Depends-on): Add getline.
28559         * MODULES.html.sh (File system functions): Add unlinkdir.
28560
28561 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28562
28563         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
28564         lib/strsep.h:
28565         Change the initial comment to refer to GPL, not LGPL.
28566         gnulib-tool will change it to LGPL as needed.
28567
28568         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
28569         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
28570         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
28571         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
28572         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
28573         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
28574         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
28575         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
28576         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
28577         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
28578         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
28579         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
28580         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
28581         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
28582         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
28583         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
28584         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
28585         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
28586         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
28587         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
28588         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
28589         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
28590         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
28591         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
28592         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
28593         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
28594         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
28595         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
28596         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
28597         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
28598         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
28599         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
28600         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
28601         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
28602         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
28603         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
28604         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
28605         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
28606         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
28607         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
28608         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
28609         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
28610         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
28611         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
28612         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
28613         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
28614         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
28615         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
28616         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
28617         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
28618         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28619         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
28620         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
28621         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
28622         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
28623         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
28624         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
28625         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
28626         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
28627         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
28628         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
28629         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
28630         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
28631         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
28632         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
28633         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
28634         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
28635         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
28636         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
28637         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
28638         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
28639         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
28640         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
28641         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
28642         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
28643         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
28644         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
28645         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
28646         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
28647         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
28648         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
28649         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
28650         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
28651         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
28652         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
28653         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
28654         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
28655         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
28656         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
28657         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
28658         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
28659         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
28660         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
28661         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
28662         lib/yesno.c, lib/yesno.h:
28663         Update FSF postal mail address.
28664
28665 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28666
28667         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
28668         tests/test-memmem.c, tests/test-stpncpy.c:
28669         Update FSF postal mail address.
28670
28671 2005-05-13  Bruno Haible  <bruno@clisp.org>
28672
28673         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
28674         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
28675         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
28676         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
28677         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
28678         Add support for 64-bit integers in the MSVC compiler.
28679
28680 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28681
28682         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
28683
28684 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
28685
28686         * gnulib-tool (func_import): Sort and uniquify recommended includes.
28687
28688 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
28689
28690         * doc/getdate.texi (General date syntax): Don't say that date
28691         date --iso-8601=ns generates acceptable dates; it doesn't yet.
28692         Problem reported by Nic Ferrier.
28693
28694 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28695
28696         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
28697         specified in ai_socktype. Fix invalid ai_protocol
28698         check. ai_protocol is usually set to 0 or depending on
28699         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
28700         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
28701         ai_socktype / ai_protocol in the returned addrinfo structure.
28702
28703 2005-05-10  Simon Josefsson  <jas@extundo.com>
28704
28705         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
28706         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28707
28708 2005-05-10  Karl Berry  <karl@gnu.org>
28709
28710         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
28711         (from http://www.gnu.org/licenses).
28712         * doc/COPYING.LIB: also rename to COPYING.LESSER.
28713         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
28714         fdl.texi suffices.
28715
28716 2005-05-10  Karl Berry  <karl@gnu.org>
28717
28718         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
28719         (COPYING.DOC): remove.
28720
28721         * config/srclist-update: new FSF address.
28722
28723 2005-05-10  Derek Price  <derek@ximbiot.com>
28724
28725         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
28726         possible.
28727
28728 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28729             Bruno Haible  <bruno@clisp.org>
28730
28731         * modules/inet_ntop: New file.
28732         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28733         inet_ntop.
28734
28735 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28736             Bruno Haible  <bruno@clisp.org>
28737
28738         * m4/inet_ntop.m4: New file.
28739
28740 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28741             Bruno Haible  <bruno@clisp.org>
28742
28743         * lib/inet_ntop.h: New file.
28744         * lib/inet_ntop.c: New file, from glibc with modifications.
28745
28746 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
28747
28748         * modules/time_r (License): Change to LGPL.
28749         * modules/extensions (License): Change to LGPL.  Actually,
28750         the license is more permissive than that, but currently gnulib-tool
28751         doesn't know how to handle more-permissive licenses.
28752
28753         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
28754         Problem reported by Dave Love.
28755
28756 2005-05-08  Jim Meyering  <jim@meyering.net>
28757
28758         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
28759         blank.
28760
28761 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28762
28763         * modules/argmatch (Depends-on): Add stdbool.
28764         * modules/backupfile (Depends-on): Likewise.
28765         * modules/chdir-long (Depends-on): Likewise.
28766         * modules/closeout (Depends-on): Likewise.
28767         * modules/cycle-check (Depends-on): Likewise.
28768         * modules/dirname (Depends-on): Likewise.
28769         * modules/fnmatch (Depends-on): Likewise.
28770         * modules/fsusage (Depends-on): Likewise.
28771         * modules/fwriteerror (Depends-on): Likewise.
28772         * modules/getcwd (Depends-on): Likewise.
28773         * modules/getloadavg (Depends-on): Likewise.
28774         * modules/hard-locale (Depends-on): Likewise.
28775         * modules/makepath (Depends-on): Likewise.
28776         * modules/mountlist (Depends-on): Likewise.
28777         * modules/nanosleep (Depends-on): Likewise.
28778         * modules/posixtm (Depends-on): Likewise.
28779         * modules/quotearg (Depends-on): Likewise.
28780         * modules/readtokens (Depends-on): Likewise.
28781         * modules/readtokens0 (Depends-on): Likewise.
28782         * modules/readutmp (Depends-on): Likewise.
28783         * modules/save-cwd (Depends-on): Likewise.
28784         * modules/strftime (Depends-on): Likewise.
28785         * modules/userspec (Depends-on): Likewise.
28786         * modules/utimecmp (Depends-on): Likewise.
28787         * modules/xgetcwd (Depends-on): Likewise.
28788         * modules/xnanosleep (Depends-on): Likewise.
28789         * modules/xstrtod (Depends-on): Likewise.
28790         * modules/yesno (Depends-on): Likewise.
28791
28792 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
28793
28794         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
28795         needless checks.
28796
28797 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28798
28799         Merge from coreutils.  Among other things,
28800         add bulletproofing for cases where stdin, stdout, or stderr are closed.
28801         * lib/fd-safer.c: New file.
28802         * lib/fcntl-safer.h, open-safer.c: Remove.
28803         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
28804         * lib/dup-safer.c: Include unistd-safer.h first.
28805         Don't include errno.h.
28806         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
28807         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
28808         * lib/file-type.c: Rely on file-type.h change.
28809         * lib/getloadavg.c: Include unistd-safer.h.
28810         (getloadavg): Use safer open.
28811         * lib/getusershell.c: Include "stdio-safer.h".
28812         (getusershell): Use safer fopen.
28813         * lib/long-options.c (long_options): Use NULL rather than 0.
28814         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
28815         'free'.
28816         * lib/modechange.c: Likewise.
28817         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
28818         (MODE_DONE): New constant.
28819         (struct mode_change): Remove 'next' member.
28820         (make_node_op_equals): New function; like the old one of the
28821         same name, except it allocates an array.
28822         (mode_compile, mode_create_from_ref): Use it.
28823         (mode_compile): Allocate result as an array, not a linked list.
28824         Parse octal string ourself, so that we catch mistakes like "+0".
28825         (mode_adjust): Arg is an array, not a linked list.
28826         * lib/modechange.c: Include stat-macros.h, xalloc.h.
28827         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
28828         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
28829         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
28830         Remove.  This is now stat-macros.h's job.
28831         (talloc): Remove.  All callers replaced by xalloc, so that
28832         our invokers don't have to worry about reporting memory failures.
28833         (make_node_op_equals): Remove.
28834         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28835         New constants.
28836         (struct mode_change): Moved here from modechange.h.
28837         (mode_append_entry): Remove.
28838         (mode_compile): Remove MASKED_OPS arg, since it encouraged
28839         apps to have incorrect behavior.  Use simpler algorithm for head
28840         and tail.  Don't futz with umask; that's now the job of mode_adjust.
28841         Detect more invalid usages rather than having somewhat-random behavior.
28842         Don't insert an "a=" action, as that leads to incorrect behavior.
28843         (mode_compile, mode_create_from_ref): Return NULL on error instead
28844         of an enum, since now there's only one way to have an error.  All
28845         callers changed.
28846         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
28847         at the correct time.  Simplify calculation of "+u" and its ilk.
28848         Don't mishandle "+X".
28849         (mode_free): Remove "register" and localize decls.
28850         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28851         (struct mode_change): Move to modechange.c; callers don't
28852         need to see this stuff.
28853         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
28854         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
28855         (mode_change, mode_adjust): Reflect the new signatures noted above.
28856         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
28857         that might redefine system include files.
28858         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
28859         (my_usleep): Use NULL rather than (void *) 0.
28860         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
28861         Use siginterrupt to specify that system calls should be interrupted.
28862         (rpl_nanosleep): Move initialization of suspended closer to call of
28863         my_usleep.
28864         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
28865         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
28866         (desirable_utmp_entry): New function.
28867         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
28868         using x2nrealloc, to simplify logic.
28869         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
28870         size calculation.  Do not assume utmp file is a regular file.
28871         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
28872         (READ_UTMP_CHECK_PIDS): New constant.
28873         * lib/save-cwd.c: Include unistd-safer.h.
28874         (save_cwd): Use fd_safer.
28875         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
28876         [!_LIBC] Include "stat-macros.h" instead.
28877         * lib/unistd-safer.h (fd_safer): New decl.
28878
28879 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28880
28881         * modules/getloadavg (Depends-on): Add unistd-safer.
28882         * modules/getusershell (Depends-on): Add stdio-safer.
28883         * modules/lstat (Depends-on): Remove xalloc.
28884         * modules/mkstemp (Depends-on): Add stat-macros.
28885         * modules/modechange (Depends-on): Remove xstrtol.
28886         Add stat-macros, xalloc.
28887         * modules/save-cwd (Depends-on): Add unistd-safer.
28888         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
28889         * modules/unistd-safer (Files): Add lib/fd-safer.c
28890         (Makefile.am): Remove lib_SOURCES.
28891
28892         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
28893         Remove fcntl-safer; unistd-safer supersedes it.
28894
28895 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28896
28897         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
28898         AC_HEADER_STAT.
28899         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
28900         (gl_PREREQ_CHOWN): Remove.
28901         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
28902         it.  Don't require AC_HEADER_STAT.
28903         (gl_PREREQ_LSTAT): Remove.
28904         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
28905         Don't require AC_HEADER_STAT.
28906         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
28907         (gl_PREREQ_RMDIR): Remove.
28908         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
28909         mention stat-macros.h or AC_HEADER_STAT, since we'll make
28910         the stat-macros module a prerequisite.
28911         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
28912         * m4/filemode.m4 (gl_FILEMODE): Likewise.
28913         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
28914         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
28915         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
28916         variable names.
28917         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
28918         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
28919         variable prefixes.
28920         * m4/fcntl-safer.m4: Remove.
28921         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
28922         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
28923         Invoke gl_PREREQ_FD_SAFER.
28924         (gl_PREREQ_FD_SAFER): New macro.
28925         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
28926         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
28927         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
28928         Remove duplicate call to AC_LIBOBJ(readutmp).
28929         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
28930
28931         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
28932         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
28933
28934 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28935
28936         * MODULES.html.sh (Misc): Add byteswap.
28937
28938 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28939
28940         * modules/getcwd (Depends-on): Add extensions.
28941         * modules/openat (Depends-on): Likewise.
28942
28943 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28944
28945         * modules/byteswap: New file.
28946
28947 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28948
28949         * m4/byteswap.m4: New file.
28950
28951 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28952
28953         * lib/byteswap_.h: New file.
28954
28955 2005-04-25  Karl Berry  <karl@gnu.org>
28956
28957         * m4/gettext.m4: Update from GNU gettext 0.14.4.
28958
28959 2005-04-25  Albert Chin  <china@thewrittenword.com>
28960
28961         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
28962         Toolkit C bug.
28963
28964 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
28965
28966         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
28967         (func_ln_if_changed) Remove forcibly for no error message
28968         in case file does not exist.
28969
28970 2005-04-19  Simon Josefsson  <jas@extundo.com>
28971
28972         * gnulib-tool (Options): Make --symlink mean --symbolic.
28973
28974 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
28975
28976         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
28977
28978 2005-04-16  Simon Josefsson  <jas@extundo.com>
28979
28980         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
28981
28982 2005-04-15  Simon Josefsson  <jas@extundo.com>
28983
28984         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
28985
28986 2005-04-15  Simon Josefsson  <jas@extundo.com>
28987
28988         * gnulib-tool: Rename --symlink to --symbolic.
28989
28990 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
28991
28992         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
28993         symbolic links to files instead of copying/moving.  Add --aux-dir,
28994         specifying directory relative --dir where auxiliary build tools
28995         are placed.
28996
28997 2005-04-14  Bruno Haible  <bruno@clisp.org>
28998
28999         * modules/allocsa (License): Change to LGPL.
29000         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
29001
29002 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
29003
29004         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
29005         that "UTC +1 second" continues to work.  Problem reported
29006         by Dmitry V. Levin.
29007         (relunit_snumber): New rule.
29008         (relunit): Use it.
29009
29010 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
29011
29012         * lib/getdate.y (universal_time_zone_table): New constant.
29013         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
29014         universal_time_zone_table.
29015         (lookup_zone): Prefer universal_time_zone_table to
29016         local_time_zone_table, so that "GMT" time stamps are allowed in
29017         London during the summer.  Problem reported by Ian Abbott.
29018
29019 2005-04-12  Jim Meyering  <jim@meyering.net>
29020
29021         * lib/human.c (humblock): Set *options even when returning due to
29022         xstrtoumax conversion failure.  Thanks to a used-uninitialized
29023         warning from gcc-4.
29024
29025 2005-04-09  Jim Meyering  <jim@meyering.net>
29026
29027         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
29028         -Wuninitialized: initialize tm0.tm_year.
29029
29030 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29031
29032         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
29033         count, since there's no maximum.  All uses changed.
29034         Add member dsts_seen.
29035         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
29036         not being INT_MAX.
29037         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
29038         Use pc_rels_seen to decide whther a date is absolute.
29039
29040         * lib/getdate.y (number): Don't overwrite year.
29041         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
29042         check.
29043
29044 2005-04-02  Simon Josefsson  <jas@extundo.com>
29045
29046         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
29047         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
29048
29049 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
29050
29051         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
29052         where no absolute path name can be longer than PATH_MAX.
29053
29054 2005-03-27  Jim Meyering  <jim@meyering.net>
29055
29056         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
29057
29058 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
29059
29060         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
29061         "one's complement" -> "ones' complement" in comment, as per Knuth.
29062         "value of type" -> "type or expression" in comment.
29063         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
29064
29065 2005-03-26  Jim Meyering  <jim@meyering.net>
29066
29067         Comment nits.
29068         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
29069         Correct typos: s/or/of/.
29070
29071 2005-03-26  Jim Meyering  <jim@meyering.net>
29072
29073         * modules/check-include-files: Move to ../ and rename to...
29074         * check-module: ...this.
29075
29076 2005-03-25  Jim Meyering  <jim@meyering.net>
29077
29078         * modules/xvasprintf (Files): Add xalloc.h.
29079
29080 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
29081
29082         * modules/gettext (Files): config/config.rpath ->
29083         build-aux/config.rpath
29084         * modules/iconv (Files): Likewise.
29085         Problem reported by Oskar Liljeblad.
29086
29087 2005-03-23  Jim Meyering  <jim@meyering.net>
29088
29089         * modules/check-include-files: New script to check for
29090         missing dependencies, multiple includes, etc.
29091
29092         * modules/c-strtold (Depends-on): Add xalloc.
29093         * modules/c-strtod (Depends-on): Add xalloc.
29094         * modules/hash (Depends-on): Add xalloc.
29095         (Files): Remove lib/xalloc.h.
29096
29097         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
29098         * modules/userspec (Files): Add lib/inttostr.h.
29099
29100 2005-03-23  Jim Meyering  <jim@meyering.net>
29101
29102         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
29103
29104 2005-03-22  Jim Meyering  <jim@meyering.net>
29105
29106         * modules/stat-macros: New module.
29107         * modules/canonicalize, modules/euidaccess, modules/file-type,
29108         * modules/filemode, modules/lchown, modules/makepath,
29109         * modules/rmdir, modules/stat: Depend on new stat-macros module
29110         rather than listing lib/stat-macros.h manually.
29111         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
29112
29113 2005-03-22  Jim Meyering  <jim@meyering.net>
29114
29115         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
29116
29117 2005-03-22  Bruno Haible  <bruno@clisp.org>
29118
29119         * config/srclist.txt: Replace target directory 'config' with
29120         'build-aux'.
29121         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
29122         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
29123         ../build-aux/.
29124
29125 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
29126
29127         * modules/chdir-long (Depends-on): Add mempcpy.
29128
29129         * modules/acl, modules/backupfile, modules/c-strtod,
29130         modules/c-strtold, modules/canon-host, modules/canonicalize,
29131         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
29132         modules/exclude, modules/exitfail, modules/file-type,
29133         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
29134         modules/getdate, modules/getline, modules/getpagesize,
29135         modules/getpass, modules/getugroups, modules/group-member,
29136         modules/hard-locale, modules/hash, modules/human, modules/idcache,
29137         modules/inttostr, modules/long-options, modules/makepath,
29138         modules/md5, modules/memcasecmp, modules/memcoll,
29139         modules/modechange, modules/mountlist, modules/path-concat,
29140         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
29141         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
29142         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
29143         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
29144         modules/strftime, modules/strndup, modules/strverscmp,
29145         modules/timespec, modules/unlocked-io, modules/userspec,
29146         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
29147         modules/yesno:
29148         Remove lib_SOURCES line from Makefile.am section, as this is now
29149         done automatically by the corresponding Autoconf macro.
29150
29151 2005-03-21  Jim Meyering  <jim@meyering.net>
29152
29153         Changes imported from coreutils.
29154
29155         * lib/cycle-check.c: Don't include xalloc.h.
29156
29157         * lib/path-concat.c: Don't include assert.h.
29158         (path_concat): Remove assertion that would have triggered
29159         for ABASE starting with more than one slash.
29160         Reported by Andreas Schwab.
29161
29162         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
29163         properly when ABASE is an absolute file name.
29164         Correct the description of this function.
29165         Include <assert.h>.
29166         Add an assertion and a test driver.
29167         This fixes a bug introduced on 2004-07-02.
29168         Andreas Schwab reported the resulting failure of cp --parents:
29169         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
29170
29171 2005-03-21  Jim Meyering  <jim@meyering.net>
29172
29173         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
29174         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
29175
29176 2005-03-21  Jim Meyering  <jim@meyering.net>
29177         and  Paul Eggert  <eggert@cs.ucla.edu>
29178
29179         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
29180         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
29181         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
29182         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
29183         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
29184         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
29185         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
29186         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
29187         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
29188         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
29189         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
29190         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
29191         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
29192         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
29193         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
29194         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
29195         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
29196         for these modules.
29197
29198 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
29199
29200         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
29201         (which shouldn't happen), generate nothing instead of returning 0
29202         immediately, so that nstrftime (NULL, ...) doesn't return 0.
29203
29204 2005-03-16  Bruno Haible  <bruno@clisp.org>
29205
29206         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
29207         HAVE_LONGLONG_64BIT.
29208
29209 2005-03-16  Bruno Haible  <bruno@clisp.org>
29210
29211         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
29212         HAVE_LONGLONG_64BIT.
29213
29214 2005-03-16  Bruno Haible  <bruno@clisp.org>
29215
29216         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
29217         HAVE_LONGLONG_64BIT.
29218
29219 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29220
29221         * lib/strftime.c (my_strftime): Prepend space to format so that we can
29222         reliably distinguish strftime failure from empty output on POSIX
29223         hosts.
29224
29225 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29226
29227         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
29228         (iconv_string): Don't guess a size-zero buffer, as that might cause
29229         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
29230         result would be 'too large', where 'too large' is (heuristically)
29231         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
29232         overflow concerns.  This will prevent some unwanted malloc failures
29233         when the inputs are very large.
29234
29235 2005-03-15  Karl Berry  <karl@gnu.org>
29236
29237         * config/srclist.txt (config.rpath): from gettext.
29238         * config/config.rpath: update.
29239
29240 2005-03-15  Bruno Haible  <bruno@clisp.org>
29241
29242         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
29243         to 'negate'.
29244
29245         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
29246         variable.
29247
29248         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
29249         results.
29250
29251 2005-03-14  Simon Josefsson  <jas@extundo.com>
29252
29253         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
29254         <fx@gnu.org>.
29255
29256 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
29257
29258         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
29259         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
29260         intprops.h.
29261         * lib/strtol.c: Likewise.
29262
29263 2005-03-14  Jim Meyering  <jim@meyering.net>
29264
29265         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
29266         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
29267         to be nonzero so that we (and caller) can detect the difference
29268         between a valid zero-length expansion and an error return, even
29269         when the underlying strftime fails before writing anything into
29270         that location.
29271
29272 2005-03-14  Bruno Haible  <bruno@clisp.org>
29273
29274         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
29275         Update from GNU gettext 0.14.3.
29276
29277 2005-03-10  Jim Meyering  <jim@meyering.net>
29278
29279         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
29280
29281 2005-03-10  Jim Meyering  <jim@meyering.net>
29282
29283         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
29284         so that this module works on systems without fchdir.
29285
29286 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
29287
29288         Factor int-properties macros into a single file, except for
29289         glibc-related files.
29290         * lib/intprops.h: New file.
29291         * lib/getloadavg.c: Include it instead of limits.h.
29292         (INT_STRLEN_BOUND): Remove.
29293         * lib/human.c: Include intprops.h.
29294         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
29295         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
29296         302/1000.
29297         * lib/inttostr.h: Include intprops.h instead of limits.h.
29298         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
29299         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
29300         for consistency with intprops.h.
29301         (time_t_is_integer, twos_complement_arithmetic): Use them.
29302         * lib/sig2str.h: Include <signal.h>, intprops.h.
29303         (INT_STRLEN_BOUND): Remove.
29304         * lib/strftime.c (TYPE_SIGNED): Remove.
29305         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
29306         * lib/strtol.c: Adjust comments to match intprops.h.
29307         * lib/userspec.c: Include intprops.h.
29308         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
29309         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
29310         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
29311         instead of rolling our own expressions.
29312         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
29313
29314         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
29315         instead of int.
29316         (my_strftime): Do not mishandle years close to INT_MAX, by doing
29317         the right thing even if adding 1900 would overflow.  Similarly
29318         for tm_mon + 1 and tm_yday + 1.
29319         Make %Y always equivalent to %C%y, and similarly for %G and %g.
29320         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
29321         (DO_SIGNED_NUMBER): New macro.
29322         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
29323
29324 2005-03-07  Bruno Haible  <bruno@clisp.org>
29325
29326         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
29327
29328 2005-03-07  Bruno Haible  <bruno@clisp.org>
29329
29330         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
29331
29332 2005-03-04  Derek R. Price  <derek@ximbiot.com>
29333
29334         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
29335         (func_import): Only replace files via --import when they have actually
29336         changed.
29337
29338 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29339
29340         * m4/mmap-anon.m4: New file.
29341         * m4/pagealign_alloc.m4: New file.
29342
29343 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29344             Bruno Haible  <bruno@clisp.org>
29345
29346         * modules/pagealign_alloc: New file.
29347         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
29348
29349 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29350             Bruno Haible  <bruno@clisp.org>
29351
29352         * lib/pagealign_alloc.h: New file.
29353         * lib/pagealign_alloc.c: New file.
29354
29355 2005-03-03  Bruno Haible  <bruno@clisp.org>
29356
29357         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
29358         Use an all-permissive copyright notice, recommended by RMS.
29359
29360 2005-03-02  Bruno Haible  <bruno@clisp.org>
29361
29362         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
29363         of AIX, the replacement has to be done only after <string.h> is
29364         included, therefore not in config.h. stpncpy.h does the replacement,
29365         and stpncpy.c uses it.
29366
29367 2005-03-02  Bruno Haible  <bruno@clisp.org>
29368
29369         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
29370         stpncpy.c uses it.
29371
29372 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29373
29374         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
29375         The workaround isn't strictly needed for POSIX conformance, and
29376         it's too much of a pain to configure and maintain.  We'll ask
29377         people to fix their kernels instead.
29378         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
29379         (NANOSLEEP_BUG_WORKAROUND): Remove.
29380         (xnanosleep): Remove the workaround.
29381
29382 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29383
29384         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
29385         Reported by Derek Price.
29386         (Include): Add "timespec.h".
29387
29388         * modules/xnanosleep (Depends-on): Remove gethrxtime.
29389
29390 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29391
29392         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
29393         to detect nanosleep bug.
29394
29395 2005-03-01  Bruno Haible  <bruno@clisp.org>
29396
29397         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
29398
29399 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29400
29401         * modules/gethrxtime: New file.
29402         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
29403         (Depends-on): Add gethrxtime.
29404         (configure.ac): Add gl_XNANOSLEEP.
29405         (Makefile.am): Remove lib_SOURCES line.
29406
29407 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29408
29409         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
29410         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
29411
29412 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29413
29414         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
29415         * lib/timespec.h (gettime): Return void, since it always
29416         succeeds now.  All uses changed.
29417         * lib/gettime.c (gettime) Likewise.
29418         [HAVE_NANOTIME]: Prefer nanotime.
29419         Assume gettimeofday succeeds, as POSIX requires.
29420         Assime time () succeeds, since other code already does.
29421         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
29422         (timespec_subtract): Remove.
29423         (NANOSLEEP_BUG_WORKAROUND): New constant.
29424         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
29425         things considerably.  Use it only on GNU/Linux hosts, since the
29426         workaround shouldn't be needed elsewhere.
29427
29428 2005-02-24  Bruno Haible  <bruno@clisp.org>
29429
29430         * modules/gettext (Files): Add m4/glibc2.m4.
29431
29432 2005-02-24  Bruno Haible  <bruno@clisp.org>
29433
29434         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
29435         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
29436         * m4/progtest.m4:
29437         Update from GNU gettext 0.14.2.
29438         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
29439
29440 2005-02-24  Bruno Haible  <bruno@clisp.org>
29441
29442         * lib/localcharset.c: Update from GNU gettext 0.14.2.
29443         * lib/config.charset: Update from GNU gettext 0.14.2.
29444
29445 2005-02-24  Bruno Haible  <bruno@clisp.org>
29446
29447         * lib/gettext.h: Update from GNU gettext 0.14.2.
29448
29449 2005-02-23  Simon Josefsson  <jas@extundo.com>
29450
29451         * m4/iconvme.m4: New file.
29452
29453 2005-02-23  Jim Meyering  <jim@meyering.net>
29454
29455         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
29456         change.
29457         Thanks to Bruno Haible for catching it.
29458
29459 2005-02-22  Simon Josefsson  <jas@extundo.com>
29460
29461         * modules/iconvme: New file.
29462
29463         * MODULES.html.sh: Add iconvme.
29464
29465 2005-02-22  Simon Josefsson  <jas@extundo.com>
29466
29467         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
29468
29469 2005-02-22  Simon Josefsson  <jas@extundo.com>
29470
29471         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
29472
29473 2005-02-22  Jim Meyering  <jim@meyering.net>
29474
29475         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
29476         s/ifndef/ifdef/.
29477
29478 2005-02-20  Neil Conway  <neilc@samurai.com>
29479
29480         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
29481         returned by OSX/Darwin if the specified buffer is not large
29482         enough for the hostname.
29483
29484 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29485
29486         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
29487         pass it to _help, otherwise the latter coredumps trying to
29488         dereference state.root_argp.
29489
29490 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29491
29492         * modules/chdir-long (Depends-on): Add memrchr.
29493         * modules/memrchr (Files): Add lib/memrchr.h.
29494         (Include): "memrchr.h".
29495
29496 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29497
29498         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
29499
29500 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29501
29502         * lib/memrchr.h: New file.
29503         * lib/chdir-long.c: Include it.
29504         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
29505         Don't bother including stddef.h.
29506
29507 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
29508
29509         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
29510         inclusion.
29511         Include <sys/types.h>, for dev_t.
29512         (ME_DUMMY, ME_REMOTE): Move from here....
29513         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
29514         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
29515         Dmitry V. Levin.
29516         Include mountlist.h first, to test the interface.
29517
29518 2005-01-29  Bruno Haible  <bruno@clisp.org>
29519
29520         * lib/progname.c (program_name): Initialize.
29521         Needed when linking statically on MacOS X.
29522
29523 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29524
29525         Sync from coreutils.
29526         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
29527         (Depends-on): Add c-strtod.
29528         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
29529
29530 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29531
29532         Sync from coreutils.
29533         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
29534
29535         Remove files that are specific to coreutils.
29536         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
29537
29538 2005-01-28  Bruno Haible  <bruno@clisp.org>
29539
29540         * modules/javacomp: New file.
29541         * MODULES.html.sh (Java): Add javacomp.
29542
29543 2005-01-28  Bruno Haible  <bruno@clisp.org>
29544
29545         * m4/javacomp.m4: New file, from GNU gettext.
29546
29547 2005-01-28  Bruno Haible  <bruno@clisp.org>
29548
29549         * lib/javacomp.sh.in: New file, from GNU gettext.
29550         * lib/javacomp.h: New file, from GNU gettext.
29551         * lib/javacomp.c: New file, from GNU gettext.
29552
29553 2005-01-26  Simon Josefsson  <jas@extundo.com>
29554
29555         * lib/gai_strerror.c: Use GPL in header.
29556
29557 2005-01-26  Bruno Haible  <bruno@clisp.org>
29558
29559         * modules/javaexec: New file.
29560         * MODULES.html.sh (Java): Add javaexec.
29561
29562 2005-01-26  Bruno Haible  <bruno@clisp.org>
29563
29564         * m4/javaexec.m4: New file, from GNU gettext.
29565
29566 2005-01-26  Bruno Haible  <bruno@clisp.org>
29567
29568         * lib/javaexec.sh.in: New file, from GNU gettext.
29569         * lib/javaexec.h: New file, from GNU gettext.
29570         * lib/javaexec.c: New file, from GNU gettext.
29571
29572 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29573
29574         * modules/lchown (Depends-on): Remove lchown.h
29575
29576 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29577
29578         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
29579         must be defined if the header file was not found, in order
29580         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
29581
29582 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29583
29584         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
29585         initializers for struct pentry_state.
29586         (__argp_error): Check return value of __asprintf
29587         (__argp_failure): Translate error message
29588
29589         * lib/argp-parse.c: Removed braces around the expansion of N_()
29590
29591 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29592
29593         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
29594         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
29595         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
29596         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
29597         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
29598         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
29599         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
29600         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
29601         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
29602         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
29603         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
29604         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
29605         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
29606         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
29607         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
29608         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
29609         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
29610         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
29611         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
29612         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
29613         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
29614         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
29615         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
29616         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
29617         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
29618         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
29619         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
29620         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
29621         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
29622         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
29623         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
29624         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
29625         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
29626         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
29627         xstrtol.m4, xstrtoumax.m4, yesno.m4:
29628         Use an all-permissive copyright notice, recommended by RMS.
29629
29630 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
29631
29632         * modules/chdir-long (Depends-on): Remove mempcpy.
29633
29634 2005-01-21  Jim Meyering  <jim@meyering.net>
29635
29636         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
29637         same value as for Solaris 9.
29638
29639         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
29640         component length.  This included changing the parameter to be
29641         of type `char *' rather than `char const *'.
29642         * lib/chdir-long.h (chdir_long): Update prototype.
29643
29644         * lib/openat.c (fdopendir, fstatat): New functions.
29645         * lib/openat.h: Include headers required for use of DIR and struct
29646         stat.
29647         [AT_SYMLINK_NOFOLLOW]: Define.
29648         (fdopendir, fstatat): Add prototypes.
29649
29650 2005-01-21  Bruno Haible  <bruno@clisp.org>
29651
29652         * modules/classpath: New file.
29653         * MODULES.html.sh (Java): Add classpath.
29654
29655 2005-01-21  Bruno Haible  <bruno@clisp.org>
29656
29657         * lib/classpath.h: New file, from GNU gettext.
29658         * lib/classpath.c: New file, from GNU gettext.
29659
29660 2005-01-20  Simon Josefsson  <jas@extundo.com>
29661
29662         * modules/version-etc-fsf: New file.
29663
29664 2005-01-20  Simon Josefsson  <jas@extundo.com>
29665
29666         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
29667         * lib/version-etc.c: Remove version_etc_copyright.
29668         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
29669         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
29670
29671 2005-01-20  Simon Josefsson  <jas@extundo.com>
29672
29673         * lib/base64.h (isbase64): Add.
29674
29675         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
29676         using a unsigned prototype, don't inline.
29677         (base64_decode): Use it.
29678
29679 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29680
29681         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
29682         it.
29683
29684 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29685
29686         * lib/save-cwd.c (save_cwd): Remove code to support the case
29687         where fchdir is missing or flaky.
29688
29689 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29690
29691         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
29692
29693 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
29694
29695         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
29696         AC_LIBSOURCES now does this.
29697         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
29698         with new ullong_max module.
29699
29700 2005-01-19  Bruno Haible  <bruno@clisp.org>
29701
29702         * modules/sh-quote: New file.
29703         * MODULES.html.sh (Executing programs): Add sh-quote.
29704
29705 2005-01-19  Bruno Haible  <bruno@clisp.org>
29706
29707         * lib/sh-quote.h: New file, from GNU gettext.
29708         * lib/sh-quote.c: New file, from GNU gettext.
29709
29710 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29711
29712         Merge from coreutils.
29713         * m4/ullong_max.m4: New file.
29714         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
29715         (gl_MACROS): Assume localeconv exists.
29716
29717 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29718
29719         Merge changes from coreutils, as described below in several
29720         changelogs dated today.
29721
29722         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
29723         (O_DIRECTORY): Remove; not needed here, since "." must be
29724         a directory.  All uses removed.
29725         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
29726         universal on Suns, and we also need to test for IRIX.
29727         Revamp code to use 'if' rather than '#if'.
29728         Avoid unnecessary comparison of cwd->desc to 0.
29729
29730         * lib/utimens.c (futimens): Robustify the previous patch, by checking
29731         for known valid error numbers rather than observed invalid ones.
29732
29733 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29734
29735         * modules/ullong_max: New file.
29736
29737         * modules/chdir-long, modules/openat: New files.
29738         * modules/save-cwd (Depends-on): Depend on chdir-long.
29739         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
29740
29741 2005-01-18  Jim Meyering  <jim@meyering.net>
29742
29743         Merge from coreutils.
29744         * m4/chdir-long.m4, m4/openat.m4: New files.
29745         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
29746         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
29747         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
29748         is sane and DOES follow symlinks.  Besides, testing 20 different
29749         systems found no broken chown implementations.
29750         Prompted by a change in rsync's copy of this macro.
29751         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
29752
29753         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
29754
29755         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
29756         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
29757         NULL-means-set-to-current-time semantics.
29758         Remove temporary file immediately, rather than waiting
29759         for configure's at-exit trap code to do it.
29760
29761 2005-01-18  Jim Meyering  <jim@meyering.net>
29762
29763         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29764
29765         * lib/utimens.c (futimens): Account for the fact that futimes
29766         can also fail with errno == ENOSYS or errno == ENOENT.
29767         Patch from Dmitry V. Levin.
29768
29769         Change the name of the robust chdir function from chdir to chdir_long.
29770         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
29771         (restore_cwd): Use chdir_long, not chdir.
29772         * lib/chdir-long.c: Renamed from chdir.c.
29773         * lib/chdir-long.h: Renamed from chdir.h.
29774         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
29775         Hurd.
29776
29777 2005-01-18  Bruno Haible  <bruno@clisp.org>
29778
29779         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
29780         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
29781         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
29782         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
29783         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
29784         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
29785         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
29786         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
29787         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
29788         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
29789         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
29790         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
29791         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
29792         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
29793         Use an all-permissive copyright notice, recommended by RMS.
29794
29795 2005-01-18  Bob Proulx  <bob@proulx.com>
29796
29797         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
29798         simplify offsetof() macro construct to avoid compile failure with
29799         native HP-UX 11.0 ANSI C compiler.
29800
29801 2005-01-17  Bruno Haible  <bruno@clisp.org>
29802
29803         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
29804         redundant because stpncpy.m4 takes care of it.
29805
29806 2005-01-17  Bruno Haible  <bruno@clisp.org>
29807
29808         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
29809
29810 2005-01-17  Bruno Haible  <bruno@clisp.org>
29811
29812         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
29813         used.
29814
29815 2005-01-17  Bruno Haible  <bruno@clisp.org>
29816
29817         * lib/fwriteerror.h (fwriteerror): Change specification to include
29818         fclose.
29819         * lib/fwriteerror.c: Include <stdbool.h>.
29820         (fwriteerror): At the end, close the file stream. Record whether
29821         stdout was already closed.
29822
29823 2005-01-17  Bruno Haible  <bruno@clisp.org>
29824
29825         * lib/execute.c (environ): Declare if needed.
29826         * lib/pipe.c (environ): Likewise.
29827         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
29828
29829 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29830
29831         * modules/argp: Depend on vsnprintf
29832
29833 2005-01-10  Jim Meyering  <jim@meyering.net>
29834
29835         * modules/closeout (Depends-on): Add atexit.
29836
29837 2005-01-06  Bruno Haible  <bruno@clisp.org>
29838
29839         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
29840
29841 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29842
29843         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
29844         definitions to be after all include files, to avoid collisions.
29845         Problem reported by Bob Proulx.
29846
29847 2005-01-04  Jim Meyering  <jim@meyering.net>
29848
29849         Changes imported from coreutils.
29850         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
29851         as the mkstemp template, use a temporary directory and an
29852         8.3-friendly template to avoid trouble on systems like DJGPP.
29853         Reported by Juan M. Guerrero via Stepan Kasal.
29854         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
29855         close. Remove the temporary directory right away, rather than waiting
29856         for configure's at-exit trap code to do it.
29857         Suggestion from Stepan Kasal.
29858
29859 2005-01-01  Simon Josefsson  <jas@extundo.com>
29860
29861         * gnulib-tool: Print #include directives when --import'ing.
29862
29863 2004-12-28  Simon Josefsson  <jas@extundo.com>
29864
29865         * tests/test-base64.c: Include required header files.  Remove
29866         unused variables.
29867
29868 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29869
29870         * modules/error (Depends-on): Remove gettext.
29871
29872 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29873
29874         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
29875         not needed.  This removes a dependency on the gettext module.
29876         [defined _LIBC]: Do not include <libintl.h>; not needed.
29877
29878 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29879
29880         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
29881         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
29882
29883 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29884
29885         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
29886         HAVE_DECL_STRTOLD.
29887
29888 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29889
29890         * modules/getdate (Depends-on): Remove alloca-opt.
29891
29892 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29893
29894         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
29895
29896 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29897
29898         * lib/argp-parse.c: Include <stddef.h>.
29899         (alignof, alignto): New macros.
29900         (parser_init): Don't assume that void * is aligned sufficiently
29901         for struct option.
29902
29903         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
29904         need to extend the stack.
29905         (YYINITDEPTH): New macro, so that the initial stack isn't overly
29906         large.
29907
29908 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29909
29910         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
29911
29912 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29913
29914         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
29915         (2004-10-24) change.  Apparently this was a false alarm.
29916
29917         * modules/getdate: Depend on alloca-opt, not alloca.
29918
29919 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29920
29921         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
29922         Remove now-obsolete comment about AIX.
29923         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
29924         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
29925         (YYMAXDEPTH): New macro.
29926
29927 2004-12-18  Simon Josefsson  <jas@extundo.com>
29928
29929         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
29930
29931 2004-12-18  Bruno Haible  <bruno@clisp.org>
29932
29933         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
29934
29935 2004-12-18  Bruno Haible  <bruno@clisp.org>
29936
29937         * lib/fatal-signal.c (fatal_signals): Make non-const.
29938         (init_fatal_signals): New function.
29939         (uninstall_handlers, install_handlers): Ignore signals that were set to
29940         SIG_IGN.
29941         (at_fatal_signal): Call init_fatal_signals.
29942         (init_fatal_signal_set): Likewise. Ignore signals that were set to
29943         SIG_IGN.
29944         Reported by Paul Eggert.
29945
29946 2004-12-18  Bruno Haible  <bruno@clisp.org>
29947
29948         * doc/alloca.texi: New file.
29949         * doc/alloca-opt.texi: New file.
29950
29951 2004-12-17  Jim Meyering  <jim@meyering.net>
29952
29953         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
29954         Otherwise, install-sh could exit with improper exit status when
29955         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
29956
29957 2004-12-16  Simon Josefsson  <jas@extundo.com>
29958
29959         * tests/test-base64.c: Add license.
29960
29961 2004-12-15  Stepan Kasal  <address@hidden>
29962
29963         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
29964
29965 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
29966
29967         * modules/getcwd (Files): Add m4/d-ino.m4.
29968         Suggested by Mark D. Baushke.
29969
29970 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29971
29972         * lib/getdate.y (textint): New member "negative".
29973         (time_zone_hhmm): New function.
29974         Expect 14 shift-reduce conflicts, not 13.
29975         (o_colon_minutes): New rule.
29976         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
29977         (yylex): Set the "negative" member of signed numbers.
29978
29979 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29980
29981         * doc/getdate.texi (Time of day items, Time zone items):
29982         Describe new formats +00:00, UTC+00:00.
29983
29984 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29985
29986         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
29987         spurious "-l"s.  Problem reported by Stepan Kasal.
29988
29989 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
29990
29991         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
29992         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
29993
29994 2004-12-04  Simon Josefsson  <jas@extundo.com>
29995
29996         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
29997         Vandoorselaere <yoann@prelude-ids.org>.
29998
29999 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30000
30001         Changes imported from coreutils.
30002         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
30003         exist.
30004         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
30005
30006 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30007
30008         Changes imported from coreutils.
30009         * lib/hard-locale.c: Assume <locale.h> exists.
30010         Include "strdup.h".
30011         (GLIBC_VERSION): New macro.
30012         (hard_locale): Assume setlocale exists.
30013         Rewrite to avoid #ifdef.
30014         Use strdup rather than malloc + strcpy.
30015         * lib/human.c: Assume <locale.h> exists.
30016         (human_readable): Assume localeconv exists.
30017
30018 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30019
30020         * modules/hard-locale (Depends-on): Add strdup.
30021
30022 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
30023
30024         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
30025         convert T2, not T.  (Imported from libc.)
30026
30027 2004-11-30  Simon Josefsson  <jas@extundo.com>
30028
30029         * modules/restrict (License): Change to LGPL.
30030
30031 2004-11-30  Simon Josefsson  <jas@extundo.com>
30032
30033         * m4/restrict.m4: Add copyright and copying conditions.
30034
30035 2004-11-30  Simon Josefsson  <jas@extundo.com>
30036
30037         * m4/base64.m4: New file.
30038
30039 2004-11-30  Simon Josefsson  <jas@extundo.com>
30040
30041         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
30042         base64.
30043
30044         * tests/test-base64.c: New file.
30045
30046         * modules/base64: New file.
30047
30048 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30049
30050         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
30051         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
30052
30053         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
30054
30055 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30056
30057         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
30058         (__getcwd.c): Don't restore errno; glibc doesn't.
30059         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
30060         first, falling back to our code only if its results look suspicious.
30061         Ensure that the resulting buffer is only as large as necessary.
30062
30063         * lib/readutmp.c: Include readutmp.h first.
30064         Include <errno.h>, since readutmp.h no longer does that.
30065         * lib/readutmp.h: Don't include <errno.h>,
30066         <sys/param.h>, <time.h>; not needed to establish interface.
30067         (errno): Remove decl.
30068         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
30069         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
30070         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
30071
30072 2004-11-28  Simon Josefsson  <jas@extundo.com>
30073
30074         * lib/base64.h, base64.c: New file.
30075
30076 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
30077
30078         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
30079
30080 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
30081
30082         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
30083         (Depends-on): Remove pathmax, same.  Add mempcpy.
30084         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
30085         (Makefile.am): Append getcwd.h to lib_SOURCES.
30086         (Include): Add getcwd.h.
30087         (Maintainer): Change from Jim Meyering to "all, glibc",
30088         since getdate now uses intended-for-glibc code.
30089         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
30090         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
30091
30092 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30093
30094         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
30095         HP's ANSI C compiler.
30096         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
30097         Declaring int functions causes warnings on some modern systems and
30098         shouldn't be needed to compile on ancient ones.
30099         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
30100         defined.
30101
30102         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
30103         with the following changes.
30104         (__set_errno): Parenthesize properly.
30105         Include <stdbool.h>.
30106         (MIN, MAX, MATCHING_INO): New macros.
30107         (__getcwd): Define with prototype, not K&R form.
30108         Use heuristics to allocate default buffer on stack if possible.
30109         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
30110         behavior, and to avoid the PATH_MAX limit when computing
30111         ../../../../...
30112         Use MATCHING_INO to compare inode number to file.
30113         Check for arithmetic overflow in size calculations.
30114         Fix bug in reallocation of dot array that caused getcwd to fail
30115         on directories nested deeper than 75.
30116         Be more careful about saving errno on error.
30117         Do not use realloc; use only free+malloc, as this is a bit
30118         more flexible and avoids a needless copy operation.
30119         Do not inspect st_dev and st_ino for symbolic links; POSIX
30120         doesn't specify the latter.
30121         Check for closedir errors.
30122         Avoid needless casts.
30123         Use "#ifdef weak_alias" around weak_alias, to be like other
30124         glibc code.
30125         The following changes to getcwd.c have effect only when used in
30126         gnulib; they have no effect inside glibc proper.
30127         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
30128         as alloca isn't used.
30129         (alloca, __alloca): Likewise.
30130         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
30131         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
30132         unconditionally, as gnulib assumes C89 or better.
30133         Do not include <sys/param.h>.
30134         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
30135         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
30136         better.
30137         (NULL) [!defined NULL]: Remove; we assume C89 or better.
30138         Include <dirent.h> in a way that is compatible with modern Autoconf.
30139         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
30140         New macros, if not already defined.
30141         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
30142         Use "_LIBC", not "defined _LIBC", for consistency.
30143         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
30144         a mempcpy module.
30145         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
30146         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
30147         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
30148         credit only to Jim Meyering and adjust the copyright dates.
30149         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
30150         <stdlib.h>, <unistd.h>, "pathmax.h".
30151         Instead, include "xgetcwd.h" (first) and "getcwd.h".
30152         (INITIAL_BUFFER_SIZE): Remove.
30153         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
30154
30155 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30156
30157         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
30158         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
30159         Use the _ONCE methods, for efficiency.
30160         Check for fcntl.h.  In test program, include <errno.h>
30161         and <fcntl.h> if available.  Remove old K&R cruft from
30162         test program.  Check for common errors in GNU/Linux,
30163         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
30164         don't do AC_LIBOBJ, as that's getcwd.m4's job.
30165         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
30166         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
30167         name accordingly.
30168         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
30169         accommodate new getcwd.c.
30170         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
30171         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
30172         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
30173         that's all we need now.
30174
30175 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30176
30177         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
30178         argp-parse.c depends on getopt internals, that means we should
30179         always use our getopt, to be on the safe side.
30180         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
30181         order not to spoil the result of an eventual previous invocation
30182         of gl_GETOPT_SUBSTITUTE.
30183
30184 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30185
30186         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
30187         redefinition warnings. To avoid them, include the defines
30188         in `#if !defined __need_getopt ... #endif'. The only place
30189         where __getopt_argv_const is used is in definitions
30190         of getopt_long and getopt_long_only below, which are as well
30191         protected by `#ifndef __need_getopt'.
30192         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
30193         __need_getopt after including <stdio.h> and <unistd.h> These
30194         headers might have defined it.
30195
30196 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30197
30198         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
30199
30200 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30201
30202         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
30203         (futimens): New function, which uses futimes if available.
30204         (futimens, utimens): Support timespec==NULL, with same semantics
30205         as utime and utimens.
30206         * lib/utimens.h (futimens): New decl.
30207
30208 2004-11-23  Jim Meyering  <jim@meyering.net>
30209
30210         * lib/getopt_.h: Remove trailing blanks.
30211
30212 2004-11-23  Jim Meyering  <jim@meyering.net>
30213
30214         * lib/__fpending.c: Add comment.
30215
30216 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
30217
30218         * modules/canonicalize (Depends-on): Add xreadlink.
30219         Problem reported by James Youngman.
30220
30221 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30222
30223         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
30224         New macros.
30225         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
30226         optopt): Use them instead of invoking ## directly; otherwise, the
30227         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
30228
30229 2004-11-19  Bruno Haible  <bruno@clisp.org>
30230
30231         * lib/strtok_r.c: Move comments from here...
30232         * lib/strtok_r.h: ... to here.
30233
30234 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30235
30236         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
30237         implementations that mishandle size_t overflow.
30238
30239 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30240
30241         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
30242         might fail.  Problem reported by Yoann Vandoorselaere.
30243         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
30244         implementations that mishandle size_t overflow.
30245
30246 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30247
30248         * modules/canon-host (Depends-on): Add strdup.
30249
30250 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30251
30252         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
30253
30254 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30255
30256         * lib/canon-host.c: Include "strdup.h".
30257         (canon_host): Use getaddrinfo if available, so that IPv6 works.
30258         Use strdup instead of malloc/strcpy to duplicate strings.
30259
30260         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
30261         (human_space_before_unit): New constant.
30262         * lib/human.c (human_readable): Support it.
30263
30264         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
30265         (xgetcwd): Set errno correctly when failing.
30266         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
30267         the failure is actually due to a PATH_MAX problem.
30268
30269         Further getopt changes to make it more likely that glibc will
30270         buy the changes back.
30271         * lib/getopt.c (POSIXLY_CORRECT): New constant.
30272         (getopt): Use it, so to preserve glibc semantic
30273         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
30274         when compiling for libc.
30275         * lib/getopt_.h (__getopt_argv_const): Bring it back.
30276         (getopt_long, getopt_long_only): Use it.
30277
30278         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30279         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
30280         (getopt): Argv is now char * const *, as per standard.
30281         (_getopt_internal_r, _getopt_internal): Argv is now char **,
30282         not char *__getopt_argv_const *.
30283         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30284         _getopt_long_only_r): Likewise.
30285         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
30286         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30287         _getopt_long_r, _getopt_long_only_r): Likewise.
30288         * lib/getopt_.h (__getopt_argv_const): Remove.
30289         (getopt): Argv is now char * const *, as per standard.
30290
30291         * lib/getdate.y (tORDINAL): New token.
30292         (day, relunit): Allow it for relative times.
30293         (relative_time_table): Use tORDINAL for ordinals.
30294
30295 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30296
30297         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
30298         Document that "second" isn't allowed as an ordinal number.
30299
30300 2004-11-16  Jim Meyering  <jim@meyering.net>
30301
30302         * modules/closeout (Depends-on): Add fpending.
30303
30304 2004-11-15  Jim Meyering  <jim@meyering.net>
30305
30306         * lib/closeout.c: Include "__fpending.h" once again.
30307         Include <stdbool.h>.
30308         (close_stdout): Don't fail just because stdout was closed initially,
30309         since some programs don't write to stdout in the normal course of
30310         operation (other than --version and --help), and we don't want this
30311         function to make e.g. `touch file >&-' fail.
30312         But do fail if it was closed and someone has tried to write to it.
30313         E.g., `printf foo >&-' must fail.
30314
30315 2004-11-13  Jim Meyering  <jim@meyering.net>
30316
30317         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
30318
30319 2004-11-12  Simon Josefsson  <jas@extundo.com>
30320
30321         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
30322         small doc fix is still pending.
30323
30324 2004-11-11  Simon Josefsson  <jas@extundo.com>
30325
30326         * modules/strtok_r: New file.
30327
30328         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30329         strtok_r.
30330
30331 2004-11-11  Simon Josefsson  <jas@extundo.com>
30332
30333         * m4/strtok_r.m4: New file.
30334
30335         * m4/getopt.m4: Replace opterr.
30336
30337 2004-11-11  Simon Josefsson  <jas@extundo.com>
30338
30339         * lib/strtok_r.h, strtok_r.c: New file.
30340
30341 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30342
30343         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
30344         of replacing opterr, getopt, etc.  This should handle the
30345         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
30346
30347 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30348
30349         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
30350         we can stop lying to compilers about the constness of argv when we
30351         are compiled outside glibc.
30352         (getopt, getopt_long, getopt_long_only): Use it.
30353         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30354         _getopt_internal, getopt): Likewise.
30355         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30356         _getopt_long_only_r): Likewise.
30357         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30358         _getopt_long_r, _getopt_long_only_r): Likewise.
30359
30360         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
30361         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
30362         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
30363         the other external symbols.
30364         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
30365         declaration, since the above renaming now works around collisions.
30366
30367 2004-11-11  Jim Meyering  <jim@meyering.net>
30368
30369         * lib/linebreak.c: Remove trailing blanks.
30370         * lib/alloca_.h: Likewise.
30371         * lib/acosl.c: Likewise.
30372         * lib/euidaccess.c: Likewise.
30373         * lib/allocsa.h: Likewise.
30374
30375 2004-11-10  Simon Josefsson  <jas@extundo.com>
30376
30377         * m4/getaddrinfo.m4: New file.
30378
30379 2004-11-10  Simon Josefsson  <jas@extundo.com>
30380
30381         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
30382
30383 2004-11-10  Simon Josefsson  <jas@extundo.com>
30384
30385         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30386         getaddrinfo.
30387
30388         * modules/getaddrinfo: New file.
30389
30390 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30391
30392         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
30393
30394 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30395
30396         * lib/mktime.c (SHR): New macro, which is a portable
30397         substitute for >> that should work even on Crays.
30398         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
30399         Problem reported by Mark D. Baushke in
30400         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
30401         * lib/getdate.y (SHR): Likewise.
30402         (tm_diff): Use it.
30403         * lib/strftime.c (SHR): Likewise.
30404         (tm_diff): Use it.
30405         * lib/quotearg.c (struct quoting_options): Use unsigned int for
30406         quote_these_too, so that right shifts are well defined.  All uses
30407         changed.
30408
30409 2004-11-10  Jim Meyering  <jim@meyering.net>
30410
30411         Ensure that no close failure goes unreported.
30412         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
30413         return early when it seems there's nothing to flush.
30414         Don't include __fpending.h.
30415
30416 2004-11-10  Jim Meyering  <jim@meyering.net>
30417
30418         * modules/closeout (Depends-on): Remove fpending.
30419
30420 2004-11-10  Jim Meyering  <jim@meyering.net>
30421
30422         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
30423
30424 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30425
30426         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
30427         gl_FUNC_STRFTIME.
30428         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
30429         and AC_REQUIRE when possible, to avoid duplicate checks.
30430         Check for <wchar.h>.
30431
30432 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30433
30434         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
30435
30436 2004-11-09  Bruno Haible  <bruno@clisp.org>
30437
30438         * m4/sockpfaf.m4: New file.
30439
30440 2004-11-05  Bruno Haible  <bruno@clisp.org>
30441
30442         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
30443         Reported by Mark D. Baushke <mdb@cvshome.org>.
30444
30445 2004-11-04  Bruno Haible  <bruno@clisp.org>
30446
30447         2004-09-11  Bruno Haible  <bruno@clisp.org>
30448                 * allocsa.valgrind: New file.
30449         2004-02-06  Bruno Haible  <bruno@clisp.org>
30450                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
30451                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
30452                 Reported by Christopher Seip <chris.seip@hp.com>.
30453
30454 2004-11-04  Bruno Haible  <bruno@clisp.org>
30455
30456         * modules/allocsa (Files): Add lib/allocsa.valgrind.
30457         (Makefile.am): Distribute it.
30458
30459 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30460
30461         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
30462         with errno == ERANGE if the buffer is too small.
30463         Problem reported by Mark D. Baushke.
30464
30465 2004-11-03  Albert Chin  <china@thewrittenword.com>
30466             Paul Eggert  <eggert@cs.ucla.edu>
30467
30468         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
30469         equivalent, substitute $ac_type for equivalent type rather than
30470         blindly using uint32_t *always* which won't work if uint32_t is not
30471         available.  Define _UINT32_T to work around typedef of uint32_t if
30472         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
30473         2.5.1.
30474
30475 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30476
30477         * m4/jm-macros.m4: Sync from coreutils.
30478         (gl_MACROS): Check for mbrlen, for pathchk.
30479         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
30480
30481 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30482
30483         * lib/xreadlink.c (MAXSIZE): New macro.
30484         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
30485         size does not exceed MAXSIZE.  Avoid cast.
30486         As suggested by Mark D. Baushke in
30487         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
30488         if readlink fails with buffer size just under MAXSIZE, try again
30489         with MAXSIZE.
30490
30491 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30492
30493         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
30494
30495 2004-11-02  Derek R. Price  <derek@ximbiot.com>
30496         and  Paul Eggert  <eggert@cs.ucla.edu>
30497
30498         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
30499         (get_date): Overparenthesize to avoid GCC warning.
30500
30501 2004-11-02  Bruno Haible  <bruno@clisp.org>
30502
30503         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
30504         returns void.
30505
30506 2004-11-02  Bruno Haible  <bruno@clisp.org>
30507
30508         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
30509         function returns void.
30510
30511 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30512
30513         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
30514         fflush_unlocked, flockfile, funlockfile, funlockfile,
30515         fputs_unlocked, putc_unlocked.
30516
30517 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30518
30519         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30520         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
30521         already declared.
30522
30523 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30524
30525         * modules/getdate (Files): Add doc/getdate.texi.
30526         (Depends-on): Add setenv, xalloc.
30527
30528 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30529
30530         * lib/getdate.y: Add support for TZ="foo" within a date string.
30531         Fix some bugs near time_t boundaries.  Reject dates with
30532         out-of-range components, e.g., "Sept 31".
30533         Include <stdlib.h>, "setenv.h", "xalloc.h".
30534         (ISDIGIT_LOCALE): Remove; unused.
30535         Note that the TZ and time functions used here are not reentrant.
30536         (mktime_ok, get_tz): New functions.
30537         (TZBUFSIZE): New constant.
30538         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
30539         This requires that we sometimes generate our own TZ="XXX..." setting.
30540
30541 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30542
30543         * doc/getdate.texi: New file, from coreutils with modifications for
30544         the new TZ parsing.
30545
30546 2004-10-27  Derek R. Price  <derek@ximbiot.com>
30547
30548         * lib/mktime.c (not_equal_tm): Remove redundant check.
30549
30550 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30551
30552         * modules/regex (lib_SOURCES): Add regex.c.
30553         Reported by James Youngman in
30554         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
30555
30556 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30557
30558         * lib/getdate.y: Use Bison 1.875 features, and some minor
30559         code cleanups.  This change does not affect semantics.
30560         Don't include <stdlib.h>; no longer needed.
30561         Don't include unlocked-io.h; only the "#if TEST" code uses
30562         stdio, and performance isn't crucial there.
30563         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
30564         Bison 1.875 features as described below.
30565         All uses of "PC." replaced by "pc->".
30566         (YYSTYPE): Add a forward declaration.
30567         (yylex, yyerror): Use full prototypes in forward decls.
30568         Use "%pure-parser" rather than obsolescent "%pure_parser".
30569         Use %parse-param and %lex-param instead of obsolescent
30570         YYPARSE_PARAM and YYLEX_PARAM.
30571         (meridian_table, month_and_day_table, time_units_table,
30572         relative_time_table, time_zone_table, military_table,
30573         lookup_zone, lookup_word, get_date):
30574         Use NULL instead of 0 where appropriate.
30575         (to_hour): Avoid abort (), to avoid a dependency on
30576         stdlib.h.
30577         (yyerror, yylex): Now accepts parser_control * arg.
30578         (main) [TEST]: Use '\0' rather than 0 for char.
30579
30580 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30581
30582         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
30583
30584 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30585
30586         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
30587         It's now the caller's responsibility to handle the case where
30588         !HAVE_GETPAGESIZE && !defined getpagesize.
30589
30590         * lib/mktime.c (leapyear): Arg is long int, not int.
30591
30592 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
30593
30594         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
30595
30596 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30597
30598         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
30599         missing.  Problem reported by James Youngman.
30600
30601 2004-10-16  Simon Josefsson  <jas@extundo.com>
30602
30603         * gnulib-tool: Fix comments.  Fix parse problem.
30604         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
30605
30606 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
30607
30608         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
30609         implementation of getopt_long.  Problem reported by Alexander Taler in:
30610         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
30611
30612 2004-10-15  Bruno Haible  <bruno@clisp.org>
30613
30614         * gnulib-tool: Untabify. Initialize supplied_libname.
30615         (func_usage): More homogenous output.
30616         (func_modules_transitive_closure, func_modules_to_filelist,
30617         func_emit_lib_Makefile_am): New functions.
30618         (func_import): New function, extracted from big case statement. Use
30619         func_get_license, func_modules_transitive_closure,
30620         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
30621         opt_lgpl. Don't use test -a, as it's not portable.
30622         (func_create_testdir): Use func_modules_transitive_closure,
30623         func_modules_to_filelist, func_emit_lib_Makefile_am.
30624
30625 2004-10-15  Bruno Haible  <bruno@clisp.org>
30626
30627         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
30628
30629 2004-10-15  Bruno Haible  <bruno@clisp.org>
30630
30631         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
30632         the portions belonging to each module.
30633         Suggested by Derek Robert Price <derek@ximbiot.com>.
30634
30635 2004-10-12  Simon Josefsson  <jas@extundo.com>
30636
30637         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30638         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
30639         to real functions.
30640
30641 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30642
30643         * modules/vsnprintf: New file.
30644
30645 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30646
30647         * m4/vsnprintf.m4: New file.
30648
30649 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30650
30651         * lib/vsnprintf.h: New file.
30652         * lib/vsnprintf.c: New file.
30653
30654 2004-10-11  Bruno Haible  <bruno@clisp.org>
30655
30656         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
30657         vsnprintf.
30658
30659 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30660
30661         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
30662
30663 2004-10-07  Bruno Haible  <bruno@clisp.org>
30664
30665         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
30666         fits into the provided buffer.
30667
30668 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30669
30670         * lib/diacrit.c, diacrit.h: Add GPL notice.
30671
30672         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
30673         notice.
30674         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
30675         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
30676         This avoids a potential constant-folding bug.
30677
30678 2004-10-05  Bruno Haible  <bruno@clisp.org>
30679
30680         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
30681         for the declaration of strsep.
30682
30683 2004-10-05  Bruno Haible  <bruno@clisp.org>
30684
30685         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
30686
30687 2004-10-04  Simon Josefsson  <jas@extundo.com>
30688
30689         * modules/memmem: New file.
30690         * tests/test-memmem.c: New file.
30691         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
30692
30693 2004-10-04  Simon Josefsson  <jas@extundo.com>
30694
30695         * m4/memmem.m4: New file.
30696
30697 2004-10-04  Simon Josefsson  <jas@extundo.com>
30698
30699         * lib/memmem.h: New file.
30700         * lib/memmem.c: New file, taken from glibc.
30701
30702 2004-10-04  Simon Josefsson  <jas@extundo.com>
30703
30704         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
30705         '#ifdef USE_UNLOCKED_IO'.
30706
30707 2004-10-04  Simon Josefsson  <jas@extundo.com>
30708
30709         * config/srclist.txt: Add memmem from glibc.
30710
30711 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30712
30713         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
30714
30715         * modules/argmatch, modules/argp, modules/closeout, modules/error,
30716         modules/exclude, modules/getdate, modules/getline,
30717         modules/getndelim2, modules/getpass, modules/getpass-gnu,
30718         modules/getusershell, modules/linebuffer, modules/md5,
30719         modules/mountlist, modules/posixtm, modules/readtokens,
30720         modules/readutmp, modules/regex, modules/sha1,
30721         modules/version-etc, modules/yesno:
30722         Remove dependency on unlocked-io.
30723
30724 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30725
30726         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
30727
30728         * m4/unlocked-io.m4: Add copyright notice.
30729         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
30730
30731 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30732
30733         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
30734         * lib/xmalloc.c (xmemdup): Likewise.
30735         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
30736         XFREE): Remove these long-obsolescent macros.
30737         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
30738         * lib/xstrdup.c: Remove.
30739
30740         * lib/regex.c (re_comp): Cast gettext return value to char *,
30741         Problem reported by Martin Neitzel via Mark D. Baushke.
30742
30743 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30744
30745         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
30746         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
30747         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
30748         regex.c, sha1.c, version-etc.c, yesno.c:
30749         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
30750         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
30751         the includer's responsibility.
30752
30753         Sync from coreutils.
30754
30755         * lib/modechange.c (mode_compile): Don't decrement a pointer that
30756         points to the start of a string, as the C Standard says the
30757         resulting behavior is undefined.
30758
30759         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
30760         simple -> simple_backups, numbered_existing ->
30761         numbered_existing_backups, numbered -> numbered_backups
30762         to avoid shadowing problems.  All uses changed.
30763         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
30764         * lib/backupfile.c (check_extension, numbered_backup):
30765         Rename locals to avoid shadowing 'basename'.
30766         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
30767         once.
30768
30769         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
30770         * lib/.cvsignore: Add getopt.h.
30771
30772 2004-10-04  Bruno Haible  <bruno@clisp.org>
30773
30774         * modules/README: New file.
30775         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
30776         not a module.
30777
30778 2004-10-02  Jim Meyering  <jim@meyering.net>
30779
30780         * lib/dirfd.h, getpagesize.h: Add copyright notice.
30781
30782 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30783
30784         * modules/strsep: New file.
30785
30786 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30787
30788         * m4/strsep.m4: New file.
30789
30790 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30791
30792         * lib/strsep.h: New file.
30793         * lib/strsep.c: New file.
30794
30795 2004-10-01  Simon Josefsson  <jas@extundo.com>
30796
30797         * lib/snprintf.c (snprintf): Handle size==0.
30798
30799 2004-10-01  Simon Josefsson  <jas@extundo.com>
30800             Bruno Haible  <bruno@clisp.org>
30801
30802         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
30803         (snprintf): Declare 'args'.
30804
30805 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
30806
30807         * lib/snprintf.c: Remove comments as to why each header is needed.
30808
30809 2004-10-01  Bruno Haible  <bruno@clisp.org>
30810
30811         * MODULES.html.sh: Add strsep.
30812
30813 2004-09-30  Simon Josefsson  <jas@extundo.com>
30814
30815         * modules/snprintf: New file.
30816
30817 2004-09-30  Simon Josefsson  <jas@extundo.com>
30818
30819         * m4/snprintf.m4: New file.
30820
30821 2004-09-30  Simon Josefsson  <jas@extundo.com>
30822
30823         * lib/snprintf.h, lib/snprintf.c: New files.
30824
30825 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30826
30827         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
30828         (hol_entry_help): Never translate an empty string.
30829         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
30830         * lib/argp.h (OPTION_NO_TRANS): New option.
30831
30832 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30833
30834         * modules/argp (Maintainer): Replace Simon Josefsson
30835         by Sergey Poznyakoff.
30836
30837 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
30840         changes merged back into glibc.
30841
30842 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30843
30844         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
30845
30846 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30847
30848         * lib/xvasprintf.c: Include xalloc.h.
30849         (xvasprintf): Use xalloc_die, not xmalloc_die.
30850
30851 2004-09-29  Bruno Haible  <bruno@clisp.org>
30852
30853         * modules/alloca-opt: New file, derived from modules/alloca.
30854         * modules/allocsa: Depend on alloca-opt instead of alloca.
30855         * modules/setenv: Likewise.
30856         * modules/vasnprintf: Likewise.
30857         * MODULES.html.sh: Add alloca-opt.
30858
30859 2004-09-28  Simon Josefsson  <jas@extundo.com>
30860
30861         * gnulib-tool: New parameter --lgpl, to asseert that modules are
30862         LGPL, and to replace license template from GPL to LGPL.
30863
30864 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30865
30866         * modules/dummy: Change license to LGPL.
30867
30868 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30869
30870         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
30871
30872 2004-09-24  Simon Josefsson  <jas@extundo.com>
30873
30874         * modules/minmax (License): Change from GPL to LGPL.
30875
30876 2004-09-23  Simon Josefsson  <jas@extundo.com>
30877
30878         * gnulib-tool (--import): Typo.
30879
30880 2004-09-23  Simon Josefsson  <jas@extundo.com>
30881
30882         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
30883
30884 2004-09-22  Bruno Haible  <bruno@clisp.org>
30885
30886         * modules/*: Add 'License' field.
30887         * gnulib-tool: Accept --extract-license option.
30888         (func_get_license): New function.
30889
30890 2004-09-21  Bruno Haible  <bruno@clisp.org>
30891
30892         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
30893         Reported by Simon Josefsson.
30894
30895 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30896
30897         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
30898         gl_AC_TYPE_LONG_LONG.
30899
30900 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30901
30902         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
30903
30904 2004-09-18  Simon Josefsson  <jas@extundo.com>
30905         and  Paul Eggert  <eggert@cs.ucla.edu>
30906
30907         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
30908         calls with autoreconf.  Define GL_LIB.
30909
30910 2004-09-14  Karl Berry  <karl@gnu.org>
30911
30912         * config/srclist.txt: unsync setenv.c, sigh.
30913
30914 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30915
30916         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
30917         Problem reported by Bruno Haible in:
30918         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
30919
30920 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30921
30922         * config/srclist.txt: Comment out argp-pvh.c.
30923
30924 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
30925
30926         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
30927         in case some system header has #define'd it.  Problem reported by
30928         Soeren D. Schulze in
30929         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
30930
30931 2004-09-09  Karl Berry  <karl@gnu.org>
30932
30933         * regex.[ch]: delete from the root.  These were supposed to be
30934                 synced with emacs cvs, but this has not happened for about
30935                 a year, and anyway nothing else uses emacs regex.[ch].
30936                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
30937                 lib/regex[.ch] is untouched.
30938
30939 2004-09-09  Bruno Haible  <bruno@clisp.org>
30940
30941         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
30942
30943 2004-09-09  Bruno Haible  <bruno@clisp.org>
30944
30945         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
30946         modifications.
30947         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
30948
30949 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30950
30951         * modules/xvasprintf: New file.
30952         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
30953
30954 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30955
30956         * lib/xvasprintf.h: New file.
30957         * lib/xvasprintf.c: New file.
30958         * lib/xasprintf.c: New file.
30959
30960 2004-09-08  Bruno Haible  <bruno@clisp.org>
30961
30962         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
30963
30964 2004-09-08  Bruno Haible  <bruno@clisp.org>
30965
30966         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
30967         length is > INT_MAX.
30968         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
30969         more.
30970
30971 2004-09-08  Bruno Haible  <bruno@clisp.org>
30972
30973         * lib/stdint_.h: New file, taken from GNU clisp.
30974
30975 2004-09-08  Bruno Haible  <bruno@clisp.org>
30976             Oskar Liljeblad  <oskar@osk.mine.nu>
30977
30978         * modules/stdint: New file.
30979         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
30980
30981 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30982
30983         Import from coreutils.
30984         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
30985         strings on unbounded length.  alloca's performance benefits aren't
30986         that important here.
30987         (V_STRDUP): Remove.
30988         (parse_with_separator): New function, with most of the internals
30989         of the old parse_user_spec.  Allow user to omit both user and group,
30990         for compatibility with FreeBSD.
30991         Clone only the user name, not the entire spec.
30992         Do not set *uid, *gid unless entirely successful.
30993         Avoid memory leak in some failing cases.
30994         Fix regression for USER.GROUP reported by Dmitry V. Levin in
30995         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
30996         (parse_user_spec): Rewrite to use parse_with_separator.
30997
30998 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30999
31000         * modules/userspec: Don't depend on alloca.
31001
31002 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31003
31004         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
31005
31006 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31007
31008         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
31009         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
31010         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
31011
31012 2004-08-16  Simon Josefsson  <jas@extundo.com>
31013
31014         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
31015         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
31016         Add --dry-run for --import.
31017         Let user provided command line parameters override configure.ac
31018         settings.
31019
31020 2004-08-12  Simon Josefsson  <jas@extundo.com>
31021
31022         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
31023         as discussed with Paul Eggert in threads rooted at
31024         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
31025         and
31026         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
31027         Before, the test was empty, and relied on ELIDE_CODE in source
31028         code.)
31029         (gl_PREREQ_GETOPT): New macro.
31030         (gl_GETOPT): Use them.
31031
31032 2004-08-12  Simon Josefsson  <jas@extundo.com>
31033
31034         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
31035         * lib/getopt_.h: Renamed from getopt.h.
31036
31037 2004-08-12  Simon Josefsson  <jas@extundo.com>
31038
31039         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
31040         Change default library name from libfoo to libgnu.
31041         Now, if you have a configure.ac that says:
31042                 gl_SOURCE_BASE(gl)
31043                 gl_M4_BASE(gl/m4)
31044                 gl_MODULES(error getopt etcetera)
31045                 gl_INIT
31046         you can import all you need by running:
31047                 ../gnulib/gnulib-tool --import
31048
31049         * modules/getopt (Files): Rename getopt.h to getopt_.h.
31050         (Makefile.am): Rewrite, use logic from argz.
31051         (Include): Use <getopt.h> instead of "getopt.h".
31052
31053 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31054
31055         * modules/argp (Files): Add m4/unlocked-io.m4.
31056         (Depends-on): Add extensions.
31057
31058 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31059
31060         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
31061         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
31062         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
31063         Check for program_invocation_name, program_invocation_short_name,
31064         flockfile, funlockfile, features.h, _getopt_long_only_r.
31065
31066 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31067
31068         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
31069         its complicated substitute.
31070         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
31071         and program_invocation_name.
31072         (__argp_basename) [!_LIBC]: Remove; the only use was
31073         replaced by its body.
31074         (__argp_short_program_name): Change condition from
31075         !defined __argp_short_program_name to
31076         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
31077         to match argp-namefrob.h.
31078         (__argp_failure): Don't assume strerror_r returns char *.
31079         * lib/argp-parse.c (N_): Define unconditionally.
31080         (argp_default_options): Fill out initializers with 0 to avoid
31081         gcc warnings.
31082
31083 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
31086         getopt1.c.
31087
31088 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31089
31090         Merge from coreutils.
31091
31092         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
31093
31094         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
31095         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
31096
31097 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31098
31099         Merge from coreutils.
31100
31101         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
31102         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
31103         for Reliant Unix 5.43.
31104
31105         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
31106         (union fooround): Use uintmax_t, not long int.
31107         The rest is a merge from libc:
31108         [defined _LIBC]: Include <shlib-compat.h>.
31109         (_obstack) [defined _LIBC]: Remove after 2.3.4.
31110
31111         * lib/settime.c (settime): Recode to avoid warning with
31112         Sun Forte C 6U2.
31113
31114         * lib/strverscmp.c: Convert to UTF-8.
31115
31116 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31117
31118         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31119         m4/uintmax_t.m4.
31120
31121 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31122
31123         * modules/xalloc-die: New file.
31124         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
31125
31126         * modules/md5 (Files): Add m4/uint32_t.m4.
31127         * modules/sha1: Renamed from modules/sha.
31128         (Files):
31129         Rename lib/sha.h to lib/sha1.h.
31130         Rename lib/sha.c to lib/sha1.c.
31131         Rename m4/sha.m4 to m4/sha1.m4.
31132         (lib_SOURCES): Likewise.
31133         (configure.ac): Rename gl_SHA to gl_SHA1.
31134         (Include): sha.h -> sha1.h.
31135
31136 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31137
31138         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
31139         * m4/sha1.m4: Renamed from sha.m4.
31140         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
31141
31142 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31143
31144         * lib/obstack.h (obstack_empty_p):
31145         Don't assume that chunk->contents is suitably aligned.
31146         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
31147         Likewise. Problem reported by Benno in
31148         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
31149
31150         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
31151         readable.  This could be improved further but it'd take some work.
31152
31153 2004-08-08  Simon Josefsson  <jas@extundo.com>
31154
31155         * modules/xgethostname (Depends-on): Remove exit and error (not
31156         used).
31157
31158         * modules/getpass-gnu: Add getpass.h.
31159         (Depends-on): Add stdbool.
31160         * modules/getpass: Add getpass.h.
31161
31162 2004-08-08  Simon Josefsson  <jas@extundo.com>
31163
31164         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
31165         Check getpass declaration.
31166
31167 2004-08-08  Simon Josefsson  <jas@extundo.com>
31168
31169         * lib/xgethostname.c: Don't include error.h (not used).
31170
31171         * lib/getpass.h: Add.
31172         * lib/getpass.c: Include getpass.h first.
31173
31174 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
31175
31176         * lib/xalloc-die.c: New file.
31177         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
31178         All uses removed.
31179         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
31180         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
31181         xalloc-die.c.
31182         (_, N_, xalloc_die): Move to xalloc-die.c.
31183         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
31184         so that we needn't mess with xalloc_msg_memory_exhausted.
31185
31186         * lib/sha1.h: Renamed from sha.h.
31187         (SHA1_H): Renamed from _SHA_H.
31188         (sha1_ctx): Renamed from sha_ctx.
31189         (sha1_init_ctx): Renamed from sha_init_ctx.
31190         (sha1_process_block): Renamed from sha_process_block.
31191         (sha1_process_bytes): Renamed from sha_process_bytes.
31192         (sha1_finish_ctx): Renamed from sha_finish_ctx.
31193         (sha1_read_ctx): Renamed from sha_read_ctx.
31194         (sha1_stream): Renamed from sha_stream.
31195         (sha1_buffer): Renamed from sha_buffer.
31196         * lib/sha1.c: Likewise; renamed from sha.c.
31197         Do not include <sys/types.h>.
31198         Include <stddef.h> rather than <stdlib.h>.
31199
31200 2004-08-08  Bruno Haible  <bruno@clisp.org>
31201
31202         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
31203         FILESYSTEM_PREFIX_LEN.
31204         * lib/progreloc.c: Likewise.
31205         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
31206
31207 2004-08-06  Simon Josefsson  <jas@extundo.com>
31208
31209         * modules/progname (Depends-on): Don't depend on stdbool.
31210
31211 2004-08-06  Simon Josefsson  <jas@extundo.com>
31212
31213         * modules/getsubopt: New file.
31214         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31215         getsubopt.
31216
31217 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31218
31219         More merge from coreutils.
31220
31221         * m4/utimens.m4, m4/utimecmp.m4: New files.
31222         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
31223         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
31224         prereq.m4, sha.m4: Import changes from coreutils.
31225
31226 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31227
31228         More merge from coreutils.
31229         * modules/raise, modules/readtokens0, modules/utimens:
31230         * modules/utimecmp, module/xnanosleep: New files.
31231         * modules/strftime: Add lib/strftime.h.
31232         Change include from <time.h> to "strftime.h".
31233         * modules/yesno: Add lib/yesno.h.
31234         * modules/backupfile: Remove lib/addext.c.
31235         * modules/euidaccess: Add stat-macros.h.
31236         * modules/canonicalize, modules/euidaccess,
31237         modules/filemode, modules/lchown, modules/makepath,
31238         modules/rmdir, modules/stat: Likewise.
31239
31240 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31241
31242         Merge from tar.
31243         * lib/argp-help.c (make_hol, hol_append): Don't assume that
31244         SIZE_MAX is a valid preprocessor constant.
31245         (__argp_basename): Change from "#ifndef _LIBC"
31246         to "#ifndef __argp_short_program_name", so that
31247         we don't compile these functions for tar.
31248
31249         More merges from coreutils.
31250         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
31251         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
31252         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
31253         * lib/addext.c: Remove; no longer needed.
31254         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
31255         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
31256         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
31257         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
31258         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
31259         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
31260         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
31261         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
31262         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
31263         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
31264         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
31265         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
31266         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
31267         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
31268         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
31269         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
31270         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
31271         Import changes from coreutils.
31272
31273 2004-08-05  Simon Josefsson  <jas@extundo.com>
31274
31275         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
31276
31277 2004-08-05  Simon Josefsson  <jas@extundo.com>
31278
31279         * m4/getsubopt.m4: New file.
31280
31281 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31282
31283         Merge from coreutils.
31284
31285         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
31286         * m4/getcwd-path-max.m4: New files.
31287
31288         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
31289         FILESYSTEM_PREFIX_LEN ->
31290         FILE_SYSTEM_PREFIX_LEN.
31291         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
31292         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
31293         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
31294         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
31295
31296         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
31297         prerequisite modules now handle the DOS stuff.
31298         Don't check for unistd.h.
31299
31300 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31301
31302         Merge from coreutils.
31303
31304         * lib/.gdb-history: Remove; this doesn't belong here.
31305
31306         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
31307         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
31308         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
31309         * lib/getcwd.c: New files.
31310
31311         * lib/dirname.h: Include <stdbool.h>.
31312         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
31313         for consistency with POSIX terminology.  All uses changed.
31314         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
31315         (strip_trailing_slashes): Use bool for booleans.
31316         * lib/stripslash.c (strip_trailing_slashes): Likewise.
31317
31318         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
31319         sometimes returns a positive errno value even when it succeeds.
31320         (print_errno_message) [!LIBC]: Fall back on strerror if
31321         __strerror_r fails.
31322
31323         * lib/path-concat.c (mempcpy): Don't define if a system header defines
31324         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
31325         (longest_relative_suffix): New function.
31326         (path_concat): Use it.  Assume first argument is not NULL.
31327         Port to DOS.  Omit redundant separators.
31328         Report an error instead of returning NULL.
31329         Use mempcpy instead of memcpy.
31330         (xpath_concat): Remove: not declared or used.
31331
31332         * lib/same.h: Include <stdbool.h>
31333         (same_name): Return bool, not int.
31334         * lib/same.c (same_name): Likewise.
31335         (errno): Don't declare; we assume C89 or better now.
31336
31337         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
31338         if not already defined.
31339
31340         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
31341         * lib/dup-safer.c (errno): Likewise.
31342
31343 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31344
31345         Merge from coreutils.
31346         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
31347         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
31348         * modules/path-concat: Don't depend on strdup.
31349
31350 2004-08-03  Simon Josefsson  <jas@extundo.com>
31351
31352         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
31353         * lib/progname.h: Don't include stdbool.h.
31354
31355 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31356
31357         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
31358         * MODULES.html.sh (func_all_modules): Remove fatal.
31359
31360 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31361
31362         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
31363
31364 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31365
31366         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
31367         working.
31368
31369 2004-08-02  Simon Josefsson  <jas@extundo.com>
31370
31371         * lib/getsubopt.h: New file, with comments from Bruno Haible.
31372         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
31373         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
31374
31375 2004-08-01  Simon Josefsson  <jas@extundo.com>
31376
31377         * lib/xgetdomainname.c: Include stdlib.h, for free().
31378
31379 2004-07-19  Bruno Haible  <bruno@clisp.org>
31380
31381         * MODULES.html.sh (func_all_modules): Add dummy.
31382
31383 2004-07-16  Simon Josefsson  <jas@extundo.com>
31384
31385         * modules/dummy: New file.
31386
31387 2004-07-16  Simon Josefsson  <jas@extundo.com>
31388
31389         * lib/dummy.c: New file.
31390
31391 2004-07-16  Bruno Haible  <bruno@clisp.org>
31392
31393         * lib/backupfile.h: Add extern "C" for C++.
31394         * lib/closeout.h: Likewise.
31395         * lib/copy-file.h: Likewise.
31396         * lib/findprog.h: Likewise.
31397         * lib/full-write.h: Likewise.
31398         * lib/pathname.h: Likewise.
31399         * lib/progname.h: Likewise.
31400         * lib/stpcpy.h: Likewise.
31401         * lib/stpncpy.h: Likewise.
31402         * lib/strcase.h: Likewise.
31403         * lib/strstr.h: Likewise.
31404         * lib/xalloc.h: Likewise.
31405
31406         * lib/mbswidth.h: Add extern "C" for C++.
31407         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
31408
31409 2004-07-13  Robert Millan  <robertmh@gnu.org>
31410
31411         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
31412
31413 2004-07-09  Simon Josefsson  <jas@extundo.com>
31414
31415         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
31416         failed without this.)
31417
31418 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31419
31420         * modules/chown (Files): Add lib/fchown-stub.c, since
31421         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
31422
31423 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31424
31425         * lib/fchown-stub.c: New file.
31426
31427 2004-06-24  Jim Meyering  <jim@meyering.net>
31428
31429         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
31430
31431 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31432
31433         * modules/argz: Omit "#include".
31434
31435         * MODULES.html.sh (func_all_modules): Add calloc, to match
31436         2004-06-01 addition of calloc module.
31437
31438 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31439
31440         * m4/argz.m4: New file, which is autoupdated from libtool.
31441
31442 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31443
31444         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
31445         libtool.
31446
31447 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31448
31449         * config/srclist-update: Don't insist on "USA." before the
31450         close-comment, as libtool omits the period and puts the */ on a
31451         separate line.
31452         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
31453         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
31454
31455 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
31456
31457         * modules/argz: New file.
31458         * MODULES.html.sh (func_all_modules): Add argz.
31459
31460 2004-06-12  Jim Meyering  <jim@meyering.net>
31461         and  Paul Eggert  <eggert@cs.ucla.edu>
31462
31463         * modules/hash (Files): Add lib/xalloc.h.
31464         * modules/pipe (Depends-on): Add wait-process.
31465         * modules/stat (Depends-on): Add xalloc.
31466         * modules/userspec (Files): Add lib/userspec.h.
31467         * modules/xstrto
31468
31469         Upgrade from gettext-0.13.
31470         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
31471         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
31472         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
31473
31474 2004-06-10  Jim Meyering  <jim@meyering.net>
31475
31476         * lib/calloc.c: New file.
31477
31478 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
31479
31480         * lib/getdate.y (yylex): Allow space between sign and number.
31481         Problem reported by Dan Jacobson.
31482
31483 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31484
31485         Merge from coreutils CVS.
31486
31487         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
31488         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
31489         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
31490         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
31491         xstrtol.m4: Fix copyright date and/or serial number.
31492
31493         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
31494         See if we need an fchown replacement.
31495         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
31496         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
31497         and use the replacement function if we detect either defect.
31498
31499         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
31500         gl_UTIMECMP.
31501
31502 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31503         and  Jim Meyering  <jim@meyering.net>
31504
31505         Merge from coreutils CVS.
31506
31507         * lib/stat-macros.h: New file, with contents from file-type.h
31508         and coreutils' system.h.
31509         * lib/file-type.c: Include "stat-macros.h".
31510         * lib/file-type.h (file_type): Move all macro definitions to new file,
31511         stat-macros.h.
31512
31513         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
31514         Wrap old code with this conditional.
31515         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
31516         function that does not dereference symlinks.
31517         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
31518
31519         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
31520         dependency problems.
31521         (xreadlink): Accept new arg SIZE, for efficiency.
31522         All decls and uses changed.
31523         * lib/xreadlink.h: Include <stddef.h>, for size_t.
31524
31525         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
31526         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
31527
31528         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
31529         sysexits.h.
31530
31531 2004-06-01  Jim Meyering  <jim@meyering.net>
31532
31533         * m4/calloc.m4: New file.
31534
31535 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
31536
31537         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
31538         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
31539         Also, fix a typo in a diagnostic.
31540
31541 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31542
31543         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
31544         or AC_FUNC_REALLOC.
31545
31546 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31547
31548         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
31549         macros to be defined.
31550         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
31551         the allocator returns NULL because the requested size is zero.
31552
31553 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31554
31555         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
31556         var.  Add comment explaining why libc still defines it.  This
31557         merges the following patch from glibc:
31558         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
31559
31560 2004-05-20  Andreas Schwab  <schwab@suse.de>
31561
31562         * m4/free.m4: Replace free if it not known to work, not the other
31563         way round.
31564
31565 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31566
31567         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
31568         present in glibc since revision 1.1 of this file.
31569         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
31570         obstack_alignment_mask, obstack_alloc, obstack_base,
31571         obstack_blank, obstack_blank_fast, obstack_chunk_size,
31572         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
31573         obstack_grow0, obstack_init, obstack_int_grow,
31574         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
31575         obstack_next_free, obstack_object_size, obstack_ptr_grow,
31576         obstack_ptr_grow_fast, obstack_room): Remove declarations of
31577         nonexistent functions.
31578
31579 2004-05-18  Karl Berry  <karl@gnu.org>
31580
31581         * config/srclist.txt: break link for vasnprintf.c.
31582
31583 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31584
31585         Port obstack to the AS/400, where pointers are 16 bytes wide and
31586         you cannot cast an integer to a valid pointer.  This patch is
31587         currently waiting to be integrated into glibc; see
31588         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
31589
31590         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
31591         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
31592         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
31593         (struct obstack): temp member is now a union of a pointer and
31594         an integer, instead of an integer.  All integer uses changed.
31595         This does not affect the physical layout of struct obstack,
31596         except on hosts (like the AS/400) where the size or alignment of
31597         void * is greater than that of ptrdiff_t.
31598         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
31599         __STDC__)]: Store temporary in pointer member of union, not
31600         integer member.
31601         * lib/obstack.c: Include <stddef.h>, for offsetof.
31602         (struct fooalign): Remove; it doesn't need a name.
31603         (union fooround): Change double to long double, and add void *.
31604         (DEFAULT_ALIGNMENT): Use offsetof to compute.
31605         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
31606         not a macro.  Hence the values are always int; so remove all
31607         casts-to-int in uses.
31608
31609 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31610
31611         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
31612         we can get this patch merged into glibc.
31613
31614 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31615             Paul Eggert  <eggert@cs.ucla.edu>
31616
31617         * m4/argp: Depend on alloca.
31618
31619 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31620             Paul Eggert  <eggert@cs.ucla.edu>
31621
31622         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
31623         freecoding.
31624
31625 2004-05-17  Bruno Haible  <bruno@clisp.org>
31626
31627         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
31628         precision that consists of a '.' followed by an empty digit string.
31629         Patch by Tor Lillqvist <tml@iki.fi>.
31630
31631 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31632
31633         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
31634         for backward compatibility with older code.  We need our own
31635         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
31636         it under some other name, and our alloca.h will define it.
31637
31638 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31639             Derek Price  <derek@ximbiot.com>
31640
31641         * lib/alloca.c: Include <alloca.h>, to get our interface.
31642         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
31643         include <alloca.h> first.  Use C89 prototype for alloca; this
31644         requires including <stddef.h> for size_t.  Use extern "C" if C++.
31645         Use #elif for simplicity, since we can assume C89 now.
31646         Don't try to source the system alloca.h since it will not be found
31647         and to prevent recursively including its replacement.
31648         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
31649         * lib/regex.c: Likewise.
31650
31651 2004-05-16  Derek Price  <derek@ximbiot.com>
31652             Paul Eggert  <eggert@cs.ucla.edu>
31653
31654         getline cleanup.  This changes the getndelim2 API: both order of
31655         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
31656         no delimiter).
31657
31658         * lib/getline.c: Don't include stddef.h or stdio.h, since our
31659         interface does that.
31660         (getline): Always use getdelim, so that we don't have two
31661         copies of this code.
31662         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
31663         if available.
31664         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
31665         (GETNDELIM2_MAXIMUM): New macro.
31666         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
31667         instead of the old practice of delim2==0.  All callers changed.
31668         Return -1 on overflow, instead of returning junk.
31669         Do not set *linesize unless allocation succeeds.
31670         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
31671         that we include sys/types.h.
31672         * lib/getnline.h: Likewise.
31673         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
31674         (getndelim2): Reorder arguments.
31675         * lib/getnline.c (getnline, getndelim):
31676         Don't discard the NMAX argument.
31677         (getnline): Invoke getndelim, to avoid code duplication.
31678         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
31679         of (size_t) -1 by callers of the getnline family.
31680
31681 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31682
31683         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
31684         Check for gettimeofday.
31685         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
31686         Check for settimeofday, stime.
31687
31688 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31689
31690         * lib/nanosleep.c (suspended): Change its type from int to
31691         sig_atomic_t volatile.
31692         (first_call): Make it private to rpl_nanosleep, and have it
31693         be zero initially as that's a bit faster.
31694         (my_usleep): Round up fractional times instead of truncating them,
31695         as this is the usual meaning for 'sleep'.
31696
31697         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
31698         doesn't work.
31699         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
31700         (ENOSYS): Define if not defined.
31701         (settime): Fall back on stime if it exists and settimeofday fails.
31702         But don't bother with fallbacks if a method fails with errno == EPERM.
31703
31704 2004-05-11  Jim Meyering  <jim@meyering.net>
31705
31706         Prior to this change, the save_cwd caller required read access to the
31707         current directory on most systems (ones with the fchdir function).
31708
31709         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
31710         fails, try write-only, and finally, resort to using xgetcwd.
31711
31712 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31713
31714         * lib/obstack.c, obstack.h: Import changes from libc.
31715
31716 2004-04-28  Bruno Haible  <bruno@clisp.org>
31717
31718         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
31719         also implicitly appends .exe to executables.
31720         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
31721         accepts Windows pathnames.
31722         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31723         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31724         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31725         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31726         Reported by Derek Robert Price <derek@ximbiot.com>.
31727
31728 2004-04-21  Karl Berry  <karl@gnu.org>
31729
31730         * config/srclist.txt (localcharset.c): break sync.
31731
31732 2004-04-20  Paul Eggert  <eggert@twinsun.com>
31733
31734         * m4/host-os.m4: Add a copyright notice.
31735
31736 2004-04-20  Jim Meyering  <jim@meyering.net>
31737
31738         Change UTILS_ to gl_ in AC_DEFINE'd names.
31739         Change utils_- and jm_-prefixed variables, too.
31740         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
31741         UTILS_FUNC_MKDIR_TRAILING_SLASH.
31742         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
31743
31744         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
31745         Don't emit trailing blanks.
31746         Also rename jm_-prefixed variables to have gl_ prefix.
31747
31748         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
31749         Also rename jm_-prefixed variables to have gl_ prefix.
31750
31751         * m4/jm-macros.m4: Reflect the renamings.
31752         * m4/prereq.m4: Likewise.
31753
31754 2004-04-20  Jim Meyering  <jim@meyering.net>
31755
31756         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
31757         memory.
31758
31759 2004-04-20  Jim Meyering  <jim@meyering.net>
31760             Bruno Haible  <bruno@clisp.org>
31761
31762         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
31763         memory when realloc fails.
31764
31765 2004-04-19  Jim Meyering  <jim@meyering.net>
31766
31767         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
31768         now that readutmp.c may call `free (0)'.
31769
31770 2004-04-19  Bruno Haible  <bruno@clisp.org>
31771
31772         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
31773         * m4/inttypes_h.m4: Likewise.
31774         * m4/stdint_h.m4: Likewise.
31775         * m4/intmax_t.m4: Likewise.
31776         * m4/uintmax_t.m4: Likewise.
31777
31778 2004-04-18  Jim Meyering  <jim@meyering.net>
31779
31780         * m4/prereq.m4: Don't forbid jm_ prefix.
31781
31782         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
31783         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
31784         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
31785         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
31786         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
31787         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
31788         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
31789         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
31790         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
31791         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
31792         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
31793         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
31794         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
31795         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
31796         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
31797         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
31798         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
31799         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
31800         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
31801
31802 2004-04-18  Jim Meyering  <jim@meyering.net>
31803
31804         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
31805         failure, don't leak memory and do call END_UTMP_ENT.
31806
31807 2004-04-16  Jim Meyering  <jim@meyering.net>
31808
31809         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
31810         coreutils' stat program.
31811         (gl_PREREQ): Don't require jm_PREREQ_STAT.
31812
31813 2004-04-11  Paul Eggert  <eggert@twinsun.com>
31814
31815         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
31816         C89.
31817         (CHAR_BIT): Remove, since we assume C89.
31818         Include <stdint.h> if available, as per current Autoconf CVS advice.
31819
31820 2004-03-31  Jim Meyering  <jim@meyering.net>
31821
31822         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
31823         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
31824         * m4/xalloc.m4: Likewise.
31825
31826 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31827
31828         Merge from coreutils.
31829
31830         * m4/inttostr.m4: New file.
31831         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
31832         Require AM_STDBOOL_H and gl_TIMESPEC instead.
31833         Require gl_CLOCK_TIME.
31834         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
31835
31836 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31837
31838         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
31839         not bool, to be more consistent with Unix conventions.
31840         Suggested by Bruno Haible.
31841
31842         Merge from coreutils.
31843
31844         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
31845         * lib/umaxtostr.c: New files.
31846
31847         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
31848         the usual <time.h> dance.
31849         (get_date): Change signature to support fractional time stamps.
31850         All callers changed.
31851         * lib/getdate.y: Include "getdate.h" first, as we can now
31852         assume C89 and don't need to worry about 'const'.
31853         Similarly, include "unlocked-io.h" near start, not in middle.
31854         Include <limits.h>.
31855         (textint.value): Use long int rather than int.
31856         (textint.digits): Use size_t rather than int.
31857         (BILLION, LOG10_BILLION): New constants.
31858         (parser_control): New member rel_ns.  Members day_ordinal,
31859         time_zone, month, day, hour, minutes, rel_year, rel_month,
31860         rel_day, rel_hour, rel_minutes, rel_seconds
31861         are now long int, not int.  Member seconds is now struct timespec,
31862         not int.  New member timespec_seen.  Members dates_seen, days_seen,
31863         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
31864         not int.
31865         (%union.intval): Now long int, not int.
31866         New member timespec.
31867         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
31868         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
31869         (spec): Now is a timespec or an item list.
31870         (timespec, items): New nonterminals.
31871         (time, rel, relunit, number, get_date):
31872         Add support for fractional seconds.
31873         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
31874         (gmtime, localtime, mktime): Remove decls; not needed with C89.
31875         (to_hour): First arg is now long int, not int.
31876         (to_year): Returns long int, not int.
31877         Don't treat year -70 like 70.
31878         (tm_diff): Returns long int, not int.
31879         (lookup_word): Use bool instead of int when appropriate.
31880         (yylex): Use size_t for count, not int.
31881         Detect overflow when parsing large integer constants.
31882         Add support for fractions.
31883         (get_date): Make pointers 'const' if possible.
31884         Use more-portable code to detect integer overflow.
31885         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
31886         Don't use ctime; it's not reliable if the year has >4 digits.
31887
31888         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
31889         This is for compatibility with BSD.
31890
31891         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
31892         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
31893         From coreutils' system.h.
31894
31895         * lib/userspec.c: Don't include "posixver.h".
31896         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
31897         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
31898         compatible extension.  Simplify code by removing a boolean int
31899         that was always nonzero if a string was nonnull.
31900
31901 2004-03-30  Jim Meyering  <jim@meyering.net>
31902
31903         Merge from coreutils.
31904
31905         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
31906         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
31907         on some systems one must include <grp.h> before it.
31908         Reported by Christian Krackowizer.
31909
31910 2004-03-30  Jim Meyering  <jim@meyering.net>
31911
31912         Merge from coreutils.
31913
31914         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
31915
31916         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
31917         an empty input stream.
31918
31919         * lib/readtokens.c: Include <stdbool.h>.
31920         (readtoken): Use `size_t' rather than int/long.
31921         All callers adjusted.
31922         Use `bool' rather than `int' where appropriate.
31923         Use memset rather than an explicit loop.
31924         Use x2nrealloc rather than xrealloc.
31925         Allow the use of `\0' as a delimiter.
31926         (readtokens): Likewise.
31927         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
31928
31929 2004-03-30  Jim Meyering  <jim@meyering.net>
31930
31931         * m4/realloc.m4: Remove file, since now it does no more than
31932         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
31933         the `configure.ac' section of module/realloc.
31934         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
31935
31936 2004-03-30  Bruno Haible  <bruno@clisp.org>
31937
31938         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
31939         nonnull.
31940
31941 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31942
31943         Merge changes to getloadavg.c from coreutils and Emacs.
31944
31945         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
31946         Define to an expression, not to the empty string.
31947         Include cloexec.h and xalloc.h.
31948         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
31949         Use set_cloexec_flag rather than rolling our own.
31950         * lib/cloexec.c, lib/cloexec.h: New files.
31951
31952 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31953
31954         * m4/cloexec.m4: New file.
31955
31956 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31957
31958         * lib/getopt.h: Sync with libc CVS.
31959
31960 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31961             Bruno Haible  <bruno@clisp.org>
31962
31963         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
31964         mbswidth.
31965
31966 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31967             Bruno Haible  <bruno@clisp.org>
31968
31969         * lib/mbswidth.h: Include <wchar.h> only if
31970         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
31971         <wchar.h>.
31972         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
31973
31974 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31975
31976         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
31977         Sync with libc CVS.
31978         * lib/getopt_int.h: New file, also synced from libc.
31979
31980 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31981
31982         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
31983         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
31984         Bring back getopt.c, getopt.h, getopt1.c.
31985
31986 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31987
31988         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
31989         All uses changed.  Check for sa_sigaction member; this fixes
31990         a bug first reported by Jason Andrade in
31991         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
31992
31993 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31994
31995         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
31996         '#if' expressions.  Unlike the code it replaces, it does not
31997         depend on (defined _SC_PAGESIZE).  However, it does depend on
31998         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
31999         first reported by Jason Andrade in
32000         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32001
32002 2004-02-25  Simon Josefsson  <jas@extundo.com>
32003
32004         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
32005
32006 2004-02-25  Simon Josefsson  <jas@extundo.com>
32007
32008         * lib/strdup.h: New file.
32009         * lib/strdup.c: Include it.
32010         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
32011         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
32012
32013 2004-02-23  Karl Berry  <karl@gnu.org>
32014
32015         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
32016         (from fencepost.gnu.org:/gd/gnuorg).
32017
32018 2004-02-23  Karl Berry  <karl@gnu.org>
32019
32020         * config/srclistvars.sh (GNUORG) [karl]: redefine.
32021         * config/srclist.txt: add maintain/standards documents.
32022
32023 2004-02-18  Bruno Haible  <bruno@clisp.org>
32024
32025         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
32026         Reported by Derek Robert Price <derek@ximbiot.com>.
32027
32028 2004-02-16  Karl Berry  <karl@gnu.org>
32029
32030         * config/mkinstalldirs, install-sh: update from automake.
32031
32032 2004-02-06  Karl Berry  <karl@gnu.org>
32033
32034         * m4/po.m4: update from gettext 0.14.1.
32035
32036 2004-02-06  Karl Berry  <karl@gnu.org>
32037
32038         * lib/config.charset: update from gettext 0.14.1.
32039
32040 2004-02-05  Paul Eggert  <eggert@twinsun.com>
32041
32042         Add comments and code, prompted by suggestions from Bruno Haible
32043         for sh-quote.
32044         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
32045         describing the enum quoting_style values.
32046         * lib/quotearg.c (quotearg_alloc): New function.
32047         (quotearg_buffer_restyled): Treat lone { and } as special.
32048         Treat = as special.  Work around bug with older shells
32049         that "see" a '\' that is really the 2nd byte of a multibyte char.
32050         Quote empty string with shell_quoting_style.
32051
32052 2004-02-03  Bruno Haible  <bruno@clisp.org>
32053
32054         * m4/pipe.m4: New file, from GNU gettext.
32055
32056 2004-02-03  Bruno Haible  <bruno@clisp.org>
32057
32058         * lib/pipe.h: New file, from GNU gettext.
32059         * lib/pipe.c: New file, from GNU gettext.
32060
32061 2004-01-27  Bruno Haible  <bruno@clisp.org>
32062
32063         * m4/execute.m4: New file, from GNU gettext.
32064
32065 2004-01-27  Bruno Haible  <bruno@clisp.org>
32066
32067         * lib/execute.h: New file, from GNU gettext.
32068         * lib/execute.c: New file, from GNU gettext.
32069         * lib/w32spawn.h: New file, from GNU gettext.
32070
32071 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32072
32073         Merge from diffutils.
32074
32075         * lib/file-type.c (file_type): Add typed memory objects.
32076         * lib/file-type.h (S_TYPEISTMO): New macro.
32077
32078         * lib/c-stack.h (c_stack_action): Remove argv argument.
32079         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
32080         (die): Don't calculate message unless segv_action returns.
32081         (get_stack_location, min_address_from_argv, max_address_from_argv,
32082         volatile stack_base, volatile_stack_size): Remove.
32083         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
32084         that every segmentation violation is a stack overflow.  (Ouch!)
32085         See Debian bug 136249 (still outstanding) for more info about why
32086         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
32087
32088 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32089
32090         Exit-status fix from coreutils.
32091
32092         Use exit_failure consistently in place of EXIT_FAILURE,
32093         so that program exit statuses are consistent on failure.
32094
32095         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
32096         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
32097         * lib/argmatch.h: Comment fix to match the above.
32098         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
32099         Now a macro referring to exit_failure, instead of a separate
32100         variable.  Include "exitfail.h" to get it.
32101         * lib/xstrtol.h: Include "exitfail.h".
32102         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
32103
32104         * lib/long-options.c (parse_long_options): Use prototype
32105         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
32106         for clarity.
32107
32108 2004-01-21  Jim Meyering  <jim@meyering.net>
32109
32110         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
32111         so as not to conflict with a different-sized __mktime_internal
32112         function in GNU libc.
32113         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
32114         Problem building statically-linked `ls' reported by Michael Brunnbauer.
32115
32116 2004-01-20  Karl Berry  <karl@gnu.org>
32117
32118         * config/config.guess: update from config.
32119
32120         * config/srclistvars.sh: GNUWWWLICENSES for karl.
32121
32122 2004-01-20  Bruno Haible  <bruno@clisp.org>
32123
32124         Safer stack allocation.
32125         * lib/setenv.c: Include allocsa.h.
32126         (alloca): Remove fallback definition.
32127         (freea): Remove macro.
32128         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
32129         instead of freea.
32130
32131 2004-01-20  Bruno Haible  <bruno@clisp.org>
32132
32133         * m4/eealloc.m4: New file, from GNU gettext.
32134
32135 2004-01-20  Bruno Haible  <bruno@clisp.org>
32136
32137         * m4/allocsa.m4: New file, from GNU gettext.
32138
32139 2004-01-20  Bruno Haible  <bruno@clisp.org>
32140
32141         * lib/xallocsa.h: New file, from GNU gettext.
32142         * lib/xallocsa.c: New file, from GNU gettext.
32143
32144 2004-01-20  Bruno Haible  <bruno@clisp.org>
32145
32146         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
32147
32148 2004-01-20  Bruno Haible  <bruno@clisp.org>
32149
32150         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
32151         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
32152         specially.
32153
32154 2004-01-20  Bruno Haible  <bruno@clisp.org>
32155
32156         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
32157         patch.
32158
32159 2004-01-20  Bruno Haible  <bruno@clisp.org>
32160
32161         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
32162
32163 2004-01-20  Bruno Haible  <bruno@clisp.org>
32164
32165         * lib/eealloc.h: New file.
32166
32167 2004-01-20  Bruno Haible  <bruno@clisp.org>
32168
32169         * lib/binary-io.h: Avoid warnings on Cygwin.
32170
32171 2004-01-20  Bruno Haible  <bruno@clisp.org>
32172
32173         * lib/allocsa.h: New file, from GNU gettext.
32174         * lib/allocsa.c: New file, from GNU gettext.
32175
32176 2004-01-18  Karl Berry  <karl@gnu.org>
32177
32178         * doc/gpl.texi, doc/lgpl.texi: new files.
32179
32180 2004-01-18  Karl Berry  <karl@gnu.org>
32181
32182         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
32183         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
32184
32185 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32186
32187         Merge from coreutils.
32188
32189         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
32190         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
32191         (gl_DEFAULT_POSIX2_VERSION): Move
32192         the documentation from 'configure' into 'config.hin',
32193         so that 'configure --help' isn't burdened by it and
32194         we don't have to worry about its formatting there.
32195         Reword the documentation so that it's more succinct
32196         and can be run together into a single paragraph.
32197         * m4/same.m4 (gl_SAME): Check for pathconf.
32198
32199 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32200
32201         Merge from coreutils.
32202
32203         * lib/posixver.c: Include posixver.h.
32204
32205         * lib/same.c: Include <stdbool.h>, <limits.h>.
32206         (_POSIX_NAME_MAX): Define if not defined.
32207         (MIN): New macro.
32208         (same_name): If file names are silently truncated, report
32209         that the file names are the same if they are the same after
32210         the silent truncation.
32211
32212         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
32213         conversion function.
32214         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
32215         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
32216         longer needed.
32217
32218 2004-01-15  Jim Meyering  <jim@meyering.net>
32219
32220         Merge from coreutils.
32221
32222         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
32223         if no library is required.
32224         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
32225         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
32226         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
32227         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
32228         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
32229         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
32230         value, $ac_cv_search_crypt, if it's "none required".
32231         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
32232         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
32233         not gl_FUNC_GETLOADAVG.
32234         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
32235         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
32236
32237 2004-01-15  Jim Meyering  <jim@meyering.net>
32238
32239         Merge from coreutils.
32240
32241         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
32242         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
32243         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
32244
32245         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
32246         optional configure-time default.
32247
32248         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32249
32250         * lib/xreadlink.c (xreadlink): Correct outdated comment.
32251
32252 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
32253
32254         Merge from coreutils.
32255
32256         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
32257         value, $ac_cv_search_nanosleep, if it's "none required".
32258
32259 2004-01-14  Paul Eggert  <eggert@twinsun.com>
32260
32261         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
32262         with like-named macro in fnmatch.c.
32263         (EXT): Use an internal constant instead.
32264
32265         Merge fnmatch patches from glibc.
32266         * lib/fnmatch.c (mbsinit): Remove define.
32267         Add libc_hidden_ver (__fnmatch, fnmatch).
32268         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
32269         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
32270
32271 2004-01-14  Karl Berry  <karl@gnu.org>
32272
32273         * config/install-sh: update from automake.
32274
32275 2004-01-13  Karl Berry  <karl@gnu.org>
32276
32277         * config/install-sh: update from automake.
32278
32279 2004-01-09  Karl Berry  <karl@gnu.org>
32280
32281         * config/install-sh: update from automake.
32282
32283 2004-01-05  Karl Berry  <karl@gnu.org>
32284
32285         * config/config.{sub,guess}: update from config.
32286
32287 2003-12-31  Karl Berry  <karl@gnu.org>
32288
32289         * config/depcomp: update from automake.
32290
32291 2003-12-14  Karl Berry  <karl@gnu.org>
32292
32293         * lib/config.charset: update from gettext-runtime.
32294
32295 2003-12-03  Paul Eggert  <eggert@twinsun.com>
32296
32297         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
32298         Bug reported by Alfred M. Szmidt.
32299
32300 2003-12-03  Bruno Haible  <bruno@clisp.org>
32301
32302         * m4/gettext.m4: Upgrade from gettext-0.13.
32303         * m4/po.m4: Upgrade from gettext-0.13.
32304         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
32305         * m4/intmax.m4: New file, from gettext-0.13.
32306         * m4/printf-posix.m4: New file, from gettext-0.13.
32307
32308 2003-11-29  Karl Berry  <karl@gnu.org>
32309
32310         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
32311
32312 2003-11-25  Paul Eggert  <eggert@twinsun.com>
32313             Bruno Haible  <bruno@clisp.org>
32314
32315         * lib/printf-parse.h: Don't include sys/types.h.
32316         (ARG_NONE): New macro.
32317         (char_directive): Change type of *arg_index fields to size_t.
32318         * lib/printf-parse.c: Don't include sys/types.h.
32319         (SSIZE_MAX): Remove macro.
32320         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
32321         Remove unnecessary overflow check.
32322         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
32323         fields.
32324
32325 2003-11-25  Bruno Haible  <bruno@clisp.org>
32326
32327         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
32328
32329 2003-11-25  Bruno Haible  <bruno@clisp.org>
32330
32331         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
32332         gt_TYPE_SSIZE_T.
32333
32334 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32335
32336         * modules/alloca: Remove dependency on xalloc.
32337
32338 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32339
32340         * lib/alloca.c: Remove dependency on xalloc module.
32341         (xalloc_die): Remove.
32342         (memory_full) [!defined emacs]: New macro.
32343         [!defined emacs]: Don't include xalloc.h.
32344         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
32345         address arithmetic overflows.  Change datatypes a bit to avoid
32346         unnecessary casts.
32347
32348 2003-11-22  Jim Meyering  <jim@meyering.net>
32349
32350         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
32351         s/size/size_t/.
32352
32353 2003-11-21  Karl Berry  <karl@gnu.org>
32354
32355         * config/config.{sub,guess}: update from config.
32356
32357 2003-11-18  Karl Berry  <karl@gnu.org>
32358
32359         * config/config.{sub,guess}: update from config.
32360
32361         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
32362
32363 2003-11-17  Paul Eggert  <eggert@twinsun.com>
32364
32365         * README: Mention that S+T cannot overflow if S is the size of
32366         an existing object and T is sufficiently small.
32367
32368 2003-11-17  Jim Meyering  <jim@meyering.net>
32369
32370         On systems without utime and without a utimes function capable of
32371         dealing with a NULL struct utimbuf* argument, this utime replacement
32372         could -- in unusual circumstances -- leak a file descriptor.
32373         * lib/utime.c: Include <unistd.h> and <errno.h>.
32374         (utime_null): Be sure to close `fd' and to preserve errno.
32375         Reported by Geoff Collyer via Arnold Robbins.
32376
32377 2003-11-17  Bruno Haible  <bruno@clisp.org>
32378
32379         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
32380         (Depends-on): Add xsize.
32381
32382 2003-11-17  Bruno Haible  <bruno@clisp.org>
32383
32384         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
32385
32386 2003-11-17  Bruno Haible  <bruno@clisp.org>
32387
32388         * lib/vasnprintf.c (alloca): Remove fallback definition.
32389         (freea): Remove definition.
32390         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
32391         Reported by Paul Eggert.
32392
32393 2003-11-16  Paul Eggert  <eggert@twinsun.com>
32394             Bruno Haible  <bruno@clisp.org>
32395
32396         Protect against address arithmetic overflow.
32397         * lib/printf-args.h: Include stddef.h.
32398         (arguments): Change type of field 'count' to size_t.
32399         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
32400         'unsigned int' where appropriate.
32401         * lib/printf-parse.h: Include sys/types.h.
32402         (char_directive): Change type of *arg_index fields to ssize_t.
32403         (char_directives): Change type of fields 'count', max_*_length to
32404         size_t.
32405         * lib/printf-parse.c: Include sys/types.h and xsize.h.
32406         (SSIZE_MAX): Define fallback value.
32407         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
32408         instead of 'int' where appropriate. Check a_allocated, d_allocated
32409         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
32410         * lib/vasnprintf.c: Include xsize.h.
32411         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
32412         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
32413         overflow. Avoid wraparound when converting a width or precision from
32414         decimal to binary.
32415
32416 2003-11-16  Bruno Haible  <bruno@clisp.org>
32417
32418         Update from GNU gettext.
32419         * lib/printf-parse.c: Generalize to it can be compiled for wide
32420         strings.
32421         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
32422         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
32423         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
32424         SNPRINTF): New macros.
32425         Don't include <alloca.h> if the file is used inside libintl.
32426         (local_wcslen): New function, for Solaris 2.5.1.
32427         (VASNPRINTF): Use it instead of wcslen.
32428
32429 2003-11-16  Bruno Haible  <bruno@clisp.org>
32430
32431         * lib/xsize.h (xmax): New function.
32432         (xsum, xsum3, xsum4): Declare as "pure" functions.
32433
32434 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32435
32436         * modules/xalloc (Files): Undo latest change, since xalloc.h
32437         no longer needs SIZE_MAX or PTRDIFF_MAX.
32438
32439 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32440
32441         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
32442         gl_PTRDIFF_MAX.
32443
32444 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32445
32446         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
32447         "return", to pacify some unknown compiler.  Problem reported
32448         by Joerg Schilling.
32449
32450 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32451
32452         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
32453         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
32454         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
32455         heuristic is just as accurate as far as we know, and it removes a
32456         dependency on size_max.m4 and ptrdiff_max.m4.
32457
32458 2003-11-11  Bruno Haible  <bruno@clisp.org>
32459
32460         * modules/xsize (Files): Add m4/size_max.m4.
32461         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
32462
32463 2003-11-11  Bruno Haible  <bruno@clisp.org>
32464
32465         * m4/size_max.m4: New file.
32466         * m4/ptrdiff_max.m4: New file.
32467         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
32468         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
32469         (gl_XALLOC): Invoke it.
32470
32471 2003-11-11  Bruno Haible  <bruno@clisp.org>
32472
32473         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
32474         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
32475         defined.
32476
32477 2003-11-10  Paul Eggert  <eggert@twinsun.com>
32478
32479         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
32480         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
32481         rejected some allocations of exactly SIZE_MAX - 2 bytes.
32482         From Bruno Haible.
32483         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
32484         not (size_t) -1, since it's defined here.
32485
32486 2003-11-09  Karl Berry  <karl@gnu.org>
32487
32488         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
32489
32490 2003-11-06  Paul Eggert  <eggert@twinsun.com>
32491
32492         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
32493         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
32494         Reject sizes of exactly SIZE_MAX bytes.
32495         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
32496         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
32497
32498 2003-11-05  Bruno Haible  <bruno@clisp.org>
32499
32500         * lib/xsize.h: Include limits.h, to avoid a possible collision with
32501         SIZE_MAX defined in <limits.h> on Solaris.
32502
32503 2003-11-04  Jim Meyering  <jim@meyering.net>
32504
32505         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
32506         variable names, rather than @VAR@.
32507         * modules/poll: Likewise.
32508
32509 2003-11-04  Bruno Haible  <bruno@clisp.org>
32510
32511         * modules/xsize: New file.
32512         * modules/linebreak: Depend on xsize.
32513         * MODULES.html.sh (func_all_modules): Add xsize.
32514
32515 2003-11-04  Bruno Haible  <bruno@clisp.org>
32516
32517         * m4/xsize.m4: New file.
32518
32519 2003-11-04  Bruno Haible  <bruno@clisp.org>
32520
32521         * lib/xsize.h: New file.
32522         * lib/linebreak.c: Include xsize.h.
32523         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
32524         argument for overflow.
32525         Suggested by Paul Eggert.
32526
32527 2003-11-03  Karl Berry  <karl@gnu.org>
32528
32529         * config/config.{guess,sub}: update from config.
32530
32531 2003-11-03  Jim Meyering  <jim@meyering.net>
32532
32533         * modules/userspec (lib_SOURCES): Add userspec.h.
32534         (Include): Add "userspec.h".
32535         Improve description.
32536
32537 2003-11-03  Jim Meyering  <jim@meyering.net>
32538
32539         * lib/userspec.c: Include "userspec.h".
32540         * lib/userspec.h: New file.
32541
32542 2003-11-03  Bruno Haible  <bruno@clisp.org>
32543
32544         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
32545
32546 2003-11-03  Bruno Haible  <bruno@clisp.org>
32547
32548         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
32549         available, to avoid (extremely rare) race condition.
32550         Suggested by Paul Eggert.
32551
32552 2003-11-02  Karl Berry  <karl@gnu.org>
32553
32554         * config/srclist.txt (vasprintf.c): sync broken, sigh.
32555
32556 2003-10-31  Paul Eggert  <eggert@twinsun.com>
32557
32558         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
32559         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
32560         (read_filesystem_list): Set and use me_type_malloced.
32561         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
32562         whatever the type happens to be), for brevity and consistency.
32563         Check for size calculation overflow on Alphas running OSF/1.
32564
32565 2003-10-31  Jim Meyering  <jim@meyering.net>
32566
32567         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
32568
32569         * lib/linebuffer.c: Include <string.h> for declaration of memset.
32570
32571 2003-10-30  Paul Eggert  <eggert@twinsun.com>
32572             Bruno Haible  <bruno@clisp.org>
32573
32574         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
32575         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
32576
32577 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32578
32579         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
32580         netbsd*-gnu*.  Suggested by Robert Millan.
32581
32582 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32583
32584         * modules/group-member: Depend on stdbool.
32585
32586 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32587
32588         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
32589
32590 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32591
32592         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
32593         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
32594         after the 'gnu' in these cases.  This fixes some bugs in the
32595         previous change, and is based on suggestions by Robert Millan.
32596
32597 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32598
32599         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
32600         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
32601         no longer needed.
32602         * lib/quotearg.c (quotearg_n_options): Use it.
32603         * lib/group-member.c: Include <stdbool.h>.
32604         (free_group_info): Arg is now const *; don't free arg.
32605         (get_group_info): Now returns bool and accepts struct group_info *,
32606         rather than returning a malloc'ed struct group_info *.
32607         All uses changed.  Check for overflow in internal size calculation.
32608
32609         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
32610         rather than xmalloc/xrealloc.
32611         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
32612         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
32613         conformance bug: the old code used a pointer after freeing the
32614         storage that it addressed.
32615         * lib/hash.c (hash_initialize): Simplify the code by using
32616         xalloc_oversized rather than doing it by hand.
32617         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
32618         the buffer preserved.  Use free and xmalloc instead.
32619         * lib/quotearg.c (quotearg_n_options): Likewise.
32620         Use a simpler test for size overflow.  Don't use xalloc_oversized
32621         because unsigned int might be wider than size_t (!); this suggests
32622         that we should switch from unsigned int to size_t for slot numbers.
32623
32624 2003-10-28  Paul Eggert  <eggert@twinsun.com>
32625
32626         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
32627         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
32628         NetBSD kernels.  Requested by Richard Stallman.
32629
32630 2003-10-27  Paul Eggert  <eggert@twinsun.com>
32631
32632         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
32633         to allocate the returned structure.  Do not allocate a subarray,
32634         as x2nrealloc will do that.
32635         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
32636         instead of xnrealloc.
32637         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
32638
32639 2003-10-27  Bruno Haible  <bruno@clisp.org>
32640
32641         * lib/stdbool_.h: Better support for BeOS.
32642
32643 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32644
32645         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
32646         now uses inline.
32647
32648 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32649
32650         * lib/xalloc.h (xalloc_oversized): New static inline function, for
32651         callers that want to do their own size-overflow checking.  Include
32652         <stdbool.h>, since xalloc_oversized returns bool.
32653         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
32654         to use xalloc_oversized.
32655
32656         Add two functions x2realloc, x2nrealloc, for programs that grow
32657         arrays dynamically by doubling their sizes.
32658         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
32659         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
32660         New functions.
32661
32662         Port to C99 semantics for 'inline' of external functions.
32663         Bug reported by Bruno Haible.
32664         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
32665         with the old contents of xnmalloc.
32666         (xnmalloc, xmalloc): Use it.
32667         (xnrealloc_inline): New static inline function,
32668         with the old contents of xnrealloc.
32669         (xnrealloc, xrealloc): Use it.
32670
32671         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
32672         that.
32673
32674 2003-10-26  Karl Berry  <karl@gnu.org>
32675
32676         * config/srclist.txt (COPYING.DOC): no longer available from
32677         /gd/gnuorg; don't know where the ultimate source is.
32678
32679 2003-10-25  Paul Eggert  <eggert@twinsun.com>
32680
32681         Fix several address-calculation bugs in the hash modules,
32682         plus some minor code cleanup.
32683
32684         * lib/hash.h: Include <stdbool.h>, for bool.
32685         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
32686         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
32687         hash_get_n_entries, hash_get_max_bucket_length,
32688         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
32689         hash_rehash): Use size_t rather than unsigned.
32690         * lib/hash.c (struct hash_table, hash_get_n_buckets,
32691         hash_get_n_buckets_used, hash_get_n_entries,
32692         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
32693         hash_get_entries, hash_do_for_each, hash_string, is_prime,
32694         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
32695         Likewise.
32696         (SIZE_MAX): Define if not defined.
32697         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
32698         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
32699         hash_print):
32700         Use const * when possible.
32701         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
32702         (check_tuning): Fix bug: if tuning parameters were very close to
32703         0 or 1, rounding errors could have caused subscript violations.
32704         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
32705         (hash_initialize): Add 'fail:' label
32706         to free table and return NULL, and use it to simplify code.
32707         Use calloc rather than clearing the storage ourself.
32708         (hash_initialize, hash_rehash): Check for arithmetic overflow in
32709         buffer size calculations.
32710         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
32711         Include <stddef.h>, for size_t.
32712         * lib/hash-pjw.c (hash_pjw): Likewise.
32713         Switch to method described by Bruno Haible.
32714         Include <limits.h>, for CHAR_BIT.
32715         (SIZE_BITS): New macro.
32716
32717 2003-10-23  Paul Eggert  <eggert@twinsun.com>
32718
32719         * m4/getline.m4 (AM_FUNC_GETLINE):
32720         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
32721         hosts.  Problem reported by Derek Robert Price in
32722         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
32723         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
32724         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
32725
32726 2003-10-21  Paul Eggert  <eggert@twinsun.com>
32727
32728         * lib/getndelim2.c (getndelim2): When size calculation overflows,
32729         ceiling the allocation at NMAX bytes rather than silently
32730         discarding input bytes before NMAX is reached.  This makes
32731         a difference only if NMAX exceeds SIZE_MAX / 2.
32732
32733         * lib/obstack.c: Merge from glibc.
32734         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
32735         Add libc_hidden_def (_obstack_newchunk).
32736         (_obstack_free) [! defined _LIBC]: Remove.
32737         [defined _LIBC]: Make a strong alias from obstack_free, rather than
32738         a clone of the function body.
32739         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
32740         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
32741
32742         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
32743         glibc.
32744         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
32745         arg to memcpy.
32746
32747         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
32748         (obstack_ptr_grow_fast, obstack_int_grow_fast):
32749         Don't use lvalue casts, as GCC plans to remove support for them
32750         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
32751         was also present in the non-GCC version, indicating that this
32752         code had always been buggy and had never been widely used.
32753         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
32754         Use the fast variant of each macro, rather than copying the
32755         definiens of the fast variant; that way, we'll be more likely to
32756         catch future bugs in the fast variants.
32757
32758 2003-10-20  Bruno Haible  <bruno@clisp.org>
32759
32760         * modules/wait-process: New file.
32761         * MODULES.html.sh (func_all_modules): Add wait-process.
32762
32763 2003-10-20  Bruno Haible  <bruno@clisp.org>
32764
32765         * m4/wait-process.m4: New file.
32766
32767 2003-10-20  Bruno Haible  <bruno@clisp.org>
32768
32769         * lib/wait-process.h: New file, from GNU gettext.
32770         * lib/wait-process.c: New file, from GNU gettext.
32771
32772 2003-10-19  Jim Meyering  <jim@meyering.net>
32773
32774         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
32775         HPUX 10.20.
32776
32777 2003-10-18  Karl Berry  <karl@gnu.org>
32778
32779         * config/config.guess: update from config.
32780
32781 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32782
32783         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
32784         (getgroups): First arg is int, not size_t.
32785         Don't let 'free' mangle errno.
32786
32787 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32788
32789         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
32790
32791 2003-10-16  Karl Berry  <karl@gnu.org>
32792
32793         * config/config.{guess,sub}: update from config.
32794
32795 2003-10-16  Jim Meyering  <jim@meyering.net>
32796
32797         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
32798         memcpy.
32799
32800 2003-10-15  Paul Eggert  <eggert@twinsun.com>
32801
32802         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
32803         (SIZE_MAX): Remove.
32804         (new_exclude, add_exclude_file): Initial size no longer needs to
32805         be a power of 2.
32806         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
32807         our own address arithmetic overflow checking.
32808
32809         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
32810         (fnmatch): Do not alloca more than 2000 wide characters;
32811         instead, use malloc for large buffers.
32812         Check for address arithmetic overflow, and return -1
32813         with errno set to ENOMEM in that case.
32814         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
32815         (NEW_PATTERN): Do not alloca more than 8000 bytes;
32816         instead, return -1.  Check for address arithmetic overflow.
32817
32818 2003-10-14  Paul Eggert  <eggert@twinsun.com>
32819
32820         Handle invalid suffixes and overflow independently, so that
32821         callers can treat them independently as needed.  Fix some bugs in
32822         suffix handling, e.g., "100k@" was not diagnosed as an invalid
32823         suffix for a human-readable blocksize.  The major caller-visible
32824         change is the addition of a new
32825         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
32826         that both overflow and suffix chars were found.
32827
32828         * lib/human.c (humblock): Don't check separately for invalid suffix
32829         char; that is xstrtoumax's job (now that its bug is fixed).
32830         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
32831         INTMAX_MAX]: New macros.
32832         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
32833         TYPE_MAXIMUM): New macros.
32834         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
32835         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
32836         if overflow occurs, as it's what __strtol does and it's more useful
32837         in practice.
32838         (__xstrtol): If __strtol reports some error other than ERANGE,
32839         reflect it to the caller as LONGINT_INVALID.  If it reports
32840         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
32841         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
32842         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
32843         value.
32844         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
32845         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
32846         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
32847         [defined UINTMAX_MAX]: New macros.
32848
32849 2003-10-14  Bruno Haible  <bruno@clisp.org>
32850
32851         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
32852
32853 2003-10-14  Bruno Haible  <bruno@clisp.org>
32854
32855         * m4/sig_atomic_t: New file, from GNU gettext.
32856         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
32857
32858 2003-10-14  Bruno Haible  <bruno@clisp.org>
32859
32860         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
32861         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
32862         Also use volatile where needed.
32863
32864 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32865
32866         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
32867         Change maintainer from Bruno Haible to 'all'.
32868
32869 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32870
32871         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
32872
32873 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32874
32875         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
32876         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
32877         and define in terms of the other primitives.
32878         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
32879         (SIZE_MAX): Define if not already defined.
32880         (array_size_overflow): New function.
32881         (xalloc_die): Abort instead of exiting if 'error' returns.
32882         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
32883         (xmalloc, xrealloc): Use them.
32884         (xcalloc): Check for address arithmetic overflow.
32885         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
32886         a bit faster than strcpy.
32887
32888 2003-10-10  Simon Josefsson  <jas@extundo.com>
32889
32890         * modules/argp (Depends-on): Add restrict and strcase.
32891
32892 2003-10-10  Simon Josefsson  <jas@extundo.com>
32893
32894         * m4/argp.m4: Add AC_C_INLINE.
32895
32896 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32897
32898         Merge getpass from libc, plus a few fixes.
32899
32900         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
32901         Include <stdbool.h>.
32902         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
32903         __fsetlocking to empty.
32904         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
32905         do include <bits/libc-lock.h>.
32906         Do not include <fcntl.h>; not needed.
32907         [_LIBC]: Include <wchar.h>.
32908         (NOTCANCEL_MODE): New macro.
32909         (flockfile, funlockfile) [_LIBC]: New macros.
32910         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
32911         [!_LIBC]: New macros.
32912         (call_fclose): New function.
32913         (getpass): Use it.  Save tty stream separately; this simplifies the
32914         code and makes it more reliable if stdin happens to equal stdout.
32915         Invoke __fsetlocking on tty.
32916         Handle thread cancellation if needed.
32917         Namespace cleanup (use __tcgetattr, __getline).
32918         Use bool for Booleans.
32919         [USE_IN_LIBIO]: Handle wide streams.
32920         [!_LIBC]: Unconditionally do the fseek, since we don't know what
32921         stream might go where.
32922
32923         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
32924         doesn't have to include <stdio.h> before us.
32925         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
32926         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
32927         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
32928         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
32929         if not declared, so that we can use getpass.c code from libc without
32930         rewriting it.
32931         (flockfile, ftrylockfile, funlockfile): New macros.
32932
32933 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32934
32935         * modules/getpass: Depend on stdbool.
32936
32937 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32938
32939         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
32940
32941 2003-10-07  Karl Berry  <karl@gnu.org>
32942
32943         * config/config.{guess,sub}: update from config.
32944
32945 2003-10-06  Jim Meyering  <jim@meyering.net>
32946             Bruno Haible  <bruno@clisp.org>
32947
32948         This lets translators provide better translations for the
32949         "Written by ..." part of --version output.
32950         * lib/version-etc.h: Include stdarg.h.
32951         (version_etc_copyright): Declare as readonly.
32952         (version_etc): Make this function variadic with a NULL-terminated list
32953         of author name strings.
32954         (version_etc_va): New declaration.
32955         * lib/version-etc.c: Include stdarg.h, stdlib.h.
32956         (version_etc_copyright): Declare as readonly.
32957         (version_etc_va): New function. Provide a different translatable string
32958         for each possible number of authors < 10. Abbreviate when there are 10
32959         authors or more.
32960         (version_etc): Make this function variadic. Call version_etc_va.
32961         Suggestion from Gary V. Vaughan.
32962
32963         * lib/long-options.h (parse_long_options): Change prototype: the
32964         authors string is moved to the end and becomes variadic.
32965         * lib/long-options.c: Include stdarg.h.
32966         (parse_long_options): Make this function variadic, too.
32967         Call version_etc_va, not version_etc.
32968
32969 2003-10-06  Bruno Haible  <bruno@clisp.org>
32970
32971         * modules/version-etc-2: Remove file.
32972         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
32973
32974 2003-10-06  Bruno Haible  <bruno@clisp.org>
32975
32976         * modules/fatal-signal: New file.
32977         * MODULES.html.sh (func_all_modules): Add fatal-signal.
32978
32979 2003-10-06  Bruno Haible  <bruno@clisp.org>
32980
32981         * m4/fatal-signal.m4: New file.
32982         * m4/signalblocking.m4: New file, from GNU gettext.
32983
32984 2003-10-06  Bruno Haible  <bruno@clisp.org>
32985
32986         * lib/version-etc-2.h: Remove file.
32987         * lib/version-etc-2.c: Remove file.
32988
32989 2003-10-06  Bruno Haible  <bruno@clisp.org>
32990
32991         * lib/fatal-signal.h: New file, from GNU gettext.
32992         * lib/fatal-signal.c: New file, from GNU gettext.
32993
32994 2003-10-05  Paul Eggert  <eggert@twinsun.com>
32995
32996         * README: Rework advice for preventing empty .o files.
32997         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
32998         not <sys/types.h>.
32999
33000 2003-10-04  Karl Berry  <karl@gnu.org>
33001
33002         * lib/argp*: update from libc.
33003
33004 2003-10-04  Karl Berry  <karl@gnu.org>
33005
33006         * config/config.{guess,sub}: update from config.
33007
33008 2003-10-02  Bruno Haible  <bruno@clisp.org>
33009
33010         * modules/lchown (Include): Add lchown.h.
33011         * modules/time_r (Include): Use "..." syntax.
33012         * modules/xgetdomainname (Include): Add xgetdomainname.h.
33013
33014 2003-10-01  Simon Josefsson  <jas@extundo.com>
33015
33016         * MODULES.html.sh (func_all_modules): Move gethostname from section
33017         'based on' to section 'lacking' POSIX:2001.
33018
33019 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
33020
33021         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
33022         to output mode on the same stream.
33023
33024 2003-09-29  Paul Eggert  <eggert@twinsun.com>
33025
33026         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
33027         Fix arg typo in previous patch.
33028
33029 2003-09-28  Jim Meyering  <jim@meyering.net>
33030
33031         * lib/error.c: Correct cpp indentation.
33032
33033 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33034
33035         * modules/free: New file.
33036
33037 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33038
33039         * m4/free.m4: New file.
33040
33041 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33042
33043         * lib/minmax.h (MIN, MAX)
33044         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
33045         Omit the special code that used __typeof__, since we worry that
33046         it could be more trouble than it's worth.  See:
33047         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
33048         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
33049
33050         * lib/free.c: New file.
33051
33052 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
33053
33054         Trivial fixes to Makefile.am parts of module listings.
33055         * modules/strstr: Append strstr.h to lib_SOURCES.
33056         * modules/strcase: Likewise, for strcase.h.
33057
33058 2003-09-27  Karl Berry  <karl@gnu.org>
33059
33060         * config/mkinstalldirs: update from automake.
33061
33062 2003-09-26  Paul Eggert  <eggert@twinsun.com>
33063
33064         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
33065         (error_tail): Do not loop, reallocating temporary buffer, since
33066         the output cannot contain more wide characters than the input
33067         contains bytes, the size must be big enough already.  This avoids
33068         one potential size overflow calculation.  Check for size overflow
33069         when calculating temporary buffer size.  Free temporary buffer
33070         when done, if it was allocated with malloc; this plugs a memory
33071         leak.  Remove casts from void * to pointers, that are no longer
33072         needed now that we're assuming C89 or better.
33073
33074         Merge error changes from glibc.
33075
33076         * lib/error.c, error.h: Update copyright notice header to match glibc.
33077         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
33078         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
33079         Disable cancellation while printing error.
33080         * lib/error.h: Prepend __ to parameter names.
33081
33082 2003-09-26  Jim Meyering  <jim@meyering.net>
33083
33084         * lib/error.c (error_tail): Move some declarations
33085         into inner scope where the local variables are used.
33086
33087 2003-09-26  Bruno Haible  <bruno@clisp.org>
33088
33089         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
33090         stpncpy().
33091         Don't define stpncpy through config.h; it's now done through stpncpy.h.
33092
33093 2003-09-26  Bruno Haible  <bruno@clisp.org>
33094
33095         * lib/stpncpy.h (gnu_stpncpy): New declaration.
33096         (stpncpy): Define as alias for gnu_stpncpy.
33097         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
33098
33099 2003-09-25  Simon Josefsson  <jas@extundo.com>
33100
33101         * lib/xgetdomainname.h: New file.
33102         * lib/xgetdomainname.c: New file.
33103
33104 2003-09-25  Simon Josefsson  <jas@extundo.com>
33105             Bruno Haible  <bruno@clisp.org>
33106
33107         * modules/getdomainname: New file.
33108         * modules/xgetdomainname: New file.
33109         * MODULES.html.sh (func_all_modules): Add getdomainname,
33110         xgetdomainname.
33111
33112 2003-09-25  Simon Josefsson  <jas@extundo.com>
33113             Bruno Haible  <bruno@clisp.org>
33114
33115         * m4/getdomainname.m4: New file.
33116
33117 2003-09-25  Simon Josefsson  <jas@extundo.com>
33118             Bruno Haible  <bruno@clisp.org>
33119
33120         * lib/getdomainname.h: New file.
33121         * lib/getdomainname.c: New file.
33122
33123 2003-09-25  Karl Berry  <karl@gnu.org>
33124
33125         * lib/argp-fmtstream.c, argp-help.c: update from libc.
33126
33127 2003-09-25  Karl Berry  <karl@gnu.org>
33128
33129         * config/install-sh: update from automake.
33130
33131 2003-09-25  Bruno Haible  <bruno@clisp.org>
33132
33133         * modules/version-etc-2: New file, from modules/version-etc with
33134         modifications.
33135         * MODULES.html.sh (func_all_modules): Add version-etc-2.
33136
33137 2003-09-25  Bruno Haible  <bruno@clisp.org>
33138
33139         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
33140         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
33141
33142 2003-09-24  Simon Josefsson  <jas@extundo.com>
33143
33144         * modules/xgethostname: Add xgethostname.h.
33145
33146 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33147
33148         * lib/linebuffer.c (freebuffer): Don't free the argument, just
33149         the buffer associated with the argument.  Bug reported by
33150         Simon Josefsson.
33151
33152 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33153
33154         * README: Document assumptions that 'int' is at least 32 bits
33155         wide, that integer arithmetic is 2's complement without overflow,
33156         that there are no holes in integer values, that adding sizes of
33157         two nonoverlapping objects can't overflow, and that all-bits-zero
33158         yields scalar zero.  Fix spelling and capitalization typos.
33159
33160 2003-09-19  Karl Berry  <karl@gnu.org>
33161
33162         * lib/argp.h: update from libc.
33163
33164 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33165
33166         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
33167         to avoid spurious warnings like "AC_RUN_IFELSE was called before
33168         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
33169
33170 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33171
33172         * gnulib-tool: Use "test -h", not "test -L", for portability
33173         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
33174         (tags_regexp): Remove, since \| doesn't conform to POSIX.
33175         (sed_extract_prog): Issue s commands one-by-one, rather than
33176         using \| in one s command.
33177
33178 2003-09-16  Paul Eggert  <eggert@twinsun.com>
33179
33180         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
33181         input error, instead of returning NULL the next time we are called
33182         (and therefore losing track of errno).
33183
33184 2003-09-16  Bruno Haible  <bruno@clisp.org>
33185
33186         * gnulib-tool (func_create_testdir): Warn about duplicated
33187         dependencies.
33188
33189 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33190
33191         * modules/argmatch, modules/fatal, modules/obstack,
33192         modules/xalloc, modules/xgethostname: Sort dependencies by
33193         importance, not alphabetically.
33194
33195 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33196
33197         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
33198         fails, so that the caller gets the proper errno.
33199
33200         * lib/readutmp.c (read_utmp): Likewise.
33201         Check for fstat error.  Close stream and free storage
33202         when failing.
33203
33204 2003-09-14  Karl Berry  <karl@gnu.org>
33205
33206         * config/srclist.txt (strdup.c): disable for c89 changes.
33207
33208 2003-09-14  Jim Meyering  <jim@meyering.net>
33209
33210         * lib/getloadavg.c: Correct cpp indentation.
33211         * lib/strdup.c: Likewise.
33212         * lib/vasnprintf.c: Likewise.
33213
33214 2003-09-14  Bruno Haible  <bruno@clisp.org>
33215
33216         * modules/fwriteerror: New file.
33217         * MODULES.html.sh (func_all_modules): Add fwriteerror.
33218
33219 2003-09-14  Bruno Haible  <bruno@clisp.org>
33220
33221         * lib/fwriteerror.h: New file.
33222         * lib/fwriteerror.c: New file.
33223
33224 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33225
33226         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
33227         modules/xgethostname, modules/xalloc: Depend on exit.
33228
33229 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33230
33231         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
33232
33233         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
33234         and AC_MINIX, too, so that their extensions are available.
33235
33236         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
33237         This macro has been superseded by gl_BACKUPFILE.
33238
33239         More patches to assume C89 or better.
33240
33241         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
33242
33243         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
33244         unconditionally.
33245         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
33246         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
33247         Include <string.h>, <stdlib.h> unconditionally.
33248         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
33249         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
33250         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
33251         headers or for string.h.
33252         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
33253         or strtoul.
33254
33255         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
33256         headers.
33257         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
33258         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33259         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
33260         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
33261         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33262         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
33263         memcpy, memset.
33264         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
33265         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
33266         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
33267         strtol.
33268         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
33269         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
33270         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
33271         strtoul.
33272
33273 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33274
33275         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
33276         * lib/obstack.c [!defined _LIBC]: Likewise.
33277         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
33278         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
33279         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
33280
33281         More changes to assume C89 or better.
33282
33283         * lib/error.c (error_tail): Assume vprintf.
33284
33285         * lib/argmatch.c (getenv): Remove decl.
33286         * lib/progreloc.c (get_full_program_name): Define via prototype.
33287         * lib/setenv.c (clearenv): Likewise.
33288         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
33289         needed.
33290         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
33291         (malloc, memcpy): Remove decls.
33292         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
33293         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
33294         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33295         (memcpy): Remove macro.
33296         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
33297         (__P): Remove.  All uses removed.
33298         (PTR): Remove.  All uses changed to void *.
33299         (CHAR_BIT, NULL): Remove.
33300         (spaces, zeros, memset_space, memset_zero)
33301         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
33302         Remove.
33303         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
33304         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
33305         Define with prototype.
33306         Remove now-unnecessary prototype decl.
33307         (extra_args_spec): Assume ANSI C.  All uses changed.
33308         (extra_args_spec_iso): Remove.
33309         (my_strftime, emacs_strftimeu): Define via prototype.
33310         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
33311         unconditionally.
33312         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
33313         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
33314         (strtoul, strtol): Remove decls.
33315         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
33316         LONG_MAX): Remove.
33317         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33318         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
33319         (LOCALE_PARAM_PROTO): New macro.
33320         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
33321         (INTERNAL (strtol), strtol): Define with a prototype.
33322         (PARAMS): Remove.  All uses removed.
33323         * lib/tempname.c: Include <string.h> unconditionally.
33324         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
33325         * lib/xgethostname.c (main): Define with a prototype.
33326         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
33327         Include <stdlib.h> unconditionally.
33328         (calloc, malloc, realloc, free): Remove decls.
33329         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
33330         Include <stdlib.h> unconditionally.  Sort include file names.
33331         (strtod): Remove.
33332         (xstrtod): Define with a prototype.
33333         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
33334         (strtol, strtoul): Remove decls.
33335
33336 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33337
33338         More patches to assume C89 or better.
33339         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
33340         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
33341         string.h, memchr, STDC_HEADERS.
33342
33343 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33344
33345         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
33346         Include <stdlib.h>, <string.h> unconditionally.
33347         Remove now-unnecessary cast to char *.
33348         * lib/strnlen.c: Include <string.h> unconditionally.
33349         * lib/yesno.c (yesno): Define with a prototype.
33350
33351 2003-09-11  Bruno Haible  <bruno@clisp.org>
33352
33353         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
33354
33355 2003-09-10  Jim Meyering  <jim@meyering.net>
33356
33357         * lib/error.c: Correct indentation of cpp directives.
33358
33359 2003-09-10  Bruno Haible  <bruno@clisp.org>
33360
33361         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
33362         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
33363         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
33364         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
33365         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
33366         <stdlib.h> and <string.h> checks.
33367         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
33368         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
33369
33370 2003-09-10  Bruno Haible  <bruno@clisp.org>
33371
33372         * lib/strcspn.c: Include <string.h> unconditionally.
33373         * lib/strpbrk.c: Include <string.h> unconditionally.
33374         * lib/strstr.c: Include <string.h> unconditionally.
33375         * lib/unicodeio.c: Include <string.h> unconditionally.
33376         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
33377         * lib/unsetenv.c: Likewise.
33378         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
33379         * lib/yesno.c: Include <stdlib.h> unconditionally.
33380         (rpmatch): Add prototype.
33381
33382 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33383
33384         More patches to assume C89 or better.
33385         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
33386         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
33387         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
33388         or for string.h.
33389         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
33390         stdlib.h.
33391         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
33392         C headers.
33393         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
33394         string.h.
33395         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
33396         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
33397         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
33398         or for string.h.
33399         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
33400         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
33401         C headers.
33402         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
33403         memcpy.
33404         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
33405         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
33406         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
33407         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
33408         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
33409         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
33410         string.h, free.
33411         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
33412         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
33413         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
33414         C headers, or for string.h.
33415         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
33416         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
33417         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
33418         headers, memory.h, stdlib.h, string.h, strings.h.
33419         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
33420         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
33421         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
33422         strchr.
33423         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
33424         headers, memory.h, string.h.
33425         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
33426         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
33427         free.
33428         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
33429         headers.
33430         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
33431         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
33432         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
33433         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
33434         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
33435
33436 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33437
33438         More K&R removal.
33439
33440         * lib/acosl.c (main): Use a prototype.
33441         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
33442         tanl.c: Likewise.
33443
33444         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
33445
33446         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
33447         (getopt, etopt_long, getopt_long_only, _getopt_internal)
33448         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
33449         with a prototype.
33450         * lib/getopt.c (const): Remove macro.
33451         Include <string.h> unconditionally.
33452         (my_index): Remove; all uses changed to strchr.
33453         (strlen): Remove decl.
33454         (exchange): Remove forward decl; no longer needed.
33455         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
33456         Define with prototype.
33457         * lib/getopt1.c (const): Remove macro.
33458         (getopt_long, getopt_long_only, main): Define with prototype.
33459
33460         * lib/getugroups.c: Include <string.h> unconditionally.
33461
33462         * lib/getusershell.c: Include <stdlib.h> unconditionally.
33463         (getusershell, setusershell, endusershell, readname, main):
33464         Define with prototypes.
33465
33466         * lib/group-member.c: Include group-member.h first.
33467         Include <stdlib.h> unconditionally.
33468
33469         * lib/hard-locale.c: Include hard-locale.h first.
33470         Include <stdlib.h>, <string.h> unconditionally.
33471
33472         * lib/hash.c (free, malloc): Remove decls.
33473         Include <stdlib.h> unconditionally.
33474
33475         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
33476         (getenv): Do not declare.
33477
33478         * lib/idcache.c: Include <string.h> unconditionally.
33479
33480         * lib/long-options.c: Include long-options.h first, to test interface.
33481         Include <stdlib.h> unconditionally.
33482
33483         * lib/makepath.c: Include makepath.h first, to test interface.
33484         Include <stdlib.h> and <string.h> unconditionally.
33485
33486         * lib/linebuffer.c: Include <stdlib.h>.
33487         (free): Remove decl.
33488
33489         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
33490         stddef.h. rpl_malloc returns void *, not char *.
33491         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
33492         prototype.
33493
33494         * lib/md5.h: Include <limits.h> unconditionally.
33495         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
33496         (__P): Remove; all uses removed.
33497         * lib/md5.c: Include "md5.h" first.
33498         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
33499         md5_buffer, md5_process_bytes, md5_process_block):
33500         Define with prototypes.
33501         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
33502         * lib/sha.c: Include "sha.h" first.
33503         Include <stdlib.h>, <string.h> unconditionally.
33504
33505         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
33506         * lib/memcmp.c (__ptr_t): Likewise.
33507         * lib/memrchr.c (__ptr_t): Likewise.
33508         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
33509         Include <string.h> unconditionally.
33510         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
33511         * lib/memchr.c: Include <stdlib.h> unconditionally.
33512         * lib/memchr.c (LONG_MAX): Remove.
33513         * lib/memrchr.c (LONG_MAX): Likewise.
33514         * lib/memchr.c (__memchr): Define via a prototype.
33515         * lib/memrchr.c (__memrchr): Likewise.
33516         * lib/memcmp.c (__P): Remove, and remove all uses.
33517         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
33518         Remove forward decls; no longer needed.
33519         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
33520         Use types required by C89 in prototype.
33521
33522         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
33523         * lib/savedir.c: Likewise.
33524         * lib/mkdir.c (free): Remove decl.
33525         * lib/rmdir.c (rmdir): Define with a prototype.
33526         * lib/savedir.c: Include savedir.h first, to test interface.
33527
33528         * lib/mktime.c (STDC_HEADERS): Remove.
33529         Include <stdlib.h>, <string.h> unconditionally.
33530
33531         * lib/modechange.c: Include <stdlib.h> unconditionally.
33532         (malloc): Remove decl.
33533
33534         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
33535         (free): Remove decl.
33536
33537         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
33538         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
33539         (This type really should be intptr_t, but that's a C99ism.)
33540         (_obstack_memcpy): Remove: all uses changed to memcpy.
33541         Include <string.h> unconditionally.
33542         (struct obstack): Assume __STDC__ for types of members
33543         chunkfun, freefun, extra_arg.
33544         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
33545         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
33546         obstack_begin, obstack_specify_allocation,
33547         obstack_specify_allocation_with_arg, obstack_chunkfun,
33548         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
33549         Remove unprototyped decls and the macros that use them.
33550         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
33551         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
33552         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
33553         (defined __STDC__ && __STDC__)]:
33554         Remove nonprototyped code.
33555         Include <stdlib.h> unconditionally.
33556         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
33557         _obstack_allocated_p, _obstack_free, obstack_free,
33558         _obstack_memory_used, print_and_abort):
33559         Define using prototypes.
33560         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
33561         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
33562         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
33563         obstack_next_free, obstack_object_size, obstack_room) [0]:
33564         Remove unused, unprototyped code.
33565
33566         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
33567
33568         * lib/physmem.c (physmem_total, physmem_available, main): Define
33569         with prototypes.
33570
33571         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
33572         (main): Define with a prototype.
33573
33574         * lib/posixver.c (getenv): Remove decl.
33575
33576         * lib/putenv.c (malloc): Returns void *, not char *.
33577         Include <string.h> unconditionally.
33578         (strchr, memcpy, NULL): Do not define.
33579
33580         * lib/readtokens.c: Include readtokens.h first, to test interface.
33581         Include <stdlib.h>, <string.h> unconditionally.
33582         (init_tokenbuffer): Define with a prototype.
33583
33584         * lib/regex.c (PARAMS): Remove.  All uses removed.
33585         All uses of _RE_ARGS removed, too.
33586         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33587         unconditionally.
33588         (bzero): Assume memset exists.
33589         (memcmp, memcpy, NULL): Remove.
33590         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
33591         char, or assignments to local vars of type signed char.
33592         (init_syntax_once, PREFIX(extract_number_and_incr),
33593         PREFIX(print_partial_compiled_pattern),
33594         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
33595         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
33596         PREFIX(regex_grow_registers), PREFIX(regex_compile),
33597         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
33598         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
33599         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
33600         wcs_compile_range, byte_compile_range, truncate_wchar,
33601         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
33602         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
33603         count_mbs_length, wcs_re_match_2_internal,
33604         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
33605         PREFIX(alt_match_null_string_p),
33606         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
33607         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
33608         regfree, PREFIX(extract_number)): Define with prototype.  Remove
33609         now-unnecessary declaration, if any.
33610         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
33611         regcomp, regexec):
33612         Remove now-unnecessary casts among pointer types.
33613         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
33614
33615         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
33616         (free): Remove decl.
33617
33618         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
33619
33620         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
33621         (free): Remove decl.
33622
33623         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
33624         * lib/xgetcwd.c: Likewise.
33625
33626         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
33627         (free): Remove decl.
33628
33629         * lib/strchrnul.c (strchrnul): Define with a prototype.
33630         Fix bug: c_in was not converted to char before searching.
33631
33632         The following changes are not K&R related:
33633
33634         * lib/group-member.h: Include <sys/types.h>, so that this file is
33635         self-contained.
33636         * lib/makepath.h: Likewise.
33637
33638         * lib/getusershell.c (readname, default_index, line_size, readname):
33639         Use size_t, not int, for sizes.
33640         (readname): If the size overflows, report an error instead of
33641         looping forever.
33642
33643 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33644
33645         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
33646         libc.
33647
33648 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33649
33650         * README: New section: portability guidelines.
33651
33652 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33653
33654         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
33655         C89 spec.
33656
33657 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33658
33659         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
33660
33661 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33662
33663         Assume C89 or better; remove K&R cruft.
33664         A few of these changes were first proposed by Derek Robert Price
33665         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
33666
33667         * lib/addext.c: Include <string.h> unconditionally.
33668         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
33669         Don't declare getenv or malloc.
33670
33671         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
33672         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
33673         (NULL): Remove.
33674         (find_stack_direction, alloca): Use prototypes.
33675
33676         * lib/atexit.c (atexit): Define using a prototype.
33677
33678         * lib/basename.c, dirname.c, stripslash.c:
33679         Include <string.h> unconditionally.
33680
33681         * lib/bcopy.c: Include <stddef.h>.
33682         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
33683
33684         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
33685
33686         * lib/error.h (error, error_at_line, error_print_progname)
33687         [! (defined (__STDC__) && __STDC__)]: Remove decls.
33688         * lib/error.c: Include error.h first, to check interface.
33689         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33690         (VA_START): Remove; all uses changeed to va_start.
33691         (exit, strerror): Remove decls.
33692         (error_print_progname): Prototype uncondionally.
33693         Don't include <errno.h>; no longer needed.
33694         (private_strerror): Remove.
33695         (error_tail): Always define.
33696         (error, error_at_line): Assume C89 or better; always use prototypes.
33697         * lib/fatal.c: Include "fatal.h" first, to test interface.
33698         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33699         (VA_START): Remove; all uses changed to va_start.
33700         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
33701         this case.
33702         (exit): Remove decl.
33703         (fatal): Prototype unconditionally.  Assume va_start works.
33704         Abort at end, to pacify gcc.
33705
33706         * lib/euidaccess.c (main): Define with a prototype.
33707
33708         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
33709
33710         * lib/exitfail.c: Include <stdlib.h> unconditionally.
33711
33712         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
33713         prototypes.
33714         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
33715         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
33716         (getenv): Remove decl.
33717         (fnmatch): Define using a prototype.
33718         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
33719         (FCT): Define using a prototype.
33720
33721         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
33722
33723         * lib/gethostname.c: Include <stddef.h>.
33724         (gethostname): Define with prototype.  Length is size_t, not int.
33725
33726 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33727
33728         Assume C89 or better; remove K&R cruft.
33729         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
33730         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
33731         string.h, getenv, malloc.
33732         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
33733         headers.
33734         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
33735         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
33736         do not check for strerror.
33737         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
33738         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
33739         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
33740         do not check for doprnt or vprintf.
33741         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
33742         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
33743
33744 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33745
33746         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
33747         getversion.c should have been removed then, but was accidentally
33748         preserved.
33749
33750         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
33751         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
33752
33753 2003-09-08  Karl Berry  <karl@gnu.org>
33754
33755         * config/config.sub, config.guess, srclistvars.sh: update from savannah
33756                 config, forget about prep.
33757
33758         * config/depcomp, missing: update from automake.
33759
33760 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33761
33762         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
33763         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33764
33765 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33766
33767         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
33768         copy_tm_result.  Bug reported by Simon Josefsson in
33769         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33770
33771 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33772
33773         * m4/time_r.m4: New file.
33774         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
33775         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
33776         is. Check for timegm declaration.
33777         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
33778         Do not check for gmtime_r.
33779         Replace mktime if __mktime_internal does not exist and if mktime
33780         hasn't been replaced already.
33781
33782 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33783
33784         * lib/time_r.c, lib/time_r.h: New files.
33785
33786         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
33787         __localtime_r.
33788         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
33789         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
33790
33791         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
33792         __gmtime_r.
33793         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
33794         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
33795         Include <time_r.h>.
33796
33797         * lib/timegm.c: Switch to glibc implementation, with the following
33798         changes:
33799         [defined HAVE_CONFIG_H]: Include <config.h>.
33800         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
33801         (__mktime_internal) [!defined _LIBC]: New decl.
33802         (__gmtime_r) [!defined _LIBC]: New macro and function.
33803         (timegm): Use a prototype, since gnulib assumes C89.
33804         Do not bother declaring tmp to be const, as it's not really usefu.
33805         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
33806         (timegm): Declare only if HAVE_DECL_TIMEGM.
33807
33808 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33809
33810         * MODULES.html.sh (func_all_modules): Add time_r.
33811         * modules/time_r: New file.
33812         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
33813         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
33814
33815 2003-09-03  Paul Eggert  <eggert@twinsun.com>
33816
33817         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
33818         Bug reported by Lute Kamstra in
33819         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
33820
33821         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
33822         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
33823         course with correspondingly smaller numbers for tomorrow and
33824         yesterday.  From Tadayoshi Funaba.  Originally installed into
33825         sh-utils on 1999-08-07, but the patch got lost (I guess during the
33826         coreutils merge?).
33827
33828 2003-08-31  Simon Josefsson  <jas@extundo.com>
33829
33830         * modules/timegm: New file.
33831         * MODULES.html.sh (func_all_modules): Add timegm.
33832
33833 2003-08-31  Simon Josefsson  <jas@extundo.com>
33834
33835         * m4/timegm.m4: New file.
33836
33837 2003-08-31  Simon Josefsson  <jas@extundo.com>
33838
33839         * lib/timegm.h: New file.
33840         * lib/timegm.c: New file.  Based on
33841         wget-1.8.2/src/http.c:mktime_from_utc.
33842
33843 2003-08-31  Karl Berry  <karl@gnu.org>
33844
33845         * lib/argp.h: update from libc.
33846
33847 2003-08-28  Bruno Haible  <bruno@clisp.org>
33848
33849         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
33850         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
33851         followed by '#define fnmatch fnmatch_posix' gives an error.
33852
33853 2003-08-28  Bruno Haible  <bruno@clisp.org>
33854
33855         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
33856         warning on QNX, which defines O_BINARY to 000000.
33857
33858 2003-08-27  Jim Meyering  <jim@meyering.net>
33859
33860         * m4/mkstemp.m4: Require that the system mkstemp be able to create
33861         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
33862         would fail after 32.  Reported by Danny Levinson.  Details here:
33863         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
33864
33865 2003-08-24  Bruno Haible  <bruno@clisp.org>
33866
33867         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
33868         MSVC7 <stdio.h> is included later.
33869
33870 2003-08-22  Simon Josefsson  <jas@extundo.com>
33871
33872         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
33873
33874 2003-08-20  Karl Berry  <karl@gnu.org>
33875
33876         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
33877
33878 2003-08-20  Bruno Haible  <bruno@clisp.org>
33879
33880         * modules/progname: New file.
33881         * MODULES.html.sh (func_all_modules): Add progname.
33882
33883 2003-08-20  Bruno Haible  <bruno@clisp.org>
33884
33885         * lib/progname.h: New file, from GNU gettext.
33886         * lib/progname.c: New file, from GNU gettext.
33887         * lib/progreloc.c: New file, from GNU gettext.
33888
33889 2003-08-19  Jim Meyering  <jim@meyering.net>
33890
33891         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
33892         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
33893
33894 2003-08-19  Bruno Haible  <bruno@clisp.org>
33895
33896         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
33897         more.
33898
33899 2003-08-19  Bruno Haible  <bruno@clisp.org>
33900
33901         * lib/xstrdup.c: Assume <string.h> exists.
33902
33903 2003-08-18  Paul Eggert  <eggert@twinsun.com>
33904
33905         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
33906         in makefile rules.
33907
33908 2003-08-18  Jim Meyering  <jim@meyering.net>
33909
33910         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
33911         * m4/lib-ld.m4: Likewise.
33912
33913 2003-08-18  Jim Meyering  <jim@meyering.net>
33914
33915         * lib/setenv.h: Indent nested cpp directive.
33916         * lib/vasnprintf.c: Remove trailing blanks.
33917
33918 2003-08-17  Simon Josefsson  <jas@extundo.com>
33919
33920         * modules/xstrndup: New file.
33921         * MODULES.html.sh (func_all_modules): Add xstrndup.
33922
33923 2003-08-17  Simon Josefsson  <jas@extundo.com>
33924
33925         * modules/argp: Fix autoconf macro name. Add more dependencies.
33926
33927 2003-08-17  Simon Josefsson  <jas@extundo.com>
33928
33929         * m4/xstrndup.m4: New file.
33930
33931 2003-08-17  Simon Josefsson  <jas@extundo.com>
33932
33933         * m4/argp.m4: New file.
33934
33935 2003-08-17  Simon Josefsson  <jas@extundo.com>
33936             Bruno Haible  <bruno@clisp.org>
33937
33938         * lib/xstrndup.h: New file.
33939         * lib/xstrndup.c: New file.
33940
33941 2003-08-17  Bruno Haible  <bruno@clisp.org>
33942
33943         * modules/strndup (Files, Include): Add lib/strndup.h.
33944
33945 2003-08-17  Bruno Haible  <bruno@clisp.org>
33946
33947         * modules/euidaccess (Files): Add lib/euidaccess.h.
33948
33949 2003-08-17  Bruno Haible  <bruno@clisp.org>
33950
33951         * lib/strndup.h: New file.
33952
33953 2003-08-17  Bruno Haible  <bruno@clisp.org>
33954
33955         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
33956         like AC_GNU_SOURCE.
33957         * modules/extensions (configure.ac): Comment out the invocation of
33958         gl_USE_SYSTEM_EXTENSIONS.
33959
33960 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33961
33962         Merges from coreutils, etc.
33963         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
33964         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
33965         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
33966         fixing a typo.
33967         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
33968         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
33969
33970 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33971
33972         Document merge from coreutils.
33973         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
33974         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
33975         * modules/utime: Add m4/utimes-null.m4.
33976
33977 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33978
33979         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
33980         space, undoing this 2003-08-12 change:
33981         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33982
33983 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33984
33985         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
33986         strtoul.c from libc, undoing this 2003-08-12 change:
33987         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33988
33989 2003-08-16  Jim Meyering  <jim@meyering.net>
33990
33991         Merges from coreutils.
33992         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
33993         prefix.  Adjust cache variables similarly.  Create 500 rather than
33994         just 300 files, to exercise bug on Darwin6.5, too.
33995         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
33996         $missing_dir.
33997         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
33998         AM_SYS_POSIX_TERMIOS.
33999         Reported by mkc@mathdogs.com.
34000         Also change use of $am_cv_sys_posix_termios
34001         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
34002         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
34003         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
34004         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
34005         in /proc/mounts until it finds one with matching device number.  This
34006         is unnecessary when the FILE argument *is* a mount point.  No stat call
34007         is necessary in that case.  So, disable the statvfs-testing code on
34008         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
34009         as RedHat bug# 84846.
34010         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34011         to 1MB, so as not to render systems with no stack size limit (e.g.,
34012         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34013         Include <unistd.h>.  On some systems,
34014         it is required for the definition of _SC_PAGESIZE.
34015
34016 2003-08-16  Jim Meyering  <jim@meyering.net>
34017
34018         Merge from coreutils.
34019         * lib/xstrtoimax.c: #else #if -> #elif.
34020         * lib/xstrtoumax.c: Likewise.
34021
34022 2003-08-16  Jim Meyering  <jim@meyering.net>
34023
34024         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
34025         * m4/utimes.m4: Removed.
34026         * m4/utimes-null.m4: Renamed from utimes.m4.
34027
34028         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34029         to 1MB, so as not to render systems with no stack size limit (e.g.,
34030         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34031         Include <unistd.h>.  On some systems,
34032         it is required for the definition of _SC_PAGESIZE.
34033
34034 2003-08-16  Jim Meyering  <jim@meyering.net>
34035         and Paul Eggert  <eggert@cs.ucla.edu>
34036
34037         Merges from coreutils, etc.
34038
34039         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
34040         using the latest version from cvs.  This avoids problems with #line
34041         directives using a vendor (Sun) compiler.
34042         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
34043         Don't set GETGROUPS_LIB here; now it's
34044         done via getgroups.m4's wrapper function.
34045         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
34046         rather than just in sh-util/configure.in, so that the
34047         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
34048         same.
34049         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
34050         AC_FUNC_GETLOADAVG where to find getloadavg.c.
34051         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
34052         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
34053         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
34054         Remove code that is now done by the newly-required macros.
34055         Append $(EXEEXT) to DF_PROG.
34056         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
34057         Do not invoke or require the following here,
34058         since prereq.m4 or some gnulib .m4 now does this for us:
34059         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
34060         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
34061         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
34062         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
34063         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
34064         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
34065         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
34066         AC_FUNC_OBSTACK.
34067         Do not replace the following functions, as this is now the job
34068         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
34069         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
34070         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
34071         atexit getpass, strdup, getpagesize.
34072         Replace 'raise'.
34073         Do not check for the following functions, as this is now the job
34074         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
34075         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
34076         setregid.
34077         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
34078         Check for sys/sysctl.h.
34079         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
34080         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
34081         of checking for ssize_t ourselves.
34082
34083         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
34084         Require every macro that gnulib/modules/* suggests for us.
34085         (jm_PREREQ_ADDEXT): New macro.
34086         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
34087         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
34088
34089         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
34090         (gl_PHYSMEM): Use it.
34091         Also check for `table' function.
34092         Check for new headers and functions.
34093         Add check for sys/sysmp.h.
34094         With suggestions from Kaveh Ghazi.
34095         Ignore headers that are present but cannot be compiled.  This
34096         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
34097         C 5.4.
34098
34099 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34100
34101         Document merge from coreutils.
34102         * modules/userspec: Depend on posixver.
34103         * modules/strftime: Depend on tzset.
34104
34105 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34106
34107         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
34108         rather than tab, after '#' in shell-script copyright notices.
34109         Suggested by Bruno Haible.
34110
34111 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34112
34113         * config/srclist-update: Use three spaces, rather than tab, after '#'
34114         in shell-script copyright notices.  Suggested by Bruno Haible.
34115         Remove unnecessary parenthesization in regular expression.
34116
34117 2003-08-15  Jim Meyering  <jim@meyering.net>
34118
34119         Merge from coreutils.
34120         * lib/xgethostname.c: Include <stdlib.h>.
34121         (xghostname): Don't exit for anything other than memory-related
34122         failure; just return NULL.
34123         * lib/userspec.c: Include "posixver.h".
34124         (parse_user_spec): Accept `.' as a separator only
34125         in pre-POSIX-200112 mode.
34126         * lib/strtoimax.c: Use #elif rather than #else #if.
34127         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
34128         Remove function, now that we can rely on a working tzset function.
34129         [!_LIBC]: Ensure that the required autoconf test has been run.
34130         [!defined _NL_CURRENT && HAVE_STRFTIME]:
34131         Use underlying_strftime for %r.
34132         * lib/sha.c: Merge in some clean-up and optimization changes from
34133         glibc.
34134         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
34135         Ensure that it is a multiple of 64.
34136         Rearrange loop exit tests so as to avoid performing an
34137         additional fread after encountering an error or EOF.
34138         * lib/realloc.c: Update copyright date.
34139
34140 2003-08-15  Jim Meyering  <jim@meyering.net>
34141         and Paul Eggert  <eggert@twinsun.com>
34142
34143         Merge from coreutils.
34144         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
34145         member but strut utmpx does not.  Needed for AIX 4.3.3.
34146         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
34147
34148 2003-08-15  Jim Meyering  <jim@meyering.net>
34149         and Paul Eggert  <eggert@cs.ucla.edu>
34150
34151         Merges from coreutils, etc.
34152         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
34153         Require gl_FUNC_TZSET_CLOBBER.
34154         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
34155         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
34156         members.
34157
34158 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34159
34160         Help the merge from coreutils.
34161         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
34162         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
34163         * m4/tzset.m4: Use it too.
34164
34165 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34166
34167         * modules/tzset: New file.
34168
34169 2003-08-14  Jim Meyering  <jim@meyering.net>
34170
34171         Merges from coreutils.
34172         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
34173         variable names, rather than @FNMATCH_H@.
34174         * modules/alloca: Likewise for $(ALLOCA_H).
34175
34176         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
34177         the three copies of the literal target, `fnmatch.h'.
34178         * modules/alloca (alloca.h): Likewise.
34179
34180 2003-08-14  Jim Meyering  <jim@meyering.net>
34181
34182         Merge from coreutils.
34183         * m4/tzset.m4: New file.
34184         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
34185         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
34186         otherwise, AIX 5.1 systems would end up using the latter.
34187         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
34188         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
34189         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
34190         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
34191
34192 2003-08-14  Jim Meyering  <jim@meyering.net>
34193
34194         Merge from coreutils.
34195         * lib/obstack.h: Whitespace changes.
34196         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
34197         and xcalloc return values.
34198         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
34199         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
34200         hang on OSF/1 5.1 for DIR on both local and remote file systems.
34201         Reported by (and fix confirmed by) Nelson H. F. Beebe.
34202         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34203         error from mntctl.
34204         Use mntctl's return value to drive the entry-processing loop, since
34205         we can't rely on the value of the vmt_length member in the last
34206         entry.  On some systems doing so could result in exhausting
34207         virtual memory.  Based in part on a patch from Mike Jetzer.
34208
34209 2003-08-14  Jim Meyering  <jim@meyering.net>
34210         and Paul Eggert  <eggert@twinsun.com>
34211
34212         Merges from coreutils, plus other fixes.
34213         * lib/physmem.c: Merge in portability changes from gcc/libiberty
34214         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
34215         for credits and details.  Thanks to Kaveh Ghazi for helping
34216         to keep these files in sync.
34217         (ARRAY_SIZE): Define it.
34218         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
34219         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
34220         (memcasecmp): Don't assume size_t fits in unsigned int.
34221         Remove casts and duplicate code.
34222         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
34223         (memcpy): Remove definition.
34224         Merge in some clean-up and optimization changes from glibc.
34225         [BLOCKSIZE]: Move definition to top of file.
34226         Ensure that it is a multiple of 64.
34227         Rearrange loop exit tests so as to avoid performing an
34228         additional fread after encountering an error or EOF.
34229         * lib/md5.h (md5_uintptr): Define.
34230         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
34231         return to the initial working directory.  Preserve errno
34232         for caller.
34233         * lib/idcache.c: Include "xalloc.h".
34234         (xmalloc, xrealloc): Remove decls.
34235         (getuser): Remove casts no longer required in C89.
34236         * lib/human.c: Include stdio.h, for sprintf.
34237         * lib/group-member.c: Include "xalloc.h".
34238         (xmalloc, xrealloc): Remove decls.
34239         (get_group_info): Remove casts no longer required in C89.
34240         * lib/getusershell.c (readname): Remove casts no longer required in
34241         C89.
34242         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
34243         * lib/getline.c: Whitespace fix, from coreutils.
34244
34245 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34246
34247         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
34248         Check for isascii.
34249
34250         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34251         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34252         Undo previous (whitespace-only) change.
34253
34254 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34255
34256         * lib/exclude.c: Include <ctype.h>
34257         (IN_CTYPE_DOMAIN): New macro.
34258         (is_space): New fn.
34259         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
34260         and empty lines.
34261
34262         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34263         Undo previous (whitespace-only) change.
34264
34265 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34266
34267         * config/srclist-update: Change update back to the old behavior,
34268         leaving whitespace alone.  Use one 'sed' command rather than a
34269         pipeline.
34270         (fixlicense): Now a variable, not a function.
34271         (remove_trailing_blanks): Remove.
34272         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
34273         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34274         Undo previous (whitespace-only) change.
34275
34276 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34277
34278         Merge from coreutils.
34279         * modules/euidaccess: Add lib_SOURCES, include for new
34280         file euidaccess.h
34281
34282 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34283
34284         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34285         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34286         Normalize leading white space and remove trailing white space.
34287
34288         Merge from coreutils
34289         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
34290
34291         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
34292         0.12.1.  These files are now being upgraded automatically by
34293         ../config/srclist-update.
34294
34295 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34296
34297         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34298         Normalize leading white space and remove trailing white space.
34299         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
34300         notice, as per ../config/srclist-update.
34301
34302         Merge from coreutils.
34303         * lib/euidaccess.h: New file.
34304         * lib/euidaccess.c: Include it.
34305         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
34306         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
34307         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
34308
34309 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34310
34311         * config/srclist-update: Add copyright notice.
34312         (remove_id_lines, remove_trailing_blanks): New constants.
34313         (fixfile): Use them to normalize spacing a bit in copied files.
34314         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34315         Normalize leading white space and remove trailing white space.
34316
34317         * config/texinfo.tex: Sync with texinfo.
34318
34319         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
34320         strtoul.c from libc, to merge coreutils whitespace changes.
34321
34322         * config/srclist.txt: Get the following m4 files from gettext:
34323         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
34324         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
34325         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
34326         wint_t.m4.
34327
34328 2003-08-12  Karl Berry  <karl@gnu.org>
34329
34330         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
34331         been made.
34332
34333 2003-08-11  Paul Eggert  <eggert@twinsun.com>
34334
34335         * modules/gnu-source, m4/gnu-source.m4:
34336         Remove; we're assuming Autoconf 2.54 or later now.
34337         Suggested by Bruno Haible.
34338         * MODULES.html.sh (func_all_modules): Remove gnu-source.
34339
34340 2003-08-11  Bruno Haible  <bruno@clisp.org>
34341
34342         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
34343
34344 2003-08-11  Bruno Haible  <bruno@clisp.org>
34345
34346         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
34347         (vasnprintf): Use it instead of wcslen.
34348
34349 2003-08-11  Bruno Haible  <bruno@clisp.org>
34350
34351         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
34352         value to ensure that _Bool promotes to int. Use #define for _Bool when
34353         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
34354
34355 2003-08-10  Karl Berry  <karl@gnu.org>
34356
34357         * lib/regex.h: update from libc (whitespace fix).
34358
34359 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34360
34361         Merge some files from coreutils.  These changes were
34362         originally made by Jim Meyering.
34363         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
34364         many older Unixes require this.
34365         * lib/alloca.c (alloca): Remove cast to argument of free;
34366         no longer needed in C89.
34367         * lib/alloca_.h, regex.h: Fix white space to match
34368         what GNU indent does.
34369
34370 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34371
34372         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
34373         apparently Emacs's Unicode mode got confused before my 2003-08-05
34374         checkin.
34375
34376 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34377
34378         * m4/extensions.m4: New file.
34379         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
34380         Require gl_USE_SYSTEM_EXTENSIONS.
34381         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
34382         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
34383
34384 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34385
34386         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
34387         * modules/extensions, modules/gnu-source: New files.
34388         * modules/timespec, modules/unlocked-io: Depend on extensions.
34389
34390 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34391
34392         * modules/restrict: New file.
34393         * MODULES.html.sh (func_all_modules): Add restrict.
34394         * modules/regex: Depend on restrict.
34395
34396 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34397
34398         * m4/restrict.m4: New file.
34399         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
34400
34401 2003-08-07  Bruno Haible  <bruno@clisp.org>
34402
34403         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
34404         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
34405
34406 2003-08-07  Bruno Haible  <bruno@clisp.org>
34407
34408         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
34409         makes the module 'getndelim2' compatible with the module 'getline'.
34410
34411 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34412
34413         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
34414         byte with "\201" to avoid glitches when editing that source file
34415         with multi-gnome-terminal.
34416
34417 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34418
34419         * lib/bumpalloc.h: Remove.
34420
34421 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34422
34423         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
34424         * modules/bumpalloc: Remove.
34425
34426 2003-08-04  Paul Eggert  <eggert@twinsun.com>
34427
34428         * lib/getloadavg.c: Change copyright notice and spacing to conform to
34429         GNU coding style.
34430
34431         Merge from coreutils.
34432         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
34433         1. From glibc.
34434         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
34435         from Karl Berry, implemented by Jim Meyering.
34436         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
34437         from Dmitry V. Levin.
34438         Remove anachronistic cast of xrealloc.
34439         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
34440         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
34441         type. Otherwise, it wouldn't compile with at least /bin/cc on
34442         ymp-cray-unicos9.0.2.X.
34443         Combine two mostly-identical uses of alloca into one.
34444         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
34445
34446 2003-08-04  Dave Love  <d.love@dl.ac.uk>
34447
34448         [From Emacs.]
34449
34450         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
34451         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
34452         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
34453         obsolete NLIST_NAME_UNION.
34454         [__GNU__]: Undef BSD and FSCALE.
34455         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
34456
34457 2003-08-03  Paul Eggert  <eggert@twinsun.com>
34458
34459         * lib/stdbool_.h (_Bool): Make it signed char, instead of
34460         an enum type, so that it's guaranteed to promote to int.  See:
34461         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
34462
34463 2003-08-03  Karl Berry  <karl@gnu.org>
34464
34465         * config/depcomp: update from automake.
34466
34467 2003-07-31  Paul Eggert  <eggert@twinsun.com>
34468
34469         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
34470         (strerror): Don't assume that a printable int fits in 14 bytes.
34471
34472 2003-07-31  Bruno Haible  <bruno@clisp.org>
34473
34474         * modules/getpass-gnu: New file.
34475         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
34476
34477 2003-07-31  Bruno Haible  <bruno@clisp.org>
34478
34479         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
34480
34481 2003-07-24  Karl Berry  <karl@gnu.org>
34482
34483         * config/missing: update from automake.
34484
34485 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
34486             Bruno Haible  <bruno@clisp.org>
34487
34488         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
34489         * lib/getline.c (getline, getdelim): Likewise.
34490         Remove _GNU_SOURCE define; now it's defined in config.h through
34491         m4/getline.m4.
34492
34493 2003-07-23  Karl Berry  <karl@gnu.org>
34494
34495         * config/config.sub: update from prep.
34496
34497 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34498
34499         * modules/xalloc (Depends-on): Add exitfail.
34500         * modules/xmemcoll: Likewise.
34501
34502 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34503
34504         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
34505         over-parenthesization in macros.
34506
34507         Sync with coreutils.
34508
34509         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
34510         required by C99.
34511
34512         Use `exit_failure' for xalloc and xmemcoll instead of their own
34513         private exit-failure variables.
34514         * lib/xalloc.h (xalloc_exit_failure): Remove.
34515         * lib/xmalloc.c: Likewise.  Include exitfail.h.
34516         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
34517         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
34518         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
34519         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
34520
34521 2003-07-20  Jim Meyering  <jim@meyering.net>
34522
34523         * modules/closeout (Depends-on): Add exitfail.
34524         Suggestion from Bruno Haible.
34525
34526 2003-07-19  Karl Berry  <karl@gnu.org>
34527
34528         * config/config.sub: update from prep.
34529
34530 2003-07-18  Paul Eggert  <eggert@twinsun.com>
34531
34532         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
34533         Remove.
34534         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
34535         to test that it can stand by itself.  Include "exitfail.h".
34536         Clients should set exit_failure instead.
34537         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
34538
34539 2003-07-18  Bruno Haible  <bruno@clisp.org>
34540
34541         * modules/getndelim2: New file.
34542         * modules/getline: Share files with module getndelim2.
34543         * modules/getnline: Depend on getndelim2 instead of sharing files with
34544         it. Add getnline.c to lib_SOURCES.
34545         * MODULES.html.sh (func_all_modules): Add getndelim2.
34546
34547 2003-07-18  Bruno Haible  <bruno@clisp.org>
34548
34549         * m4/getndelim2.m4: New file.
34550         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
34551         invoke gl_PREREQ_GETNDELIM2.
34552         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
34553         gl_PREREQ_GETNDELIM2.
34554         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
34555         gl_GETNDELIM2.
34556
34557 2003-07-18  Bruno Haible  <bruno@clisp.org>
34558
34559         * lib/getndelim2.h: New file.
34560         * lib/getndelim2.c: Make into a module of its own. Include config.h,
34561         getndelim2.h.
34562         (getndelim2): Make non-static. Change return type to ssize_t.
34563         * lib/getline.h: Change argument names.
34564         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
34565         * lib/getnline.c: Include getndelim2.h.
34566
34567 2003-07-18  Andreas Schwab  <schwab@suse.de>
34568
34569         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
34570
34571 2003-07-17  Karl Berry  <karl@gnu.org>
34572
34573         * config/config.sub: update from prep.
34574
34575 2003-07-17  Bruno Haible  <bruno@clisp.org>
34576
34577         * modules/getnline: New file.
34578         * modules/getline: Add lib/getndelim2.c to source file list.
34579         * MODULES.html.sh (func_all_modules): Add getnline.
34580
34581 2003-07-17  Bruno Haible  <bruno@clisp.org>
34582
34583         * m4/getnline.m4: New file.
34584
34585 2003-07-17  Bruno Haible  <bruno@clisp.org>
34586
34587         * m4/Makefile.am.in: Remove file.
34588         * m4/Makefile.am: Remove file.
34589         * m4/Makefile.in: Remove file.
34590
34591 2003-07-17  Bruno Haible  <bruno@clisp.org>
34592
34593         * lib/getnline.h: New file.
34594         * lib/getnline.c: New file.
34595         * lib/getndelim2.c: New file, extracted from getline.c.
34596         (getndelim2): Renamed from getdelim2, with added nmax argument.
34597         * lib/getline.c: Include getndelim2.c.
34598         (getdelim2): Moved out to getndelim2.c.
34599         (getline, getdelim): Update.
34600
34601 2003-07-17  Bruno Haible  <bruno@clisp.org>
34602
34603         * lib/Makefile.am: Remove file.
34604         * lib/Makefile.in: Remove file.
34605
34606 2003-07-17  Bruno Haible  <bruno@clisp.org>
34607
34608         * configure.in: Remove file.
34609         * Makefile.in: Remove file.
34610
34611 2003-07-17  Bruno Haible  <bruno@clisp.org>
34612
34613         * MODULES.html.sh: Put the </BODY> right before </HTML>.
34614
34615 2003-07-16  Karl Berry  <karl@gnu.org>
34616
34617         * config/srclist-update: was running fixlicense twice, which caused
34618                 texinfo.tex to be nullified for some reason.  Simplify,
34619                 $gplsrc is no longer needed as far as I can see?
34620
34621 2003-07-16  Jim Meyering  <jim@meyering.net>
34622
34623         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
34624
34625 2003-07-15  Paul Eggert  <eggert@twinsun.com>
34626
34627         * config/srclist.txt: Get the following files from gettext-runtime/intl
34628         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
34629         ref-del.sin.  From Bruno Haible.
34630         * config/srclist-update (fixfile): Change grep pattern again, since the
34631         previous fix didn't work (there was another trailing $).  Use
34632         '[$]' to escape the $s.
34633
34634 2003-07-15  Karl Berry  <karl@gnu.org>
34635
34636         * lib/vasnprintf.c: update from gettext.
34637
34638 2003-07-15  Karl Berry  <karl@gnu.org>
34639
34640         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
34641         gets expanded when surrounded by '$'.
34642
34643 2003-07-15  Jim Meyering  <jim@meyering.net>
34644
34645         * modules/save-cwd: Don't depend on error.  From Derek Price.
34646
34647 2003-07-15  Jim Meyering  <jim@meyering.net>
34648
34649         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
34650
34651 2003-07-14  Simon Josefsson  <jas@extundo.com>
34652
34653         * modules/mempcpy: New file.
34654         * MODULES.html.sh (func_all_modules): Add mempcpy.
34655
34656 2003-07-14  Simon Josefsson  <jas@extundo.com>
34657
34658         * m4/mempcpy.m4: New file.
34659
34660 2003-07-14  Simon Josefsson  <jas@extundo.com>
34661
34662         * lib/mempcpy.h: New file.
34663         * lib/mempcpy.c: New file.
34664
34665 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34666
34667         * modules/getdate, modules/posixtm: Depend on mktime.
34668
34669 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34670
34671         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
34672         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
34673         unicodeio.c, unicodeio.h, unlocked-io.h:
34674         Switch from LGPL to GPL.
34675
34676 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34677
34678         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
34679         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
34680         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
34681         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
34682         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
34683         updated automatically by ../config/srclist-update.  This changes
34684         their license from LPGL to GPL.
34685
34686 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34687
34688         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
34689         assumed to refer to the root of the most recent stable gettext version.
34690         * config/srclistvars.sh: Add defaults for eggert.
34691         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
34692         Match "This program" as well as "The program".  This is needed
34693         for gettext.
34694
34695 2003-07-14  Jim Meyering  <jim@meyering.net>
34696
34697         Don't emit diagnostics.  Let callers do that.
34698         * lib/save-cwd.c: Don't include "error.h".
34699         (save_cwd): Don't call error.  Ensure that errno is valid
34700         when returning nonzero.
34701
34702         * lib/save-cwd.h (restore_cwd): Update prototype.
34703         * lib/save-cwd.c (restore_cwd): Remove two parameters.
34704         Simplify.  Don't call error upon failure.  Let callers do that.
34705         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
34706         when auditing is enabled.  But don't bother updating the #if.
34707
34708 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
34709
34710         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
34711         it breaks C++ compilation.
34712         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
34713
34714 2003-07-10  Simon Josefsson  <jas@extundo.com>
34715
34716         * modules/strchrnul (Makefile.am): Add strchrnul.h.
34717
34718 2003-07-10  Jim Meyering  <jim@meyering.net>
34719
34720         * m4/clock_time.m4: Remove trailing blank.
34721         * m4/intmax_t.m4: Likewise.
34722
34723 2003-07-10  Jim Meyering  <jim@meyering.net>
34724
34725         * lib/vasnprintf.c: Remove trailing blanks.
34726         Make cpp indentation consistent.
34727
34728 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34729
34730         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
34731         posixver.c, strftime.c, strnlen.c, strverscmp.c:
34732         Switch from LGPL to GPL.
34733
34734 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34735
34736         * config/srclist.txt: Sort sublists.  Add
34737         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
34738         that differ from gnulib for one reason or another; we'd like this list
34739         to be smaller but for now let's document what we have.
34740
34741 2003-07-08  Paul Eggert  <eggert@twinsun.com>
34742
34743         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
34744         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
34745         and sweeter "eval x=$x".
34746         * config/srclist.txt: Get lib/argp* from glibc.
34747
34748 2003-07-07  Paul Eggert  <eggert@twinsun.com>
34749
34750         * lib/mktime.c: Fix some boundary cases and remove need for floating
34751         point.
34752
34753         Issue a compile-time diagnostic if time_t is floating point, or if
34754         two's complement arithmetic is not in effect, or if arithmetic
34755         right shift does not propagate the sign.  These assumptions were
34756         all in the original code but they weren't checked.
34757
34758         (TIME_T_MIDPOINT, verify): New macros.
34759         (__isleap): Remove; it has integer overflow problems.
34760         (leapyear): New function, without those problems.
34761         (ydhms_tm_diff): Remove; splitting into two parts.
34762         (ydhms_diff): New function, containing the arithmetic part of
34763         the old ydhms_tm_diff function.  Issue a compile-time
34764         diagnostic if we are not using C99 integer division.
34765         Avoid casts when possible.
34766         (guess_time_tm): New function, containing the checking part of
34767         the old ydhms_tm_diff function.  Return the new value, rather than
34768         the difference between it and the old.  Accept a new argument T
34769         so that *T specifies the old value.  Check for overflow in the result.
34770
34771         (__mktime_internal): Use a time_t offset, not a long int offset.
34772         This undoes the 2003-06-04 change, which is no longer needed now
34773         that we have better overflow checking.
34774         (localtime_offset): Likewise.
34775
34776         (__mktime_internal): Avoid harmful overflow on hosts where time_t
34777         and long are 64-bit but int is only 32-bit.
34778         (ydhms_diff): Use long int to store year1 and yday1.
34779         Issue a compile-time diagnostic if long int is not wide enough.
34780
34781         (__mktime_internal): Use long int to store adjusted year and yday.
34782         Use plain C rather than preprocessor commands, if that doesn't
34783         affect efficiency.
34784         Check for overflow (and try to repair) after each probe
34785         rather than checking only at the very end.  This avoids some bugs
34786         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
34787         does not equal GMT offset at maximum time).
34788         Use integer to check for overflow rather than floating point; this
34789         is more portable to non-IEEE hosts, and is a tad faster.
34790         When we detect that we are oscillating between two values,
34791         don't check whether tm_isdst has the requested value, since
34792         we already know the answer.  When tm_isdst has the wrong value,
34793         use a different heuristic to find the right one, based on the
34794         extreme values actually observed in practice in tz2003a,
34795         rather than the (overly optimistic) "previous 3 calendar quarters".
34796
34797         (not_equal_tm, print_tm, check_result): Use "const T" rather than
34798         "T const" to accommodate glibc style.
34799         (check_result): Use less-confusing report format.  "long" -> "long int.
34800         (main): Likewise.
34801         Don't loop if the iteration overflows time_t.
34802         Allow a negative step in the iteration.
34803
34804 2003-07-06  Karl Berry  <karl@gnu.org>
34805
34806         * config/depcomp: update from automake.
34807         * config/config.sub: update from prep.
34808
34809 2003-07-03  Karl Berry  <karl@gnu.org>
34810
34811         * config/config.guess: update from prep.
34812
34813 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34814
34815         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
34816         xreadlink.c now includes it unconditionally.
34817
34818 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34819
34820         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
34821         having it depend on HAVE_SYS_TYPES_H.
34822
34823 2003-07-01  Bruno Haible  <bruno@clisp.org>
34824
34825         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
34826         <sys/types.h> should be sufficient.
34827         Reported by Paul Eggert.
34828
34829 2003-06-26  Karl Berry  <karl@gnu.org>
34830
34831         * config/depcomp: update from automake.
34832
34833 2003-06-26  Bruno Haible  <bruno@clisp.org>
34834
34835         * modules/human: Depend on module stdbool.
34836
34837 2003-06-25  Bruno Haible  <bruno@clisp.org>
34838
34839         * modules/readlink: New file.
34840         * modules/xreadlink: Depend on it.
34841         * MODULES.html.sh (func_all_modules): Add readlink.
34842
34843 2003-06-25  Bruno Haible  <bruno@clisp.org>
34844
34845         * m4/readlink.m4: New file.
34846
34847 2003-06-25  Bruno Haible  <bruno@clisp.org>
34848
34849         * lib/readlink.c: New file.
34850
34851 2003-06-22  Karl Berry  <karl@gnu.org>
34852
34853         * config/srclist.txt: update mkinstalldirs from automake.
34854         * config/mkinstalldirs: update.
34855
34856 2003-06-22  Bruno Haible  <bruno@clisp.org>
34857
34858         Portability to mingw32.
34859         * m4/ssize_t.m4: New file, from GNU gettext.
34860         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
34861         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
34862
34863 2003-06-22  Bruno Haible  <bruno@clisp.org>
34864
34865         * modules/safe-read: Add m4/ssize_t.m4.
34866         * modules/xreadlink: Add m4/ssize_t.m4.
34867
34868 2003-06-20  Bruno Haible  <bruno@clisp.org>
34869
34870         Assume C89, so PARAMS isn't needed.
34871         * lib/unicodeio.h (PARAMS): Remove.
34872         * lib/unicodeio.c: Don't use PARAMS.
34873
34874 2003-06-18  Karl Berry  <karl@gnu.org>
34875
34876         * config/config.{guess,sub}: update from prep.
34877
34878 2003-06-18  Jim Meyering  <jim@meyering.net>
34879
34880         Merge changes from coreutils.
34881         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
34882         Remove explicit declarations of xmalloc and realloc.
34883         Include xalloc.h.
34884         (read_utmp): Remove anachronistic cast of xmalloc.
34885
34886 2003-06-17  Paul Eggert  <eggert@twinsun.com>
34887
34888         Assume C89, so PARAMS isn't needed.
34889         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
34890         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
34891         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
34892         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
34893         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
34894         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
34895         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
34896         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
34897         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
34898         lib/xstrtod.h, lib/xstrtol.h: Likewise.
34899         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
34900         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
34901         no longer needed. Anyway, config.h should always be included before any
34902         other file.
34903
34904 2003-06-11  Simon Josefsson  <jas@extundo.com>
34905
34906         * modules/sysexits: New file.
34907         * MODULES.html.sh (func_all_modules): Add sysexits.
34908
34909 2003-06-11  Simon Josefsson  <jas@extundo.com>
34910
34911         * lib/sysexit_.h: New file.
34912
34913 2003-06-11  Derek Price  <derek@ximbiot.com>
34914
34915         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
34916         necessary.
34917
34918 2003-06-11  Bruno Haible  <bruno@clisp.org>
34919
34920         * m4/sysexits.m4: New file.
34921
34922 2003-06-10  Simon Josefsson  <jas@extundo.com>
34923
34924         * lib/argp.h: New file, from glibc.
34925         * lib/argp-ba.c: New file, from glibc.
34926         * lib/argp-eexst.c: New file, from glibc.
34927         * lib/argp-fmtstream.c: New file, from glibc.
34928         * lib/argp-fmtstream.h: New file, from glibc.
34929         * lib/argp-fs-xinl.c: New file, from glibc.
34930         * lib/argp-help.c: New file, from glibc.
34931         * lib/argp-namefrob.h: New file, from glibc.
34932         * lib/argp-parse.c: New file, from glibc.
34933         * lib/argp-pv.c: New file, from glibc.
34934         * lib/argp-pvh.c: New file, from glibc.
34935         * lib/argp-xinl.c: New file, from glibc.
34936
34937 2003-06-10  Simon Josefsson  <jas@extundo.com>
34938
34939         * modules/strchrnul: New file.
34940
34941 2003-06-10  Simon Josefsson  <jas@extundo.com>
34942
34943         * modules/argp: New file.
34944
34945 2003-06-10  Simon Josefsson  <jas@extundo.com>
34946
34947         * m4/strchrnul.m4: New file.
34948
34949 2003-06-10  Simon Josefsson  <jas@extundo.com>
34950
34951         * lib/strchrnul.h: New file.
34952         * lib/strchrnul.c: New file.
34953
34954 2003-06-10  Bruno Haible  <bruno@clisp.org>
34955
34956         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
34957
34958 2003-06-07  Karl Berry  <karl@gnu.org>
34959
34960         * config/config.{guess,sub}: update from prep.
34961
34962 2003-06-07  Jim Meyering  <jim@meyering.net>
34963
34964         * modules/strtod: Use $(...) notation, not @...@ for
34965         AC_REPLACE'd variables.
34966         * modules/localcharset: Likewise.
34967
34968 2003-06-07  Jim Meyering  <jim@meyering.net>
34969
34970         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
34971         in place of my name in the copyright comment.
34972         Remove definition and uses of __P.
34973
34974         From coreutils.
34975         * lib/stat.c: Don't declare xmalloc explicitly.
34976         Instead, include "xalloc.h".
34977         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
34978         xrealloc, and xcalloc return values.
34979         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
34980         Improve comment.
34981         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
34982
34983 2003-06-07  Bruno Haible  <bruno@clisp.org>
34984
34985         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
34986         avoid AC_CONFIG_LINKS.
34987         * modules/fnmatch (Makefile.am): Use explicit creation rule for
34988         fnmatch.h, to avoid AC_CONFIG_LINKS.
34989         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
34990
34991 2003-06-07  Bruno Haible  <bruno@clisp.org>
34992
34993         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
34994         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
34995         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34996         directory.
34997         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
34998         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
34999         directory.
35000
35001 2003-06-06  Jim Meyering  <jim@meyering.net>
35002
35003         Merge from coreutils.
35004         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
35005         Consolidate declarations and initializations of *_base* locals.
35006
35007         Merge from coreutils.
35008         This avoids a core dump on systems without GNU putenv,
35009         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
35010         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
35011         (unsetenv): New static function, from GNU libc.
35012         (rpl_putenv): Use it.
35013
35014         * lib/modechange.c: Remove trailing blanks.
35015
35016         Merge from coreutils.
35017         * lib/fsusage.c: Remove declaration of statfs.
35018         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
35019
35020         * lib/posixtm.c: Include <stdbool.h> unconditionally.
35021
35022 2003-06-06  Jim Meyering  <jim@meyering.net>
35023
35024         * lib/stdbool_.h: Renamed from stdbool.h.in.
35025
35026 2003-06-06  Jim Meyering  <jim@meyering.net>
35027             Bruno Haible  <bruno@clisp.org>
35028
35029         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
35030         Adjust Makefile.am snippet not to redirect directly to target.
35031         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
35032
35033 2003-06-05  Paul Eggert  <eggert@twinsun.com>
35034
35035         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
35036         mismatch, look in future quarters as well as past.  This fixes a
35037         bug when processing fall-backwards gaps immediately after a long
35038         period of daylight-saving time.
35039
35040         * lib/mktime.c: Assume freestanding C89 or better.
35041         (HAVE_LIMITS_H): Remove.  Assume it's 1.
35042         (__P): Remove; not used.
35043         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
35044         (mktime, not_equal_tm, print_tm, check_result,
35045         main): Use prototypes.  Use const * where appropriate.
35046         (main): Fix typo in testing code that uncovered by above changes.
35047         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
35048
35049 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35050
35051         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
35052         locale.h, localeconv.  This merges changes from coreutils.
35053
35054         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
35055         It can be removed after the next Autoconf is released.
35056         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
35057         needed.
35058
35059 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35060
35061         * lib/mktime.c: Fix Debian bug 177940
35062         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
35063         (localtime_offset): Now long int, not time_t, because we want it
35064         to be guaranteed to be signed.  All uses changed.
35065         (__mktime_internal): If overflow would occur when adding offset,
35066         don't add it.
35067
35068         Merge 'human' changes from coreutils.  Rewrite to support
35069         locale-specific notations like thousands separators.
35070         * lib/human.c: Simplify authorship notice.
35071         Include human.h immediately after config.h.
35072         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
35073         <limits.h>: Do not include, since human.h does.
35074         (SIZE_MAX, UINTMAX_MAX): New macros.
35075         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
35076         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
35077         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
35078         (power_letter): Renamed from suffixes.
35079         (generate_suffix_backwards): Remove.
35080         (adjust_value): Now takes int style (because of human.h changes)
35081         and long double value (for greater precision on some platforms).
35082         (group_number): New function.
35083         (human_readable): Use it.  Use integer options, not enum.
35084         Put the options before the sizes in the arg list.
35085         Support all the new options.
35086         The old human_readable function has been removed;
35087         use inttostr.h instead.
35088         (human_readable, default_block_size, humblock):
35089         Use uintmax_t, not int, for block sizes.
35090         (human_readable_inexact, block_size_types): Remove.
35091         (block_size_opts): New constant.
35092         (human_options): Renamed from human_block_size, with new signature
35093         that allows block sizes up to UINTMAX_MAX.  All callers changed.
35094         * lib/human.h: Add copyright and authorship notice.
35095         Include <limits.h> and <stdbool.h> unconditionally.
35096         (PARAMS): Remove.  All uses removed.
35097         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
35098         (enum human_inexact_style): Remove tag; now a nameless enum.
35099         (human_floor, human_ceiling, human_round_to_even): Now have
35100         values 2, 0, 1 rather than -1, 1, 0.
35101         (human_group_digits, human_suppress_point_zero, human_autoscale,
35102         human_base_1024, human_SI, human_B): New constants.
35103         (human_readable_inexact, human_block_size): Remove.
35104         (human_readable): Size args are now uintmax_t, not int.
35105         (human_options): New decl.
35106
35107         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
35108         unnecessary now that we assume C89 or better.  This change
35109         imported from coreutils.
35110
35111         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35112         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
35113         in the 2003-05-30 sync from glibc.
35114
35115         .h files should stand alone, but we shouldn't include <sys/types.h>
35116         if we can get away with just <stddef.h>.
35117
35118         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
35119         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
35120         rather than <sys/types.h>, as we merely need size_t.
35121         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
35122         to get size_t.
35123         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
35124         Include <stdio.h>, to get FILE.
35125         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
35126         memcasecmp.h has included <stddef.h> and all we need is size_t.
35127         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
35128         our interface, instead of including <sys/types.h>
35129
35130 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35131
35132         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
35133         now, as glibc mktime is buggy on non-glibc systems.
35134
35135 2003-06-03  Karl Berry  <karl@gnu.org>
35136
35137         * config/config.sub: update from prep.
35138
35139 2003-06-02  Paul Eggert  <eggert@twinsun.com>
35140
35141         [from coreutils]
35142         Fix some minor time-related bugs with POSIX time arguments.
35143         Some valid time stamps were being rejected (notably -1, and
35144         time stamps before 1900 on 64-bit hosts).  And some invalid
35145         time stamps were being accepted, e.g. September 31.
35146
35147         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
35148         that we can return (time_t) -1 successfully.
35149         * lib/posixtm.c: Likewise.
35150         [HAVE_STDBOOL_H]: Include <stdbool.h>.
35151         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
35152         (t): Remove static var.
35153         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
35154         of static var.  All uses changed.
35155         (year): Do not reject years before 1900; they can occur with
35156         64-bit time_t.
35157         (posix_time_parse): Do not check for out-of-range components;
35158         that is now the caller's responsibility, since our checks were
35159         only approximations.
35160         (posixtime): Use mktime to check for out-of-range components,
35161         since it knows them exactly.
35162         If mktime returns (time_t) -1, check whether an error actually occurred
35163         by invoking localtime on -1.
35164         (main) [TEST_POSIXTIME]: Check for input data errors, and report
35165         posixtime failures better.
35166         Improve the test data (in comments only).
35167
35168 2003-06-02  Karl Berry  <karl@gnu.org>
35169
35170         * config/mkinstalldirs (version): new variable.
35171         (--version): new option.
35172         (usage): improve message.
35173
35174 2003-05-30  Karl Berry  <karl@gnu.org>
35175
35176         * lib/mktime.c: update from libc.
35177
35178 2003-05-30  Bruno Haible  <bruno@clisp.org>
35179
35180         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
35181         * config/config.rpath: Upgrade to gettext-0.12.1.
35182
35183 2003-05-30  Bruno Haible  <bruno@clisp.org>
35184
35185         * m4/gettext.m4: Upgrade to gettext-0.12.1.
35186         * m4/nls.m4: New file, from gettext-0.12.1.
35187         * m4/po.m4: New file, from gettext-0.12.1.
35188         * m4/progtest.m4: Upgrade to gettext-0.12.1.
35189
35190 2003-05-30  Bruno Haible  <bruno@clisp.org>
35191
35192         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
35193         * lib/localcharset.h: Likewise.
35194         * lib/localcharset.c: Likewise.
35195
35196 2003-05-29  Karl Berry  <karl@gnu.org>
35197
35198         * config/config.rpath: update from gettext.
35199
35200 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35201
35202         Assume the headers required for C89 freestanding compilers.
35203         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
35204         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
35205         * m4/human.m4 (gl_HUMAN): Likewise.
35206         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
35207         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
35208         * m4/userspec.m4 (gl_USERSPEC): Likewise.
35209         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
35210         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35211         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
35212
35213 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35214
35215         Assume the headers required for C89 freestanding compilers.
35216         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
35217         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
35218         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
35219         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
35220         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
35221         define, since <limits.h> is guaranteed to do that.
35222         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
35223         * lib/exclude.c: Include <stdbool.h> unconditionally.
35224         * lib/tempname.c: Include <stddef.h> unconditionally.
35225         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
35226         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
35227         <stddef.h> does that.
35228         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
35229         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
35230         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
35231         needed.
35232         * lib/xstrtol.c: Likewise.
35233         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
35234         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
35235
35236         * lib/addext.c (addext): Use assignment rather than cast, to avoid
35237         warnings on some platforms.
35238
35239         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35240         arbitrarily.
35241
35242 2003-05-26  Jim Meyering  <jim@meyering.net>
35243
35244         Merge in a change from coreutils:
35245         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
35246         that is guaranteed to be `no'.  Use `no_such_member' to indicate
35247         that condition, rather than `-1' which is slightly misleading.
35248         Change the name of the cache variable to have the gl_ prefix.
35249         Prompted by a patch from Richard Dawe for DJGPP.
35250
35251 2003-05-24  Karl Berry  <karl@gnu.org>
35252
35253         * config/config.guess: update from prep.
35254
35255 2003-05-22  Karl Berry  <karl@gnu.org>
35256
35257         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
35258
35259 2003-05-20  Karl Berry  <karl@gnu.org>
35260
35261         * config/config.guess: update from prep.
35262
35263 2003-05-18  Karl Berry  <karl@gnu.org>
35264
35265         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
35266         might actually be set by the user.
35267
35268         * config/depcomp, install-sh, mdate-sh: update from automake.
35269
35270 2003-05-17  Bruno Haible  <bruno@clisp.org>
35271
35272         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
35273         invalid expansion for AC_EGREP_CPP.
35274         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
35275         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
35276         Suggested by Akim Demaille <akim@epita.fr> in
35277         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
35278
35279 2003-05-12  Jim Meyering  <jim@meyering.net>
35280
35281         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
35282         the space-padded-by-default conversion specifiers, %e, %k, %l.
35283
35284 2003-05-12  Bruno Haible  <bruno@clisp.org>
35285
35286         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
35287         the string is longer than 4 KB.
35288
35289 2003-05-11  Karl Berry  <karl@gnu.org>
35290
35291         * config/config.{guess,sub}: update from prep.
35292
35293 2003-05-09  Bruno Haible  <bruno@clisp.org>
35294
35295         * modules/error: Add m4/strerror_r.m4 to file list.
35296
35297 2003-05-03  Bruno Haible  <bruno@clisp.org>
35298
35299         Upgrade to Unicode-4.0.
35300         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
35301         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
35302         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
35303         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
35304         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
35305         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
35306         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
35307         Change width of U+E0100..U+E01EF from 1 to 0.
35308
35309 2003-04-25  Jim Meyering  <jim@meyering.net>
35310
35311         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
35312         of type size_t, not int.
35313
35314 2003-04-25  Bruno Haible  <bruno@clisp.org>
35315
35316         * lib/copy-file.c: Include <stddef.h>, for size_t.
35317
35318 2003-04-21  Paul Eggert  <eggert@twinsun.com>
35319
35320         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
35321         code which expansion is under static control.  Patch imported from
35322         Akim Demaille's patch to Bison; see
35323         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
35324
35325 2003-04-14  Bruno Haible  <bruno@clisp.org>
35326
35327         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
35328
35329 2003-04-11  Jim Meyering  <jim@meyering.net>
35330
35331         Merge changes from Coreutils.
35332
35333         2003-03-22  Jim Meyering  <jim@meyering.net>
35334
35335         * lib/strftime.c (widen): Cast alloca return value to proper type.
35336
35337         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
35338
35339         From GNU libc.
35340         * lib/strftime.c (my_strftime): Handle very large width
35341         specifications for numeric values correctly.  Improve checks for
35342         overflow.
35343
35344         2003-01-19  Jim Meyering  <jim@meyering.net>
35345
35346         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
35347         definitions.
35348         (nl_get_alt_digit) [! defined my_strftime]: Define.
35349         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
35350         _nl_get_alt_digit and _nl_get_walt_digit.
35351
35352         * lib/strftime.c (my_strftime): Merge in locale-related changes from
35353         libc. These changes have no effect outside of _LIBC.
35354
35355 2003-04-10  Bruno Haible  <bruno@clisp.org>
35356
35357         * modules/findprog: New file.
35358         * MODULES.html.sh (func_all_modules): Add it.
35359
35360 2003-04-10  Bruno Haible  <bruno@clisp.org>
35361
35362         * m4/findprog.m4: New file.
35363         * m4/eaccess.m4: New file.
35364
35365 2003-04-10  Bruno Haible  <bruno@clisp.org>
35366
35367         * lib/findprog.h: New file, from GNU gettext.
35368         * lib/findprog.c: New file, from GNU gettext.
35369
35370 2003-04-05  Jim Meyering  <jim@meyering.net>
35371
35372         Merge changes from Coreutils.
35373
35374         * lib/exclude.h (PARAMS): Remove definition and uses.
35375         * lib/exclude.c: Remove uses of `PARAMS'.
35376
35377         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
35378         Add test-cases for DOS filenames. Declare program_name.
35379         (main): Set up program_name.  Patch by Rich Dawe.
35380
35381         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35382         error from mntctl.
35383         Use mntctl's return value to drive the entry-processing loop, since
35384         we can't rely on the value of the vmt_length member in the last
35385         entry.  On some systems doing so could result in exhausting
35386         virtual memory.  Based in part on a patch from Mike Jetzer.
35387
35388 2003-04-04  Bruno Haible  <bruno@clisp.org>
35389
35390         * modules/linebreak: New file.
35391         * MODULES.html.sh (func_all_modules): Add it.
35392
35393 2003-04-04  Bruno Haible  <bruno@clisp.org>
35394
35395         * m4/linebreak.m4: New file.
35396
35397 2003-04-04  Bruno Haible  <bruno@clisp.org>
35398
35399         * lib/linebreak.h: New file, from GNU gettext.
35400         * lib/linebreak.c: New file, from GNU gettext with slight
35401         modifications.
35402         * lib/lbrkprop.h: New file, from GNU gettext.
35403
35404 2003-04-03  Bruno Haible  <bruno@clisp.org>
35405
35406         * modules/utf8-ucs4: New file.
35407         * modules/utf16-ucs4: New file.
35408         * modules/ucs4-utf8: New file.
35409         * modules/ucs4-utf16: New file.
35410         * MODULES.html.sh (func_all_modules): Add them.
35411
35412 2003-04-03  Bruno Haible  <bruno@clisp.org>
35413
35414         * m4/utf-ucs4.m4: New file.
35415         * m4/ucs4-utf.m4: New file.
35416
35417 2003-04-03  Bruno Haible  <bruno@clisp.org>
35418
35419         * lib/utf8-ucs4.h: New file, from GNU gettext.
35420         * lib/utf16-ucs4.h: New file, from GNU gettext.
35421         * lib/ucs4-utf8.h: New file, from GNU gettext.
35422         * lib/ucs4-utf16.h: New file, from GNU gettext.
35423
35424 2003-04-02  Bruno Haible  <bruno@clisp.org>
35425
35426         * modules/binary-io: New file.
35427         * MODULES.html.sh (func_all_modules): Add it.
35428
35429 2003-04-02  Bruno Haible  <bruno@clisp.org>
35430
35431         * lib/binary-io.h: New file, from GNU gettext.
35432
35433 2003-04-01  Bruno Haible  <bruno@clisp.org>
35434
35435         * modules/pathname: New file.
35436         * MODULES.html.sh (func_all_modules): Add it.
35437
35438 2003-04-01  Bruno Haible  <bruno@clisp.org>
35439
35440         * lib/pathname.h: New file, from GNU gettext.
35441         * lib/concatpath.c: New file, from GNU gettext.
35442
35443 2003-03-30  Bruno Haible  <bruno@clisp.org>
35444
35445         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
35446
35447 2003-03-30  Bruno Haible  <bruno@clisp.org>
35448
35449         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
35450         function chown() doesn't exist.
35451
35452 2003-03-28  Bruno Haible  <bruno@clisp.org>
35453
35454         * modules/copy-file: New file.
35455         * MODULES.html.sh (func_all_modules): Add it.
35456
35457 2003-03-28  Bruno Haible  <bruno@clisp.org>
35458
35459         * m4/copy-file.m4: New file.
35460
35461 2003-03-28  Bruno Haible  <bruno@clisp.org>
35462
35463         * lib/copy-file.h: New file, from GNU gettext.
35464         * lib/copy-file.c: New file, from GNU gettext.
35465
35466 2003-03-18  Jim Meyering  <jim@meyering.net>
35467
35468         * lib/quote.c (quote_n): Fix typo in comment.
35469
35470 2003-03-18  Bruno Haible  <bruno@clisp.org>
35471
35472         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
35473         checking.
35474         * m4/onceonly_2_57.m4: Likewise.
35475
35476 2003-03-17  Bruno Haible  <bruno@clisp.org>
35477
35478         * m4/onceonly.m4: Require autoconf 2.54 or newer.
35479         (m4_quote): Remove macro.
35480         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
35481
35482 2003-03-14  Jim Meyering  <jim@meyering.net>
35483
35484         Merge changes from Coreutils.
35485         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
35486         to be const, in order to avoid warnings.
35487         (obstack_room): Likewise.
35488         (obstack_empty_p): Likewise.
35489
35490 2003-03-14  Bruno Haible  <bruno@clisp.org>
35491
35492         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
35493         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
35494
35495 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35496
35497         Merge changes from Bison.
35498         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
35499         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
35500         when compiling Bison 1.875's `bitset bset = obstack_alloc
35501         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
35502         * lib/hash.c: Include <stdbool.h> unconditionally.
35503
35504 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35505
35506         * m4/onceonly.m4 (m4_quote): New macro.
35507         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
35508         Quote AC_FOREACH variable-expansions properly.
35509
35510 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35511
35512         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
35513
35514 2003-03-09  Paul Eggert  <eggert@twinsun.com>
35515
35516         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
35517         Reported by Bruce Becker; see:
35518         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
35519
35520 2003-03-03  Paul Eggert  <eggert@twinsun.com>
35521             Bruno Haible  <bruno@clisp.org>
35522
35523         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
35524         Reported by John Hughes, see
35525         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
35526
35527 2003-02-20  Bruno Haible  <bruno@clisp.org>
35528
35529         * MODULES.html.sh (func_all_modules): Add poll.
35530
35531 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35532
35533         * modules/poll: New file.
35534
35535 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35536
35537         * lib/poll_.h: New file.
35538         * lib/poll.c: New file.
35539
35540 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35541
35542         * m4/poll.m4: New file.
35543
35544 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35545
35546         * modules/mathl: New file.
35547
35548 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35549
35550         * lib/mathl.h: New file.
35551         * lib/acosl.c: New file.
35552         * lib/asinl.c: New file.
35553         * lib/atanl.c: New file.
35554         * lib/ceill.c: New file.
35555         * lib/cosl.c: New file.
35556         * lib/expl.c: New file.
35557         * lib/floorl.c: New file.
35558         * lib/frexpl.c: New file.
35559         * lib/ldexpl.c: New file.
35560         * lib/logl.c: New file.
35561         * lib/sincosl.c: New file.
35562         * lib/sinl.c: New file.
35563         * lib/sqrtl.c: New file.
35564         * lib/tanl.c: New file.
35565         * lib/trigl.c: New file.
35566         * lib/trigl.h: New file.
35567
35568 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35569
35570         * m4/mathl.m4: New file.
35571
35572 2003-02-18  Bruno Haible  <bruno@clisp.org>
35573
35574         * MODULES.html.sh (func_all_modules): Add mathl.
35575
35576 2003-02-17  Bruno Haible  <bruno@clisp.org>
35577
35578         * modules/mkdtemp: New module.
35579         * MODULES.html.sh (func_all_modules): Add it.
35580
35581 2003-02-17  Bruno Haible  <bruno@clisp.org>
35582
35583         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
35584
35585 2003-02-17  Bruno Haible  <bruno@clisp.org>
35586
35587         * lib/mkdtemp.h: New file, from GNU gettext.
35588         * lib/mkdtemp.c: New file, from GNU gettext.
35589
35590 2003-02-02  Jim Meyering  <jim@meyering.net>
35591
35592         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
35593         e.g. glibc-2.2.93.
35594
35595 2003-01-31  Bruno Haible  <bruno@clisp.org>
35596
35597         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
35598         'rpl_rename'.
35599         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
35600         'rpl_strnlen'.
35601         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
35602         'rpl_strtod'.
35603         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
35604         'rpl_utime'.
35605
35606 2003-01-31  Bruno Haible  <bruno@clisp.org>
35607
35608         * lib/rename.c: #undef rename before defining rpl_rename.
35609         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
35610
35611 2003-01-30  Bruno Haible  <bruno@clisp.org>
35612
35613         * modules/vasnprintf, modules/vasprintf: New modules.
35614         * MODULES.html.sh (func_all_modules): Add them.
35615
35616 2003-01-30  Bruno Haible  <bruno@clisp.org>
35617
35618         * m4/signed.m4: New file, from GNU gettext.
35619         * m4/longdouble.m4: New file, from GNU gettext.
35620         * m4/wchar_t.m4: New file, from GNU gettext.
35621         * m4/wint_t.m4: New file, from GNU gettext.
35622         * m4/vasnprintf.m4: New file.
35623         * m4/vasprintf.m4: New file.
35624
35625 2003-01-30  Bruno Haible  <bruno@clisp.org>
35626
35627         * lib/printf-args.h: New file, from GNU gettext.
35628         * lib/printf-args.c: New file, from GNU gettext.
35629         * lib/printf-parse.h: New file, from GNU gettext.
35630         * lib/printf-parse.c: New file, from GNU gettext.
35631         * lib/vasnprintf.h: New file, from GNU gettext.
35632         * lib/vasnprintf.c: New file, from GNU gettext.
35633         * lib/asnprintf.c: New file, from GNU gettext.
35634         * lib/vasprintf.h: New file, from GNU gettext with modifications.
35635         * lib/vasprintf.c: New file, from GNU gettext.
35636         * lib/asprintf.c: New file, from GNU gettext.
35637
35638 2003-01-29  Bruno Haible  <bruno@clisp.org>
35639
35640         * modules/stpncpy: New module.
35641         * MODULES.html.sh (func_all_modules): Add it.
35642
35643 2003-01-29  Bruno Haible  <bruno@clisp.org>
35644
35645         * m4/stpncpy.m4: New file.
35646
35647 2003-01-29  Bruno Haible  <bruno@clisp.org>
35648
35649         * lib/stpncpy.h: New file, from GNU gettext with modifications.
35650         * lib/stpncpy.c: New file, from GNU gettext with modifications.
35651
35652 2003-01-28  Bruno Haible  <bruno@clisp.org>
35653
35654         * modules/c-ctype: New module.
35655         * MODULES.html.sh (func_all_modules): Add it.
35656
35657 2003-01-28  Bruno Haible  <bruno@clisp.org>
35658
35659         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
35660         Paul Eggert.
35661         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
35662         Paul Eggert.
35663
35664 2003-01-27  Bruno Haible  <bruno@clisp.org>
35665
35666         * modules/xsetenv: New module.
35667         * MODULES.html.sh (func_all_modules): Add it.
35668
35669 2003-01-27  Bruno Haible  <bruno@clisp.org>
35670
35671         * lib/xsetenv.h: New file, from GNU gettext.
35672         * lib/xsetenv.c: New file, from GNU gettext.
35673
35674 2003-01-23  Jim Meyering  <jim@meyering.net>
35675
35676         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
35677         from working on systems without dirfd (at least Irix and OSF1/Tru64).
35678
35679 2003-01-23  Bruno Haible  <bruno@clisp.org>
35680
35681         * modules/minmax: New module.
35682         * MODULES.html.sh (func_all_modules): Add it.
35683
35684 2003-01-23  Bruno Haible  <bruno@clisp.org>
35685
35686         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
35687         Eggert.
35688
35689 2003-01-22  Bruno Haible  <bruno@clisp.org>
35690
35691         * modules/exit: New module.
35692         * MODULES.html.sh (func_all_modules): Add it.
35693
35694 2003-01-22  Bruno Haible  <bruno@clisp.org>
35695
35696         * lib/exit.h: New file, from GNU gettext.
35697
35698 2003-01-19  Bruno Haible  <bruno@clisp.org>
35699
35700         * gnulib-tool: Recognize option --extract-maintainer.
35701         (func_get_maintainer): New function.
35702         * modules/*: Add Maintainer entry.
35703
35704 2003-01-16  Jim Meyering  <jim@meyering.net>
35705
35706         * m4/regex.m4: The `regex' struct is both input and output.
35707         Initialize it before each use.  Patch by Tim Waugh.
35708
35709 2003-01-16  Bruno Haible  <bruno@clisp.org>
35710
35711         * MODULES.html.sh: Add a table of contents. Add the module name as
35712         leftmost column. Add hyperlinks.
35713
35714 2003-01-15  Bruno Haible  <bruno@clisp.org>
35715
35716         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
35717
35718 2003-01-15  Bruno Haible  <bruno@clisp.org>
35719
35720         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
35721         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
35722         suffix.
35723
35724 2003-01-15  Bruno Haible  <bruno@clisp.org>
35725
35726         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
35727
35728 2003-01-15  Bruno Haible  <bruno@clisp.org>
35729
35730         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
35731         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
35732
35733 2003-01-14  Jim Meyering  <jim@meyering.net>
35734
35735         * lib/same.c (same_name): Tweak a comment.
35736
35737 2003-01-14  Bruno Haible  <bruno@clisp.org>
35738
35739         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
35740         when a string comparison is sufficient.
35741
35742 2003-01-14  Bruno Haible  <bruno@clisp.org>
35743
35744         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
35745         'unsigned int'.
35746
35747 2003-01-14  Bruno Haible  <bruno@clisp.org>
35748
35749         * lib/hash-pjw.c: Add comment about low quality of this function.
35750
35751 2003-01-13  Bruno Haible  <bruno@clisp.org>
35752
35753         * modules/stpcpy: Distribute lib/stpcpy.h.
35754         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
35755
35756 2003-01-13  Bruno Haible  <bruno@clisp.org>
35757
35758         * modules/*: Add a description.
35759         * modules/strpbrk: Fix Makefile.am snippet.
35760         * modules/strtoimax: Fix dependencies.
35761         * modules/strtoumax: Likewise.
35762
35763 2003-01-13  Bruno Haible  <bruno@clisp.org>
35764
35765         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
35766         * modules/alloca (Makefile.am): All object files depend on alloca.h.
35767         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
35768
35769 2003-01-13  Bruno Haible  <bruno@clisp.org>
35770
35771         * gnulib-tool (func_create_testdir): Store config/* files in the main
35772         directory.
35773         * config.rpath: Move to ...
35774         * config/config.rpath: ... here.
35775         * modules/gettext: Contains config/config.rpath, not config.rpath.
35776         * modules/iconv: Likewise.
35777
35778 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35779
35780         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35781         to avoid collisions with libcurses and libreadline.
35782
35783         * m4/getstr.m4: Remove.
35784         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
35785
35786 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35787
35788         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35789         to avoid collisions with libcurses and libreadline.
35790
35791         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
35792         * lib/getstr.h, getstr.c: Remove.
35793         * lib/getline.c: Include "getline.h", to check interface.
35794         Move body of old getstr.c here: this defines MIN_CHUNK and
35795         declares getdelim2, which is renamed from getstr.
35796         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
35797
35798         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
35799         All uses changed.
35800         * lib/linebuffer.h: Likewise.
35801         (readline): Remove backward-compatibility macro.
35802
35803 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35804
35805         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35806         to avoid collisions with libcurses and libreadline.
35807         * getstr: Remove.
35808         * MODULES.html.sh: Remove getstr.
35809         * modules/getline: Depend on unlocked-io, not getstr.
35810
35811 2003-01-12  Jim Meyering  <jim@meyering.net>
35812
35813         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
35814
35815 2003-01-10  Bruno Haible  <bruno@clisp.org>
35816
35817         * modules/alloca: Change Makefile.am requirements. Simplify Include
35818         requirements. Add lib/alloca_.h to file list.
35819
35820 2003-01-10  Bruno Haible  <bruno@clisp.org>
35821
35822         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
35823
35824 2003-01-10  Bruno Haible  <bruno@clisp.org>
35825
35826         * lib/alloca_.h: New file.
35827         * lib/getdate.y: Unconditionally include alloca.h.
35828         * lib/makepath.c: Likewise.
35829         * lib/setenv.c: Likewise.
35830         * lib/userspec.c: Likewise.
35831
35832 2003-01-09  Karl Berry  <karl@gnu.org>
35833
35834         * MODULES.html.sh: include `dirname $0` in PATH, to find
35835         gnulib-tool.
35836
35837 2003-01-09  Bruno Haible  <bruno@clisp.org>
35838
35839         * modules/stdbool: Change configure.ac, Makefile.am requirements.
35840         Simplify Include requirements. Add lib/stdbool.h.in to file list.
35841
35842 2003-01-09  Bruno Haible  <bruno@clisp.org>
35843
35844         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
35845
35846 2003-01-09  Bruno Haible  <bruno@clisp.org>
35847
35848         * lib/stdbool.h.in: New file.
35849
35850 2003-01-09  Bruno Haible  <bruno@clisp.org>
35851
35852         * gnulib-tool (func_all_modules): Ignore files ending in ~.
35853         * MODULES.html.sh: Likewise.
35854
35855 2003-01-08  Jim Meyering  <jim@meyering.net>
35856
35857         * lib/full-write.c: Undefine and define-away `const' after inclusion
35858         of errno.h, not before.  Suggestion from Bruno Haible.
35859
35860 2003-01-08  Bruno Haible  <bruno@clisp.org>
35861
35862         * modules/full-read: Depend on full-write.
35863
35864 2003-01-08  Bruno Haible  <bruno@clisp.org>
35865
35866         * lib/safe-read.c: Include specification header first, to ensure its
35867         selfcontainedness.
35868         * lib/full-write.c: Likewise.
35869
35870 2003-01-07  Jim Meyering  <jim@meyering.net>
35871
35872         * lib/full-write.c: Rework so that it may serve to define full_read,
35873         too.
35874         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
35875
35876 2003-01-07  Bruno Haible  <bruno@clisp.org>
35877
35878         * lib/strtoimax.c: Include <stdint.h> as an alternative to
35879         <inttypes.h>.
35880         * lib/xstrtol.h: Likewise.
35881         * lib/xstrtoimax.c: Likewise.
35882         * lib/xstrtoumax.c: Likewise.
35883         * lib/human.h: Likewise.
35884
35885         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
35886         on systems that have <inttypes.h> but not <stdint.h>.
35887
35888 2003-01-07  Bruno Haible  <bruno@clisp.org>
35889
35890         * MODULES.html.sh: Add copyright notice.
35891         (missed_files): Omit CVS directory entries.
35892         (func_module): Make it work with sed-3.02.
35893         * MODULES.txt: Remove file.
35894
35895 2003-01-06  Jim Meyering  <jim@meyering.net>
35896
35897         * lib/version-etc.c: Update year in translatable copyright string.
35898
35899 2003-01-03  Karl Berry  <karl@gnu.org>
35900
35901         * config/config.{guess,sub}: update from prep.
35902
35903 2003-01-02  Karl Berry  <karl@gnu.org>
35904
35905         * doc/COPYING.DOC: belatedly updated to 1.2.
35906
35907 2003-01-01  Karl Berry  <karl@gnu.org>
35908
35909         * gnulib-tool (func_verify_module): report module name $module in
35910         error message, not $1.
35911         * gnulib-tool (create-testdir): don't complain if destdir couldn't
35912         be created, only if it doesn't exist.
35913         * gnulib-tool (last_checkin_date): don't expand the $Date here.
35914
35915 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35916
35917         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
35918
35919 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35920
35921         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
35922         memcmp if strcoll doesn't work.
35923
35924 2002-12-31  Bruno Haible  <bruno@clisp.org>
35925
35926         * lib/utime.c (utime_null): No need to call ftruncate if the file was
35927         nonempty.
35928
35929 2002-12-31  Bruno Haible  <bruno@clisp.org>
35930
35931         * lib/memcoll.c (STRCOLL): New macro.
35932         (memcoll): Use it.
35933
35934 2002-12-31  Bruno Haible  <bruno@clisp.org>
35935
35936         * lib/localcharset.h: New file.
35937         * lib/localcharset.c: Include it.
35938         * lib/unicodeio.c: Likewise.
35939
35940 2002-12-31  Bruno Haible  <bruno@clisp.org>
35941
35942         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
35943         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
35944
35945 2002-12-31  Bruno Haible  <bruno@clisp.org>
35946
35947         * lib/getline.h: Include <stddef.h>, for size_t.
35948
35949         * lib/unicodeio.h: Include <stddef.h>, for size_t.
35950         * lib/unicodeio.c: Don't include <stddef.h>.
35951
35952 2002-12-31  Bruno Haible  <bruno@clisp.org>
35953
35954         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
35955         HAVE_TM_ZONE.
35956
35957 2002-12-24  Karl Berry  <karl@gnu.org>
35958
35959         * config/config.guess: update from prep.
35960
35961 2002-12-24  Bruno Haible  <bruno@clisp.org>
35962
35963         General infrasructure.
35964         * m4/README: Rewritten.
35965         * m4/onceonly.m4: New file.
35966         * m4/onceonly_2_57.m4: New file.
35967
35968         Module atexit.
35969         * m4/atexit.m4: New file.
35970
35971         Module strtod.
35972         * m4/strtod.m4: New file.
35973
35974         Module strtol.
35975         * m4/strtol.m4: New file.
35976
35977         Module strtoul.
35978         * m4/strtoul.m4: New file.
35979
35980         Module memchr.
35981         * m4/memchr.m4: New file.
35982
35983         Module memcmp.
35984         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
35985         (jm_FUNC_MEMCMP): Invoke it.
35986
35987         Module memcpy.
35988         * m4/memcpy.m4: New file.
35989
35990         Module memmove.
35991         * m4/memmove.m4: New file.
35992
35993         Module memset.
35994         * m4/memset.m4: New file.
35995
35996         Module strcspn.
35997         * m4/strcspn.m4: New file.
35998
35999         Module strpbrk.
36000         * m4/strpbrk.m4: New file.
36001
36002         Module strstr.
36003         * m4/strstr.m4: New file.
36004
36005         Module strerror.
36006         * m4/strerror.m4: New file.
36007
36008         Module mktime.
36009         * m4/mktime.m4: Renamed from jm-mktime.m4.
36010         (gl_PREREQ_MKTIME): New macro.
36011         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
36012
36013         Module malloc.
36014         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
36015         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
36016         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
36017
36018         Module realloc.
36019         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
36020         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
36021         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
36022
36023         Module strftime.
36024         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
36025         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
36026         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
36027         gl_TM_GMTOFF.
36028         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
36029
36030         Module xalloc.
36031         * m4/xalloc.m4: New file.
36032
36033         Module alloca.
36034         * m4/alloca.m4: New file.
36035
36036         Module putenv.
36037         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
36038         (jm_FUNC_PUTENV): Invoke it.
36039
36040         Module setenv.
36041         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
36042         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
36043         when invoked twice.
36044         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
36045         gt_FUNC_SETENV.
36046
36047         Module memrchr.
36048         * m4/memrchr.m4: New file.
36049
36050         Module stpcpy.
36051         * m4/stpcpy.m4: New file.
36052
36053         Module strcase.
36054         * m4/strcase.m4: New file.
36055
36056         Module strdup.
36057         * m4/strdup.m4: New file.
36058
36059         Module strnlen.
36060         * m4/strnlen.m4: New file.
36061
36062         Module strndup.
36063         * m4/strndup.m4: New file.
36064
36065         Module xstrtod.
36066         * m4/xstrtod.m4: New file.
36067
36068         Module xstrtol.
36069         * m4/xstrtol.m4: New file.
36070
36071         Module getdate.
36072         * m4/getdate.m4: New file.
36073
36074         Module unlocked-io.
36075         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
36076         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
36077         * m4/jm-glibc-io.m4n: Remove file.
36078
36079         Module long-options.
36080         * m4/long-options.m4: New file.
36081
36082         Module md5.
36083         * m4/md5.m4: New file.
36084
36085         Module sha.
36086         * m4/sha.m4: New file.
36087
36088         Module getstr.
36089         * m4/getstr.m4: New file.
36090
36091         Module getline.
36092         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
36093         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
36094         <sys/types.h>, for size_t. Use the function name gnu_getline, not
36095         simply getline. Infoke gl_PREREQ_GETLINE.
36096
36097         Module obstack.
36098         * m4/obstack.m4: New file.
36099
36100         Module hash.
36101         * m4/hash.m4: New file.
36102
36103         Module readtokens.
36104         * m4/readtokens.m4: New file.
36105
36106         Module strverscmp.
36107         * m4/strverscmp.m4: New file.
36108
36109         Module stdbool.
36110         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
36111         OSF/1.
36112
36113         Module strtoll.
36114         * m4/strtoll.m4: New file.
36115
36116         Module strtoull.
36117         * m4/strtoull.m4: New file.
36118
36119         Module strtoimax.
36120         * m4/strtoimax.m4: New file.
36121
36122         Module strtoumax.
36123         * m4/strtoumax.m4: New file.
36124
36125         Module xstrtoimax.
36126         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
36127         jm_AC_PREREQ_XSTRTOIMAX.
36128         Moved the strtol prerequisites to strtol.m4.
36129         Moved the strtoll prerequisites to strtoll.m4.
36130         Moved the strtoimax prerequisites to strtoimax.m4.
36131
36132         Module xstrtoumax.
36133         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
36134         jm_AC_PREREQ_XSTRTOUMAX.
36135         Moved the strtoul prerequisites to strtoul.m4.
36136         Moved the strtoull prerequisites to strtoull.m4.
36137         Moved the strtoumax prerequisites to strtoumax.m4.
36138
36139         Module chown.
36140         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
36141         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
36142
36143         Module dup2.
36144         * m4/dup2.m4: New file.
36145
36146         Module ftruncate.
36147         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
36148         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
36149
36150         Module getgroups.
36151         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
36152         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
36153
36154         Module gettimeofday.
36155         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
36156         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
36157         gl_PREREQ_GETTIMEOFDAY.
36158
36159         Module mkdir.
36160         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
36161         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
36162
36163         Module mkstemp.
36164         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
36165         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
36166         jm_AC_TYPE_UINTMAX_T.
36167         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
36168
36169         Module stat.
36170         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
36171         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
36172
36173         Module lstat.
36174         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
36175         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
36176
36177         Module timespec.
36178         * m4/timespec.m4 (gl_TIMESPEC): New macro.
36179         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
36180         * m4/st_mtim.m4: Indentation.
36181
36182         Module nanosleep.
36183         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
36184         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
36185         gl_PREREQ_NANOSLEEP.
36186
36187         Module regex.
36188         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
36189         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
36190         (gl_REGEX): New macro.
36191
36192         Module rename.
36193         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
36194         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
36195
36196         Module rmdir.
36197         * m4/rmdir.m4: New file.
36198
36199         Module utime.
36200         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
36201         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
36202         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
36203
36204         Module dirname.
36205         * m4/dirname.m4: New file.
36206
36207         Module getopt.
36208         * m4/getopt.m4: New file.
36209
36210         Module unistd-safer.
36211         * m4/unistd-safer.m4: New file.
36212
36213         Module fnmatch.
36214         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
36215         declaration.
36216         (gl_PREREQ_FNMATCH_EXTRA): New macro.
36217         (gl_FUNC_FNMATCH_POSIX): New macro.
36218         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
36219         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
36220         simply fnmatch.
36221
36222         Module exclude.
36223         * m4/exclude.m4: New file.
36224
36225         Module human.
36226         * m4/human.m4: New file.
36227
36228         Module acl.
36229         * m4/acl.m4: Nop.
36230
36231         Module backupfile.
36232         * m4/backupfile.m4: New file.
36233         * m4/d-ino.m4: Indentation.
36234
36235         Module fsusage.
36236         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
36237         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
36238         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
36239
36240         Module dirfd.
36241         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
36242         requirements.
36243
36244         Module euidaccess.
36245         * m4/euidaccess.m4: New file.
36246
36247         Module file-type.
36248         * m4/file-type.m4: New file.
36249
36250         Module fileblocks.
36251         * m4/fileblocks.m4: New file.
36252
36253         Module filemode.
36254         * m4/filemode.m4: New file.
36255
36256         Module isdir.
36257         * m4/isdir.m4: New file.
36258
36259         Module lchown.
36260         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
36261         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
36262
36263         Module makepath.
36264         * m4/makepath.m4: New file.
36265
36266         Module modechange.
36267         * m4/modechange.m4: New file.
36268
36269         Module mountlist.
36270         * m4/mountlist.m4: New file.
36271         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
36272         Indentation.
36273
36274         Module path-concat.
36275         * m4/path-concat.m4: New file.
36276
36277         Module pathmax.
36278         * m4/pathmax.m4: New file.
36279
36280         Module same.
36281         * m4/same.m4: New file.
36282
36283         Module save-cwd.
36284         * m4/save-cwd.m4: New file.
36285
36286         Module savedir.
36287         * m4/savedir.m4: New file.
36288
36289         Module xgetcwd.
36290         * m4/xgetcwd.m4: New file.
36291         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
36292
36293         Module xreadlink.
36294         * m4/xreadlink.m4: New file.
36295
36296         Module safe-read.
36297         * m4/safe-read.m4: New file.
36298
36299         Module safe-write.
36300         * m4/safe-write.m4: New file.
36301
36302         Module closeout.
36303         * m4/closeout.m4: New file.
36304
36305         Module stdio-safer.
36306         * m4/stdio-safer.m4: New file.
36307
36308         Module getpass.
36309         * m4/getpass.m4: New file.
36310
36311         Module getugroups.
36312         * m4/getugroups.m4: New file.
36313
36314         Module group-member.
36315         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
36316         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
36317
36318         Module idcache.
36319         * m4/idcache.m4: New file.
36320
36321         Module userspec.
36322         * m4/userspec.m4: New file.
36323
36324         Module gettime.
36325         * m4/clock_time.m4: New file.
36326         * m4/gettime.m4: New file.
36327
36328         Module settime.
36329         * m4/settime.m4: New file.
36330
36331         Module posixtm.
36332         * m4/posixtm.m4: New file.
36333
36334         Module gethostname.
36335         * m4/gethostname.m4: New file.
36336
36337         Module canon-host.
36338         * m4/canon-host.m4: New file.
36339
36340         Module gettext.
36341         * m4/codeset.m4: New file, from gettext-0.11.5.
36342         * m4/gettext.m4: New file, from gettext-0.11.5.
36343         * m4/glibc21.m4: New file, from gettext-0.11.5.
36344         * m4/iconv.m4: New file, from gettext-0.11.5.
36345         * m4/intdiv0.m4: New file, from gettext-0.11.5.
36346         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
36347         * m4/inttypes.m4: New file, from gettext-0.11.5.
36348         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
36349         * m4/isc-posix.m4: New file, from gettext-0.11.5.
36350         * m4/lcmessage.m4: New file, from gettext-0.11.5.
36351         * m4/lib-ld.m4: New file, from gettext-0.11.5.
36352         * m4/lib-link.m4: New file, from gettext-0.11.5.
36353         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
36354         * m4/progtest.m4: New file, from gettext-0.11.5.
36355         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
36356         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
36357         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
36358
36359         Module localcharset.
36360         * m4/localcharset.m4: New file.
36361
36362         Module hard-locale.
36363         * m4/hard-locale.m4: New file.
36364
36365         Module mbswidth.
36366         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
36367         onceonly macros.
36368         * m4/mbrtowc.m4: Add comment.
36369
36370         Module memcasecmp.
36371         * m4/memcasecmp.m4: New file.
36372
36373         Module memcoll.
36374         * m4/memcoll.m4: New file.
36375
36376         Module unicodeio.
36377         * m4/unicodeio.m4: New file.
36378
36379         Module rpmatch.
36380         * m4/rpmatch.m4: New file.
36381
36382         Module yesno.
36383         * m4/yesno.m4: New file.
36384
36385         Module exitfail.
36386         * m4/exitfail.m4: New file.
36387
36388         Module c-stack.
36389         * m4/c-stack.m4 (gl_C_STACK): New macro.
36390         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
36391
36392         Module error.
36393         * m4/error.m4 (gl_ERROR): New macro.
36394         (jm_PREREQ_ERROR): Use onceonly macros.
36395
36396         Module fatal.
36397         * m4/fatal.m4: New file.
36398
36399         Module getloadavg.
36400         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
36401         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
36402
36403         Module getpagesize.
36404         * m4/getpagesize.m4: New file.
36405
36406         Module getusershell.
36407         * m4/getusershell.m4: New file.
36408
36409         Module physmem.
36410         * m4/physmem.m4: New file.
36411
36412         Module posixver.
36413         * m4/posixver.m4: New file.
36414
36415         Module quotearg.
36416         * m4/quotearg.m4: New file.
36417
36418         Module quote.
36419         * m4/quote.m4: New file.
36420
36421         Module readutmp.
36422         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
36423
36424         Module sig2str.
36425         * m4/sig2str.m4: New file.
36426
36427         Other.
36428         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
36429         ulonglong.m4.
36430         * m4/intmax_t.m4: New file.
36431         * m4/d-type.m4: Indentation.
36432         * m4/jm-macros.m4: Update.
36433         * m4/prereq.m4 (jm_PREREQ): Update.
36434         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
36435         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
36436         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
36437         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
36438         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
36439         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
36440         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
36441         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
36442         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
36443         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
36444         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
36445         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
36446         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
36447         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
36448         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
36449         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
36450         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
36451         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
36452         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
36453
36454 2002-12-24  Bruno Haible  <bruno@clisp.org>
36455
36456         * MODULES.txt: Update according to m4/ changes.
36457
36458         Module gettext.
36459         * config.rpath: New file, from gettext-0.11.5.
36460
36461         * modules/*: New module descriptions.
36462         * gnulib-tool: New file.
36463         * MODULES.html.sh: New file.
36464
36465 2002-12-21  Karl Berry  <karl@gnu.org>
36466
36467         * doc/fdl.texi: update to version 1.2.
36468
36469 2002-12-19  Karl Berry  <karl@gnu.org>
36470
36471         * config/config.guess: update from prep.
36472
36473 2002-12-18  Bruno Haible  <bruno@clisp.org>
36474
36475         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
36476         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
36477
36478 2002-12-17  Bruno Haible  <bruno@clisp.org>
36479
36480         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
36481         stdlib.h, string.h.
36482
36483 2002-12-17  Bruno Haible  <bruno@clisp.org>
36484
36485         * lib/canon-host.c (strdup): Remove unused declaration.
36486
36487         * lib/fsusage.c: Include full_read.h.
36488         (get_fs_usage): Use full_read instead of safe_read.
36489
36490         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
36491
36492 2002-12-12  Karl Berry  <karl@gnu.org>
36493
36494         * config/config.guess: update from prep.
36495
36496 2002-12-11  Bruno Haible  <bruno@clisp.org>
36497
36498         * m4/setenv.m4: New file, from gettext-0.11.5.
36499
36500 2002-12-11  Bruno Haible  <bruno@clisp.org>
36501
36502         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
36503         not unsetenv().
36504         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
36505         modifications:
36506
36507         2002-12-11  Bruno Haible  <bruno@clisp.org>
36508
36509                 * setenv.c (alloca): Fall back to malloc.
36510                 (freea): New macro.
36511                 (setenv): Use freea() to free memory allocated with alloca().
36512
36513         2002-11-13  Bruno Haible  <bruno@clisp.org>
36514
36515                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
36516                 function declarations.
36517                 * unsetenv.c (unsetenv): Likewise.
36518
36519         2002-03-04  Bruno Haible  <bruno@clisp.org>
36520
36521                 Portability to AIX 4.3.3.
36522                 * unsetenv.c: New file, extracted from setenv.c.
36523                 * setenv.c: Move the unsetenv() function to unsetenv.c.
36524
36525         2001-12-20  Bruno Haible  <bruno@clisp.org>
36526
36527                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
36528                 use malloc instead. For SunOS 4.
36529
36530         2001-12-11  Bruno Haible  <bruno@clisp.org>
36531
36532                 * setenv.c: Declare alloca.
36533                 (compar_fn_t): New typedef.
36534                 (KNOWN_VALUE, STORE_VALUE): Use it.
36535
36536         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
36537         setenv.h.
36538
36539 2002-12-10  Paul Eggert  <eggert@twinsun.com>
36540
36541         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
36542         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
36543         Choose values that are less likely to collide with system fnmatch
36544         options.
36545         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
36546         defined (e.g., a pure POSIX system).
36547         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
36548         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
36549
36550 2002-12-06  Paul Eggert  <eggert@twinsun.com>
36551
36552         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
36553         a pain in practice to deal with generated m4 files.  This change
36554         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
36555
36556         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
36557         and jm-glibc-io.m4, as they are no longer a special case.
36558         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
36559         kludge and the auto-generation stuff.  Check only whether the
36560         functions are declared, not whether they exist, since older hosts
36561         that don't declare the functions can't use the optimization anyway.
36562
36563 2002-12-06  Jim Meyering  <jim@meyering.net>
36564
36565         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
36566
36567         Merge in changes from libc's misc/error.c, in preparation
36568         for the merge of gnulib's changes back into libc.
36569
36570         * lib/error.c (_): Define only if not already defined.
36571         Move definition to follow all #include directives.
36572         Include unlocked-io.h only if !_LIBC.
36573         [_LIBC]: Include <libio/libioP.h>.
36574         [USE_IN_LIBIO]: Include <libio/iolibio.h>
36575         (fflush): Tweak definition to use INTUSE.
36576         (putc): Define.
36577
36578 2002-12-05  Paul Eggert  <eggert@twinsun.com>
36579
36580         * lib/alloca.c [defined emacs]: Include "lisp.h".
36581         (xalloc_die) [defined emacs]: New macro.
36582         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
36583         [! defined emacs]: Include <xalloc.h>.
36584         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
36585         (pointer): Typedef to POINTER_TYPE *.
36586         (malloc): Remove decl; we now always use xmalloc.
36587         (alloca): Use old-style definition, since Emacs needs this.
36588         Check for arithmetic overflow when computing combined size.
36589
36590 2002-12-04  Paul Eggert  <eggert@twinsun.com>
36591
36592         Do not generate unlocked-io.h automatically, since it's easier to
36593         maintain it by hand.
36594
36595         * lib/unlocked-io.h: New file, from GNU diffutils,
36596         but with proper copyright notice and attribution.
36597         * lib/gen-uio: Remove.
36598         * lib/Makefile.am: Add copyright notice.
36599         (libfetish_a_SOURCES): Add unlocked-io.h.
36600         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
36601         (DISTCLEANFILES, io_functions): Remove macros.
36602         (EXTRA_DIST): Remove gen_uio.
36603         (unlocked-io.h): Remove rule.
36604
36605 2002-12-04  Jim Meyering  <jim@meyering.net>
36606
36607         Reflect the fact that stat.c and lstat.c are no longer generated.
36608         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
36609         (DISTCLEANFILES): Likewise.
36610         (EXTRA_DIST): Likewise.
36611         (all_local): Don't depend on stat.c or lstat.c.
36612         (stat.c, lstat.c): Remove rules.
36613         (EXTRA_DIST): Remove xstat.in.
36614
36615         * lib/xstat.in: Remove file.  Contents moved into stat.c.
36616         * lib/stat.c: New file.  Contents mostly from xstat.in.
36617         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
36618         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
36619
36620         * lib/safe-read.c: Rework so that it may serve to define safe_write,
36621         too.
36622         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
36623
36624 2002-12-03  Jim Meyering  <jim@meyering.net>
36625
36626         * lib/safe-read.c, safe-write.c: Change variable names and comments,
36627         but not semantics, to minimize the differences between these two files.
36628         (safe_read): Change comment to mention SAFE_READ_ERROR.
36629
36630         * lib/safe-read.c (IS_EINTR): Define.
36631         (safe_read): Use IS_EINTR in place of in-function cpp directives.
36632
36633 2002-12-02  Jim Meyering  <jim@meyering.net>
36634
36635         * lib/safe-read.c (EINTR): Define.
36636         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36637         (INT_MAX): Provide fallback.
36638         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
36639
36640         * lib/safe-read.h (SAFE_READ_ERROR): Define.
36641
36642 2002-12-02  Bruno Haible  <bruno@clisp.org>
36643
36644         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
36645         Define, taken from safe-read.c.
36646         (INT_MAX): Provide fallback.
36647         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
36648         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
36649
36650         * lib/safe-read.c (EINTR): Remove definition.
36651         (safe_read): Don't use EINTR if it is absent.
36652
36653 2002-12-01  Jim Meyering  <jim@meyering.net>
36654
36655         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
36656         zero.
36657         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
36658
36659 2002-11-27  Paul Eggert  <eggert@twinsun.com>
36660
36661         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
36662         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
36663         with `if (! (value < limit)) abort ();', for readability.
36664
36665 2002-11-26  Karl Berry  <karl@gnu.org>
36666
36667         * lib/strdup.c: copy from libc again, with jim's ok.
36668         * lib/.cppi-disable: re-add strdup.c
36669
36670 2002-11-25  Karl Berry  <karl@gnu.org>
36671
36672         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
36673         instead of "strtol.c".
36674
36675 2002-11-25  Karl Berry  <karl@gnu.org>
36676
36677         * config/install-sh: update from automake for variable quoting, $0 in
36678         error msgs, etc.
36679
36680         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
36681         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
36682         entry.
36683
36684 2002-11-25  Jim Meyering  <jim@meyering.net>
36685
36686         * lib/mktime.c: Sync from libc, now that it has the latest fix.
36687
36688 2002-11-24  Karl Berry  <karl@gnu.org>
36689
36690         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
36691         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
36692
36693 2002-11-24  Jim Meyering  <jim@meyering.net>
36694
36695         Update from coreutils:
36696
36697         * lib/mktime.c: Merge in changes from libc.
36698
36699         Avoid a link-time failure on some Linux systems.
36700         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
36701         (otherwise).
36702         (__mon_yday): Declare with the STATIC attribute.
36703         (__mktime_internal): Likewise.
36704         Based on a report from Greg Schafer.
36705
36706 2002-11-23  Jim Meyering  <jim@meyering.net>
36707
36708         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
36709         Use `unsigned', not `int', as type of index.
36710
36711         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
36712
36713         * lib/fsusage.c: Remove unneeded parentheses around operands of
36714         `defined'.
36715
36716 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36717
36718         * lib/quotearg.h: Allow multiple inclusion by surrounding with
36719         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
36720         so that we can be included first.
36721         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
36722         * lib/quotearg.c: Include quotearg.h immediately after config.h.
36723         No need to include stddef.h or sys/types.h any more.
36724         Surround local include files with "", not "<>".
36725         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
36726         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
36727         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
36728         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
36729         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
36730         (ISPRINT): Remove; no longer needed now that we assume C89.
36731
36732         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
36733         Preserve errno.
36734
36735         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
36736         quotearg_char): Use SIZE_MAX rather than
36737         (size_t) -1 when we are talking about "infinity".
36738
36739         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
36740
36741 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36742
36743         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
36744         hint that one should use `if (! x) abort ();' rather than `assert
36745         (x);', and anyway it's one less thing to worry about configuring.
36746         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
36747         hash_rehash, hash_insert): Use abort rather than assert.
36748
36749 2002-11-22  Bruno Haible  <bruno@clisp.org>
36750
36751         * lib/safe-read.h: Assume C89. Add comments.
36752         (safe_read): Change return type to size_t.
36753         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
36754         byte counts > SSIZE_MAX correctly.
36755         * lib/safe-write.h: New file.
36756         * lib/safe-write.c: New file.
36757         * lib/full-read.h: New file.
36758         * lib/full-read.c: New file.
36759         * lib/full-write.h: Assume C89. Add comments.
36760         * lib/full-write.c: Include safe-write.h.
36761         (full_write): Rewritten to use safe_write.
36762         Suggested by Jim Meyering and Paul Eggert.
36763
36764 2002-11-21  Jim Meyering  <jim@meyering.net>
36765
36766         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
36767
36768         Merge in changes from the coreutils.
36769
36770         2002-09-25  Paul Eggert  <eggert@twinsun.com>
36771         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
36772         <stdint.h>.
36773         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
36774         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
36775         int.  Work more efficiently if X is the same width as uintmax_t.
36776         Do not compare X to -1, to avoid bogus compiler warning.
36777         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
36778         Don't assume that f_frsize and f_bsize are the same type.
36779
36780         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
36781         warning on FreeBSD.
36782
36783         * lib/makepath.c (make_path): Restore umask *before* creating the final
36784         component.
36785         (make_path): Minor reformatting.
36786
36787         * lib/xmalloc.c: Adjust to work with new autoconf macros,
36788         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
36789         HAVE_MALLOC/HAVE_REALLOC.
36790
36791         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
36792         dummy ones.  At least on GNU/Linux systems, `auto' means something
36793         else.
36794         From Michael Stone.
36795
36796 2002-11-21  Bruno Haible  <bruno@clisp.org>
36797
36798         Remove case insensitive option matching.
36799         * lib/argmatch.h (argcasematch): Remove declaration.
36800         (ARGCASEMATCH): Remove macro.
36801         (__xargmatch_internal): Remove case_sensitive argument.
36802         (XARGMATCH): Update.
36803         (XARGCASEMATCH): Remove macro.
36804         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
36805         case_sensitive argument.
36806         (argcasematch): Remove function.
36807         (__xargmatch_internal): Remove case_sensitive argument.
36808         (main): Use XARGMATCH instead of XARGCASEMATCH.
36809
36810         * lib/xmalloc.c: Change compile-time error message. Add comment about
36811         required autoconf version.
36812
36813 2002-11-20  Paul Eggert  <eggert@twinsun.com>
36814
36815         Merge argmatch cleanups from Bison.  Assume C89.
36816
36817         * lib/argmatch.c: Include config.h here, not in argmatch.h.
36818         Include stdlib.h, for EXIT_FAILURE.
36819         Always include <string.h>, since we assume C89.
36820         (EXIT_FAILURE): Remove pre-C89 bug workaround.
36821         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
36822         Include <stddef.h> instead, since it's all we need for size_t.
36823         (PARAMS): Remove.  All uses removed.
36824         (ARRAY_CARDINALITY): Do not bother to #undef.
36825         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
36826         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36827         Remove unnecessary parentheses.
36828         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36829         Insert necessary parentheses.
36830         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
36831         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
36832
36833 2002-11-19  Bruno Haible  <bruno@clisp.org>
36834
36835         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
36836         * lib/mbswidth.h: Include <stddef.h>, for size_t.
36837
36838         * lib/mbswidth.h (PARAMS): Remove macro.
36839         (mbswidth, mbsnwidth): Use ANSI C function declarations.
36840         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
36841
36842         * lib/gcd.h (PARAMS): Remove macro.
36843         (gcd): Use ANSI C function declarations.
36844         * lib/gcd.c (gcd): Likewise.
36845
36846 2002-11-15  Bruno Haible  <bruno@clisp.org>
36847
36848         * lib/strcspn.c: Include <stddef.h>.
36849         (strcspn): Use ANSI C function declaration. Change return type to
36850         size_t. Use NULL.
36851         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
36852         (strpbrk): Use NULL.
36853         * lib/strpbrk.h (PARAMS): Remove macro.
36854         (strpbrk): Use ANSI C function declaration.
36855         * lib/strstr.c: Don't include <sys/types.h>.
36856         * lib/strstr.h (PARAMS): Remove macro.
36857         (strstr): Use ANSI C function declarations.
36858
36859 2002-11-14  Karl Berry  <karl@gnu.org>
36860
36861         * config/mkinstalldirs: `do' on separate line, instead of
36862         `for var; do'.
36863
36864 2002-11-06  Bruno Haible  <bruno@clisp.org>
36865
36866         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
36867         * lib/gcd.c (gcd): Likewise.
36868
36869 2002-11-05  Bruno Haible  <bruno@clisp.org>
36870
36871         * lib/gcd.h: New file, from gettext-0.11.5.
36872         * lib/gcd.c: New file, from gettext-0.11.5.
36873
36874 2002-11-05  Bruno Haible  <bruno@clisp.org>
36875
36876         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36877         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36878         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36879         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36880
36881         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
36882         <libintl.h>.
36883         * lib/makepath.c: Include gettext.h instead of <locale.h> and
36884         <libintl.h>.
36885
36886         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
36887         * lib/human.c: Include gettext.h instead of <libintl.h>.
36888         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
36889         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
36890         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
36891         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
36892         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
36893         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
36894         (textdomain): Remove definition.
36895         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
36896
36897         * lib/long-options.c: Remove include of <libintl.h> and definition of
36898         _.
36899         * lib/same.c: Remove include of <libintl.h> and definition of _.
36900
36901 2002-11-04  Owen Taylor  <otaylor@redhat.com>
36902
36903         * lib/config.charset: A few additions for Solaris.
36904
36905 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36906
36907         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
36908         * lib/localcharset.c (locale_charset): Declare as extern "C".
36909
36910 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36911
36912         * lib/config.charset: msdos in uk_UA uses CP1125.
36913
36914 2002-11-04  Bruno Haible  <bruno@clisp.org>
36915
36916         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
36917         * lib/strcase.h: New file, from GNU gettext-0.11.5.
36918         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
36919         * lib/strstr.h: New file, from GNU gettext-0.11.5.
36920         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
36921
36922 2002-11-04  Bruno Haible  <bruno@clisp.org>
36923
36924         * lib/localcharset.c (locale_charset): Don't return an empty string.
36925
36926 2002-11-04  Bruno Haible  <bruno@clisp.org>
36927
36928         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
36929         aliases.
36930
36931 2002-11-04  Bruno Haible  <bruno@clisp.org>
36932
36933         * lib/config.charset: Update for newest glibc. Add canonical names
36934         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
36935
36936 2002-11-04  Bruno Haible  <bruno@clisp.org>
36937
36938         * lib/config.charset: Add support for NetBSD.
36939
36940 2002-11-04  Bruno Haible  <bruno@clisp.org>
36941
36942         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
36943
36944 2002-11-01  Bruno Haible  <bruno@clisp.org>
36945
36946         * configure.in: Add AC_CONFIG_AUX_DIR call.
36947         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
36948         test/Makefile.
36949         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
36950
36951 2002-09-28  Karl Berry  <karl@gnu.org>
36952
36953         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
36954         installed automake until the next release, since changes have been
36955         made.
36956
36957 2002-09-25  Karl Berry  <karl@gnu.org>
36958
36959         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
36960         * lib/getopt*: copy from libc/posix.
36961         * lib/gettext.h: copy from gettext.
36962         * lib/.cppi-disable: add strdup.c, gettext.h.
36963
36964 2002-09-25  Karl Berry  <karl@gnu.org>
36965
36966         * config/srclist.txt: enable gettext.h check.
36967         * config/config.{guess,sub}: update from prep.
36968         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
36969                 from automake 1.6.3.
36970         See srclist*.
36971
36972 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
36973
36974         * regex.c (PATFETCH): Remove the translating fetch.
36975         (PATFETCH_RAW): Rename to PATFETCH.
36976         (set_image_of_range): New fun.
36977         (SET_RANGE_TABLE_WORK_AREA): Use it.
36978         (regex_compile): Don't translate the pattern chars so eagerly.
36979         Only do it when inserting an `exactn' bytecode or when handling
36980         a char-range.
36981         (mutually_exclusive_p): Avoid empty statement.
36982
36983 2002-07-06  Jim Meyering  <meyering@lucent.com>
36984
36985         * m4/README: Don't mention Makefile.am.in.
36986         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
36987
36988 2002-07-01  Jim Meyering  <meyering@lucent.com>
36989
36990         * lib/c-stack.c: Include sys/time.h.
36991         From Volker Borchert.
36992
36993 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36994
36995         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
36996
36997 2002-06-26  Paul Eggert  <eggert@twinsun.com>
36998
36999         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
37000         New macro.  Use it uniformly instead of
37001         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
37002         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
37003         reported by Vin Shelton.
37004
37005 2002-06-22  Paul Eggert  <eggert@twinsun.com>
37006
37007         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
37008         Do not assume SA_SIGINFO behavior.
37009         Bug reported by Jim Meyering on NetBSD 1.5.2.
37010
37011 2002-06-22  Jim Meyering  <meyering@lucent.com>
37012
37013         * m4/c-stack.m4: New file, from diffutils-2.8.2.
37014         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
37015
37016         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
37017         now that configure.ac uses AC_GNU_SOURCE.
37018         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
37019         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
37020
37021         Update to latest tools.  Suggestions from Paul Eggert.
37022         * m4/stdbool.m4: New file, from diffutils-2.8.2.
37023         * m4/gnu-source.m4: Update from diffutils-2.8.2.
37024         * m4/fnmatch.m4: Likewise.
37025         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
37026         to AC_HEADER_STDBOOL
37027
37028 2002-06-22  Jim Meyering  <meyering@lucent.com>
37029
37030         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
37031         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
37032
37033 2002-06-22  Jim Meyering  <meyering@lucent.com>
37034
37035         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
37036
37037         * lib/exitfail.c, exitfail.h: Likewise.
37038         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
37039
37040         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
37041         of fnmatch.h.
37042         (EXTRA_DIST): Add fnmatch_loop.c.
37043         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
37044
37045         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
37046         * lib/fnmatch.c: Update from diffutils-2.8.2.
37047         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
37048         * lib/fnmatch.h: Remove file.
37049
37050 2002-06-21  Jim Meyering  <meyering@lucent.com>
37051
37052         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
37053         * m4/mbrtowc.m4: Likewise.
37054
37055         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
37056         * m4/mbswidth.m4: Reflect name change:
37057         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
37058         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37059
37060         * m4/lib-link.m4: Update from gettext-0.11.2.
37061         * m4/gettext.m4: Likewise.
37062
37063         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
37064         From Alfred M. Szmidt.
37065
37066 2002-06-18  Paul Eggert  <eggert@twinsun.com>
37067
37068         * lib/file-type.h: Report an error if neither S_ISREG nor
37069         S_IFREG is defined, instead of using a test specific to glibc
37070         2.2.  This should be safe, since POSIX requires S_ISREG and
37071         Unix Version 7 had S_IFREG.  We don't need to check for
37072         <sys/types.h> since we don't use any symbols that it defines.
37073
37074 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
37075
37076         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
37077         $@-t, so that each temporary file name is unique and valid in the first
37078         8 characters, for operation under DOS.
37079
37080 2002-06-15  Paul Eggert  <eggert@twinsun.com>
37081
37082         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
37083
37084 2002-06-15  Jim Meyering  <meyering@lucent.com>
37085
37086         Work even with DJGPP 2.03, which lacks support for symlinks.
37087         From Richard Dawe.
37088         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
37089         is defined.
37090         * lib/lchown.c (S_ISLNK): Likewise.
37091
37092 2002-06-15  Jim Meyering  <meyering@lucent.com>
37093
37094         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
37095         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
37096         have been included before this file.
37097
37098 2002-06-14  Jim Meyering  <meyering@lucent.com>
37099
37100         * lib/file-type.h: Use the version from diffutils-2.8.2.
37101         * lib/file-type.c: Likewise.
37102
37103 2002-06-07  Jim Meyering  <meyering@lucent.com>
37104
37105         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
37106         They're needed at least for NetBSD 1.5.2.
37107         ($statxfs_includes): Include those same headers.
37108         ($statxfs_includes): Include sys/vfs.h if available.
37109         ($statxfs_includes): Likewise for sys/statvfs.h.
37110         Check for the following members in both structs statfs and statvfs:
37111         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
37112
37113 2002-06-01  Jim Meyering  <meyering@lucent.com>
37114
37115         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
37116         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
37117
37118 2002-05-28  Jim Meyering  <meyering@lucent.com>
37119
37120         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
37121         Reported by Volker Borchert.
37122
37123 2002-05-27  Jim Meyering  <meyering@lucent.com>
37124
37125         Fix a problem seen only on nonconforming systems whereby ls.c's
37126         use of localtime, and then of gettimeofday would cause trouble:
37127         the localtime call used to initialize rpl_gettimeofday's save
37128         mechanism would clobber ls's current local time information so
37129         that in any long listing the first file would always be listed
37130         with date 1970-01-01.  Analysis by Volker Borchert.
37131
37132         * lib/gettimeofday.c (localtime): Undefine.
37133         (rpl_localtime): New function.
37134
37135 2002-05-27  Jim Meyering  <meyering@lucent.com>
37136
37137         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
37138         localtime.
37139
37140         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
37141         use the replacement function; it wouldn't resolve at link time.
37142         Reported by Volker Borchert.
37143
37144 2002-05-22  Jim Meyering  <meyering@lucent.com>
37145
37146         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
37147         file-type.h.
37148         * lib/file-type.h: New file.
37149         * lib/file-type.c (file_type): New file/function.  Extracted from
37150         diffutils.
37151
37152 2002-04-30  Jim Meyering  <meyering@lucent.com>
37153
37154         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
37155
37156 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37157
37158         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
37159
37160 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37161
37162         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
37163         Do not check for alloca.h (no longer used) or stdbool.h (was never
37164         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
37165
37166 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37167
37168         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
37169
37170 2002-04-29  Jim Meyering  <meyering@lucent.com>
37171
37172         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
37173         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
37174         Use AC_FUNC_STRNLEN here instead.
37175
37176         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
37177         With autoconf-2.53a, it's part of AC_PROG_CC.
37178
37179 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37180
37181         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
37182         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
37183
37184 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37185
37186         * lib/sig2str.h, lib/sig2str.c: New files.
37187         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
37188
37189 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37190
37191         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
37192         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
37193         of 127, since 64 is the largest conceivable number for ancient
37194         nonstandard hosts.
37195         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
37196
37197 2002-04-28  Jim Meyering  <meyering@lucent.com>
37198
37199         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
37200
37201 2002-04-24  Jim Meyering  <meyering@lucent.com>
37202
37203         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
37204         (jm_PREREQ): Use it.
37205
37206         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
37207         mach/mach.h fcntl.h.
37208         Check for this function: setlocale.
37209
37210 2002-04-24  Jim Meyering  <meyering@lucent.com>
37211
37212         * lib/gettext.h: New file, from Gettext.
37213         * lib/Makefile.am (INCLUDES): Remove -I../intl.
37214         (libfetish_a_SOURCES): Add gettext.h.
37215
37216 2002-04-16  Jim Meyering  <meyering@lucent.com>
37217
37218         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
37219         ut_pid, ut_id, ut_exit.
37220
37221 2002-04-16  Jim Meyering  <meyering@lucent.com>
37222
37223         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
37224         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
37225         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
37226
37227 2002-04-12  Jim Meyering  <meyering@lucent.com>
37228
37229         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
37230         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
37231         existence of the getmntinfo function.  Needed for Darwin 5.3.
37232
37233         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
37234         This is necessary at least on Darwin 5.3.
37235
37236         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
37237         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
37238         strnlen.o in the library, and that makes some versions of ranlib
37239         object.
37240
37241 2002-04-12  Jim Meyering  <meyering@lucent.com>
37242
37243         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
37244
37245 2002-04-09  Jim Meyering  <meyering@lucent.com>
37246
37247         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
37248         to be more precise.  Rather than saying we're checking whether the
37249         function `works', say what we're testing.
37250         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
37251         Reported by Bruno Haible.
37252
37253 2002-03-10  Jim Meyering  <meyering@lucent.com>
37254
37255         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
37256         Suggestion from Santiago Vila.
37257
37258 2002-03-08  Jim Meyering  <meyering@lucent.com>
37259
37260         * lib/rename.c: Mention that this wrapper is needed also on
37261         mips-dec-ultrix4.4 systems.
37262
37263 2002-03-02  Jim Meyering  <meyering@lucent.com>
37264
37265         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
37266         not HAVE_CLOCK_SETTIME.
37267
37268 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37269
37270         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
37271         Check for clock_settime.
37272
37273 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37274
37275         * lib/nanosleep.h: Rename to....
37276         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
37277
37278         * lib/gettime.c: New file.
37279         * lib/settime.c: New file.
37280         * lib/stime.c: Remove.
37281
37282         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
37283         timespec.h.  Remove nanosleep.h.
37284
37285 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37286
37287         * m4/acl.m4: New file.
37288         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
37289         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
37290
37291 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37292
37293         * lib/acl.c, lib/acl.h: New files.
37294         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
37295
37296 2002-02-24  Jim Meyering  <meyering@lucent.com>
37297
37298         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
37299         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
37300         cause trouble.  Reported by Nelson Beebe.
37301
37302 2002-02-23  Paul Eggert  <eggert@twinsun.com>
37303
37304         * lib/path-concat.c (xpath_concat): Reorder code to pacify
37305         compilers that don't know that xalloc_die never returns.
37306
37307 2002-02-20  Jim Meyering  <meyering@lucent.com>
37308
37309         * lib/getdate.c: Regenerate using bison-1.33.
37310
37311 2002-02-17  Jim Meyering  <meyering@lucent.com>
37312
37313         * config/config.guess (main): Don't use `head -1'; it's no longer
37314         portable. Use `sed 1q' instead.
37315
37316 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
37317
37318         * m4/codeset.m4: Upgrade to gettext-0.11.
37319         * m4/gettext.m4: Upgrade to gettext-0.11.
37320         * m4/glibc21.m4: Upgrade to gettext-0.11.
37321         * m4/iconv.m4: Upgrade to gettext-0.11.
37322         * m4/isc-posix.m4: Upgrade to gettext-0.11.
37323         * m4/lcmessage.m4: Upgrade to gettext-0.11.
37324         * m4/lib-ld.m4: New file, from gettext-0.11.
37325         * m4/lib-link.m4: New file, from gettext-0.11.
37326         * m4/lib-prefix.m4: New file, from gettext-0.11.
37327         * m4/progtest.m4: Upgrade to gettext-0.11.
37328
37329 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37330
37331         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
37332         (jm_PREREQ): Use it.
37333
37334 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37335
37336         * lib/posixver.c, lib/posixver.h: New files.
37337         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37338
37339 2002-02-02  Paul Eggert  <eggert@twinsun.com>
37340             Bruno Haible  <bruno@clisp.org>
37341
37342         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
37343         (fwrite_success_callback): New declaration.
37344         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
37345         print_unicode_char. Call failure callback instead of error.
37346         (fwrite_success_callback): New function.
37347         (exit_failure_callback): New function.
37348         (fallback_failure_callback): New function.
37349         (print_unicode_char): Call unicode_to_mb.
37350
37351 2002-01-26  Jim Meyering  <meyering@lucent.com>
37352
37353         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
37354         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
37355
37356 2002-01-26  Jim Meyering  <meyering@lucent.com>
37357
37358         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
37359
37360 2002-01-22  Paul Eggert  <eggert@twinsun.com>
37361
37362         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
37363
37364 2002-01-22  Jim Meyering  <meyering@lucent.com>
37365
37366         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
37367         Otherwise, some versions of automake would omit the rule that makes
37368         Makefile from Makefile.in.
37369
37370 2002-01-21  Paul Eggert  <eggert@twinsun.com>
37371
37372         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
37373         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37374         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
37375         (memcoll): Set errno to zero if there is no error.
37376
37377         * lib/quotearg.c (quotearg_buffer_restyled):
37378         Fix bug with quoting buffers containing NUL when backslashing escapes.
37379         This bug was exposed by the other changes in this patch.
37380         (quotearg_n_options): New arg ARGSIZE.
37381         All callers changed.
37382         (quoting_options_from_style): New function.
37383         (quotearg_n_style): Use it.
37384         (quotearg_n_style_mem): New function.
37385
37386         * lib/quotearg.h (quotearg_n_style_mem): New function.
37387
37388 2002-01-19  Jim Meyering  <meyering@lucent.com>
37389
37390         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
37391         Remove useless quotes: DF_PROG="df".
37392         * m4/strnlen.m4: New file.
37393
37394 2002-01-16  Paul Eggert  <eggert@twinsun.com>
37395
37396         * lib/backupfile.c (ISDIGIT): Comment fix.
37397         * lib/getdate.y (ISDIGIT): Likewise.
37398         * lib/posixtm.c (ISDIGIT, year): Likewise.
37399         * lib/strverscmp.c (ISDIGIT): Likewise.
37400         * lib/userspec.c (ISDIGIT): Likewise.
37401
37402 2002-01-16  Jim Meyering  <meyering@lucent.com>
37403
37404         * lib/getdate.y: Add three semicolons, each just before a closing
37405         brace. Bison (as of version 1.31) no longer papers over that mistake.
37406
37407 2002-01-05  Jim Meyering  <meyering@lucent.com>
37408
37409         * lib/version-etc.c (version_etc_copyright): Update copyright year.
37410
37411 2001-12-19  Paul Eggert  <eggert@twinsun.com>
37412
37413         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
37414         not silently exit merely because the output buffer happens to
37415         have nothing pending.
37416
37417 2001-12-18  Paul Eggert  <eggert@twinsun.com>
37418
37419         See the big note in ../ChangeLog.
37420         * lib/human.c (suffixes): Prefer K to k for 1024.
37421         (generate_suffix_backwards): New function.
37422         (human_readable_inexact): Use it.
37423         * lib/xstrtol.c (__xstrtol): If there is no number but there
37424         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
37425         Accept 'K' as well as 'k'.
37426
37427 2001-12-15  Jim Meyering  <meyering@lucent.com>
37428
37429         * lib/regex.h (__restrict_arr): Update from libc.
37430
37431         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
37432         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
37433         (STREQ): Define.
37434
37435 2001-12-14  Jim Meyering  <meyering@lucent.com>
37436
37437         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
37438         Suggestion from Bruno Haible.
37439
37440 2001-12-10  Jim Meyering  <meyering@lucent.com>
37441
37442         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
37443         xrealloc, Instead, include "xalloc.h".
37444         (initbuffer): Don't cast xmalloc return value to char*.
37445         (readline): Reword comment.
37446         Don't cast xrealloc return value to char*
37447         Return NULL, not 0.
37448
37449 2001-12-09  Jim Meyering  <meyering@lucent.com>
37450
37451         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
37452         about `signed and unsigned type in conditional expression'.
37453         * lib/posixtm.c (posix_time_parse): Likewise.
37454
37455         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
37456
37457         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
37458         to avoid a pedantic warning.
37459
37460         * lib/getstr.c: Don't include assert.h.
37461         (getstr): Remove warning-evoking assertions.
37462         Return -1 if offset parameter is out of bounds.
37463         Change the type of a local from int to size_t.
37464
37465         * lib/strftime.c (my_strftime_localtime_r): Include this function
37466         definition in the `#if ! HAVE_TM_GMTOFF' block.
37467
37468         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
37469         Include xalloc.h instead.
37470
37471 2001-12-02  Jim Meyering  <meyering@lucent.com>
37472
37473         * lib/tempname.c: Don't declare getenv, thus reverting the change of
37474         2001-11-18.  It's no longer necessary, now that stdlib.h is always
37475         included.
37476
37477         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
37478         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
37479
37480 2001-11-30  Akim Demaille  <akim@epita.fr>
37481
37482         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
37483         before being defined.
37484
37485 2001-11-27  Paul Eggert  <eggert@twinsun.com>
37486
37487         * lib/quotearg.h (quotearg_n, quotearg_n_style):
37488         First arg is int, not unsigned.
37489         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
37490         (SIZE_MAX, UINT_MAX): New macros.
37491         (quotearg_n_options): Abort if N is negative.
37492         Avoid overflow check on hosts where size_t is 64 bits and int
37493         is 32 bits, as overflow is impossible there.
37494         Fix off-by-one typo that caused unnecessary reallocation.
37495
37496 2001-11-27  Jim Meyering  <meyering@lucent.com>
37497
37498         * lib/tempname.c: Merge with version from libc.
37499         * lib/regex.c: Likewise.
37500
37501         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
37502         systems for which STDC_HEADERS is 0, it was not included, resulting in
37503         a warning about an integer-to-pointer conversion problem with getenv.
37504         Reported by Volker Borchert.
37505
37506 2001-11-26  Jim Meyering  <meyering@lucent.com>
37507
37508         * lib/gtod.h: Remove file.
37509         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
37510         * lib/gettimeofday.c: Don't include gtod.h.
37511         (GTOD_init): Remove function.
37512         (rpl_gettimeofday): Do its job here instead, rather than aborting.
37513         Suggestion from Volker Borchert.
37514
37515 2001-11-23  Jim Meyering  <meyering@lucent.com>
37516
37517         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
37518         it.
37519         * lib/hash.c (struct hash_table): Define it here instead.
37520
37521 2001-11-22  Jim Meyering  <meyering@lucent.com>
37522
37523         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
37524
37525 2001-11-20  Jim Meyering  <meyering@lucent.com>
37526
37527         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
37528         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
37529
37530 2001-11-19  Jim Meyering  <meyering@lucent.com>
37531
37532         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
37533         directory.  Use "conftestXXXXXX" as the template.
37534         Suggestion from Paul Eggert.
37535
37536         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
37537         immediately, so the test doesn't mistakenly hit the max-open-files
37538         limit.
37539
37540 2001-11-18  Paul Eggert  <eggert@twinsun.com>
37541
37542         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
37543         (TEMPORARIES): New macro.
37544         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
37545         removes an artificial limitation (e.g. HP-UX 10.20, where
37546         TMP_MAX is 17576).
37547
37548 2001-11-18  Jim Meyering  <meyering@lucent.com>
37549
37550         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
37551
37552 2001-11-18  Jim Meyering  <meyering@lucent.com>
37553
37554         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
37555         on SunOS 4.
37556
37557         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
37558         files will be created before anything else.
37559
37560 2001-11-17  Paul Eggert  <eggert@twinsun.com>
37561
37562         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
37563         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
37564
37565 2001-11-17  Jim Meyering  <meyering@lucent.com>
37566
37567         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
37568         Prompted by a report from Bob Proulx.
37569
37570         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
37571         Instead, require UTILS_FUNC_MKSTEMP.
37572
37573 2001-11-17  Jim Meyering  <meyering@lucent.com>
37574
37575         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
37576         Now, that's done as part of AC_FUNC_STRTOD.
37577
37578 2001-11-17  Jim Meyering  <meyering@lucent.com>
37579
37580         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
37581         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
37582         rather than group writable.  Patch by Juan F. Codagnone.
37583
37584         * lib/readtokens.c: Remove explicit declarations of xmalloc and
37585         xrealloc, Instead, include "xalloc.h".
37586
37587         * lib/mountlist.c: Include unlocked-io.h after all system headers.
37588         Remove explicit declarations of xmalloc, xrealloc,
37589         and xstrdup.  Instead, include "xalloc.h".
37590
37591         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
37592         unlocked-io.h.
37593         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
37594         Likewise.
37595         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
37596
37597         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
37598         Reported by Padraig Brady.
37599
37600         * lib/mkstemp.c: #undef mkstemp.
37601         Include config.h.
37602         (rpl_mkstemp): Rename from mkstemp.
37603         Protoize.
37604
37605 2001-11-16  Jim Meyering  <meyering@lucent.com>
37606
37607         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
37608         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
37609         determine the amount of total physical memory, use pstat_getstatic.
37610         HPUX-11 doesn't define _SC_PHYS_PAGES.
37611         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
37612         If sysconf couldn't be used to determine the amount of available
37613         physical memory, use both pstat_getstatic and pstat_getdynamic.
37614         Based on a patch from Bob Proulx.
37615
37616 2001-11-10  Jim Meyering  <meyering@lucent.com>
37617
37618         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
37619         (jm_PREREQ): Use it.
37620
37621 2001-11-09  Jim Meyering  <meyering@lucent.com>
37622
37623         * m4/jm-macros.m4: Require autoconf-2.52f.
37624         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
37625         Use these AC_-prefixed names, not the AM_-prefixed ones.
37626
37627         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
37628
37629 2001-11-05  Jim Meyering  <meyering@lucent.com>
37630
37631         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
37632
37633 2001-11-04  Jim Meyering  <meyering@lucent.com>
37634
37635         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
37636         $DEFS.
37637
37638 2001-11-03  Jim Meyering  <meyering@lucent.com>
37639
37640         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
37641         of AC_DEFUN.
37642
37643         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
37644         know the name of the variable in the macro definition.
37645
37646 2001-11-03  Jim Meyering  <meyering@lucent.com>
37647
37648         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
37649         in argmatch_to_argument call.
37650
37651         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
37652         argument.
37653
37654         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
37655         e.g., a fault due to an attempt to free a NULL pointer.
37656
37657 2001-11-01  Jim Meyering  <meyering@lucent.com>
37658
37659         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
37660         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
37661
37662 2001-11-01  Jim Meyering  <meyering@lucent.com>
37663
37664         * lib/dirfd.c, lib/dirfd.h: New files.
37665         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
37666
37667         * lib/hash.c (hash_print) [TESTING]: Clean up.
37668
37669 2001-10-22  Paul Eggert  <eggert@twinsun.com>
37670
37671         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
37672         to avoid a warning if -Wall.
37673
37674 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
37675
37676         * README: New file
37677         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
37678         (per RMS's instructions, this is now the canonical source)
37679         * lgpl/, gpl/: New directories.
37680
37681 2001-10-21  Paul Eggert  <eggert@twinsun.com>
37682
37683         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
37684
37685 2001-10-21  Jim Meyering  <meyering@lucent.com>
37686
37687         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
37688         this code would end up calling gettext even in packages built
37689         with --disable-nls.
37690         * lib/getopt.c (_): Likewise.
37691         * lib/regex.c (_): Likewise.
37692
37693 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37694
37695         * m4/error.m4 (jm_PREREQ_ERROR):
37696         Do not invoke AC_CHECK_FUNCS with strerror_r, as
37697         AC_FUNC_STRERROR_R does that.
37698         Check for strerror declaration.
37699
37700         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
37701         are supposed to have them these days.
37702         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
37703         Merge changes from latest Autoconf CVS.
37704         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
37705         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
37706         POSIX decided to standardize on the int flavor of strerror_r.
37707
37708 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37709
37710         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
37711         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
37712         Use strerror_r that is only a macro, even if it is not a function.
37713         (strerror): Check for HAVE_DECL_STRERROR before declaring.
37714         (private_strerror): Use prototypes, not old-style function definition.
37715         (print_errno_message): New function.
37716         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
37717         char*-flavored one.
37718         (error_tail, error, error_at_line): Use it.
37719
37720 2001-10-11  Jim Meyering  <meyering@lucent.com>
37721
37722         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
37723         and quote_n (1, ... to avoid clobbering a buffer.
37724
37725 2001-10-05  Jim Meyering  <meyering@lucent.com>
37726
37727         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
37728         hash-pjw.h.
37729         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
37730         * lib/hash-pjw.h: New file.
37731
37732 2001-09-30  Jim Meyering  <meyering@lucent.com>
37733
37734         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
37735         `struct fsstat' has the `f_fstypename' member.
37736         Use that to define FS_TYPE, which is now used to make
37737         the getfsstat link test tighter.
37738
37739 2001-09-30  Jim Meyering  <meyering@lucent.com>
37740
37741         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
37742         Include <sys/ucred.h>, for Apple Darwin.
37743         Include sys/mount.h and sys/fs_types.h only if available.
37744         (FS_TYPE): Define.
37745         (read_filesystem_list): Use FS_TYPE.
37746
37747 2001-09-29  Paul Eggert  <eggert@twinsun.com>
37748
37749         * lib/exclude.c (excluded_filename): 0 -> false, since it's
37750         a boolean context.
37751
37752 2001-09-29  Jim Meyering  <meyering@lucent.com>
37753
37754         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37755         [one-argument getmntent function]): Include stdio.h before mntent.h.
37756         SunOS 4.1.x needs it for the declaration of `FILE'.
37757         Patch by Volker Borchert.
37758
37759         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37760         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
37761         sys/fs_types.h, and make the link-test for getfsstat guard #include
37762         directives with appropriate #if HAVE_*_H tests so that we can
37763         detect getfsstat on Apple Darwin1.3.7 systems.
37764         Reported by Nelson Beebe.
37765         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
37766
37767 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37768
37769         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37770         #defines strtoimax.  Also treat the other strto* functions
37771         like strtoimax.
37772
37773         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37774         Check for strtoul and strtoumax,
37775         as those declarations are made even in the signed case.
37776         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
37777         Likewise, for strtol and strtoimax.
37778
37779 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37780
37781         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37782         #defines strtoimax.  Also treat the other strto* functions
37783         like strtoimax.
37784
37785         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
37786         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
37787         (strtoimax, strtoumax): Do not declare if already defined as a macro.
37788
37789 2001-09-26  Jim Meyering  <meyering@lucent.com>
37790
37791         Most macros in unlocked-io.h had the wrong number of arguments.
37792         * lib/gen-uio: New script.
37793         (USE_UNLOCKED_IO): Define to 1 if not already defined.
37794         * lib/unlocked-io.hin: Remove file.
37795         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
37796         rather than trying to embed it here.
37797         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
37798         Reported by Padraig Brady.
37799
37800 2001-09-25  Volker Borchert  <bt@teknon.de>
37801
37802         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
37803         `result'.
37804
37805 2001-09-24  Jim Meyering  <meyering@lucent.com>
37806
37807         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
37808
37809 2001-09-23  Jim Meyering  <meyering@lucent.com>
37810
37811         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
37812         instead of the mere test for existence of mntent.h.  The latter
37813         would get a false-positive on AIX 3.4 systems.
37814         In the outer getmntent if-block, don't die if neither of the getmntent
37815         tests succeeds.  Instead, just fall through and continue with the
37816         remaining tests.
37817
37818 2001-09-23  Jim Meyering  <meyering@lucent.com>
37819
37820         * lib/mountlist.c: Remove useless parentheses in #if directives.
37821         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
37822         the deprecated MOUNTED symbol is no longer defined in mntent.h.
37823
37824 2001-09-22  Jim Meyering  <meyering@lucent.com>
37825
37826         * m4/gettext.m4: New file.  From gettext.
37827         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
37828         * m4/progtest.m4: Likewise
37829         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
37830         * m4/glibc21.m4: Likewise.
37831
37832         * m4/libintl.m4: Remove.  No longer used.
37833
37834 2001-09-22  Jim Meyering  <meyering@lucent.com>
37835
37836         * lib/localcharset.c: Update from latest gettext.
37837         * lib/config.charset: Likewise.
37838
37839 2001-09-20  Jim Meyering  <meyering@lucent.com>
37840
37841         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
37842         strtoimax.
37843         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
37844         strtoumax.
37845
37846 2001-09-20  Jim Meyering  <meyering@lucent.com>
37847
37848         * lib/xstrtol.c (strtoimax): Guard declaration with
37849         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
37850         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
37851         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
37852         (strtoumax): Likewise, for completeness (it wasn't necessary).
37853
37854 2001-09-17  Paul Eggert  <eggert@twinsun.com>
37855
37856         * lib/strtoimax.c (HAVE_LONG_LONG):
37857         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
37858         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
37859         to work around bug in IBM C compiler.
37860
37861 2001-09-17  Jim Meyering  <meyering@lucent.com>
37862
37863         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
37864         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
37865         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
37866         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
37867         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
37868         whenever the right hand side need not be expanded by the shell.
37869
37870 2001-09-16  Paul Eggert  <eggert@twinsun.com>
37871
37872         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
37873         library.  It's not correct, as some older glibcs are buggy.
37874         fnmatch wasn't fixed until glibc 2.2.
37875
37876         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
37877         special shell magic here.
37878
37879 2001-09-16  Jim Meyering  <meyering@lucent.com>
37880
37881         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
37882         * m4/jm-macros.m4: Require it.
37883
37884 2001-09-16  Jim Meyering  <meyering@lucent.com>
37885
37886         * lib/mkdir.c: New file.
37887
37888 2001-09-15  Jim Meyering  <meyering@lucent.com>
37889
37890         * m4/jm-macros.m4: Check for help2man.
37891
37892 2001-09-11  Jim Meyering  <meyering@lucent.com>
37893
37894         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
37895         The body, by Paul Eggert, was moved here from configure.in.
37896         * m4/jm-macros.m4: Require UTILS_HOST_OS.
37897
37898 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37899
37900         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
37901         (jm_PREREQ): Use it.
37902
37903 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37904
37905         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
37906         Use ssize_t, not int, to store result of readlink.
37907         Check for ssize_t overflow as well as size_t overflow,
37908         as POSIX says the result of readlink is implementation-defined
37909         when ssize_t overflows.
37910         Remove unnecessary cast to char*.
37911         Use free+malloc instead of realloc, as the storage doesn't need
37912         to be preserved and it's clearer and can be more efficient that way.
37913         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
37914         * lib/xreadlink.h (xreadlink): Update prototype.
37915
37916 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37917
37918         * lib/xgetcwd.c: Revert some of the previous change; intead,
37919         fix the HAVE_GETCWD_NULL code to behave more like the
37920         !HAVE_GETCWD_NULL code used to.
37921
37922         Include "xalloc.h".
37923         (xgetcwd): Do not return NULL when memory is exhausted; instead,
37924         invoke xalloc_die.
37925
37926 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37927
37928         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
37929         sys/param.h, as pathmax.h includes them.
37930
37931 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37932
37933         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
37934         (jm_PREREQ_XGETCWD): New macro.
37935
37936         * m4/getcwd.m4: New file.
37937
37938 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37939
37940         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
37941         like the HAVE_GETCWD_NULL code.
37942         Include pathmax.h if not HAVE_GETCWD.
37943         Do not include xalloc.h.
37944         (INITIAL_BUFFER_SIZE): New symbol.
37945         Do not use xmalloc / xrealloc, since the caller is responsible for
37946         handling errors.  Preserve errno around `free' during failure.
37947         Do not overrun buffer when using getwd.
37948
37949 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37950
37951         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
37952         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
37953         getcwd (NULL, 0).
37954
37955 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37956
37957         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
37958         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
37959         spotted by Jim Meyering.
37960
37961 2001-09-03  Jim Meyering  <meyering@lucent.com>
37962
37963         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
37964         failure.
37965
37966 2001-09-02  Jim Meyering  <meyering@lucent.com>
37967
37968         * lib/error.c: Update from GNU libc.
37969
37970 2001-09-01  Jim Meyering  <meyering@lucent.com>
37971
37972         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
37973         Used by df.
37974
37975 2001-09-01  Jim Meyering  <meyering@lucent.com>
37976
37977         * lib/xreadlink.c: New file.
37978         * lib/xreadlink.h: New file.
37979         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
37980         xreadlink.h.
37981
37982         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
37983         doesn't conflict with sparc Solaris 7's definition in
37984         /usr/include/sys/int_types.h.
37985
37986         * lib/exclude.c: Use `""', not `<>' to #include non-system header
37987         files.
37988         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
37989         and strncasecmp as r-values.  Unixware didn't have declarations.
37990
37991 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37992
37993         * lib/xstrtol.h: Add copyright notice.
37994         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
37995         LONGINT_INVALID_SUFFIX_CHAR.
37996
37997 2001-08-31  Paul Eggert  <eggert@twinsun.com>
37998
37999         * lib/xstrtol.c (strtoimax): New decl.
38000
38001 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38002
38003         * lib/xgetcwd.c: Don't include pathmax.h.
38004         Include stdlib.h and unistd.h if available.
38005         Include xalloc.h.
38006         (xmalloc, xstrdup, free): Remove decls.
38007         (xgetcwd): Don't assume sizes fit in unsigned.
38008         Check for overflow when computing sizes.
38009         Simplify reallocation code.
38010
38011 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38012
38013         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
38014         a directory's st_size can have an arbitrary value, so the old
38015         usage could waste an arbitrary amount of memory.  All uses
38016         changed.
38017         * lib/savedir.h: Update prototype.
38018
38019 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38020
38021         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
38022
38023         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
38024         old strtoimax.c.
38025
38026         Also, make the following further changes to make this file's
38027         configuration more similar to that of strtol.c:
38028         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
38029         (strtoumax, uintmax_t, strtoull, strtol): Remove.
38030         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
38031         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
38032         changed to signed values.
38033
38034         And make the following changes as well:
38035         Fix copyright notice, as 1999 was missing.
38036         (verify): New macro.
38037         (strtoimax): Check sizes at compile-time, not run-time.
38038         Prefer strtol to strtoll if both work.
38039         (main): Remove; it was not that useful and was a pain to maintain.
38040
38041         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
38042
38043 2001-08-31  Jim Meyering  <meyering@lucent.com>
38044
38045         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
38046         Use an initial, malloc'd, buffer of length 128 rather than
38047         a statically allocated one of length 1024.
38048
38049 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38050
38051         Simplify code, partly by assuming autoconf 2.52 semantics.
38052
38053         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
38054
38055         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
38056         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
38057         All uses removed.
38058         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
38059         Move AC_REQUIRE to next-to-top level, to avoid confusion.
38060         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
38061         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
38062         jm_AC_HEADER_INTTYPES_H.
38063         * m4/jm-macros.m4 (jm_MACROS): Likewise.
38064
38065         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
38066
38067         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
38068         Quote first arg of AC_DEFUN.
38069         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
38070         since they are needed to parse the include file even if we need
38071         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
38072         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
38073         but with opposite signedness.
38074
38075 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38076
38077         Merge 'exclude' changes from tar 1.13.22.
38078         This fixes one or two unlikely storage allocation overflow bugs,
38079         but doesn't change user-visible behavior otherwise.
38080
38081 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38082
38083         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
38084         (jm_PREREQ_EXCLUDE): New macro.
38085
38086 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38087
38088         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
38089         tm to be declared.
38090
38091 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38092
38093         * lib/hash.c: Remove '2001' from copyright notice.
38094
38095 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38096
38097         * lib/full-write.h: New file.
38098         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
38099         * lib/full-write.c: Correct credits, as cccp.c no longer
38100         exists and anyway it was so heavily changed from the old cccp
38101         code as to be unrecognizable.  Include full-write.h.
38102         (full_write) Return size_t, with short writes meaning failure.
38103         All callers changed.  This fixes a bug with large buffers
38104         on 64-bit hosts.
38105         * lib/utime.c: Include full-write.h.
38106
38107 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38108
38109         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
38110         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
38111         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
38112         Include if available.
38113         (<xalloc.h>): Include
38114         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
38115         (verify): New macro.  Use it to verify that EXCLUDE macros do not
38116         collide with FNM macros.
38117         (struct patopts): New struct.
38118         (struct exclude): Use it, as exclude patterns now come with options.
38119         (new_exclude): Support above changes.
38120         (new_exclude, add_exclude_file):
38121         Initial size must now be a power of two to simplify overflow checking.
38122         (free_exclude, fnmatch_no_wildcards): New function.
38123         (excluded_filename): No longer requires options arg, as the options
38124         are determined by add_exclude.  Now returns bool, not int.
38125         (excluded_filename, add_exclude):
38126         Add support for the fancy new exclusion options.
38127         (add_exclude, add_exclude_file): Now takes int options arg.
38128         Check for arithmetic overflow when computing sizes.
38129         (add_exclude_file): xrealloc might modify errno, so don't
38130         realloc until after errno might be used.
38131
38132         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
38133         New macros.
38134         (free_exclude): New decl.
38135         (add_exclude, add_exclude_file): Now takes int options arg.
38136         (excluded_filename): No longer requires options arg, as the options
38137         are determined by add_exclude.  Now returns bool, not int.
38138
38139 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38140
38141         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
38142
38143 2001-08-27  Jim Meyering  <meyering@lucent.com>
38144
38145         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
38146
38147         * lib/version-etc.c (N_): Remove definition.
38148         Revert most of last change.
38149         Instead, simply don't mark the `Copyright...' string for translation.
38150         Based on advice from Paul Eggert.
38151
38152         * lib/strtoxmax.c: Tweak comment.
38153
38154 2001-08-26  Jim Meyering  <meyering@lucent.com>
38155
38156         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
38157
38158         * m4/xstrtoimax.m4: New file.
38159         * m4/xstrtoumax.m4: Add comments explaining why we
38160         AC_REPLACE_FUNCS(strtol).
38161
38162 2001-08-26  Jim Meyering  <meyering@lucent.com>
38163
38164         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
38165         of copyright with `%s' so translators don't get an untranslated
38166         message in 2002.
38167         (COPYRIGHT_YEAR): Define.
38168         (version_etc): Use fprintf rather than fputs.
38169         Suggestion from Ulrich Drepper.
38170
38171         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
38172
38173         * lib/strtoll.c: New file, from GNU libc.
38174         * lib/xstrtoimax.c: New file.
38175
38176         * lib/xstrtol.h: Add xstrtoimax.
38177         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
38178         * lib/strtoimax.c: New file.  Likewise, but first define
38179         STRTOUXMAX_SIGNED.
38180
38181         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
38182         ...
38183         * lib/strtoxmax.c: ... then renamed to this.
38184
38185 2001-08-18  Paul Eggert  <eggert@twinsun.com>
38186
38187         * m4/inttypes.m4: Add AC_PREREQ(2.13).
38188         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
38189         (jm_AC_TYPE_INTMAX_T): New macro.
38190         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
38191
38192         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
38193
38194         * m4/longlong.m4: Renamed from ulonglong.m4.
38195         * m4/inttypes.m4: Renamed from inttypes_h.m4.
38196         * m4/uintmax_t.m4: Removed.
38197
38198 2001-08-13  Paul Eggert  <eggert@twinsun.com>
38199
38200         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
38201         Port to Solaris 8, where 'sed' requires a space after the 'r'
38202         command, and where sh dislikes "$/".  Clean up the spacing a bit.
38203         Redirect output to $tmp just once.
38204
38205 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
38206
38207         * lib/addext.c (<errno.h>): Include.
38208         (errno): Declare if not defined.
38209         (addext): Work correctly when pathconf returns -1 and leaves
38210         errno alone because there is no limit.  Also, work even if
38211         pathconf returns a value greater than SIZE_MAX.
38212
38213 2001-08-12  Jim Meyering  <meyering@lucent.com>
38214
38215         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
38216         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
38217         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
38218         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
38219         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
38220         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
38221         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
38222         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
38223         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
38224         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
38225         utime.m4, utimes.m4, xstrtoumax.m4:
38226         Quote the first argument in each use of AC_DEFUN.
38227
38228 2001-08-12  Jim Meyering  <meyering@lucent.com>
38229
38230         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
38231         Simply `return getcwd (NULL, 0);'.
38232         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
38233         Use 1300 as initial value for length, not PATH_MAX.
38234
38235         * lib/pathmax.h: Clean up cpp syntax.
38236
38237 2001-08-12  Jim Meyering  <meyering@lucent.com>
38238
38239         * lib/gettimeofday.c: New file.
38240         * lib/gtod.h: New file.
38241         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
38242
38243 2001-08-05  Jim Meyering  <meyering@lucent.com>
38244
38245         * m4/jm-macros.m4: Require autoconf-2.52.
38246
38247 2001-08-04  Jim Meyering  <meyering@lucent.com>
38248
38249         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
38250         stmt, to get in sync with glibc.
38251
38252 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38253
38254         The following changes are from gettext 0.10.39 as maintained by
38255         Bruno Haible.
38256
38257         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
38258         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
38259         with inverted sense.  All uses changed.
38260
38261         * lib/mbswidth.c: Don't include <limits.h>.
38262         Include <stdlib.h> and <string.h> unconditionally.
38263         (iswcntrl, mbsinit, ISCNTRL): New macros.
38264         (mbsnwidth): Use K&R style function declarations.
38265         Don't bother checking for MB_LEN_MAX == 1, since the compiler
38266         can optimize it when MB_CUR_MAX == 1.
38267         The width of control characters is zero, not 1.
38268
38269 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38270
38271         The following changes are from gettext 0.10.39 as maintained by
38272         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
38273
38274         * m4/codeset.m4: Upgrade to serial AM1.
38275         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
38276         all uses changed.  Quote first arg of AC_DEFUN.
38277         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
38278
38279         * m4/iconv.m4: Upgrade to serial AM2.
38280         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
38281         Add --with-libconv-prefix.
38282         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
38283         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
38284         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
38285         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
38286         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
38287
38288         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
38289         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
38290         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
38291         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
38292         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
38293         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
38294         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
38295         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
38296         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
38297
38298         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
38299         string.h any more.
38300
38301         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
38302         not the default value.
38303
38304         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
38305         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
38306         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
38307         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
38308         Also check for iswcntrl, used for wcwidth fallback.
38309         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
38310         to Autoconf 2.13.
38311
38312 2001-08-03  Jim Meyering  <meyering@lucent.com>
38313
38314         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
38315         as it was in the original.  Reported by Paul Eggert.
38316
38317 2001-07-16  Jim Meyering  <meyering@lucent.com>
38318
38319         * m4/gettimeofday.m4: New file.
38320         Prompted by a report from Bernhard Baehr.
38321
38322 2001-07-15  Jim Meyering  <meyering@lucent.com>
38323
38324         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
38325         stuff. Now it's in ../Makefile.cfg.
38326
38327 2001-07-15  Jim Meyering  <meyering@lucent.com>
38328
38329         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
38330         (BUILT_SOURCES): Add unlocked-io.h.
38331         (io_functions): Define.
38332         (unlocked-io.h): New rule.
38333         (DISTCLEANFILES): Add unlocked-io.h.
38334         (all-local): Depend on unlocked-io.h, to ensure it is created.
38335
38336         * lib/unlocked-io.hin: New file
38337
38338         * lib/regex.c: Update from glibc.
38339
38340 2001-07-05  Jim Meyering  <meyering@lucent.com>
38341
38342         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
38343         recommendation.
38344         (libfetish_a_SOURCES): Put all .h files here instead.
38345         Remove a thus-exposed (better checks in automake) duplicate and
38346         two unnecessary .h files.
38347
38348 2001-07-04  Jim Meyering  <meyering@lucent.com>
38349
38350         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
38351         that generates jm-glibc-io.m4 so that it doesn't trigger any make
38352         distcheck failure.
38353
38354 2001-07-02  Jim Meyering  <meyering@lucent.com>
38355
38356         The following changes were prompted by suggestions from Bruno Haible.
38357
38358         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
38359         is now generated.
38360         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
38361         definition of EXTRA_DIST.
38362         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
38363         ensure that the generated file is created/updated whenever the list
38364         of $(unlocked_functions) is changed.
38365         (jm-glibc-io.m4): New rule.
38366         (unlocked-io.h): New rule -- currently unused.
38367
38368 2001-06-24  Jim Meyering  <meyering@lucent.com>
38369
38370         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
38371         unmatched right bracket, rather than kludging it with an extra,
38372         falsely-matching quote in a comment.  Patch by Akim Demaille.
38373
38374 2001-06-11  Jim Meyering  <meyering@lucent.com>
38375
38376         * lib/regex.c: Update from GNU libc.
38377
38378 2001-05-27  Jim Meyering  <meyering@lucent.com>
38379
38380         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
38381         Check for ut_type in struct utmp.
38382
38383 2001-05-27  Jim Meyering  <meyering@lucent.com>
38384
38385         * lib/readutmp.h (UT_TYPE): Define.
38386
38387 2001-05-24  Jim Meyering  <meyering@lucent.com>
38388
38389         * lib/argmatch.c: Include "quote.h".
38390         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
38391         quote function.  Reported by Göran Uddeborg.
38392
38393 2001-05-22  Jim Meyering  <meyering@lucent.com>
38394
38395         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
38396         now that we use the package-supplied version unconditionally.
38397         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
38398
38399 2001-05-21  Jim Meyering  <meyering@lucent.com>
38400
38401         * m4/regex.m4: Change a couple backticks to single quotes to avoid
38402         shell syntax errors.
38403
38404 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38405
38406         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
38407
38408 2001-05-20  Paul Eggert  <eggert@twinsun.com>
38409
38410         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
38411         Don't bother to check library strftime, since
38412         we'll be using our own my_strftime function anyway.
38413         Define my_strftime instead of strftime.
38414
38415 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
38416
38417         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
38418         which is not yet declared.
38419
38420 2001-05-15  Jim Meyering  <meyering@lucent.com>
38421
38422         * m4/regex.m4: Use proper quoting so brackets appear in the test
38423         program.
38424         Reported by, and with help from, Bruno Haible.
38425
38426 2001-05-13  Jim Meyering  <meyering@lucent.com>
38427
38428         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
38429         undefined.
38430
38431 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38432
38433         dirname code cleanup.  base_name now behaves more compatibly
38434         with POSIX basename when given file names that have trailing
38435         slashes, and similarly for dir_name.  Add new primitives
38436         base_len and dir_len.  Put the directory-name-related decls
38437         into dirname.h.
38438
38439         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
38440         * lib/backupfile.c (base_name): Likewise.
38441         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
38442         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
38443         * lib/makepath.c (strip_trailing_slashes): Likewise.
38444         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
38445         ISSLASH): Likewise.
38446         * lib/rename.c (strip_trailing_slashes): Likewise.
38447         * lib/same.c (base_name): Likewise.
38448         * lib/stripslash.c (ISSLASH): Likewise.
38449
38450         * lib/addext.c: Include <dirname.h> after size_t is defined.
38451         * lib/backupfile.c: Likewise.
38452
38453         * lib/addext.c (addext): Use base_len to trim redundant
38454         trailing slashes instead of doing it ourselves.
38455         But do not trim the last slash if it is not redundant.
38456
38457         * lib/backupfile.c (find_backup_file_name,
38458         max_backup_version): Use base_len instead of rolling it ourselves.
38459         Handle the case of "" and (on DOS) "C:" correctly.
38460
38461         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
38462         needed. Include <string.h>, <dirname.h>.
38463         (base_name): Allow file names ending in slashes, other than names
38464         that are all slashes.  In this case, return the basename followed
38465         by the slashes.  This is more general, and can be used in places
38466         where the original base_name purposely had an assertion failure.
38467         (base_len): New function.
38468
38469         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
38470         Do not include <assert.h>; no longer needed.
38471         Include xalloc.h.
38472         (memrchr): Remove decl.
38473         (dir_name_r): Remove.
38474         (dir_len): Renamed from dirlen.  All callers changed.
38475         Rewrite in terms of base_name, for simplicity and consistency.
38476         (dir_name): Never return NULL.  All callers changed.
38477         Do not include <stdlib.h> in test program; no longer needed.
38478         return 0; is fine for test program.
38479
38480         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
38481         New macros.
38482         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
38483
38484         * lib/path-concat.c (path_concat): Use base_len to compute
38485         base length, not strlen; this means we cannot rely on memcpy
38486         to null-terminate.
38487
38488         * lib/same.c (STREQ): Remove.
38489         (same_name): Handle the case where the basename ends in trailing '/'.
38490
38491         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
38492         a slash was stripped.  Do not strip the last slash after a
38493         file system prefix.
38494
38495 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38496
38497         * lib/Makefile.am (libfetish_a_SOURCES):
38498         Add strftime.c, since we now compile it on all hosts.
38499
38500         * lib/strftime.c (my_strftime):
38501         Define to nstrftime if emacs, but only if my_strftime is not defined.
38502         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
38503         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
38504         Add one more extra argument: a nanoseconds value.
38505         All uses changed.
38506         (ns): New macro.
38507         (my_strftime function): Add %N format.
38508         (emacs_strftimeu): Renamed from emacs_strftime,
38509         with extra ut argument.
38510
38511 2001-05-09  Paul Eggert  <eggert@twinsun.com>
38512
38513         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
38514
38515 2001-04-21  Jim Meyering  <meyering@lucent.com>
38516
38517         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
38518         doesn't interfere.
38519
38520 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38521
38522         * m4/ftruncate.m4: Check for chsize.
38523         Link with ftruncate.o unconditionally if ftruncate is missing.
38524         This was required when cross-compiling to i586-mingw32msvc.
38525
38526 2001-04-08  Jim Meyering  <meyering@lucent.com>
38527
38528         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
38529         recomputed; that's necessary when the offset spans a DST transition.
38530         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
38531
38532 2001-04-02  Jim Meyering  <meyering@lucent.com>
38533
38534         * lib/regex.h, regex.c: Update from GNU libc.
38535
38536 2001-03-24  Jim Meyering  <meyering@lucent.com>
38537
38538         * m4/jm-macros.m4: Require autoconf-2.49d.
38539
38540 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
38541
38542         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
38543
38544 2001-03-19  Paul Eggert  <eggert@twinsun.com>
38545
38546         * lib/version-etc.c (version_etc_copyright): Update to 2001.
38547
38548 2001-03-17  Jim Meyering  <meyering@lucent.com>
38549
38550         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
38551         now that the version in autoconf is equivalent.
38552         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
38553
38554         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
38555         Suggestion from Akim Demaille.
38556
38557         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
38558         (jm_PREREQ_TEMPNAME): New function.
38559
38560 2001-03-16  Paul Eggert  <eggert@twinsun.com>
38561
38562         * lib/tempname.c (uint64_t): Define to uintmax_t if
38563         not defined, and if UINT64_MAX is not defined.
38564         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
38565         Reported by John David Anglin.
38566
38567 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
38568
38569         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
38570         resolve alias if codeset is empty.
38571         * lib/config.charset (BeOS): Use wildcard syntax.
38572
38573 2001-03-13  Jim Meyering  <meyering@lucent.com>
38574
38575         * lib/path-concat.c (path_concat)
38576         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
38577         concatenating e.g., `C:' and `foo'.
38578         From Bruno Haible.
38579
38580 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38581
38582         * lib/localcharset.c (locale_charset): Don't use
38583         setlocale(LC_CTYPE,NULL). Don't return NULL.
38584         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
38585
38586 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38587
38588         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
38589         support for DOS/DJGPP.
38590
38591 2001-03-01  Paul Eggert  <eggert@twinsun.com>
38592
38593         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
38594         lacks mkstemp.  Compile our own tempname.c if we compile our own
38595         mkstemp.c, as mkstemp relies on tempname.
38596
38597 2001-03-01  Jim Meyering  <meyering@lucent.com>
38598
38599         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
38600         AH_VERBATIM really does output its argument verbatim.
38601
38602 2001-02-28  Paul Eggert  <eggert@twinsun.com>
38603
38604         * lib/Makefile.am (libfetish_a_SOURCES):
38605         Add dup-safer.c, fopen-safer.c.
38606         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
38607
38608         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
38609         * lib/unistd-safer.h: New files.
38610
38611 2001-02-25  Paul Eggert  <eggert@twinsun.com>
38612
38613         The mkstemp replacement is taken from glibc 2.2.2, with some
38614         portability fixes for use outside glibc, as follows:
38615
38616         * lib/tempname.c (struct_stat64): New macro.
38617         (direxists, __gen_tempname): Use it.
38618         This avoids a portability problem with Solaris 8.
38619
38620         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
38621         (<stddef.h>, <stdint.h>, <string.h>):
38622         Include only if STDC_HEADERS || _LIBC.
38623         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
38624         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
38625         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
38626         (__set_errno): Define this macro if <errno.h> doesn't.
38627         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
38628         Define these macros if <stdio.h> doesn't.
38629         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
38630         Define these macros if <sys/stat.h>
38631         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
38632         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
38633         __xstat64): Define if not _LIBC.
38634         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
38635         (__gen_tempname): Invoke gettimeofday only if
38636         HAVE_GETTIMEOFDAY || _LIBC;
38637         otherwise, fall back on plain "time".
38638         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
38639
38640         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
38641
38642         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
38643
38644 2001-02-18  Paul Eggert  <eggert@twinsun.com>
38645
38646         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
38647
38648 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38649
38650         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
38651         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
38652         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
38653         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38654
38655 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38656
38657         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
38658         Remove workaround macros for hosts that have mbrtowc but not
38659         mbstate_t, as we now insist on proper declarations for both
38660         before using mbrtowc.
38661
38662 2001-02-17  Jim Meyering  <meyering@lucent.com>
38663
38664         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
38665         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
38666         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
38667         UnixWare 7.1.1.
38668
38669         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
38670         rather than AC_CACHE_VAL.
38671
38672 2001-02-17  Jim Meyering  <meyering@lucent.com>
38673
38674         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
38675         around included file name.
38676
38677         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
38678
38679         * lib/strftime.c: Update from GNU libc (the only changes were to
38680         comments).
38681
38682 2001-02-17  Jim Meyering  <meyering@lucent.com>
38683
38684         * lib/regex.c: Update from libc.
38685
38686 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
38687
38688         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
38689         clash.
38690
38691 2001-02-16  Paul Eggert  <eggert@twinsun.com>
38692
38693         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
38694         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
38695         Reported by Mark Hounschell via Paul Eggert.
38696
38697 2001-02-07  Jim Meyering  <meyering@lucent.com>
38698
38699         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
38700
38701 2001-02-05  Jim Meyering  <meyering@lucent.com>
38702
38703         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
38704         it includes the patch required for `large file' support with at least
38705         HP-UX's 10.20 /bin/cc.
38706
38707 2001-02-03  Jim Meyering  <meyering@lucent.com>
38708
38709         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
38710         AS_IF, now that it works once again (mysteriously).
38711         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38712
38713 2001-01-30  Jim Meyering  <meyering@lucent.com>
38714
38715         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
38716         * m4/chown.m4: Rename conftestchown to conftest.chown.
38717         * m4/rename.m4: s/conftestdir/conftest.d1/ and
38718         s/conftestdir2/conftest.d2/.
38719         * m4/utimes.m4: s/conftestdata/conftest.data/
38720         Inspired by Pavel Roskin's change in autoconf.
38721
38722 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
38723
38724         * lib/config.charset: Update for FreeBSD 4.2.
38725
38726 2001-01-27  Jim Meyering  <meyering@lucent.com>
38727
38728         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
38729         a use of AS_IF.
38730         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38731
38732 2001-01-26  Jim Meyering  <meyering@lucent.com>
38733
38734         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
38735         quotearg.c includes it.
38736
38737 2001-01-26  Jim Meyering  <meyering@lucent.com>
38738
38739         * lib/quotearg.c: Include stddef.h.
38740         * lib/quote.c: Include stddef.h.
38741         Reported by Axel Kittenberger.
38742
38743         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
38744         line in double quotes so that it evokes a better diagnostic.
38745         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
38746         Reported by Axel Kittenberger.
38747
38748 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
38749
38750         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
38751         as if it was a `charset'.
38752
38753 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38754
38755         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
38756         has const.
38757
38758 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38759
38760         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
38761         to avoid a warning.  Add back 'const' to inptr.
38762
38763 2001-01-20  Jim Meyering  <meyering@lucent.com>
38764
38765         Be sure that headers are checked before used in code compiled
38766         for the type checks.
38767         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
38768         In place of that, invoke jm_CHECK_ALL_TYPES.
38769         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
38770         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
38771         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
38772         The check for ssize_t was mistakenly run before the test for unistd.h.
38773
38774         The configure-time check for stdbool.h was missing.
38775         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
38776         (jm_PREREQ_HASH): New function.
38777
38778 2001-01-17  Jim Meyering  <meyering@lucent.com>
38779
38780         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
38781         for autoconf-2.49c.
38782         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
38783
38784 2001-01-16  Jim Meyering  <meyering@lucent.com>
38785
38786         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
38787         From Bruno Haible.
38788
38789 2001-01-14  Jim Meyering  <meyering@lucent.com>
38790
38791         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
38792         foo and bar.  Create conftestdir/ in the script, not in the C code.
38793         Remove directories in the script, not in the C code.
38794         Remove conftestdir{,2} before trying to create the directory.
38795         Make the entire configure script fail if the mkdir fails.
38796
38797 2001-01-14  Jim Meyering  <meyering@lucent.com>
38798
38799         * lib/rename.c: New file.  From Volker Borchert.
38800         Include stdlib.h, string.h or strings.h, and xalloc.h.
38801         Use strip_trailing_slashes rather than open-coding it.
38802
38803 2001-01-03  Paul Eggert  <eggert@twinsun.com>
38804
38805         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
38806
38807 2001-01-03  Jim Meyering  <meyering@lucent.com>
38808
38809         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
38810         of local `inptr' to avoid warning with some system declarations of
38811         iconv.
38812
38813 2001-01-02  Volker Borchert  <bt@teknon.de>
38814
38815         * m4/rename.m4: New file.
38816         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
38817
38818 2001-01-01  Jim Meyering  <meyering@lucent.com>
38819
38820         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
38821         even on systems with utmpx.h.  It's necessary for the declaration of
38822         utmp's ut_user member.  Reported by Andreas Jaeger.
38823
38824         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
38825         available. They are required for the declarations of getgrgid and
38826         getpwuid resp.
38827         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
38828         Reported by Andreas Jaeger.
38829
38830 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
38831
38832         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
38833         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
38834         so `make install' also works in VPATH builds.
38835
38836 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
38837
38838         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
38839         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
38840         can be used in subdirectories.
38841
38842 2000-12-29  Paul Eggert  <eggert@twinsun.com>
38843
38844         * lib/modechange.c: Do not assume that mode_t uses the
38845         traditional octal encoding.  E.g. "chmod 1 FOO" should set
38846         the other-execute bit of FOO even if S_IXOTH != 1.
38847
38848         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
38849         WOTH, XOTH, ALLM): New macros.
38850         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
38851          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
38852         Use them.
38853         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
38854         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
38855         (mode_compile):
38856         No need to use uintmax_t; unsigned long is long enough.
38857         Don't bother to get suffix since we don't use it.
38858
38859 2000-12-26  Jim Meyering  <meyering@lucent.com>
38860
38861         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
38862         better with autoheader.
38863
38864 2000-12-24  Jim Meyering  <meyering@lucent.com>
38865
38866         * lib/hash.c (is_prime): Return explicit boolean values.
38867         (hash_get_first): Return NULL to appease Irix5.6's 89.
38868         Reported by Nelson Beebe.
38869
38870 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
38871
38872         * lib/localcharset.c (locale_charset): Add support for Win32.
38873
38874 2000-12-18  Paul Eggert  <eggert@twinsun.com>
38875
38876         * lib/physmem.h, lib/physmem.c: New files.
38877
38878         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
38879         (noinst_HEADERS): Add physmem.h.
38880
38881         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
38882         't' for compatibility with Solaris 8 sort.
38883
38884 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
38885
38886         * lib/config.charset: Add support for BeOS.
38887
38888 2000-12-17  Jim Meyering  <meyering@lucent.com>
38889
38890         * m4/dos.m4 (jm_AC_DOS): New file and macro.
38891         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
38892
38893 2000-12-16  Jim Meyering  <meyering@lucent.com>
38894
38895         This bug had a serious impact on chown: `chown N:M FILE' (for integer
38896         N and M) would have treated it like `chown N:N FILE'.
38897
38898         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
38899
38900 2000-12-16  Jim Meyering  <meyering@lucent.com>
38901
38902         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
38903         SHELLS_FILE to a file name that's useful on djgpp systems.
38904         Include stdlib.h.
38905         (ADDITIONAL_DEFAULT_SHELLS): Define.
38906         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
38907         Based mostly on a patch from Prashant TR.
38908
38909 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
38910
38911         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
38912         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
38913         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
38914
38915 2000-12-08  Andreas Schwab  <schwab@suse.de>
38916
38917         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
38918         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
38919
38920 2000-12-07  Jim Meyering  <meyering@lucent.com>
38921
38922         * lib/stripslash.c (ISSLASH): Define.
38923         (strip_trailing_slashes): Use ISSLASH rather than comparing against
38924         `/'.
38925         From Prashant TR.
38926
38927         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
38928         (dir_name_r): Declare this function as static.
38929         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
38930         manifest itself on a name containing a mix of slashes and
38931         backslashes.
38932         Make this function work with names starting with a DOS-style
38933         drive letter and colon prefix.
38934         (dir_name): Append `.' if necessary.
38935         Based mostly on patches from Prashant TR and Eli Zaretskii.
38936
38937         * lib/dirname.h (dir_name_r): Remove prototype.
38938
38939 2000-12-06  Paul Eggert  <eggert@twinsun.com>
38940
38941         * m4/off_t-format.m4: Remove this file.
38942         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
38943
38944 2000-12-06  Jim Meyering  <meyering@lucent.com>
38945
38946         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
38947         replacement strtoull, we may well need the replacement strtoul, too.
38948         Check for declarations of strtoul and strtoull.
38949         Check for strtol.  Mainly as a cue to cause automake to include
38950         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
38951         Check for limits.h -- strtol.c needs it.
38952
38953 2000-12-05  Jim Meyering  <meyering@lucent.com>
38954
38955         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
38956
38957 2000-12-04  Jim Meyering  <meyering@lucent.com>
38958
38959         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
38960         Also include memory.h, stdlib.h, unistd.h if appropriate.
38961         Reported by Andreas Jaeger (conflicting declaration of malloc).
38962
38963 2000-12-02  Jim Meyering  <meyering@lucent.com>
38964
38965         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
38966         * m4/jm-macros.m4 (jm_MACROS): require it.
38967
38968 2000-12-02  Jim Meyering  <meyering@lucent.com>
38969
38970         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
38971
38972 2000-12-01  Paul Eggert  <eggert@twinsun.com>
38973
38974         * lib/memrchr.c: Include <config.h> before any system include file.
38975
38976 2000-11-30  Jim Meyering  <meyering@lucent.com>
38977
38978         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
38979
38980 2000-11-30  Jim Meyering  <meyering@lucent.com>
38981
38982         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
38983
38984 2000-11-29  Paul Eggert  <eggert@twinsun.com>
38985
38986         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
38987
38988 2000-11-26  Jim Meyering  <meyering@lucent.com>
38989
38990         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
38991
38992 2000-11-22  Paul Eggert  <eggert@twinsun.com>
38993
38994         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
38995         size of (size_t) -1; it's not portable.
38996
38997 2000-11-17  Jim Meyering  <meyering@lucent.com>
38998
38999         * lib/strstr.c: Update from GNU libc.
39000
39001 2000-11-17  Akim Demaille  <akim@epita.fr>
39002
39003         * lib/obstack.h: Formatting changes.
39004         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
39005         prevent type checking.
39006         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
39007         cast the value to (void *): assigning a `foo *' to a `void *'
39008         variable is valid.
39009         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
39010
39011 2000-11-16  Jim Meyering  <meyering@lucent.com>
39012
39013         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
39014
39015 2000-11-11  Jim Meyering  <meyering@lucent.com>
39016
39017         * lib/error.c: Add a couple #includes, merging from GNU libc version.
39018
39019 2000-11-10  Jim Meyering  <meyering@lucent.com>
39020
39021         * lib/obstack.h: Update from GNU libc.
39022         * lib/obstack.c: Likewise.
39023
39024 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
39025
39026         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
39027
39028 2000-11-06  Paul Eggert  <eggert@twinsun.com>
39029
39030         * lib/getusershell.c (setusershell): Use rewind rather than
39031         fseek/fseeko, to avoid configuration hassles with fseeko.
39032         Don't bother opening SHELLS_FILE if shellstream is NULL;
39033         it's not necessary.
39034
39035 2000-11-05  Jim Meyering  <meyering@lucent.com>
39036
39037         * lib/makepath.h (make_dir): Declare.
39038         * lib/makepath.c (make_dir): Remove `static' attribute.
39039         Tweak a comment.
39040
39041 2000-11-04  Jim Meyering  <meyering@lucent.com>
39042
39043         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
39044
39045 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
39046
39047         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
39048         last one in a bucket, advance to the next bucket.
39049
39050 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
39051
39052         * lib/fnmatch.c: Do not comment out all the code if we are using
39053         the GNU C library, because in some cases we are replacing buggy
39054         code in the GNU C library itself.
39055
39056 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
39057
39058         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
39059         (regex_compile): Catch bogus \(\1\).
39060
39061 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39062
39063         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
39064         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
39065         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
39066
39067 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39068
39069         * lib/error.h, getline.h, modechange.h:
39070         Remove "2000" from Copyright line, as the file hasn't been
39071         changed this year other than in the copyright notice.
39072
39073         * lib/xalloc.h: Add "2000" to Copyright line, as this file
39074         was changed this year.
39075
39076 2000-10-29  Jim Meyering  <meyering@lucent.com>
39077
39078         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
39079         renaming.
39080         * m4/ls-mntd-fs.m4: Likewise
39081
39082 2000-10-29  Jim Meyering  <meyering@lucent.com>
39083
39084         * lib/xstat.in: Fix grammar in comment.
39085
39086 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
39087
39088         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
39089         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
39090         doesn't define __restrict_arr.
39091
39092 2000-10-28  Jim Meyering  <meyering@lucent.com>
39093
39094         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
39095         (jm_PREREQ_MEMCHR): New function.
39096
39097 2000-10-28  Jim Meyering  <meyering@lucent.com>
39098
39099         * lib/memchr.c: Update from libc.
39100         Adjust for portability:
39101         [HAVE_STDLIB_H]: Include stdlib.h.
39102         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
39103         Undef __memchr, too.
39104         [!weak_alias]: Define __memchr to memchr.
39105
39106         * lib/regex.c: Update from libc.
39107         * lib/regex.h: Likewise.
39108         * lib/getopt1.c: Likewise.
39109         * lib/memcmp.c: Likewise.
39110
39111         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
39112         Avoid using fseek, when possible -- it's broken by design.
39113         Patch by Ulrich Drepper.
39114
39115 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
39116
39117         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
39118         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
39119         Giving in to popular pressure to shut up the compiler with casts.
39120
39121 2000-10-26  Jim Meyering  <meyering@lucent.com>
39122
39123         * lib/strftime.c: Update from libc.
39124
39125 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
39126
39127         * regex.c: More `unsigned char' -> `re_char' changes.
39128         Also change several `int' into `re_wchar_t'.
39129         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
39130         (PUSH_FAILURE_POINTER): Don't cast any more.
39131         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
39132         We want GCC to complain, since this piece of code makes
39133         re_match non-reentrant, which *should* be fixed.
39134         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
39135         (EXTEND_BUFFER): Use RETALLOC.
39136         (SET_LIST_BIT): Don't cast.
39137         (re_wchar_t): New type.
39138         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
39139         that those two functions will always properly return.
39140         (IMMEDIATE_QUIT_CHECK): Cast to void.
39141         (analyse_first): Use recursion rather than an explicit stack.
39142         (re_compile_fastmap): Can't fail anymore.
39143         (re_search_2): Don't check re_compile_fastmap for failure.
39144         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
39145         Now also sets the new value (passed in a new argument).
39146         (re_match_2_internal): Use it.
39147         Also, use a new var `reg' of type size_t when looping through regs
39148         rather than reuse the inappropriate `mcnt'.
39149
39150 2000-10-25  Jim Meyering  <meyering@lucent.com>
39151
39152         * lib/obstack.c: Update from libc.
39153
39154 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
39155
39156         * regex.c (regex_compile): Change the way of handling a range from
39157         a char less than 256 to a char not less than 256.
39158
39159 2000-10-24  Andrew Innes  <andrewi@gnu.org>
39160
39161         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
39162         NT-Emacs only.
39163         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
39164         so that re_search functions only quit when callers expect them to.
39165
39166 2000-10-23  Jim Meyering  <meyering@lucent.com>
39167
39168         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
39169         wrong.  That set_locale call must not have any side effects.
39170         From Paul Eggert.
39171
39172 2000-10-22  Jim Meyering  <meyering@lucent.com>
39173
39174         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
39175         [CYCLIC]: Remove now-unused definition.
39176
39177         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
39178         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
39179         Suggestion from Ulrich Drepper.
39180
39181 2000-10-21  Jim Meyering  <meyering@lucent.com>
39182
39183         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
39184         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
39185         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
39186
39187 2000-10-21  Jim Meyering  <meyering@lucent.com>
39188
39189         * lib/dirname.c (memrchr): Declare if necessary.
39190         (dir_name): Remove the restriction that there be no
39191         trailing slashes.  Now, this code skips past them, effectively
39192         ignoring them.
39193         [TEST_DIRNAME] (main): New unit tests.
39194
39195         * lib/memrchr.c: New file from GNU libc.
39196         Undef __memrchr, too.
39197         [!weak_alias]: Define __memrchr to memrchr.
39198         Guard weak_alias use with `#ifdef weak_alias'.
39199
39200 2000-10-21  Jim Meyering  <meyering@lucent.com>
39201
39202         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
39203         (dir_name): Use dir_name_r.
39204         * lib/dirname.h (dir_name_r): Declare it.
39205
39206 2000-10-17  Jim Meyering  <meyering@lucent.com>
39207
39208         * lib/quote.h (PARAMS): Define and use.
39209         Reported by Akim Demaille.
39210
39211         * lib/getopt.c: Update from libc.
39212
39213 2000-10-16  Jim Meyering  <meyering@lucent.com>
39214
39215         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
39216         setlocale.
39217         From Jan Fedak.
39218
39219 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
39220
39221         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
39222
39223 2000-09-25  Jim Meyering  <meyering@lucent.com>
39224
39225         * lib/md5.h (rol): Define (from GnuPG).
39226
39227         * lib/sha.c: Give credit (GnuPG) where due.
39228         (M): Use rol rather than open-coding it.
39229         Add a FIXME comment.
39230
39231 2000-09-21  Jim Meyering  <meyering@lucent.com>
39232
39233         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
39234         Reported by Michael Stone.
39235
39236 2000-09-20  Jim Meyering  <meyering@lucent.com>
39237
39238         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
39239         (noinst_HEADERS): Add sha.h.
39240         Based on code from Scott G. Miller and from GnuPG.
39241
39242 2000-09-18  Jim Meyering  <meyering@lucent.com>
39243
39244         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
39245         LIBS. Otherwise, everyone ends up linking with -lelf for some
39246         configurations.
39247         Reported by Mike Stone.
39248
39249 2000-09-15  Jim Meyering  <meyering@lucent.com>
39250
39251         * lib/regex.c: Update from libc.
39252
39253 2000-09-10  Jim Meyering  <meyering@lucent.com>
39254
39255         * lib/getopt.c (_getopt_internal): Update from glibc.
39256
39257 2000-09-09  Jim Meyering  <meyering@lucent.com>
39258
39259         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
39260         think it should be used as a general replacement for isascii.
39261         * lib/fnmatch.c: Likewise.
39262         * lib/mbswidth.c: Likewise
39263         * lib/regex.c: Likewise.
39264
39265         Don't use atoi.
39266         * lib/userspec.c: Include sys/param.h and limits.h.
39267         Include xstrtol.h.
39268         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
39269         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
39270         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
39271         UID, GID.  Check range.
39272
39273 2000-09-06  Jim Meyering  <meyering@lucent.com>
39274
39275         * lib/getopt.c (_getopt_internal): Update from glibc.
39276
39277 2000-08-30  Jim Meyering  <meyering@lucent.com>
39278
39279         * lib/strftime.c: Merge in changes from GNU libc.
39280
39281 2000-08-26  Jim Meyering  <meyering@lucent.com>
39282
39283         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
39284         * m4/fpending.m4: New file.
39285
39286 2000-08-26  Jim Meyering  <meyering@lucent.com>
39287
39288         * lib/closeout.c: Include "__fpending.h".
39289         (close_stdout_status): Return right away if there's nothing to flush.
39290
39291         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
39292         * lib/__fpending.c: New file.
39293         * lib/__fpending.h: New file.
39294
39295 2000-08-20  Jim Meyering  <meyering@lucent.com>
39296
39297         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
39298         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
39299         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
39300
39301 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
39302
39303         Improve fileutils installation on systems where running
39304         programs (like install) can't be unlinked.
39305         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
39306         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
39307
39308 2000-08-07  Paul Eggert  <eggert@twinsun.com>
39309
39310         Standardize on "memory exhausted" instead of "Memory exhausted"
39311         or "virtual memory exhausted".
39312         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
39313         "virtual memory exhausted".
39314         * lib/same.c (same_name): Invoke xalloc_die instead of printing
39315         our own message.
39316         * lib/userspec.c (parse_user_spec): Likewise.
39317         * lib/bumpalloc.h: comment fix
39318         * lib/same.c, userspec.c: Include xalloc.h.
39319
39320         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
39321         not char *const and pointing to a constant array.
39322         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
39323         (xrealloc): Comment fix.
39324
39325         * lib/userspec.c (parse_user_spec):
39326         Don't translate a message until just before returning,
39327         to avoid unnecessary translation.
39328
39329 2000-08-07  Jim Meyering  <meyering@lucent.com>
39330
39331         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
39332         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
39333         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
39334         getgroups.c, gethostname.c, getopt.h, group-member.c,
39335         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
39336         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
39337         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
39338         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
39339         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
39340         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
39341         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
39342         yesno.c: Back out Copyright date changes for each file with no change
39343         this year.  This eases coordination with other programs using the same
39344         source code modules.  From Paul Eggert.
39345
39346 2000-08-06  Paul Eggert  <eggert@twinsun.com>
39347
39348         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
39349         not char, for compatibility with glibc 2.1.3 strftime.c.
39350
39351 2000-08-03  Greg McGary  <greg@mcgary.org>
39352
39353         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
39354         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
39355         (EXTEND_BUFFER): Use them.
39356
39357 2000-08-01  Jim Meyering  <meyering@lucent.com>
39358
39359         * lib/dirname.c (ISSLASH): Define.
39360         (BACKSLASH_IS_PATH_SEPARATOR): Define.
39361         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
39362         both `\' and `/' may be use as path separators.
39363         Based on a patch from Prashant TR.
39364
39365 2000-07-31  Paul Eggert  <eggert@twinsun.com>
39366
39367         * lib/quotearg.c (quotearg_n_options): Don't make the initial
39368         slot vector a constant, since it might get modified.
39369
39370 2000-07-31  Jim Meyering  <meyering@lucent.com>
39371
39372         * lib/xmalloc.c: Use `virtual memory exhausted', not
39373         `Memory exhausted'.
39374         * lib/obstack.c (print_and_abort): Likewise.
39375
39376 2000-07-30  Paul Eggert  <eggert@twinsun.com>
39377
39378         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
39379         buffer, so that the caller can always quote one small
39380         component of a "memory exhausted" message in slot 0.
39381         From a suggestion by Jim Meyering.
39382
39383 2000-07-30  Jim Meyering  <meyering@lucent.com>
39384
39385         * lib/makepath.c (make_path): Quote the other instance, too.
39386
39387         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
39388         (STATIC_BUF_SIZE): Define.
39389         (quotearg_n_options): Use only statically allocated storage when
39390         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
39391         than STATIC_BUF_SIZE.
39392
39393 2000-07-29  Jim Meyering  <meyering@lucent.com>
39394
39395         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
39396         * lib/dirname.c (dir_name): Likewise.
39397
39398         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
39399         `/'.
39400
39401         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
39402         (dir_name): Assert that there are no trailing slashes.
39403
39404 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
39405
39406         * lib/mbswidth.h (mbswidth): Add a flags argument.
39407         (mbswidth): New declaration.
39408         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
39409         * lib/mbswidth.c (mbswidth): Add a flags argument.
39410         (mbsnwidth): New function.
39411
39412 2000-07-24  Jim Meyering  <meyering@lucent.com>
39413
39414         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
39415
39416 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39417
39418         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
39419
39420 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39421
39422         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
39423         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
39424         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
39425         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
39426         invoke multibyte primitives.
39427
39428 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39429
39430         * lib/quotearg.c:
39431         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
39432         so that mbstate_t is always defined.
39433
39434         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
39435         be 1 in at least one GCC installation, and this configuration
39436         error is likely to be common.  Ignoring MB_LEN_MAX hurts
39437         performance on hosts that have mbrtowc but have only unibyte
39438         locales, but I assume these hosts are rare.
39439
39440 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39441
39442         * lib/mbswidth.c (_XOPEN_SOURCE):
39443         Don't define; this causes problems on Solaris 7.
39444         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
39445
39446 2000-07-23  Jim Meyering  <meyering@lucent.com>
39447
39448         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
39449         too: getgrgid, getpwuid, getuid.
39450
39451 2000-07-23  Jim Meyering  <meyering@lucent.com>
39452
39453         * lib/basename.c (base_name): Add an assertion.
39454
39455 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
39456
39457         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
39458         shadow its mbsinit function.
39459
39460 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39461
39462         * lib/mbswidth.h: New file.
39463         * lib/mbswidth.c: New file.
39464         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
39465         (noinst_HEADERS): Add mbswidth.h.
39466
39467 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39468
39469         * lib/config.charset: Add support for FreeBSD. Improve support for
39470         HP-UX and IRIX 6.
39471
39472 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
39473
39474         * m4/mbswidth.m4: New file.
39475         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
39476
39477 2000-07-15  Jim Meyering  <meyering@lucent.com>
39478
39479         * lib/makepath.c: Include quote.h.
39480         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
39481         corresponding argument in a `quote (...)' call.
39482         Give better diagnostics.
39483
39484         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
39485         (noinst_HEADERS): Add quote.h.
39486
39487         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
39488         from tar's src/misc.c.
39489         * lib/quote.h: New file.  Prototypes for same.
39490
39491 2000-07-14  Paul Eggert  <eggert@twinsun.com>
39492
39493         From a suggestion by Bruno Haible.
39494         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
39495         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
39496         to decide whether to define the BeOS workaround macro;
39497         this adjusts to the change to AC_MBSTATE_T.
39498
39499 2000-07-14  Jim Meyering  <meyering@lucent.com>
39500
39501         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
39502         jm_AC_TYPE_UINTMAX_T.
39503
39504 2000-07-13  Paul Eggert  <eggert@twinsun.com>
39505
39506         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
39507
39508         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
39509         quotearg_buffer_restyled): Add support for
39510         clocale_quoting_style.  Undo previous change to
39511         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
39512         and "{RIGHT QUOTATION MARK}" msgids.
39513
39514 2000-07-10  Paul Eggert  <eggert@twinsun.com>
39515
39516         From a suggestion by Bruno Haible.
39517         * m4/mbstate_t.m4 (AC_MBSTATE_T):
39518         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
39519         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
39520         and mbstate_t, to a single-part test that simply defines mbstate_t.
39521         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
39522         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
39523
39524 2000-07-10  Jim Meyering  <meyering@lucent.com>
39525
39526         * m4/strerror_r.m4: Mirror the correction made in autoconf.
39527
39528         * m4/gnu-source.m4: Output to confdefs.h directly.
39529         Suggestion from Akim Demaille.
39530
39531 2000-07-09  Paul Eggert  <eggert@twinsun.com>
39532
39533         The old behavior of quoting `like this' doesn't look good with
39534         newer, ISO-style fonts.  See:
39535         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
39536
39537         Instead, quote "like this" by default.  Let the translator
39538         tailor the locale-specific quoting behavior by providing
39539         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
39540
39541         * lib/quotearg.c (N_): New macro.
39542         (gettext_default): New function.
39543         (quotearg_buffer_restyled): Use
39544         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
39545         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
39546
39547 2000-07-09  Jim Meyering  <meyering@lucent.com>
39548
39549         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
39550         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
39551
39552         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
39553         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
39554
39555 2000-07-09  Jim Meyering  <meyering@lucent.com>
39556
39557         * lib/Most files: Update copyright dates to include 2000.
39558
39559 2000-07-08  Jim Meyering  <meyering@lucent.com>
39560
39561         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
39562         if not defined.
39563         (xgethostname): Remove now-unnecessary #ifdef.
39564         Move declaration of `err' into loop where it's used.
39565
39566 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39567         and Bruno Haible  <haible@clisp.cons.org>
39568
39569         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
39570         only if the test for an object-type mbstate_t fails.  This
39571         prevents us from mistakenly reporting that mbstate_t is a
39572         system object type after we "#define mbstate_t int" to work
39573         around its lack.
39574
39575 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39576         and Bruno Haible  <haible@clisp.cons.org>
39577
39578         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
39579
39580 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39581
39582         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
39583         to strerror_r.
39584         Include <ctype.h> for use of isalpha.
39585
39586 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39587
39588         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
39589         by allocating a larger buffer. Test the gethostname return value for
39590         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
39591         returns an error and ENAMETOOLONG isn't defined.
39592
39593 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39594
39595         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
39596         dimension.
39597
39598 2000-07-04  Jim Meyering  <meyering@lucent.com>
39599
39600         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
39601         of the deprecated AC_CHECKING.
39602
39603 2000-07-04  Jim Meyering  <meyering@lucent.com>
39604
39605         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
39606         Reported by Bruno Haible.
39607
39608 2000-07-04  Jim Meyering  <meyering@lucent.com>
39609
39610         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
39611         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
39612         lacks mbrtowc.
39613
39614 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39615
39616         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
39617         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
39618
39619 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39620         and Bruno Haible  <haible@clisp.cons.org>
39621
39622         * lib/quotearg.c (mbrtowc):
39623         Assign to *pwc, and return 1 only if result is nonzero.
39624         (iswprint): Use ISPRINT when substituting our own mbrtowc.
39625
39626 2000-07-03  Jim Meyering  <meyering@lucent.com>
39627
39628         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
39629
39630 2000-07-03  Jim Meyering  <meyering@lucent.com>
39631
39632         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
39633         This is necessary to get a definition of e.g., UTMP_FILE on
39634         HP-UX 10.20.
39635         From Bob Proulx.
39636
39637 2000-07-02  Jim Meyering  <meyering@lucent.com>
39638
39639         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
39640
39641         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
39642         AC_LIBOBJ(function_name).
39643         * m4/chown.m4: Likewise.
39644         * m4/fnmatch.m4: Likewise.
39645         * m4/ftruncate.m4: Likewise.
39646         * m4/getgroups.m4: Likewise.
39647         * m4/getline.m4: Likewise.
39648         * m4/group-member.m4: Likewise.
39649         * m4/jm-macros.m4: Likewise.
39650         * m4/lstat.m4: Likewise.
39651         * m4/malloc.m4: Likewise.
39652         * m4/memcmp.m4: Likewise.
39653         * m4/nanosleep.m4: Likewise.
39654         * m4/putenv.m4: Likewise.
39655         * m4/realloc.m4: Likewise.
39656         * m4/regex.m4: Likewise.
39657         * m4/stat.m4: Likewise.
39658         * m4/strftime.m4: Likewise.
39659
39660 2000-07-02  Jim Meyering  <meyering@lucent.com>
39661
39662         * lib/quotearg.c (mbstate_t): Don't define here.
39663
39664 2000-07-02  Jim Meyering  <meyering@lucent.com>
39665
39666         * lib/nanosleep.c (SIGCONT): Define if not already defined.
39667
39668 2000-07-01  Jim Meyering  <meyering@lucent.com>
39669
39670         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
39671
39672 2000-07-01  Jim Meyering  <meyering@lucent.com>
39673
39674         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
39675         problem.
39676
39677 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39678
39679         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
39680         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
39681
39682 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39683
39684         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
39685         per change in ../m4/ls-mntd-fs.m4.
39686         (read_filesystem_list): Ignore symbolic links.
39687
39688 2000-06-29  Jim Meyering  <meyering@lucent.com>
39689
39690         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
39691         for declaration of strcmp.
39692
39693         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
39694
39695         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
39696         Avoid warning by casting result to `char *' to remove `const'.
39697
39698 2000-06-28  Jim Meyering  <meyering@lucent.com>
39699
39700         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
39701         included by quotearg.c, for which we perform this test.  From
39702         Bruno Haible.
39703
39704 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39705
39706         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
39707         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
39708         <utmpx.h> exists, put readutmp.o into LIBOBJS.
39709
39710 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39711
39712         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
39713
39714 2000-06-26  Paul Eggert  <eggert@twinsun.com>
39715
39716         savedir now sets errno on failure and invokes xmalloc to get memory.
39717         Fix a couple of other minor bugs while we're at it.
39718
39719         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
39720         (NAMLEN): Remove macro.
39721         (malloc, realloc): Remove decls.
39722         (stpcpy): Likewise.
39723         ("xalloc.h"): Include.
39724         (NAME_SIZE_DEFAULT): New macro.
39725         (savedir): Use xmalloc / xrealloc to allocate memory.
39726         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
39727         Skip "" directory entries.
39728         Use strlen to calculate directory entry length, since the old method
39729         is rarely used these days and isn't worth supporting.
39730         Don't use a pointer after freeing it.
39731         Check for integer overflow when calculating allocation size.
39732         Use memcpy to copy entries, instead of stpcpy.
39733         Set errno properly when returning NULL.
39734         Check for readdir error.
39735
39736 2000-06-26  Jim Meyering  <meyering@lucent.com>
39737
39738         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
39739
39740 2000-06-25  Jim Meyering  <meyering@lucent.com>
39741
39742         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
39743         Linux header bug when _XOPEN_SOURCE is defined to 500.
39744
39745 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39746
39747         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
39748         deficiency.
39749
39750 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39751
39752         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
39753         Include xalloc.h.
39754         Don't include <stdlib.h>.  Don't declare malloc, realloc.
39755
39756 2000-06-24  Jim Meyering  <meyering@lucent.com>
39757
39758         * m4/strerror_r.m4: Revive this file -- to try out an experimental
39759         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
39760         for which strerror does return char*, but which lacks a conveniently
39761         accessible declaration of the function.  If the compile-test says
39762         strerror_r doesn't work, then resort to a `run'-test that works on
39763         BeOS and segfaults on DEC Unix.
39764
39765 2000-06-24  Jim Meyering  <meyering@lucent.com>
39766
39767         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
39768
39769 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39770
39771         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
39772         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
39773
39774 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39775
39776         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
39777         (mbrtowc, mbstate_t): Define substitutes if
39778         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
39779         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
39780         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
39781
39782 2000-06-23  Jim Meyering  <meyering@lucent.com>
39783
39784         * m4/afs.m4: Add missing AC_MSG_RESULT.
39785         Reported by Bruno Haible.
39786
39787         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
39788         Suggestion from Bruno Haible.
39789
39790 2000-06-23  Jim Meyering  <meyering@lucent.com>
39791
39792         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
39793
39794 2000-06-21  Jim Meyering  <meyering@lucent.com>
39795
39796         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
39797
39798 2000-06-21  Jim Meyering  <meyering@lucent.com>
39799
39800         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
39801         (noinst_HEADERS): Add getstr.h.
39802
39803         * lib/getline.c (getstr): Move into a separate file.
39804         * lib/getstr.c (getstr): New file, extracted from getline.c, with
39805         the following changes: new parameter, delim2; both delim[12]
39806         parameters have type `int', not `char'.  The latter would lose
39807         with 8-bit delimiters.
39808         * lib/getstr.h: New file.
39809
39810 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39811
39812         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
39813         than 1024, return a memory chunk of least possible size, instead
39814         of size PATH_MAX + 2. In the loop, increment the size proportionally.
39815         Use free/xmalloc instead of xrealloc to avoid copying for very long
39816         paths.
39817
39818 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39819
39820         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
39821         the empty string.
39822
39823 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39824
39825         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
39826         address, not strdup.  Include <stdlib.h> and don't declare free().
39827
39828 2000-06-19  Jim Meyering  <meyering@lucent.com>
39829
39830         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
39831
39832 2000-06-18  Jim Meyering  <meyering@lucent.com>
39833
39834         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
39835
39836         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
39837         `checking whether...' message to be consistent with that of the
39838         lstat test.
39839
39840 2000-06-18  Jim Meyering  <meyering@lucent.com>
39841
39842         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
39843         Besides, these days every porting target provides a mkdir function.
39844
39845         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
39846         needed. (this snippet comes from src/system.h).
39847
39848 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
39849
39850         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
39851
39852 2000-06-15  Paul Eggert  <eggert@twinsun.com>
39853
39854         * lib/human.c (adjust_value): New function.
39855         (human_readable_inexact): Apply rounding style even when
39856         printing approximate values.
39857
39858 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39859
39860         * lib/human.c (human_readable_inexact): Allow an input block
39861         size that is not a multiple of the output block size, and vice versa.
39862         Reported by Piergiorgio Sartor.
39863
39864 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39865
39866         * lib/getdate.y (get_date): Apply relative times after time
39867         zone indicator, not before.  Reported by Todd A. Jacobs.
39868
39869 2000-06-13  Jim Meyering  <meyering@lucent.com>
39870
39871         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
39872
39873         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
39874
39875 2000-06-12  Paul Eggert  <eggert@twinsun.com>
39876
39877         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
39878
39879 2000-06-12  Jim Meyering  <meyering@lucent.com>
39880
39881         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
39882         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
39883         optional argument.
39884         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
39885         the optional argument, `lib'.
39886
39887 2000-06-08  Jim Meyering  <meyering@lucent.com>
39888
39889         * m4/largefile.m4: Remove file (now that it's part of autoconf).
39890
39891 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39892
39893         Rewrite largefile configuration so that we don't need to run
39894         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
39895         AC_CANONICAL_HOST in configure.in -- jmm]
39896
39897         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
39898         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
39899         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
39900         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
39901         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
39902         All uses changed.
39903         Instead of inspecting the output of getconf, try to compile the
39904         test program without and with the macro definition.
39905         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
39906         for getconf.  Instead, check for the needed flags by compiling
39907         test programs.
39908
39909 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39910
39911         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
39912
39913 2000-06-04  Jim Meyering  <meyering@lucent.com>
39914
39915         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
39916         SunOS 4.1.4 for which gid_t is an unsigned type.
39917
39918 2000-06-03  Jim Meyering  <meyering@lucent.com>
39919
39920         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
39921         now that autoconf requires that.
39922
39923         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
39924         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
39925         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
39926
39927 2000-06-03  Jim Meyering  <meyering@lucent.com>
39928
39929         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
39930
39931 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39932
39933         * m4/glibc21.m4: New file.
39934         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
39935
39936 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39937
39938         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
39939         newer, don't install charset.alias.
39940         * lib/config.charset: Change the Linux/glibc rules so they become empty
39941         on glibc-2.1 or newer.
39942
39943 2000-06-02  Jim Meyering  <meyering@lucent.com>
39944
39945         * lib/mountlist.c: Back out last change.  Instead, do this...
39946         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
39947         me_dummy member using the same `ignore'-testing code.
39948         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
39949         fs_type strings.
39950         From Mark D. Roth.
39951
39952 2000-05-29  Jim Meyering  <meyering@lucent.com>
39953
39954         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
39955         mounts with the `ignore' attribute.  Based on a patch from
39956         Mark D. Roth.
39957
39958 2000-05-28  Jim Meyering  <meyering@lucent.com>
39959
39960         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
39961         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39962         * m4/stat.m4: Likewise.
39963         * m4/lstat.m4: Likewise.
39964         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
39965
39966         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
39967         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
39968
39969 2000-05-26  Jim Meyering  <meyering@lucent.com>
39970
39971         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
39972
39973 2000-05-24  Jim Meyering  <meyering@lucent.com>
39974
39975         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
39976         autoconf requires that.
39977         * m4/lib-check.m4: Likewise.
39978         * m4/jm-macros.m4: Likewise.
39979         * m4/strftime.m4: Likewise.
39980
39981         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
39982         AC_CHECK_DECLS, now that autoconf requires that.
39983
39984 2000-05-22  Jim Meyering  <meyering@lucent.com>
39985
39986         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39987         * m4/lstat.m4: Likewise.
39988
39989 2000-05-22  Jim Meyering  <meyering@lucent.com>
39990
39991         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
39992
39993 2000-05-20  Jim Meyering  <meyering@lucent.com>
39994
39995         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
39996         (jm_PREREQ): Use it.
39997
39998 2000-05-18  Jim Meyering  <meyering@lucent.com>
39999
40000         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
40001         back, too, since it may have been modified by allocate_entry.
40002         (hash_delete): Rewrite to use neither the assignment operator
40003         nor the comma operator in an if-expression.
40004
40005 2000-05-15  Paul Eggert  <eggert@twinsun.com>
40006
40007         * lib/closeout.c:
40008         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
40009         Remove; no longer needed.
40010         "quotearg.h": Add include.
40011         (file_name): Do not bother to explicitly initialize to NULL; it's less
40012         efficient on some hosts.
40013         (close_stdout_status): Remove test as to whether stdout was already
40014         closed; it breaks for the case "echo x | sort >&-".
40015         Quote file name colons.
40016         Do not assume that _("write error") lacks format strings.
40017
40018 2000-05-15  Jim Meyering  <meyering@lucent.com>
40019
40020         * lib/version-etc.c (version_etc_copyright): Update the copyright
40021         string used in all --version output.
40022
40023 2000-05-14  Jim Meyering  <meyering@lucent.com>
40024
40025         * lib/closeout.c (close_stdout_set_file_name): New function.
40026         (close_stdout_status): Use new file-scoped global.
40027         Return right away if fstat says the stdout file descriptor is invalid.
40028         * lib/closeout.h (close_stdout_set_file_name): Declare.
40029
40030 2000-05-10  Jim Meyering  <meyering@lucent.com>
40031
40032         * lib/closeout.c [default_exit_status]: New file-scoped variable.
40033         (close_stdout_set_status): New function.
40034         * lib/closeout.h (close_stdout_set_status): Declare.
40035
40036 2000-05-09  Jim Meyering  <meyering@lucent.com>
40037
40038         * m4/gettext.m4: Rename this...
40039         * m4/libintl.m4: ...to this.
40040
40041 2000-05-08  Jim Meyering  <meyering@lucent.com>
40042
40043         * lib/long-options.c: Don't include closeout.h.
40044         (parse_long_options): Don't call close_stdout for --version.
40045
40046 2000-05-06  Paul Eggert  <eggert@twinsun.com>
40047
40048         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
40049         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
40050         2.1.3 bug.  This avoids a clash when files like regex.c define
40051         _GNU_SOURCE.
40052
40053 2000-05-06  Jim Meyering  <meyering@lucent.com>
40054
40055         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
40056         (AC_REPLACE_FUNCS): Add strnlen.
40057
40058         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
40059         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
40060
40061         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
40062         AC_SEARCH_LIBS call for nanosleep.
40063         (LIB_NANOSLEEP): Set and AC_SUBST.
40064
40065 2000-05-06  Jim Meyering  <meyering@lucent.com>
40066
40067         * lib/strnlen.c: Undefine __strnlen and strnlen.
40068         [!weak_alias]: Define __strnlen to strnlen.
40069
40070         * lib/atexit.c: New file, from libiberty.
40071
40072 2000-05-06  Jim Meyering  <meyering@lucent.com>
40073
40074         * lib/closeout.c (close_stdout_status): Also check for errors on the
40075         stderr stream.
40076
40077 2000-05-05  Jim Meyering  <meyering@lucent.com>
40078
40079         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
40080         AC_SEARCH_LIBS call for clock_gettime.
40081         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
40082
40083         * m4/search-libs.m4: Update from autoconf.
40084
40085         su doesn't work on Solaris 2.6.
40086         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
40087         <shadow.h>.  Reported by Dragos Harabor.
40088
40089 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
40090
40091         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
40092         memcpy instead of xmalloc, xrealloc, path_concat.
40093         (locale_charset): Treat empty environment variables as absent.
40094         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
40095
40096 2000-05-04  Jim Meyering  <meyering@lucent.com>
40097
40098         * lib/getopt.c: Update from glibc.
40099         * lib/obstack.c: Likewise.
40100         * lib/obstack.h: Likewise.
40101         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
40102         file
40103
40104         * lib/regex.h: Likewise.
40105         * lib/strndup.c: Likewise.
40106         * lib/strnlen.c: New file, from glibc.
40107
40108 2000-05-03  Jim Meyering  <meyering@lucent.com>
40109
40110         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
40111
40112 2000-05-02  Paul Eggert  <eggert@twinsun.com>
40113
40114         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
40115         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
40116         compile-time test, rather than inspecting host and OS, to
40117         decide whether to define _LARGEFILE_SOURCE.
40118
40119 2000-05-01  Jim Meyering  <meyering@lucent.com>
40120
40121         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
40122
40123         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
40124         Based on a patch from Bruno Haible.
40125
40126 2000-05-01  Jim Meyering  <meyering@lucent.com>
40127
40128         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
40129
40130 2000-04-29  Jim Meyering  <meyering@lucent.com>
40131
40132         * lib/path-concat.c: Declare strdup only if it's not defined.
40133         * lib/canon-host.c: Likewise.
40134
40135 2000-04-28  Jim Meyering  <meyering@lucent.com>
40136
40137         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
40138         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
40139         is included first, then limits.h is included by locale.h by libintl.h.
40140         From John David Anglin.
40141
40142 2000-04-25  Jim Meyering  <meyering@lucent.com>
40143
40144         * lib/makepath.c (S_IRWXUGO): Define.
40145         (make_path): Always perform explicit chmod if MODE specifies any
40146         of the `special' permission bits.  Prompted by a bug report against
40147         install from Mate Wierdl and Joost van Baal.
40148
40149 2000-04-18  Jim Meyering  <meyering@lucent.com>
40150
40151         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
40152         (jm_PREREQ): Use it.
40153
40154 2000-04-18  Jim Meyering  <meyering@lucent.com>
40155
40156         * lib/README: New file.
40157
40158         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
40159         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
40160
40161 2000-04-17  Jim Meyering  <meyering@lucent.com>
40162
40163         Get it right :-)
40164         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
40165         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
40166         Suggestion from Akim Demaille.
40167
40168 2000-04-17  Jim Meyering  <meyering@lucent.com>
40169
40170         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
40171         the definition of it to rpl_strftime also defined-away the system's
40172         declaration.
40173
40174 2000-04-15  Jim Meyering  <meyering@lucent.com>
40175
40176         Use `C' to denote so-called `contiguous' files, the same way
40177         that tar does.
40178         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
40179         (ftypelet): Use S_ISCTG.
40180         From Michael Deutschmann.
40181
40182 2000-04-14  Jim Meyering  <meyering@lucent.com>
40183
40184         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
40185         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
40186         clobbered.
40187
40188 2000-04-14  Jim Meyering  <meyering@lucent.com>
40189
40190         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
40191
40192 2000-04-13  Jim Meyering  <meyering@lucent.com>
40193
40194         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
40195         AH_VERBATIM to insert required #ifndef into config.h.in.
40196         Suggestion from Akim Demaille.
40197
40198 2000-04-12  Jim Meyering  <meyering@lucent.com>
40199
40200         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
40201         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
40202         Christian Krackowizer.
40203
40204         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
40205         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
40206         (AC_SYS_LARGEFILE): Require.
40207         (AM_C_PROTOTYPES): Require.
40208
40209 2000-04-08  Jim Meyering  <meyering@lucent.com>
40210
40211         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
40212         names don't conflict.  Reported by Eli Zaretskii.
40213
40214 2000-04-07  Jim Meyering  <meyering@lucent.com>
40215
40216         * lib/putenv.c: Move inclusion of errno.h so it follows that of
40217         sys/types.h, to work around system header problems on AIX 3.2.5.
40218         From Bruno Haible.
40219
40220 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
40221
40222         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
40223         bug.  Deal with the different error behavior of Irix iconv.
40224
40225 2000-04-05  Paul Eggert  <eggert@twinsun.com>
40226
40227         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
40228         IRIX if the installer said otherwise.
40229
40230 2000-04-05  Jim Meyering  <meyering@lucent.com>
40231
40232         Portability tweaks required for ultrix4.3.
40233         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
40234         (jm_CHECK_DECLS): Add getutent to the list of functions.
40235         (_jm_DECL_HEADERS): Add utmpx.h.
40236         From John David Anglin.
40237
40238         * m4/strftime.m4: Back out the 2000-04-02 change.
40239         Instead of that change, simply undefine putenv in the test program.
40240
40241 2000-04-05  Jim Meyering  <meyering@lucent.com>
40242
40243         Portability tweaks required for ultrix4.3.
40244         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
40245         getutent.
40246         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
40247         * lib/canon-host.c: Declare strdup.
40248         * lib/path-concat.c: Likewise.
40249         From John David Anglin.
40250
40251 2000-04-04  Jim Meyering  <meyering@lucent.com>
40252
40253         Be more DOS 8.3-friendly.
40254         * lib/ref-add.sin: Renamed from ref-add.sed.in.
40255         * lib/ref-del.sin: Renamed from ref-del.sed.in.
40256         * lib/Makefile.am: Reflect renaming.
40257         Reported by Eli Zaretskii.
40258
40259         Use a temporary file name that won't clash with `charset.alias'
40260         in the DOS 8.3 name space.
40261         * lib/Makefile.am (charset_tmp): Define.
40262         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
40263         (uninstall-local): Likewise.
40264         Reported by Eli Zaretskii.
40265
40266 2000-04-03  Jim Meyering  <meyering@lucent.com>
40267
40268         * m4/gettext.m4: Fix typo in comment.
40269
40270         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
40271         textutils/configure.in).  Suggestion from Paul Eggert.
40272         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
40273
40274 2000-04-02  Paul Eggert  <eggert@twinsun.com>
40275
40276         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
40277         variable in the shell rather than using putenv, which isn't
40278         portable.  This avoids the configure-time inter-test dependency
40279         on the potentially-renamed putenv function.
40280
40281 2000-03-30  Paul Eggert  <eggert@twinsun.com>
40282
40283         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
40284         before checking struct stat.st_blksize, so that
40285         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
40286
40287 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40288
40289         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
40290         since strftime.c uses HAVE_STRFTIME to decide whether to use
40291         the underlying strftime.
40292
40293 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40294
40295         * lib/time/strftime.c (my_strftime): Make sure we call the system
40296         strftime, not ourselves, when invoking the underlying strftime.
40297
40298 2000-03-24  Jim Meyering  <meyering@lucent.com>
40299
40300         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
40301         (charset_alias): Define.
40302         (install-exec-local): Factor out common code.
40303         (uninstall-local): Split lines longer than 80.
40304         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
40305         (SUFFIXES): Define.
40306         (.sed.in.sed): New rule.  Don't redirect directly to $@.
40307         (CLEANFILES): Add ref-add.sed and ref-del.sed.
40308
40309 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
40310
40311         * lib/config.charset: Output a line containing "Packages using this
40312         file".
40313         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
40314         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
40315         ref-del.sed): New rules.
40316
40317 2000-03-17  Jim Meyering  <meyering@lucent.com>
40318
40319         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
40320         Otherwise, include <strings.h>
40321
40322 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
40323
40324         * lib/unicodeio.c (utf8_wctomb): New function.
40325         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
40326         format instead of in UCS-4 with platform dependent endianness.
40327
40328 2000-03-10  Jim Meyering  <meyering@lucent.com>
40329
40330         * m4/lib-check.m4: Look for getspnam in -lgen, too.
40331         From Marco Franzen.
40332
40333 2000-03-07  Paul Eggert  <eggert@twinsun.com>
40334
40335         * lib/savedir.c (savedir): Work even if directory size is
40336         negative; this can happen with some screwy NFS configurations.
40337
40338 2000-03-06  Jim Meyering  <meyering@lucent.com>
40339
40340         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
40341         if it's NULL (because we ran out of memory).  From Bruno Haible.
40342
40343 2000-03-05  Jim Meyering  <meyering@lucent.com>
40344
40345         * lib/localcharset.c ("path-concat.h"): Include.
40346         (get_charset_aliases): Use path_concat instead of ANSI string
40347         concatenation.
40348
40349         * lib/unicodeio.h (PARAMS): Define.
40350         Use it to guard prototype.
40351
40352 2000-03-04  Jim Meyering  <meyering@lucent.com>
40353
40354         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
40355         for lib/localcharset.c.
40356
40357 2000-03-04  Jim Meyering  <meyering@lucent.com>
40358
40359         * lib/Makefile.am (install-exec-local): Create $(libdir) before
40360         installing into it.
40361         (uninstall-local): Uncomment this rule so `make distcheck' works
40362         once again.
40363
40364         * lib/unicodeio.c (<errno.h>): Include it.
40365         (errno): Declare if not defined.
40366
40367         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
40368
40369         * lib/config.charset: New version, incorporating remarks from a linux
40370         i18n mailing list.  From Bruno Haible.
40371
40372 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
40373
40374         * m4/codeset.m4: New file.
40375         * m4/iconv.m4: New file.
40376         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
40377
40378 2000-03-03  Jim Meyering  <meyering@lucent.com>
40379
40380         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
40381
40382 2000-03-02  Jim Meyering  <meyering@lucent.com>
40383
40384         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
40385         the messages come out on separate lines.
40386
40387         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
40388         rather than jm_CHECK_DECLARATIONS.
40389         * m4/decl.m4: Remove now-unused file.
40390
40391         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
40392         geteuid.
40393
40394 2000-03-02  Jim Meyering  <meyering@lucent.com>
40395
40396         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
40397
40398 2000-03-01  Jim Meyering  <meyering@lucent.com>
40399
40400         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
40401         * lib/unicodeio.c: Likewise.
40402
40403 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
40404
40405         * lib/config.charset: New file.
40406         * lib/localcharset.c: New file.
40407         * lib/unicodeio.h, lib/unicodeio.c: New files.
40408         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
40409         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
40410         (noinst_HEADERS): Add unicodeio.h.
40411         (all-local, install-exec-local, charset.alias): New targets.
40412
40413 2000-02-28  Paul Eggert  <eggert@twinsun.com>
40414
40415         * lib/quotearg.c (ALERT_CHAR): New macro.
40416         (quotearg_buffer_restyled): Use it.
40417
40418 2000-02-27  Jim Meyering  <meyering@lucent.com>
40419
40420         * m4/check-decl.m4: Add getenv to the list.
40421
40422 2000-02-27  Jim Meyering  <meyering@lucent.com>
40423
40424         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
40425         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
40426
40427         * lib/backupfile.c: Guard inclusion of stdlib.h with
40428         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
40429         Declare malloc if needed.
40430
40431         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
40432         `#ifndef HAVE_DECL..'
40433         now that autoconf always defines the HAVE_DECL_ symbols.
40434         * lib/human.c: Likewise.
40435         * lib/same.c: Likewise.
40436         * lib/strtoumax.c: Likewise.
40437
40438         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
40439         declaration check was not run.
40440         * lib/hash.c: Likewise.
40441         * lib/human.c: Likewise.
40442         * lib/same.c: Likewise.
40443         * lib/strtoumax.c: Likewise.
40444
40445         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
40446         `.', then first look up the entire `.'-containing string as a login
40447         name.
40448
40449 2000-02-23  Jim Meyering  <meyering@lucent.com>
40450
40451         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
40452         in place of my hack.
40453
40454 2000-02-18  Paul Eggert  <eggert@twinsun.com>
40455
40456         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
40457         (textint): New typedef.
40458         (parser_control): Member year changed from int to textint.
40459         All uses changed.
40460         (YYSTYPE): Removed; replaced by %union with int and textint members.
40461         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
40462         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
40463         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
40464         (tSNUMBER, tUNUMBER): Now of type <textintval>.
40465         (date, number, to_year): Use width of number in digits, not its value,
40466         to determine whether it's a 2-digit year, or a 2-digit time.
40467         (yylex): Store number of digits of numeric tokens.
40468         Reported by John Kendall.
40469
40470         (parser_control): Changed from struct parser_control to typedef (for
40471         consistency).  All uses changed.
40472
40473         (tID): Removed; not used.
40474         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
40475
40476 2000-02-14  Paul Eggert  <eggert@twinsun.com>
40477
40478         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
40479         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
40480
40481 2000-02-12  Jim Meyering  <meyering@lucent.com>
40482
40483         * lib/userspec.c (ISDIGIT): Define it.
40484         (isdigit): Remove definition.
40485         (is_number): Use ISDIGIT, not isdigit.
40486         <libintl.h>: Include.
40487         (_ and N_): Define.
40488         (parse_user_spec): Mark translatable strings.
40489
40490 2000-02-10  Jim Meyering  <meyering@lucent.com>
40491
40492         With these changes, nanosleep.[ch] are finally enough like the other
40493         lib/* replacement files to compile on a few more losing systems.
40494
40495         * lib/nanosleep.h: Don't include config.h.
40496         Remove prototype from declaration of nanosleep.
40497         (PARAMS): Remove now-unneeded definition.
40498         * lib/nanosleep.c: #undef nanosleep.
40499         (rpl_nanosleep): Rename from nanosleep.
40500
40501 2000-02-10  Jim Meyering  <meyering@lucent.com>
40502
40503         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
40504         gnu_nanosleep to rpl_nanosleep.
40505
40506 2000-02-09  Jim Meyering  <meyering@lucent.com>
40507
40508         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
40509         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
40510
40511 2000-02-08  Akim Demaille  <akim@epita.fr>
40512
40513         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
40514         `[' and `]' and remove uses of `changequote'.
40515         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
40516         (AC_SYS_LARGEFILE): Likewise.
40517         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
40518         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
40519         of changequote.
40520         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
40521         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
40522         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
40523         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
40524
40525 2000-02-05  Jim Meyering  <meyering@lucent.com>
40526
40527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
40528         Remove explicit use of AC_HEADER_TIME.  It is required by
40529         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
40530         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
40531         in autoconf whereby the expansion of the latter ended up preceding
40532         the expansion of its prerequisite, AC_HEADER_TIME.
40533         Reported by Volker Borchert.
40534
40535 2000-02-03  Jim Meyering  <meyering@lucent.com>
40536
40537         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
40538
40539 2000-02-03  Jim Meyering  <meyering@lucent.com>
40540
40541         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
40542         rather than with `#if HAVE_UTMPNAME'.
40543
40544 2000-02-02  Jim Meyering  <meyering@lucent.com>
40545
40546         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
40547         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
40548         Reported by Eli Zaretskii.
40549
40550 2000-02-01  Jim Meyering  <meyering@lucent.com>
40551
40552         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
40553
40554 2000-01-31  Jim Meyering  <meyering@lucent.com>
40555
40556         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
40557         functions.  Add the time.h and sys/time.h headers along with the
40558         AC_REQUIRE'ment of AC_HEADER_TIME.
40559
40560 2000-01-31  Jim Meyering  <meyering@lucent.com>
40561
40562         * lib/nanosleep.h (nanosleep): Guard declaration with
40563         `#if ! HAVE_DECL_NANOSLEEP'.
40564         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
40565         the declaration in that vendor's sys/timers.h.
40566         Reported by Christian Krackowizer.
40567
40568         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
40569         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
40570         (ISPRINT): Likewise.
40571         Reported by Tom Tromey.
40572
40573 2000-01-30  Jim Meyering  <meyering@lucent.com>
40574
40575         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
40576
40577         * m4/prereq.m4 (utmp_includes): Define.
40578         Check for ut_user and ut_name members in both struct utmpx
40579         and struct utmp.
40580
40581 2000-01-30  Jim Meyering  <meyering@lucent.com>
40582
40583         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
40584         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
40585         header files where only utmpx.ut_user is declared.
40586
40587         * lib/readutmp.h (UT_USER): Define.
40588
40589 2000-01-29  Jim Meyering  <meyering@lucent.com>
40590
40591         * m4/lib-check.m4: New file containing library-related checks from
40592         fileutils and sh-utils (textutils had none).
40593
40594 2000-01-28  Jim Meyering  <meyering@lucent.com>
40595
40596         * m4/perl.m4: Change format of warning message to look more like that
40597         from the missing script.  Suggestion from François Pinard.
40598
40599 2000-01-25  Jim Meyering  <meyering@lucent.com>
40600
40601         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
40602         well as time.h in the compile check.
40603         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
40604         Fix typo in cross-compiling case: s/yes/no/.
40605
40606 2000-01-23  Jim Meyering  <meyering@lucent.com>
40607
40608         * m4/jm-macros.m4: Move df-related tests here from
40609         fileutils/configure.in
40610
40611         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
40612         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
40613
40614         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
40615         s/space/ac_fsusage_space/.
40616         (jm_FILE_SYSTEM_USAGE): Take two parameters.
40617
40618         * m4/ftruncate.m4: New file (derived from part of
40619         fileutils/configure.in).
40620         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
40621         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
40622
40623         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
40624         AC_SUBST these here, rather than just in sh-util/configure.in, so
40625         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
40626         all the same.
40627         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
40628         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
40629         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
40630         (AC_SUBST(POW_LIBM)): Likewise.
40631         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
40632
40633 2000-01-23  Jim Meyering  <meyering@lucent.com>
40634
40635         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
40636         obstack.c.
40637
40638 2000-01-22  Jim Meyering  <meyering@lucent.com>
40639
40640         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
40641
40642         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
40643
40644         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
40645         configure.in
40646         (AC_CHECK_HEADERS): Likewise for sh-utils.
40647         (AC_CHECK_HEADERS): Likewise for textutils.
40648         Merge the three lists of headers.
40649
40650         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
40651         from fileutils' configure.in.
40652
40653         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
40654         code. Moved tests into their own function (_jm_DECL_HEADERS) in
40655         check-decl.m4.
40656
40657         * m4/check-decl.m4: Use #if rather than #ifdef.
40658         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
40659         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
40660         (_jm_DECL_HEADERS): Define new function.
40661         (jm_CHECK_DECLARATIONS): Require it.
40662
40663 2000-01-22  Jim Meyering  <meyering@lucent.com>
40664
40665         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
40666         [! HAVE_DECL_STRTOULL]: Declare strtoull.
40667         Required for some AIX systems.  Reported by Christian Krackowizer.
40668         [TESTING] (main): New function.
40669
40670         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
40671         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
40672         letters.
40673
40674         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
40675         iswprint.
40676
40677         * lib/strverscmp.c (ISDIGIT): Define.
40678         (strverscmp): Use ISDIGIT, not isdigit.
40679
40680 2000-01-19  Jim Meyering  <meyering@lucent.com>
40681
40682         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
40683         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
40684         defines `struct timespec' in <sys/time.h>
40685
40686         * m4/c-bs-a.m4: Remove uses of changequote altogether.
40687         Thanks to Akim for explaining.
40688
40689 2000-01-17  Paul Eggert  <eggert@twinsun.com>
40690
40691         * lib/nanosleep.c (nanosleep):
40692         Don't use SA_INTERRUPT to decide whether to call sigaction, as
40693         POSIX.1 doesn't require SA_INTERRUPT and some systems
40694         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
40695         it's been part of POSIX.1 since day 1 (in 1988).
40696
40697 2000-01-17  Jim Meyering  <meyering@lucent.com>
40698
40699         * lib/interlock: Remove unused file.  Reported by François Pinard.
40700
40701 2000-01-16  Paul Eggert  <eggert@twinsun.com>
40702
40703         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
40704         alert, backslash, formfeed, and vertical tab unnecessarily in
40705         shell quoting style.
40706
40707 2000-01-16  Jim Meyering  <meyering@lucent.com>
40708
40709         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
40710         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
40711         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
40712         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
40713
40714 2000-01-16  Jim Meyering  <meyering@lucent.com>
40715
40716         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
40717         because the latter didn't work.
40718
40719 2000-01-15  Jim Meyering  <meyering@lucent.com>
40720
40721         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
40722         (AC_REPLACE_FUNCS): Add memcpy and memset.
40723         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
40724         Add strpbrk.
40725         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
40726
40727 2000-01-12  Jim Meyering  <meyering@lucent.com>
40728
40729         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
40730         (jm_PREREQ): Use it.
40731         (jm_PREREQ_READUTMP): New macro.
40732         (jm_PREREQ): Use it.
40733
40734 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40735
40736         Quote multibyte characters correctly.
40737         * m4/c-bs-a.m4: New file.
40738         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
40739         (jm_PREREQ): Use it.
40740
40741 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40742
40743         * m4/uintmax_t.m4: Port to autoconf 2.13.
40744
40745 2000-01-08  Jim Meyering  <meyering@ascend.com>
40746
40747         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
40748         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
40749
40750 2000-01-04  Jim Meyering  <meyering@ascend.com>
40751
40752         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
40753         jm_STRUCT_DIRENT_D_TYPE.
40754         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
40755         jm_STRUCT_DIRENT_D_INO.
40756         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
40757         jm_STRUCT_UTIMBUF.
40758         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
40759         renamings.
40760         * m4/utime.m4: Likewise.
40761
40762         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
40763         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
40764
40765 2000-01-03  Paul Eggert  <eggert@twinsun.com>
40766
40767         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
40768         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
40769
40770 2000-01-02  Jim Meyering  <meyering@ascend.com>
40771
40772         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
40773         remember if this is necessary.
40774
40775 1999-12-26  Jim Meyering  <meyering@ascend.com>
40776
40777         * m4/jm-macros.m4: Use it here.
40778         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
40779
40780 1999-12-23  Jim Meyering  <meyering@ascend.com>
40781
40782         * m4/jm-macros.m4: Check for clock_gettime (moved from
40783         fileutils/configure.in)
40784         Check for gettimeofday.
40785
40786 1999-12-20  Jim Meyering  <meyering@ascend.com>
40787
40788         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
40789         autoconf-2.14a-1999-12-20.
40790
40791 1999-12-19  Jim Meyering  <meyering@ascend.com>
40792
40793         * m4/lstat-slash.m4: New file.
40794         * m4/jm-macros.m4: Use the new macro:
40795         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40796
40797 1999-12-07  Jim Meyering  <meyering@ascend.com>
40798
40799         * m4/perl.m4: Require that File::Compare be available, too.
40800         Too many systems seem to lack it.
40801
40802         * m4/strftime.m4: Add checks for most of the cpp macros tested in
40803         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
40804
40805 1999-11-18  Paul Eggert  <eggert@twinsun.com>
40806
40807         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
40808         problem with the QNX 4.25 shell, which doesn't propagate exit
40809         status of failed commands inside shell assignments.
40810
40811 1999-11-17  Jim Meyering  <meyering@ascend.com>
40812
40813         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
40814
40815 1999-11-07  Jim Meyering  <meyering@ascend.com>
40816
40817         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
40818
40819 1999-11-06  Jim Meyering  <meyering@ascend.com>
40820
40821         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
40822         * m4/jm-macros.m4 (jm_MACROS): Use it here.
40823
40824 1999-11-05  Jim Meyering  <meyering@ascend.com>
40825
40826         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
40827         configure.in of textutils, fileutils, and sh-utils into this one
40828         (shared between those packages) file.
40829         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
40830         AC_STRUCT_ST_BLKSIZE.
40831
40832 1999-11-03  Jim Meyering  <meyering@ascend.com>
40833
40834         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
40835         of AC_CHECK_TYPE checks includes unistd.h.
40836         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
40837         Suggestion from Akim Demaille.
40838
40839 1999-10-30  Jim Meyering  <meyering@ascend.com>
40840
40841         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
40842         m4-quoted string.
40843         * m4/ls-mntd-fs.m4: Likewise.
40844         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
40845         * m4/jm-winsz1.m4: Likewise.
40846
40847         * m4/const.m4: Remove file, since the fix made it into the experimental
40848         version of autoconf.
40849         * m4/mktime.m4: Likewise.
40850
40851         * m4/check-type.m4: Remove file, now that the latest version of
40852         AC_CHECK_TYPE takes a third arg to specify additional #includes.
40853
40854         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
40855         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
40856         AC_CHECK_TYPE.
40857
40858 1999-10-04  Jim Meyering  <meyering@ascend.com>
40859
40860         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
40861
40862 1999-09-22  Paul Eggert  <eggert@twinsun.com>
40863
40864         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
40865         2.95.1 bug with HP-UX 10.20.
40866
40867 1999-09-17  Jim Meyering  <meyering@ascend.com>
40868
40869         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
40870         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
40871         due to missing strdup (against sh-utils-2.0).
40872
40873 1999-08-29  Jim Meyering  <meyering@ascend.com>
40874
40875         * m4/jm-macros.m4: Require jm_BISON.
40876         * m4/bison.m4: New file.
40877
40878 1999-08-17  Paul Eggert  <eggert@twinsun.com>
40879
40880         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
40881         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
40882
40883 1999-08-05  Jim Meyering  <meyering@ascend.com>
40884
40885         * m4/getline.m4: Rename test file from conftestdata to conftest.data
40886         to avoid conflicts with `conftest' on 8+3 filesystems.
40887         Suggestion from Eli Zaretskii.
40888
40889 1999-08-04  Jim Meyering  <meyering@ascend.com>
40890
40891         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
40892         fileutils and sh-utils (textutils's getline test was inadequate).
40893         (AM_FUNC_GETLINE): Run this test.
40894         (AC_CHECK_FUNCS): Check for getdelim.
40895         Reported by Bob Proulx.
40896
40897 1999-08-02  Jim Meyering  <meyering@ascend.com>
40898
40899         * m4/jm-macros.m4: Add a comment.
40900
40901 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40902
40903         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
40904         <inttypes.h> defines strtoumax as a macro (and not as a
40905         function).
40906
40907 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40908
40909         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
40910         that we can shift, multiply and divide unsigned long long
40911         values; Ultrix cc can't do it.
40912
40913 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40914
40915         * m4/mktime.m4: New file, which is a preview of what should appear
40916         in the next public autoconf release.
40917
40918 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40919
40920         * m4/lfs.m4: Remove this file.
40921         * m4/largefile.m4: New file.  It contains the old contents of
40922         lfs.m4, except that all names with prefix AC_LFS have been
40923         changed to use the prefix AC_SYS_LARGEFILE instead, to be
40924         compatible with future autoconf versions.  Also, some minor m4
40925         quoting problems have been fixed.
40926
40927 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40928
40929         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
40930         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
40931         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
40932         and simplify the shell code.
40933
40934 1999-08-01  Jim Meyering  <meyering@ascend.com>
40935
40936         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
40937         m4.
40938
40939 1999-07-20  Jim Meyering  <meyering@ascend.com>
40940
40941         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
40942
40943 1999-07-15  Jim Meyering  <meyering@ascend.com>
40944
40945         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
40946
40947 1999-05-22  Jim Meyering  <meyering@ascend.com>
40948
40949         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
40950
40951 1999-05-20  Jim Meyering  <meyering@ascend.com>
40952
40953         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
40954         Add a colon after each `then' in case $4 is empty.
40955
40956 1999-05-16  Jim Meyering  <meyering@ascend.com>
40957
40958         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
40959
40960 1999-05-10  Jim Meyering  <meyering@ascend.com>
40961
40962         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
40963
40964         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
40965         AC_FUNC_MKTIME.
40966
40967 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
40968
40969         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
40970
40971 1999-05-04  Paul Eggert  <eggert@twinsun.com>
40972
40973         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
40974         not CPPFLAGS, so that linking works correctly in IRIX.
40975
40976 1999-04-30  Paul Eggert  <eggert@twinsun.com>
40977
40978         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
40979
40980 1999-04-20  Paul Eggert  <eggert@twinsun.com>
40981
40982         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
40983         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
40984         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
40985         jm_AC_TYPE_UNSIGNED_LONG_LONG.
40986         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
40987
40988         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
40989
40990 1999-04-20  Jim Meyering  <meyering@ascend.com>
40991
40992         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
40993         AC_REPLACE xstroull if necessary.  From Paul Eggert.
40994         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
40995
40996 1999-04-18  Jim Meyering  <meyering@ascend.com>
40997
40998         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
40999         * m4/jm-macros.m4: Use it.
41000
41001 1999-04-06  Jim Meyering  <meyering@ascend.com>
41002
41003         * m4/strftime.m4: Remove test for %f.
41004
41005 1999-03-29  Jim Meyering  <meyering@ascend.com>
41006
41007         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
41008         superset of the AC_TYPE_* checks in the textutils, fileutils,
41009         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
41010         AC_TYPE_PID_T.
41011
41012 1999-03-28  Jim Meyering  <meyering@ascend.com>
41013
41014         * m4/jm-macros.m4: Define GNU_PACKAGE here.
41015         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
41016         replaced e.g., in the *.sh files of the sh-utils.
41017
41018 1999-03-20  Jim Meyering  <meyering@ascend.com>
41019
41020         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
41021         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
41022         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
41023
41024 1999-03-19  Jim Meyering  <meyering@ascend.com>
41025
41026         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
41027
41028 1999-03-12  Jim Meyering  <meyering@ascend.com>
41029
41030         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
41031
41032 1999-03-07  Jim Meyering  <meyering@ascend.com>
41033
41034         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
41035         declared.
41036
41037 1999-02-17  Jim Meyering  <meyering@ascend.com>
41038
41039         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
41040         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
41041
41042 1999-02-07  Jim Meyering  <meyering@ascend.com>
41043
41044         * m4/group-member.m4: New file -- extracted from sh-utils'
41045         configure.in.
41046
41047         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
41048         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
41049
41050 1999-02-06  Jim Meyering  <meyering@ascend.com>
41051
41052         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
41053         * m4/fnmatch.m4: Likewise.
41054         * m4/getgroups.m4: Likewise.
41055         * m4/lstat.m4: Likewise.
41056         * m4/malloc.m4: Likewise.
41057         * m4/putenv.m4: Likewise.
41058         * m4/realloc.m4: Likewise.
41059         * m4/regex.m4: Likewise.
41060         * m4/stat.m4: Likewise.
41061         * m4/strftime.m4: Likewise.
41062         Suggestion from Alain Magloire.
41063
41064         * m4/chown.m4: Use `.$ac_objext', not `.o'.
41065         * m4/fnmatch.m4: Likewise.
41066         * m4/getgroups.m4: Likewise.
41067         * m4/getline.m4: Likewise.
41068         * m4/lstat.m4: Likewise.
41069         * m4/malloc.m4: Likewise.
41070         * m4/memcmp.m4: Likewise.
41071         * m4/putenv.m4: Likewise.
41072         * m4/realloc.m4: Likewise.
41073         * m4/regex.m4: Likewise.
41074         * m4/stat.m4: Likewise.
41075         * m4/strftime.m4: Likewise.
41076         Suggestion from Alain Magloire.
41077
41078         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
41079         an argument.
41080
41081         * m4/regex.m4: Add a run-time Test for proper operation of
41082         re_compile_pattern.
41083
41084 1999-01-31  Jim Meyering  <meyering@ascend.com>
41085
41086         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
41087
41088 1999-01-30  Jim Meyering  <meyering@ascend.com>
41089
41090         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
41091
41092         * m4/jm-mktime.m4: Make this a wrapper around the official
41093         AM_FUNC_MKTIME rather than my private copy, now that the official one
41094         is up to date.
41095         * m4/mktime.m4: Remove file.
41096
41097         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
41098         * m4/uptime.m4: Likewise.
41099         * m4/uintmax_t.m4: Likewise.
41100
41101 1999-01-28  Jim Meyering  <meyering@ascend.com>
41102
41103         * m4/jm-macros.m4: Use jm_AFS.
41104         * m4/afs.m4: New file (from fileutils' configure.in).
41105
41106         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
41107         * m4/chown.m4: Likewise.
41108         * m4/d-ino.m4: Likewise.
41109         * m4/d-type.m4: Likewise.
41110         * m4/fnmatch.m4: Likewise.
41111         * m4/getgroups.m4: Likewise.
41112         * m4/gettext.m4: Likewise.
41113         * m4/jm-mktime.m4: Likewise.
41114         * m4/jm-winsz2.m4: Likewise.
41115         * m4/lcmessage.m4: Likewise.
41116         * m4/ls-mntd-fs.m4: Likewise.
41117         * m4/malloc.m4: Likewise.
41118         * m4/memcmp.m4: Likewise.
41119         * m4/putenv.m4: Likewise.
41120         * m4/realloc.m4: Likewise.
41121         * m4/st_mtim.m4: Likewise.
41122         * m4/strftime.m4: Likewise.
41123
41124 1999-01-16  Jim Meyering  <meyering@ascend.com>
41125
41126         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
41127         (ARGMATCH_DIE_DECL): Define.
41128
41129 1999-01-12  Jim Meyering  <meyering@ascend.com>
41130
41131         * m4/Makefile.am.in: Rewrite to avoid using fmt.
41132         Reported by Lars Hecking.
41133
41134 1999-01-10  Jim Meyering  <meyering@ascend.com>
41135
41136         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
41137         gross kludge.
41138         * m4/inttypes_h.m4: Likewise.
41139         * m4/lstat.m4: Likewise.
41140         * m4/malloc.m4: Likewise.
41141         * m4/readdir.m4: Likewise.
41142         * m4/realloc.m4: Likewise.
41143         * m4/st_dm_mode.m4: Likewise.
41144         * m4/stat.m4: Likewise.
41145         * m4/utimbuf.m4: Likewise.
41146         * m4/utimes.m4: Likewise.
41147
41148         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
41149         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
41150         comments in config.h.in are meaningful.
41151
41152         * m4/jm-macros.m4: Require autoconf-2.13 here.
41153
41154         * m4/regex.m4: By default, don't use the included regex.c on systems
41155         with glibc 2.  Suggestion from Uli Drepper.
41156
41157 1999-01-02  Jim Meyering  <meyering@ascend.com>
41158
41159         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
41160
41161 1998-12-18  Jim Meyering  <meyering@ascend.com>
41162
41163         * m4/Makefile.am.in (Makefile.am): Simplify rule.
41164         Based on a suggestion from Lars Hecking.
41165
41166 1998-11-16  Paul Eggert  <eggert@twinsun.com>
41167
41168         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
41169
41170 1998-11-16  Jim Meyering  <meyering@ascend.com>
41171
41172         * m4/lfs.m4: Double-quote the `uname...` expression.
41173
41174 1998-11-14  Jim Meyering  <meyering@ascend.com>
41175
41176         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
41177         * m4/stat.m4: Likewise.
41178
41179 1998-11-03  Jim Meyering  <meyering@ascend.com>
41180
41181         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
41182         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
41183
41184 1998-10-18  Jim Meyering  <meyering@ascend.com>
41185
41186         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
41187
41188 1998-10-17  Jim Meyering  <meyering@ascend.com>
41189
41190         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
41191         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
41192         calls for those previously hard-coded headers.  Instead, take a new
41193         parameter.
41194         (jm_CHECK_DECLARATIONS): Reflect interface change.
41195         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
41196         (jm_CHECK_DECL_LOCALTIME_R): New macro.
41197
41198         * m4/mktime.m4: Test for spring-forward gap before long-running test.
41199
41200 1998-10-14  Jim Meyering  <meyering@ascend.com>
41201
41202         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
41203         instead of "TZ=America/Vancouver".  From Paul Eggert.
41204
41205 1998-10-11  Jim Meyering  <meyering@ascend.com>
41206
41207         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
41208         This adds a test for a recently added compatibility fix for mktime.c.
41209         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
41210
41211 1998-09-27  Jim Meyering  <meyering@ascend.com>
41212
41213         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
41214
41215         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
41216         ../configure.in, including a change from Gordon Matzigkeit to allow
41217         cross-compiling for the Hurd.
41218
41219         * m4/glibc.m4: New file/macro to test for the GNU C Library
41220         versions 1 and 2.  From Gordon Matzigkeit.
41221         Indent.
41222
41223 1998-09-21  Jim Meyering  <meyering@ascend.com>
41224
41225         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
41226
41227 1998-08-18  Paul Eggert  <eggert@twinsun.com>
41228
41229         Port nanosecond-resolution times to UnixWare 2.1.2 and
41230         pedantic Solaris 2.6.
41231
41232         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
41233         AC_STRUCT_ST_MTIM.
41234         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
41235         Generate name of ns member, instead of just 1 or undef.
41236         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
41237
41238 1998-08-15  Jim Meyering  <meyering@ascend.com>
41239
41240         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
41241         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
41242         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
41243         instead of jm_TYPE_SSIZE_T.
41244
41245 1998-08-12  Jim Meyering  <meyering@ascend.com>
41246
41247         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
41248
41249 1998-08-02  Jim Meyering  <meyering@ascend.com>
41250
41251         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
41252         in acconfig.h manually.
41253
41254 1998-07-31  Paul Eggert  <eggert@twinsun.com>
41255
41256         * m4/st_mtim.m4: New file.
41257
41258 1998-07-28  Jim Meyering  <meyering@ascend.com>
41259
41260         * m4/utimes.m4: Undef stat.
41261
41262 1998-07-25  Jim Meyering  <meyering@ascend.com>
41263
41264         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
41265         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
41266
41267 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
41268
41269         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
41270         uid and gid actually remain unchanged.
41271
41272 1998-07-07  Jim Meyering  <meyering@ascend.com>
41273
41274         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
41275
41276 1998-07-04  Jim Meyering  <meyering@ascend.com>
41277
41278         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
41279         to prove that this macro can be used in packages without regex.c.
41280
41281 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
41282
41283         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
41284         is to be used.
41285
41286 1998-07-03  Jim Meyering  <meyering@ascend.com>
41287
41288         * m4/gettext.m4: Add -lintl if it's found to be necessary.
41289
41290         * m4/gettext.m4: New file -- from gettext-0.10.35.
41291         * m4/lcmessage.m4: Likewise.
41292         * m4/progtest.m4: Likewise.
41293
41294         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
41295         * m4/jm-macros.m4: Require the new macro.
41296
41297 1998-06-29  Jim Meyering  <meyering@ascend.com>
41298
41299         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
41300         for the definition of NGROUPS (used in a system header included
41301         by sys/mount.h).
41302
41303 1998-06-28  Jim Meyering  <meyering@ascend.com>
41304
41305         * m4/ls-mntd-fs.m4: New file.
41306         * m4/fstypename.m4: New file.
41307
41308         * m4/jm-macros.m4: Require the new macro.
41309         * m4/jm-glibc-io.m4: New file.
41310
41311 1998-05-19  Jim Meyering  <meyering@ascend.com>
41312
41313         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
41314         * m4/lchown.m4: New file.
41315
41316         * m4/Makefile.am.in: New file.
41317         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
41318
41319 1998-05-14  Jim Meyering  <meyering@ascend.com>
41320
41321         * m4/Makefile.am (EXTRA_DIST): Add them.
41322         * m4/jm-macros.m4: New file.
41323         * m4/utimbuf.m4: New file.
41324
41325 1998-05-12  Jim Meyering  <meyering@ascend.com>
41326
41327         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
41328
41329 1998-05-11  Jim Meyering  <meyering@ascend.com>
41330
41331         * m4/isc-posix.m4: New file.
41332
41333 1998-05-10  Jim Meyering  <meyering@ascend.com>
41334
41335         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
41336
41337 1998-05-09  Jim Meyering  <meyering@ascend.com>
41338
41339         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
41340         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
41341         with automake.
41342
41343         * m4/ssize_t.m4: New file.
41344         * m4/mktime.m4: Remove file -- the new automake has this now.
41345
41346 1998-04-26  Jim Meyering  <meyering@ascend.com>
41347
41348         * m4/assert.m4: New file.
41349         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
41350
41351 1998-04-05  Jim Meyering  <meyering@ascend.com>
41352
41353         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
41354         (jm_PREREQ): Use it here.
41355
41356 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
41357
41358         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
41359         in acconfig.h.
41360
41361 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
41362
41363         * m4/prereq.m4: New file.
41364         * m4/error.m4: New file.
41365         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
41366
41367 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
41368
41369         * m4/getline.m4: Don't set am_cv_func_working_getline before the
41370         cache-check for the same variable -- that defeated the purpose of
41371         the test; the test program was never run.  This was a problem only
41372         on systems with losing getline functions -- HP-UX 10.20 is one.
41373         Reported by Bjorn Helgaas.
41374
41375 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
41376
41377         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
41378
41379 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
41380
41381         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
41382
41383         * m4/const.m4: New file.  Use an initializer in this declaration
41384         typedef int charset[2]; const charset x;
41385         Reported by Bob Glickstein.
41386
41387 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
41388
41389         * m4/chown.m4: Fix reversed types on -1 args to chown.
41390         From Kaveh Ghazi.
41391
41392 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
41393
41394         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
41395         Add lseek and memchr.
41396
41397         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
41398         T.E.Dickey <dickey@clark.net> said that some older preprocessors
41399         have a 20-character limit on names.
41400
41401 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
41402
41403         * m4/inttypes_h.m4: New file.
41404         * m4/uintmax_t.m4: New file.
41405         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
41406
41407
41408         -----
41409
41410         Local Variables:
41411         coding: utf-8
41412         End:
41413
41414         Copyright (C) 1997-2008 Free Software Foundation, Inc.
41415
41416         Copying and distribution of this file, with or without
41417         modification, are permitted provided the copyright notice
41418         and this notice are preserved.