83af7de702a6a81b37e4203a0e56ab5f3a1674bc
[gnulib.git] / ChangeLog
1 2008-06-17  Eric Blake  <ebb9@byu.net>
2
3         Simplify c-stack prerequisites.
4         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
6         no longer requires <ucontext.h> to exist.  Optimize setrlimit
7         check.
8         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
9         <sys/resource.h>.
10
11         Move c-stack test into testsuite.
12         * modules/c-stack-tests: New file.
13         * lib/c-stack.c [DEBUG]: Move test program...
14         * tests/test-c-stack.c: ...into this new file.  Skip rather than
15         fail test if sigaltstack is lacking.
16         * tests/test-c-stack.sh: New driver file.
17
18 2008-06-16  Eric Blake  <ebb9@byu.net>
19
20         Use raise module consistently.
21         * modules/fatal-signal (Depends-on): Add raise.
22         * modules/sigprocmask (Depends-on): Likewise.
23         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24         * lib/sigprocmask.c (sigprocmask): Likewise.
25         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
26         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
27
28         Fix compliance bug in sigpending.
29         * lib/sigprocmask.c (sigpending): Return pending array via
30         parameter, not return value.
31
32 2008-06-14  Eric Blake  <ebb9@byu.net>
33
34         Improve obstack-printf test code.
35         * tests/test-obstack-printf.c (test_function): Fix comment, and
36         simplify usage of obstack_* in macros.  Add a test for coverage.
37         Reported by Bruno Haible.
38
39 2008-06-14  Bruno Haible  <bruno@clisp.org>
40
41         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
42         array size as a constant, not as a const variable.
43         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
44         AC_USE_SYSTEM_EXTENSIONS.
45         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
46         Test whether the obstack_printf function actually exists.
47         * modules/obstack-printf (Depends-on): Add extensions.
48         (Include): Remove obstack.h.
49         * modules/obstack-printf-posix (Depends-on): Add extensions.
50         (Include): Remove obstack.h.
51
52 2008-06-13  Eric Blake  <ebb9@byu.net>
53
54         Add obstack-printf and obstack-printf-posix modules.
55         * modules/obstack-printf: New file.
56         * modules/obstack-printf-posix: Likewise.
57         * MODULES.html.sh (Misc): Mention them.
58         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
59         Likewise.
60         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
61         Likewise.
62         * modules/stdio (Makefile.am): Accomodate new modules.
63         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
64         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
65         Declare.
66         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
67         functions.
68         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
69         (gl_REPLACE_OBSTACK_PRINTF): New macros
70         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
71         * tests/test-obstack-printf.c: New file.
72         * modules/obstack-printf-tests: Likewise.
73         * modules/obstack-printf-posix-tests: Likewise.
74
75 2008-06-11  Bruno Haible  <bruno@clisp.org>
76
77         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
78         * lib/open.c: Include errno.h.
79         (open): Fail when attempting to write to a file that has a trailing
80         slash.
81         * tests/test-open.c (main): Test against trailing slash bug.
82         * doc/posix-functions/open.texi: Mention the trailing slash bug.
83
84 2008-06-10  Bruno Haible  <bruno@clisp.org>
85
86         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
87         for $? to work inside the trap command, with various /bin/sh-s.
88         * tests/test-vc-list-files-cvs.sh: Likewise.
89
90 2008-06-10  Bruno Haible  <bruno@clisp.org>
91
92         * lib/acl-internal.h: Don't include gettext.h here.
93         * lib/set-mode-acl.c: Include gettext.h here.
94         * lib/copy-acl.c: Likewise.
95
96 2008-06-10  Bruno Haible  <bruno@clisp.org>
97
98         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
99         * lib/wait-process.c (wait_subprocess): Likewise.
100         * lib/execute.h (execute): Add termsigp argument.
101         * lib/execute.c (execute): Likewise.
102         * lib/csharpcomp.c (compile_csharp_using_pnet,
103         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
104         * lib/csharpexec.c (execute_csharp_using_pnet,
105         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
106         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
107         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
108         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
109         is_jikes_present): Update.
110         * lib/javaexec.c (execute_java_class): Update.
111         * lib/javaversion.c (execute_and_read_line): Update.
112         * NEWS: Document the changes.
113         Reported by Eric Blake.
114
115 2008-06-10  Eric Blake  <ebb9@byu.net>
116
117         Add missing include.
118         * tests/test-strstr.c (includes): Add <signal.h>.
119         * tests/test-strcasestr.c (includes): Likewise.
120         * tests/test-memmem.c (includes): Likewise.
121
122 2008-06-10  Bruno Haible  <bruno@clisp.org>
123
124         * lib/wait-process.c (wait_subprocess): Add an assertion.
125
126 2008-06-10  Bruno Haible  <bruno@clisp.org>
127
128         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
129
130 2008-06-10  Bruno Haible  <bruno@clisp.org>
131
132         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
133         using alarm().
134         * tests/test-strcasestr.c (main): Likewise.
135         * tests/test-strstr.c (main): Likewise.
136
137 2008-06-09  Bruno Haible  <bruno@clisp.org>
138
139         Work around the Solaris 10 ACE ACLs ABI change.
140         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
141         declare if ACL_NO_TRIVIAL is present.
142         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
143         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
144         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
145         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
146         define if ACL_NO_TRIVIAL is present.
147         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
148         and use the current ABI.
149         (file_has_acl): Use same #if condition as elsewhere.
150         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
151         in use, and use the current ABI.
152         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
153         Reported by Jim Meyering.
154
155 2008-06-09  Eric Blake  <ebb9@byu.net>
156
157         Work around environments that (stupidly) ignore SIGALRM.
158         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
159         before using alarm().
160         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
161         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
162         Reported by Ian Beckwith <ianb@erislabs.net>.
163
164         Produce autobuild blurb earlier in log.
165         * modules/autobuild (configure.ac-early): Move AB_INIT here.
166
167 2008-06-09  Jim Meyering  <meyering@redhat.com>
168         and Ondřej Vašík  <ovasik@redhat.com>
169
170         utimens.c: correct kernel bug work-around
171         Ondřej Vašík found that the invalid return value of 280 indicates
172         failure, not success, and the kernel bug we're trying to work
173         around affects not just the utimensat call, but also the fallback
174         futimens call.
175         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
176         not success.
177         [HAVE_FUTIMENS]: Use the same work-around, here.
178
179 2008-06-09  Jim Meyering  <meyering@redhat.com>
180
181         add more guards around definition of ACE_-related code
182         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
183         ALLOW and ACE_OWNER are also defined.
184
185 2008-06-08  Bruno Haible  <bruno@clisp.org>
186
187         * lib/acl-internal.h: Add me as co-author.
188         * lib/file-has-acl.c: Likewise.
189         * lib/set-mode-acl.c: Likewise.
190         * lib/copy-acl.c: Likewise.
191
192 2008-06-08  Bruno Haible  <bruno@clisp.org>
193
194         Add support for AIX ACLs.
195         * lib/acl-internal.h (acl_nontrivial): New declaration.
196         * lib/file-has-acl.c (acl_nontrivial): New function.
197         (file_has_acl): Add implementation using AIX 4 ACL API.
198         * lib/set-mode-acl.c (qset_acl): Likewise.
199         * lib/copy-acl.c (qcopy_acl): Likewise.
200
201 2008-06-08  Bruno Haible  <bruno@clisp.org>
202
203         Add support for HP-UX ACLs.
204         * lib/acl-internal.h (acl_nontrivial): New declaration.
205         * lib/file-has-acl.c (acl_nontrivial): New function.
206         (file_has_acl): Add implementation using HP-UX 11 ACL API.
207         * lib/set-mode-acl.c (qset_acl): Likewise.
208         * lib/copy-acl.c (qcopy_acl): Likewise.
209
210 2008-06-08  Bruno Haible  <bruno@clisp.org>
211
212         Add support for Cygwin ACLs.
213         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
214         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
215         the chmod_or_fchmod call.
216         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
217
218 2008-06-08  Bruno Haible  <bruno@clisp.org>
219
220         Fix bug with setuid modes in Solaris 10+ code.
221         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
222         succeeded, when the mode contains some special bits.
223
224 2008-06-08  Bruno Haible  <bruno@clisp.org>
225
226         Add support for Solaris 7..10 ACLs.
227         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
228         declarations.
229         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
230         functions.
231         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
232         * lib/set-mode-acl.c (qset_acl): Likewise.
233         * lib/copy-acl.c (qcopy_acl): Likewise.
234
235 2008-06-08  Bruno Haible  <bruno@clisp.org>
236
237         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
238         declaration.
239         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
240         (acl_access_nontrivial): Remove MacOS X case.
241         (file_has_acl): Use acl_extended_nontrivial.
242         * lib/copy-acl.c (qcopy_acl): Likewise.
243
244 2008-06-08  Bruno Haible  <bruno@clisp.org>
245
246         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
247
248 2008-06-08  Jim Meyering  <meyering@redhat.com>
249
250         * modules/acl (Maintainer): Add Bruno Haible.
251
252 2008-06-07  Bruno Haible  <bruno@clisp.org>
253
254         Improve support for Tru64 ACLs.
255         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
256         ACL on OSF/1.
257
258 2008-06-07  Bruno Haible  <bruno@clisp.org>
259
260         Add support for MacOS X ACLs.
261         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
262         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
263         * lib/set-mode-acl.c (qset_acl): Likewise.
264         * lib/copy-acl.c (qcopy_acl): Likewise.
265
266 2008-06-07  Bruno Haible  <bruno@clisp.org>
267
268         Fix memory leak introduced on 2008-05-22.
269         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
270         use.
271
272 2008-06-07  Bruno Haible  <bruno@clisp.org>
273
274         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
275         to construct an empty ACL.
276
277 2008-06-07  Bruno Haible  <bruno@clisp.org>
278
279         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
280         precisely.
281         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
282
283 2008-06-07  Bruno Haible  <bruno@clisp.org>
284
285         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
286         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
287
288 2008-06-07  Bruno Haible  <bruno@clisp.org>
289
290         * doc/posix-functions/_setjmp.texi: Explain the use of this function
291         regardless of POSIX.
292         * doc/posix-functions/_longjmp.texi: Likewise.
293         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
294         SystemV platform in this case.
295
296 2008-06-06  Eric Blake  <ebb9@byu.net>
297
298         Document abort() bugs.
299         * doc/posix-functions/abort.texi (abort): Mention anomalies.
300
301         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
302         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
303         sigsetjmp.
304         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
305         siglongjmp, but only as a macro.
306         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
307         is obsolete.
308         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
309
310         Tweak documentation to cover cygwin argz bugs.
311         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
312         argz bug fix; no code change needed since no cygwin releases
313         occurred between the last fix and the bug being tested.
314         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
315         module and recently fixed cygwin bugs.
316         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
317         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
318         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
319         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
320         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
321         Likewise.
322         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
323         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
324         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
325         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
326         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
327         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
328         Likewise.
329
330         Avoid gcc warning on cygwin.
331         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
332         !ACL_NO_TRIVIAL]: Avoid unused variable.
333
334 2008-06-05  Eric Blake  <ebb9@byu.net>
335
336         Be tolerant of UNKNOWN version in gnulib-tool test dir.
337         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
338         git-version-gen fails to come up with a version.
339         Reported by Simon Josefsson.
340
341 2008-06-05  Jim Meyering  <meyering@redhat.com>
342             Paul Eggert  <eggert@cs.ucla.edu>
343
344         utimens.c: work around a probable Linux kernel bug
345         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
346         appears to be a kernel bug that causes utimensat to return 280
347         instead of 0, indicating success.
348
349 2008-06-04  Bruno Haible  <bruno@clisp.org>
350
351         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
352         2008-06-01 commit.
353
354 2008-06-04  Bruno Haible  <bruno@clisp.org>
355
356         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
357         * lib/file-has-acl.c (acl_access_nontrivial): New function.
358         (file_has_acl): Use it. Save errno afterwards.
359         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
360
361 2008-06-03  Bruno Haible  <bruno@clisp.org>
362
363         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
364         draft code. Simplify #ifs.
365         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
366         Put Solaris code after POSIX-draft code. Fix comments regarding
367         Solaris 10, HP-UX. Mention Cygwin.
368         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
369
370 2008-06-03  Eric Blake  <ebb9@byu.net>
371
372         Provide fallback for older kernels.
373         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
374         Provide runtime fallback if kernel lacks support.
375         Reported by Mike Frysinger.
376
377 2008-06-02  Bruno Haible  <bruno@clisp.org>
378
379         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
380         it exists.
381
382 2008-06-02  Bruno Haible  <bruno@clisp.org>
383
384         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
385         * lib/copy-acl.c (qcopy_acl): Update comment.
386
387 2008-06-02  Bruno Haible  <bruno@clisp.org>
388
389         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
390         like ACL APIs.
391
392 2008-06-02  Bruno Haible  <bruno@clisp.org>
393
394         * tests/test-file-has-acl.sh: Use different code for Cygwin.
395         * tests/test-set-mode-acl.sh: Likewise.
396         * tests/test-copy-acl.sh: Likewise.
397         * tests/test-copy-file.sh: Likewise.
398
399 2008-06-02  Bruno Haible  <bruno@clisp.org>
400
401         * tests/test-file-has-acl.sh: Remove unused code.
402
403 2008-06-01  Bruno Haible  <bruno@clisp.org>
404
405         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
406         (copy_acl): Just a wrapper around qcopy_acl that emits the error
407         messages.
408         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
409
410 2008-06-01  Bruno Haible  <bruno@clisp.org>
411
412         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
413         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
414         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
415         APIs.
416         * modules/acl-tests (configure.ac): Remove tests now contained in
417         m4/acl.m4.
418
419 2008-06-02  Jim Meyering  <meyering@redhat.com>
420
421         announce-gen: use a better key-server host name
422         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
423         it may be more consistently reliable.  Suggested by Werner Koch
424         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
425
426 2008-06-01  Bruno Haible  <bruno@clisp.org>
427
428         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
429         Reported by Voroskoi Andras <voroskoi@gmail.com>.
430
431 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
432
433         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
434
435 2008-06-01  Bruno Haible  <bruno@clisp.org>
436
437         New ACL tests.
438         * tests/test-file-has-acl.sh: New file.
439         * tests/test-file-has-acl.c: New file.
440         * tests/test-set-mode-acl.sh: New file.
441         * tests/test-set-mode-acl.c: New file.
442         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
443         * tests/test-copy-acl.c: New file.
444         * modules/acl-tests: New file, based on modules/copy-file-tests.
445         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
446         (Depends-on): Add acl-tests.
447         (configure.ac): Remove checks.
448         (Makefile.am): Don't create test-sameacls program here any more.
449
450 2008-06-01  Bruno Haible  <bruno@clisp.org>
451
452         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
453         * tests/test-sameacls.c: Include progname.h.
454         (main): Invoke set_program_name. Portability fixes for MacOS X,
455         Solaris, HP-UX.
456
457 2008-06-01  Bruno Haible  <bruno@clisp.org>
458
459         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
460         function.
461         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
462
463 2008-06-01  Bruno Haible  <bruno@clisp.org>
464
465         * modules/rpmatch (Depends-on): Add strdup.
466
467 2008-06-01  Bruno Haible  <bruno@clisp.org>
468
469         * lib/pipe.c: Include unistd-safer.h.
470         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
471         * modules/pipe (Depends-on): Add unistd-safer.
472
473 2008-05-30  Simon Josefsson  <simon@josefsson.org>
474
475         * modules/autobuild (configure.ac): Call AB_INIT.
476
477 2008-05-30  Simon Josefsson  <simon@josefsson.org>
478
479         * tests/test-getaddrinfo.c: Don't print debug messages by default.
480         Suggested by Bruno Haible <bruno@clisp.org>.
481
482 2008-05-30  Simon Josefsson  <simon@josefsson.org>
483
484         * tests/test-base64.c: Cast size_t to unsigned long when invoking
485         printf.  Use %lu instead of %d.  Reported by Bruno Haible
486         <bruno@clisp.org>.
487
488 2008-05-29  Eric Blake  <ebb9@byu.net>
489
490         Prefer new POSIX 200x interfaces over futimesat.
491         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
492         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
493         when available.
494         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
495
496 2008-05-28  Bruno Haible  <bruno@clisp.org>
497
498         * modules/stpcpy (License): Change to LGPLv2+.
499         Requested by David Lutterkort <dlutter@redhat.com>.
500
501 2008-05-27  Bruno Haible  <bruno@clisp.org>
502
503         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
504         current mingw.
505         Reported by Jose E. Marchesi <jemarch@gnu.org>.
506
507 2008-05-27  Bruno Haible  <bruno@clisp.org>
508
509         * modules/iconv_open (Link): New section, from module 'iconv'.
510         * modules/striconv (Link): Likewise.
511         * modules/striconveh (Link): Likewise.
512         * modules/xstriconv (Link): Likewise.
513         * modules/unicodeio (Link): Likewise.
514         * modules/propername (Link): Likewise.
515         Reported by Jim Meyering.
516
517 2008-05-26  Jim Meyering  <meyering@redhat.com>
518
519         sha256: do not artificially restrict buffer length to be < 2^32
520         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
521         uint32_t to size_t.
522         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
523         to match.
524
525         avoid unaligned access errors, e.g., on sparc
526         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
527         direct access through a possibly-unaligned uint64* pointer.
528         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
529         direct access through a possibly-unaligned uint32* pointer.
530         Prompted by this patch from Tom "spot" Callaway:
531         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
532
533         sha512.c: fix typo in comment
534         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
535
536 2008-05-25  Bruno Haible  <bruno@clisp.org>
537
538         * lib/set-mode-acl.c: Renamed from lib/acl.c.
539         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
540         (Makefile.am): Update lib_SOURCES.
541
542 2008-05-25  Bruno Haible  <bruno@clisp.org>
543
544         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
545
546 2008-05-25  Jim Meyering  <meyering@redhat.com>
547
548         useless-if-before-free: freed expr may have white-space differences
549         * build-aux/useless-if-before-free: Recognize cases in which the
550         freed expression differs from the tested one in embedded white
551         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
552         $1 was used, so we can't make any regexp shy.  Improved tests now
553         detect this.
554
555         useless-if-before-free: accept white space in the expression.
556         * build-aux/useless-if-before-free: For now, any white space
557         in the expression must be identical in the free argument.
558
559         useless-if-before-free: efficiency tweak
560         * build-aux/useless-if-before-free: Make the expression-matching
561         regexp "shy".
562         Make the *outer* regexp shy, not the expr-matching one.
563
564         update code-in-comment to accept cast of free arg
565         * build-aux/useless-if-before-free: Update regexp.
566
567 2008-05-25  Bruno Haible  <bruno@clisp.org>
568
569         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
570         * modules/copy-file-tests (Files, Makefile.am): Update.
571         * tests/test-copy-file.c (func_test_copy): Update.
572
573 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
574
575         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
576
577 2008-05-23  Bruno Haible  <bruno@clisp.org>
578
579         Improve support for ACLs on OSF/1.
580         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
581         Remove fallback for unknown flavors of ACLs.
582
583 2008-05-22  Bruno Haible  <bruno@clisp.org>
584
585         Add support for ACLs on OSF/1.
586         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
587         replacements.
588         (acl_free_text): New macro fallback.
589         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
590         acl_free.
591         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
592         acl_free_text function. Require AC_C_INLINE.
593
594 2008-05-22  Bruno Haible  <bruno@clisp.org>
595
596         Make copy_acl work on MacOS X 10.5.
597         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
598         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
599         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
600         If MODE_INSIDE_ACL, don't assume that every system has the same text
601         representation for ACLs as FreeBSD.
602         * lib/copy-acl.c (copy_acl): Add support for platforms with
603         !MODE_INSIDE_ACL.
604         * lib/file-has-acl.c (file_has_acl): Likewise.
605         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
606         FreeBSD, MacOS X, or IRIX, respectively.
607
608 2008-05-22  Bruno Haible  <bruno@clisp.org>
609
610         * lib/acl.h: Don't include <sys/acl.h>.
611         (GETACLCNT): Move fallback to lib/acl-internal.h.
612         * lib/acl-internal.h: Include <sys/acl.h> here.
613         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
614
615 2008-05-22  Bruno Haible  <bruno@clisp.org>
616
617         Split off copy_acl function to separate file.
618         * lib/copy-acl.c: New file, extracted from lib/acl.c.
619         * lib/acl.c (copy_acl): Moved function to separate file.
620         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
621         * modules/acl (Files): Add lib/copy-acl.c.
622         (Makefiles.am): Augment lib_SOURCES.
623
624 2008-05-22  Bruno Haible  <bruno@clisp.org>
625
626         * modules/copy-file-tests: New file.
627         * tests/test-copy-file.sh: New file.
628         * tests/test-copy-file.c: New file.
629         * tests/test-copy-file-sameacls.c: New file.
630
631 2008-05-22  Eric Blake  <ebb9@byu.net>
632
633         Avoid gcc warning.
634         * tests/test-memcmp.c (main): Pass NULL indirectly.
635
636 2008-05-21  Bruno Haible  <bruno@clisp.org>
637
638         Add reference doc about ACLs.
639         * doc/acl-resources.txt: New file.
640         * doc/acl-cygwin.txt: New file.
641
642 2008-05-21  Bruno Haible  <bruno@clisp.org>
643
644         Avoid one more warning from gcc.
645         * lib/vasnprintf.c (IF_LINT): Update comments.
646         (VASNPRINTF): Use it also for the 'prefix' array initializer.
647
648 2008-05-21  Jim Meyering  <meyering@redhat.com>
649
650         avoid a warning from gcc
651         * lib/vasnprintf.c (IF_LINT): Define.
652         (scale10_round_decimal_long_double):
653         Use it to avoid a "may be used uninitialized" warning.
654         (scale10_round_decimal_double): Likewise.
655
656 2008-05-21  Simon Josefsson  <simon@josefsson.org>
657
658         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
659         declared.
660
661 2008-05-20  Bruno Haible  <bruno@clisp.org>
662
663         * tests/test-memcmp.c (main): Test also the sign of the result. Test
664         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
665
666 2008-05-20  Simon Josefsson  <simon@josefsson.org>
667
668         * modules/memcmp-tests: New file.
669         * tests/test-memcmp.c: New file.
670
671 2008-05-19  Bruno Haible  <bruno@clisp.org>
672
673         * modules/propername (Notice, configure.ac): Put quoted "..." into
674         --keyword option.
675         * lib/propername.h: Update comments accordingly.
676         Reported by Eric Blake.
677
678 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
679
680         * modules/getpass-gnu (Depends-on): Add fseeko.
681
682 2008-05-19  Simon Josefsson  <simon@josefsson.org>
683
684         * modules/base64-tests: New file.
685
686 2008-05-19  Bo Borgerson <gigabo@gmail.com>
687
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         * lib/base64.c (base64_decode_ctx): If a decode context structure
697         was passed in use it to ignore newlines.  If a context structure
698         was _not_ passed in, continue to treat newlines as garbage (this
699         is the historical behavior).  Formerly base64_decode.
700         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
701         takes a decode context structure.
702         * lib/base64.h (base64_decode): Macro for four-argument calls.
703         (base64_decode_alloc): Likewise.
704
705 2008-05-19  Jim Meyering  <meyering@redhat.com>
706
707         avoid a warning from gcc
708         * lib/trim.c (IF_LINT): Define.
709         (trim2): Use it to avoid a "may be used uninitialized" warning.
710
711         Fix doc typo.
712         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
713
714 2008-05-19  Bruno Haible  <bruno@clisp.org>
715
716         * doc/glibc-functions/getpass.texi: Document limits of other
717         implementations.
718
719 2008-05-19  Simon Josefsson  <simon@josefsson.org>
720             Bruno Haible <bruno@clisp.org>
721
722         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
723
724 2008-05-18  Bruno Haible  <bruno@clisp.org>
725
726         * modules/propername: New file, from GNU gettext.
727         * lib/propername.h: New file, from GNU gettext.
728         * lib/propername.c: New file, from GNU gettext.
729         * MODULES.html.sh (Internationalization functions): Add propername.
730
731 2008-05-16  Jim Meyering  <meyering@redhat.com>
732             Bruno Haible  <bruno@clisp.org>
733
734         Avoid some warnings from "gcc -Wshadow".
735         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
736
737 2008-05-15  Eric Blake  <ebb9@byu.net>
738
739         Extend previous patch to cygwin 1.7.0.
740         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
741         fast implementation in cygwin >= 1.7.0.
742         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
743         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
744
745 2008-05-15  Bruno Haible  <bruno@clisp.org>
746
747         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
748         implementation in glibc >= 2.9.
749         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
750         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
751
752 2008-05-15  Bruno Haible  <bruno@clisp.org>
753
754         * MODULES.html.sh (Internationalization functions): Remove linebreak.
755         (Unicode string functions): Add unilbrk/*.
756         Reported by Karl Berry.
757
758 2008-05-15  Eric Blake  <ebb9@byu.net>
759
760         Fix violation of <stdbool.h> replacement in regex.
761         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
762         * lib/regexec.c (re_search_internal): Likewise.
763         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
764
765 2008-05-15  Jim Meyering  <meyering@redhat.com>
766
767         avoid distracting test output when git or cvs is not found
768         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
769         * tests/test-vc-list-files-git.sh: Likewise.
770
771 2008-05-15  Eric Blake  <ebb9@byu.net>
772
773         Glibc finally accepted the memmem speedup code, bugzilla #5514.
774         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
775         glibc version.
776         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
777         * doc/posix-functions/strstr.texi (strstr): Likewise.
778         * lib/str-two-way.h (MAX): Sychronize with glibc.
779
780 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
781
782         * lib/regcomp.c (optimize_utf8): Add a note on why we test
783         opr.ctx_type.
784         (calc_first): Initialize constraint field.
785         (duplicate_node_closure): Use it instead of special casing ANCHORS.
786         Fix grammar.
787         (duplicate_node): Merge constraint field for all node types.
788         (calc_eclosure_iter): Look at constraint field for all node types.
789         * lib/regex_internal.c (create_cd_newstate): Don't look at
790         opr.ctx_type.
791
792 2008-05-14  Bruno Haible  <bruno@clisp.org>
793
794         Help GCC to do better code generation.
795         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
796         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
797         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
798         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
799         Declare with attribute 'malloc' if supported.
800
801 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
802
803         use "echo STR|wc -c" rather than unportable "expr length STR"
804         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
805         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
806
807 2008-05-14  Jim Meyering  <meyering@redhat.com>
808
809         use dd ibs=$n count=1 ... rather than less-portable head -c$n
810         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
811         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
812         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
813         via Collin Lasse.
814
815 2008-05-14  Eric Blake  <ebb9@byu.net>
816
817         Avoid quadratic growth in gl_LIBSOURCES.
818         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
819         Suggested by Bruno Haible.
820
821         Test xmemdup0.
822         * modules/xmemdup0-tests: New file.
823         * tests/test-xmemdup0.c: Likewise.
824
825 2008-05-13  Eric Blake  <ebb9@byu.net>
826
827         Split xmemdup0 into its own module.
828         * modules/xmemdup0: New file.
829         * lib/xmemdup0.h: Likewise.
830         * lib/xmemdup0.c: Likewise.
831         * MODULES.html.sh (Memory management functions): Add xmemdup0.
832         * lib/xalloc.h (xmemdup0): Remove.
833         * lib/xmalloc.c (xmemdup0): Likewise.
834
835 2008-05-13  Eric Blake  <ebb9@byu.net>
836             Bruno Haible  <bruno@clisp.org>
837
838         Reduce number of forks required during autoconf.
839         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
840         and gl_LIBSOURCES_DIR.
841         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
842         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
843         m4_syscmd per file.
844         <m4_foreach_w>: Move...
845         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
846
847 2008-05-13  Eric Blake  <ebb9@byu.net>
848
849         * gnulib-tool: Fix various comment typos.
850
851 2008-05-12  Bruno Haible  <bruno@clisp.org>
852
853         Tailor the linebreaking algorithm.
854         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
855
856 2008-05-12  Bruno Haible  <bruno@clisp.org>
857
858         Update to Unicode 5.0.0.
859         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
860         LBP_JV, LBP_JT. Redistribute values.
861         (unilbrk_table): Change size.
862         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
863         Unicode TR#14 rev. 22.
864         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
865         LBP_JV, LBP_JT. Redistribute values.
866         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
867         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
868         Update.
869         * lib/unilbrk/lbrkprop1.h: Regenerated.
870         * lib/unilbrk/lbrkprop2.h: Regenerated.
871         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
872         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
873         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
874         Likewise.
875         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
876         Likewise.
877         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
878         result.
879         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
880         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
881         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
882         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
883         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
884         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
885
886 2008-05-11  Bruno Haible  <bruno@clisp.org>
887
888         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
889
890 2008-05-11  Bruno Haible  <bruno@clisp.org>
891
892         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
893         * modules/unilbrk/gen-lbrk: New file.
894
895 2008-05-11  Bruno Haible  <bruno@clisp.org>
896
897         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
898         * m4/sha512.m4 (gl_SHA512): Likewise.
899
900 2008-05-11  Jim Meyering  <meyering@redhat.com>
901
902         New modules: crypto/sha256, crypto/sha512 (from coreutils)
903         * modules/crypto/sha256: New file.
904         * modules/crypto/sha512: Likewise.
905         * lib/sha256.c: Likewise.
906         * lib/sha256.h: Likewise.
907         * lib/sha512.c: Likewise.
908         * lib/sha512.h: Likewise.
909         * lib/u64.h: Likewise.
910         * m4/sha256.m4: Likewise.
911         * m4/sha512.m4: Likewise.
912         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
913
914 2008-05-10  Bruno Haible  <bruno@clisp.org>
915
916         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
917         (Input/Output <stdio.h>): Add xprintf.
918         (Signal handling <signal.h>): Add strsignal.
919         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
920         (Core language properties): Add func.
921         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
922         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
923         strings.
924         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
925         (Input/output): New section.
926         (File system functions): Add openat-die, stat-macros.
927         (Networking functions): Add sockets.
928         (Unicode string functions): Add unictype/*.
929         (Support for building libraries and executables): Add gperf.
930         (Support for building documentation): Add agpl-3.0.
931         (Misc): Add nocrash.
932
933 2008-05-10  Bruno Haible  <bruno@clisp.org>
934
935         * modules/unictype/gen-ctype: New file.
936
937 2008-05-10  Jim Meyering  <meyering@redhat.com>
938
939         Make chdir-safer.c more efficient on a system with no symlinks.
940         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
941         also if ELOOP is zero.  Suggested by Bruno Haible.
942
943         Make chdir-safer.c slightly safer.
944         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
945         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
946
947         Avoid compile failure on systems without ELOOP (like mingw).
948         * lib/chdir-safer.c (ELOOP): Define if not already defined.
949         Reported by Bruno Haible.
950
951 2008-05-10  Bruno Haible  <bruno@clisp.org>
952
953         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
954         (is_utf8_encoding): Use a case-insensitive comparison.
955         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
956         streq.
957
958 2008-05-10  Bruno Haible  <bruno@clisp.org>
959
960         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
961         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
962         * lib/unilbrk/ulc-common.h (iconv_string_length,
963         iconv_string_keeping_offsets): Remove declarations.
964         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
965         Don't include <iconv.h>, streq.h, xsize.h.
966         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
967         conversion.
968         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
969         <iconv.h>, streq.h, xsize.h.
970         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
971         conversion.
972         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
973         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
974         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
975         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
976
977 2008-05-10  Bruno Haible  <bruno@clisp.org>
978
979         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
980         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
981
982         * modules/unilbrk/u32-width-linebreaks-tests: New file.
983         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
984
985         * modules/unilbrk/u16-width-linebreaks-tests: New file.
986         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
987
988         * modules/unilbrk/u8-width-linebreaks-tests: New file.
989         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
990
991         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
992         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
993
994         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
995         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
996
997         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
998         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
999
1000         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
1001         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
1002
1003 2008-05-10  Bruno Haible  <bruno@clisp.org>
1004
1005         Split up 'linebreak' module.
1006         * lib/unilbrk.h: New file, based on lib/linebreak.h.
1007         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
1008         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
1009         modifications.
1010         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
1011         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
1012         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
1013         lib/linebreak.c.
1014         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
1015         lib/linebreak.c.
1016         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
1017         lib/linebreak.c.
1018         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
1019         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
1020         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
1021         lib/linebreak.c.
1022         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
1023         lib/linebreak.c.
1024         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
1025         lib/linebreak.c.
1026         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
1027         lib/linebreak.c.
1028         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
1029         lib/linebreak.c.
1030         * modules/unilbrk/base: New file.
1031         * modules/unilbrk/tables: New file.
1032         * modules/unilbrk/u8-possible-linebreaks: New file.
1033         * modules/unilbrk/u16-possible-linebreaks: New file.
1034         * modules/unilbrk/u32-possible-linebreaks: New file.
1035         * modules/unilbrk/ulc-common: New file.
1036         * modules/unilbrk/ulc-possible-linebreaks: New file.
1037         * modules/unilbrk/u8-width-linebreaks: New file.
1038         * modules/unilbrk/u16-width-linebreaks: New file.
1039         * modules/unilbrk/u32-width-linebreaks: New file.
1040         * modules/unilbrk/ulc-width-linebreaks: New file.
1041         * lib/linebreak.h: Remove file.
1042         * lib/linebreak.c: Remove file.
1043         * m4/linebreak.m4: Remove file.
1044         * modules/linebreak: Remove file.
1045         * NEWS: Mention the changes.
1046
1047 2008-05-09  Eric Blake  <ebb9@byu.net>
1048
1049         Add xmemdup0.
1050         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
1051         implementation.
1052         * lib/xmalloc.c (xmemdup0): New C implementation.
1053
1054 2008-05-08  Bruno Haible  <bruno@clisp.org>
1055
1056         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
1057
1058 2008-05-07  Eric Blake  <ebb9@byu.net>
1059
1060         Support cross-compilation of <wctype.h>.
1061         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
1062         AC_CACHE_CHECK.
1063
1064 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
1065
1066         * build-aux/vc-list-files: Add support for bzr.
1067
1068 2008-05-03  Jim Meyering  <meyering@redhat.com>
1069
1070         avoid failed assertion with tight malloc
1071         * tests/test-getndelim2.c: Correct an off-by-one assertion.
1072
1073 2008-05-03  Simon Josefsson  <simon@josefsson.org>
1074
1075         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
1076         are needed from arpa/inet.h.
1077         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
1078         Reported by Bruno Haible.
1079
1080 2008-05-02  Jim Meyering  <meyering@redhat.com>
1081
1082         avoid compilation error on FreeBSD 6
1083         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
1084
1085 2008-05-01  Jim Meyering  <meyering@redhat.com>
1086
1087         useless-if-before-free: correct --help's exit status description
1088         * build-aux/useless-if-before-free (usage): Like grep, exit 0
1089         for one or more matches, etc.  Reported by Bruno Haible.
1090
1091         vc-list-files: make the stand-alone gnulib test work
1092         * modules/vc-list-files-tests (configure.ac):
1093         Define and AC_SUBST abs_aux_dir.
1094         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
1095         $(abs_top_srcdir) to each script and having each of them
1096         duplicate the work of setting PATH, set PATH here, using
1097         the new variable, abs_aux_dir instead.
1098         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
1099         * tests/test-vc-list-files-git.sh: Likewise.
1100         Reported by Bruno Haible.
1101
1102 2008-05-01  Bruno Haible  <bruno@clisp.org>
1103
1104         * lib/getndelim2.c (getndelim2): Fix newsize computation during
1105         reallocation. Rename 'done' to 'found_delimiter'.
1106
1107 2008-05-01  Jim Meyering  <meyering@redhat.com>
1108
1109         vc-list-files: accommodate /bin/sh like the one from Solaris 10
1110         * build-aux/vc-list-files: Use `...`, not $(...).
1111
1112 2008-04-30  Jim Meyering  <meyering@redhat.com>
1113
1114         add tests for vc-list-files
1115         * modules/vc-list-files-tests: New module.
1116         * tests/test-vc-list-files-cvs.sh: New file.
1117         * tests/test-vc-list-files-git.sh: New file.
1118
1119         avoid a warning from gcc
1120         * lib/getndelim2.c (IF_LINT): Define.
1121         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
1122
1123         vc-list-files: work properly with build-aux/cvsu, too
1124         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
1125         to all cvs-based clauses.
1126
1127         vc-list-files: work properly in the CVS+awk case, too
1128         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
1129
1130         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
1131         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
1132         take more than one file argument, so .  Add quotes, just in case $dir
1133         ever contains a shell meta-character.  Prompted by Soren Hansen in
1134         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
1135
1136 2008-04-29  Eric Blake  <ebb9@byu.net>
1137
1138         Optimize getndelim2 to use block operations when possible.
1139         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
1140         freadseek, and memchr2.
1141         * lib/getndelim2.c (getndelim2): Use them for block reads.
1142
1143 2008-04-29  Bruno Haible  <bruno@clisp.org>
1144
1145         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
1146         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1147         * modules/inet_ntop (Depends-on): Add extensions.
1148         * modules/inet_pton (Depends-on): Likewise.
1149         Reported by Simon Josefsson.
1150
1151 2008-04-29  Jim Meyering  <meyering@redhat.com>
1152
1153         When the is more than one match in a block, match all of them.
1154         * build-aux/useless-if-before-free: Iterate through each block
1155         until there are no more matches.
1156
1157         Fix broken useless-if-before-free script.
1158         * build-aux/useless-if-before-free: Fix typo: missing "?" after
1159         the expression to match cast of argument to free-like function.
1160
1161 2008-04-29  Eric Blake  <ebb9@byu.net>
1162
1163         Use new header.
1164         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
1165
1166 2008-04-29  Jim Meyering  <meyering@redhat.com>
1167
1168         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
1169         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
1170         by gnulib to exist and to declare e.g., inet_ntop.
1171         Don't include "inet_ntop.h", now removed.
1172
1173         * m4/arpa_inet_h.m4: Remove trailing blanks.
1174
1175 2008-04-29  Eric Blake  <ebb9@byu.net>
1176
1177         Silence valgrind on safe reads beyond potential array bounds.
1178         * lib/rawmemchr.valgrind: New file.
1179         * lib/strchrnul.valgrind: Likewise.
1180         * modules/rawmemchr (Files): Distribute new file.
1181         * modules/strchrnul (Files): Likewise.
1182         Suggested by Bruno Haible.
1183
1184 2008-04-29  Bruno Haible  <bruno@clisp.org>
1185
1186         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
1187         (inet_ntop, inet_pton): Change portability warning's wording.
1188         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
1189         Invoke gl_CHECK_NEXT_HEADERS.
1190         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
1191         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
1192         set ARPA_INET_H.
1193         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1194         * modules/arpa_inet (Description): No longer only for systems that
1195         lack it.
1196         (Depends-on): Add include_next.
1197         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
1198         HAVE_ARPA_INET_H.
1199
1200 2008-04-29  Jim Meyering  <meyering@redhat.com>
1201
1202         * modules/mkdir (License): Re-license as LGPLv2+.
1203
1204 2008-04-29  Bruno Haible  <bruno@clisp.org>
1205
1206         * modules/rawmemchr (Maintainer): Set to Eric.
1207         * modules/strchrnul (Maintainer): Likewise.
1208
1209 2008-04-29  Simon Josefsson  <simon@josefsson.org>
1210
1211         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
1212         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
1213
1214         * modules/arpa_inet (arpa/inet.h): Use them.
1215
1216 2008-04-28  Eric Blake  <ebb9@byu.net>
1217
1218         Test getndelim2.
1219         * modules/getndelim2-tests: New file.
1220         * tests/test-getndelim2.c: Likewise.
1221         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
1222         stream.
1223         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
1224
1225         * MODULES.html.sh: Document new module.
1226
1227 2008-04-20  Bruno Haible  <bruno@clisp.org>
1228
1229         * lib/c-stack.c (die): Use raise.
1230         * modules/c-stack (Depends-on): Add raise.
1231
1232 2008-04-28  Bruno Haible  <bruno@clisp.org>
1233
1234         Expect rpmatch to be declared.
1235         * lib/yesno.c (rpmatch): Remove declaration.
1236
1237         Declare rpmatch.
1238         * lib/stdlib.in.h (rpmatch): New declaration.
1239         * lib/rpmatch.c: Include <stdlib.h> first.
1240         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
1241         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
1242         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
1243         HAVE_RPMATCH.
1244         * modules/rpmatch (Depends-on): Add stdlib, extensions.
1245         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1246         (Include): Set to <stdlib.h>.
1247         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
1248         HAVE_RPMATCH.
1249         * NEWS: Document the change.
1250
1251 2008-04-28  Bruno Haible  <bruno@clisp.org>
1252
1253         Change rpmatch to use nl_langinfo when appropriate.
1254         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
1255         (N_): New macro.
1256         (localized_pattern): New function/macro.
1257         (try): Remove match, nomatch arguments. Copy the pattern into safe
1258         memory before caching it.
1259         (rpmatch): Use localized_pattern. Add translator comments.
1260         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
1261         Suggested by Eric Blake.
1262         * modules/rpmatch (Depends-on): Add stdbool.
1263
1264 2008-04-28  Eric Blake  <ebb9@byu.net>
1265
1266         Add rawmemchr module, matching glibc.
1267         * modules/string (Makefile.am): New indicator.
1268         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
1269         * lib/string.in.h (rawmemchr): Declare when appropriate.
1270         * modules/rawmemchr: New file.
1271         * m4/rawmemchr.m4: Likewise.
1272         * lib/rawmemchr.c: Likewise.
1273         * modules/rawmemchr-tests: Likewise.
1274         * tests/test-rawmemchr.c: Likewise.
1275         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
1276         module.
1277         * modules/strchrnul (Depends-on): Add rawmemchr.
1278         * lib/strchrnul.c (strchrnul): Optimize a corner case.
1279
1280         Whitespace cleanup.
1281         * tests/test-strchrnul.c: Reindent.
1282         * lib/strchrnul.c: Likewise.
1283
1284         Optimize and test strchrnul.
1285         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
1286         * modules/strchrnul-tests: New file.
1287         * tests/test-strchrnul.c: Likewise.
1288
1289         Remove intprops dependency.
1290         * modules/memchr (Depends-on): Remove intprops.
1291         * modules/memrchr (Depends-on): Likewise.
1292         * modules/memchr2 (Depends-on): Likewise.
1293         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
1294         * lib/memrchr.c (__memrchr): Likewise.
1295         * lib/memrchr2.c (memchr2): Likewise.
1296         Reported by Simon Josefsson.
1297
1298 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1299
1300         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
1301         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1302
1303 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1304
1305         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
1306
1307         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
1308
1309         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
1310
1311         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
1312         declarations.
1313         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
1314
1315         * m4/inet_pton.m4: Don't check for header files.
1316
1317         * m4/inet_ntop.m4: Don't check for header files.
1318
1319 2008-04-28  Simon Josefsson  <simon@josefsson.org>
1320
1321         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
1322         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
1323         trigger for cygwin).
1324         Reported by Bruno Haible  <bruno@clisp.org>.
1325
1326 2008-04-28  Bruno Haible  <bruno@clisp.org>
1327
1328         * doc/posix-functions/strdup.texi: Mention mingw problem.
1329
1330 2008-04-27  Bruno Haible  <bruno@clisp.org>
1331
1332         * modules/stat-time-tests (Depends-on): Add sleep.
1333         * tests/test-stat-time.c (force_unlink): New function.
1334         (cleanup): Use it.
1335         (test_mtime): Remove the ctime related tests.
1336         (test_ctime): New function, containing the ctime related tests.
1337         (main): Call test_ctime, except on native Windows platforms.
1338
1339 2008-04-27  Bruno Haible  <bruno@clisp.org>
1340
1341         * lib/rpmatch.c (rpmatch): Add some comments.
1342         Reported by James Youngman <jay@gnu.org>.
1343
1344 2008-04-27  Bruno Haible  <bruno@clisp.org>
1345
1346         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
1347         quiet NaNs.
1348
1349 2008-04-27  Bruno Haible  <bruno@clisp.org>
1350
1351         Make test-yesno.sh work on mingw.
1352         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
1353         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
1354         (main): Set stdin to binary mode.
1355         * modules/yesno-tests (Depends-on): Add binary-io.
1356
1357 2008-04-27  Bruno Haible  <bruno@clisp.org>
1358
1359         Fix 'isfinite' on x86, x86_64, ia64 platforms.
1360         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
1361         argument that lie outside the IEEE 854 domain.
1362         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
1363         (gl_ISFINITE): Use it.
1364         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
1365
1366 2008-04-27  Bruno Haible  <bruno@clisp.org>
1367
1368         Allow local renaming in config.h.
1369         * lib/memrchr.c (memrchr): Don't undefine outside libc.
1370
1371 2008-04-27  Bruno Haible  <bruno@clisp.org>
1372
1373         * lib/memchr.c (__memchr): Change type of 'i'.
1374         * lib/memchr2.c (memchr2): Likewise.
1375
1376 2008-04-26  Eric Blake  <ebb9@byu.net>
1377         and Bruno Haible  <bruno@clisp.org>
1378
1379         Optimize and test memrchr.
1380         * modules/memrchr (Depends-on): Add intprops.
1381         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
1382         * modules/memrchr-tests: New file.
1383         * tests/test-memrchr.c: New file.
1384
1385 2008-04-26  Bruno Haible  <bruno@clisp.org>
1386
1387         Add tentative support for DragonFly BSD.
1388         * lib/stdio-impl.h: Add macros for DragonFly BSD.
1389         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
1390         fp.
1391         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1392         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
1393         * lib/fpurge.c (fpurge): Likewise.
1394         * lib/freadable.c (freaadable): Likewise.
1395         * lib/freadahead.c (freadahead): Likewise.
1396         * lib/freading.c (freading): Likewise.
1397         * lib/freadptr.c (freadptr): Likewise.
1398         * lib/freadseek.c (freadptrinc): Likewise.
1399         * lib/fseeko.c (fseeko): Likewise.
1400         * lib/fseterr.c (fseterr): Likewise.
1401         * lib/fwritable.c (fwritable): Likewise.
1402         * lib/fwriting.c (fwriting): Likewise.
1403
1404 2008-04-26  Bruno Haible  <bruno@clisp.org>
1405
1406         * lib/stdio-impl.h: New file.
1407         * lib/fbufmode.c: Include stdio-impl.h.
1408         (fbufmode): Use fp_, remove redundant #defines.
1409         * lib/fflush.c: Include stdio-impl.h.
1410         (clear_ungetc_buffer): Remove redundant #defines.
1411         * lib/fpurge.c: Include stdio-impl.h.
1412         (fpurge): Remove redundant #defines.
1413         * lib/freadable.c: Include stdio-impl.h.
1414         (freadable): Remove redundant #defines.
1415         * lib/freadahead.c: Include stdio-impl.h.
1416         (freadahead): Remove redundant #defines.
1417         * lib/freading.c: Include stdio-impl.h.
1418         (freading): Remove redundant #defines.
1419         * lib/freadptr.c: Include stdio-impl.h.
1420         (freadptr): Remove redundant #defines.
1421         * lib/freadseek.c: Include stdio-impl.h.
1422         (freadptrinc): Remove redundant #defines.
1423         * lib/fseeko.c: Include stdio-impl.h.
1424         (rpl_fseeko): Remove redundant #defines.
1425         * lib/fseterr.c: Include stdio-impl.h.
1426         (fseterr): Remove redundant #defines.
1427         * lib/fwritable.c: Include stdio-impl.h.
1428         (fwritable: Remove redundant #defines.
1429         * lib/fwriting.c: Include stdio-impl.h.
1430         (fwriting): Remove redundant #defines.
1431         * modules/fbufmode (Files): Add lib/stdio-impl.h.
1432         * modules/fflush (Files): Likewise.
1433         * modules/fpurge (Files): Likewise.
1434         * modules/freadable (Files): Likewise.
1435         * modules/freadahead (Files): Likewise.
1436         * modules/freading (Files): Likewise.
1437         * modules/freadptr (Files): Likewise.
1438         * modules/freadseek (Files): Likewise.
1439         * modules/fseeko (Files): Likewise.
1440         * modules/fseterr (Files): Likewise.
1441         * modules/fwritable (Files): Likewise.
1442         * modules/fwriting (Files): Likewise.
1443
1444 2008-04-26  Bruno Haible  <bruno@clisp.org>
1445
1446         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
1447         restore_seek_optimization, update_fpos_cache): New functions, extracted
1448         from rpl_fflush.
1449         (rpl_fflush): Use them.
1450         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
1451         (gl_REPLACE_FFLUSH): Use it.
1452
1453 2008-04-26  Bruno Haible  <bruno@clisp.org>
1454
1455         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
1456         on Solaris.
1457         * tests/test-xstrtoimax.sh: Likewise.
1458         * tests/test-xstrtoumax.sh: Likewise.
1459         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1460
1461 2008-04-26  Bruno Haible  <bruno@clisp.org>
1462
1463         * modules/memchr-tests: New file.
1464         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
1465
1466 2008-04-26  Eric Blake  <ebb9@byu.net>
1467             Bruno Haible  <bruno@clisp.org>
1468
1469         * lib/memchr.c: Include intprops.h.
1470         (__memchr): Optimize parallel detection of matching bytes. Rename local
1471         variables. Add explanatory comments.
1472
1473 2008-04-26  Bruno Haible  <bruno@clisp.org>
1474
1475         Fix module 'memchr', broken since 2000-10-28.
1476         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
1477
1478 2008-04-26  Bruno Haible  <bruno@clisp.org>
1479
1480         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
1481         comments.
1482
1483 2008-04-25  Eric Blake  <ebb9@byu.net>
1484
1485         Use native fstatat on cygwin 1.7.0.
1486         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
1487         first.
1488
1489 2008-04-23  Eric Blake  <ebb9@byu.net>
1490
1491         Improve memchr2 performance.
1492         * lib/memchr2.c (memchr2): Further optimize parallel detection of
1493         NUL bytes.
1494         * modules/memchr2 (Depends-on): Use intprops.h.
1495
1496 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1497
1498         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
1499         an inline function instead of a CPP macro.  Patch by Ben Pfaff
1500         <blp@cs.stanford.edu>.
1501
1502 2008-04-23  Simon Josefsson  <simon@josefsson.org>
1503
1504         * lib/arpa_inet.in.h: New file.
1505
1506         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
1507         (Makefile.am): Sed in substitute header file.
1508
1509         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
1510         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
1511
1512         * modules/inet_ntop (configure.ac): Use
1513         gl_ARPA_INET_MODULE_INDICATOR.
1514
1515         * modules/inet_pton (configure.ac): Use
1516         gl_ARPA_INET_MODULE_INDICATOR.
1517
1518 2008-04-22  Jim Meyering  <meyering@redhat.com>
1519
1520         * modules/verify (License): Re-license as LGPLv2+.
1521
1522 2008-04-22  Simon Josefsson  <simon@josefsson.org>
1523
1524         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
1525         parameter to void* as per POSIX standard (MinGW uses char*).
1526
1527 2008-04-21  Bruno Haible  <bruno@clisp.org>
1528
1529         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
1530         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
1531         Define to replacements if REPLACE_ISWCNTRL is 1.
1532         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
1533         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
1534         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
1535         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
1536         what it fixes.
1537         * doc/posix-functions/iswalpha.texi: Likewise.
1538         * doc/posix-functions/iswblank.texi: Likewise.
1539         * doc/posix-functions/iswcntrl.texi: Likewise.
1540         * doc/posix-functions/iswdigit.texi: Likewise.
1541         * doc/posix-functions/iswgraph.texi: Likewise.
1542         * doc/posix-functions/iswlower.texi: Likewise.
1543         * doc/posix-functions/iswprint.texi: Likewise.
1544         * doc/posix-functions/iswpunct.texi: Likewise.
1545         * doc/posix-functions/iswspace.texi: Likewise.
1546         * doc/posix-functions/iswupper.texi: Likewise.
1547         * doc/posix-functions/iswxdigit.texi: Likewise.
1548         Reported by Alain Guibert.
1549
1550 2008-04-21  Bruno Haible  <bruno@clisp.org>
1551
1552         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
1553         Patch by Alain Guibert.
1554
1555 2008-04-21  Bruno Haible  <bruno@clisp.org>
1556
1557         Fix test failures on mingw.
1558         * tests/test-xstrtol.c (print_no_progname): New function.
1559         (main): Install it in error_print_progname hook.
1560         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
1561         * tests/test-xstrtoimax.sh: Likewise.
1562         * tests/test-xstrtoumax.sh: Likewise.
1563
1564 2008-04-21  Bruno Haible  <bruno@clisp.org>
1565
1566         Fix test failure on mingw.
1567         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
1568
1569 2008-04-21  Bruno Haible  <bruno@clisp.org>
1570
1571         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
1572         Actually assign a value.
1573
1574 2008-04-20  Bruno Haible  <bruno@clisp.org>
1575
1576         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
1577         take 2.
1578         * lib/canonicalize.c (canonicalize_file_name): Elide if the
1579         'canonicalize-lgpl' module is also used.
1580         * lib/canonicalize-lgpl.c: Undo last change.
1581         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
1582
1583 2008-04-20  Bruno Haible  <bruno@clisp.org>
1584
1585         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
1586         config.h. Provide _mkdir based fallback for mingw.
1587         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
1588         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
1589         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
1590         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
1591         rather than defining mkdir in config.h.
1592         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
1593         (gl_SYS_STAT_H_DEFAULTS): New macro.
1594         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
1595         HAVE_IO_H any more.
1596         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
1597         HAVE_DECL_MKDIR and HAVE_IO_H.
1598
1599 2008-04-20  Bruno Haible  <bruno@clisp.org>
1600
1601         * lib/isapipe.c: Port to native Windows platforms.
1602
1603 2008-04-20  Bruno Haible  <bruno@clisp.org>
1604
1605         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
1606
1607 2008-04-21  Eric Blake  <ebb9@byu.net>
1608
1609         Work around preprocessors that don't handle UINTMAX_MAX.
1610         * lib/memchr2.c (memchr2): Avoid embedded #if.
1611         Reported by Alain Guibert, fix suggested by Bruno Haible.
1612
1613 2008-04-21  Simon Josefsson  <simon@josefsson.org>
1614
1615         * doc/posix-functions/strftime.texi (strftime): Explain better
1616         Windows incompatibility.  Suggested by Micah Cowan
1617         <micah@cowan.name>.
1618
1619 2008-04-20  Bruno Haible  <bruno@clisp.org>
1620
1621         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
1622         unistr/u8-mblen.
1623
1624 2008-04-20  Bruno Haible  <bruno@clisp.org>
1625
1626         Fix test failure on platforms with non-GNU iconv.
1627         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
1628         (U_TO_U8): Use it, rather than u16_to_u8.
1629         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
1630         units at the end of the input string.
1631         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
1632
1633 2008-04-20  Bruno Haible  <bruno@clisp.org>
1634
1635         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
1636         when the resulting length is 0.
1637         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
1638
1639 2008-04-20  Bruno Haible  <bruno@clisp.org>
1640
1641         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
1642         works.
1643         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
1644
1645 2008-04-20  Bruno Haible  <bruno@clisp.org>
1646
1647         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
1648         * modules/tsearch-tests (configure.ac): Test for initstate function.
1649
1650 2008-04-20  Bruno Haible  <bruno@clisp.org>
1651
1652         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
1653         for nlink_t if missing.
1654         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
1655
1656 2008-04-19  Bruno Haible  <bruno@clisp.org>
1657
1658         Work around snprintf bug on Linux libc5.
1659         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
1660         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1661         gl_SNPRINTF_SIZE1.
1662         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1663         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
1664         that test failed.
1665         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
1666         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
1667         * modules/snprintf (Files): Add m4/printf.m4.
1668         * modules/vsnprintf (Files): Likewise.
1669         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
1670         * doc/posix-functions/vsnprintf.texi: Likewise.
1671
1672 2008-04-19  Bruno Haible  <bruno@clisp.org>
1673
1674         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
1675         from 0.0058 to less than 10^-7.
1676
1677 2008-04-19  Bruno Haible  <bruno@clisp.org>
1678
1679         Fix rounding when a precision is given.
1680         * lib/vasnprintf.c (is_borderline): New function.
1681         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
1682         9...9x.
1683         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
1684         %e, %g.
1685         * tests/test-vasprintf-posix.c (test_function): Likewise.
1686         * tests/test-snprintf-posix.h (test_function): Likewise.
1687         * tests/test-sprintf-posix.h (test_function): Likewise.
1688         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
1689         * tests/test-printf-posix.h (test_function): Likewise.
1690         * tests/test-printf-posix.output: Update.
1691         Reported by John Darrington <john@darrington.wattle.id.au> via
1692         Ben Pfaff <blp@cs.stanford.edu>.
1693
1694 2008-04-18  Simon Josefsson  <simon@josefsson.org>
1695
1696         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
1697         Suggested by Bruno Haible <bruno@clisp.org>.
1698
1699 2008-04-17  Bruno Haible  <bruno@clisp.org>
1700
1701         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
1702         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
1703         implementation.
1704         Patch by Bruce Merry <bmerry@gmail.com>.
1705
1706 2008-04-17  Simon Josefsson  <simon@josefsson.org>
1707
1708         * doc/posix-functions/strftime.texi (strftime): Mention that %e
1709         doesn't work under Windows.
1710
1711 2008-04-16  Bruno Haible  <bruno@clisp.org>
1712
1713         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
1714         New macros.
1715         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
1716         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
1717         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
1718         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
1719         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
1720         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
1721         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
1722         macros.
1723         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
1724         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
1725         Northern Sotho, Uighur.
1726
1727 2008-04-16  Bruno Haible  <bruno@clisp.org>
1728
1729         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
1730         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
1731         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
1732         Reported by Daniel Bergström <daniel@octocode.com>.
1733
1734 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
1735             Bruno Haible  <bruno@clisp.org>
1736
1737         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
1738         function.
1739         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
1740         New functions, mostly extracted from gl_locale_name_default.
1741         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
1742
1743 2008-04-16  Eric Blake  <ebb9@byu.net>
1744
1745         Adjust strtod detection to catch glibc 2.7 bug.
1746         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
1747         Reported by John Gatewood Ham.
1748
1749 2008-04-16  Bruno Haible  <bruno@clisp.org>
1750
1751         Add tentative support for Linux libc5.
1752         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
1753         * lib/fpurge.c (fpurge): Likewise.
1754         * lib/freadable.c (freadable): Likewise.
1755         * lib/freadahead.c (freadahead): Likewise.
1756         * lib/freading.c (freading): Likewise.
1757         * lib/freadptr.c (freadptr): Likewise.
1758         * lib/freadseek.c (freadptrinc): Likewise.
1759         * lib/fseeko.c (rpl_fseeko): Likewise.
1760         * lib/fseterr.c (fseterr): Likewise.
1761         * lib/fwritable.c (fwritable): Likewise.
1762         * lib/fwriting.c (fwriting): Likewise.
1763         Reported by Alain Guibert <alguibert+bts@free.fr>.
1764
1765 2008-04-15  Bruno Haible  <bruno@clisp.org>
1766
1767         * modules/mathl (configure.ac): Define module indicator.
1768
1769 2008-04-15  Bruno Haible  <bruno@clisp.org>
1770
1771         * lib/logl.c (logl): Remove unused variables.
1772
1773 2008-04-15  Bruno Haible  <bruno@clisp.org>
1774
1775         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
1776         fails.
1777
1778 2008-04-15  Bruno Haible  <bruno@clisp.org>
1779
1780         * lib/trim.c (trim2): Fix argument of isspace() macro.
1781
1782 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
1783
1784         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
1785         to 0.
1786         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
1787
1788 2008-04-14  Bruno Haible  <bruno@clisp.org>
1789
1790         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
1791         AC_LANG_PROGRAM argument.
1792         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1793         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
1794         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1795         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1796         * m4/math_h.m4 (gl_MATH_H): Likewise.
1797         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
1798         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1799         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1800         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
1801         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
1802         * m4/regex.m4 (gl_REGEX): Likewise.
1803         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
1804         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
1805         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1806         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
1807         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1808         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1809         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1810         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1811
1812 2008-04-14  Jim Meyering  <meyering@redhat.com>
1813
1814         test-strtod: fix typos: s/abs/fabs/
1815         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
1816
1817 2008-04-13  Bruno Haible  <bruno@clisp.org>
1818
1819         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
1820         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
1821         module is also used and while not building the reloc-wrapper.
1822
1823 2008-04-13  Bruno Haible  <bruno@clisp.org>
1824
1825         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
1826
1827 2008-04-13  Bruno Haible  <bruno@clisp.org>
1828
1829         Fix AIX compilation failure introduced on 2008-04-02.
1830         * tests/test-frexp.c (exp): Undefine before redefining.
1831         * tests/test-frexpl.c (exp): Likewise.
1832
1833 2008-04-13  Bruno Haible  <bruno@clisp.org>
1834
1835         Work around a HP-UX stdio bug.
1836         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
1837         * tests/test-ftello.c (main): Likewise.
1838         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
1839         * doc/posix-functions/ftello.texi: Likewise.
1840
1841 2008-04-13  Bruno Haible  <bruno@clisp.org>
1842
1843         Make test-signbit pass on HP-UX/hppa.
1844         * tests/test-signbit.c (minus_zerol): New variable.
1845         (test_signbitl): Use it.
1846
1847 2008-04-13  Bruno Haible  <bruno@clisp.org>
1848
1849         Make truncl work on OSF/1 4.0.
1850         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
1851         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1852         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
1853         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
1854         HAVE_DECL_TRUNCL.
1855         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
1856         HAVE_DECL_TRUNCL.
1857         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
1858
1859 2008-04-13  Bruno Haible  <bruno@clisp.org>
1860
1861         * lib/unictype.h: Remove trailing comma from enumeration definitions.
1862
1863 2008-04-13  Bruno Haible  <bruno@clisp.org>
1864
1865         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
1866         expression, so as to avoid HP-UX 11 cc compiler bug.
1867
1868 2008-04-13  Bruno Haible  <bruno@clisp.org>
1869
1870         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
1871
1872 2008-04-13  Bruno Haible  <bruno@clisp.org>
1873
1874         * lib/git-merge-changelog.c: Remove empty declaration outside of
1875         functions.
1876
1877 2008-04-13  Bruno Haible  <bruno@clisp.org>
1878
1879         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
1880
1881 2008-04-13  Bruno Haible  <bruno@clisp.org>
1882
1883         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
1884         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
1885         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
1886         also if it exists but lacks definitions of the SHUT_* macros.
1887         * modules/sys_socket (Description): Update.
1888         Reported by Elbert Pol <e.pol@chello.nl>.
1889
1890 2008-04-13  Bruno Haible  <bruno@clisp.org>
1891
1892         * lib/localcharset.c (OS2): Don't redefine if already defined.
1893         Reported by Elbert Pol <e.pol@chello.nl>.
1894
1895 2008-04-13  Bruno Haible  <bruno@clisp.org>
1896
1897         * lib/binary-io.h [__EMX__]: Include <io.h>.
1898         Reported by Elbert Pol <e.pol@chello.nl>.
1899
1900 2008-04-12  Bruno Haible  <bruno@clisp.org>
1901
1902         * lib/fpucw.h: Enable the definitions also for x86_64.
1903         Needed for NetBSD/x86_64.
1904         Reported by Thomas Klausner <tk@giga.or.at>.
1905
1906 2008-04-12  Bruno Haible  <bruno@clisp.org>
1907
1908         * tests/test-strtod.c: Include isnand.h.
1909         (main): Use isnand instead of isnan.
1910         Reported by Jim Meyering.
1911
1912 2008-04-12  Bruno Haible  <bruno@clisp.org>
1913
1914         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
1915         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1916
1917 2008-04-12  Jim Meyering  <meyering@redhat.com>
1918
1919         * m4/math_h.m4 (gl_MATH_H): Fix typos.
1920
1921 2008-04-12  Bruno Haible  <bruno@clisp.org>
1922
1923         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
1924         Reported by Elbert Pol <e.pol@chello.nl>.
1925
1926 2008-04-12  Eric Blake  <ebb9@byu.net>
1927
1928         Work around Solaris 10 math.h bug.
1929         * m4/math_h.m4 (gl_MATH_H): Check for bug.
1930         (gl_MATH_H_DEFAULTS): Set up default.
1931         * modules/math (Makefile.am): Replace new indicators.
1932         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
1933         * tests/test-math.c (main): Test this.
1934         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
1935         * doc/posix-headers/math.texi (math.h): Mention bug.
1936         Reported by Nelson H. F. Beebe and Jim Meyering.
1937
1938 2008-04-11  Bruno Haible  <bruno@clisp.org>
1939
1940         Adapt to future versions of Apple GCC.
1941         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
1942         Reported by Peter O'Gorman <peter@pogma.com>.
1943
1944 2008-04-11  Bruno Haible  <bruno@clisp.org>
1945
1946         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
1947
1948 2008-04-11  Bruno Haible  <bruno@clisp.org>
1949
1950         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
1951
1952         * modules/getaddrinfo-tests (Makefile.am): Define
1953         test_getaddrinfo_LDADD.
1954
1955 2008-04-11  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
1958         (init): Fix syntax error.
1959         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
1960         is declared.
1961
1962 2008-04-11  Bruno Haible  <bruno@clisp.org>
1963
1964         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
1965         * modules/glob (Depends-on): Add stdbool.
1966
1967 2008-04-11  Bruno Haible  <bruno@clisp.org>
1968
1969         * lib/trim.c: Include <string.h>.
1970
1971 2008-04-11  Eric Blake  <ebb9@byu.net>
1972
1973         Avoid compile failure on OS/2.
1974         * lib/regex_internal.h (internal_function): Disable optimization
1975         on OS/2 (__EMX__), where it caused compiler error.
1976         Reported by Elbert Pol.
1977
1978 2008-04-11  Bruno Haible  <bruno@clisp.org>
1979
1980         Flush the standard error stream before aborting. Needed on mingw.
1981         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
1982         * tests/test-array_list.c (ASSERT): Likewise.
1983         * tests/test-array_oset.c (ASSERT): Likewise.
1984         * tests/test-avltree_list.c (ASSERT): Likewise.
1985         * tests/test-avltree_oset.c (ASSERT): Likewise.
1986         * tests/test-avltreehash_list.c (ASSERT): Likewise.
1987         * tests/test-binary-io.c (ASSERT): Likewise.
1988         * tests/test-byteswap.c (ASSERT): Likewise.
1989         * tests/test-c-ctype.c (ASSERT): Likewise.
1990         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
1991         * tests/test-c-strcasestr.c (ASSERT): Likewise.
1992         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
1993         * tests/test-c-strstr.c (ASSERT): Likewise.
1994         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
1995         * tests/test-canonicalize.c (ASSERT): Likewise.
1996         * tests/test-carray_list.c (ASSERT): Likewise.
1997         * tests/test-ceilf1.c (ASSERT): Likewise.
1998         * tests/test-ceilf2.c (ASSERT): Likewise.
1999         * tests/test-ceill.c (ASSERT): Likewise.
2000         * tests/test-count-one-bits.c (ASSERT): Likewise.
2001         * tests/test-fbufmode.c (ASSERT): Likewise.
2002         * tests/test-fflush2.c (ASSERT): Likewise.
2003         * tests/test-floorf1.c (ASSERT): Likewise.
2004         * tests/test-floorf2.c (ASSERT): Likewise.
2005         * tests/test-floorl.c (ASSERT): Likewise.
2006         * tests/test-fopen.c (ASSERT): Likewise.
2007         * tests/test-fpending.c (ASSERT): Likewise.
2008         * tests/test-fprintf-posix.c (ASSERT): Likewise.
2009         * tests/test-fpurge.c (ASSERT): Likewise.
2010         * tests/test-freadable.c (ASSERT): Likewise.
2011         * tests/test-freadahead.c (ASSERT): Likewise.
2012         * tests/test-freading.c (ASSERT): Likewise.
2013         * tests/test-freadptr.c (ASSERT): Likewise.
2014         * tests/test-freadptr2.c (ASSERT): Likewise.
2015         * tests/test-freadseek.c (ASSERT): Likewise.
2016         * tests/test-freopen.c (ASSERT): Likewise.
2017         * tests/test-frexp.c (ASSERT): Likewise.
2018         * tests/test-frexpl.c (ASSERT): Likewise.
2019         * tests/test-fseek.c (ASSERT): Likewise.
2020         * tests/test-fseeko.c (ASSERT): Likewise.
2021         * tests/test-fstrcmp.c (ASSERT): Likewise.
2022         * tests/test-ftell.c (ASSERT): Likewise.
2023         * tests/test-ftello.c (ASSERT): Likewise.
2024         * tests/test-func.c (ASSERT): Likewise.
2025         * tests/test-fwritable.c (ASSERT): Likewise.
2026         * tests/test-fwriting.c (ASSERT): Likewise.
2027         * tests/test-getdelim.c (ASSERT): Likewise.
2028         * tests/test-getline.c (ASSERT): Likewise.
2029         * tests/test-i-ring.c (ASSERT): Likewise.
2030         * tests/test-iconv-utf.c (ASSERT): Likewise.
2031         * tests/test-iconv.c (ASSERT): Likewise.
2032         * tests/test-isfinite.c (ASSERT): Likewise.
2033         * tests/test-isnand.c (ASSERT): Likewise.
2034         * tests/test-isnanf.c (ASSERT): Likewise.
2035         * tests/test-isnanl.h (ASSERT): Likewise.
2036         * tests/test-ldexpl.c (ASSERT): Likewise.
2037         * tests/test-linked_list.c (ASSERT): Likewise.
2038         * tests/test-linkedhash_list.c (ASSERT): Likewise.
2039         * tests/test-localename.c (ASSERT): Likewise.
2040         * tests/test-lseek.c (ASSERT): Likewise.
2041         * tests/test-mbscasecmp.c (ASSERT): Likewise.
2042         * tests/test-mbscasestr1.c (ASSERT): Likewise.
2043         * tests/test-mbscasestr2.c (ASSERT): Likewise.
2044         * tests/test-mbscasestr3.c (ASSERT): Likewise.
2045         * tests/test-mbscasestr4.c (ASSERT): Likewise.
2046         * tests/test-mbschr.c (ASSERT): Likewise.
2047         * tests/test-mbscspn.c (ASSERT): Likewise.
2048         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
2049         * tests/test-mbspbrk.c (ASSERT): Likewise.
2050         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
2051         * tests/test-mbsrchr.c (ASSERT): Likewise.
2052         * tests/test-mbsspn.c (ASSERT): Likewise.
2053         * tests/test-mbsstr1.c (ASSERT): Likewise.
2054         * tests/test-mbsstr2.c (ASSERT): Likewise.
2055         * tests/test-mbsstr3.c (ASSERT): Likewise.
2056         * tests/test-memchr2.c (ASSERT): Likewise.
2057         * tests/test-memmem.c (ASSERT): Likewise.
2058         * tests/test-open.c (ASSERT): Likewise.
2059         * tests/test-printf-frexp.c (ASSERT): Likewise.
2060         * tests/test-printf-frexpl.c (ASSERT): Likewise.
2061         * tests/test-printf-posix.c (ASSERT): Likewise.
2062         * tests/test-quotearg.c (ASSERT): Likewise.
2063         * tests/test-rbtree_list.c (ASSERT): Likewise.
2064         * tests/test-rbtree_oset.c (ASSERT): Likewise.
2065         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
2066         * tests/test-round1.c (ASSERT): Likewise.
2067         * tests/test-roundf1.c (ASSERT): Likewise.
2068         * tests/test-roundl.c (ASSERT): Likewise.
2069         * tests/test-signbit.c (ASSERT): Likewise.
2070         * tests/test-sleep.c (ASSERT): Likewise.
2071         * tests/test-snprintf-posix.c (ASSERT): Likewise.
2072         * tests/test-snprintf.c (ASSERT): Likewise.
2073         * tests/test-sprintf-posix.c (ASSERT): Likewise.
2074         * tests/test-stat-time.c (ASSERT): Likewise.
2075         * tests/test-strcasestr.c (ASSERT): Likewise.
2076         * tests/test-strerror.c (ASSERT): Likewise.
2077         * tests/test-striconv.c (ASSERT): Likewise.
2078         * tests/test-striconveh.c (ASSERT): Likewise.
2079         * tests/test-striconveha.c (ASSERT): Likewise.
2080         * tests/test-strsignal.c (ASSERT): Likewise.
2081         * tests/test-strstr.c (ASSERT): Likewise.
2082         * tests/test-strtod.c (ASSERT): Likewise.
2083         * tests/test-trunc1.c (ASSERT): Likewise.
2084         * tests/test-trunc2.c (ASSERT): Likewise.
2085         * tests/test-truncf1.c (ASSERT): Likewise.
2086         * tests/test-truncf2.c (ASSERT): Likewise.
2087         * tests/test-truncl.c (ASSERT): Likewise.
2088         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
2089         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
2090         * tests/test-vasnprintf.c (ASSERT): Likewise.
2091         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
2092         * tests/test-vasprintf.c (ASSERT): Likewise.
2093         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
2094         * tests/test-vprintf-posix.c (ASSERT): Likewise.
2095         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
2096         * tests/test-vsnprintf.c (ASSERT): Likewise.
2097         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
2098         * tests/test-wcwidth.c (ASSERT): Likewise.
2099         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
2100         * tests/test-xprintf-posix.c (ASSERT): Likewise.
2101         * tests/test-xvasprintf.c (ASSERT): Likewise.
2102         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
2103         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
2104         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
2105         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
2106         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
2107         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
2108         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
2109         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
2110         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
2111         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
2112         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
2113         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
2114         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
2115         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
2116         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
2117         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
2118         * tests/unictype/test-block_list.c (ASSERT): Likewise.
2119         * tests/unictype/test-block_of.c (ASSERT): Likewise.
2120         * tests/unictype/test-block_test.c (ASSERT): Likewise.
2121         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
2122         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
2123         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
2124         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
2125         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
2126         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
2127         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
2128         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
2129         * tests/unictype/test-combining.c (ASSERT): Likewise.
2130         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
2131         * tests/unictype/test-digit.c (ASSERT): Likewise.
2132         * tests/unictype/test-mirror.c (ASSERT): Likewise.
2133         * tests/unictype/test-numeric.c (ASSERT): Likewise.
2134         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
2135         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
2136         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
2137         * tests/unictype/test-scripts.c (ASSERT): Likewise.
2138         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
2139         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
2140         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
2141         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
2142         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
2143         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
2144         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
2145         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
2146         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
2147         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
2148         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
2149         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
2150         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
2151         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
2152         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
2153         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
2154         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
2155         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
2156         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
2157         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
2158         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
2159         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
2160         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
2161         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
2162         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
2163         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
2164         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
2165         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
2166         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
2167         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
2168         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
2169         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
2170         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
2171         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
2172         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
2173         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
2174         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
2175         Reported by Eric Blake.
2176
2177 2008-04-11  Bruno Haible  <bruno@clisp.org>
2178
2179         * lib/wchar.in.h: Tweak comment.
2180
2181 2008-04-11  Bruno Haible  <bruno@clisp.org>
2182
2183         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
2184         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
2185         gl_COMMON.
2186         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
2187
2188 2008-04-11  Bruno Haible  <bruno@clisp.org>
2189
2190         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
2191
2192 2008-04-11  Simon Josefsson  <simon@josefsson.org>
2193
2194         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
2195         of attempting to use non-existing /dev/*random.  Based on patch
2196         from Adam Strzelecki <ono@java.pl> in
2197         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
2198
2199 2008-04-08  Bruno Haible  <bruno@clisp.org>
2200
2201         Add tentative support for emx+gcc.
2202         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
2203         * lib/fpurge.c (fpurge): Likewise.
2204         * lib/freadable.c (freadable): Likewise.
2205         * lib/freadahead.c (freadahead): Likewise.
2206         * lib/freading.c (freading): Likewise.
2207         * lib/freadptr.c (freadptr): Likewise.
2208         * lib/freadseek.c (freadptrinc): Likewise.
2209         * lib/fseeko.c (rpl_fseeko): Likewise.
2210         * lib/fseterr.c (fseterr): Likewise.
2211         * lib/fwritable.c (fwritable): Likewise.
2212         * lib/fwriting.c (fwriting): Likewise.
2213         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
2214
2215 2008-04-09  Eric Blake  <ebb9@byu.net>
2216
2217         Avoid some autoconf warnings.
2218         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
2219         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
2220         * m4/afs.m4 (gl_AFS): Likewise.
2221         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
2222         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
2223         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2224         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
2225         (gl_INTEGER_TYPE_SUFFIX): Likewise.
2226         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
2227         (AC_CHECK_DECLS_ONCE): Likewise.
2228         Rename file...
2229         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
2230         gnulib-tool requires autoconf 2.59 or better.
2231         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
2232
2233 2008-04-08  Eric Blake  <ebb9@byu.net>
2234
2235         Use 'git describe --match' if present (added in git 1.5.5).
2236         * build-aux/git-version-gen: Limit result to tags that match 'v*'
2237         if possible.
2238
2239 2008-04-08  Bruno Haible  <bruno@clisp.org>
2240
2241         Add tentative support for OpenServer.
2242         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
2243         _ptr, _cnt.
2244         * lib/fpurge.c (fpurge): Likewise.
2245         * lib/freadable.c (freadable): Likewise.
2246         * lib/freadahead.c (freadahead): Likewise.
2247         * lib/freading.c (freading): Likewise.
2248         * lib/freadptr.c (freadptr): Likewise.
2249         * lib/freadseek.c (freadptrinc): Likewise.
2250         * lib/fseeko.c (rpl_fseeko): Likewise.
2251         * lib/fseterr.c (fseterr): Likewise.
2252         * lib/fwritable.c (fwritable): Likewise.
2253         * lib/fwriting.c (fwriting): Likewise.
2254         Reported by Roger Cornelius <rac@tenzing.org> and
2255         Brian K. White <brian@aljex.com>.
2256
2257 2008-04-06  Jim Meyering  <meyering@redhat.com>
2258
2259         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
2260
2261 2008-04-06  Bruno Haible  <bruno@clisp.org>
2262
2263         Avoid possible error with non-ASCII bytes in UTF-8 locales.
2264         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
2265         * tests/test-printf-posix.sh: Likewise.
2266         * tests/test-vfprintf-posix.sh: Likewise.
2267         * tests/test-vprintf-posix.sh: Likewise.
2268         * tests/test-xprintf-posix.sh: Likewise.
2269
2270 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2271
2272         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
2273         hide error from 'ls', needed on OS/2.
2274         Report by Elbert Pol <elbert.pol@gmail.com>.
2275
2276 2008-04-04  Eric Blake  <ebb9@byu.net>
2277
2278         Make test-fseeko.c failures meaningful.
2279         * tests/test-fseeko.c: Print line number on failure.
2280         * tests/test-fseek.c: Likewise.
2281         Reported by Nelson H. F. Beebe.
2282
2283         Improve strtod bug detection check.
2284         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
2285         required for Solaris 10.
2286         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
2287
2288 2008-04-04  Bruno Haible  <bruno@clisp.org>
2289
2290         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
2291         by m4/setenv.m4.
2292
2293 2008-04-03  Eric Blake  <ebb9@byu.net>
2294
2295         Ensure sane .version contents.
2296         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
2297         version string.
2298         * build-aux/git-version-gen: Improve documentation.
2299
2300         Make GNU make output nicer.
2301         * top/GNUmakefile [!_have-Makefile]: Add dependency on
2302         MAKECMDGOALS to enforce message for all command line targets.  Set
2303         srcdir for use in maint.mk.
2304
2305         Another maintainer tweak.
2306         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
2307         a target that regenerates version.
2308
2309 2008-04-03  Jim Meyering  <meyering@redhat.com>
2310
2311         vc-list-files: don't cause coreutils "make po-check" failure
2312         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
2313
2314 2008-04-03  Eric Blake  <ebb9@byu.net>
2315
2316         Allow VPATH usage of vc-list-files.
2317         * build-aux/vc-list-files (scriptversion): Add timestamp.
2318         (options): Add --help, --version, -C.
2319         (CVS): Support installed cvsu.
2320
2321 2008-04-02  Bruno Haible  <bruno@clisp.org>
2322
2323         Avoid some "statement with no effect" warnings from gcc.
2324         * tests/test-wctype.c (main): Explicitly ignore unused values.
2325         Reported by Jim Meyering.
2326
2327 2008-04-02  Jim Meyering  <meyering@redhat.com>
2328
2329         Avoid some warnings from "gcc -Wshadow".
2330         * tests/test-frexp.c (exp): Define to a different identifier.
2331         * tests/test-frexpl.c (exp): Likewise.
2332
2333 2008-04-03  Jim Meyering  <meyering@redhat.com>
2334
2335         bootstrap: remove dangling *.[ch] symlinks from lib
2336         * build-aux/bootstrap [dangling symlink removal]: Move find's
2337         -depth option to precede all others, to avoid a warning.
2338         Remove *.[ch] files too, and from "$source_base" (usually lib/).
2339
2340 2008-04-02  Bruno Haible  <bruno@clisp.org>
2341
2342         Avoid some warnings from "gcc -Wshadow".
2343         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
2344         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
2345         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
2346         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
2347         Reported by Jim Meyering.
2348
2349 2008-04-01  Bruno Haible  <bruno@clisp.org>
2350
2351         Fix test to work on IRIX 6.5 with cc.
2352         * tests/test-math.c (numeric_equal): New function.
2353         (main): Use it.
2354
2355 2008-04-01  Bruno Haible  <bruno@clisp.org>
2356
2357         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
2358
2359 2008-04-01  Bruno Haible  <bruno@clisp.org>
2360
2361         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
2362         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2363         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
2364         (Depends-on): Remove math.
2365
2366         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
2367         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2368         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
2369         (Depends-on): Remove math.
2370
2371         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
2372         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2373         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
2374         (Depends-on): Remove math.
2375         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
2376         (Depends-on): Remove math.
2377
2378         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
2379         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
2380         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
2381         (Depends-on): Remove math.
2382         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
2383         (Depends-on): Remove math.
2384
2385         * tests/test-round1.c: Include nan.h.
2386         (main): Use NaNd instead of NAN.
2387         * modules/round-tests (Files): Add tests/nan.h.
2388
2389         * tests/test-trunc1.c: Include nan.h.
2390         (main): Use NaNd instead of NAN.
2391         * modules/trunc-tests (Files): Add tests/nan.h.
2392
2393         * tests/test-roundf1.c: Include nan.h.
2394         (main): Use NaNf instead of NAN.
2395         * modules/roundf-tests (Files): Add tests/nan.h.
2396
2397         * tests/test-truncf1.c: Include nan.h.
2398         (main): Use NaNf instead of NAN.
2399         * modules/truncf-tests (Files): Add tests/nan.h.
2400
2401         * tests/test-ceilf1.c: Include nan.h.
2402         (main): Use NaNf instead of NAN.
2403         * modules/ceilf-tests (Files): Add tests/nan.h.
2404
2405         * tests/test-floorf1.c: Include nan.h.
2406         (main): Use NaNf instead of NAN.
2407         * modules/floorf-tests (Files): Add tests/nan.h.
2408
2409         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
2410         (main): Use NaNf instead of NAN.
2411         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
2412
2413         * tests/test-isnand.c: Include nan.h instead of <math.h>.
2414         (main): Use NaNd instead of NAN.
2415         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
2416
2417         * tests/test-frexp.c: Include nan.h.
2418         (main): Use NaNd instead of NAN.
2419         * modules/frexp-tests (Files): Add tests/nan.h.
2420
2421         * lib/isnan.c: Don't include <math.h>.
2422         (FUNC): Don't use NAN macro.
2423         * modules/isnand-nolibm (Depends-on): Remove math.
2424         * modules/isnanf-nolibm (Depends-on): Remove math.
2425         * modules/isnanl (Depends-on): Remove math.
2426         * modules/isnanl-nolibm (Depends-on): Remove math.
2427
2428         * tests/nan.h: New file.
2429
2430 2008-04-01  Eric Blake  <ebb9@byu.net>
2431
2432         Fix typos.
2433         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
2434         values to be the right type.
2435
2436         For now, cater to gnulib strtod inaccuracies.
2437         * tests/test-strtod.c (main): Allow 1-ulp error on expected
2438         fractional results.  While not as nice from a QoI perspective, it
2439         is a quicker patch than correctly implementing decimal to binary
2440         rounding.
2441
2442 2008-03-31  Eric Blake  <ebb9@byu.net>
2443
2444         Guarantee a definition of NAN.
2445         * lib/math.in.h (NAN): Define if missing.
2446         * tests/test-math.c (main): Test it.
2447         * doc/posix-headers/math.texi (math.h): Document this.
2448         * lib/isnan.c (rpl_isnand): Use it.
2449         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
2450         * tests/test-floorf1.c (NaN): Likewise.
2451         * tests/test-frexp.c (NaN): Likewise.
2452         * tests/test-isnand.c (NaN): Likewise.
2453         * tests/test-isnanf.c (NaN): Likewise.
2454         * tests/test-round1.c (NaN): Likewise.
2455         * tests/test-roundf1.c (NaN): Likewise.
2456         * tests/test-snprintf-posix.h (NaN): Likewise.
2457         * tests/test-sprintf-posix.h (NaN): Likewise.
2458         * tests/test-trunc1.c (NaN): Likewise.
2459         * tests/test-truncf1.c (NaN): Likewise.
2460         * tests/test-vasnprintf-posix.c (NaN): Likewise.
2461         * tests/test-vasprintf-posix.c (NaN): Likewise.
2462         * modules/isnand-nolibm (Depends-on): Add math.
2463         * modules/isnanf-nolibm (Depends-on): Likewise.
2464         * modules/isnanl (Depends-on): Likewise.
2465         * modules/isnanl-nolibm (Depends-on): Likewise.
2466         * modules/snprintf-posix-tests (Depends-on): Likewise.
2467         * modules/sprintf-posix-tests (Depends-on): Likewise.
2468         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
2469         * modules/vsprintf-posix-tests (Depends-on): Likewise.
2470         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
2471         * modules/vasprintf-posix-tests (Depends-on): Likewise.
2472
2473 2008-03-31  Bruno Haible  <bruno@clisp.org>
2474
2475         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
2476         * doc/posix-functions/strtod.texi: Likewise.
2477
2478 2008-03-31  Bruno Haible  <bruno@clisp.org>
2479
2480         * tests/test-strtod.c (main): Don't use C99 syntax.
2481
2482 2008-03-31  Bruno Haible  <bruno@clisp.org>
2483
2484         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
2485         Reported by Eric Blake.
2486
2487 2008-03-31  Jim Meyering  <meyering@redhat.com>
2488
2489         Don't compare actual signbit return values.
2490         * tests/test-strtod.c (main): Rather, compare only their
2491         zero/non-zero nature.
2492
2493 2008-03-31  Eric Blake  <ebb9@byu.net>
2494
2495         More strtod documentation.
2496         * doc/posix-functions/strtod.texi (strtod): Interpret more test
2497         failures as distinct bugs.
2498
2499 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2500
2501         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
2502         Problem reported by Erik Benada in
2503         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
2504
2505 2008-03-30  Bruno Haible  <bruno@clisp.org>
2506
2507         * tests/test-strtod.c: Add comments about which assertion fails on which
2508         platform.
2509         * doc/posix-functions/strtod.texi: Add info about many more platforms.
2510
2511 2008-03-30  Eric Blake  <ebb9@byu.net>
2512
2513         Test signbit behavior on zeros.
2514         * tests/test-signbit.c (test_signbitf): Add tests for zero.
2515         (test_signbitd, test_signbitl): Likewise.
2516
2517         More strtod touchups.
2518         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
2519         sign of negative underflow, for now.  Use .5, not .1.
2520         * doc/posix-functions/strtod.texi (strtod): Mention these
2521         limitations.
2522         Reported by Jim Meyering.
2523
2524 2008-03-30  Bruno Haible  <bruno@clisp.org>
2525
2526         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
2527         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
2528
2529 2008-03-30  Bruno Haible  <bruno@clisp.org>
2530
2531         Avoid failure when attempting to return empty iconv results on some
2532         platforms.
2533         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
2534         allocation, don't report ENOMEM when the resulting string is empty.
2535
2536 2008-03-30  Bruno Haible  <bruno@clisp.org>
2537
2538         Fix buffer overrun.
2539         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
2540         Don't consider the width for tmp_length. Check count against tmp_length
2541         before doing the padding. Ensure enough allocation during padding.
2542
2543 2008-03-30  Eric Blake  <ebb9@byu.net>
2544
2545         strtod touchups.
2546         * lib/strtod.c (strtod): Avoid compiler warnings.
2547         Reported by Jim Meyering.
2548
2549 2008-03-30  Bruno Haible  <bruno@clisp.org>
2550
2551         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
2552         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
2553         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
2554         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
2555         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
2556         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
2557         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
2558         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
2559
2560         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
2561         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
2562         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
2563         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
2564         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
2565         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
2566         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
2567         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
2568
2569         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
2570         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
2571         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
2572         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
2573         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
2574         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
2575         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
2576         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
2577
2578         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
2579         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
2580
2581         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
2582         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
2583
2584         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
2585         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
2586
2587         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
2588         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
2589         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
2590
2591         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
2592         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
2593         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
2594
2595         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
2596         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
2597         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
2598
2599         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
2600         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
2601         * modules/vasprintf (Depends-on): Add EOVERFLOW.
2602
2603         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
2604         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
2605         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
2606         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
2607         (Depends-on): Add EOVERFLOW.
2608         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
2609         (Depends-on): Add EOVERFLOW.
2610         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2611         (Depends-on): Add EOVERFLOW.
2612         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
2613         (Depends-on): Add EOVERFLOW.
2614         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2615         (Depends-on): Add EOVERFLOW.
2616         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
2617         (Depends-on): Add EOVERFLOW.
2618         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2619         (Depends-on): Add EOVERFLOW.
2620         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
2621         (Depends-on): Add EOVERFLOW.
2622
2623         * lib/sprintf.c (EOVERFLOW): Remove fallback.
2624         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
2625         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
2626
2627         * lib/snprintf.c (EOVERFLOW): Remove fallback.
2628         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
2629         * modules/snprintf (Depends-on): Add EOVERFLOW.
2630
2631         * lib/poll.c (EOVERFLOW): Remove fallback.
2632         * modules/poll (Depends-on): Add EOVERFLOW.
2633
2634         * lib/getugroups.c (EOVERFLOW): Remove fallback.
2635         * modules/getugroups (Depends-on): Add EOVERFLOW.
2636
2637         * lib/getdelim.c (EOVERFLOW): Remove fallback.
2638         * modules/getdelim (Depends-on): Add EOVERFLOW.
2639
2640         * lib/ftell.c (EOVERFLOW): Remove fallback.
2641         * modules/ftell (Depends-on): Add EOVERFLOW.
2642
2643         * lib/fprintf.c (EOVERFLOW): Remove fallback.
2644         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
2645         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
2646
2647         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
2648
2649         * modules/EOVERFLOW-tests: New file.
2650         * tests/test-EOVERFLOW.c: New file.
2651
2652         * modules/EOVERFLOW: New file.
2653         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
2654
2655 2008-03-30  Bruno Haible  <bruno@clisp.org>
2656
2657         Fix bug introduced on 2007-06-10.
2658         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
2659         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
2660
2661 2008-03-30  Bruno Haible  <bruno@clisp.org>
2662
2663         Improve freadseek's efficiency after ungetc.
2664         * lib/freadseek.c: Include freadahead.h.
2665         (freadptrinc): New function, extracted from freadseek.
2666         (freadseek): Use it in a loop. Use freadahead to determine the number
2667         of loop iterations.
2668         * modules/freadseek (Depends-on): Add freadahead.
2669         (configure.ac): Require AC_C_INLINE.
2670
2671 2008-03-30  Bruno Haible  <bruno@clisp.org>
2672
2673         * lib/freadseek.c (freadseek): Don't ignore the return value of
2674         freadptr.
2675
2676 2008-03-29  Eric Blake  <ebb9@byu.net>
2677
2678         Add hex float support.
2679         * modules/strtod (Depends-on): Add c-ctype.
2680         (Link): Mention POW_LIB.
2681         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
2682         whitespace between 'e' and exponent.
2683         * tests/test-strtod.c (main): Enable hex float tests.
2684         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
2685         now provides.
2686
2687         Document various strtod bugs, with some fixes.
2688         * doc/posix-functions/strtod.texi (strtod): Document bugs with
2689         "-0x", "inf", "nan", and hex constants.
2690         * doc/posix-functions/atof.texi (atof): Likewise.
2691         * modules/stdlib (Makefile.am): Support strtod.
2692         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
2693         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
2694         detect additional strtod bugs.
2695         * lib/stdlib.in.h (rpl_strtod): Add declarations.
2696         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
2697         bool where appropriate.  Parse 'inf' and 'nan'.
2698         * tests/test-strtod.c: New file.
2699         * modules/strtod (Depends-on): Add stdbool, stdlib.
2700         (configure.ac): Turn on module indicator.
2701         * modules/strtod-tests: New module.
2702
2703 2008-03-29  Eric Blake  <ebb9@byu.net>
2704
2705         Fix ftell on mingw.
2706         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
2707         * modules/ftell-tests (Depends-on): Add binary-io.
2708         * modules/ftello-tests (Depends-on): Likewise.
2709         * tests/test-ftell.c (main): Enhance test to cover behavior after
2710         ungetc.  Enforce binary mode.
2711         * tests/test-ftello.c (main): Likewise.
2712
2713         Pass test-freadseek on cygwin.
2714         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
2715         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
2716         ungetc buffer.
2717
2718         * tests/test-fflush2.c (main): Fix typo.
2719
2720 2008-03-29  Bruno Haible  <bruno@clisp.org>
2721
2722         * tests/test-fflush2.c (main): Temporarily disable the contents of
2723         this test.
2724         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
2725         Reported by Eric Blake.
2726
2727 2008-03-28  Simon Josefsson  <simon@josefsson.org>
2728
2729         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
2730         (GC_SHA224_DIGEST_SIZE): Add.
2731
2732         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
2733         (gc_hash_digest_length): Likewise.
2734         (gc_hash_buffer): Likewise.
2735
2736 2008-03-25  Bruno Haible  <bruno@clisp.org>
2737
2738         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
2739         detail which gettext release to use.
2740         Reported by Simon Josefsson.
2741
2742 2008-03-26  Jim Meyering  <meyering@redhat.com>
2743
2744         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
2745         * modules/gnumakefile (clean-GNUmakefile): Also, use
2746         test ... && ... || : syntax rather than if-then ... fi.
2747
2748         gnumakefile: Don't double-quote-expand $(VPATH) value.
2749         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
2750
2751 2008-03-24  Eric Blake  <ebb9@byu.net>
2752
2753         Alter GNUmakefile to install into top directory.
2754         * modules/maintainer-makefile: Split, and add dependency...
2755         * modules/gnumakefile: to this new module.
2756         * build-aux/GNUmakefile: Move...
2757         * top/GNUmakefile: ...here.
2758         * build-aux/maint.mk: Move...
2759         * top/maint.mk: ...here.
2760         * MODULES.html.sh (Support for maintaining...): Document new
2761         module.
2762
2763 2008-03-23  Bruno Haible  <bruno@clisp.org>
2764
2765         * gnulib-tool: New options --vc-files, --no-vc-files.
2766         (func_usage): Document them.
2767         (vc_files): New variable.
2768         (func_import): Consider vc_files.
2769         (func_create_testdir): Set vc_files to empty.
2770         Suggested by Jim Meyering and Karl Berry.
2771
2772 2008-03-23  Bruno Haible  <bruno@clisp.org>
2773
2774         Fix regex compilation error on HP-UX 11.
2775         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
2776         * modules/regex (Files): Add m4/mbstate_t.m4.
2777         Reported by Ton Voon <ton.voon@altinity.com>.
2778
2779 2008-03-23  Bruno Haible  <bruno@clisp.org>
2780
2781         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
2782
2783 2008-03-23  Eric Blake  <ebb9@byu.net>
2784             Bruno Haible  <bruno@clisp.org>
2785
2786         Install files from top/ in the destination directory.
2787         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2788         augmentation also for the files from top/.
2789         (func_import, func_create_testdir): Rewrite file names:
2790         top/filename -> filename.
2791
2792 2008-03-23  Bruno Haible  <bruno@clisp.org>
2793
2794         Tweak "gnulib --version" output.
2795         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
2796
2797 2008-03-23  Bruno Haible  <bruno@clisp.org>
2798
2799         Tweak "gnulib --version" output.
2800         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
2801         rather than contents of ChangeLog, when possible.
2802
2803 2008-03-21  Eric Blake  <ebb9@byu.net>
2804
2805         More --version tweaks.
2806         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
2807         date of last ChangeLog entry.
2808
2809 2008-03-21  Jim Meyering  <meyering@redhat.com>
2810
2811         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
2812
2813 2008-03-20  Eric Blake  <ebb9@byu.net>
2814
2815         VPATH fix.
2816         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
2817
2818 2008-03-20  Simon Josefsson  <simon@josefsson.org>
2819
2820         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
2821         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
2822
2823 2008-03-20  Eric Blake  <ebb9@byu.net>
2824
2825         Sync GNUmakefile with coreutils.
2826         * build-aux/GNUmakefile (have-Makefile): Rename...
2827         (_have-Makefile): ...to this, for namespace consideration.
2828         (GNUmakefile.cfg): Include, if present.
2829         (_autoreconf): Define a default.
2830         (_is-dist-target): New rule for rebuilds to pick up intra-release
2831         version.
2832         (maint-cfg.mk): Rename...
2833         (cfg.mk): ...to this.
2834
2835 2008-03-18  Jim Meyering  <meyering@redhat.com>
2836
2837         New script and module: mktempd
2838         * MODULES.html.sh (maint+release support): Add mktempd.
2839         * build-aux/mktempd: New file.
2840         * modules/mktempd: New file.
2841
2842 2008-03-15  Jim Meyering  <meyering@redhat.com>
2843
2844         Undo last change.
2845         * lib/sha1.c, lib/md5.c: 63 != ~63.
2846         Reported by Andreas Schwab.
2847
2848         sha1.c, md5.c: Hoist a redundant expression.
2849         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
2850         "ctx->buflen" only once, before calling *_process_block.
2851         * lib/md5.c (md5_process_bytes): Likewise.
2852
2853 2008-03-14  Eric Blake  <ebb9@byu.net>
2854
2855         Bump copyright year in files generated by gnulib-tool.
2856         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
2857         gnulib-tool, rather than hard-coding it.
2858
2859         Fix 'gnulib-tool --version' output to work with git.
2860         * gnulib-tool (func_gnulib_dir): New function, extracted from...
2861         (startup): ...here.
2862         (func_version): Use it to invoke git-version-gen, rather than
2863         relying on CVS keyword expansion.  Modernize wording.
2864         (cvsdatestamp, last_checkin_date, version): Kill unused
2865         variables.
2866
2867 2008-03-12  Jim Meyering  <meyering@redhat.com>
2868
2869         Recognize optional cast of the argument to free.
2870         * build-aux/useless-if-before-free: Update regexps.
2871
2872         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
2873
2874 2008-03-11  Bruno Haible  <bruno@clisp.org>
2875
2876         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
2877         by a single package.
2878         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
2879         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
2880         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
2881         Reported by Sam Steingold <sds@gnu.org>.
2882
2883 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2884
2885         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
2886         repositories.
2887
2888 2008-03-11  Bruno Haible  <bruno@clisp.org>
2889
2890         Avoid conflicts between local macro definitions.
2891         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2892         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
2893
2894 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
2895             Bruno Haible  <bruno@clisp.org>
2896
2897         Make va_copy work with some version of xlc on AIX 5.1.
2898         * lib/stdarg.in.h: New file.
2899         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
2900         On AIX, use a <stdarg.h> file substitute.
2901         * modules/stdarg (Files): Add lib/stdarg.in.h.
2902         (Depends-on): Add include_next.
2903         (Makefile.am): Build a stdarg.h substitute if requested.
2904         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
2905
2906 2008-03-10  Bruno Haible  <bruno@clisp.org>
2907
2908         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
2909         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2910         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
2911
2912 2008-03-10  Bruno Haible  <bruno@clisp.org>
2913
2914         * modules/stdlib (Depends-on): Add include_next, remove
2915         absolute-header.
2916
2917 2008-03-09  Bruno Haible  <bruno@clisp.org>
2918
2919         * lib/freadahead.h (freadahead): Document more precisely.
2920         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
2921         the sum of both buffer sizes.
2922         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
2923         * NEWS: Document the change.
2924
2925 2008-03-09  Bruno Haible  <bruno@clisp.org>
2926
2927         Extend freadptr to return also the buffer size.
2928         * lib/freadptr.h (freadptr): Add sizep argument.
2929         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
2930         (freadptr): Add sizep argument. Determine buffer size like freadahead
2931         does.
2932         * tests/test-freadptr.c: Don't include freadahead.h.
2933         (main): Adapt for new calling convention of freadptr.
2934         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
2935         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
2936         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
2937         tests/test-freadptr2.sh.
2938         (Depends): Remove freadahead.
2939         (TESTS): Add test-freadptr2.sh.
2940         (check_PROGRAMS): Add test-freadptr2.
2941
2942 2008-03-09  Bruno Haible  <bruno@clisp.org>
2943
2944         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
2945         Report and solution by Simon Josefsson.
2946
2947 2008-03-06  Bruno Haible  <bruno@clisp.org>
2948
2949         Make fflush after ungetc work on BSD platforms.
2950         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
2951         * tests/test-fflush2.c: New file.
2952         * tests/test-fflush2.sh: New file.
2953         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
2954         tests/test-fflush2.c.
2955         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
2956         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
2957
2958 2008-03-06  Eric Blake  <ebb9@byu.net>
2959
2960         Likewise for ftello.
2961         * modules/ftello (Dependencies): Add extensions.
2962         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
2963
2964 2008-03-06  Bruno Haible  <bruno@clisp.org>
2965
2966         * modules/fseeko (Dependencies): Add extensions.
2967         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
2968         Needed on glibc systems.
2969
2970 2008-03-06  Bruno Haible  <bruno@clisp.org>
2971
2972         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
2973         email address.
2974         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2975
2976 2008-03-06  Bruno Haible  <bruno@clisp.org>
2977
2978         * users.txt: Add libgnupdf.
2979
2980 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2981
2982         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
2983         (Header File Substitutes, Function Substitutes,
2984         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
2985         (Build robot for gnulib): Fix typo.
2986
2987 2008-03-06  Bruno Haible  <bruno@clisp.org>
2988
2989         * doc/gnulib-tool.texi (VCS Issues): Small updates.
2990         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2991
2992 2008-03-06  Bruno Haible  <bruno@clisp.org>
2993
2994         * doc/func.texi: New file, extracted from doc/gnulib.texi.
2995         * doc/gnulib.texi: Include it.
2996
2997 2008-03-06  Simon Josefsson  <simon@josefsson.org>
2998
2999         * modules/func (License): Change license to unlimited; there was
3000         no LGPL parts in the module anyway.
3001
3002 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3003
3004         * modules/__func__: Renamed to modules/func.
3005         * modules/__func__-tests: Renamed to modules/func-tests.
3006         * tests/test-__func__.c: Renamed to tests/test-func.c.
3007         * m4/__func__.m4: Renamed to m4/func.m4.
3008         * doc/gnulib.texi (__func__): Section renamed to func.
3009         Suggested by Eric Blake <ebb9@byu.net>.
3010
3011 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3012
3013         * doc/gnulib.texi (__func__): Use C99 terminology when talking
3014         about __func__.  Make example self-contained.  Suggested by Eric
3015         Blake <ebb9@byu.net>.
3016
3017         * tests/test-__func__.c (main): Avoid extraneous () around __func.
3018         Suggested by Eric Blake <ebb9@byu.net>.
3019
3020 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3021
3022         * modules/__func__: New file.
3023         * modules/__func__-tests: New file.
3024         * tests/test-__func__.c: New file.
3025         * m4/__func__.m4: New file.
3026         * doc/gnulib.texi (__func__): Document __func__ module.
3027
3028 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3029
3030         * modules/byteswap (License): Re-license as LGPLv2+.
3031
3032 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3033
3034         * doc/Makefile: Add pdf target.
3035
3036 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3037
3038         * modules/inline (License): Use 'unlimited', since there are only
3039         *.m4 files in this module.
3040
3041 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3042             Bruno Haible  <bruno@clisp.org>
3043
3044         Add support for HP C 7.1 on OpenVMS 8.3.
3045         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
3046
3047 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3048
3049         Update VMS specifics.
3050         * lib/getopt.c [VMS]: Remove include of unixlib.h.
3051
3052 2008-03-02  Jim Meyering  <meyering@redhat.com>
3053
3054         Remove the last dependency on the "free" module.
3055         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
3056         Reported by Bob Proulx.
3057
3058         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
3059
3060         Remove useless "if" tests before free.  Deprecate "free" module.
3061         * doc/posix-functions/free.texi: Mention that this
3062         module is no longer useful.
3063         * modules/free (Notice): Say this module is obsolete.
3064         * modules/readutmp (Depends-on): Remove free.
3065         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
3066         * lib/putenv.c (putenv): Likewise.
3067         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
3068         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
3069         * tests/test-c-strcasestr.c (main): Likewise.
3070         * tests/test-c-strstr.c (main): Likewise.
3071         * tests/test-mbscasestr1.c (main): Likewise.
3072         * tests/test-mbscasestr2.c (main): Likewise.
3073         * tests/test-mbsstr1.c (main): Likewise.
3074         * tests/test-mbsstr2.c (main): Likewise.
3075         * tests/test-memmem.c (main): Likewise.
3076         * tests/test-strcasestr.c (main): Likewise.
3077         * tests/test-striconv.c (main): Likewise.
3078         * tests/test-striconveh.c (main): Likewise.
3079         * tests/test-striconveha.c (main): Likewise.
3080         * tests/test-strstr.c (main): Likewise.
3081
3082         * build-aux/git-version-gen: Adjust a comment and the Usage string.
3083
3084         bootstrap: sync from coreutils again
3085         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
3086
3087 2008-03-01  Jim Meyering  <meyering@redhat.com>
3088
3089         bootstrap: sync from coreutils
3090         * build-aux/bootstrap (update_po_files): Copy a .po file into place
3091         also when the target doesn't exist.
3092
3093 2008-03-01  Eric Blake  <ebb9@byu.net>
3094
3095         Fix bugs in last patch.
3096         * lib/memchr2.c (memchr2): Fix typo.
3097         * tests/test-memchr2.c: Test previous bug, and don't use GNU
3098         extension.
3099         Reported by Bruce Korb.
3100
3101         New module 'memchr2'.
3102         * modules/memchr2: New file.
3103         * modules/memchr2-tests: Likewise.
3104         * lib/memchr2.h: Likewise.
3105         * lib/memchr2.c: Likewise, based on memchr.c.
3106         * tests/test-memchr2.c: New test.
3107         * MODULES.html.sh (String handling): Add memchr2.
3108
3109 2008-02-29  Bruno Haible  <bruno@clisp.org>
3110
3111         * modules/freadseek-tests: New file.
3112         * tests/test-freadseek.sh: New file.
3113         * tests/test-freadseek.c: New file.
3114
3115         New module 'freadseek'.
3116         * modules/freadseek: New file.
3117         * lib/freadseek.h: New file.
3118         * lib/freadseek.c: New file.
3119         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
3120
3121 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3122
3123         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
3124         wydawca.
3125
3126         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
3127         program_invocation_name and program_invocation_short_name are
3128         present.
3129
3130 2008-02-28  Bruno Haible  <bruno@clisp.org>
3131
3132         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
3133         * tests/test-freadptr.sh: Also test non-seekable stdin.
3134
3135 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
3136
3137         * build-aux/bootstrap (source_base, m4_base)
3138         (doc_base, tests_base): New variables.
3139         (gnulib_tool_options): Do not hardcode base directories, use
3140         the above variables instead.
3141
3142 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
3143
3144         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
3145
3146 2008-02-28  Bruno Haible  <bruno@clisp.org>
3147
3148         * modules/freadptr-tests: New file.
3149         * tests/test-freadptr.sh: New file.
3150         * tests/test-freadptr.c: New file.
3151
3152         New module 'freadptr'.
3153         * modules/freadptr: New file.
3154         * lib/freadptr.h: New file.
3155         * lib/freadptr.c: New file.
3156         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
3157
3158 2008-02-26  Karl Berry  <karl@freefriends.org>
3159
3160         Sync from Libtool:
3161         * libltdl/argz.c (argz_add, argz_count): New functions.
3162         * libltdl/argz.in.h: Declare them.
3163         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
3164
3165 2008-02-22  Bruno Haible  <bruno@clisp.org>
3166
3167         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
3168         is a pointer type.  Needed for HP-UX 10.
3169         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
3170         * doc/posix-functions/gmtime_r.texi: Likewise.
3171         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
3172
3173 2008-02-24  Bruno Haible  <bruno@clisp.org>
3174
3175         * modules/environ-tests: New file.
3176         * tests/test-environ.c: New file.
3177
3178         New module 'environ'.
3179         * modules/environ: New file.
3180         * lib/unistd.in.h (environ): New declaration.
3181         * m4/environ.m4: New file.
3182         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
3183         after use.
3184         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
3185         HAVE_DECL_ENVIRON.
3186         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
3187         HAVE_DECL_ENVIRON.
3188         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
3189         wrong claim that 'environ' is missing on some systems.
3190         * modules/execute (Depends-on): Add environ.
3191         * lib/execute.c (environ): Remove fallback declaration.
3192         * modules/pipe (Depends-on): Add environ.
3193         * lib/pipe.c (environ): Remove fallback declaration.
3194         * modules/setenv (Depends-on): Add environ.
3195         * lib/setenv.c (environ): Remove fallback declaration.
3196         * modules/unsetenv (Depends-on): Add environ.
3197         * lib/unsetenv.c (environ): Remove fallback declaration.
3198         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
3199         m4/environ.m4.
3200         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
3201         (gl_PREREQ_UNSETENV): Likewise.
3202
3203 2008-02-24  Bruno Haible  <bruno@clisp.org>
3204
3205         * doc/posix-functions/environ.texi: Document the MacOS X problem.
3206
3207 2008-02-20  Bob Proulx  <bob@proulx.com>
3208
3209         Enable use of older two part flavor 'git describe'.
3210         * build-aux/git-version-gen: If using the older two part flavor of
3211         git version then recreate the third part now present in the
3212         newer three part flavor of git describe.
3213
3214 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
3215
3216         * lib/fts.c (fts_build): Typo correction to comment.
3217
3218 2008-02-17  Bruno Haible  <bruno@clisp.org>
3219
3220         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
3221         generating no-op conflicts.
3222
3223 2008-02-17  Bruno Haible  <bruno@clisp.org>
3224
3225         Speed up by 10%.
3226         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
3227         result_entries, rather than an index-based loop.
3228
3229 2008-02-17  Bruno Haible  <bruno@clisp.org>
3230
3231         Speed up by 25%.
3232         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
3233         'hashcode_cached'.
3234         (entry_create): New function.
3235         (entry_hashcode): Use the cached hashcode if possible.
3236         (read_changelog_file, try_split_merged_entry): Use entry_create.
3237
3238 2008-02-17  Bruno Haible  <bruno@clisp.org>
3239
3240         Speed up from O(n^2) to O(n) for long ChangeLog files.
3241         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
3242         (read_changelog_file): Change implementation of entries_reversed list
3243         to rbtreehash.
3244         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
3245
3246 2008-02-17  Bruno Haible  <bruno@clisp.org>
3247
3248         New option --split-merged-entry.
3249         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
3250         (find_paragraph_end, try_split_merged_entry): New functions.
3251         (long_options): Add option --split-merged-entry.
3252         (usage): Document option --split-merged-entry.
3253         (main): Implement option --split-merged-entry.
3254         Reported by Eric Blake.
3255
3256 2008-02-17  Bruno Haible  <bruno@clisp.org>
3257
3258         * lib/git-merge-changelog.c: Include c-strstr.h.
3259         (main): Support the "git pull --rebase" situation.
3260         * modules/git-merge-changelog (Depends-on): Add c-strstr.
3261         Reported by Eric Blake.
3262
3263 2008-02-16  Eric Blake  <ebb9@byu.net>
3264
3265         Avoid doubling \ in common case of "c-maybe" quoting style.
3266         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
3267         eliding outer quotes.
3268         * lib/quotearg.h: Document this.
3269         * tests/test-quotearg.c (result_strings, inputs, results_g)
3270         (flag_results, locale_results): Test it by adding a new string to
3271         each test group.
3272         (compare_strings): Test new string.
3273
3274 2008-02-13  Eric Blake  <ebb9@byu.net>
3275
3276         Avoid trigraph quoting in default output.
3277         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
3278         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
3279         unless explicitly requested.
3280         * tests/test-quotearg.c (flag_results, main): Add additional tests.
3281
3282 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
3283
3284         Don't rely on signed integer overflowing to negative value.
3285         * lib/getugroups.c (getugroups): Include <limits.h>.
3286         Instead, compare against INT_MAX, and increment only if the test passes.
3287
3288 2008-02-13  Jim Meyering  <meyering@redhat.com>
3289         and Eric Blake  <ebb9@byu.net>
3290
3291         Avoid shadowing warning and compile errors on Linux.
3292         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
3293         forwarding macros on Linux.
3294         (dcgettext): Define a stub, for Linux.
3295         (results_g, main): Avoid warnings.
3296
3297 2008-02-12  Eric Blake  <ebb9@byu.net>
3298
3299         Silence warning in last patch.
3300         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
3301
3302         Quotearg part 4: add tests, fix c-maybe colon quoting.
3303         * lib/quotearg.h: Improve documentation.
3304         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
3305         escapes when adding outer quotes.  When quoting trigraphs, use
3306         valid C notation.  When quoting NUL, omit extra characters if next
3307         character is not digit.  Alter prototype.
3308         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
3309         callers.
3310         * modules/quotearg-tests: New module.
3311         * tests/test-quotearg.c: New test.
3312
3313 2008-02-07  Eric Blake  <ebb9@byu.net>
3314
3315         Quotearg part 3: add flag to control outer quote elision.
3316         * lib/quotearg.h (c_maybe_quoting_style): New style.
3317         (enum quoting_flags): Better documentation of flags.
3318         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
3319         c-maybe style.
3320         (quotearg_buffer_restyled): Handle new flag to elide outer
3321         quotes.
3322
3323         Quotearg part 2: add flag that can control NUL elision.
3324         * lib/quotearg.h (set_quoting_flags): New prototype.
3325         * lib/quotearg.c (struct quoting_options): Add flag field.
3326         (set_quoting_flags): New function.
3327         (quotearg_buffer_restyled): Add flags parameter.
3328         (quotearg_alloc_mem): Set the flag if length cannot be returned.
3329         (quotearg_n_options): Set the flag, since length cannot be
3330         returned.
3331         (quoting_options_from_style): Default flags correctly.
3332
3333         Quotearg part 1: more wrappers, restore quotearg_char state.
3334         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
3335         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
3336         (quotearg_colon_mem): New wrappers.
3337         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
3338         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
3339         functions.
3340         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
3341         (quotearg_colon_mem): New functions.
3342
3343 2008-02-11  Bruno Haible  <bruno@clisp.org>
3344
3345         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
3346         library in the current directory: it does not work with parallel make.
3347         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3348
3349 2008-02-11  Bruno Haible  <bruno@clisp.org>
3350
3351         * .gitattributes: New file.
3352
3353 2008-02-11  Jim Meyering  <meyering@redhat.com>
3354
3355         useless-if-before-free: Fix reversed exit values.
3356         * build-aux/useless-if-before-free: Use correct values
3357         for EXIT_MATCH and EXIT_NO_MATCH.
3358
3359         * build-aux/useless-if-before-free: Close stdout carefully.
3360
3361 2008-02-10  Bruno Haible  <bruno@clisp.org>
3362
3363         New module 'git-merge-changelog'.
3364         * modules/git-merge-changelog: New file.
3365         * lib/git-merge-changelog.c: New file.
3366
3367 2008-02-10  Jim Meyering  <meyering@redhat.com>
3368
3369         useless-if-before-free: New option: --list (-l).
3370
3371         useless-if-before-free: Don't exit immediately upon open failure.
3372         * build-aux/useless-if-before-free: Exit 2 for errors.
3373         Upon failure to open a file, don't exit immediately.
3374         Rather, just warn and continue with any remaining files.
3375
3376 2008-02-10  Bruno Haible  <bruno@clisp.org>
3377
3378         New abstract list operation 'node_set_value'.
3379         * lib/gl_list.h (gl_list_node_set_value): New function.
3380         (struct gl_list_implementation): New field node_set_value.
3381         * lib/gl_list.c (gl_list_node_set_value): New function.
3382         * lib/gl_array_list.c (gl_array_node_set_value): New function.
3383         (gl_array_list_implementation): Update.
3384         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
3385         (gl_carray_list_implementation): Update.
3386         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
3387         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3388         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3389         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
3390         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3391         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3392         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3393         Update.
3394         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3395         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
3396         (gl_sublist_list_implementation): Update.
3397
3398 2008-02-10  Bruno Haible  <bruno@clisp.org>
3399
3400         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
3401         Needed when ELEMENT is #defined to 'some_type *'.
3402
3403 2008-02-10  Jim Meyering  <meyering@redhat.com>
3404
3405         New script and module: useless-if-before-free
3406         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
3407         * build-aux/useless-if-before-free: New file.
3408         * modules/useless-if-before-free: New file.
3409
3410         * build-aux/gitlog-to-changelog: Use committer date, not author date.
3411
3412         xstrtol_error: Fix typo.
3413         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
3414         s/exit_failure/exit_status/.
3415
3416 2008-02-09  Jim Meyering  <meyering@redhat.com>
3417
3418         New script and module: gitlog-to-changelog
3419         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
3420         * modules/gitlog-to-changelog: New file.
3421         * build-aux/gitlog-to-changelog: New file.
3422
3423 2008-02-08  Jim Meyering  <meyering@redhat.com>
3424
3425         Avoid two "parameter unused" warnings.
3426         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
3427         Mark "st" as used.
3428
3429         Use "git COMMAND", not "git-COMMAND".
3430         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
3431         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
3432         * build-aux/git-version-gen: Use "git status", not "git-status".
3433
3434 2008-02-07  Bruno Haible  <bruno@clisp.org>
3435
3436         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
3437         Avoids a crash on Windows Vista.
3438         Reported by Adam Strzelecki <ono@java.pl> via
3439         Simon Josefsson <simon@josefsson.org>.
3440
3441 2008-02-06  Bruno Haible  <bruno@clisp.org>
3442
3443         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
3444         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
3445         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
3446         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
3447         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3448         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3449         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
3450         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
3451         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3452         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3453         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3454         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3455         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3456         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3457         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3458         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
3459         left-adjust flag.
3460         * tests/test-snprintf-posix.h (test_function): Likewise.
3461         * tests/test-sprintf-posix.h (test_function): Likewise.
3462         * tests/test-vasprintf-posix.c (test_function): Likewise.
3463         * doc/posix-functions/fprintf.texi: Update.
3464         * doc/posix-functions/printf.texi: Update.
3465         * doc/posix-functions/snprintf.texi: Update.
3466         * doc/posix-functions/sprintf.texi: Update.
3467         * doc/posix-functions/vfprintf.texi: Update.
3468         * doc/posix-functions/vprintf.texi: Update.
3469         * doc/posix-functions/vsnprintf.texi: Update.
3470         * doc/posix-functions/vsprintf.texi: Update.
3471         Reported by Peter Fales <psfales@alcatel-lucent.com>.
3472
3473 2008-02-06  Bruno Haible  <bruno@clisp.org>
3474
3475         Fix bug introduced on 2008-01-26.
3476         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
3477
3478 2008-02-06  Bruno Haible  <bruno@clisp.org>
3479
3480         Fix bug introduced on 2007-06-10.
3481         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
3482         !NEED_PRINTF_FLAG_ZERO.
3483
3484 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
3485
3486         getloadavg: use libperfstat on AIX5
3487         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
3488
3489 2008-02-03  Bruno Haible  <bruno@clisp.org>
3490
3491         * lib/diffseq.h: Add comments about required #includes.
3492         Reported by Michael Biggs <gnulib@doubleplum.net>.
3493
3494 2008-02-01  Bruno Haible  <bruno@clisp.org>
3495
3496         * users.txt: Add gnuit.
3497
3498 2008-01-31  Bruno Haible  <bruno@clisp.org>
3499
3500         * lib/md4.c (set_uint32): Mark as inline.
3501         * lib/md5.c (set_uint32): Likewise.
3502         * lib/sha1.c (set_uint32): Likewise.
3503         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
3504         * m4/md5.m4 (gl_MD5): Likewise.
3505         * m4/sha1.m4 (gl_SHA1): Likewise.
3506
3507 2008-01-31  Jim Meyering  <meyering@redhat.com>
3508
3509         Use "sizeof VAR", rather than a literal "4".
3510         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
3511         * lib/md4.c (md4_read_ctx): Likewise.
3512         * lib/sha1.c (sha1_read_ctx): Likewise.
3513
3514 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3515
3516         * tests/test-sha1.c: New file, based on test-md5.c.
3517
3518         * modules/crypto/sha1-tests: New file.
3519
3520 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3521
3522         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
3523
3524 2008-01-31  Jim Meyering  <meyering@redhat.com>
3525
3526         Prefer "sizeof v" over the equivalent "4".
3527         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
3528         * lib/md5.c (set_uint32): Likewise.
3529         * lib/sha1.c (set_uint32): Likewise.
3530
3531 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3532
3533         * lib/sha1.c (set_uint32): Mark function as static.
3534
3535 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3536
3537         md2: clarify comments to say that alignment is not required.
3538         * lib/md2.h: Remove warning about alignment in comment.
3539         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
3540         never been required.
3541
3542 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3543
3544         md4: adapt alignment constraint fix from sha1.
3545         * lib/md4.c (set_uint32): New function, from sha1.c
3546         (md4_read_ctx): Use it.
3547         (md4_finish_ctx): Doc fix.
3548         * lib/md4.h: Doc fix.
3549
3550 2008-01-31  Simon Josefsson  <simon@josefsson.org>
3551
3552         md5: adapt alignment constraint fix from sha1.
3553         * lib/md5.c (set_uint32): New function, from sha1.c
3554         (md5_read_ctx): Use it.
3555         (md5_finish_ctx): Doc fix.
3556         * lib/md5.h: Doc fix.
3557
3558 2008-01-30  Peter Palfrader  <weasel@debian.org>
3559
3560         sha1: remove the result buffer alignment constraint
3561         * lib/sha1.c (set_uint32): New function.
3562         (sha1_read_ctx): Rewrite to remove the result buffer alignment
3563         constraint.
3564         (sha1_finish_ctx): Remove comment warning about alignment constraint.
3565         * lib/sha1.h: Likewise.
3566
3567 2008-01-30  Andreas Schwab  <schwab@suse.de>
3568             Bruno Haible  <bruno@clisp.org>
3569
3570         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
3571         correct definition of LDBL_MIN_EXP.
3572
3573 2008-01-30  Karl Berry  <karl@gnu.org>
3574
3575         * config/srclist-update: try to preserve x bit on updates.
3576         * config/srclistvars.sh: update for karl.
3577
3578 2008-01-29  Jim Meyering  <meyering@redhat.com>
3579
3580         vasnprintf.c: Avoid warning about unused label
3581         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
3582         "overflow" label definition and associated code with the
3583         same cpp condition that guards the sole use of that label.
3584
3585 2008-01-26  Bruno Haible  <bruno@clisp.org>
3586
3587         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
3588         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
3589         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
3590         * lib/isnanl-nolibm.h (isnanl): Likewise.
3591         Reported by Paul Eggert <eggert@cs.ucla.edu>.
3592
3593 2008-01-26  Bruno Haible  <bruno@clisp.org>
3594
3595         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
3596         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
3597
3598 2008-01-26  Bruno Haible  <bruno@clisp.org>
3599
3600         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
3601         GCC >= 4.0 built-in.
3602         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
3603
3604 2008-01-26  Bruno Haible  <bruno@clisp.org>
3605
3606         Rename isnan, applicable to 'double' only, to isnand.
3607         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
3608         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
3609         (configure.ac): Update.
3610         (Include): Replace "isnan.h" with "isnand.h".
3611         * m4/isnand.m4: Renamed from m4/isnan.m4.
3612         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
3613         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
3614         instead of isnan.c.
3615         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
3616         instead of HAVE_ISNAN_IN_LIBC.
3617         (isnand): Renamed from isnan.
3618         * lib/isnand.c: New file.
3619         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
3620         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
3621         (Makefile.am): Update.
3622         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
3623         Include isnand.h instead of isnan.h.
3624         (main): Test isnand instead of isnan.
3625         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
3626         isnan-nolibm.
3627         * modules/frexp (Depends-on): Likewise.
3628         * modules/frexp-tests (Depends-on): Likewise.
3629         * modules/frexp-nolibm (Depends-on): Likewise.
3630         * modules/frexp-nolibm-tests (Depends-on): Likewise.
3631         * modules/isfinite (Depends-on): Likewise.
3632         * modules/round-tests (Depends-on): Likewise.
3633         * modules/signbit (Depends-on): Likewise.
3634         * modules/signbit-tests (Depends-on): Likewise.
3635         * modules/snprintf-posix (Depends-on): Likewise.
3636         * modules/sprintf-posix (Depends-on): Likewise.
3637         * modules/trunc-tests (Depends-on): Likewise.
3638         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3639         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3640         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3641         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3642         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3643         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3644         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3645         * modules/vasnprintf-posix (Depends-on): Likewise.
3646         * modules/vasprintf-posix (Depends-on): Likewise.
3647         * modules/vfprintf-posix (Depends-on): Likewise.
3648         * modules/vsnprintf-posix (Depends-on): Likewise.
3649         * modules/vsprintf-posix (Depends-on): Likewise.
3650         * lib/frexp.c: Include isnand.h instead of isnan.h.
3651         (ISNAN): Set to isnand instead of isnan.
3652         * lib/isfinite.c: Include isnand.h instead of isnan.h.
3653         (gl_isfinited): Use isnand instead of isnan.
3654         * lib/signbitd.c: Include isnand.h instead of isnan.h.
3655         (gl_signbitd): Use isnand instead of isnan.
3656         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
3657         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
3658         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
3659         (main): Use isnand instead of isnan.
3660         * tests/test-round1.c: Include isnand.h.
3661         (main): Use isnand instead of isnan.
3662         * tests/test-round2.c: Include isnand.h instead of isnan.h.
3663         (ISNAN): Set to isnand instead of isnan.
3664         * tests/test-trunc1.c: Include isnand.h.
3665         (main): Use isnand instead of isnan.
3666         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
3667         (equal): Use isnand instead of isnan.
3668         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
3669         isnand-nolibm.
3670         * NEWS: Mention the change.
3671
3672 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3673             Bruno Haible  <bruno@clisp.org>
3674
3675         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
3676         the GCC builtins for signbits are present and set
3677         REPLACE_SIGNBIT_USING_GCC if so.
3678         * lib/math.in.h (signbit): Define using GCC builtins if
3679         REPLACE_SIGNBIT_USING_GCC is set.
3680         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
3681         REPLACE_SIGNBIT_USING_GCC.
3682         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
3683
3684 2008-01-25  Jim Meyering  <meyering@redhat.com>
3685
3686         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
3687         * lib/poll.c: Include <config.h>, not "config.h".
3688         * tests/test-getaddrinfo.c: Likewise.
3689
3690 2008-01-25  Simon Josefsson  <simon@josefsson.org>
3691
3692         * modules/sockets-tests: New file.
3693
3694 2008-01-24  Simon Josefsson  <simon@josefsson.org>
3695
3696         * modules/sockets: New module, can be used to call WSA_Startup and
3697         WSA_Cleanup when needed.
3698
3699         * lib/sockets.h, lib/sockets.c: New files.
3700
3701         * m4/sockets.m4: New file.
3702
3703         * tests/test-sockets.c: New file.
3704
3705 2008-01-19  Bruno Haible  <bruno@clisp.org>
3706
3707         * doc/posix-headers: Renamed from doc/headers.
3708         * doc/posix-functions: Renamed from doc/functions.
3709         * doc/gnulib.texi: Update.
3710
3711 2008-01-19  Bruno Haible  <bruno@clisp.org>
3712
3713         * doc/glibc-functions/strcasestr.texi: Include contents of
3714         doc/functions/strcasestr.texi, fixing the list of platforms.
3715         * doc/functions/strcasestr.texi: Remove file.
3716
3717 2008-01-19  Bruno Haible  <bruno@clisp.org>
3718
3719         * doc/glibc-functions/memmem.texi: Include contents of
3720         doc/functions/memmem.texi.
3721         * doc/functions/memmem.texi: Remove file.
3722
3723 2008-01-18  Bruno Haible  <bruno@clisp.org>
3724
3725         * doc/glibc-functions/*.texi: New files.
3726         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
3727         to use the new files.
3728
3729 2008-01-17  Bruno Haible  <bruno@clisp.org>
3730
3731         * tests/test-gethostname.c (main): Fix printf statement.
3732
3733 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3734
3735         * modules/gethostname-tests: New file.
3736
3737         * tests/test-gethostname.c: New file.
3738
3739 2008-01-17  Simon Josefsson  <simon@josefsson.org>
3740
3741         * lib/gethostname.c: Include string.h unconditionally, strncpy is
3742         used by the UNAME case.  Reported by Bruno Haible
3743         <bruno@clisp.org>.
3744
3745 2008-01-17  Eric Blake  <ebb9@byu.net>
3746
3747         Convert c-strcasestr to be more efficient.
3748         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
3749         (Depends-on): Add c-strcase, remove malloca, strnlen.
3750         * tests/test-c-strcasestr.c (main): Enhance test.
3751         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
3752
3753 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
3754
3755         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
3756         Use it in creating po/Makevars.
3757
3758 2008-01-15  Simon Josefsson  <simon@josefsson.org>
3759
3760         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
3761         Applications that requires it should initialize libgcrypt
3762         manually.
3763
3764 2008-01-16  Simon Josefsson  <simon@josefsson.org>
3765
3766         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
3767
3768 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
3769
3770         Fix problem with getdate on mingw32 reported by Simon Josefsson
3771         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
3772         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
3773         tzname", when deciding whether to declare tzname.
3774         * lib/strftime.c (tzname): Likewise.
3775
3776 2008-01-15  Bruno Haible  <bruno@clisp.org>
3777
3778         Work around a MacOS X 10.5 bug in frexpl().
3779         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
3780         * doc/functions/frexpl.texi: Document the bug.
3781         Reported by Elias Pipping <pipping@gentoo.org>.
3782
3783 2008-01-14  Eric Blake  <ebb9@byu.net>
3784
3785         Touch up previous patch.
3786         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
3787         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
3788
3789         Convert strcasestr module to use Two-Way algorithm.
3790         * modules/strcasestr-simple: New module, based on the old
3791         strcasestr, but with Two-Way rather than KMP.
3792         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
3793         * lib/string.in.h (rpl_strcasestr): Declare.
3794         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
3795         performance.
3796         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
3797         * modules/string (Makefile.am): Support strcasestr.
3798         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3799         * modules/strcasestr-tests (Depends-on): Check for alarm.
3800         * tests/test-strcasestr.c: Augment test.
3801         * lib/str-two-way.h: Clean up stray macro.
3802         * NEWS: Document new module.
3803         * MODULES.html.sh (string handling): Likewise.
3804         * doc/functions/strcasestr.texi: New file.
3805         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
3806         here, since it is not a POSIX function.
3807
3808 2008-01-14  Colin Watson  <cjwatson@debian.org>
3809             Bruno Haible  <bruno@clisp.org>
3810
3811         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
3812         works fine; if not, set REPLACE_STRSIGNAL.
3813         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
3814         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3815         REPLACE_STRSIGNAL.
3816         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
3817         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
3818         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
3819
3820 2008-01-14  Bruno Haible  <bruno@clisp.org>
3821
3822         * modules/strsignal (Include): Change to <string.h>.
3823
3824 2008-01-14  Colin Watson  <cjwatson@debian.org>
3825
3826         * modules/argp (Notice): Add a notice recommending to change
3827         XGETTEXT_OPTIONS.
3828         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
3829
3830 2008-01-13  Colin Watson  <cjwatson@debian.org>
3831
3832         * modules/strsignal-tests: New file.
3833         * tests/test-strsignal.c: New file.
3834
3835         * lib/strsignal.c: New file, from glibc with modifications.
3836         * lib/siglist.h: New file, from glibc with modifications.
3837         * lib/string.in.h (strsignal): New declaration.
3838         * m4/strsignal.m4: New file.
3839         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3840         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
3841         * modules/strsignal: New file.
3842         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
3843         HAVE_DECL_STRSIGNAL.
3844
3845 2008-01-13  Bruno Haible  <bruno@clisp.org>
3846
3847         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
3848         locale encoding is not ASCII. Needed for OpenBSD 4.0.
3849         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3850         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3851
3852 2008-01-13  Bruno Haible  <bruno@clisp.org>
3853
3854         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
3855         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
3856         * lib/argp.h (__attribute__): Likewise.
3857         * lib/c-stack.c (__attribute__): Likewise.
3858         * lib/error.h (__attribute__): Likewise.
3859         * lib/fts.c (__attribute__): Likewise.
3860         * lib/openat.h (__attribute__): Likewise.
3861         * lib/stdio.in.h (__attribute__): Likewise.
3862         * lib/string.in.h (__attribute__): Likewise.
3863         * lib/utimens.c (__attribute__): Likewise.
3864         * lib/vasnprintf.h (__attribute__): Likewise.
3865         * lib/xalloc.h (__attribute__): Likewise.
3866         * lib/xprintf.h (__attribute__): Likewise.
3867         * lib/xstrtol.h (__attribute__): Likewise.
3868         * lib/xvasprintf.h (__attribute__): Likewise.
3869
3870 2008-01-12  Bruno Haible  <bruno@clisp.org>
3871
3872         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
3873         * doc/glibc-headers/a.out.texi: New file.
3874         * doc/glibc-headers/aliases.texi: New file.
3875         * doc/glibc-headers/alloca.texi: New file.
3876         * doc/glibc-headers/ar.texi: New file.
3877         * doc/glibc-headers/argp.texi: New file.
3878         * doc/glibc-headers/argz.texi: New file.
3879         * doc/glibc-headers/byteswap.texi: New file.
3880         * doc/glibc-headers/crypt.texi: New file.
3881         * doc/glibc-headers/endian.texi: New file.
3882         * doc/glibc-headers/envz.texi: New file.
3883         * doc/glibc-headers/err.texi: New file.
3884         * doc/glibc-headers/error.texi: New file.
3885         * doc/glibc-headers/execinfo.texi: New file.
3886         * doc/glibc-headers/fpu_control.texi: New file.
3887         * doc/glibc-headers/fstab.texi: New file.
3888         * doc/glibc-headers/fts.texi: New file.
3889         * doc/glibc-headers/getopt.texi: New file.
3890         * doc/glibc-headers/ieee754.texi: New file.
3891         * doc/glibc-headers/ifaddrs.texi: New file.
3892         * doc/glibc-headers/libintl.texi: New file.
3893         * doc/glibc-headers/mcheck.texi: New file.
3894         * doc/glibc-headers/mntent.texi: New file.
3895         * doc/glibc-headers/obstack.texi: New file.
3896         * doc/glibc-headers/paths.texi: New file.
3897         * doc/glibc-headers/printf.texi: New file.
3898         * doc/glibc-headers/pty.texi: New file.
3899         * doc/glibc-headers/resolv.texi: New file.
3900         * doc/glibc-headers/shadow.texi: New file.
3901         * doc/glibc-headers/sysexits.texi: New file.
3902         * doc/glibc-headers/ttyent.texi: New file.
3903
3904 2008-01-12  Jim Meyering  <meyering@redhat.com>
3905
3906         announce-gen: emit Gnulib's git-based version string.
3907         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
3908         New option --gnulib-version=V, where V is expected to be
3909         the output of running git describe in the gnulib directory.
3910         (get_tool_versions): Request feedback on xdelta.  I suspect it's
3911         not useful, and plan to stop publishing an xdelta file with each
3912         coreutils release.
3913
3914         * build-aux/announce-gen: Also check for lzma-compressed files.
3915
3916 2008-01-11  Bruno Haible  <bruno@clisp.org>
3917
3918         * tests/test-memmem.c (main): Increase maximum allowed time.
3919         * tests/test-strstr.c (main): Likewise.
3920
3921 2008-01-11  Bruno Haible  <bruno@clisp.org>
3922
3923         * doc/functions/memmem.texi: Add more precisions about platforms.
3924         * doc/functions/strstr.texi: Likewise.
3925
3926 2008-01-10  Eric Blake  <ebb9@byu.net>
3927
3928         * m4/strstr.m4: Delete cruft from copy-n-paste.
3929         Reported by Bruno Haible.
3930
3931 2008-01-10  Bruno Haible  <bruno@clisp.org>
3932
3933         Make c-strstr rely on strstr.
3934         * lib/c-strstr.c: Don't include str-kmp.h.
3935         (c_strstr): Define in terms of strstr.
3936         * modules/c-strstr (Files): Remove lib/str-kmp.h.
3937         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
3938
3939 2008-01-10  Bruno Haible  <bruno@clisp.org>
3940
3941         * doc/gnulib.texi (String Functions in C Locale): New section.
3942         * doc/c-ctype.texi: New file.
3943         * doc/c-strcase.texi: New file.
3944         * doc/c-strcaseeq.texi: New file.
3945         * doc/c-strcasestr.texi: New file.
3946         * doc/c-strstr.texi: New file.
3947         * doc/c-strtod.texi: New file.
3948         * doc/c-strtold.texi: New file.
3949
3950 2008-01-10  Eric Blake  <ebb9@byu.net>
3951
3952         * lib/relocatable.h: Fix a comment.
3953
3954 2008-01-10  Eric Blake  <ebb9@byu.net>
3955
3956         Share two-way algorithm.
3957         * lib/str-two-way.h: New file, merged from...
3958         * lib/memmem.c: ...here...
3959         * lib/strstr.c: ...and here.
3960         * modules/memmem (Files): Use it.
3961         * modules/strstr (Files): Likewise.
3962
3963         Avoid quadratic strstr implementations.
3964         * lib/strstr.c: New file.
3965         * m4/strstr.m4: Likewise.
3966         * modules/strstr: Likewise.
3967         * modules/strstr-tests: Likewise.
3968         * tests/test-strstr.c: Likewise.
3969         * lib/string.in.h (rpl_strstr): Declare.
3970         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
3971         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
3972         * modules/string (Makefile.am): Likewise.
3973         * MODULES.html.sh (string handling): Mention new module.
3974         * doc/functions/strstr.texi (strstr): Document the bug.
3975
3976 2008-01-10  Bruno Haible  <bruno@clisp.org>
3977
3978         * lib/relocatable.h (relocate): State whether result is freshly
3979         allocated or not.
3980         * lib/relocatable.c (relocate): Return a freshly allocated string
3981         instead of a pointer to a privately held string.
3982         Reported by Sylvain Beucler <beuc@gnu.org>.
3983
3984 2008-01-10  Colin Watson  <cjwatson@debian.org>
3985
3986         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
3987         s/S_ISNLK/S_ISLNK/.
3988
3989 2008-01-09  Bruno Haible  <bruno@clisp.org>
3990
3991         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
3992         and other files.
3993         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
3994         if it's only a guess.
3995         * modules/memmem: Simplify by depending on memmem-simple.
3996
3997 2008-01-09  Bruno Haible  <bruno@clisp.org>
3998
3999         Work around OpenBSD 4.0 tdelete() bug.
4000         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
4001         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
4002         macros and don't redefine the enum values.
4003         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
4004         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
4005         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
4006
4007 2008-01-09  Bruno Haible  <bruno@clisp.org>
4008
4009         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
4010         (main): Don't perform the tests if setlocale did not install a UTF-8
4011         locale. Needed on OpenBSD 4.0.
4012         * modules/wcwidth-tests (Depends-on): Add localcharset.
4013
4014 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4015
4016         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
4017         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
4018         * NEWS: announce this.
4019         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
4020
4021 2008-01-09  Simon Josefsson  <simon@josefsson.org>
4022         and Eric Blake  <ebb9@byu.net>
4023
4024         Add memmem-simple module.
4025         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
4026         (gl_FUNC_MEMMEM): Separate performance from presence checks.
4027         * modules/memmem-simple: New file.
4028         * modules/memmem (Description): Tweak.
4029         * MODULES.html.sh (string handling): Mention new module.
4030         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
4031         addressed by memmem-simple.
4032         * NEWS: Document the difference.
4033
4034 2008-01-09  Eric Blake  <ebb9@byu.net>
4035
4036         Give gcc some memmem optimization hints.
4037         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
4038         (strcasestr): Declare as pure.
4039         * modules/memmem (Maintainer): Claim my implementation.
4040
4041 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4042
4043         Support AIX 6.1 and higher.
4044         * build-aux/config.libpath: Likewise.
4045         * build-aux/config.rpath: Likewise.
4046
4047 2008-01-08  Jim Meyering  <meyering@redhat.com>
4048             Bruno Haible  <bruno@clisp.org>
4049
4050         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
4051         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
4052         Reported by Peter Fales in
4053         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
4054
4055 2008-01-08  Bruno Haible  <bruno@clisp.org>
4056
4057         * modules/unictype/category-of (Depends-on): Add
4058         unictype/category-none.
4059         * modules/unictype/category-and-tests (Depends-on): Add
4060         unictype/category-{L,N,Lu,Nd}.
4061         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
4062         * modules/unictype/category-or-tests (Depends-on): Add
4063         unictype/category-{L,N}.
4064         * modules/unictype/category-name-tests (Depends-on): Add
4065         unictype/category-{Z,Nl}.
4066         Reported by Simon Josefsson.
4067
4068 2008-01-08  Bruno Haible  <bruno@clisp.org>
4069
4070         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
4071         convention better.
4072         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
4073         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
4074         Reported by Peter Miller <millerp@canb.auug.org.au>.
4075
4076 2008-01-08  Eric Blake  <ebb9@byu.net>
4077
4078         Rewrite memmem to guarantee linear complexity without malloc.
4079         * lib/memmem.c (memmem): Use Two-Way rather than
4080         Knuth-Morris-Pratt, to allow O(1) space usage.
4081         (critical_factorization, two_way_short_needle)
4082         (two_way_long_needle): New functions.
4083         (knuth_morris_pratt): Delete.
4084         * modules/memmem (Depends-on): No longer need malloca or stdbool.
4085         Add stdint.
4086         * tests/test-memmem.c (main): Add tests for periodic needle and
4087         sublinear performance.
4088         * doc/functions/memmem.texi (memmem): Document other deficiencies
4089         in cygwin and older glibc.
4090
4091 2008-01-08  Bruno Haible  <bruno@clisp.org>
4092
4093         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
4094         augmentation.
4095
4096 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
4097
4098         Add a configure time option: --disable-acl.
4099         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
4100         AC_ARG_ENABLE(acl).
4101
4102 2008-01-06  Simon Josefsson  <simon@josefsson.org>
4103
4104         * tests/test-localename.c: Don't include obsolete "setenv.h".
4105
4106         * modules/localename-tests (Depends-on): Need unsetenv.
4107
4108 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4109
4110         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
4111
4112 2008-01-06  Colin Watson  <cjwatson@debian.org>
4113
4114         * users.txt: Add man-db.
4115
4116 2008-01-07  Bruno Haible  <bruno@clisp.org>
4117
4118         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
4119         previous section name.
4120
4121 2008-01-07  Bruno Haible  <bruno@clisp.org>
4122
4123         * lib/progname.c (set_program_name): Don't strip off a leading
4124         "lt-" prefix outside a .libs directory.
4125         Suggested by Paul Eggert.
4126
4127 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
4128             Bruno Haible  <bruno@clisp.org>
4129
4130         Improve memory cleanup in 'relocatable' module.
4131         * lib/relocatable.h (compute_curr_prefix): Change return type to
4132         'char *'.
4133         * lib/relocatable.c (compute_curr_prefix): Change return type to
4134         'char *'. Free curr_installdir after use.
4135         (relocate): Free curr_prefix_better after use.
4136         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
4137
4138 2008-01-01  Bruno Haible  <bruno@clisp.org>
4139
4140         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
4141         failure on older glibc systems.
4142         Reported by Peter Fales <psfales@alcatel-lucent.com>.
4143
4144 2008-01-05  Eric Blake  <ebb9@byu.net>
4145
4146         Avoid quadratic system memmem.
4147         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
4148         Reported by Ralf Wildenhues.
4149
4150         Fix memmem test for mingw.
4151         * modules/memmem-tests (configure.ac): Check for alarm.
4152         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
4153         it.
4154         * doc/functions/memmem.texi: New file.
4155         * doc/gnulib.texi (Function Substitutes): Add memmem.
4156         Reported by Bruno Haible.
4157
4158 2008-01-04  Bruno Haible  <bruno@clisp.org>
4159
4160         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
4161         Require gl_HEADER_STRINGS_H_DEFAULTS, not
4162         gl_HEADER_STRING_H_DEFAULTS.
4163
4164 2008-01-04  Eric Blake  <ebb9@byu.net>
4165
4166         Shorten duration of memmem test.
4167         * tests/test-memmem.c (main): Use alarm to declare failure if test
4168         is taking too long.
4169         Reported by Ralf Wildenhues.
4170
4171 2007-12-21  Simon Josefsson  <simon@josefsson.org>
4172
4173         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
4174         string, needed by strerror.
4175
4176 2008-01-03  Colin Watson  <cjwatson@debian.org>
4177             Bruno Haible  <bruno@clisp.org>
4178
4179         * doc/gnulib-tool.texi (Localization): New section.
4180
4181 2008-01-02  Bruno Haible  <bruno@clisp.org>
4182
4183         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
4184         variables to 'unsigned char *' type.
4185         Reported by Paul Eggert.
4186
4187 2008-01-02  Jim Meyering  <jim@meyering.net>
4188
4189         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
4190
4191 2007-12-31  Jim Meyering  <jim@meyering.net>
4192
4193         Avoid use of private FTS type name.
4194         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
4195
4196 2007-12-30  Karl Berry  <karl@gnu.org>
4197
4198         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
4199         work around defect in Texinfo and/or the standalone Info browser.
4200
4201 2007-12-30  Bruno Haible  <bruno@clisp.org>
4202
4203         Unify 5 copies of the KMP code.
4204         * lib/str-kmp.h: New file.
4205         * lib/c-strcasestr.c: Include str-kmp.h.
4206         (knuth_morris_pratt): Remove function.
4207         (c_strcasestr): Update.
4208         * lib/c-strstr.c: Include str-kmp.h.
4209         (knuth_morris_pratt): Remove function.
4210         (c_strcasestr): Update.
4211         * lib/mbscasestr.c: Include str-kmp.h.
4212         (knuth_morris_pratt_unibyte): Remove function.
4213         * lib/mbsstr.c: Include str-kmp.h.
4214         (knuth_morris_pratt_unibyte): Remove function.
4215         * lib/strcasestr.c: Include str-kmp.h.
4216         (knuth_morris_pratt): Remove function.
4217         (strcasestr): Update.
4218         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
4219         * modules/c-strstr (Files): Likewise.
4220         * modules/mbscasestr (Files): Likewise.
4221         * modules/mbsstr (Files): Likewise.
4222         * modules/strcasestr (Files): Likewise.
4223         Suggested by Paul Eggert.
4224
4225 2007-12-30  Bruno Haible  <bruno@clisp.org>
4226
4227         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
4228         defined.
4229
4230 2007-12-30  Bruno Haible  <bruno@clisp.org>
4231
4232         * lib/xmalloca.h: Include xalloc.h.
4233         (xnmalloca): New macro.
4234
4235 2007-12-30  Bruno Haible  <bruno@clisp.org>
4236
4237         * lib/malloca.h (nmalloca): New macro.
4238         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
4239         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
4240         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
4241         knuth_morris_pratt_multibyte): Likewise.
4242         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
4243         knuth_morris_pratt_multibyte): Likewise.
4244         * lib/memmem.c (knuth_morris_pratt): Likewise.
4245         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
4246
4247 2007-12-25  Bruno Haible  <bruno@clisp.org>
4248
4249         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
4250         * lib/glob.c: Don't include openat.h.
4251         (link_exists2_p): Add back the code that deals with the
4252         !GLOB_ALTDIRFUNC case.
4253         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
4254         let it do the filename concatenation.
4255         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
4256         * modules/glob (Depends-on): Remove openat.
4257
4258 2007-12-31  Bruno Haible  <bruno@clisp.org>
4259
4260         * modules/dirfd (License): Change to LGPLv2+.
4261         Approved by Jim Meyering.
4262
4263 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4264
4265         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
4266         when multiplying M by sizeof (size_t).
4267
4268 2007-12-10  Martin Lambers  <marlam@marlam.de>
4269
4270         Override getpagesize on mingw.
4271         * lib/getpagesize.c: New file.
4272         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
4273         * modules/getpagesize (Files): Add lib/getpagesize.c.
4274         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
4275         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4276         REPLACE_GETPAGESIZE.
4277         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
4278
4279 2007-12-25  Bruno Haible  <bruno@clisp.org>
4280
4281         * modules/localcharset (Notice): New field.
4282         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
4283         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
4284
4285 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4286             Bruno Haible  <bruno@clisp.org>
4287
4288         Avoid using the syntax symbol() in formatted documentation.
4289         * MODULES.html.sh (func_module): When replacing symbol() with a
4290         hyperlink, remove the parentheses. Show an error if some remain.
4291         Recognize and render the '...' syntax.
4292         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
4293         Rework. Add paragraph about GCC's inlining.
4294         * doc/alloca.texi: Likewise.
4295         * doc/error.texi: Remove parentheses from symbol reference.
4296         * doc/gnulib-intro.texi: Likewise.
4297         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
4298         * modules/fnmatch (Description): Reword to say "the ... function".
4299         * modules/full-read (Description): Likewise.
4300         * modules/full-write (Description): Likewise.
4301         * modules/safe-read (Description): Likewise.
4302         * modules/safe-write (Description): Likewise.
4303         * modules/strchrnul (Description): Likewise.
4304         * modules/trim (Description): Likewise.
4305         * modules/error (Description): Remove parentheses from symbol
4306         references.
4307         * modules/verror (Description): Likewise.
4308         Reported by Karl Berry.
4309
4310 2007-12-25  Bruno Haible  <bruno@clisp.org>
4311
4312         Fixup after 2007-10-16 commit.
4313         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
4314
4315 2007-12-24  Bruno Haible  <bruno@clisp.org>
4316
4317         Make --enable-relocatable work with DESTDIR.
4318         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
4319         to compute installdir from destprog.
4320         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
4321         also set the RELOC_DESTDIR variable.
4322         Reported by Левашев Иван <octagram@bluebottle.com>.
4323
4324 2007-12-24  Bruno Haible  <bruno@clisp.org>
4325
4326         Fix link error due to xalloc_die().
4327         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
4328         of xreadlink.
4329         * lib/relocwrapper.c: Update comments.
4330         * build-aux/install-reloc: Remove xreadlink.c from file list.
4331         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
4332         xreadlink.c.
4333         Reported by Левашев Иван <octagram@bluebottle.com>.
4334
4335 2007-12-24  Bruno Haible  <bruno@clisp.org>
4336
4337         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
4338         * lib/setenv.h: Remove file.
4339         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
4340         lib/setenv.h.
4341         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
4342         (Depends-on): Add stdlib.
4343         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
4344         gl_FUNC_UNSETENV.
4345         (Include): Replace setenv.h with <stdlib.h>.
4346         * modules/unsetenv: New file.
4347         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
4348         * lib/unsetenv.c: Include <stdlib.h> first.
4349         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
4350         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
4351         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
4352         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
4353         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
4354         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4355         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
4356         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
4357         * doc/functions/unsetenv.texi: Update.
4358         * modules/xsetenv (Depends-on): Add unsetenv.
4359         * modules/getdate (Depends-on): Likewise.
4360         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
4361         * lib/xsetenv.c: Don't include setenv.h.
4362         * lib/getdate.y: Likewise.
4363         * lib/relocwrapper.c: Likewise.
4364         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
4365         (Depends-on): Add stdlib.
4366         * NEWS: Mention the changes.
4367         Reported by Левашев Иван <octagram@bluebottle.com>.
4368
4369 2007-12-23  Bruno Haible  <bruno@clisp.org>
4370
4371         * lib/memmem.c (memmem): Use lowercase variable names. Tab
4372         indentation.
4373
4374 2007-12-23  Bruno Haible  <bruno@clisp.org>
4375
4376         * lib/c-strcasestr.c: Add more comments.
4377         * lib/c-strstr.c: Likewise.
4378         * lib/mbscasestr.c: Likewise.
4379         * lib/mbsstr.c: Likewise.
4380         * lib/strcasestr.c: Likewise.
4381         * lib/memmem.c: Likewise.
4382
4383 2007-12-23  Bruno Haible  <bruno@clisp.org>
4384
4385         * tests/test-memmem.c: Include <string.h> first.
4386
4387 2007-12-22  Bruno Haible  <bruno@clisp.org>
4388
4389         * gnulib-tool (func_create_testdir): Change $auxdir while generating
4390         the contents of $testsbase.
4391         Reported by Ralf Wildenhues.
4392
4393 2007-12-22  Bruno Haible  <bruno@clisp.org>
4394
4395         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
4396         two variables local_ldadd_before, local_ldadd_last.
4397
4398 2007-12-20  Eric Blake  <ebb9@byu.net>
4399
4400         Work around circular library issue when cross-compiling.
4401         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
4402         that progname.o does not need to pull in rpl_memcmp.
4403
4404 2007-12-19  Eric Blake  <ebb9@byu.net>
4405
4406         Fix memmem to avoid O(n^2) worst-case complexity.
4407         * lib/memmem.c (knuth_morris_pratt): New function.
4408         (memmem): Use it if first few naive iterations fail.
4409         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
4410         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
4411         * modules/memchr (License): Likewise.
4412         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
4413         malloca.
4414         * tests/test-memmem.c: Rewrite, borrowing ideas from
4415         test-mbsstr1.c; the old version wouldn't even compile!
4416         * modules/memmem-tests: New file.
4417         * lib/string.in.h (rpl_memmem): Add declaration.
4418         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
4419         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
4420         REPLACE_MEMMEM.
4421
4422 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4423
4424         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
4425         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
4426         before any system include files, and undef after them all.  This
4427         should fix a problem on VMS reported by John E. Malmberg in
4428         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
4429
4430 2007-12-17  Eric Blake  <ebb9@byu.net>
4431
4432         Revert addition of verify, for BSD/OS.
4433         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
4434         can't handle large files, for the sake of obsolete platforms.
4435         * modules/fseeko (Depends-on): Remove verify.
4436         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
4437         * doc/functions/ftello.texi (ftello): Likewise.
4438         * doc/functions/fgetpos.texi (fgetpos): Likewise.
4439         Reported by Larry Jones.
4440
4441 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
4442
4443         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
4444         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
4445
4446 2007-12-17  Jim Meyering  <meyering@redhat.com>
4447
4448         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
4449         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
4450         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
4451         * modules/getcwd (Depends-on): Add openat.
4452         Reported by Petr Salinger.
4453
4454 2007-12-17  Bruno Haible  <bruno@clisp.org>
4455
4456         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
4457         avoid a segmentation fault of the configure test on x86_64 systems.
4458
4459 2007-12-15  Jim Meyering  <meyering@redhat.com>
4460
4461         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
4462
4463 2007-12-13  Eric Blake  <ebb9@byu.net>
4464
4465         Another fseek test.
4466         * tests/test-fseek.c (main): Also test ungetc handling.
4467         * tests/test-fseeko.c (main): Likewise.
4468         * modules/fseeko (Depends-on): Add verify.
4469         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
4470         large.
4471         Reported by Larry Jones.
4472
4473         Fix fseeko on mingw.
4474         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
4475         seek.
4476
4477         Beef up fseek tests.
4478         * tests/test-fseek.c (main): Also test eof handling.
4479         * tests/test-fseeko.c (main): Likewise.
4480         Reported by Larry Jones.
4481
4482 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
4483
4484         Fix fseeko on BSD-based platforms.
4485         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
4486         successful seek.
4487
4488 2007-12-12  Eric Blake  <ebb9@byu.net>
4489
4490         Allow circular dependency of separate libtests.a
4491         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
4492         when use_libtests.
4493
4494 2007-12-11  Eric Blake  <ebb9@byu.net>
4495
4496         Fix bug with -0.0L in previous patch.
4497         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
4498         * tests/test-isnan.c (main): Also test on zeroes.
4499         * tests/test-isnanf.c (main): Likewise.
4500         * tests/test-isnanl.h (main): Likewise.
4501
4502         Detect pseudo-denormals on x86 even when cross-compiling.
4503         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
4504         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
4505         invalid bit patterns that happen to satisfy ==.
4506
4507         Avoid link failures with separate libtests.a.
4508         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
4509         last, to satisfy circular dependencies.
4510
4511 2007-12-11  Eric Blake  <ebb9@byu.net>
4512         and Bruno Haible  <bruno@clisp.org>
4513
4514         Fix OpenBSD 4.0 <float.h> handling of long double.
4515         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
4516         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
4517         * doc/headers/float.texi (float.h): Document OpenBSD bug.
4518
4519 2007-12-11  Jim Meyering  <meyering@redhat.com>
4520
4521         * users.txt: Add libvirt.
4522
4523         Support versions of autoconf prior to 2.59c.
4524         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
4525         if it is not already defined.
4526
4527 2007-12-09  Bruno Haible  <bruno@clisp.org>
4528
4529         Let 'gnulib-tool --import' collect sources needed for the tests in
4530         tests/ rather than in lib/.
4531         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
4532         argument. If true, add rules to generate libtests.a, and put libtests.a
4533         into $(LDADD). Consider source files in subdirectories and set
4534         uses_subdirs.
4535         (func_emit_initmacro_start, func_emit_initmacro_end,
4536         func_emit_initmacro_done): Pass all arguments explicitly.
4537         (func_import): Determine two module lists main_modules,
4538         testsrelated_modules. Determine use_libtests. Determine two variables
4539         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
4540         instead of just sed_transform_lib_file. Determine two variables
4541         main_files and testsrelated_files. Compute 'files' as the union of
4542         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
4543         func_add_or_update. In the generated gnulib-comp.m4, collect the
4544         object files for tests/ in different variables than those for lib/.
4545         Substitute LIBTESTS_LIBDEPS.
4546         (func_create_testdir): Combine the uses_subdirs results from
4547         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
4548
4549 2007-12-09  Bruno Haible  <bruno@clisp.org>
4550
4551         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
4552         the build-aux directory.
4553
4554 2007-12-09  Bruno Haible  <bruno@clisp.org>
4555
4556         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
4557         introduced on 2006-09-09.
4558
4559 2007-12-07  Jim Meyering  <meyering@redhat.com>
4560
4561         Let these macros work also with autoconf-2.59.
4562         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
4563         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
4564         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
4565
4566 2007-12-06  Jim Meyering  <meyering@redhat.com>
4567
4568         Avoid a configure-time syntax error in gl_FUNC_ACL.
4569         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
4570         function in each branch, before testing the cache variable.
4571
4572 2007-12-04  Eric Blake  <ebb9@byu.net>
4573
4574         Make scripts executable.
4575         * build-aux/config.guess: Add execute permissions.
4576         * build-aux/config.sub: Likewise.
4577         * build-aux/gendocs.sh: Likewise.
4578
4579         Fix frexp on mingw.
4580         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
4581         cross-compiling.
4582         * doc/functions/frexp.texi (frexp): Document the bug.
4583
4584         Make cygwin fseeko check more reliable.
4585         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
4586         version numbers, rather than unrelated feature check.
4587         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
4588         * doc/functions/ftello.texi (ftello): Likewise.
4589         Reported by Bruno Haible.
4590
4591         * m4/strerror.m4: Bump version number.
4592
4593 2007-12-03  Bruno Haible  <bruno@clisp.org>
4594
4595         * doc/functions/mprotect.texi: Mention the mingw problem.
4596
4597 2007-12-03  Eric Blake  <ebb9@byu.net>
4598
4599         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
4600         REPLACE_STRERROR is initialized before this macro.
4601
4602 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
4603
4604         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
4605         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
4606         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
4607         put -lsec in even for programs other than 'ls'.  This fixes a problem
4608         for gettext reported by Bruno Haible in
4609         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
4610         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
4611         Add support for Solaris 10.  This isn't efficient, but should get the
4612         job done for now.
4613
4614 2007-12-03  James Youngman  <jay@gnu.org>
4615
4616         * doc/regexprops-generic.texi: change "an close-group" to "a
4617         close-group" and "illegal" to "not allowed".
4618
4619 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4620
4621         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
4622         pr_byname.h. Needed for the rare case when the maintainer has done
4623         "make maintainer-clean" in the source directory and then attempts a
4624         build outside the source directory.
4625         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
4626         scripts_byname.h.
4627
4628 2007-12-02  Martin Lambers <marlam@marlam.de>
4629             Bruno Haible  <bruno@clisp.org>
4630
4631         * lib/getpagesize.h: Remove file.
4632         * lib/unistd.in.h: Include declaration of getpagesize here.
4633         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
4634         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
4635         HAVE_SYS_PARAM_H.
4636         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
4637         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4638         * modules/getpagesize (Files): Remove lib/getpagesize.h.
4639         (Depends-on): Add unistd.
4640         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4641         (Include): Use <unistd.h> instead of getpagesize.h.
4642         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
4643         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
4644         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
4645         gl_GETPAGESIZE invocation, already handled by module dependency.
4646         * lib/pagealign_alloc.c: Don't include getpagesize.h.
4647
4648 2007-12-02  Bruno Haible  <bruno@clisp.org>
4649
4650         * modules/strings-tests: New file.
4651         * tests/test-strings.c: New file.
4652
4653         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
4654         * lib/strings.in.h: New file.
4655         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
4656         * m4/strings_h.m4: New file.
4657         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
4658         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
4659         * modules/strings: New file.
4660         * modules/string (Makefile.am): Update.
4661         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
4662         Reported by Karl Berry.
4663
4664 2007-12-01  Eric Blake  <ebb9@byu.net>
4665
4666         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
4667         accomodate fix in cygwin 1.5.25.
4668
4669 2007-12-01  Jim Meyering  <meyering@redhat.com>
4670
4671         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
4672         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
4673         that would inhibit utf8-optimization of a regexp containing line-
4674         or buffer-anchors, e.g., `^', `$'.
4675
4676 2007-11-30  Bruno Haible  <bruno@clisp.org>
4677
4678         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
4679         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
4680         glthread_recursive_lock_init.
4681         * lib/lock.c (glthread_recursive_lock_init)
4682         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
4683         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4684
4685 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4686
4687         New function qset_acl, like set_acl but with syscall semantics.
4688         * lib/acl.h (qset_acl): New decl.
4689         * lib/acl.c (qset_acl): New function.
4690         (set_acl): Use new function.  Use more-consistent diagnostics.
4691
4692 2007-11-28  Jim Meyering  <meyering@redhat.com>
4693
4694         * modules/physmem (License): Change from GPL to LGPLv2+.
4695
4696 2007-11-26  Bruno Haible  <bruno@clisp.org>
4697
4698         * lib/vasnprintf.c (decode_long_double): Don't abort if the
4699         'long double' type has excess precision.
4700         Reported by Jim Meyering in
4701         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
4702
4703 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4704
4705         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
4706         Sync from <http://gnu.org/licenses>.
4707         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
4708         with license text from same location.
4709         * doc/maintain.texi, doc/standards.texi:  Sync from
4710         <http://savannah.gnu.org/projects/gnustandards>.
4711
4712 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
4713         and Jim Meyering  <meyering@redhat.com>
4714
4715         Adjust getdate' grammar to accept a slightly more regular language.
4716         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
4717         Before, the former was rejected.
4718         * lib/getdate.y (digits_to_date_time): New function, factored
4719         out of ...
4720         (number): ...here.  Just call digits_to_date_time.
4721         (hybrid): New non-terminal to handle an <unsigned number,
4722         signed relative offset> sequence consistently.
4723
4724 2007-11-18  Jim Meyering  <meyering@redhat.com>
4725
4726         Pull my changes from coreutils:
4727         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
4728         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
4729         use of $gnulib_tool_option_extras, so that it's separated from the
4730         preceding argument.
4731
4732         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
4733         * build-aux/bootstrap (cp_mark_as_generated): Create any required
4734         parent destination directories before copying a file into place.
4735
4736 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4737
4738         bootstrap: work also with 4-argument variant of AC_INIT
4739         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
4740
4741 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
4742
4743         Port test-getaddrinfo to Solaris.
4744         Problem reported by Bruno Haible in
4745         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
4746         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
4747         explanation of setting 'hints'.
4748         Don't reject an implementation merely because it returns EAI_SERVICE.
4749         (EAI_SERVICE): Define to 0 if not defined.
4750
4751 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4752
4753         The license of gnu-make and posix-shell is now "GPLed build tool".
4754         * modules/gnu-make (License): Likewise.
4755         * modules/posix-shell (License): Likewise.
4756
4757         New module posix-shell, for determining a POSIX shell
4758         or perhaps something that is close enough to a POSIX shell.
4759         * m4/posix-shell.m4: New file.
4760         * modules/posix-shell: New file.
4761
4762         * MODULES.html.sh: Mention new module.
4763
4764         New module gnu-make, for determining whether we're using GNU Make.
4765         * m4/gnu-make.m4: New file.
4766         * modules/gnu-make: New file.
4767         * MODULES.html.sh: Mention new module.
4768
4769 2007-11-14  Jim Meyering  <meyering@redhat.com>
4770
4771         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
4772         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
4773         use this macro to create a function _definition_.
4774         Remove useless "#undef ARGMATCH_DIE".
4775
4776 2007-11-14  Bruno Haible  <bruno@clisp.org>
4777
4778         * lib/config.charset: Update for OpenBSD 4.1.
4779         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
4780
4781 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
4782
4783         Document 64-bit #if problems in stdint.texi.
4784         * doc/headers/stdint.texi (stdint.h): Mention problems with
4785         64-bit-#if, and how to work around them.
4786
4787         Don't insist on 'long long int' support in the preprocessor.  It
4788         breaks too many things.  For example, PRIdMAX still uses a 'long
4789         long int' format with the latest Sun compiler, even though
4790         HAVE_LONG_LONG_INT isn't defined due to that compiler's
4791         preprocessor problem.  This causes the latest coreutils to dump
4792         core on Solaris 10 sparc with the Sun C compiler.
4793         Instead, fix the 2007-10-16 problem in a different way, by evaluating
4794         the troublesome expressions at configure-time, not at #if-time.
4795         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
4796         preprocessor.
4797         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
4798         compile-time C checks, done at 'configure'-time.
4799         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
4800         * modules/inttypes (Makefile): Substitute the new symbols that
4801         gl_INTTYPES_H now generates.
4802         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
4803
4804 2007-11-12  Bruno Haible  <bruno@clisp.org>
4805
4806         Tests for Unicode character classification functions.
4807
4808         * modules/unictype/bidicategory-byname-tests: New file.
4809         * modules/unictype/bidicategory-name-tests: New file.
4810         * modules/unictype/bidicategory-of-tests: New file.
4811         * modules/unictype/bidicategory-test-tests: New file.
4812         * modules/unictype/block-list-tests: New file.
4813         * modules/unictype/block-of-tests: New file.
4814         * modules/unictype/block-test-tests: New file.
4815         * modules/unictype/category-C-tests: New file.
4816         * modules/unictype/category-Cc-tests: New file.
4817         * modules/unictype/category-Cf-tests: New file.
4818         * modules/unictype/category-Cn-tests: New file.
4819         * modules/unictype/category-Co-tests: New file.
4820         * modules/unictype/category-Cs-tests: New file.
4821         * modules/unictype/category-L-tests: New file.
4822         * modules/unictype/category-Ll-tests: New file.
4823         * modules/unictype/category-Lm-tests: New file.
4824         * modules/unictype/category-Lo-tests: New file.
4825         * modules/unictype/category-Lt-tests: New file.
4826         * modules/unictype/category-Lu-tests: New file.
4827         * modules/unictype/category-M-tests: New file.
4828         * modules/unictype/category-Mc-tests: New file.
4829         * modules/unictype/category-Me-tests: New file.
4830         * modules/unictype/category-Mn-tests: New file.
4831         * modules/unictype/category-N-tests: New file.
4832         * modules/unictype/category-Nd-tests: New file.
4833         * modules/unictype/category-Nl-tests: New file.
4834         * modules/unictype/category-No-tests: New file.
4835         * modules/unictype/category-P-tests: New file.
4836         * modules/unictype/category-Pc-tests: New file.
4837         * modules/unictype/category-Pd-tests: New file.
4838         * modules/unictype/category-Pe-tests: New file.
4839         * modules/unictype/category-Pf-tests: New file.
4840         * modules/unictype/category-Pi-tests: New file.
4841         * modules/unictype/category-Po-tests: New file.
4842         * modules/unictype/category-Ps-tests: New file.
4843         * modules/unictype/category-S-tests: New file.
4844         * modules/unictype/category-Sc-tests: New file.
4845         * modules/unictype/category-Sk-tests: New file.
4846         * modules/unictype/category-Sm-tests: New file.
4847         * modules/unictype/category-So-tests: New file.
4848         * modules/unictype/category-Z-tests: New file.
4849         * modules/unictype/category-Zl-tests: New file.
4850         * modules/unictype/category-Zp-tests: New file.
4851         * modules/unictype/category-Zs-tests: New file.
4852         * modules/unictype/category-and-not-tests: New file.
4853         * modules/unictype/category-and-tests: New file.
4854         * modules/unictype/category-byname-tests: New file.
4855         * modules/unictype/category-name-tests: New file.
4856         * modules/unictype/category-none-tests: New file.
4857         * modules/unictype/category-of-tests: New file.
4858         * modules/unictype/category-or-tests: New file.
4859         * modules/unictype/category-test-withtable-tests: New file.
4860         * modules/unictype/combining-class-tests: New file.
4861         * modules/unictype/ctype-alnum-tests: New file.
4862         * modules/unictype/ctype-alpha-tests: New file.
4863         * modules/unictype/ctype-blank-tests: New file.
4864         * modules/unictype/ctype-cntrl-tests: New file.
4865         * modules/unictype/ctype-digit-tests: New file.
4866         * modules/unictype/ctype-graph-tests: New file.
4867         * modules/unictype/ctype-lower-tests: New file.
4868         * modules/unictype/ctype-print-tests: New file.
4869         * modules/unictype/ctype-punct-tests: New file.
4870         * modules/unictype/ctype-space-tests: New file.
4871         * modules/unictype/ctype-upper-tests: New file.
4872         * modules/unictype/ctype-xdigit-tests: New file.
4873         * modules/unictype/decimal-digit-tests: New file.
4874         * modules/unictype/digit-tests: New file.
4875         * modules/unictype/mirror-tests: New file.
4876         * modules/unictype/numeric-tests: New file.
4877         * modules/unictype/property-alphabetic-tests: New file.
4878         * modules/unictype/property-ascii-hex-digit-tests: New file.
4879         * modules/unictype/property-bidi-arabic-digit-tests: New file.
4880         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
4881         * modules/unictype/property-bidi-block-separator-tests: New file.
4882         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
4883         * modules/unictype/property-bidi-common-separator-tests: New file.
4884         * modules/unictype/property-bidi-control-tests: New file.
4885         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
4886         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
4887         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
4888         * modules/unictype/property-bidi-european-digit-tests: New file.
4889         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
4890         * modules/unictype/property-bidi-left-to-right-tests: New file.
4891         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
4892         * modules/unictype/property-bidi-other-neutral-tests: New file.
4893         * modules/unictype/property-bidi-pdf-tests: New file.
4894         * modules/unictype/property-bidi-segment-separator-tests: New file.
4895         * modules/unictype/property-bidi-whitespace-tests: New file.
4896         * modules/unictype/property-byname-tests: New file.
4897         * modules/unictype/property-combining-tests: New file.
4898         * modules/unictype/property-composite-tests: New file.
4899         * modules/unictype/property-currency-symbol-tests: New file.
4900         * modules/unictype/property-dash-tests: New file.
4901         * modules/unictype/property-decimal-digit-tests: New file.
4902         * modules/unictype/property-default-ignorable-code-point-tests: New file.
4903         * modules/unictype/property-deprecated-tests: New file.
4904         * modules/unictype/property-diacritic-tests: New file.
4905         * modules/unictype/property-extender-tests: New file.
4906         * modules/unictype/property-format-control-tests: New file.
4907         * modules/unictype/property-grapheme-base-tests: New file.
4908         * modules/unictype/property-grapheme-extend-tests: New file.
4909         * modules/unictype/property-grapheme-link-tests: New file.
4910         * modules/unictype/property-hex-digit-tests: New file.
4911         * modules/unictype/property-hyphen-tests: New file.
4912         * modules/unictype/property-id-continue-tests: New file.
4913         * modules/unictype/property-id-start-tests: New file.
4914         * modules/unictype/property-ideographic-tests: New file.
4915         * modules/unictype/property-ids-binary-operator-tests: New file.
4916         * modules/unictype/property-ids-trinary-operator-tests: New file.
4917         * modules/unictype/property-ignorable-control-tests: New file.
4918         * modules/unictype/property-iso-control-tests: New file.
4919         * modules/unictype/property-join-control-tests: New file.
4920         * modules/unictype/property-left-of-pair-tests: New file.
4921         * modules/unictype/property-line-separator-tests: New file.
4922         * modules/unictype/property-logical-order-exception-tests: New file.
4923         * modules/unictype/property-lowercase-tests: New file.
4924         * modules/unictype/property-math-tests: New file.
4925         * modules/unictype/property-non-break-tests: New file.
4926         * modules/unictype/property-not-a-character-tests: New file.
4927         * modules/unictype/property-numeric-tests: New file.
4928         * modules/unictype/property-other-alphabetic-tests: New file.
4929         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
4930         * modules/unictype/property-other-grapheme-extend-tests: New file.
4931         * modules/unictype/property-other-id-continue-tests: New file.
4932         * modules/unictype/property-other-id-start-tests: New file.
4933         * modules/unictype/property-other-lowercase-tests: New file.
4934         * modules/unictype/property-other-math-tests: New file.
4935         * modules/unictype/property-other-uppercase-tests: New file.
4936         * modules/unictype/property-paired-punctuation-tests: New file.
4937         * modules/unictype/property-paragraph-separator-tests: New file.
4938         * modules/unictype/property-pattern-syntax-tests: New file.
4939         * modules/unictype/property-pattern-white-space-tests: New file.
4940         * modules/unictype/property-private-use-tests: New file.
4941         * modules/unictype/property-punctuation-tests: New file.
4942         * modules/unictype/property-quotation-mark-tests: New file.
4943         * modules/unictype/property-radical-tests: New file.
4944         * modules/unictype/property-sentence-terminal-tests: New file.
4945         * modules/unictype/property-soft-dotted-tests: New file.
4946         * modules/unictype/property-space-tests: New file.
4947         * modules/unictype/property-terminal-punctuation-tests: New file.
4948         * modules/unictype/property-test-tests: New file.
4949         * modules/unictype/property-titlecase-tests: New file.
4950         * modules/unictype/property-unassigned-code-value-tests: New file.
4951         * modules/unictype/property-unified-ideograph-tests: New file.
4952         * modules/unictype/property-uppercase-tests: New file.
4953         * modules/unictype/property-variation-selector-tests: New file.
4954         * modules/unictype/property-white-space-tests: New file.
4955         * modules/unictype/property-xid-continue-tests: New file.
4956         * modules/unictype/property-xid-start-tests: New file.
4957         * modules/unictype/property-zero-width-tests: New file.
4958         * modules/unictype/scripts-tests: New file.
4959         * modules/unictype/syntax-c-ident-tests: New file.
4960         * modules/unictype/syntax-c-whitespace-tests: New file.
4961         * modules/unictype/syntax-java-ident-tests: New file.
4962         * modules/unictype/syntax-java-whitespace-tests: New file.
4963         * tests/unictype/test-bidi_byname.c: New file.
4964         * tests/unictype/test-bidi_name.c: New file.
4965         * tests/unictype/test-bidi_of.c: New file.
4966         * tests/unictype/test-bidi_test.c: New file.
4967         * tests/unictype/test-block_list.c: New file.
4968         * tests/unictype/test-block_of.c: New file.
4969         * tests/unictype/test-block_test.c: New file.
4970         * tests/unictype/test-categ_and.c: New file.
4971         * tests/unictype/test-categ_and_not.c: New file.
4972         * tests/unictype/test-categ_byname.c: New file.
4973         * tests/unictype/test-categ_name.c: New file.
4974         * tests/unictype/test-categ_none.c: New file.
4975         * tests/unictype/test-categ_of.c: New file.
4976         * tests/unictype/test-categ_or.c: New file.
4977         * tests/unictype/test-categ_test_withtable.c: New file.
4978         * tests/unictype/test-combining.c: New file.
4979         * tests/unictype/test-decdigit.c: New file.
4980         * tests/unictype/test-digit.c: New file.
4981         * tests/unictype/test-mirror.c: New file.
4982         * tests/unictype/test-numeric.c: New file.
4983         * tests/unictype/test-pr_byname.c: New file.
4984         * tests/unictype/test-pr_test.c: New file.
4985         * tests/unictype/test-predicate-part1.h: New file.
4986         * tests/unictype/test-predicate-part2.h: New file.
4987         * tests/unictype/test-scripts.c: New file.
4988         * tests/unictype/test-sy_c_ident.c: New file.
4989         * tests/unictype/test-sy_java_ident.c: New file.
4990
4991         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
4992         for Unicode 5.0.0.
4993         * tests/unictype/test-categ_Cc.c: Likewise.
4994         * tests/unictype/test-categ_Cf.c: Likewise.
4995         * tests/unictype/test-categ_Cn.c: Likewise.
4996         * tests/unictype/test-categ_Co.c: Likewise.
4997         * tests/unictype/test-categ_Cs.c: Likewise.
4998         * tests/unictype/test-categ_L.c: Likewise.
4999         * tests/unictype/test-categ_Ll.c: Likewise.
5000         * tests/unictype/test-categ_Lm.c: Likewise.
5001         * tests/unictype/test-categ_Lo.c: Likewise.
5002         * tests/unictype/test-categ_Lt.c: Likewise.
5003         * tests/unictype/test-categ_Lu.c: Likewise.
5004         * tests/unictype/test-categ_M.c: Likewise.
5005         * tests/unictype/test-categ_Mc.c: Likewise.
5006         * tests/unictype/test-categ_Me.c: Likewise.
5007         * tests/unictype/test-categ_Mn.c: Likewise.
5008         * tests/unictype/test-categ_N.c: Likewise.
5009         * tests/unictype/test-categ_Nd.c: Likewise.
5010         * tests/unictype/test-categ_Nl.c: Likewise.
5011         * tests/unictype/test-categ_No.c: Likewise.
5012         * tests/unictype/test-categ_P.c: Likewise.
5013         * tests/unictype/test-categ_Pc.c: Likewise.
5014         * tests/unictype/test-categ_Pd.c: Likewise.
5015         * tests/unictype/test-categ_Pe.c: Likewise.
5016         * tests/unictype/test-categ_Pf.c: Likewise.
5017         * tests/unictype/test-categ_Pi.c: Likewise.
5018         * tests/unictype/test-categ_Po.c: Likewise.
5019         * tests/unictype/test-categ_Ps.c: Likewise.
5020         * tests/unictype/test-categ_S.c: Likewise.
5021         * tests/unictype/test-categ_Sc.c: Likewise.
5022         * tests/unictype/test-categ_Sk.c: Likewise.
5023         * tests/unictype/test-categ_Sm.c: Likewise.
5024         * tests/unictype/test-categ_So.c: Likewise.
5025         * tests/unictype/test-categ_Z.c: Likewise.
5026         * tests/unictype/test-categ_Zl.c: Likewise.
5027         * tests/unictype/test-categ_Zp.c: Likewise.
5028         * tests/unictype/test-categ_Zs.c: Likewise.
5029         * tests/unictype/test-ctype_alnum.c: Likewise.
5030         * tests/unictype/test-ctype_alpha.c: Likewise.
5031         * tests/unictype/test-ctype_blank.c: Likewise.
5032         * tests/unictype/test-ctype_cntrl.c: Likewise.
5033         * tests/unictype/test-ctype_digit.c: Likewise.
5034         * tests/unictype/test-ctype_graph.c: Likewise.
5035         * tests/unictype/test-ctype_lower.c: Likewise.
5036         * tests/unictype/test-ctype_print.c: Likewise.
5037         * tests/unictype/test-ctype_punct.c: Likewise.
5038         * tests/unictype/test-ctype_space.c: Likewise.
5039         * tests/unictype/test-ctype_upper.c: Likewise.
5040         * tests/unictype/test-ctype_xdigit.c: Likewise.
5041         * tests/unictype/test-decdigit.h: Likewise.
5042         * tests/unictype/test-digit.h: Likewise.
5043         * tests/unictype/test-numeric.h: Likewise.
5044         * tests/unictype/test-pr_alphabetic.c: Likewise.
5045         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
5046         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
5047         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
5048         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
5049         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
5050         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
5051         * tests/unictype/test-pr_bidi_control.c: Likewise.
5052         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
5053         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
5054         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
5055         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
5056         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
5057         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
5058         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
5059         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
5060         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
5061         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
5062         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
5063         * tests/unictype/test-pr_combining.c: Likewise.
5064         * tests/unictype/test-pr_composite.c: Likewise.
5065         * tests/unictype/test-pr_currency_symbol.c: Likewise.
5066         * tests/unictype/test-pr_dash.c: Likewise.
5067         * tests/unictype/test-pr_decimal_digit.c: Likewise.
5068         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
5069         * tests/unictype/test-pr_deprecated.c: Likewise.
5070         * tests/unictype/test-pr_diacritic.c: Likewise.
5071         * tests/unictype/test-pr_extender.c: Likewise.
5072         * tests/unictype/test-pr_format_control.c: Likewise.
5073         * tests/unictype/test-pr_grapheme_base.c: Likewise.
5074         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
5075         * tests/unictype/test-pr_grapheme_link.c: Likewise.
5076         * tests/unictype/test-pr_hex_digit.c: Likewise.
5077         * tests/unictype/test-pr_hyphen.c: Likewise.
5078         * tests/unictype/test-pr_id_continue.c: Likewise.
5079         * tests/unictype/test-pr_id_start.c: Likewise.
5080         * tests/unictype/test-pr_ideographic.c: Likewise.
5081         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
5082         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
5083         * tests/unictype/test-pr_ignorable_control.c: Likewise.
5084         * tests/unictype/test-pr_iso_control.c: Likewise.
5085         * tests/unictype/test-pr_join_control.c: Likewise.
5086         * tests/unictype/test-pr_left_of_pair.c: Likewise.
5087         * tests/unictype/test-pr_line_separator.c: Likewise.
5088         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
5089         * tests/unictype/test-pr_lowercase.c: Likewise.
5090         * tests/unictype/test-pr_math.c: Likewise.
5091         * tests/unictype/test-pr_non_break.c: Likewise.
5092         * tests/unictype/test-pr_not_a_character.c: Likewise.
5093         * tests/unictype/test-pr_numeric.c: Likewise.
5094         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
5095         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
5096         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
5097         * tests/unictype/test-pr_other_id_continue.c: Likewise.
5098         * tests/unictype/test-pr_other_id_start.c: Likewise.
5099         * tests/unictype/test-pr_other_lowercase.c: Likewise.
5100         * tests/unictype/test-pr_other_math.c: Likewise.
5101         * tests/unictype/test-pr_other_uppercase.c: Likewise.
5102         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
5103         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
5104         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
5105         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
5106         * tests/unictype/test-pr_private_use.c: Likewise.
5107         * tests/unictype/test-pr_punctuation.c: Likewise.
5108         * tests/unictype/test-pr_quotation_mark.c: Likewise.
5109         * tests/unictype/test-pr_radical.c: Likewise.
5110         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
5111         * tests/unictype/test-pr_soft_dotted.c: Likewise.
5112         * tests/unictype/test-pr_space.c: Likewise.
5113         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
5114         * tests/unictype/test-pr_titlecase.c: Likewise.
5115         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
5116         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
5117         * tests/unictype/test-pr_uppercase.c: Likewise.
5118         * tests/unictype/test-pr_variation_selector.c: Likewise.
5119         * tests/unictype/test-pr_white_space.c: Likewise.
5120         * tests/unictype/test-pr_xid_continue.c: Likewise.
5121         * tests/unictype/test-pr_xid_start.c: Likewise.
5122         * tests/unictype/test-pr_zero_width.c: Likewise.
5123         * tests/unictype/test-sy_c_whitespace.c: Likewise.
5124         * tests/unictype/test-sy_java_whitespace.c: Likewise.
5125
5126 2007-11-12  Bruno Haible  <bruno@clisp.org>
5127
5128         Unicode character classification functions.
5129         * lib/unictype.h: New file.
5130         * modules/unictype/base: New file.
5131         * modules/unictype/category-L: New file.
5132         * modules/unictype/category-Lu: New file.
5133         * modules/unictype/category-Ll: New file.
5134         * modules/unictype/category-Lt: New file.
5135         * modules/unictype/category-Lm: New file.
5136         * modules/unictype/category-Lo: New file.
5137         * modules/unictype/category-M: New file.
5138         * modules/unictype/category-Mn: New file.
5139         * modules/unictype/category-Mc: New file.
5140         * modules/unictype/category-Me: New file.
5141         * modules/unictype/category-N: New file.
5142         * modules/unictype/category-Nd: New file.
5143         * modules/unictype/category-Nl: New file.
5144         * modules/unictype/category-No: New file.
5145         * modules/unictype/category-P: New file.
5146         * modules/unictype/category-Pc: New file.
5147         * modules/unictype/category-Pd: New file.
5148         * modules/unictype/category-Ps: New file.
5149         * modules/unictype/category-Pe: New file.
5150         * modules/unictype/category-Pi: New file.
5151         * modules/unictype/category-Pf: New file.
5152         * modules/unictype/category-Po: New file.
5153         * modules/unictype/category-S: New file.
5154         * modules/unictype/category-Sm: New file.
5155         * modules/unictype/category-Sc: New file.
5156         * modules/unictype/category-Sk: New file.
5157         * modules/unictype/category-So: New file.
5158         * modules/unictype/category-Z: New file.
5159         * modules/unictype/category-Zs: New file.
5160         * modules/unictype/category-Zl: New file.
5161         * modules/unictype/category-Zp: New file.
5162         * modules/unictype/category-C: New file.
5163         * modules/unictype/category-Cc: New file.
5164         * modules/unictype/category-Cf: New file.
5165         * modules/unictype/category-Cs: New file.
5166         * modules/unictype/category-Co: New file.
5167         * modules/unictype/category-Cn: New file.
5168         * modules/unictype/category-or: New file.
5169         * modules/unictype/category-of: New file.
5170         * modules/unictype/category-test: New file.
5171         * modules/unictype/category-test-withtable: New file.
5172         * modules/unictype/category-byname: New file.
5173         * modules/unictype/category-none: New file.
5174         * modules/unictype/category-and: New file.
5175         * modules/unictype/category-and-not: New file.
5176         * modules/unictype/category-name: New file.
5177         * modules/unictype/combining-class: New file.
5178         * modules/unictype/category-all: New file.
5179         * modules/unictype/bidicategory-all: New file.
5180         * modules/unictype/bidicategory-byname: New file.
5181         * modules/unictype/bidicategory-name: New file.
5182         * modules/unictype/bidicategory-of: New file.
5183         * modules/unictype/bidicategory-test: New file.
5184         * modules/unictype/decimal-digit: New file.
5185         * modules/unictype/digit: New file.
5186         * modules/unictype/numeric: New file.
5187         * modules/unictype/mirror: New file.
5188         * modules/unictype/property-white-space: New file.
5189         * modules/unictype/property-alphabetic: New file.
5190         * modules/unictype/property-other-alphabetic: New file.
5191         * modules/unictype/property-not-a-character: New file.
5192         * modules/unictype/property-default-ignorable-code-point: New file.
5193         * modules/unictype/property-other-default-ignorable-code-point: New
5194         file.
5195         * modules/unictype/property-deprecated: New file.
5196         * modules/unictype/property-logical-order-exception: New file.
5197         * modules/unictype/property-variation-selector: New file.
5198         * modules/unictype/property-private-use: New file.
5199         * modules/unictype/property-unassigned-code-value: New file.
5200         * modules/unictype/property-uppercase: New file.
5201         * modules/unictype/property-other-uppercase: New file.
5202         * modules/unictype/property-lowercase: New file.
5203         * modules/unictype/property-other-lowercase: New file.
5204         * modules/unictype/property-titlecase: New file.
5205         * modules/unictype/property-soft-dotted: New file.
5206         * modules/unictype/property-id-start: New file.
5207         * modules/unictype/property-other-id-start: New file.
5208         * modules/unictype/property-id-continue: New file.
5209         * modules/unictype/property-other-id-continue: New file.
5210         * modules/unictype/property-xid-start: New file.
5211         * modules/unictype/property-xid-continue: New file.
5212         * modules/unictype/property-pattern-white-space: New file.
5213         * modules/unictype/property-pattern-syntax: New file.
5214         * modules/unictype/property-join-control: New file.
5215         * modules/unictype/property-grapheme-base: New file.
5216         * modules/unictype/property-grapheme-extend: New file.
5217         * modules/unictype/property-other-grapheme-extend: New file.
5218         * modules/unictype/property-grapheme-link: New file.
5219         * modules/unictype/property-bidi-control: New file.
5220         * modules/unictype/property-bidi-left-to-right: New file.
5221         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
5222         * modules/unictype/property-bidi-arabic-right-to-left: New file.
5223         * modules/unictype/property-bidi-european-digit: New file.
5224         * modules/unictype/property-bidi-eur-num-separator: New file.
5225         * modules/unictype/property-bidi-eur-num-terminator: New file.
5226         * modules/unictype/property-bidi-arabic-digit: New file.
5227         * modules/unictype/property-bidi-common-separator: New file.
5228         * modules/unictype/property-bidi-block-separator: New file.
5229         * modules/unictype/property-bidi-segment-separator: New file.
5230         * modules/unictype/property-bidi-whitespace: New file.
5231         * modules/unictype/property-bidi-non-spacing-mark: New file.
5232         * modules/unictype/property-bidi-boundary-neutral: New file.
5233         * modules/unictype/property-bidi-pdf: New file.
5234         * modules/unictype/property-bidi-embedding-or-override: New file.
5235         * modules/unictype/property-bidi-other-neutral: New file.
5236         * modules/unictype/property-hex-digit: New file.
5237         * modules/unictype/property-ascii-hex-digit: New file.
5238         * modules/unictype/property-ideographic: New file.
5239         * modules/unictype/property-unified-ideograph: New file.
5240         * modules/unictype/property-radical: New file.
5241         * modules/unictype/property-ids-binary-operator: New file.
5242         * modules/unictype/property-ids-trinary-operator: New file.
5243         * modules/unictype/property-zero-width: New file.
5244         * modules/unictype/property-space: New file.
5245         * modules/unictype/property-non-break: New file.
5246         * modules/unictype/property-iso-control: New file.
5247         * modules/unictype/property-format-control: New file.
5248         * modules/unictype/property-dash: New file.
5249         * modules/unictype/property-hyphen: New file.
5250         * modules/unictype/property-punctuation: New file.
5251         * modules/unictype/property-line-separator: New file.
5252         * modules/unictype/property-paragraph-separator: New file.
5253         * modules/unictype/property-quotation-mark: New file.
5254         * modules/unictype/property-sentence-terminal: New file.
5255         * modules/unictype/property-terminal-punctuation: New file.
5256         * modules/unictype/property-currency-symbol: New file.
5257         * modules/unictype/property-math: New file.
5258         * modules/unictype/property-other-math: New file.
5259         * modules/unictype/property-paired-punctuation: New file.
5260         * modules/unictype/property-left-of-pair: New file.
5261         * modules/unictype/property-combining: New file.
5262         * modules/unictype/property-composite: New file.
5263         * modules/unictype/property-decimal-digit: New file.
5264         * modules/unictype/property-numeric: New file.
5265         * modules/unictype/property-diacritic: New file.
5266         * modules/unictype/property-extender: New file.
5267         * modules/unictype/property-ignorable-control: New file.
5268         * modules/unictype/property-test: New file.
5269         * modules/unictype/property-byname: New file.
5270         * modules/unictype/property-all: New file.
5271         * modules/unictype/scripts: New file.
5272         * modules/unictype/scripts-all: New file.
5273         * modules/unictype/block-of: New file.
5274         * modules/unictype/block-test: New file.
5275         * modules/unictype/block-list: New file.
5276         * modules/unictype/block-all: New file.
5277         * modules/unictype/syntax-c-whitespace: New file.
5278         * modules/unictype/syntax-java-whitespace: New file.
5279         * modules/unictype/syntax-c-ident: New file.
5280         * modules/unictype/syntax-java-ident: New file.
5281         * modules/unictype/ctype-alnum: New file.
5282         * modules/unictype/ctype-alpha: New file.
5283         * modules/unictype/ctype-cntrl: New file.
5284         * modules/unictype/ctype-digit: New file.
5285         * modules/unictype/ctype-graph: New file.
5286         * modules/unictype/ctype-lower: New file.
5287         * modules/unictype/ctype-print: New file.
5288         * modules/unictype/ctype-punct: New file.
5289         * modules/unictype/ctype-space: New file.
5290         * modules/unictype/ctype-upper: New file.
5291         * modules/unictype/ctype-xdigit: New file.
5292         * modules/unictype/ctype-blank: New file.
5293         * lib/unictype/bidi_byname.c: New file.
5294         * lib/unictype/bidi_name.c: New file.
5295         * lib/unictype/bidi_of.c: New file.
5296         * lib/unictype/bidi_test.c: New file.
5297         * lib/unictype/bitmap.h: New file.
5298         * lib/unictype/block_test.c: New file.
5299         * lib/unictype/blocks.c: New file.
5300         * lib/unictype/categ_C.c: New file.
5301         * lib/unictype/categ_Cc.c: New file.
5302         * lib/unictype/categ_Cf.c: New file.
5303         * lib/unictype/categ_Cn.c: New file.
5304         * lib/unictype/categ_Co.c: New file.
5305         * lib/unictype/categ_Cs.c: New file.
5306         * lib/unictype/categ_L.c: New file.
5307         * lib/unictype/categ_Ll.c: New file.
5308         * lib/unictype/categ_Lm.c: New file.
5309         * lib/unictype/categ_Lo.c: New file.
5310         * lib/unictype/categ_Lt.c: New file.
5311         * lib/unictype/categ_Lu.c: New file.
5312         * lib/unictype/categ_M.c: New file.
5313         * lib/unictype/categ_Mc.c: New file.
5314         * lib/unictype/categ_Me.c: New file.
5315         * lib/unictype/categ_Mn.c: New file.
5316         * lib/unictype/categ_N.c: New file.
5317         * lib/unictype/categ_Nd.c: New file.
5318         * lib/unictype/categ_Nl.c: New file.
5319         * lib/unictype/categ_No.c: New file.
5320         * lib/unictype/categ_P.c: New file.
5321         * lib/unictype/categ_Pc.c: New file.
5322         * lib/unictype/categ_Pd.c: New file.
5323         * lib/unictype/categ_Pe.c: New file.
5324         * lib/unictype/categ_Pf.c: New file.
5325         * lib/unictype/categ_Pi.c: New file.
5326         * lib/unictype/categ_Po.c: New file.
5327         * lib/unictype/categ_Ps.c: New file.
5328         * lib/unictype/categ_S.c: New file.
5329         * lib/unictype/categ_Sc.c: New file.
5330         * lib/unictype/categ_Sk.c: New file.
5331         * lib/unictype/categ_Sm.c: New file.
5332         * lib/unictype/categ_So.c: New file.
5333         * lib/unictype/categ_Z.c: New file.
5334         * lib/unictype/categ_Zl.c: New file.
5335         * lib/unictype/categ_Zp.c: New file.
5336         * lib/unictype/categ_Zs.c: New file.
5337         * lib/unictype/categ_and.c: New file.
5338         * lib/unictype/categ_and_not.c: New file.
5339         * lib/unictype/categ_byname.c: New file.
5340         * lib/unictype/categ_name.c: New file.
5341         * lib/unictype/categ_none.c: New file.
5342         * lib/unictype/categ_of.c: New file.
5343         * lib/unictype/categ_or.c: New file.
5344         * lib/unictype/categ_test.c: New file.
5345         * lib/unictype/combining.c: New file.
5346         * lib/unictype/ctype_alnum.c: New file.
5347         * lib/unictype/ctype_alpha.c: New file.
5348         * lib/unictype/ctype_blank.c: New file.
5349         * lib/unictype/ctype_cntrl.c: New file.
5350         * lib/unictype/ctype_digit.c: New file.
5351         * lib/unictype/ctype_graph.c: New file.
5352         * lib/unictype/ctype_lower.c: New file.
5353         * lib/unictype/ctype_print.c: New file.
5354         * lib/unictype/ctype_punct.c: New file.
5355         * lib/unictype/ctype_space.c: New file.
5356         * lib/unictype/ctype_upper.c: New file.
5357         * lib/unictype/ctype_xdigit.c: New file.
5358         * lib/unictype/decdigit.c: New file.
5359         * lib/unictype/digit.c: New file.
5360         * lib/unictype/identsyntaxmap.h: New file.
5361         * lib/unictype/mirror.c: New file.
5362         * lib/unictype/numeric.c: New file.
5363         * lib/unictype/pr_alphabetic.c: New file.
5364         * lib/unictype/pr_ascii_hex_digit.c: New file.
5365         * lib/unictype/pr_bidi_arabic_digit.c: New file.
5366         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
5367         * lib/unictype/pr_bidi_block_separator.c: New file.
5368         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
5369         * lib/unictype/pr_bidi_common_separator.c: New file.
5370         * lib/unictype/pr_bidi_control.c: New file.
5371         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
5372         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
5373         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
5374         * lib/unictype/pr_bidi_european_digit.c: New file.
5375         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
5376         * lib/unictype/pr_bidi_left_to_right.c: New file.
5377         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
5378         * lib/unictype/pr_bidi_other_neutral.c: New file.
5379         * lib/unictype/pr_bidi_pdf.c: New file.
5380         * lib/unictype/pr_bidi_segment_separator.c: New file.
5381         * lib/unictype/pr_bidi_whitespace.c: New file.
5382         * lib/unictype/pr_byname.c: New file.
5383         * lib/unictype/pr_byname.gperf: New file.
5384         * lib/unictype/pr_combining.c: New file.
5385         * lib/unictype/pr_composite.c: New file.
5386         * lib/unictype/pr_currency_symbol.c: New file.
5387         * lib/unictype/pr_dash.c: New file.
5388         * lib/unictype/pr_decimal_digit.c: New file.
5389         * lib/unictype/pr_default_ignorable_code_point.c: New file.
5390         * lib/unictype/pr_deprecated.c: New file.
5391         * lib/unictype/pr_diacritic.c: New file.
5392         * lib/unictype/pr_extender.c: New file.
5393         * lib/unictype/pr_format_control.c: New file.
5394         * lib/unictype/pr_grapheme_base.c: New file.
5395         * lib/unictype/pr_grapheme_extend.c: New file.
5396         * lib/unictype/pr_grapheme_link.c: New file.
5397         * lib/unictype/pr_hex_digit.c: New file.
5398         * lib/unictype/pr_hyphen.c: New file.
5399         * lib/unictype/pr_id_continue.c: New file.
5400         * lib/unictype/pr_id_start.c: New file.
5401         * lib/unictype/pr_ideographic.c: New file.
5402         * lib/unictype/pr_ids_binary_operator.c: New file.
5403         * lib/unictype/pr_ids_trinary_operator.c: New file.
5404         * lib/unictype/pr_ignorable_control.c: New file.
5405         * lib/unictype/pr_iso_control.c: New file.
5406         * lib/unictype/pr_join_control.c: New file.
5407         * lib/unictype/pr_left_of_pair.c: New file.
5408         * lib/unictype/pr_line_separator.c: New file.
5409         * lib/unictype/pr_logical_order_exception.c: New file.
5410         * lib/unictype/pr_lowercase.c: New file.
5411         * lib/unictype/pr_math.c: New file.
5412         * lib/unictype/pr_non_break.c: New file.
5413         * lib/unictype/pr_not_a_character.c: New file.
5414         * lib/unictype/pr_numeric.c: New file.
5415         * lib/unictype/pr_other_alphabetic.c: New file.
5416         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
5417         * lib/unictype/pr_other_grapheme_extend.c: New file.
5418         * lib/unictype/pr_other_id_continue.c: New file.
5419         * lib/unictype/pr_other_id_start.c: New file.
5420         * lib/unictype/pr_other_lowercase.c: New file.
5421         * lib/unictype/pr_other_math.c: New file.
5422         * lib/unictype/pr_other_uppercase.c: New file.
5423         * lib/unictype/pr_paired_punctuation.c: New file.
5424         * lib/unictype/pr_paragraph_separator.c: New file.
5425         * lib/unictype/pr_pattern_syntax.c: New file.
5426         * lib/unictype/pr_pattern_white_space.c: New file.
5427         * lib/unictype/pr_private_use.c: New file.
5428         * lib/unictype/pr_punctuation.c: New file.
5429         * lib/unictype/pr_quotation_mark.c: New file.
5430         * lib/unictype/pr_radical.c: New file.
5431         * lib/unictype/pr_sentence_terminal.c: New file.
5432         * lib/unictype/pr_soft_dotted.c: New file.
5433         * lib/unictype/pr_space.c: New file.
5434         * lib/unictype/pr_terminal_punctuation.c: New file.
5435         * lib/unictype/pr_test.c: New file.
5436         * lib/unictype/pr_titlecase.c: New file.
5437         * lib/unictype/pr_unassigned_code_value.c: New file.
5438         * lib/unictype/pr_unified_ideograph.c: New file.
5439         * lib/unictype/pr_uppercase.c: New file.
5440         * lib/unictype/pr_variation_selector.c: New file.
5441         * lib/unictype/pr_white_space.c: New file.
5442         * lib/unictype/pr_xid_continue.c: New file.
5443         * lib/unictype/pr_xid_start.c: New file.
5444         * lib/unictype/pr_zero_width.c: New file.
5445         * lib/unictype/scripts.c: New file.
5446         * lib/unictype/sy_c_ident.c: New file.
5447         * lib/unictype/sy_c_whitespace.c: New file.
5448         * lib/unictype/sy_java_ident.c: New file.
5449         * lib/unictype/sy_java_whitespace.c: New file.
5450
5451         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
5452         Unicode 5.0.0.
5453         * lib/unictype/blocks.h: Likewise.
5454         * lib/unictype/categ_C.h: Likewise.
5455         * lib/unictype/categ_Cc.h: Likewise.
5456         * lib/unictype/categ_Cf.h: Likewise.
5457         * lib/unictype/categ_Cn.h: Likewise.
5458         * lib/unictype/categ_Co.h: Likewise.
5459         * lib/unictype/categ_Cs.h: Likewise.
5460         * lib/unictype/categ_L.h: Likewise.
5461         * lib/unictype/categ_Ll.h: Likewise.
5462         * lib/unictype/categ_Lm.h: Likewise.
5463         * lib/unictype/categ_Lo.h: Likewise.
5464         * lib/unictype/categ_Lt.h: Likewise.
5465         * lib/unictype/categ_Lu.h: Likewise.
5466         * lib/unictype/categ_M.h: Likewise.
5467         * lib/unictype/categ_Mc.h: Likewise.
5468         * lib/unictype/categ_Me.h: Likewise.
5469         * lib/unictype/categ_Mn.h: Likewise.
5470         * lib/unictype/categ_N.h: Likewise.
5471         * lib/unictype/categ_Nd.h: Likewise.
5472         * lib/unictype/categ_Nl.h: Likewise.
5473         * lib/unictype/categ_No.h: Likewise.
5474         * lib/unictype/categ_P.h: Likewise.
5475         * lib/unictype/categ_Pc.h: Likewise.
5476         * lib/unictype/categ_Pd.h: Likewise.
5477         * lib/unictype/categ_Pe.h: Likewise.
5478         * lib/unictype/categ_Pf.h: Likewise.
5479         * lib/unictype/categ_Pi.h: Likewise.
5480         * lib/unictype/categ_Po.h: Likewise.
5481         * lib/unictype/categ_Ps.h: Likewise.
5482         * lib/unictype/categ_S.h: Likewise.
5483         * lib/unictype/categ_Sc.h: Likewise.
5484         * lib/unictype/categ_Sk.h: Likewise.
5485         * lib/unictype/categ_Sm.h: Likewise.
5486         * lib/unictype/categ_So.h: Likewise.
5487         * lib/unictype/categ_Z.h: Likewise.
5488         * lib/unictype/categ_Zl.h: Likewise.
5489         * lib/unictype/categ_Zp.h: Likewise.
5490         * lib/unictype/categ_Zs.h: Likewise.
5491         * lib/unictype/categ_of.h: Likewise.
5492         * lib/unictype/combining.h: Likewise.
5493         * lib/unictype/ctype_alnum.h: Likewise.
5494         * lib/unictype/ctype_alpha.h: Likewise.
5495         * lib/unictype/ctype_blank.h: Likewise.
5496         * lib/unictype/ctype_cntrl.h: Likewise.
5497         * lib/unictype/ctype_digit.h: Likewise.
5498         * lib/unictype/ctype_graph.h: Likewise.
5499         * lib/unictype/ctype_lower.h: Likewise.
5500         * lib/unictype/ctype_print.h: Likewise.
5501         * lib/unictype/ctype_punct.h: Likewise.
5502         * lib/unictype/ctype_space.h: Likewise.
5503         * lib/unictype/ctype_upper.h: Likewise.
5504         * lib/unictype/ctype_xdigit.h: Likewise.
5505         * lib/unictype/decdigit.h: Likewise.
5506         * lib/unictype/digit.h: Likewise.
5507         * lib/unictype/mirror.h: Likewise.
5508         * lib/unictype/numeric.h: Likewise.
5509         * lib/unictype/pr_alphabetic.h: Likewise.
5510         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
5511         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
5512         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
5513         * lib/unictype/pr_bidi_block_separator.h: Likewise.
5514         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
5515         * lib/unictype/pr_bidi_common_separator.h: Likewise.
5516         * lib/unictype/pr_bidi_control.h: Likewise.
5517         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
5518         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
5519         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
5520         * lib/unictype/pr_bidi_european_digit.h: Likewise.
5521         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
5522         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
5523         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
5524         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
5525         * lib/unictype/pr_bidi_pdf.h: Likewise.
5526         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
5527         * lib/unictype/pr_bidi_whitespace.h: Likewise.
5528         * lib/unictype/pr_combining.h: Likewise.
5529         * lib/unictype/pr_composite.h: Likewise.
5530         * lib/unictype/pr_currency_symbol.h: Likewise.
5531         * lib/unictype/pr_dash.h: Likewise.
5532         * lib/unictype/pr_decimal_digit.h: Likewise.
5533         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
5534         * lib/unictype/pr_deprecated.h: Likewise.
5535         * lib/unictype/pr_diacritic.h: Likewise.
5536         * lib/unictype/pr_extender.h: Likewise.
5537         * lib/unictype/pr_format_control.h: Likewise.
5538         * lib/unictype/pr_grapheme_base.h: Likewise.
5539         * lib/unictype/pr_grapheme_extend.h: Likewise.
5540         * lib/unictype/pr_grapheme_link.h: Likewise.
5541         * lib/unictype/pr_hex_digit.h: Likewise.
5542         * lib/unictype/pr_hyphen.h: Likewise.
5543         * lib/unictype/pr_id_continue.h: Likewise.
5544         * lib/unictype/pr_id_start.h: Likewise.
5545         * lib/unictype/pr_ideographic.h: Likewise.
5546         * lib/unictype/pr_ids_binary_operator.h: Likewise.
5547         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
5548         * lib/unictype/pr_ignorable_control.h: Likewise.
5549         * lib/unictype/pr_iso_control.h: Likewise.
5550         * lib/unictype/pr_join_control.h: Likewise.
5551         * lib/unictype/pr_left_of_pair.h: Likewise.
5552         * lib/unictype/pr_line_separator.h: Likewise.
5553         * lib/unictype/pr_logical_order_exception.h: Likewise.
5554         * lib/unictype/pr_lowercase.h: Likewise.
5555         * lib/unictype/pr_math.h: Likewise.
5556         * lib/unictype/pr_non_break.h: Likewise.
5557         * lib/unictype/pr_not_a_character.h: Likewise.
5558         * lib/unictype/pr_numeric.h: Likewise.
5559         * lib/unictype/pr_other_alphabetic.h: Likewise.
5560         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
5561         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
5562         * lib/unictype/pr_other_id_continue.h: Likewise.
5563         * lib/unictype/pr_other_id_start.h: Likewise.
5564         * lib/unictype/pr_other_lowercase.h: Likewise.
5565         * lib/unictype/pr_other_math.h: Likewise.
5566         * lib/unictype/pr_other_uppercase.h: Likewise.
5567         * lib/unictype/pr_paired_punctuation.h: Likewise.
5568         * lib/unictype/pr_paragraph_separator.h: Likewise.
5569         * lib/unictype/pr_pattern_syntax.h: Likewise.
5570         * lib/unictype/pr_pattern_white_space.h: Likewise.
5571         * lib/unictype/pr_private_use.h: Likewise.
5572         * lib/unictype/pr_punctuation.h: Likewise.
5573         * lib/unictype/pr_quotation_mark.h: Likewise.
5574         * lib/unictype/pr_radical.h: Likewise.
5575         * lib/unictype/pr_sentence_terminal.h: Likewise.
5576         * lib/unictype/pr_soft_dotted.h: Likewise.
5577         * lib/unictype/pr_space.h: Likewise.
5578         * lib/unictype/pr_terminal_punctuation.h: Likewise.
5579         * lib/unictype/pr_titlecase.h: Likewise.
5580         * lib/unictype/pr_unassigned_code_value.h: Likewise.
5581         * lib/unictype/pr_unified_ideograph.h: Likewise.
5582         * lib/unictype/pr_uppercase.h: Likewise.
5583         * lib/unictype/pr_variation_selector.h: Likewise.
5584         * lib/unictype/pr_white_space.h: Likewise.
5585         * lib/unictype/pr_xid_continue.h: Likewise.
5586         * lib/unictype/pr_xid_start.h: Likewise.
5587         * lib/unictype/pr_zero_width.h: Likewise.
5588         * lib/unictype/scripts.h: Likewise.
5589         * lib/unictype/scripts_byname.gperf: Likewise.
5590         * lib/unictype/sy_c_ident.h: Likewise.
5591         * lib/unictype/sy_c_whitespace.h: Likewise.
5592         * lib/unictype/sy_java_ident.h: Likewise.
5593         * lib/unictype/sy_java_whitespace.h: Likewise.
5594
5595         * lib/unictype/Makefile: New file.
5596         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
5597         glibc.
5598         * lib/unictype/3level.h: New file, copied from glibc.
5599         * lib/unictype/3levelbit.h: New file.
5600
5601 2007-11-11  Bruno Haible  <bruno@clisp.org>
5602
5603         * modules/gperf: New file.
5604         * modules/iconv_open (Depends-on): Add it.
5605         (Makefile.am): Remove the GPERF definition.
5606
5607 2007-11-11  Bruno Haible  <bruno@clisp.org>
5608
5609         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
5610         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
5611
5612 2007-11-11  Bruno Haible  <bruno@clisp.org>
5613
5614         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
5615         (usage): Remove function.
5616
5617 2007-11-11  Bruno Haible  <bruno@clisp.org>
5618
5619         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
5620         gl_FUNC_CEILF_LIBS.
5621         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
5622         gl_FUNC_CEIL_LIBS.
5623         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
5624         gl_FUNC_CEILL_LIBS.
5625         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
5626         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
5627         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
5628
5629 2007-11-11  Bruno Haible  <bruno@clisp.org>
5630
5631         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
5632         roundf were declared but do not exist on functions.
5633         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
5634         roundl were declared but do not exist on functions.
5635         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
5636         HAVE_FLOORL_AND_CEILL, respectively.
5637         Needed for Sun C on Solaris 10.
5638
5639 2007-11-11  Bruno Haible  <bruno@clisp.org>
5640
5641         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
5642         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
5643         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
5644         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
5645         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
5646         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
5647         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
5648         HAVE_DECL_ROUNDF.
5649         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
5650         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
5651         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
5652         of HAVE_DECL_ROUND*.
5653         * modules/math (Makefile.am): Update.
5654
5655 2007-11-10  Bruno Haible  <bruno@clisp.org>
5656
5657         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
5658         ptrdiff_t as m4/intl.m4.
5659
5660 2007-11-10  Jim Meyering  <meyering@redhat.com>
5661
5662         Avoid link failure for the argmatch test.
5663         * tests/test-argmatch.c (usage): Define function to avoid a link
5664         failure: argmatch_die requires a usage function.
5665
5666 2007-11-09  Bruno Haible  <bruno@clisp.org>
5667
5668         * doc/functions/snprintf.texi: Mention BeOS deficiency.
5669         * doc/functions/vsnprintf.texi: Likewise.
5670         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
5671         with a size argument < 2.
5672
5673 2007-11-09  Bruno Haible  <bruno@clisp.org>
5674
5675         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
5676         buffer. Fixes an inefficiency introduced on 2007-11-03.
5677
5678 2007-11-09  Bruno Haible  <bruno@clisp.org>
5679
5680         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
5681         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
5682
5683 2007-11-08  Jim Meyering  <meyering@redhat.com>
5684
5685         Change cache variable name prefix "jm_" to "gl_" everywhere.
5686         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
5687         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
5688         * m4/uptime.m4: s/gl_/jm_/
5689
5690 2007-11-07  Bruno Haible  <bruno@clisp.org>
5691
5692         Update to GNU gettext 0.17.
5693         * m4/intl.m4: Update to GNU gettext 0.17.
5694         * m4/po.m4: Likewise.
5695         * modules/gettext (Files): Remove m4/ulonglong.m4.
5696         (configure.ac): Require gettext infrastructure from version 0.17.
5697
5698 2007-11-06  Bruno Haible  <bruno@clisp.org>
5699
5700         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
5701         symbolic values are not defined in a public header.
5702         * lib/freadable.c (freadable) [QNX]: Likewise.
5703         * lib/freadahead.c (freadahead) [QNX]: Likewise.
5704         * lib/freading.c (freading) [QNX]: Likewise.
5705         * lib/fseterr.c (fseterr) [QNX]: Likewise.
5706         * lib/fwritable.c (fwritable) [QNX]: Likewise.
5707         * lib/fwriting.c (fwriting) [QNX]: Likewise.
5708         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
5709         Reported by Alain Magloire.
5710
5711         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
5712
5713 2007-11-05  Bruno Haible  <bruno@clisp.org>
5714
5715         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
5716         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
5717         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
5718         Reported by Eric Blake.
5719
5720 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5721             Bruno Haible  <bruno@clisp.org>
5722
5723         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
5724         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
5725         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
5726         (malloc): Undefine also before including <stdlib.h>.
5727         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
5728         Needed on OSF/1 4.0.
5729
5730 2007-11-05  Jim Meyering  <meyering@redhat.com>
5731
5732         git-version-gen: sync from coreutils.
5733         * build-aux/git-version-gen: Add comments.
5734         Change the first '-' to '.' in the snapshot version string,
5735         e.g., 6.9-377-08144 -> 6.9.377-08144
5736         Remove first parameter.
5737         Don't declare a version "-dirty" merely because a time
5738         stamp has changed.
5739
5740 2007-11-04  Bruno Haible  <bruno@clisp.org>
5741
5742         * lib/lock.h: Protect all macro definitions containing an 'if'
5743         statement through a "do { ... } while (0)".
5744         * lib/tls.h: Likewise.
5745
5746 2007-11-04  Bruno Haible  <bruno@clisp.org>
5747
5748         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
5749
5750 2007-11-04  Bruno Haible  <bruno@clisp.org>
5751
5752         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
5753         * modules/fprintf-posix (Depends-on): Add nocrash.
5754         * modules/snprintf-posix (Depends-on): Likewise.
5755         * modules/sprintf-posix (Depends-on): Likewise.
5756         * modules/vasnprintf-posix (Depends-on): Likewise.
5757         * modules/vasprintf-posix (Depends-on): Likewise.
5758         * modules/vfprintf-posix (Depends-on): Likewise.
5759         * modules/vsnprintf-posix (Depends-on): Likewise.
5760         * modules/vsprintf-posix (Depends-on): Likewise.
5761         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5762         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5763         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5764         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5765         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5766         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5767         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5768
5769 2007-11-04  Bruno Haible  <bruno@clisp.org>
5770
5771         * modules/nocrash: New file.
5772         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
5773         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
5774
5775 2007-11-04  Bruno Haible  <bruno@clisp.org>
5776
5777         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
5778         precision handling.
5779         * tests/test-vasprintf-posix.c (test_function): Likewise.
5780         * tests/test-snprintf-posix.h (test_function): Likewise.
5781         * tests/test-sprintf-posix.h (test_function): Likewise.
5782
5783         Fix *printf behaviour for large precisions on mingw and BeOS.
5784         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
5785         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
5786         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
5787         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5788         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5789         gl_PRINTF_PRECISION and test its result. Invoke
5790         gl_PREREQ_VASNPRINTF_PRECISION.
5791         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5792         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5793         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5794         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5795         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5796         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5797         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5798         * doc/functions/fprintf.texi: Update.
5799         * doc/functions/printf.texi: Update.
5800         * doc/functions/snprintf.texi: Update.
5801         * doc/functions/sprintf.texi: Update.
5802         * doc/functions/vfprintf.texi: Update.
5803         * doc/functions/vprintf.texi: Update.
5804         * doc/functions/vsnprintf.texi: Update.
5805         * doc/functions/vsprintf.texi: Update.
5806
5807 2007-11-04  Bruno Haible  <bruno@clisp.org>
5808
5809         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
5810
5811 2007-11-04  Bruno Haible  <bruno@clisp.org>
5812
5813         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
5814         Reported by Sylvain Beucler <beuc@gnu.org>.
5815
5816 2007-11-03  Bruno Haible  <bruno@clisp.org>
5817
5818         * tests/test-fprintf-posix2.sh: New file.
5819         * tests/test-fprintf-posix2.c: New file.
5820         * modules/fprintf-posix-tests (Files): Add them.
5821         (TESTS): Add test-fprintf-posix2.sh.
5822         (configure.ac): Check for getrlimit and setrlimit.
5823         (check_PROGRAMS): Add test-fprintf-posix2.
5824
5825         * tests/test-printf-posix2.sh: New file.
5826         * tests/test-printf-posix2.c: New file.
5827         * modules/printf-posix-tests (Files): Add them.
5828         (TESTS): Add test-printf-posix2.sh.
5829         (configure.ac): Check for getrlimit and setrlimit.
5830         (check_PROGRAMS): Add test-printf-posix2.
5831
5832         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
5833         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
5834         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
5835         (decode_double): New function, copied from decode_long_double.
5836         (scale10_round_decimal_decoded): New function, extracted from
5837         scale10_round_decimal_long_double.
5838         (scale10_round_decimal_long_double): Use it.
5839         (scale10_round_decimal_double): New function.
5840         (floorlog10): New function.
5841         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
5842         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
5843         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5844         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5845         gl_PRINTF_ENOMEM and test its result. Invoke
5846         gl_PREREQ_VASNPRINTF_ENOMEM.
5847         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5848         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5849         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5850         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5851         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5852         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5853         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5854         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
5855         * modules/snprintf-posix (Depends-on): Likewise.
5856         * modules/sprintf-posix (Depends-on): Likewise.
5857         * modules/vasnprintf-posix (Depends-on): Likewise.
5858         * modules/vasprintf-posix (Depends-on): Likewise.
5859         * modules/vfprintf-posix (Depends-on): Likewise.
5860         * modules/vsnprintf-posix (Depends-on): Likewise.
5861         * modules/vsprintf-posix (Depends-on): Likewise.
5862         * doc/functions/fprintf.texi: Update.
5863         * doc/functions/printf.texi: Update.
5864         * doc/functions/snprintf.texi: Update.
5865         * doc/functions/sprintf.texi: Update.
5866         * doc/functions/vfprintf.texi: Update.
5867         * doc/functions/vprintf.texi: Update.
5868         * doc/functions/vsnprintf.texi: Update.
5869         * doc/functions/vsprintf.texi: Update.
5870
5871 2007-11-03  Bruno Haible  <bruno@clisp.org>
5872
5873         * modules/frexp-nolibm-tests: New file.
5874
5875         * modules/frexp-nolibm: New file.
5876         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
5877
5878 2007-11-03  Bruno Haible  <bruno@clisp.org>
5879
5880         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
5881         value is C99 compliant.
5882         Needed for OSF/1 5.1.
5883
5884 2007-11-03  Bruno Haible  <bruno@clisp.org>
5885
5886         Fix out-of-memory handling of vasnprintf.
5887         * lib/printf-parse.c: Include <errno.h>.
5888         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
5889         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
5890         is already set.
5891
5892 2007-11-02  Eric Blake  <ebb9@byu.net>
5893
5894         Fix tests on cygwin.
5895         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
5896
5897 2007-11-01  Bruno Haible  <bruno@clisp.org>
5898
5899         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
5900         warning.
5901         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
5902         needed for POSIX compatibility.
5903
5904 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
5905
5906         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
5907         for compatibility with GNU.
5908
5909 2007-11-01  Bruno Haible  <bruno@clisp.org>
5910
5911         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
5912         (putenv): Renamed from rpl_putenv. Change argument type from
5913         'const char *' to 'char *'.
5914         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
5915         of defining putenv in config.h, just set REPLACE_PUTENV.
5916         * modules/putenv (Depends-on): Add stdlib.
5917         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5918         (Include): Use <stdlib.h>.
5919         * lib/stdlib.in.h (putenv): New declaration.
5920         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
5921         REPLACE_PUTENV.
5922         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
5923         REPLACE_PUTENV.
5924         Needed for MacOS X 10.5.0.
5925         Reported by Peter O'Gorman <peter@pogma.com>.
5926
5927 2007-11-01  Jim Meyering  <meyering@redhat.com>
5928
5929         Treat an empty date string exactly like "0".
5930         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
5931         if the remaining date string (to be parsed) is empty, use "0".
5932         Reported by Mischa Molhoek and discussed in this thread:
5933         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
5934
5935 2007-10-31  Bruno Haible  <bruno@clisp.org>
5936
5937         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
5938         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
5939         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
5940         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
5941         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
5942         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
5943
5944 2007-10-31  Bruno Haible  <bruno@clisp.org>
5945
5946         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
5947         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
5948         (AC_TYPE_LONG_LONG_INT): Use it.
5949         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
5950         it as well.
5951         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
5952         to m4/longlong.m4.
5953         * modules/stdint (Files): Remove m4/ulonglong.m4.
5954         * modules/strtoull (Files): Use m4/longlong.m4 instead of
5955         m4/ulonglong.m4.
5956         * modules/strtoumax (Files): Likewise.
5957
5958 2007-10-30  Bruno Haible  <bruno@clisp.org>
5959
5960         * modules/xvasprintf-posix: New file.
5961         Suggested by Eric Blake.
5962
5963 2007-10-30  Bruno Haible  <bruno@clisp.org>
5964
5965         * modules/xprintf-posix-tests: New file.
5966         * tests/test-xprintf-posix.sh: New file.
5967         * tests/test-xprintf-posix.c: New file.
5968         * tests/test-xfprintf-posix.c: New file.
5969
5970         * modules/xprintf-posix: New file.
5971
5972 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5973
5974         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
5975         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
5976         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
5977
5978 2007-10-29  Bruno Haible  <bruno@clisp.org>
5979
5980         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
5981         contain the special marker '_cv_'.
5982         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
5983         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
5984         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
5985         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
5986         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
5987         Reported by Ralf Wildenhues.
5988
5989 2007-10-29  Bruno Haible  <bruno@clisp.org>
5990
5991         * gnulib-tool (func_import): When --lgpl is not specified, set
5992         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
5993         GPLv3.
5994         Reported by Simon Josefsson.
5995
5996 2007-10-28  Bruno Haible  <bruno@clisp.org>
5997
5998         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
5999         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
6000         HAVE_DECL_ISFINITE.
6001         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6002         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
6003         HAVE_DECL_ISFINITE.
6004
6005 2007-10-28  Bruno Haible  <bruno@clisp.org>
6006
6007         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
6008         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
6009
6010 2007-10-28  Bruno Haible  <bruno@clisp.org>
6011
6012         Fix link errors with Sun C 5.0 on Solaris 10.
6013         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
6014         function is declared but not present in the compiler's libm.
6015         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
6016         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
6017         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
6018         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
6019         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
6020         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
6021         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
6022         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6023         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
6024         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
6025         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
6026         HAVE_DECL_FLOORL.
6027
6028 2007-10-28  Bruno Haible  <bruno@clisp.org>
6029
6030         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
6031         gl_FUNC_FLOORL. Cache the result.
6032         (gl_FUNC_FLOORL): Use it.
6033         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
6034         gl_FUNC_CEILL. Cache the result.
6035         (gl_FUNC_CEILL): Use it.
6036
6037         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
6038         gl_FUNC_FLOOR. Cache the result.
6039         (gl_FUNC_FLOOR): Use it.
6040         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
6041         gl_FUNC_CEIL. Cache the result.
6042         (gl_FUNC_CEIL): Use it.
6043
6044         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
6045         gl_FUNC_FLOORF. Cache the result.
6046         (gl_FUNC_FLOORF): Use it.
6047         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
6048         gl_FUNC_CEILF. Cache the result.
6049         (gl_FUNC_CEILF): Use it.
6050
6051 2007-10-28  Bruno Haible  <bruno@clisp.org>
6052
6053         * gnulib-tool: Allow specifying the LGPL version number through
6054         --lgpl=2 or --lgpl=3.
6055         (func_usage): Document --lgpl with argument.
6056         Handle --lgpl=... arguments.
6057         (func_import): Recognize also gl_LGPL calls with an argument. When
6058         --lgpl=2 is used and the module's license is just LGPL, report an
6059         error. Set sed_transform_lib_file according to the lgpl variable. In
6060         the generated files, use --lgpl or gl_LGPL invocations with argument,
6061         if necessary.
6062         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
6063         an LGPv2+ license.
6064         * doc/gnulib-tool.texi (Modified imports): Update explanation of
6065         gl_LGPL macro.
6066
6067 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6068             Bruno Haible  <bruno@clisp.org>
6069
6070         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
6071         (u16_uctomb_aux): Likewise.
6072         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
6073         !HAVE_INLINE.
6074         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
6075
6076 2007-10-28  Bruno Haible  <bruno@clisp.org>
6077
6078         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
6079         Invoke AM_GETTEXT_OPTION if it exists.
6080         * modules/vasprintf: Likewise.
6081         * modules/verror: Likewise.
6082         * modules/xprintf: Likewise.
6083         * modules/xvasprintf: Likewise.
6084
6085 2007-10-27  Ben Pfaff  <blp@gnu.org>
6086
6087         * lib/math.in.h: Define isfinite macro and prototypes for
6088         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
6089         implementations.
6090         * m4/math_h.m4: New substitutions for isfinite module.
6091         * lib/isfinite.c: New file.
6092         * m4/isfinite.m4: New file.
6093         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
6094         * modules/isfinite: New file.
6095         * modules/isfinite-tests: New file.
6096         * tests/tests-isfinite.c: New file.
6097         * doc/functions/isfinite.texi: Mention isfinite module.
6098         * MODULES.html.sh: Mention new module.
6099
6100 2007-10-27  Ben Pfaff  <blp@gnu.org>
6101
6102         Ralf Wildenhues reported that Tru64 4.0D declares the round
6103         functions but does not have definitions.
6104         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
6105         cannot be found in any library, set the output variable to
6106         "missing" instead of "".
6107         * m4/round.m4: Also use our substitute if we cannot find round in
6108         any library, even if it is declared.
6109         * m4/roundf.m4: Likewise for roundf.
6110         * m4/roundl.m4: Likewise for roundl.
6111         * lib/math.in.h: Undefine roundf, round, roundl before defining
6112         their replacements, to allow for hypothetical systems where these
6113         may be defined as macros but not available in libraries.
6114
6115 2007-10-27  Bruno Haible  <bruno@clisp.org>
6116
6117         * doc/gnulib.texi: Invoke @firstparagraphindent.
6118         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
6119         changes in gnulib.
6120         (Source changes): New section.
6121
6122 2007-10-26  Bruno Haible  <bruno@clisp.org>
6123
6124         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
6125         borrowed from autoconf.
6126
6127 2007-10-26  Bruno Haible  <bruno@clisp.org>
6128
6129         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
6130         strerror returned the empty string. Needed on HP-UX 11.00.
6131
6132 2007-10-24  Micah Cowan  <micah@cowan.name>
6133
6134         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
6135         * build-aux/bootstrap: Remove support for now-unnecessary option,
6136         --cvs-user, and envvars CVS_USER, CVS_RSH.
6137
6138 2007-10-24  Jim Meyering  <meyering@redhat.com>
6139
6140         Avoid diagnostics from sha1sum when there is no cached checksum.
6141         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
6142         if the po.s1 file hasn't been created yet.
6143
6144         * build-aux/bootstrap: Sync from coreutils:
6145         2007-10-24  Jim Meyering  <meyering@redhat.com>
6146         Get gnulib from the git repository, not from an obsolete cvs one.
6147         * build-aux/bootstrap: Suggestion from Micah Cowan.
6148         2007-10-04  Jim Meyering  <jim@meyering.net>
6149         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
6150         (update_po_files): Work also when there are no .po files in po/.
6151
6152 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6153
6154         * README: Append ".git" to git and cg examples.
6155         Problem reported by Benoit Sigoure.
6156
6157 2007-10-23  Micah Cowan  <micah@cowan.name>
6158
6159         * users.txt: Add wget.
6160
6161 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6162
6163         Fix linking of some unistdio tests on FreeBSD.
6164         * modules/unistdio/u16-vsnprintf-tests
6165         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
6166         * modules/unistdio/u16-vsprintf-tests
6167         (test_u16_vsnprintf1_LDADD): Likewise.
6168         * modules/unistdio/u32-vsnprintf-tests
6169         (test_u32_vsnprintf1_LDADD): Likewise.
6170         * modules/unistdio/u32-vsprintf-tests
6171         (test_u32_vsprintf1_LDADD): Likewise.
6172         * modules/unistdio/u8-vsnprintf-tests
6173         (test_u8_vsnprintf1_LDADD): Likewise.
6174         * modules/unistdio/u8-vsprintf-tests
6175         (test_u8_vsprintf1_LDADD): Likewise.
6176         * modules/unistdio/ulc-vsnprintf-tests
6177         (test_ulc_vsnprintf1_LDADD): Likewise.
6178         * modules/unistdio/ulc-vsprintf-tests
6179         (test_ulc_vsprintf1_LDADD): Likewise.
6180
6181         Fix linking of some uniconv tests on FreeBSD.
6182         * modules/uniconv/u16-conv-from-enc-tests
6183         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
6184         * modules/uniconv/u16-conv-to-enc-tests
6185         (test_u16_conv_to_enc_LDADD): Likewise.
6186         * modules/uniconv/u16-strconv-from-enc-tests
6187         (test_u16_strconv_from_enc_LDADD): Likewise.
6188         * modules/uniconv/u16-strconv-to-enc-tests
6189         (test_u16_strconv_to_enc_LDADD): Likewise.
6190         * modules/uniconv/u32-conv-from-enc-tests
6191         (test_u32_conv_from_enc_LDADD): Likewise.
6192         * modules/uniconv/u32-conv-to-enc-tests
6193         (test_u32_conv_to_enc_LDADD): Likewise.
6194         * modules/uniconv/u32-strconv-from-enc-tests
6195         (test_u32_strconv_from_enc_LDADD): Likewise.
6196         * modules/uniconv/u32-strconv-to-enc-tests
6197         (test_u32_strconv_to_enc_LDADD): Likewise.
6198         * modules/uniconv/u8-conv-from-enc-tests
6199         (test_u8_conv_from_enc_LDADD): Likewise.
6200         * modules/uniconv/u8-conv-to-enc-tests
6201         (test_u8_conv_to_enc_LDADD): Likewise.
6202         * modules/uniconv/u8-strconv-from-enc-tests
6203         (test_u8_strconv_from_enc_LDADD): Likewise.
6204         * modules/uniconv/u8-strconv-to-enc-tests
6205         (test_u8_strconv_to_enc_LDADD): Likewise.
6206
6207 2007-10-22  Bruno Haible  <bruno@clisp.org>
6208
6209         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
6210         size.
6211
6212 2007-10-22  Eric Blake  <ebb9@byu.net>
6213
6214         Tweak x*printf documentation.
6215         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
6216         variable name and comments.
6217         Suggested by Bruno Haible.
6218
6219 2007-10-22  Bruno Haible  <bruno@clisp.org>
6220
6221         * lib/acl.c (copy_acl): Fix file name in comment.
6222
6223 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6224
6225         Fix Tru64 problem with stdbool.h.
6226         * lib/stdbool.in.h (false, true):
6227         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
6228         Don't declare as an enum in this situation; it runs afoul of Tru64.
6229         Problem reported by Steven M. Schweda in
6230         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
6231
6232 2007-10-22  Eric Blake  <ebb9@byu.net>
6233
6234         Also wrap vf?printf.
6235         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
6236         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
6237         (xvprintf, xvfprintf): New functions.
6238
6239 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6240
6241         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
6242         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
6243
6244         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
6245         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
6246
6247 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6248
6249         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
6250         by Bruno Haible.
6251
6252 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6253
6254         * lib/getloadavg.c
6255         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
6256         Undef `sys' after including sys/table.h, for Tru64 4.0D.
6257
6258         * tests/test-i-ring.c: Work for C89.
6259
6260 2007-10-22  Bruno Haible  <bruno@clisp.org>
6261
6262         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
6263         -1u, in preprocessor expression, so that we don't test for the bug
6264         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
6265         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
6266
6267 2007-10-22  Eric Blake  <ebb9@byu.net>
6268
6269         * tests/test-yesno.sh: Silence stderr during test.
6270
6271 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6272
6273         * modules/crypto/gc-camellia: New file.
6274
6275         * m4/gc-camellia.m4: New file.
6276
6277         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
6278
6279         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
6280
6281 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6282
6283         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
6284         --help to stdout.  Reported by sms@antinode.org (Steven
6285         M. Schweda).
6286
6287 2007-10-22  Simon Josefsson  <simon@josefsson.org>
6288
6289         * users.txt: Fix link to libksba.
6290
6291 2007-10-21  Ben Pfaff  <blp@gnu.org>
6292
6293         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
6294         round.c roundf implementation that depends on floorf and ceilf to
6295         be tested unconditionally.
6296
6297 2007-10-21  Ben Pfaff  <blp@gnu.org>
6298
6299         * m4/check-libm-func.m4: Removed.
6300         * m4/check-math-lib.m4: New file.
6301         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
6302         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
6303         definition and lack of AC_LIBOBJ([roundf]).
6304         * m4/roundl.m4: Ditto, and similarly for roundl.
6305         * modules/round: Reference new m4 file.
6306         * modules/roundf: Ditto.
6307         * modules/roundl: Ditto.
6308         * tests/test-round2.c (main): Use ROUND instead of round.
6309         Bug report from Bruno Haible.
6310
6311 2007-10-21  Bruno Haible  <bruno@clisp.org>
6312
6313         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
6314         context.
6315
6316 2007-10-21  Bruno Haible  <bruno@clisp.org>
6317
6318         * tests/test-wcwidth.c (main): Allow negative result for some control
6319         characters.
6320
6321         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
6322         Needed on OSF/1 5.1.
6323
6324 2007-10-21  Bruno Haible  <bruno@clisp.org>
6325
6326         * tests/test-floorf1.c: Include isnanf.h.
6327         (main): Use isnanf() instead of isnan().
6328         * tests/test-ceilf1.c: Include isnanf.h.
6329         (main): Use isnanf() instead of isnan().
6330         * tests/test-truncf1.c: Include isnanf.h.
6331         (main): Use isnanf() instead of isnan().
6332         * tests/test-roundf1.c: Include isnanf.h.
6333         (main): Use isnanf() instead of isnan().
6334
6335 2007-10-21  Eric Blake  <ebb9@byu.net>
6336
6337         * users.txt: Update URL for m4.
6338
6339 2007-10-21  Bruno Haible  <bruno@clisp.org>
6340
6341         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
6342
6343 2007-10-21  Bruno Haible  <bruno@clisp.org>
6344
6345         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
6346         Git's management files if the CVS files are not present.
6347
6348 2007-10-20  Bruno Haible  <bruno@clisp.org>
6349
6350         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
6351         gcc-3.4.x.
6352
6353 2007-10-20  Ben Pfaff  <blp@gnu.org>
6354
6355         * lib/math.in.h: Declare round, roundf, roundl if we are providing
6356         implementations.
6357         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
6358         * lib/round.c: New file.
6359         * lib/roundf.c: New file.
6360         * lib/roundl.c: New file.
6361         * m4/round.m4: New file.
6362         * m4/roundf.m4: New file.
6363         * m4/roundl.m4: New file.
6364         * m4/check-libm-func-m4: New file.
6365         * modules/math: Replace round, roundf, roundl related @VARS@ in
6366         math.in.h.
6367         * modules/round: New file.
6368         * modules/round-tests: New file.
6369         * modules/roundf: New file.
6370         * modules/roundf-tests: New file.
6371         * modules/roundl: New file.
6372         * modules/roundl-tests: New file.
6373         * tests/test-round1.c: New file.
6374         * tests/test-round2.c: New file.
6375         * tests/test-roundf1.c: New file.
6376         * tests/test-roundf2.c: New file.
6377         * tests/test-roundl.c: New file.
6378         * doc/functions/round.texi: Mention round module.
6379         * doc/functions/roundf.texi: Mention roundf module.
6380         * doc/functions/roundl.texi: Mention roundl module.
6381         * MODULES.html.sh: Mention new modules.
6382         Thanks to Bruno Haible for suggestions.
6383
6384 2007-10-20  Jim Meyering  <meyering@redhat.com>
6385
6386         * lib/xprintf.c: Include <config.h> unconditionally.
6387
6388         Change xprintf's license to GPL.
6389         * modules/xprintf (License): s/LGPL/GPL/, since this module
6390         depends on modules (exit and exitfail) which are GPL.
6391         Suggestion from Bruno Haible.
6392
6393         xprintf fixes.
6394         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
6395         Use a clearer diagnostic.
6396         Patch from Bruno Haible.
6397
6398 2007-10-20  Bruno Haible  <bruno@clisp.org>
6399
6400         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
6401         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
6402         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6403
6404 2007-10-20  Bruno Haible  <bruno@clisp.org>
6405
6406         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
6407         precision in the comparison result > x - 1 or similar.
6408         * tests/test-ceilf2.c (correct_result_p): Likewise.
6409         * tests/test-truncf2.c (correct_result_p): Likewise.
6410         * tests/test-trunc2.c (correct_result_p): Likewise.
6411         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6412
6413 2007-10-20  Bruno Haible  <bruno@clisp.org>
6414
6415         * modules/ceil: New file.
6416         * m4/ceil.m4: New file.
6417         * doc/functions/ceil.texi: Mention the 'ceil' module.
6418
6419 2007-10-20  Bruno Haible  <bruno@clisp.org>
6420
6421         * modules/floor: New file.
6422         * m4/floor.m4: New file.
6423         * doc/functions/floor.texi: Mention the 'floor' module.
6424
6425 2007-10-20  Bruno Haible  <bruno@clisp.org>
6426
6427         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
6428         of %a.
6429         * modules/floorf-tests (Depends-on): Likewise.
6430         * modules/truncf-tests (Depends-on): Likewise.
6431         * modules/trunc-tests (Depends-on): Likewise.
6432         Reported by Ben Pfaff.
6433
6434 2007-10-19  Jim Meyering  <meyering@redhat.com>
6435
6436         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
6437         Don't bother testing specific errno values.  Just test ferror.
6438
6439         New module: xprintf
6440         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
6441
6442 2007-10-19  Bruno Haible  <bruno@clisp.org>
6443
6444         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
6445         syntax.
6446         * modules/javaexec (Makefile.am): Likewise.
6447         * modules/relocatable-prog (Makefile.am): Likewise.
6448         Suggested by Jim Meyering.
6449
6450 2007-10-18  Bruno Haible  <bruno@clisp.org>
6451
6452         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
6453         Reported by Jim Meyering.
6454
6455 2007-10-18  Eric Blake  <ebb9@byu.net>
6456
6457         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
6458
6459 2007-10-18  Bruno Haible  <bruno@clisp.org>
6460
6461         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
6462         the format string into writable memory. Needed in Fortify conditions.
6463
6464 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
6465             Bruno Haible  <bruno@clisp.org>
6466
6467         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
6468         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
6469         * modules/trim (Depends-on): Add mbchar.
6470         (configure.ac): Add gl_FUNC_MBRTOWC.
6471         (Makefile.am): Augment lib_SOURCES.
6472
6473 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6474
6475         Modify glob.c to use fstatat and dirfd, to simplify it.
6476         Suggested by Eric Blake.
6477         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
6478         Don't include <stdbool.h>; not used.
6479         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
6480         (link_exists_p): Simplify implementation, since we can now assume
6481         dirfd and fstatat.
6482         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
6483
6484 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6485
6486         * gnulib-tool (func_get_dependencies): Fix sed script to
6487         match only tests.
6488
6489 2007-10-17  Bruno Haible  <bruno@clisp.org>
6490
6491         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
6492         allow locale names without encoding suffix.
6493         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6494         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6495
6496 2007-10-16  Bruno Haible  <bruno@clisp.org>
6497
6498         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
6499         * lib/getgroups.c (getgroups): Likewise.
6500         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
6501
6502 2007-10-16  Bruno Haible  <bruno@clisp.org>
6503
6504         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
6505         * modules/malloc-posix (License): Likewise.
6506         * modules/realloc-posix (License): Likewise.
6507         * modules/calloc-posix (License): Likewise.
6508         * modules/intprops (License): Change from GPL to LGPL, with
6509         Paul Eggert's approval.
6510
6511 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6512
6513         Merge glibc changes into lib/glob.c.
6514
6515         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
6516         2007-10-15 04:59:03 UTC.  Here are the changes:
6517
6518         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6519
6520         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
6521
6522         * lib/glob.c: Add some branch prediction throughout.
6523
6524         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6525
6526         [BZ #5103]
6527         * lib/glob.c (glob): Recognize patterns starting \/.
6528
6529         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6530
6531         [BZ #3996]
6532         * lib/glob.c (attribute_hidden): Define if not defined.
6533         (glob): Unescape dirname, filename or username when needed and not
6534         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6535         is NULL.  Handle unescaped [ in pattern without closing ].
6536         Don't pass GLOB_CHECK down to recursive glob for directories.
6537         (__glob_pattern_type): New function.
6538         (__glob_pattern_p): Implement using __glob_pattern_type.
6539         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6540         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6541         Remove unreachable code.
6542
6543         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
6544
6545         * lib/glob.c (glob_in_dir): Add some comments and asserts to
6546         explain why there are no leaks.
6547
6548         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
6549
6550         [BZ #3253]
6551         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
6552         time, rather allocate increasingly bigger arrays of pointers, if
6553         possible with alloca, if too large with malloc.
6554
6555 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6556
6557         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
6558         Problem reported by H.Merijn Brand in
6559         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
6560         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
6561         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6562
6563 2007-10-15  Bruno Haible  <bruno@clisp.org>
6564
6565         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
6566         with explicit rpl_ prefix.
6567         * lib/fopen.c (fopen): Likewise.
6568         * lib/freopen.c (freopen): Likewise.
6569         * lib/iconv.c (iconv): Likewise.
6570         * lib/iconv_close.c (iconv_close): Likewise.
6571
6572 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6573
6574         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
6575
6576 2007-10-15  Bruno Haible  <bruno@clisp.org>
6577
6578         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
6579         <stddef.h> instead of <stdlib.h> since we only need NULL.
6580         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6581
6582 2007-10-15  Bruno Haible  <bruno@clisp.org>
6583
6584         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
6585         Replace paragraph talking about LIBOBJS.
6586         Reported by Colin Watson <cjwatson@debian.org>.
6587
6588 2007-10-15  Bruno Haible  <bruno@clisp.org>
6589
6590         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
6591         <stdlib.h> before using NULL.
6592
6593 2007-10-15  Simon Josefsson  <simon@josefsson.org>
6594
6595         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
6596         Reported by Albert Chin <china@thewrittenword.com>.
6597
6598 2007-10-14  Bruno Haible  <bruno@clisp.org>
6599
6600         * modules/iconv_open-utf-tests: New file.
6601         * tests/test-iconv-utf.c: New file.
6602
6603         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
6604         * modules/iconv_open-utf: New file.
6605         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
6606         (iconv, iconv_close): New declarations.
6607         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
6608         be defined.
6609         (iconv_open): Add special handling of conversion between UTF-8 and
6610         UTF-{16,32}{BE,LE}.
6611         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
6612         * lib/iconv_close.c: New file.
6613         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
6614         gl_FUNC_ICONV_OPEN.
6615         (gl_FUNC_ICONV_OPEN): Use it.
6616         (gl_FUNC_ICONV_OPEN_UTF): New macro.
6617         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
6618         and REPLACE_ICONV_UTF.
6619         * modules/iconv_open (Depends-on): Add c-strcase.
6620         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
6621         ICONV_CONST.
6622         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
6623
6624 2007-10-13  Albert Chin  <china@thewrittenword.com>
6625             Bruno Haible  <bruno@clisp.org>
6626
6627         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
6628         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
6629
6630 2007-10-13  Bruno Haible  <bruno@clisp.org>
6631
6632         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
6633         defined, use the ISO C99 inline semantics.
6634         * lib/argp.h (ARGP_EI): Likewise.
6635
6636 2007-10-13  Bruno Haible  <bruno@clisp.org>
6637
6638         Handle 'inline' change in gcc 4.3.0.
6639         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
6640         argp_fmtstream_write, argp_fmtstream_set_lmargin,
6641         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
6642         argp_fmtstream_point): Disable 'extern' declaration if the function
6643         definition is going to be provided inline.
6644         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
6645         semantics, not the ISO C99 inline semantics.
6646         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
6647         'extern' declaration if the function definition is going to be provided
6648         inline.
6649         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
6650         the GNU C inline semantics, not the ISO C99 inline semantics. With
6651         GCC 4.2, avoid a warning.
6652
6653 2007-10-13  Bruno Haible  <bruno@clisp.org>
6654
6655         * lib/freading.h (freading): Enable the use of __freading for
6656         glibc >= 2.7.
6657         * lib/freading.c (freading): Likewise.
6658
6659 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6660
6661         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
6662         "warning: C99 inline functions are not supported; using GNU89".
6663
6664 2007-10-12  Bruno Haible  <bruno@clisp.org>
6665
6666         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
6667         of 2.
6668         * tests/test-ceilf2.c: New file.
6669         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
6670
6671         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
6672         * modules/ceilf-tests: Update.
6673
6674 2007-10-12  Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
6677         of 2.
6678         * tests/test-floorf2.c: New file.
6679         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
6680
6681         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
6682         * modules/floorf-tests: Update.
6683
6684 2007-10-12  Bruno Haible  <bruno@clisp.org>
6685
6686         * tests/test-trunc2.c: New file.
6687         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
6688
6689         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
6690         * modules/trunc-tests: Update.
6691
6692 2007-10-12  Bruno Haible  <bruno@clisp.org>
6693
6694         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
6695         of 2.
6696         * tests/test-truncf2.c: New file.
6697         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
6698
6699         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
6700         * modules/truncf-tests: Update.
6701
6702 2007-10-11  Eric Blake  <ebb9@byu.net>
6703
6704         Don't claim strerror is broken on Interix.
6705         * doc/functions/strerror.texi (strerror): Known broken systems are
6706         now Solaris 8, and not Interix.
6707         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
6708         Interix on cross-compile.
6709         Reported by Martin Koeppe in
6710         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
6711
6712 2007-10-11  Bruno Haible  <bruno@clisp.org>
6713
6714         * modules/i-ring-tests: New file.
6715         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
6716         instead of assert.
6717
6718 2007-10-11  Bruno Haible  <bruno@clisp.org>
6719
6720         * modules/filenamecat-tests: New file.
6721         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
6722         * lib/filenamecat.c: Remove test code.
6723
6724 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6725
6726         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
6727
6728         * lib/strerror.c: Include <string.h> always, to test interface,
6729         and to remove the need for the dummy.
6730         Include intprops.h to compute width instead of doing it ourselves
6731         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
6732         (strerror): Define it to return NULL if there's no system strerror.
6733         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
6734         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
6735         ancient pre-strerror Unix systems well any more.  Saying "unknown
6736         system error" is enough.
6737         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
6738         simpler strerror.c implementation.
6739         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
6740         Simplify the tests to reflect the simpler strerror implementation.
6741         * modules/strerror (Depends-on): Add intprops.
6742
6743 2007-10-09  Eric Blake  <ebb9@byu.net>
6744
6745         Silence test-fpending.
6746         * modules/fpending-tests (Files): Add wrapper script.
6747         * tests/test-fpending.sh: New file.
6748
6749 2007-10-09  Bruno Haible  <bruno@clisp.org>
6750
6751         * MODULES.html.sh (func_module): Don't create a hyperlink for
6752         function names like 'printf_frexp'.
6753         (Misc): Add crc, memxor.
6754         (Characteristics of floating types): New section.
6755         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
6756         isnanf-nolibm, signbit, trunc, truncf, truncl.
6757         (Enhancements for ISO C 99 functions): New subsection Input/output.
6758         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
6759         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
6760         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
6761         (Compatibility checks for POSIX:2001 functions): Add clock-time.
6762         (Enhancements for POSIX:2001 functions): Add chdir-long.
6763         (File system functions): Add areadlink, chdir-safer, read-file.
6764         Remove cycle-check.
6765         (File system as inode set): New section.
6766         (Date and time): Add gethrxtime.
6767         (Multithreading): Add openmp.
6768         (Internationalization functions): Add localename.
6769         (Unicode string functions): Add unistr/u*-mbsnlen.
6770         (Support for maintaining and releasing projects): Add git-version-gen.
6771         (Lone files): Remove directories.
6772
6773 2007-10-08  Ben Pfaff  <blp@gnu.org>
6774
6775         * lib/xmalloca.h: Fix typo in comment.
6776
6777 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6778
6779         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
6780         when avoiding problems with integer overflow.  Use a portable test
6781         instead.
6782
6783 2007-10-08  Simon Josefsson  <simon@josefsson.org>
6784
6785         * modules/dummy (License): Change to LGPLv2+.
6786         * modules/float (License): Likewise
6787         * modules/realloc (License): Likewise
6788         * modules/stdlib (License): Likewise
6789
6790 2007-10-07  Bruno Haible  <bruno@clisp.org>
6791
6792         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
6793         * floor.c (TWO_MANT_DIG): Likewise.
6794         * ceil.c (TWO_MANT_DIG): Likewise.
6795         Reported by Ben Pfaff.
6796
6797 2007-10-07  Bruno Haible  <bruno@clisp.org>
6798
6799         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
6800         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
6801         * lib/frexp.c (FUNC): Likewise.
6802         * lib/printf-frexp.h (printf_frexp): Likewise.
6803         * lib/printf-frexpl.h (printf_frexpl): Likewise.
6804         * lib/printf-frexp.c (FUNC): Likewise.
6805         Suggested by Jim Meyering.
6806
6807 2007-10-07  Jim Meyering  <meyering@redhat.com>
6808
6809         Make xnanosleep's integer overflow test more robust.
6810         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
6811         so that gcc-4.3.0 doesn't optimize away this test for overflow.
6812
6813 2007-10-07  Bruno Haible  <bruno@clisp.org>
6814
6815         * NEWS: Mention the license change.
6816
6817         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
6818         abbreviations in the modules files.
6819
6820         Change copyright notice from GPLv2+ to GPLv3+.
6821         * README: Change copyright notice.
6822         * MODULES.html.sh: Likewise.
6823         * build-aux/bootstrap.conf: Likewise.
6824         * build-aux/config.libpath: Likewise.
6825         * build-aux/csharpcomp.sh.in: Likewise.
6826         * build-aux/csharpexec.sh.in: Likewise.
6827         * build-aux/install-reloc: Likewise.
6828         * build-aux/javacomp.sh.in: Likewise.
6829         * build-aux/javaexec.sh.in: Likewise.
6830         * build-aux/ldd.sh.in: Likewise.
6831         * build-aux/reloc-ldflags: Likewise.
6832         * build-aux/relocatable.sh.in: Likewise.
6833         * build-aux/x-to-1.in: Likewise.
6834         * check-module: Likewise.
6835         * config/srclistvars.sh: Likewise.
6836         * gnulib-tool: Likewise.
6837         * lib/acl-internal.h: Likewise.
6838         * lib/acl.c: Likewise.
6839         * lib/acl.h: Likewise.
6840         * lib/acl_entries.c: Likewise.
6841         * lib/areadlink-with-size.c: Likewise.
6842         * lib/areadlink.c: Likewise.
6843         * lib/areadlink.h: Likewise.
6844         * lib/argmatch.c: Likewise.
6845         * lib/argmatch.h: Likewise.
6846         * lib/argp-ba.c: Likewise.
6847         * lib/argp-eexst.c: Likewise.
6848         * lib/argp-fmtstream.c: Likewise.
6849         * lib/argp-fmtstream.h: Likewise.
6850         * lib/argp-fs-xinl.c: Likewise.
6851         * lib/argp-help.c: Likewise.
6852         * lib/argp-namefrob.h: Likewise.
6853         * lib/argp-parse.c: Likewise.
6854         * lib/argp-pin.c: Likewise.
6855         * lib/argp-pv.c: Likewise.
6856         * lib/argp-pvh.c: Likewise.
6857         * lib/argp-xinl.c: Likewise.
6858         * lib/argp.h: Likewise.
6859         * lib/at-func.c: Likewise.
6860         * lib/atanl.c: Likewise.
6861         * lib/backupfile.c: Likewise.
6862         * lib/backupfile.h: Likewise.
6863         * lib/basename.c: Likewise.
6864         * lib/binary-io.h: Likewise.
6865         * lib/byteswap.in.h: Likewise.
6866         * lib/c-stack.c: Likewise.
6867         * lib/c-stack.h: Likewise.
6868         * lib/c-strcasestr.c: Likewise.
6869         * lib/c-strcasestr.h: Likewise.
6870         * lib/c-strstr.c: Likewise.
6871         * lib/c-strstr.h: Likewise.
6872         * lib/c-strtod.c: Likewise.
6873         * lib/calloc.c: Likewise.
6874         * lib/canon-host.c: Likewise.
6875         * lib/canon-host.h: Likewise.
6876         * lib/canonicalize-lgpl.c: Likewise.
6877         * lib/canonicalize.c: Likewise.
6878         * lib/canonicalize.h: Likewise.
6879         * lib/ceil.c: Likewise.
6880         * lib/ceilf.c: Likewise.
6881         * lib/ceill.c: Likewise.
6882         * lib/chdir-long.c: Likewise.
6883         * lib/chdir-long.h: Likewise.
6884         * lib/chdir-safer.c: Likewise.
6885         * lib/chdir-safer.h: Likewise.
6886         * lib/chown.c: Likewise.
6887         * lib/classpath.c: Likewise.
6888         * lib/classpath.h: Likewise.
6889         * lib/clean-temp.c: Likewise.
6890         * lib/clean-temp.h: Likewise.
6891         * lib/cloexec.c: Likewise.
6892         * lib/close-stream.c: Likewise.
6893         * lib/closein.c: Likewise.
6894         * lib/closein.h: Likewise.
6895         * lib/closeout.c: Likewise.
6896         * lib/closeout.h: Likewise.
6897         * lib/concat-filename.c: Likewise.
6898         * lib/copy-file.c: Likewise.
6899         * lib/copy-file.h: Likewise.
6900         * lib/count-one-bits.h: Likewise.
6901         * lib/crc.c: Likewise.
6902         * lib/crc.h: Likewise.
6903         * lib/creat-safer.c: Likewise.
6904         * lib/csharpcomp.c: Likewise.
6905         * lib/csharpcomp.h: Likewise.
6906         * lib/csharpexec.c: Likewise.
6907         * lib/csharpexec.h: Likewise.
6908         * lib/cycle-check.c: Likewise.
6909         * lib/cycle-check.h: Likewise.
6910         * lib/diacrit.c: Likewise.
6911         * lib/diacrit.h: Likewise.
6912         * lib/diffseq.h: Likewise.
6913         * lib/dirchownmod.c: Likewise.
6914         * lib/dirent.in.h: Likewise.
6915         * lib/dirfd.c: Likewise.
6916         * lib/dirfd.h: Likewise.
6917         * lib/dirname.c: Likewise.
6918         * lib/dirname.h: Likewise.
6919         * lib/dummy.c: Likewise.
6920         * lib/dup-safer.c: Likewise.
6921         * lib/dup2.c: Likewise.
6922         * lib/eealloc.h: Likewise.
6923         * lib/error.c: Likewise.
6924         * lib/error.h: Likewise.
6925         * lib/euidaccess.c: Likewise.
6926         * lib/exclude.c: Likewise.
6927         * lib/exclude.h: Likewise.
6928         * lib/execute.c: Likewise.
6929         * lib/execute.h: Likewise.
6930         * lib/exitfail.c: Likewise.
6931         * lib/exitfail.h: Likewise.
6932         * lib/expl.c: Likewise.
6933         * lib/fatal-signal.c: Likewise.
6934         * lib/fatal-signal.h: Likewise.
6935         * lib/fbufmode.c: Likewise.
6936         * lib/fbufmode.h: Likewise.
6937         * lib/fchdir.c: Likewise.
6938         * lib/fchmodat.c: Likewise.
6939         * lib/fchownat.c: Likewise.
6940         * lib/fcntl--.h: Likewise.
6941         * lib/fcntl-safer.h: Likewise.
6942         * lib/fcntl.in.h: Likewise.
6943         * lib/fd-safer.c: Likewise.
6944         * lib/fflush.c: Likewise.
6945         * lib/file-has-acl.c: Likewise.
6946         * lib/file-set.c: Likewise.
6947         * lib/file-type.c: Likewise.
6948         * lib/file-type.h: Likewise.
6949         * lib/fileblocks.c: Likewise.
6950         * lib/filemode.c: Likewise.
6951         * lib/filemode.h: Likewise.
6952         * lib/filename.h: Likewise.
6953         * lib/filenamecat.c: Likewise.
6954         * lib/filenamecat.h: Likewise.
6955         * lib/findprog.c: Likewise.
6956         * lib/findprog.h: Likewise.
6957         * lib/float.in.h: Likewise.
6958         * lib/floor.c: Likewise.
6959         * lib/floorf.c: Likewise.
6960         * lib/floorl.c: Likewise.
6961         * lib/fopen-safer.c: Likewise.
6962         * lib/fopen.c: Likewise.
6963         * lib/fpending.c: Likewise.
6964         * lib/fpending.h: Likewise.
6965         * lib/fprintf.c: Likewise.
6966         * lib/fprintftime.h: Likewise.
6967         * lib/fpucw.h: Likewise.
6968         * lib/fpurge.c: Likewise.
6969         * lib/fpurge.h: Likewise.
6970         * lib/freadable.c: Likewise.
6971         * lib/freadable.h: Likewise.
6972         * lib/freadahead.c: Likewise.
6973         * lib/freadahead.h: Likewise.
6974         * lib/freading.c: Likewise.
6975         * lib/freading.h: Likewise.
6976         * lib/free.c: Likewise.
6977         * lib/freopen.c: Likewise.
6978         * lib/frexp.c: Likewise.
6979         * lib/frexpl.c: Likewise.
6980         * lib/fseek.c: Likewise.
6981         * lib/fseterr.c: Likewise.
6982         * lib/fseterr.h: Likewise.
6983         * lib/fstatat.c: Likewise.
6984         * lib/fstrcmp.c: Likewise.
6985         * lib/fstrcmp.h: Likewise.
6986         * lib/fsusage.c: Likewise.
6987         * lib/fsusage.h: Likewise.
6988         * lib/ftell.c: Likewise.
6989         * lib/ftello.c: Likewise.
6990         * lib/fts-cycle.c: Likewise.
6991         * lib/fts.c: Likewise.
6992         * lib/fts_.h: Likewise.
6993         * lib/full-read.c: Likewise.
6994         * lib/full-read.h: Likewise.
6995         * lib/full-write.c: Likewise.
6996         * lib/full-write.h: Likewise.
6997         * lib/fwritable.c: Likewise.
6998         * lib/fwritable.h: Likewise.
6999         * lib/fwriteerror.c: Likewise.
7000         * lib/fwriteerror.h: Likewise.
7001         * lib/fwriting.c: Likewise.
7002         * lib/fwriting.h: Likewise.
7003         * lib/gcd.c: Likewise.
7004         * lib/gcd.h: Likewise.
7005         * lib/getcwd.c: Likewise.
7006         * lib/getdate.h: Likewise.
7007         * lib/getdate.y: Likewise.
7008         * lib/getdomainname.c: Likewise.
7009         * lib/getdomainname.h: Likewise.
7010         * lib/getgroups.c: Likewise.
7011         * lib/gethostname.c: Likewise.
7012         * lib/gethrxtime.c: Likewise.
7013         * lib/gethrxtime.h: Likewise.
7014         * lib/getloadavg.c: Likewise.
7015         * lib/getndelim2.c: Likewise.
7016         * lib/getndelim2.h: Likewise.
7017         * lib/getnline.c: Likewise.
7018         * lib/getnline.h: Likewise.
7019         * lib/getopt.c: Likewise.
7020         * lib/getopt.in.h: Likewise.
7021         * lib/getopt1.c: Likewise.
7022         * lib/getopt_int.h: Likewise.
7023         * lib/getpagesize.h: Likewise.
7024         * lib/getsubopt.c: Likewise.
7025         * lib/gettime.c: Likewise.
7026         * lib/getugroups.c: Likewise.
7027         * lib/getugroups.h: Likewise.
7028         * lib/getusershell.c: Likewise.
7029         * lib/gl_anyavltree_list1.h: Likewise.
7030         * lib/gl_anyavltree_list2.h: Likewise.
7031         * lib/gl_anyhash_list1.h: Likewise.
7032         * lib/gl_anyhash_list2.h: Likewise.
7033         * lib/gl_anylinked_list1.h: Likewise.
7034         * lib/gl_anylinked_list2.h: Likewise.
7035         * lib/gl_anyrbtree_list1.h: Likewise.
7036         * lib/gl_anyrbtree_list2.h: Likewise.
7037         * lib/gl_anytree_list1.h: Likewise.
7038         * lib/gl_anytree_list2.h: Likewise.
7039         * lib/gl_anytree_oset.h: Likewise.
7040         * lib/gl_anytreehash_list1.h: Likewise.
7041         * lib/gl_anytreehash_list2.h: Likewise.
7042         * lib/gl_array_list.c: Likewise.
7043         * lib/gl_array_list.h: Likewise.
7044         * lib/gl_array_oset.c: Likewise.
7045         * lib/gl_array_oset.h: Likewise.
7046         * lib/gl_avltree_list.c: Likewise.
7047         * lib/gl_avltree_list.h: Likewise.
7048         * lib/gl_avltree_oset.c: Likewise.
7049         * lib/gl_avltree_oset.h: Likewise.
7050         * lib/gl_avltreehash_list.c: Likewise.
7051         * lib/gl_avltreehash_list.h: Likewise.
7052         * lib/gl_carray_list.c: Likewise.
7053         * lib/gl_carray_list.h: Likewise.
7054         * lib/gl_linked_list.c: Likewise.
7055         * lib/gl_linked_list.h: Likewise.
7056         * lib/gl_linkedhash_list.c: Likewise.
7057         * lib/gl_linkedhash_list.h: Likewise.
7058         * lib/gl_list.c: Likewise.
7059         * lib/gl_list.h: Likewise.
7060         * lib/gl_oset.c: Likewise.
7061         * lib/gl_oset.h: Likewise.
7062         * lib/gl_rbtree_list.c: Likewise.
7063         * lib/gl_rbtree_list.h: Likewise.
7064         * lib/gl_rbtree_oset.c: Likewise.
7065         * lib/gl_rbtree_oset.h: Likewise.
7066         * lib/gl_rbtreehash_list.c: Likewise.
7067         * lib/gl_rbtreehash_list.h: Likewise.
7068         * lib/gl_sublist.c: Likewise.
7069         * lib/gl_sublist.h: Likewise.
7070         * lib/group-member.c: Likewise.
7071         * lib/group-member.h: Likewise.
7072         * lib/hard-locale.c: Likewise.
7073         * lib/hard-locale.h: Likewise.
7074         * lib/hash-pjw.c: Likewise.
7075         * lib/hash-pjw.h: Likewise.
7076         * lib/hash-triple.c: Likewise.
7077         * lib/hash.c: Likewise.
7078         * lib/hash.h: Likewise.
7079         * lib/human.c: Likewise.
7080         * lib/human.h: Likewise.
7081         * lib/i-ring.c: Likewise.
7082         * lib/i-ring.h: Likewise.
7083         * lib/idcache.c: Likewise.
7084         * lib/imaxabs.c: Likewise.
7085         * lib/imaxdiv.c: Likewise.
7086         * lib/inet_pton.c: Likewise.
7087         * lib/inet_pton.h: Likewise.
7088         * lib/intprops.h: Likewise.
7089         * lib/inttostr.c: Likewise.
7090         * lib/inttostr.h: Likewise.
7091         * lib/inttypes.in.h: Likewise.
7092         * lib/isapipe.c: Likewise.
7093         * lib/isdir.c: Likewise.
7094         * lib/isnan.c: Likewise.
7095         * lib/isnan.h: Likewise.
7096         * lib/isnanf.c: Likewise.
7097         * lib/isnanf.h: Likewise.
7098         * lib/isnanl-nolibm.h: Likewise.
7099         * lib/isnanl.c: Likewise.
7100         * lib/isnanl.h: Likewise.
7101         * lib/javacomp.c: Likewise.
7102         * lib/javacomp.h: Likewise.
7103         * lib/javaexec.c: Likewise.
7104         * lib/javaexec.h: Likewise.
7105         * lib/javaversion.c: Likewise.
7106         * lib/javaversion.h: Likewise.
7107         * lib/javaversion.java: Likewise.
7108         * lib/lbrkprop.h: Likewise.
7109         * lib/lchmod.h: Likewise.
7110         * lib/lchown.c: Likewise.
7111         * lib/ldexpl.c: Likewise.
7112         * lib/linebreak.c: Likewise.
7113         * lib/linebreak.h: Likewise.
7114         * lib/linebuffer.c: Likewise.
7115         * lib/linebuffer.h: Likewise.
7116         * lib/locale.in.h: Likewise.
7117         * lib/logl.c: Likewise.
7118         * lib/long-options.c: Likewise.
7119         * lib/long-options.h: Likewise.
7120         * lib/lstat.c: Likewise.
7121         * lib/lstat.h: Likewise.
7122         * lib/math.in.h: Likewise.
7123         * lib/mbchar.c: Likewise.
7124         * lib/mbchar.h: Likewise.
7125         * lib/mbfile.h: Likewise.
7126         * lib/mbiter.h: Likewise.
7127         * lib/mbscasecmp.c: Likewise.
7128         * lib/mbscasestr.c: Likewise.
7129         * lib/mbschr.c: Likewise.
7130         * lib/mbscspn.c: Likewise.
7131         * lib/mbslen.c: Likewise.
7132         * lib/mbsncasecmp.c: Likewise.
7133         * lib/mbsnlen.c: Likewise.
7134         * lib/mbspbrk.c: Likewise.
7135         * lib/mbspcasecmp.c: Likewise.
7136         * lib/mbsrchr.c: Likewise.
7137         * lib/mbssep.c: Likewise.
7138         * lib/mbsspn.c: Likewise.
7139         * lib/mbsstr.c: Likewise.
7140         * lib/mbstok_r.c: Likewise.
7141         * lib/mbswidth.c: Likewise.
7142         * lib/mbswidth.h: Likewise.
7143         * lib/mbuiter.h: Likewise.
7144         * lib/memcasecmp.c: Likewise.
7145         * lib/memcasecmp.h: Likewise.
7146         * lib/memchr.c: Likewise.
7147         * lib/memcmp.c: Likewise.
7148         * lib/memcoll.c: Likewise.
7149         * lib/memcoll.h: Likewise.
7150         * lib/memcpy.c: Likewise.
7151         * lib/memrchr.c: Likewise.
7152         * lib/mkancesdirs.c: Likewise.
7153         * lib/mkdir-p.c: Likewise.
7154         * lib/mkdir-p.h: Likewise.
7155         * lib/mkdir.c: Likewise.
7156         * lib/mkdirat.c: Likewise.
7157         * lib/mkdtemp.c: Likewise.
7158         * lib/mkstemp-safer.c: Likewise.
7159         * lib/mkstemp.c: Likewise.
7160         * lib/modechange.c: Likewise.
7161         * lib/modechange.h: Likewise.
7162         * lib/mountlist.c: Likewise.
7163         * lib/mountlist.h: Likewise.
7164         * lib/mpsort.c: Likewise.
7165         * lib/nanosleep.c: Likewise.
7166         * lib/obstack.c: Likewise.
7167         * lib/obstack.h: Likewise.
7168         * lib/open-safer.c: Likewise.
7169         * lib/open.c: Likewise.
7170         * lib/openat-die.c: Likewise.
7171         * lib/openat-priv.h: Likewise.
7172         * lib/openat-proc.c: Likewise.
7173         * lib/openat.c: Likewise.
7174         * lib/openat.h: Likewise.
7175         * lib/pagealign_alloc.c: Likewise.
7176         * lib/pagealign_alloc.h: Likewise.
7177         * lib/physmem.c: Likewise.
7178         * lib/physmem.h: Likewise.
7179         * lib/pipe-safer.c: Likewise.
7180         * lib/pipe.c: Likewise.
7181         * lib/pipe.h: Likewise.
7182         * lib/posixtm.c: Likewise.
7183         * lib/posixtm.h: Likewise.
7184         * lib/posixver.c: Likewise.
7185         * lib/printf-frexp.c: Likewise.
7186         * lib/printf-frexp.h: Likewise.
7187         * lib/printf-frexpl.c: Likewise.
7188         * lib/printf-frexpl.h: Likewise.
7189         * lib/printf.c: Likewise.
7190         * lib/progname.c: Likewise.
7191         * lib/progname.h: Likewise.
7192         * lib/progreloc.c: Likewise.
7193         * lib/putenv.c: Likewise.
7194         * lib/quote.c: Likewise.
7195         * lib/quote.h: Likewise.
7196         * lib/quotearg.c: Likewise.
7197         * lib/quotearg.h: Likewise.
7198         * lib/raise.c: Likewise.
7199         * lib/readline.c: Likewise.
7200         * lib/readline.h: Likewise.
7201         * lib/readlink.c: Likewise.
7202         * lib/readtokens.c: Likewise.
7203         * lib/readtokens.h: Likewise.
7204         * lib/readtokens0.c: Likewise.
7205         * lib/readtokens0.h: Likewise.
7206         * lib/readutmp.c: Likewise.
7207         * lib/readutmp.h: Likewise.
7208         * lib/realloc.c: Likewise.
7209         * lib/relocwrapper.c: Likewise.
7210         * lib/rename-dest-slash.c: Likewise.
7211         * lib/rename.c: Likewise.
7212         * lib/rmdir.c: Likewise.
7213         * lib/rpmatch.c: Likewise.
7214         * lib/safe-read.c: Likewise.
7215         * lib/safe-read.h: Likewise.
7216         * lib/safe-write.c: Likewise.
7217         * lib/safe-write.h: Likewise.
7218         * lib/same-inode.h: Likewise.
7219         * lib/same.c: Likewise.
7220         * lib/same.h: Likewise.
7221         * lib/save-cwd.c: Likewise.
7222         * lib/save-cwd.h: Likewise.
7223         * lib/savedir.c: Likewise.
7224         * lib/savedir.h: Likewise.
7225         * lib/savewd.c: Likewise.
7226         * lib/savewd.h: Likewise.
7227         * lib/search.in.h: Likewise.
7228         * lib/setenv.c: Likewise.
7229         * lib/setenv.h: Likewise.
7230         * lib/settime.c: Likewise.
7231         * lib/sh-quote.c: Likewise.
7232         * lib/sh-quote.h: Likewise.
7233         * lib/sig2str.c: Likewise.
7234         * lib/sig2str.h: Likewise.
7235         * lib/signal.in.h: Likewise.
7236         * lib/signbitd.c: Likewise.
7237         * lib/signbitf.c: Likewise.
7238         * lib/signbitl.c: Likewise.
7239         * lib/sigprocmask.c: Likewise.
7240         * lib/sincosl.c: Likewise.
7241         * lib/sleep.c: Likewise.
7242         * lib/sprintf.c: Likewise.
7243         * lib/sqrtl.c: Likewise.
7244         * lib/stat-time.h: Likewise.
7245         * lib/stdio--.h: Likewise.
7246         * lib/stdio-safer.h: Likewise.
7247         * lib/stdlib--.h: Likewise.
7248         * lib/stdlib-safer.h: Likewise.
7249         * lib/stdlib.in.h: Likewise.
7250         * lib/stpcpy.c: Likewise.
7251         * lib/stpncpy.c: Likewise.
7252         * lib/strchrnul.c: Likewise.
7253         * lib/strcspn.c: Likewise.
7254         * lib/strerror.c: Likewise.
7255         * lib/strftime.c: Likewise.
7256         * lib/strftime.h: Likewise.
7257         * lib/striconveh.c: Likewise.
7258         * lib/striconveh.h: Likewise.
7259         * lib/striconveha.c: Likewise.
7260         * lib/striconveha.h: Likewise.
7261         * lib/stripslash.c: Likewise.
7262         * lib/strnlen1.c: Likewise.
7263         * lib/strnlen1.h: Likewise.
7264         * lib/strtod.c: Likewise.
7265         * lib/strtoimax.c: Likewise.
7266         * lib/strtok_r.c: Likewise.
7267         * lib/strtol.c: Likewise.
7268         * lib/strtoll.c: Likewise.
7269         * lib/strtoul.c: Likewise.
7270         * lib/strtoull.c: Likewise.
7271         * lib/sysexits.in.h: Likewise.
7272         * lib/tempname.c: Likewise.
7273         * lib/tempname.h: Likewise.
7274         * lib/timespec.h: Likewise.
7275         * lib/tls.c: Likewise.
7276         * lib/tls.h: Likewise.
7277         * lib/tmpdir.c: Likewise.
7278         * lib/tmpdir.h: Likewise.
7279         * lib/tmpfile-safer.c: Likewise.
7280         * lib/tmpfile.c: Likewise.
7281         * lib/trigl.c: Likewise.
7282         * lib/trigl.h: Likewise.
7283         * lib/trim.c: Likewise.
7284         * lib/trim.h: Likewise.
7285         * lib/trunc.c: Likewise.
7286         * lib/truncf.c: Likewise.
7287         * lib/truncl.c: Likewise.
7288         * lib/tsearch.c: Likewise.
7289         * lib/unicodeio.c: Likewise.
7290         * lib/unicodeio.h: Likewise.
7291         * lib/unistd--.h: Likewise.
7292         * lib/unistd-safer.h: Likewise.
7293         * lib/unistdio/ulc-fprintf.c: Likewise.
7294         * lib/unistdio/ulc-vfprintf.c: Likewise.
7295         * lib/unlinkdir.c: Likewise.
7296         * lib/unlinkdir.h: Likewise.
7297         * lib/unlocked-io.h: Likewise.
7298         * lib/unsetenv.c: Likewise.
7299         * lib/userspec.c: Likewise.
7300         * lib/utime.c: Likewise.
7301         * lib/utimecmp.c: Likewise.
7302         * lib/utimecmp.h: Likewise.
7303         * lib/utimens.c: Likewise.
7304         * lib/verify.h: Likewise.
7305         * lib/verror.c: Likewise.
7306         * lib/verror.h: Likewise.
7307         * lib/version-etc-fsf.c: Likewise.
7308         * lib/version-etc.c: Likewise.
7309         * lib/version-etc.h: Likewise.
7310         * lib/vfprintf.c: Likewise.
7311         * lib/vprintf.c: Likewise.
7312         * lib/vsprintf.c: Likewise.
7313         * lib/w32spawn.h: Likewise.
7314         * lib/wait-process.c: Likewise.
7315         * lib/wait-process.h: Likewise.
7316         * lib/wcwidth.c: Likewise.
7317         * lib/write-any-file.c: Likewise.
7318         * lib/xalloc-die.c: Likewise.
7319         * lib/xalloc.h: Likewise.
7320         * lib/xasprintf.c: Likewise.
7321         * lib/xgetcwd.c: Likewise.
7322         * lib/xgetcwd.h: Likewise.
7323         * lib/xgetdomainname.c: Likewise.
7324         * lib/xgetdomainname.h: Likewise.
7325         * lib/xgethostname.c: Likewise.
7326         * lib/xmalloc.c: Likewise.
7327         * lib/xmalloca.c: Likewise.
7328         * lib/xmalloca.h: Likewise.
7329         * lib/xmemcoll.c: Likewise.
7330         * lib/xnanosleep.c: Likewise.
7331         * lib/xreadlink.c: Likewise.
7332         * lib/xreadlink.h: Likewise.
7333         * lib/xsetenv.c: Likewise.
7334         * lib/xsetenv.h: Likewise.
7335         * lib/xstriconv.c: Likewise.
7336         * lib/xstriconv.h: Likewise.
7337         * lib/xstrndup.c: Likewise.
7338         * lib/xstrndup.h: Likewise.
7339         * lib/xstrtod.c: Likewise.
7340         * lib/xstrtod.h: Likewise.
7341         * lib/xstrtol-error.c: Likewise.
7342         * lib/xstrtol.c: Likewise.
7343         * lib/xstrtol.h: Likewise.
7344         * lib/xtime.h: Likewise.
7345         * lib/xvasprintf.c: Likewise.
7346         * lib/xvasprintf.h: Likewise.
7347         * lib/yesno.c: Likewise.
7348         * lib/yesno.h: Likewise.
7349         * posix-modules: Likewise.
7350         * tests/test-alloca-opt.c: Likewise.
7351         * tests/test-arcfour.c: Likewise.
7352         * tests/test-arctwo.c: Likewise.
7353         * tests/test-argmatch.c: Likewise.
7354         * tests/test-argp-2.sh: Likewise.
7355         * tests/test-argp.c: Likewise.
7356         * tests/test-arpa_inet.c: Likewise.
7357         * tests/test-array_list.c: Likewise.
7358         * tests/test-array_oset.c: Likewise.
7359         * tests/test-atexit.c: Likewise.
7360         * tests/test-avltree_list.c: Likewise.
7361         * tests/test-avltree_oset.c: Likewise.
7362         * tests/test-avltreehash_list.c: Likewise.
7363         * tests/test-base64.c: Likewise.
7364         * tests/test-binary-io.c: Likewise.
7365         * tests/test-byteswap.c: Likewise.
7366         * tests/test-c-ctype.c: Likewise.
7367         * tests/test-c-strcasecmp.c: Likewise.
7368         * tests/test-c-strcasestr.c: Likewise.
7369         * tests/test-c-strncasecmp.c: Likewise.
7370         * tests/test-c-strstr.c: Likewise.
7371         * tests/test-canonicalize-lgpl.c: Likewise.
7372         * tests/test-canonicalize.c: Likewise.
7373         * tests/test-carray_list.c: Likewise.
7374         * tests/test-ceilf.c: Likewise.
7375         * tests/test-ceill.c: Likewise.
7376         * tests/test-count-one-bits.c: Likewise.
7377         * tests/test-crc.c: Likewise.
7378         * tests/test-dirname.c: Likewise.
7379         * tests/test-fbufmode.c: Likewise.
7380         * tests/test-fcntl.c: Likewise.
7381         * tests/test-fflush.c: Likewise.
7382         * tests/test-floorf.c: Likewise.
7383         * tests/test-floorl.c: Likewise.
7384         * tests/test-fopen.c: Likewise.
7385         * tests/test-fprintf-posix.c: Likewise.
7386         * tests/test-fprintf-posix.h: Likewise.
7387         * tests/test-fpurge.c: Likewise.
7388         * tests/test-freadable.c: Likewise.
7389         * tests/test-freadahead.c: Likewise.
7390         * tests/test-freading.c: Likewise.
7391         * tests/test-freopen.c: Likewise.
7392         * tests/test-frexp.c: Likewise.
7393         * tests/test-frexpl.c: Likewise.
7394         * tests/test-fseek.c: Likewise.
7395         * tests/test-fseeko.c: Likewise.
7396         * tests/test-fseterr.c: Likewise.
7397         * tests/test-fstrcmp.c: Likewise.
7398         * tests/test-ftell.c: Likewise.
7399         * tests/test-ftello.c: Likewise.
7400         * tests/test-fwritable.c: Likewise.
7401         * tests/test-fwriting.c: Likewise.
7402         * tests/test-getaddrinfo.c: Likewise.
7403         * tests/test-getpass.c: Likewise.
7404         * tests/test-gettimeofday.c: Likewise.
7405         * tests/test-hmac-md5.c: Likewise.
7406         * tests/test-hmac-sha1.c: Likewise.
7407         * tests/test-iconv.c: Likewise.
7408         * tests/test-iconvme.c: Likewise.
7409         * tests/test-inttypes.c: Likewise.
7410         * tests/test-isnan.c: Likewise.
7411         * tests/test-isnanf.c: Likewise.
7412         * tests/test-isnanl-nolibm.c: Likewise.
7413         * tests/test-isnanl.c: Likewise.
7414         * tests/test-isnanl.h: Likewise.
7415         * tests/test-ldexpl.c: Likewise.
7416         * tests/test-linked_list.c: Likewise.
7417         * tests/test-linkedhash_list.c: Likewise.
7418         * tests/test-locale.c: Likewise.
7419         * tests/test-localename.c: Likewise.
7420         * tests/test-lock.c: Likewise.
7421         * tests/test-lseek.c: Likewise.
7422         * tests/test-malloca.c: Likewise.
7423         * tests/test-math.c: Likewise.
7424         * tests/test-mbscasecmp.c: Likewise.
7425         * tests/test-mbscasestr1.c: Likewise.
7426         * tests/test-mbscasestr2.c: Likewise.
7427         * tests/test-mbscasestr3.c: Likewise.
7428         * tests/test-mbscasestr4.c: Likewise.
7429         * tests/test-mbschr.c: Likewise.
7430         * tests/test-mbscspn.c: Likewise.
7431         * tests/test-mbsncasecmp.c: Likewise.
7432         * tests/test-mbspbrk.c: Likewise.
7433         * tests/test-mbspcasecmp.c: Likewise.
7434         * tests/test-mbsrchr.c: Likewise.
7435         * tests/test-mbsspn.c: Likewise.
7436         * tests/test-mbsstr1.c: Likewise.
7437         * tests/test-mbsstr2.c: Likewise.
7438         * tests/test-mbsstr3.c: Likewise.
7439         * tests/test-md5.c: Likewise.
7440         * tests/test-memmem.c: Likewise.
7441         * tests/test-netinet_in.c: Likewise.
7442         * tests/test-open.c: Likewise.
7443         * tests/test-printf-frexp.c: Likewise.
7444         * tests/test-printf-frexpl.c: Likewise.
7445         * tests/test-printf-posix.c: Likewise.
7446         * tests/test-printf-posix.h: Likewise.
7447         * tests/test-rbtree_list.c: Likewise.
7448         * tests/test-rbtree_oset.c: Likewise.
7449         * tests/test-rbtreehash_list.c: Likewise.
7450         * tests/test-read-file.c: Likewise.
7451         * tests/test-rijndael.c: Likewise.
7452         * tests/test-search.c: Likewise.
7453         * tests/test-signbit.c: Likewise.
7454         * tests/test-sleep.c: Likewise.
7455         * tests/test-snprintf-posix.c: Likewise.
7456         * tests/test-snprintf-posix.h: Likewise.
7457         * tests/test-snprintf.c: Likewise.
7458         * tests/test-sprintf-posix.c: Likewise.
7459         * tests/test-sprintf-posix.h: Likewise.
7460         * tests/test-stat-time.c: Likewise.
7461         * tests/test-stdbool.c: Likewise.
7462         * tests/test-stdint.c: Likewise.
7463         * tests/test-stdio.c: Likewise.
7464         * tests/test-stdlib.c: Likewise.
7465         * tests/test-stpncpy.c: Likewise.
7466         * tests/test-strcasestr.c: Likewise.
7467         * tests/test-striconv.c: Likewise.
7468         * tests/test-striconveh.c: Likewise.
7469         * tests/test-striconveha.c: Likewise.
7470         * tests/test-string.c: Likewise.
7471         * tests/test-sys_select.c: Likewise.
7472         * tests/test-sys_socket.c: Likewise.
7473         * tests/test-sys_stat.c: Likewise.
7474         * tests/test-sys_time.c: Likewise.
7475         * tests/test-sysexits.c: Likewise.
7476         * tests/test-time.c: Likewise.
7477         * tests/test-tls.c: Likewise.
7478         * tests/test-trunc.c: Likewise.
7479         * tests/test-truncf.c: Likewise.
7480         * tests/test-truncl.c: Likewise.
7481         * tests/test-unistd.c: Likewise.
7482         * tests/test-vasnprintf-posix.c: Likewise.
7483         * tests/test-vasnprintf-posix2.c: Likewise.
7484         * tests/test-vasnprintf.c: Likewise.
7485         * tests/test-vasprintf-posix.c: Likewise.
7486         * tests/test-vasprintf.c: Likewise.
7487         * tests/test-verify.c: Likewise.
7488         * tests/test-vfprintf-posix.c: Likewise.
7489         * tests/test-vprintf-posix.c: Likewise.
7490         * tests/test-vsnprintf-posix.c: Likewise.
7491         * tests/test-vsnprintf.c: Likewise.
7492         * tests/test-vsprintf-posix.c: Likewise.
7493         * tests/test-wchar.c: Likewise.
7494         * tests/test-wctype.c: Likewise.
7495         * tests/test-wcwidth.c: Likewise.
7496         * tests/test-xstrtol.c: Likewise.
7497         * tests/test-xvasprintf.c: Likewise.
7498         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
7499         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
7500         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7501         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7502         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7503         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
7504         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7505         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7506         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7507         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
7508         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7509         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7510         * tests/uniname/test-uninames.c: Likewise.
7511         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
7512         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
7513         * tests/unistdio/test-u16-printf1.h: Likewise.
7514         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
7515         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
7516         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
7517         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
7518         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
7519         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
7520         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
7521         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
7522         * tests/unistdio/test-u32-printf1.h: Likewise.
7523         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
7524         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
7525         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
7526         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
7527         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
7528         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
7529         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
7530         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
7531         * tests/unistdio/test-u8-printf1.h: Likewise.
7532         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
7533         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
7534         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
7535         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
7536         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
7537         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
7538         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
7539         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
7540         * tests/unistdio/test-ulc-printf1.h: Likewise.
7541         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
7542         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
7543         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
7544         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
7545         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
7546         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
7547         * tests/uniwidth/test-u16-strwidth.c: Likewise.
7548         * tests/uniwidth/test-u16-width.c: Likewise.
7549         * tests/uniwidth/test-u32-strwidth.c: Likewise.
7550         * tests/uniwidth/test-u32-width.c: Likewise.
7551         * tests/uniwidth/test-u8-strwidth.c: Likewise.
7552         * tests/uniwidth/test-u8-width.c: Likewise.
7553         * tests/uniwidth/test-uc_width.c: Likewise.
7554         * config/srclist-update: Likewise.
7555         (fixlicense): Update to GPLv3+.
7556
7557         Change copyright notice from LGPLv2.1+ to LGPLv3+.
7558         * tests/test-tsearch.c: Change copyright notice.
7559
7560         Change copyright notice from LGPLv2.0+ to LGPLv3+.
7561         * lib/c-strcaseeq.h: Change copyright notice.
7562         * lib/streq.h: Likewise.
7563         * lib/uniconv.h: Likewise.
7564         * lib/uniconv/u-conv-from-enc.h: Likewise.
7565         * lib/uniconv/u-conv-to-enc.h: Likewise.
7566         * lib/uniconv/u-strconv-from-enc.h: Likewise.
7567         * lib/uniconv/u-strconv-to-enc.h: Likewise.
7568         * lib/uniconv/u16-conv-from-enc.c: Likewise.
7569         * lib/uniconv/u16-conv-to-enc.c: Likewise.
7570         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
7571         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
7572         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
7573         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
7574         * lib/uniconv/u32-conv-from-enc.c: Likewise.
7575         * lib/uniconv/u32-conv-to-enc.c: Likewise.
7576         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
7577         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
7578         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
7579         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
7580         * lib/uniconv/u8-conv-from-enc.c: Likewise.
7581         * lib/uniconv/u8-conv-to-enc.c: Likewise.
7582         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
7583         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
7584         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
7585         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
7586         * lib/uniname.h: Likewise.
7587         * lib/uniname/uniname.c: Likewise.
7588         * lib/unistdio.h: Likewise.
7589         * lib/unistdio/u-asnprintf.h: Likewise.
7590         * lib/unistdio/u-asprintf.h: Likewise.
7591         * lib/unistdio/u-printf-args.c: Likewise.
7592         * lib/unistdio/u-printf-args.h: Likewise.
7593         * lib/unistdio/u-printf-parse.h: Likewise.
7594         * lib/unistdio/u-snprintf.h: Likewise.
7595         * lib/unistdio/u-sprintf.h: Likewise.
7596         * lib/unistdio/u-vasprintf.h: Likewise.
7597         * lib/unistdio/u-vsnprintf.h: Likewise.
7598         * lib/unistdio/u-vsprintf.h: Likewise.
7599         * lib/unistdio/u16-asnprintf.c: Likewise.
7600         * lib/unistdio/u16-asprintf.c: Likewise.
7601         * lib/unistdio/u16-printf-parse.c: Likewise.
7602         * lib/unistdio/u16-snprintf.c: Likewise.
7603         * lib/unistdio/u16-sprintf.c: Likewise.
7604         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
7605         * lib/unistdio/u16-u16-asprintf.c: Likewise.
7606         * lib/unistdio/u16-u16-snprintf.c: Likewise.
7607         * lib/unistdio/u16-u16-sprintf.c: Likewise.
7608         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
7609         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
7610         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
7611         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
7612         * lib/unistdio/u16-vasnprintf.c: Likewise.
7613         * lib/unistdio/u16-vasprintf.c: Likewise.
7614         * lib/unistdio/u16-vsnprintf.c: Likewise.
7615         * lib/unistdio/u16-vsprintf.c: Likewise.
7616         * lib/unistdio/u32-asnprintf.c: Likewise.
7617         * lib/unistdio/u32-asprintf.c: Likewise.
7618         * lib/unistdio/u32-printf-parse.c: Likewise.
7619         * lib/unistdio/u32-snprintf.c: Likewise.
7620         * lib/unistdio/u32-sprintf.c: Likewise.
7621         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
7622         * lib/unistdio/u32-u32-asprintf.c: Likewise.
7623         * lib/unistdio/u32-u32-snprintf.c: Likewise.
7624         * lib/unistdio/u32-u32-sprintf.c: Likewise.
7625         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
7626         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
7627         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
7628         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
7629         * lib/unistdio/u32-vasnprintf.c: Likewise.
7630         * lib/unistdio/u32-vasprintf.c: Likewise.
7631         * lib/unistdio/u32-vsnprintf.c: Likewise.
7632         * lib/unistdio/u32-vsprintf.c: Likewise.
7633         * lib/unistdio/u8-asnprintf.c: Likewise.
7634         * lib/unistdio/u8-asprintf.c: Likewise.
7635         * lib/unistdio/u8-printf-parse.c: Likewise.
7636         * lib/unistdio/u8-snprintf.c: Likewise.
7637         * lib/unistdio/u8-sprintf.c: Likewise.
7638         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
7639         * lib/unistdio/u8-u8-asprintf.c: Likewise.
7640         * lib/unistdio/u8-u8-snprintf.c: Likewise.
7641         * lib/unistdio/u8-u8-sprintf.c: Likewise.
7642         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
7643         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
7644         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
7645         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
7646         * lib/unistdio/u8-vasnprintf.c: Likewise.
7647         * lib/unistdio/u8-vasprintf.c: Likewise.
7648         * lib/unistdio/u8-vsnprintf.c: Likewise.
7649         * lib/unistdio/u8-vsprintf.c: Likewise.
7650         * lib/unistdio/ulc-asnprintf.c: Likewise.
7651         * lib/unistdio/ulc-asprintf.c: Likewise.
7652         * lib/unistdio/ulc-printf-parse.c: Likewise.
7653         * lib/unistdio/ulc-snprintf.c: Likewise.
7654         * lib/unistdio/ulc-sprintf.c: Likewise.
7655         * lib/unistdio/ulc-vasnprintf.c: Likewise.
7656         * lib/unistdio/ulc-vasprintf.c: Likewise.
7657         * lib/unistdio/ulc-vsnprintf.c: Likewise.
7658         * lib/unistdio/ulc-vsprintf.c: Likewise.
7659         * lib/unistr.h: Likewise.
7660         * lib/unistr/u-cpy-alloc.h: Likewise.
7661         * lib/unistr/u-cpy.h: Likewise.
7662         * lib/unistr/u-endswith.h: Likewise.
7663         * lib/unistr/u-move.h: Likewise.
7664         * lib/unistr/u-set.h: Likewise.
7665         * lib/unistr/u-startswith.h: Likewise.
7666         * lib/unistr/u-stpcpy.h: Likewise.
7667         * lib/unistr/u-stpncpy.h: Likewise.
7668         * lib/unistr/u-strcat.h: Likewise.
7669         * lib/unistr/u-strcpy.h: Likewise.
7670         * lib/unistr/u-strcspn.h: Likewise.
7671         * lib/unistr/u-strdup.h: Likewise.
7672         * lib/unistr/u-strlen.h: Likewise.
7673         * lib/unistr/u-strncat.h: Likewise.
7674         * lib/unistr/u-strncpy.h: Likewise.
7675         * lib/unistr/u-strnlen.h: Likewise.
7676         * lib/unistr/u-strpbrk.h: Likewise.
7677         * lib/unistr/u-strspn.h: Likewise.
7678         * lib/unistr/u-strstr.h: Likewise.
7679         * lib/unistr/u-strtok.h: Likewise.
7680         * lib/unistr/u16-check.c: Likewise.
7681         * lib/unistr/u16-chr.c: Likewise.
7682         * lib/unistr/u16-cmp.c: Likewise.
7683         * lib/unistr/u16-cpy-alloc.c: Likewise.
7684         * lib/unistr/u16-cpy.c: Likewise.
7685         * lib/unistr/u16-endswith.c: Likewise.
7686         * lib/unistr/u16-mblen.c: Likewise.
7687         * lib/unistr/u16-mbsnlen.c: Likewise.
7688         * lib/unistr/u16-mbtouc-aux.c: Likewise.
7689         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
7690         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
7691         * lib/unistr/u16-mbtouc.c: Likewise.
7692         * lib/unistr/u16-mbtoucr.c: Likewise.
7693         * lib/unistr/u16-move.c: Likewise.
7694         * lib/unistr/u16-next.c: Likewise.
7695         * lib/unistr/u16-prev.c: Likewise.
7696         * lib/unistr/u16-set.c: Likewise.
7697         * lib/unistr/u16-startswith.c: Likewise.
7698         * lib/unistr/u16-stpcpy.c: Likewise.
7699         * lib/unistr/u16-stpncpy.c: Likewise.
7700         * lib/unistr/u16-strcat.c: Likewise.
7701         * lib/unistr/u16-strchr.c: Likewise.
7702         * lib/unistr/u16-strcmp.c: Likewise.
7703         * lib/unistr/u16-strcpy.c: Likewise.
7704         * lib/unistr/u16-strcspn.c: Likewise.
7705         * lib/unistr/u16-strdup.c: Likewise.
7706         * lib/unistr/u16-strlen.c: Likewise.
7707         * lib/unistr/u16-strmblen.c: Likewise.
7708         * lib/unistr/u16-strmbtouc.c: Likewise.
7709         * lib/unistr/u16-strncat.c: Likewise.
7710         * lib/unistr/u16-strncmp.c: Likewise.
7711         * lib/unistr/u16-strncpy.c: Likewise.
7712         * lib/unistr/u16-strnlen.c: Likewise.
7713         * lib/unistr/u16-strpbrk.c: Likewise.
7714         * lib/unistr/u16-strrchr.c: Likewise.
7715         * lib/unistr/u16-strspn.c: Likewise.
7716         * lib/unistr/u16-strstr.c: Likewise.
7717         * lib/unistr/u16-strtok.c: Likewise.
7718         * lib/unistr/u16-to-u32.c: Likewise.
7719         * lib/unistr/u16-to-u8.c: Likewise.
7720         * lib/unistr/u16-uctomb-aux.c: Likewise.
7721         * lib/unistr/u16-uctomb.c: Likewise.
7722         * lib/unistr/u32-check.c: Likewise.
7723         * lib/unistr/u32-chr.c: Likewise.
7724         * lib/unistr/u32-cmp.c: Likewise.
7725         * lib/unistr/u32-cpy-alloc.c: Likewise.
7726         * lib/unistr/u32-cpy.c: Likewise.
7727         * lib/unistr/u32-endswith.c: Likewise.
7728         * lib/unistr/u32-mblen.c: Likewise.
7729         * lib/unistr/u32-mbsnlen.c: Likewise.
7730         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
7731         * lib/unistr/u32-mbtouc.c: Likewise.
7732         * lib/unistr/u32-mbtoucr.c: Likewise.
7733         * lib/unistr/u32-move.c: Likewise.
7734         * lib/unistr/u32-next.c: Likewise.
7735         * lib/unistr/u32-prev.c: Likewise.
7736         * lib/unistr/u32-set.c: Likewise.
7737         * lib/unistr/u32-startswith.c: Likewise.
7738         * lib/unistr/u32-stpcpy.c: Likewise.
7739         * lib/unistr/u32-stpncpy.c: Likewise.
7740         * lib/unistr/u32-strcat.c: Likewise.
7741         * lib/unistr/u32-strchr.c: Likewise.
7742         * lib/unistr/u32-strcmp.c: Likewise.
7743         * lib/unistr/u32-strcpy.c: Likewise.
7744         * lib/unistr/u32-strcspn.c: Likewise.
7745         * lib/unistr/u32-strdup.c: Likewise.
7746         * lib/unistr/u32-strlen.c: Likewise.
7747         * lib/unistr/u32-strmblen.c: Likewise.
7748         * lib/unistr/u32-strmbtouc.c: Likewise.
7749         * lib/unistr/u32-strncat.c: Likewise.
7750         * lib/unistr/u32-strncmp.c: Likewise.
7751         * lib/unistr/u32-strncpy.c: Likewise.
7752         * lib/unistr/u32-strnlen.c: Likewise.
7753         * lib/unistr/u32-strpbrk.c: Likewise.
7754         * lib/unistr/u32-strrchr.c: Likewise.
7755         * lib/unistr/u32-strspn.c: Likewise.
7756         * lib/unistr/u32-strstr.c: Likewise.
7757         * lib/unistr/u32-strtok.c: Likewise.
7758         * lib/unistr/u32-to-u16.c: Likewise.
7759         * lib/unistr/u32-to-u8.c: Likewise.
7760         * lib/unistr/u32-uctomb.c: Likewise.
7761         * lib/unistr/u8-check.c: Likewise.
7762         * lib/unistr/u8-chr.c: Likewise.
7763         * lib/unistr/u8-cmp.c: Likewise.
7764         * lib/unistr/u8-cpy-alloc.c: Likewise.
7765         * lib/unistr/u8-cpy.c: Likewise.
7766         * lib/unistr/u8-endswith.c: Likewise.
7767         * lib/unistr/u8-mblen.c: Likewise.
7768         * lib/unistr/u8-mbsnlen.c: Likewise.
7769         * lib/unistr/u8-mbtouc-aux.c: Likewise.
7770         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
7771         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
7772         * lib/unistr/u8-mbtouc.c: Likewise.
7773         * lib/unistr/u8-mbtoucr.c: Likewise.
7774         * lib/unistr/u8-move.c: Likewise.
7775         * lib/unistr/u8-next.c: Likewise.
7776         * lib/unistr/u8-prev.c: Likewise.
7777         * lib/unistr/u8-set.c: Likewise.
7778         * lib/unistr/u8-startswith.c: Likewise.
7779         * lib/unistr/u8-stpcpy.c: Likewise.
7780         * lib/unistr/u8-stpncpy.c: Likewise.
7781         * lib/unistr/u8-strcat.c: Likewise.
7782         * lib/unistr/u8-strchr.c: Likewise.
7783         * lib/unistr/u8-strcmp.c: Likewise.
7784         * lib/unistr/u8-strcpy.c: Likewise.
7785         * lib/unistr/u8-strcspn.c: Likewise.
7786         * lib/unistr/u8-strdup.c: Likewise.
7787         * lib/unistr/u8-strlen.c: Likewise.
7788         * lib/unistr/u8-strmblen.c: Likewise.
7789         * lib/unistr/u8-strmbtouc.c: Likewise.
7790         * lib/unistr/u8-strncat.c: Likewise.
7791         * lib/unistr/u8-strncmp.c: Likewise.
7792         * lib/unistr/u8-strncpy.c: Likewise.
7793         * lib/unistr/u8-strnlen.c: Likewise.
7794         * lib/unistr/u8-strpbrk.c: Likewise.
7795         * lib/unistr/u8-strrchr.c: Likewise.
7796         * lib/unistr/u8-strspn.c: Likewise.
7797         * lib/unistr/u8-strstr.c: Likewise.
7798         * lib/unistr/u8-strtok.c: Likewise.
7799         * lib/unistr/u8-to-u16.c: Likewise.
7800         * lib/unistr/u8-to-u32.c: Likewise.
7801         * lib/unistr/u8-uctomb-aux.c: Likewise.
7802         * lib/unistr/u8-uctomb.c: Likewise.
7803         * lib/unitypes.h: Likewise.
7804         * lib/uniwidth.h: Likewise.
7805         * lib/uniwidth/cjk.h: Likewise.
7806         * lib/uniwidth/u16-strwidth.c: Likewise.
7807         * lib/uniwidth/u16-width.c: Likewise.
7808         * lib/uniwidth/u32-strwidth.c: Likewise.
7809         * lib/uniwidth/u32-width.c: Likewise.
7810         * lib/uniwidth/u8-strwidth.c: Likewise.
7811         * lib/uniwidth/u8-width.c: Likewise.
7812         * lib/uniwidth/width.c: Likewise.
7813
7814 2007-10-07  Bruno Haible  <bruno@clisp.org>
7815
7816         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
7817         The file is still under LGPL (see modules/inttypes).
7818
7819 2007-10-06  Bruno Haible  <bruno@clisp.org>
7820
7821         * modules/trunc (Dependencies): Add 'extensions'.
7822         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
7823         Reported by Ben Pfaff <blp@gnu.org>.
7824
7825 2007-10-06  Bruno Haible  <bruno@clisp.org>
7826
7827         * modules/freopen-tests: New file.
7828         * tests/test-freopen.c: New file.
7829
7830         * modules/fopen-tests: New file.
7831         * tests/test-fopen.c: New file.
7832
7833         * modules/fopen: New file.
7834         * lib/fopen.c: New file.
7835         * m4/fopen.m4: New file.
7836         * modules/freopen: New file.
7837         * lib/freopen.c: New file.
7838         * m4/freopen.m4: New file.
7839         * lib/stdio.in.h (fopen, freopen): New declarations.
7840         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
7841         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7842         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
7843         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
7844         * doc/functions/fopen.texi: Mention the 'fopen' module.
7845         * doc/functions/freopen.texi: Mention the 'freopen' module.
7846
7847 2007-10-06  Bruno Haible  <bruno@clisp.org>
7848
7849         * modules/open-tests: New file.
7850         * tests/test-open.c: New file.
7851
7852         * modules/open: New file.
7853         * lib/open.c: New file.
7854         * m4/open.m4: New file.
7855         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
7856         lib/open.c does.
7857         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
7858         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
7859         macros.
7860         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
7861         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
7862         REPLACE_OPEN.
7863         * doc/functions/open.texi: Mention the 'open' module.
7864
7865 2007-10-04  Bruno Haible  <bruno@clisp.org>
7866
7867         * modules/ceill-tests: New file.
7868         * tests/test-ceill.c: New file.
7869
7870         * modules/ceill: New file.
7871         * lib/ceill.c: Replace entire file.
7872         * m4/ceill.m4: New file.
7873         * lib/math.in.h (ceill): Replace declaration.
7874         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
7875         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
7876         * doc/functions/ceill.texi: Mention the 'ceill' module.
7877         * modules/mathl (Files): Remove lib/ceill.c.
7878         (Depends-on): Add ceill.
7879
7880 2007-10-04  Bruno Haible  <bruno@clisp.org>
7881
7882         * modules/ceilf-tests: New file.
7883         * tests/test-ceilf.c: New file.
7884
7885         * modules/ceilf: New file.
7886         * lib/ceil.c: New file.
7887         * lib/ceilf.c: New file.
7888         * m4/ceilf.m4: New file.
7889         * lib/math.in.h (ceilf): New declaration.
7890         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
7891         HAVE_DECL_CEILF.
7892         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
7893         HAVE_DECL_CEILF.
7894         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
7895
7896 2007-10-04  Bruno Haible  <bruno@clisp.org>
7897
7898         * modules/floorl-tests: New file.
7899         * tests/test-floorl.c: New file.
7900
7901         * modules/floorl: New file.
7902         * lib/floorl.c: Replace entire file.
7903         * m4/floorl.m4: New file.
7904         * lib/math.in.h (floorl): Replace declaration.
7905         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
7906         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
7907         * doc/functions/floorl.texi: Mention the 'floorl' module.
7908         * modules/mathl (Files): Remove lib/floorl.c.
7909         (Depends-on): Add floorl.
7910
7911 2007-10-04  Bruno Haible  <bruno@clisp.org>
7912
7913         * modules/floorf-tests: New file.
7914         * tests/test-floorf.c: New file.
7915
7916         * modules/floorf: New file.
7917         * lib/floor.c: New file.
7918         * lib/floorf.c: New file.
7919         * m4/floorf.m4: New file.
7920         * lib/math.in.h (floorf): New declaration.
7921         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
7922         HAVE_DECL_FLOORF.
7923         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
7924         HAVE_DECL_FLOORF.
7925         * doc/functions/floorf.texi: Mention the 'floorf' module.
7926
7927 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
7928             Bruno Haible  <bruno@clisp.org>
7929
7930         Advertise for the Git server instead of the CVS server.
7931         * doc/gnulib-intro.texi (Steady Development): Mention the Git
7932         repository instead of the CVS one.
7933         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
7934         about all VCS systems generically.
7935         * doc/gnulib.texi (Introduction): Capitalize `Git'.
7936
7937 2007-10-04  Bruno Haible  <bruno@clisp.org>
7938
7939         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
7940         means.
7941         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
7942
7943 2007-10-04  Bruno Haible  <bruno@clisp.org>
7944
7945         * modules/truncl-tests: New file.
7946         * tests/test-truncl.c: New file.
7947
7948         * modules/truncl: New file.
7949         * lib/truncl.c: New file.
7950         * m4/truncl.m4: New file.
7951         * lib/math.in.h (truncl): New declaration.
7952         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
7953         HAVE_DECL_TRUNCL.
7954         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
7955         HAVE_DECL_TRUNCL.
7956         * doc/functions/truncl.texi: Mention the 'truncl' module.
7957
7958 2007-10-04  Bruno Haible  <bruno@clisp.org>
7959
7960         * modules/truncf-tests: New file.
7961         * tests/test-truncf.c: New file.
7962
7963         * modules/truncf: New file.
7964         * lib/trunc.c: Make paramerizable through USE_* macros.
7965         * lib/truncf.c: New file.
7966         * m4/truncf.m4: New file.
7967         * lib/math.in.h (truncf): New declaration.
7968         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
7969         HAVE_DECL_TRUNCF.
7970         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
7971         HAVE_DECL_TRUNCF.
7972         * doc/functions/truncf.texi: Mention the 'truncf' module.
7973
7974 2007-10-03  Bruno Haible  <bruno@clisp.org>
7975
7976         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7977         augmentation also for tests modules.
7978         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
7979         * modules/atexit-tests (Makefile.am): Likewise.
7980         * modules/binary-io-tests (Makefile.am): Likewise.
7981         * modules/c-strcase-tests (Makefile.am): Likewise.
7982         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
7983         * modules/canonicalize-tests (Makefile.am): Likewise.
7984         * modules/closein-tests (Makefile.am): Likewise.
7985         * modules/fprintf-posix-tests (Makefile.am): Likewise.
7986         * modules/freadahead-tests (Makefile.am): Likewise.
7987         * modules/fseek-tests (Makefile.am): Likewise.
7988         * modules/fseeko-tests (Makefile.am): Likewise.
7989         * modules/ftell-tests (Makefile.am): Likewise.
7990         * modules/ftello-tests (Makefile.am): Likewise.
7991         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
7992         * modules/isnanl-tests (Makefile.am): Likewise.
7993         * modules/lseek-tests (Makefile.am): Likewise.
7994         * modules/mbscasecmp-tests (Makefile.am): Likewise.
7995         * modules/mbscasestr-tests (Makefile.am): Likewise.
7996         * modules/mbschr-tests (Makefile.am): Likewise.
7997         * modules/mbscspn-tests (Makefile.am): Likewise.
7998         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
7999         * modules/mbspbrk-tests (Makefile.am): Likewise.
8000         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
8001         * modules/mbsrchr-tests (Makefile.am): Likewise.
8002         * modules/mbsspn-tests (Makefile.am): Likewise.
8003         * modules/mbsstr-tests (Makefile.am): Likewise.
8004         * modules/printf-posix-tests (Makefile.am): Likewise.
8005         * modules/snprintf-posix-tests (Makefile.am): Likewise.
8006         * modules/sprintf-posix-tests (Makefile.am): Likewise.
8007         * modules/tsearch-tests (Makefile.am): Likewise.
8008         * modules/uniname/uniname-tests (Makefile.am): Likewise.
8009         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
8010         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
8011         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
8012         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
8013         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
8014         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
8015         * modules/vprintf-posix-tests (Makefile.am): Likewise.
8016         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
8017         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
8018         * modules/xstrtoimax-tests (Makefile.am): Likewise.
8019         * modules/xstrtol-tests (Makefile.am): Likewise.
8020         * modules/xstrtoumax-tests (Makefile.am): Likewise.
8021         * modules/yesno-tests (Makefile.am): Likewise.
8022
8023 2007-10-03  Bruno Haible  <bruno@clisp.org>
8024
8025         * modules/trunc-tests: New file.
8026         * tests/test-trunc.c: New file.
8027
8028         * modules/trunc: New file.
8029         * lib/trunc.c: New file.
8030         * m4/trunc.m4: New file.
8031         * lib/math.in.h (trunc): New declaration.
8032         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
8033         HAVE_DECL_TRUNC.
8034         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
8035         HAVE_DECL_TRUNC.
8036         * doc/functions/trunc.texi: Mention the 'trunc' module.
8037
8038 2007-10-03  Bruno Haible  <bruno@clisp.org>
8039
8040         * tests/test-fpending.c: New file, mostly copied
8041         from coreutils/lib/t-fpending.c.
8042         * modules/fpending-tests: New file.
8043
8044 2007-10-03  Bruno Haible  <bruno@clisp.org>
8045
8046         Port the stdio extensions to QNX (untested).
8047         * lib/fseterr.c (fseterr): Add support for QNX.
8048         * lib/fbufmode.c (fbufmode): Likewise.
8049         * lib/freadable.c (freadable): Likewise.
8050         * lib/fwritable.c (fwritable): Likewise.
8051         * lib/freading.c (freading): Likewise.
8052         * lib/fwriting.c (fwriting): Likewise.
8053         * lib/freadahead.c (freadahed): Likewise.
8054         * lib/fpurge.c (fpurge): Likewise.
8055         * lib/fseeko.c (rpl_fseeko): Likewise.
8056
8057 2007-10-03  Bruno Haible  <bruno@clisp.org>
8058             Jim Meyering  <jim@meyering.net>
8059             Eric Blake  <ebb9@byu.net>
8060
8061         * doc/relocatable.texi: Use @command instead of @program.
8062
8063 2007-10-02  Jim Meyering  <jim@meyering.net>
8064
8065         Perform one more "_.h" -> ".in.h" substitution.
8066         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
8067         instead of unistd_.h here, too.
8068
8069 2007-10-01  Bruno Haible  <bruno@clisp.org>
8070
8071         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
8072         Needed for the alloca-opt module.
8073
8074 2007-09-30  Bruno Haible  <bruno@clisp.org>
8075
8076         * lib/alloca.in.h: Renamed from lib/alloca_.h.
8077         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
8078         alloca_.h.
8079         * lib/argz.in.h: Renamed from lib/argz_.h.
8080         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
8081         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
8082         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
8083         byteswap_.h.
8084         * lib/dirent.in.h: Renamed from lib/dirent_.h.
8085         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
8086         dirent_.h.
8087         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
8088         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
8089         fcntl_.h.
8090         * lib/float.in.h: Renamed from lib/float_.h.
8091         * modules/float (Files, Makefile.am): Use float.in.h instead of
8092         float_.h.
8093         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
8094         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
8095         fnmatch_.h.
8096         * lib/getopt.in.h: Renamed from lib/getopt_.h.
8097         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
8098         getopt_.h.
8099         * lib/glob.in.h: Renamed from lib/glob_.h.
8100         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
8101         * lib/iconv.in.h: Renamed from lib/iconv_.h.
8102         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
8103         iconv_.h.
8104         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
8105         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
8106         inttypes_.h.
8107         * lib/locale.in.h: Renamed from lib/locale_.h.
8108         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
8109         locale_.h.
8110         * lib/math.in.h: Renamed from lib/math_.h.
8111         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
8112         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
8113         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
8114         of netinet_in_.h. Add dependency.
8115         * lib/poll.in.h: Renamed from lib/poll_.h.
8116         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
8117         * lib/search.in.h: Renamed from lib/search_.h.
8118         * modules/search (Files, Makefile.am): Use search.in.h instead of
8119         search_.h.
8120         * lib/signal.in.h: Renamed from lib/signal_.h.
8121         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
8122         _signal.h.
8123         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
8124         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
8125         stdbool_.h.
8126         * lib/stdint.in.h: Renamed from lib/stdint_.h.
8127         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
8128         stdint_.h.
8129         * lib/stdio.in.h: Renamed from lib/stdio_.h.
8130         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
8131         stdio_.h.
8132         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
8133         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
8134         stdlib_.h.
8135         * lib/string.in.h: Renamed from lib/string_.h.
8136         * modules/string (Files, Makefile.am): Use string.in.h instead of
8137         string_.h.
8138         * doc/gnulib-tool.texi (Initial import): Update.
8139         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
8140         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
8141         of sys_select_.h. Add dependency.
8142         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
8143         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
8144         of sys_socket_.h.
8145         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
8146         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
8147         sys_stat_.h.
8148         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
8149         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
8150         sys_time_.h.
8151         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
8152         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
8153         sysexits_.h.
8154         * lib/time.in.h: Renamed from lib/time_.h.
8155         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
8156         * lib/unistd.in.h: Renamed from lib/unistd_.h.
8157         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
8158         unistd_.h.
8159         * lib/wchar.in.h: Renamed from lib/wchar_.h.
8160         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
8161         wchar_.h.
8162         * lib/wctype.in.h: Renamed from lib/wctype_.h.
8163         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
8164         wctype_.h.
8165         * build-aux/bootstrap (slurp): Update.
8166         * lib/.cppi-disable: Update.
8167
8168 2007-09-30  Bruno Haible  <bruno@clisp.org>
8169
8170         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
8171         Needed on BeOS.
8172
8173 2007-09-30  Bruno Haible  <bruno@clisp.org>
8174
8175         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
8176
8177 2007-09-29  Bruno Haible  <bruno@clisp.org>
8178
8179         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
8180
8181 2007-09-29  Bruno Haible  <bruno@clisp.org>
8182
8183         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
8184         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
8185         * build-aux/install-reloc: Compile also areadlink.c.
8186         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
8187
8188 2007-09-29  Bruno Haible  <bruno@clisp.org>
8189
8190         * gnulib-tool (func_emit_initmacro_done): Indentation.
8191
8192 2007-09-29  Bruno Haible  <bruno@clisp.org>
8193
8194         * README: Add CVS checkout update instructions.
8195         Info from Bob Proulx <bob@proulx.com>.
8196
8197 2007-09-28  Eric Blake  <ebb9@byu.net>
8198
8199         Provide move-if-change.
8200         * build-aux/move-if-change: New file, based on best practice
8201         rather than any canonical upstream location.
8202
8203 2007-09-28  Jim Meyering  <jim@meyering.net>
8204
8205         Fix canonicalize loop-detection corner case.
8206         Do not attempt to stat the symlink values stored via seen_triple.
8207         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
8208         on linux-2.6.18, (but not 2.6.22).
8209         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
8210         triple_compare.  The former compares dev,ino,filename, while the latter
8211         would actually stat dirname(filename) when dev and ino were equal.
8212         * lib/hash-triple.c: Install <string.h>.
8213         (STREQ): Define.
8214         (triple_compare_ino_str): New function.
8215         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
8216
8217 2007-09-28  Eric Blake  <ebb9@byu.net>
8218
8219         Enforce that AC_REPLACE_FUNCS files exist.
8220         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
8221         override check for typos.
8222
8223         Fix test-closein on Solaris 10.
8224         * tests/test-closein.c (main): Don't assume stdin can be inherited
8225         closed on all systems.
8226         * tests/test-closein.sh: Likewise.
8227         Reported by Piotr Tarnowski.
8228
8229 2007-09-28  Jim Meyering  <jim@meyering.net>
8230
8231         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
8232
8233 2007-09-27  Jim Meyering  <jim@meyering.net>
8234
8235         canonicalize: Avoid a false-positive cycle failure.
8236         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
8237         Sort.  Remove cycle-check.
8238         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
8239         not cycle-check.h.
8240         (seen_triple): New function.
8241         (canonicalize_filename_mode): Use it instead of cycle-check.
8242         * tests/test-canonicalize.c: Add a test for this bug.
8243         * tests/test-canonicalize.sh: Set up and run the test.
8244
8245         New module, file-set, from coreutils.
8246         * modules/file-set: Define it.
8247         * lib/file-set.c, lib/file-set.h: Implement.
8248
8249         New module, hash-triple, from coreutils.
8250         * modules/hash-triple: Define it.
8251         * lib/hash-triple.c, lib/hash-triple.h: Implement.
8252
8253 2007-09-25  Eric Blake  <ebb9@byu.net>
8254
8255         Fix strerror on Interix.
8256         * lib/string_.h (strerror): Declare replacement.
8257         * doc/functions/strerror.texi (strerror): Document the Interix
8258         shortcoming.
8259         * modules/string (Makefile.am): Support new hooks.
8260         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
8261         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
8262         gl_FUNC_STRERROR_SEPARATE.
8263         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
8264         * lib/strerror.c (rpl_strerror): Provide replacement.
8265         * modules/strerror (Depends-on): Add string.
8266         (configure.ac): Detect use of module.
8267         * tests/test-strerror.c: New file.
8268         * modules/strerror-tests: New test module.
8269         * modules/argp (Depends-on): Add strerror.
8270         * modules/error (Depends-on): Likewise.
8271         Reported by Martin Koeppe.
8272
8273 2007-09-24  Bruno Haible  <bruno@clisp.org>
8274
8275         * README: Update git instructions.
8276
8277 2007-09-24  Eric Blake  <ebb9@byu.net>
8278
8279         Revert fpending breakage from 2007-09-08.
8280         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
8281         __fpending.c.
8282
8283 2007-09-24  Jim Meyering  <jim@meyering.net>
8284
8285         filenamecat.c: Add a test.
8286         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
8287         showing how the function works when DIR is the empty string.
8288
8289 2007-09-21  Simon Josefsson  <simon@josefsson.org>
8290
8291         * tests/test-canonicalize.sh: Turn on executable bit.
8292
8293 2007-09-19  Eric Blake  <ebb9@byu.net>
8294
8295         * README: Update CVS instructions.
8296
8297 2007-09-18  Bruno Haible  <bruno@clisp.org>
8298
8299         * modules/areadlink: New file.
8300         * lib/areadlink.h (areadlink): New declaration.
8301         * lib/areadlink.c: New file, based on lib/xreadlink.c.
8302
8303 2007-09-17  Jim Meyering  <jim@meyering.net>
8304
8305         * lib/savewd.c (ESTALE) [!defined]: Define.
8306         Reported to be required on Interix by Martin Koeppe.
8307
8308 2007-09-17  Bruno Haible  <bruno@clisp.org>
8309
8310         * gnulib-tool (func_version): Use $version.
8311
8312 2007-09-16  Bruno Haible  <bruno@clisp.org>
8313
8314         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
8315         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
8316         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
8317         Reported by Greg Schafer <gschafer@zip.com.au>.
8318
8319 2007-09-15  Bruno Haible  <bruno@clisp.org>
8320
8321         * gnulib-tool (sed): Try a little harder to make bash understand the
8322         alias.
8323         Reported by Bruce Korb <bruce.korb@gmail.com>.
8324
8325 2007-09-13  Eric Blake  <ebb9@byu.net>
8326
8327         * ChangeLog: Remove conflict markers.
8328
8329 2007-09-13  Simon Josefsson  <simon@josefsson.org>
8330
8331         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
8332         Reported by Bruno Haible <bruno@clisp.org>.
8333
8334 2007-09-12  Bruno Haible  <bruno@clisp.org>
8335
8336         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
8337         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
8338         is not defined.
8339
8340 2007-09-12  Eric Blake  <ebb9@byu.net>
8341
8342         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
8343         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
8344         Autoconf definition.
8345         * modules/euidaccess (Depends-on): Add extensions, for
8346         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
8347         * modules/fnmatch (Depends-on): Likewise.
8348         * modules/getaddrinfo (Depends-on): Likewise.
8349         * modules/getdelim (Depends-on): Likewise.
8350         * modules/getline (Depends-on): Likewise.
8351         * modules/getsubopt (Depends-on): Likewise.
8352         * modules/gettext (Depends-on): Likewise.
8353         * modules/group-member (Depends-on): Likewise.
8354         * modules/mbchar (Depends-on): Likewise.
8355         * modules/memmem (Depends-on): Likewise.
8356         * modules/mempcpy (Depends-on): Likewise.
8357         * modules/memrchr (Depends-on): Likewise.
8358         * modules/pagealign_alloc (Depends-on): Likewise.
8359         * modules/readutmp (Depends-on): Likewise.
8360         * modules/stpcpy (Depends-on): Likewise.
8361         * modules/stpncpy (Depends-on): Likewise.
8362         * modules/strchrnul (Depends-on): Likewise.
8363         * modules/strndup (Depends-on): Likewise.
8364         * modules/strsep (Depends-on): Likewise.
8365         * modules/strverscmp (Depends-on): Likewise.
8366         * modules/vasprintf (Depends-on): Likewise.
8367         * modules/wcwidth (Depends-on): Likewise.
8368         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
8369         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
8370         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
8371         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
8372         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8373         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8374         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
8375         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8376         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
8377         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
8378         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
8379         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8380         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8381         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
8382         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
8383         * m4/readutmp.m4 (gl_READUTMP): Likewise.
8384         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8385         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8386         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8387         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8388         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8389         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8390         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8391         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
8392         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
8393         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8394         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
8395         so that lock.m4 can be used in gettext without extensions module.
8396
8397 2007-09-11  Bruno Haible  <bruno@clisp.org>
8398
8399         * m4/isc-posix.m4: Remove file.
8400         Suggested by Eric Blake.
8401
8402 2007-09-11  Eric Blake  <ebb9@byu.net>
8403
8404         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
8405
8406 2007-09-10  Bruno Haible  <bruno@clisp.org>
8407
8408         * posix-modules: Fix typo in error message.
8409         Reported by Matt <mkraai@beckman.com>.
8410
8411 2007-09-09  Bruno Haible  <bruno@clisp.org>
8412
8413         * doc/functions/getdelim.texi: Update list of platforms lacking the
8414         function.
8415         * doc/functions/getline.texi: Likewise.
8416
8417 2007-09-09  Jim Meyering  <jim@meyering.net>
8418
8419         * lib/hash.c (hash_initialize): Detect calloc failure.
8420         Reported by Bruno Haible.
8421
8422 2007-09-09  Bruno Haible  <bruno@clisp.org>
8423
8424         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
8425         malloc or realloc fails.
8426
8427 2007-09-09  Bruno Haible  <bruno@clisp.org>
8428
8429         * modules/getcwd (Depends-on): Add malloc-posix.
8430         * modules/glob (Depends-on): Likewise.
8431         * modules/putenv (Depends-on): Likewise.
8432         * modules/strdup (Depends-on): Likewise.
8433         * modules/getdelim (Depends-on): Add realloc-posix.
8434         * modules/read-file (Depends-on): Likewise.
8435
8436 2007-09-09  Bruno Haible  <bruno@clisp.org>
8437
8438         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
8439         (gl_FUNC_MALLOC_POSIX): Require it.
8440         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
8441         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
8442         * modules/realloc (Files): Add m4/malloc.m4.
8443         * modules/calloc (Files): Likewise.
8444
8445 2007-09-09  Bruno Haible  <bruno@clisp.org>
8446
8447         * modules/malloc-posix: New file.
8448         * modules/malloc (Depends-on): Add malloc-posix.
8449         * lib/malloc.c: Include errno.h.
8450         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
8451         and a POSIX-compatible malloc into a single function. Set ENOMEM
8452         when returning NULL.
8453         * m4/malloc.m4: New file.
8454         * doc/functions/malloc.texi: Mention the malloc-posix module.
8455         * lib/stdlib_.h (malloc): New declaration.
8456         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8457         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
8458         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
8459         and HAVE_MALLOC_POSIX.
8460
8461 2007-09-09  Bruno Haible  <bruno@clisp.org>
8462
8463         * modules/realloc-posix: New file.
8464         * modules/realloc (Depends-on): Add realloc-posix.
8465         * lib/realloc.c: Include errno.h.
8466         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
8467         and a POSIX-compatible realloc into a single function. Set ENOMEM
8468         when returning NULL.
8469         * m4/realloc.m4: New file.
8470         * doc/functions/realloc.texi: Mention the realloc-posix module.
8471         * lib/stdlib_.h (realloc): New declaration.
8472         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8473         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
8474         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
8475         and HAVE_REALLOC_POSIX.
8476
8477 2007-09-09  Bruno Haible  <bruno@clisp.org>
8478
8479         * modules/calloc-posix: New file.
8480         * modules/calloc (Depends-on): Add calloc-posix.
8481         * lib/calloc.c: Include errno.h.
8482         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
8483         and a POSIX-compatible calloc into a single function. Set ENOMEM
8484         when returning NULL.
8485         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
8486         * doc/functions/calloc.texi: Mention the calloc-posix module.
8487         * lib/stdlib_.h (calloc): New declaration.
8488         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
8489         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
8490         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
8491         and HAVE_CALLOC_POSIX.
8492
8493 2007-09-09  Bruno Haible  <bruno@clisp.org>
8494
8495         Allow for modules to show an arbitrary notice.
8496         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
8497         * gnulib-tool: New option --extract-notice.
8498         (func_usage): Document it.
8499         (sed_extract_prog): Update.
8500         (func_get_notice): New function.
8501         (func_modules_notice): New function.
8502         (func_import, func_create_testdir): Invoke it.
8503         Suggested by Jim Meyering.
8504
8505 2007-09-09  Bruno Haible  <bruno@clisp.org>
8506
8507         * gnulib-tool: New options --verbose, --quiet.
8508         (func_usage): Document them.
8509         (verbose): New variable.
8510         (func_execute_command): New function.
8511         (func_import): Don't show the module list and the file list if
8512         $verbose < 0.
8513         (func_create_testdir): Likewise. Use func_execute_command.
8514         (func_create_megatestdir): Use func_execute_command.
8515
8516 2007-09-08  Bruno Haible  <bruno@clisp.org>
8517
8518         * gnulib-tool (func_import): Prefer rsync over wget when available,
8519         for fetching the PO files.
8520
8521 2007-09-08  Bruno Haible  <bruno@clisp.org>
8522
8523         * posix-modules: New file. Portions copied from gnulib-tool.
8524         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
8525
8526 2007-09-08  Jim Meyering  <jim@meyering.net>
8527
8528         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
8529         * lib/fpending.h: Rename from __fpending.h.
8530         * lib/fpending.c: Rename from __fpending.c.
8531         Include "fpending.h", not "__fpending.h".
8532         * lib/__fpending.h, lib/__fpending.c: Remove files.
8533         * modules/fpending (Files): Reflect new file names.
8534         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
8535
8536 2007-09-08  Bruno Haible  <bruno@clisp.org>
8537
8538         * m4/inttypes-h.m4: Remove stub file.
8539
8540 2007-09-07  Simon Josefsson  <simon@josefsson.org>
8541
8542         * doc/headers/stdint.texi: Discuss #include_next issue.
8543
8544 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8545
8546         * build-aux/bootstrap: Remove obsolete comment about wget --help.
8547
8548 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8549
8550         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
8551         in variable name.
8552
8553 2007-09-03  Jim Meyering  <jim@meyering.net>
8554
8555         New module: git-version-gen.
8556         * modules/git-version-gen: New file.
8557
8558         Import changes from coreutils for bootstrap script.
8559
8560         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
8561
8562         bootstrap: uses rsync to download the .po files
8563         * build-aux/bootstrap (po_download_command_format): New global.
8564         (download_po_files): Use rsync.
8565         (update_po_files): Don't remove .po files after download,
8566         so future rsync runs can take advantage of the copies.
8567
8568         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
8569
8570         Solve the unnecessary-.po-file-regeneration problem once and for all.
8571         * build-aux/bootstrap (download_po_files): New function, renamed from
8572         get_translations.  Now, downloads, but doesn't update LINGUAS.
8573         (update_po_files): New function.
8574
8575         bootstrap: Ignore more.
8576         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
8577         uniwidth to e.g., lib/.gitignore.
8578         (slurp): Handle the sys_stat_.h -> sys mapping, too.
8579
8580         * build-aux/bootstrap: New setting: vc_ignore.
8581         (insert_sorted_if_absent): Create $file if absent.
8582         Adapt to new, possibly empty, list: $vc_ignore.
8583
8584         bootstrap: generate more ignorable names
8585         * build-aux/bootstrap (slurp): When generating ignorable names,
8586         also map .sin to .sed, .gperf to .c, and .y to .c.
8587
8588 2007-09-03  Jim Meyering  <jim@meyering.net>
8589
8590         * build-aux/git-version-gen: New file, from coreutils.  For details, see
8591         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
8592
8593 2007-09-02  Bruno Haible  <bruno@clisp.org>
8594
8595         Fix mis-recognition of 'mcs' on QNX 6.
8596         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
8597         output contains the string "Mono".
8598         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
8599         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
8600
8601 2007-09-01  Bruno Haible  <bruno@clisp.org>
8602
8603         Fix collision between uniwidth/* and linebreak modules.
8604         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
8605         u32_width): Remove declarations.
8606         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
8607         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
8608         streq3, streq2, streq1, streq0): Remove functions.
8609         (STREQ): Remove macro.
8610         (is_cjk_encoding): Remove function.
8611         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
8612         (uc_width, u8_width, u16_width, u32_width): Remove functions.
8613         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
8614         * NEWS: Document the change.
8615
8616 2007-09-01  Bruno Haible  <bruno@clisp.org>
8617
8618         * lib/streq.h: Add double-inclusion guard.
8619
8620 2007-09-01  Karl Berry  <karl@gnu.org>
8621
8622         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
8623
8624 2007-08-28  Jim Meyering  <jim@meyering.net>
8625
8626         Rename mreadlink_with_size to areadlink_with_size.
8627         * NEWS: Document the change.
8628         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
8629         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
8630         * lib/mreadlink.h: Rename this to...
8631         * lib/areadlink.h: ...this.
8632         * modules/mreadlink-with-size: Rename this to...
8633         * modules/areadlink-with-size: ...this.
8634         * lib/canonicalize.c: Reflect the renaming.
8635         * modules/canonicalize: Likewise.
8636
8637 2007-08-26  Bruno Haible  <bruno@clisp.org>
8638
8639         * gnulib-tool (func_import): When deciding which files to remove,
8640         consider also dangling symbolic links.
8641         Reported by Eric Blake.
8642
8643 2007-08-26  Bruno Haible  <bruno@clisp.org>
8644
8645         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
8646
8647 2007-08-23  Simon Josefsson  <simon@josefsson.org>
8648
8649         * lib/readline.c: Don't include getline.h, the prototype is now
8650         found in stdio.h.
8651
8652 2007-08-23  Jim Meyering  <jim@meyering.net>
8653
8654         Getdelim touchup.
8655         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
8656         around the funlockfile call, since funlockfile never sets errno.
8657         Don't set errno upon failed realloc.
8658
8659 2007-08-22  Eric Blake  <ebb9@byu.net>
8660
8661         Getline touchups.
8662         * lib/getdelim.c (getdelim): Revert regression that required *n to
8663         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
8664         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
8665         getdelim, rather than whether implementation is missing.
8666         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
8667         * lib/stdio_.h (getline): Also declare if replacement is
8668         required.
8669         * doc/functions/getdelim.texi: New file.
8670         * doc/functions/getline.texi: Likewise.
8671         * doc/gnulib.texi (Function Substitutes): Add new files.
8672         Reported by Bruno Haible.
8673
8674 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
8675
8676         * users.txt: Add Guile.
8677
8678 2007-08-22  Eric Blake  <ebb9@byu.net>
8679
8680         * tests/test-getdelim.c (main): Use remove, not unlink.
8681         * tests/test-getline.c (main): Likewise.
8682
8683         Move getline and getdelim into stdio.h, per POSIX 200x.
8684         * modules/getline (Files): Remove getline.h.
8685         (Depends-on): Add stdio.
8686         (configure.ac): Add module indicator.
8687         * modules/getdelim (Files): Remove getdelim.h.
8688         (Depends-on): Add stdio.
8689         (configure.ac): Add module indicator.
8690         * modules/stdio (Makefile.am): Work with new indicators.
8691         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8692         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
8693         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8694         * lib/getdelim.h: Delete.
8695         * lib/getline.h: Delete.
8696         * lib/stdio_.h (getdelim, getline): Declare.
8697         * modules/getdelim-tests: New module.
8698         * modules/getline-tests: Likewise.
8699         * tests/test-getdelim.c: New file.
8700         * tests/test-getline.c: Likewise.
8701         * NEWS: Document the change.
8702         * lib/getline.c: Update choice of header.
8703         * lib/csharpcomp.c: Likewise.
8704         * lib/getpass.c: Likewise.
8705         * lib/javacomp.c: Likewise.
8706         * lib/javaversion.c: Likewise.
8707         * lib/yesno.c: Likewise.
8708         * lib/getdelim.c: Likewise.
8709         (getdelim): Set errno on failure, and avoid memory leak.
8710
8711 2007-08-19  Bruno Haible  <bruno@clisp.org>
8712
8713         * modules/closein (Depends-on): Add freadahead.
8714         * lib/closein.c: Include freadahead.h.
8715         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
8716         is zero.
8717
8718 2007-08-19  Bruno Haible  <bruno@clisp.org>
8719
8720         * modules/freadahead-tests: New file.
8721         * tests/test-freadahead.sh: New file.
8722         * tests/test-freadahead.c: New file.
8723
8724         * modules/freadahead: New file.
8725         * lib/freadahead.h: New file.
8726         * lib/freadahead.c: New file.
8727         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
8728         fbufmode, fpurge, freadable, fwritable.
8729
8730 2007-08-19  Eric Blake  <ebb9@byu.net>
8731
8732         Test yesno in combination with closein.
8733         * lib/yesno.c (yesno): Document use of stdin.
8734         * modules/yesno-tests (Files): New module.
8735         * tests/test-yesno.c (main): New file.
8736         * tests/test-yesno.sh: Likewise.
8737
8738 2007-08-19  Bruno Haible  <bruno@clisp.org>
8739
8740         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
8741         * lib/fseeko.c (rpl_fseeko): Likewise.
8742         * lib/fseterr.c (fseterr): Likewise.
8743
8744 2007-08-19  Bruno Haible  <bruno@clisp.org>
8745
8746         * tests/test-lseek.c (main): Disable a test for BeOS.
8747         * doc/functions/lseek.texi: Document the BeOS bug.
8748
8749 2007-08-19  Bruno Haible  <bruno@clisp.org>
8750             Eric Blake  <ebb9@byu.net>
8751
8752         * lib/lseek.c: Include <sys/stat.h>.
8753         (rpl_lseek): Add workaround code also for Unix platforms.
8754         Needed for BeOS.
8755         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
8756         * doc/functions/lseek.texi: Document BeOS definiency.
8757
8758 2007-08-18  Bruno Haible  <bruno@clisp.org>
8759
8760         * modules/fstrcmp-tests: New file.
8761         * tests/test-fstrcmp.c: New file.
8762
8763 2007-08-18  Bruno Haible  <bruno@clisp.org>
8764
8765         * modules/fstrcmp: New file, from GNU gettext with modifications.
8766         * lib/fstrcmp.h: New file, from GNU gettext.
8767         * lib/fstrcmp.c: New file, from GNU gettext.
8768         * MODULES.html.sh (String handling): Add fstrcmp.
8769
8770 2007-08-18  Bruno Haible  <bruno@clisp.org>
8771
8772         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
8773         'bool'.
8774         (diag, compareseq): Remove const from the ctxt argument.
8775         (USE_HEURISTIC): Undefine at the end.
8776
8777 2007-08-18  Jim Meyering  <jim@meyering.net>
8778
8779         New file: lib/idcache.h
8780         * NEWS: Mention the addition.
8781         * modules/idcache (Files): Add lib/idcache.h
8782         * lib/idcache.c: Include "idcache.h".
8783         Don't include <sys/types.h>.
8784         Add a FIXME comment.
8785         Move file-scoped "static" declarations to the top.
8786         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
8787
8788 2007-08-17  Bruno Haible  <bruno@clisp.org>
8789         and Paul Eggert  <eggert@cs.ucla.edu>
8790
8791         * MODULES.html.sh: Add diffseq.
8792         * modules/diffseq: New file.
8793         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
8794         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
8795
8796 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8797
8798         Import changes from coreutils for bootstrap script.
8799
8800         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
8801
8802         * build-aux/bootstrap (slurp): Work even in environments where
8803         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
8804         current code does not slurp files whose names start with ".", and
8805         this looks like it might be a troublesome area.
8806
8807         2007-07-11  Jim Meyering  <jim@meyering.net>
8808
8809         If there's a GPL vN copyright comment, require that N == 3.
8810
8811         2007-07-08  Jim Meyering  <jim@meyering.net>
8812
8813         Run the coreutils-specific code only if tests/Makefile.am.in exists.
8814         * build-aux/bootstrap (mam_template): Move definition out of loop.
8815
8816         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
8817
8818         * build-aux/bootstrap (symlink_to_dir): Rename function from
8819         symlink_to_gnulib.  Add a directory parameter.  Update all
8820         callers.
8821         (cp_mark_as_generated): Also check for -- and link to -- files in
8822         gl/.
8823
8824         2007-07-08  Jim Meyering  <jim@meyering.net>
8825
8826         Adapt to deeper hierarchy in gnulib.
8827         * build-aux/bootstrap (symlink_to_dir): If the destination
8828         directory doesn't exist, create it. This is required at least for
8829         "lib/uniwidth/cjk.h".
8830
8831         2007-05-15  Jim Meyering  <jim@meyering.net>
8832
8833         * build-aux/bootstrap: Now that generated Makefile.am files
8834         are no longer under version control, they must be created at
8835         bootstrap time.
8836
8837 2007-08-14  Ben Pfaff  <blp@gnu.org>
8838
8839         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
8840
8841 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8842
8843         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
8844         given the changes below.
8845         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
8846         even on hosts that have padding bits beyond the supported 64.
8847
8848 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
8849
8850         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
8851         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
8852         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
8853         depends on it.
8854         (xstrtol_error): Remove.
8855         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
8856         but with a different signature.
8857         (ATTRIBUTE_NORETURN, __attribute__): New macros.
8858         * lib/xstrtol-error.c: Include exitfail.h.
8859         (xstrtol_fatal): New function, with a different signature from the
8860         old xstrtol_error, so that the caller need not worry about passing
8861         in an exit status, or about storage management of the option argument.
8862         (xstrtol_error): Now a static function.  Redo signature to
8863         implement xstrtol_fatal.  Output the correct number of hyphens in
8864         front of the option so that the caller need not worry about
8865         storage management.
8866         (N_): New macro.
8867         (_): Remove; not used now.
8868         * modules/xstrtol: Depend on getopt.
8869         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
8870         of old STRTOL_FATAL_ERROR macro.
8871         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
8872         of test program.
8873         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
8874         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
8875
8876 2007-08-08  Eric Blake  <ebb9@byu.net>
8877
8878         * lib/xstrtol-error.c: Add missing include.
8879
8880         Move xstrtol messages into gnulib domain, when --pobase is used.
8881         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
8882         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
8883         * modules/xstrtol (Files): Distribute new file.
8884         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
8885         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
8886         * tests/test-xstrtol.c: ...into new file.
8887         * tests/test-xstrtoul.c: Also test xstrtoul.
8888         * tests/test-xstrtoimax.c: Also test xstrtoimax.
8889         * tests/test-xstrtoumax.c: Also test xstrtoumax.
8890         * tests/test-xstrtol.sh: Drive the tests.
8891         * tests/test-xstrtoimax.sh: Likewise.
8892         * tests/test-xstrtoumax.sh: Likewise.
8893         * modules/xstrtol-tests: New module.
8894         * modules/xstrtoimax-tests: Likewise.
8895         * modules/xstrtoumax-tests: Likewise.
8896
8897 2007-08-08  Jim Meyering  <jim@meyering.net>
8898
8899         New function: mfile_name_concat.
8900         * lib/filenamecat.c (mfile_name_concat): New function, just like
8901         file_name_concat, but return NULL upon failure rather than exiting
8902         with a diagnostic.
8903         * lib/filenamecat.h: Declare it.
8904
8905 2007-08-07  Bruno Haible  <bruno@clisp.org>
8906
8907         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
8908         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
8909         warning from gcc.
8910         Reported by Eric Blake.
8911
8912 2007-08-07  Simon Josefsson  <simon@josefsson.org>
8913
8914         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
8915         * modules/crypto/arcfour (License): Likewise.
8916         * modules/crypto/des-tests (License): Likewise.
8917         * modules/crypto/gc-arctwo-tests (License): Likewise.
8918         * modules/crypto/gc-des-tests (License): Likewise.
8919         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
8920         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
8921         * modules/crypto/gc-md2-tests (License): Likewise.
8922         * modules/crypto/gc-md4-tests (License): Likewise.
8923         * modules/crypto/gc-md5-tests (License): Likewise.
8924         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
8925         * modules/crypto/gc-rijndael-tests (License): Likewise.
8926         * modules/crypto/gc-sha1-tests (License): Likewise.
8927         * modules/crypto/gc-tests (License): Likewise.
8928         * modules/crypto/hmac-md5 (License): Likewise.
8929         * modules/crypto/hmac-sha1 (License): Likewise.
8930         * modules/crypto/md2-tests (License): Likewise.
8931         * modules/crypto/md4-tests (License): Likewise.
8932         * modules/crypto/md5 (License): Likewise.
8933         * modules/crypto/rijndael (License): Likewise.
8934         * modules/crypto/sha1 (License): Likewise.
8935         * modules/memxor (License): Likewise.
8936
8937 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
8938         and Bruno Haible  <bruno@clisp.org>
8939
8940         * NEWS: Describe interface changes to human, xstrtol.
8941         * lib/human.h: Include <xstrtol.h>.
8942         (human_options): Return enum strtol_error, not int.  Remove
8943         bool arg; take int * instead.
8944         * lib/human.c: Don't include "gettext.h".
8945         (_): Remove; no longer used.
8946         Don't include <xstrtol.h>, since human.h does it.
8947         (human_options): Adjust to abovementioned interface changes.
8948         Do not report error to stderr; that's now the caller's
8949         responsibility.
8950         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
8951         interface change.
8952         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
8953         Str, Argument_type_string.  All uses changed.  Put " argument"
8954         in diagnostics to make them clearer.  Change wording of suffix
8955         message for clarity.
8956         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
8957         Argument_type_string.
8958         (STRTOL_FATAL_WARN): Remove; no longer used.
8959         * modules/human (Depends-on): Remove gettext-h.
8960
8961 2007-08-06  Simon Josefsson  <simon@josefsson.org>
8962
8963         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
8964
8965 2007-07-31  Bruno Haible  <bruno@clisp.org>
8966
8967         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
8968         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
8969         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
8970
8971 2007-07-31  Bruno Haible  <bruno@clisp.org>
8972
8973         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
8974         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
8975
8976 2007-07-30  Bruno Haible  <bruno@clisp.org>
8977
8978         * modules/base64 (License): Use the synonymous term "LGPLv2+".
8979         * modules/c-ctype (License): Likewise.
8980         * modules/c-strcase (License): Likewise.
8981         * modules/check-version (License): Likewise.
8982         * modules/iconv (License): Likewise.
8983         * modules/iconv_open (License): Likewise.
8984         * modules/read-file (License): Likewise.
8985         * modules/striconv (License): Likewise.
8986         * modules/strverscmp (License): Likewise.
8987         * modules/vasprintf (License): Likewise.
8988         * modules/crypto/des (License): Likewise.
8989         * modules/crypto/gc (License): Likewise.
8990         * modules/crypto/gc-arcfour (License): Likewise.
8991         * modules/crypto/gc-arctwo (License): Likewise.
8992         * modules/crypto/gc-des (License): Likewise.
8993         * modules/crypto/gc-hmac-md5 (License): Likewise.
8994         * modules/crypto/gc-hmac-sha1 (License): Likewise.
8995         * modules/crypto/gc-md2 (License): Likewise.
8996         * modules/crypto/gc-md4 (License): Likewise.
8997         * modules/crypto/gc-md5 (License): Likewise.
8998         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
8999         * modules/crypto/gc-random (License): Likewise.
9000         * modules/crypto/gc-rijndael (License): Likewise.
9001         * modules/crypto/gc-sha1 (License): Likewise.
9002         * modules/crypto/md2 (License): Likewise.
9003         * modules/crypto/md4 (License): Likewise.
9004
9005 2007-07-30  Jim Meyering  <jim@meyering.net>
9006
9007         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
9008         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
9009         it has valid stat data.  This bug would cause du not to count the
9010         sizes of inaccessible directories.
9011         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
9012         in <http://bugzilla.redhat.com/250077>.
9013
9014 2007-07-25  Peter O'Gorman  <peter@pogma.com>
9015             Bruno Haible  <bruno@clisp.org>
9016
9017         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
9018         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
9019         #include_next, gives a diagnostic about it, but reports no error in
9020         the exit code.
9021         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
9022
9023 2007-07-24  Ben Pfaff  <blp@gnu.org>
9024
9025         Improve name: "count-one-bits" is better than "popcount".
9026         * MODULES.html.sh: Update name.
9027         * lib/popcount.h: Renamed lib/count-one-bits.h.
9028         (popcount): Renamed count_one_bits.
9029         (popcountl): Renamed count_one_bits_l.
9030         (popcountll): Renamed count_one_bits_ll.
9031         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
9032         * modules/popcount: Renamed module/count-one-bits.
9033         * modules/popcount-tests: Renamed module/count-one-bits-tests.
9034         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
9035
9036 2007-07-23  Ben Pfaff  <blp@gnu.org>
9037
9038         * lib/popcount.h (popcount32): Reduce size of constants, to allow
9039         better code generation, and add U to large constants to avoid
9040         warnings, in non-GCC case.
9041         Suggested by Bruno Haible.
9042
9043 2007-07-23  Ben Pfaff  <blp@gnu.org>
9044
9045         * lib/popcount.h: Use verify_true instead of if...abort.
9046         * modules/popcount: Depend on verify module.
9047         Suggested by Jim Meyering.
9048
9049 2007-07-23  Bruno Haible  <bruno@clisp.org>
9050
9051         * gnulib-tool (func_import): Create a .cvsignore file also when the
9052         directory is not yet in CVS but the toplevel directory is. When
9053         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
9054         Reported by Karl Berry.
9055
9056 2007-07-22  Ben Pfaff  <blp@gnu.org>
9057
9058         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
9059         case.
9060         Suggested by Eric Blake.
9061
9062 2007-07-22  Ben Pfaff  <blp@gnu.org>
9063
9064         New module: popcount.
9065         * MODULES.html.sh: Add popcount.
9066         * modules/popcount: New file.
9067         * modules/popcount-tests: New file.
9068         * tests/test-popcount.c: New file.
9069         * lib/popcount.h: New file.
9070         * m4/popcount.m4: New file.
9071
9072 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9073
9074         * build-aux/announce-gen: Update to GPLv3.
9075
9076         * build-aux/config.guess: Update from config.
9077
9078 2007-07-21  Bruno Haible  <bruno@clisp.org>
9079
9080         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
9081         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
9082
9083 2007-07-20  Jim Meyering  <jim@meyering.net>
9084
9085         * check-module: Diagnose a self-dependency.
9086
9087 2007-07-19  Bruno Haible  <bruno@clisp.org>
9088
9089         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
9090         empty.
9091         Reported by Eric Blake.
9092
9093 2007-07-18  Bruno Haible  <bruno@clisp.org>
9094
9095         * gnulib-tool: New options --po-base, --po-domain.
9096         (func_usage): Document them.
9097         (pobase, po_domain): New variables.
9098         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
9099         DEFAULT_TEXT_DOMAIN.
9100         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
9101         (func_import): Consider pobase and po_domain. Create a po/ directory.
9102         (func_create_testdir): Set pobase and po_domain to empty.
9103         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
9104         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
9105
9106 2007-07-18  Bruno Haible  <bruno@clisp.org>
9107
9108         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9109         EXTRA_DIST augmentation for files in build-aux/.
9110
9111 2007-07-16  Bruno Haible  <bruno@clisp.org>
9112
9113         * modules/lseek (License): Use the synonymous term "LGPLv2+".
9114         * modules/getdelim (License): Likewise.
9115
9116 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9117
9118         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
9119         * modules/d-type (License): Likewise.
9120         * modules/extensions (License): Likewise.
9121         * modules/fnmatch (License): Likewise.
9122         * modules/fseeko (License): Likewise.
9123         * modules/getaddrinfo (License): Likewise.
9124         * modules/getline (License): Likewise.
9125         * modules/getlogin_r (License): Likewise.
9126         * modules/getpass (License): Likewise.
9127         * modules/gettimeofday (License): Likewise.
9128         * modules/glob (License): Likewise.
9129         * modules/inet_ntop (License): Likewise.
9130         * modules/malloc (License): Likewise.
9131         * modules/malloca (License): Likewise.
9132         * modules/memmem (License): Likewise.
9133         * modules/mempcpy (License): Likewise.
9134         * modules/memset (License): Likewise.
9135         * modules/minmax (License): Likewise.
9136         * modules/mktime (License): Likewise.
9137         * modules/netinet_in (License): Likewise.
9138         * modules/pathmax (License): Likewise.
9139         * modules/poll (License): Likewise.
9140         * modules/regex (License): Likewise.
9141         * modules/snprintf (License): Likewise.
9142         * modules/stdbool (License): Likewise.
9143         * modules/stdint (License): Likewise.
9144         * modules/stdio (License): Likewise.
9145         * modules/strcase (License): Likewise.
9146         * modules/strcasestr (License): Likewise.
9147         * modules/strdup (License): Likewise.
9148         * modules/string (License): Likewise.
9149         * modules/strndup (License): Likewise.
9150         * modules/strnlen (License): Likewise.
9151         * modules/strpbrk (License): Likewise.
9152         * modules/strptime (License): Likewise.
9153         * modules/strsep (License): Likewise.
9154         * modules/sys_select (License): Likewise.
9155         * modules/sys_socket (License): Likewise.
9156         * modules/sys_stat (License): Likewise.
9157         * modules/sys_time (License): Likewise.
9158         * modules/time (License): Likewise.
9159         * modules/time_r (License): Likewise.
9160         * modules/timegm (License): Likewise.
9161         * modules/unistd (License): Likewise.
9162         * modules/vsnprintf (License): Likewise.
9163         * modules/wctype (License): Likewise.
9164
9165 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9166
9167         * modules/argz (License): LGPLv2+.
9168
9169 2007-07-15  Karl Berry  <karl@gnu.org>
9170
9171         * doc/gnulib.texi: revise node structure per new fdl.texi.
9172
9173 2007-07-14  Bruno Haible  <bruno@clisp.org>
9174
9175         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
9176         the output file.
9177         * lib/uniname/uninames.h: Regenerated.
9178
9179 2007-07-14  Karl Berry  <karl@gnu.org>
9180
9181         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
9182         omitting sectioning and index commands.
9183
9184 2007-07-13  Bruno Haible  <bruno@clisp.org>
9185
9186         New gnulib-tool option --more-symlinks.
9187         * gnulib-tool (func_usage): Document --more-symlinks.
9188         (do_copyrights): New variable.
9189         Recognize option --more-symlinks.
9190         (func_import): Don't add a copyright notice transform to
9191         sed_transform_lib_file if do_copyrights is empty.
9192
9193 2007-07-13  Bruno Haible  <bruno@clisp.org>
9194
9195         * lib/vasnprintf.c (decimal_point_char): Define also if
9196         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
9197         && !NEED_PRINTF_DIRECTIVE_A.
9198         Reported by Clemens Koller <clemens.koller@anagramm.de> via
9199         Gary V. Vaughan <gary@gnu.org>.
9200
9201 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
9202
9203         * lib/inttypes_.h: Undo previous change, since it was fixed
9204         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
9205
9206 2007-07-13  Bruno Haible  <bruno@clisp.org>
9207
9208         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
9209         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
9210
9211 2007-07-13  Jim Meyering  <jim@meyering.net>
9212
9213         df: Don't fail for Tru64's "file-on-file mount".
9214         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
9215         so we fall through and use statfs instead.  Details here:
9216         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
9217         Reported by Albert Chin.
9218
9219 2007-07-13  Bruno Haible  <bruno@clisp.org>
9220
9221         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
9222         * modules/configmake (License): Likewise.
9223         * modules/gettext (License): Likewise.
9224         * modules/gettext-h (License): Likewise.
9225         * modules/include_next (License): Likewise.
9226         * modules/link-warning (License): Likewise.
9227         * modules/localcharset (License): Likewise.
9228         * modules/localename (License): Likewise.
9229         * modules/lock (License): Likewise.
9230         * modules/relocatable-lib-lgpl (License): Likewise.
9231         * modules/size_max (License): Likewise.
9232         * modules/vasnprintf (License): Likewise.
9233         * modules/wchar (License): Likewise.
9234         * modules/xsize (License): Likewise.
9235
9236 2007-07-13  Bruno Haible  <bruno@clisp.org>
9237
9238         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
9239         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
9240
9241 2007-07-12  Bruno Haible  <bruno@clisp.org>
9242
9243         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
9244         in the modules files.
9245
9246 2007-07-11  Karl Berry  <karl@gnu.org>
9247
9248         * MODULES.html.sh (func_module): use
9249          sed -e '\|^'"${includefile}"'$|d'
9250          instead of /.../d, to avoid errors on $includefile's containing /.
9251
9252 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9253
9254         * gnulib-tool (func_import): Avoid duplication of --avoid
9255         statements
9256         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
9257         names to `_' in variable names.
9258
9259 2007-07-10  Eric Blake  <ebb9@byu.net>
9260
9261         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
9262         * NEWS: Document this change.
9263
9264 2007-07-08  Bruno Haible  <bruno@clisp.org>
9265
9266         Update to Unicode 5.0.
9267         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
9268         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
9269         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
9270         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
9271         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
9272         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
9273         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
9274         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
9275         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
9276         U+10A3F, U+1D242..U+1D244.
9277         (nonspacing_table_ind): Update.
9278         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
9279         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
9280
9281 2007-07-08  Bruno Haible  <bruno@clisp.org>
9282
9283         Update to Unicode 5.0.
9284         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
9285         code transform. Extend the name index field of unicode_name_to_code and
9286         unicode_code_to_name from 16 to 24 bits.
9287         * lib/uniname/uniname.c (unicode_character_name,
9288         unicode_name_character): Add the range 0x12xxx to the code transform.
9289         * lib/uniname/uninames.h: Regenerated.
9290         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
9291
9292 2007-07-07  Bruno Haible  <bruno@clisp.org>
9293
9294         * modules/wcwidth-tests: New file.
9295         * tests/test-wcwidth.c: New file.
9296
9297         Work around MacOS X wcwidth() bug.
9298         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
9299         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
9300         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
9301         original wcwidth in non-UTF-8 locales.
9302         * modules/wcwidth (Depends-on): Add localcharset, streq,
9303         uniwidth/width.
9304         * doc/functions/wcwidth.texi: Update.
9305
9306 2007-07-07  Bruno Haible  <bruno@clisp.org>
9307
9308         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
9309         (wcwidth): New declaration.
9310         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
9311         macros.
9312         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
9313         here. Prepare for creating <wchar.h> unconditionally.
9314         * modules/wchar (Depends-on): Add link-warning.
9315         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
9316         REPLACE_WCWIDTH, and GL_LINK_WARNING.
9317         * lib/wcwidth.h: Remove file.
9318         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
9319         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
9320         * modules/wcwidth (Files): Remove lib/wcwidth.h.
9321         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
9322         (Include): Replace wcwidth.h with <wchar.h>.
9323         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
9324         * lib/mbchar.h: Don't include wcwidth.h.
9325         * lib/mbswidth.c: Likewise.
9326         * NEWS: Mention the change.
9327
9328 2007-07-07  Bruno Haible  <bruno@clisp.org>
9329
9330         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
9331         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
9332         definition with an external declaration.
9333         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
9334         defined as a function. Remove AC_C_INLINE requirement.
9335         * modules/wcwidth (Files): Add lib/wcwidth.c.
9336         (Makefile.am): Remove redundant statement.
9337
9338 2007-07-07  Bruno Haible  <bruno@clisp.org>
9339
9340         * MODULES.html.sh (Unicode string functions): Add the new modules.
9341
9342         * tests/uniwidth/test-u32-strwidth.c: New file.
9343         * modules/uniwidth/u32-strwidth-tests: New file.
9344
9345         * lib/uniwidth/u32-strwidth.c: New file.
9346         * modules/uniwidth/u32-strwidth: New file.
9347
9348         * tests/uniwidth/test-u16-strwidth.c: New file.
9349         * modules/uniwidth/u16-strwidth-tests: New file.
9350
9351         * lib/uniwidth/u16-strwidth.c: New file.
9352         * modules/uniwidth/u16-strwidth: New file.
9353
9354         * tests/uniwidth/test-u8-strwidth.c: New file.
9355         * modules/uniwidth/u8-strwidth-tests: New file.
9356
9357         * lib/uniwidth/u8-strwidth.c: New file.
9358         * modules/uniwidth/u8-strwidth: New file.
9359
9360         * tests/uniwidth/test-u32-width.c: New file.
9361         * modules/uniwidth/u32-width-tests: New file.
9362
9363         * lib/uniwidth/u32-width.c: New file.
9364         * modules/uniwidth/u32-width: New file.
9365
9366         * tests/uniwidth/test-u16-width.c: New file.
9367         * modules/uniwidth/u16-width-tests: New file.
9368
9369         * lib/uniwidth/u16-width.c: New file.
9370         * modules/uniwidth/u16-width: New file.
9371
9372         * tests/uniwidth/test-u8-width.c: New file.
9373         * modules/uniwidth/u8-width-tests: New file.
9374
9375         * lib/uniwidth/u8-width.c: New file.
9376         * modules/uniwidth/u8-width: New file.
9377
9378         * tests/uniwidth/test-uc_width.c: New file.
9379         * modules/uniwidth/width-tests: New file.
9380
9381         * lib/uniwidth/width.c: New file, from GNU libiconv.
9382         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
9383         * modules/uniwidth/width: New file.
9384
9385         * lib/uniwidth.h: New file, from GNU libiconv.
9386         * modules/uniwidth/base: New file.
9387
9388 2007-07-07  Bruno Haible  <bruno@clisp.org>
9389
9390         * lib/uniname.h: New file, from GNU gettext.
9391         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
9392         * lib/uniname/uninames.h: New file, from GNU gettext.
9393         * lib/uniname/uniname.c: New file, from GNU gettext.
9394         * tests/uniname/test-uninames.sh: New file.
9395         * tests/uniname/test-uninames.c: New file, from GNU gettext.
9396         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
9397         * modules/uniname/base: New file.
9398         * modules/uniname/uniname: New file.
9399         * modules/uniname/uniname-tests: New file.
9400         * MODULES.html.sh (Unicode string functions): Add the new modules.
9401
9402 2007-07-06  Bruno Haible  <bruno@clisp.org>
9403
9404         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
9405
9406 2007-07-06  Bruno Haible  <bruno@clisp.org>
9407
9408         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
9409         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
9410         includes <cygwin/sys_time.h> which includes <sys/select.h> which
9411         include <sys/time.h>.
9412         Reported by Eric Blake.
9413
9414 2007-07-06  Eric Blake  <ebb9@byu.net>
9415
9416         Fix testing canonicalize on cygwin.
9417         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9418         Revert patch from 2007-06-19.
9419         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
9420         canonicalize module is also in use.
9421         * tests/test-canonicalize.c: New file.
9422         * tests/test-canonicalize.sh: Likewise.
9423         * modules/canonicalize-tests: Likewise.
9424
9425 2007-07-06  Jim Meyering  <jim@meyering.net>
9426
9427         * lib/getugroups.c (getugroups): Detect getgrent failure.
9428         Adjust comment to reflect reality: this function may return -1.
9429
9430 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
9431
9432         * build-aux/bootstrap (TP_URL,get_translations): Update to use
9433         the new TP address.
9434         (usage): Fix typo
9435         (gnulib_mk): New variable.
9436
9437 2007-07-05  Jim Meyering  <jim@meyering.net>
9438
9439         Don't let endgrent clobber errno, no matter how improbable.
9440         * lib/getugroups.c (getugroups): Save and restore errno around
9441         endgrent call.
9442
9443         Close the group DB even when failing with 2^31 or more members.
9444         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
9445
9446 2007-07-04  Jim Meyering  <jim@meyering.net>
9447
9448         * lib/getugroups.h: New file.
9449         * lib/getugroups.c: Include "getugroups.h".
9450         Remove uses of "register" keyword.
9451         Move local variable, "cp", down into scope where used.
9452         Give "username" parameter the "const" attribute.
9453         * modules/getugroups (Files): Add lib/getugroups.h
9454
9455 2007-07-04  Karl Berry  <karl@gnu.org>
9456
9457         * MODULES.html.sh (func_all_modules): Complete rename of
9458         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
9459
9460 2007-07-02  Bruno Haible  <bruno@clisp.org>
9461
9462         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
9463         mode, when inttypes.h comes from gnulib.
9464         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9465
9466 2007-07-02  Simon Josefsson  <simon@josefsson.org>
9467
9468         * NEWS: Mention lgpl module name change.
9469
9470         * modules/lgpl-2.1: Renamed from lgpl.
9471
9472         * NEWS: Mention gpl module name change.
9473
9474         * modules/gpl-3.0: New file, based on gpl-2.0.
9475
9476         * modules/gpl-2.0: Renamed from gpl.
9477
9478         * modules/gpl: Fix filename, doc/gpl.texi is now found at
9479         doc/gpl-2.0.texi.
9480
9481 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9482
9483         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
9484         #define __STDC_LIMIT_MACROS temporarily while including
9485         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
9486         Problem reported by Joel E. Denny in
9487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
9488
9489 2007-07-01  Bruno Haible  <bruno@clisp.org>
9490
9491         * lib/unistdio.h: New file.
9492         * lib/unistdio/u-asnprintf.h: New file.
9493         * lib/unistdio/u-asprintf.h: New file.
9494         * lib/unistdio/u-printf-args.c: New file.
9495         * lib/unistdio/u-printf-args.h: New file.
9496         * lib/unistdio/u-printf-parse.h: New file.
9497         * lib/unistdio/u-snprintf.h: New file.
9498         * lib/unistdio/u-sprintf.h: New file.
9499         * lib/unistdio/u-vasprintf.h: New file.
9500         * lib/unistdio/u-vsnprintf.h: New file.
9501         * lib/unistdio/u-vsprintf.h: New file.
9502         * lib/unistdio/ulc-asnprintf.c: New file.
9503         * lib/unistdio/ulc-asprintf.c: New file.
9504         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
9505         * lib/unistdio/ulc-printf-parse.c: New file.
9506         * lib/unistdio/ulc-snprintf.c: New file.
9507         * lib/unistdio/ulc-sprintf.c: New file.
9508         * lib/unistdio/ulc-vasnprintf.c: New file.
9509         * lib/unistdio/ulc-vasprintf.c: New file.
9510         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
9511         * lib/unistdio/ulc-vsnprintf.c: New file.
9512         * lib/unistdio/ulc-vsprintf.c: New file.
9513         * lib/unistdio/u8-asnprintf.c: New file.
9514         * lib/unistdio/u8-asprintf.c: New file.
9515         * lib/unistdio/u8-printf-parse.c: New file.
9516         * lib/unistdio/u8-snprintf.c: New file.
9517         * lib/unistdio/u8-sprintf.c: New file.
9518         * lib/unistdio/u8-vasnprintf.c: New file.
9519         * lib/unistdio/u8-vasprintf.c: New file.
9520         * lib/unistdio/u8-vsnprintf.c: New file.
9521         * lib/unistdio/u8-vsprintf.c: New file.
9522         * lib/unistdio/u8-u8-asnprintf.c: New file.
9523         * lib/unistdio/u8-u8-asprintf.c: New file.
9524         * lib/unistdio/u8-u8-snprintf.c: New file.
9525         * lib/unistdio/u8-u8-sprintf.c: New file.
9526         * lib/unistdio/u8-u8-vasnprintf.c: New file.
9527         * lib/unistdio/u8-u8-vasprintf.c: New file.
9528         * lib/unistdio/u8-u8-vsnprintf.c: New file.
9529         * lib/unistdio/u8-u8-vsprintf.c: New file.
9530         * lib/unistdio/u16-asnprintf.c: New file.
9531         * lib/unistdio/u16-asprintf.c: New file.
9532         * lib/unistdio/u16-printf-parse.c: New file.
9533         * lib/unistdio/u16-snprintf.c: New file.
9534         * lib/unistdio/u16-sprintf.c: New file.
9535         * lib/unistdio/u16-vasnprintf.c: New file.
9536         * lib/unistdio/u16-vasprintf.c: New file.
9537         * lib/unistdio/u16-vsnprintf.c: New file.
9538         * lib/unistdio/u16-vsprintf.c: New file.
9539         * lib/unistdio/u16-u16-asnprintf.c: New file.
9540         * lib/unistdio/u16-u16-asprintf.c: New file.
9541         * lib/unistdio/u16-u16-snprintf.c: New file.
9542         * lib/unistdio/u16-u16-sprintf.c: New file.
9543         * lib/unistdio/u16-u16-vasnprintf.c: New file.
9544         * lib/unistdio/u16-u16-vasprintf.c: New file.
9545         * lib/unistdio/u16-u16-vsnprintf.c: New file.
9546         * lib/unistdio/u16-u16-vsprintf.c: New file.
9547         * lib/unistdio/u32-asnprintf.c: New file.
9548         * lib/unistdio/u32-asprintf.c: New file.
9549         * lib/unistdio/u32-printf-parse.c: New file.
9550         * lib/unistdio/u32-snprintf.c: New file.
9551         * lib/unistdio/u32-sprintf.c: New file.
9552         * lib/unistdio/u32-vasnprintf.c: New file.
9553         * lib/unistdio/u32-vasprintf.c: New file.
9554         * lib/unistdio/u32-vsnprintf.c: New file.
9555         * lib/unistdio/u32-vsprintf.c: New file.
9556         * lib/unistdio/u32-u32-asnprintf.c: New file.
9557         * lib/unistdio/u32-u32-asprintf.c: New file.
9558         * lib/unistdio/u32-u32-snprintf.c: New file.
9559         * lib/unistdio/u32-u32-sprintf.c: New file.
9560         * lib/unistdio/u32-u32-vasnprintf.c: New file.
9561         * lib/unistdio/u32-u32-vasprintf.c: New file.
9562         * lib/unistdio/u32-u32-vsnprintf.c: New file.
9563         * lib/unistdio/u32-u32-vsprintf.c: New file.
9564         * tests/unistdio/test-ulc-asnprintf1.c: New file.
9565         * tests/unistdio/test-ulc-asnprintf1.h: New file.
9566         * tests/unistdio/test-ulc-printf1.h: New file.
9567         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
9568         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
9569         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
9570         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
9571         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
9572         * tests/unistdio/test-ulc-vasprintf1.c: New file.
9573         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
9574         * tests/unistdio/test-ulc-vsprintf1.c: New file.
9575         * tests/unistdio/test-u8-asnprintf1.c: New file.
9576         * tests/unistdio/test-u8-asnprintf1.h: New file.
9577         * tests/unistdio/test-u8-printf1.h: New file.
9578         * tests/unistdio/test-u8-vasnprintf1.c: New file.
9579         * tests/unistdio/test-u8-vasnprintf2.c: New file.
9580         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
9581         * tests/unistdio/test-u8-vasnprintf3.c: New file.
9582         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
9583         * tests/unistdio/test-u8-vasprintf1.c: New file.
9584         * tests/unistdio/test-u8-vsnprintf1.c: New file.
9585         * tests/unistdio/test-u8-vsprintf1.c: New file.
9586         * tests/unistdio/test-u16-asnprintf1.c: New file.
9587         * tests/unistdio/test-u16-asnprintf1.h: New file.
9588         * tests/unistdio/test-u16-printf1.h: New file.
9589         * tests/unistdio/test-u16-vasnprintf1.c: New file.
9590         * tests/unistdio/test-u16-vasnprintf2.c: New file.
9591         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
9592         * tests/unistdio/test-u16-vasnprintf3.c: New file.
9593         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
9594         * tests/unistdio/test-u16-vasprintf1.c: New file.
9595         * tests/unistdio/test-u16-vsnprintf1.c: New file.
9596         * tests/unistdio/test-u16-vsprintf1.c: New file.
9597         * tests/unistdio/test-u32-asnprintf1.c: New file.
9598         * tests/unistdio/test-u32-asnprintf1.h: New file.
9599         * tests/unistdio/test-u32-printf1.h: New file.
9600         * tests/unistdio/test-u32-vasnprintf1.c: New file.
9601         * tests/unistdio/test-u32-vasnprintf2.c: New file.
9602         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
9603         * tests/unistdio/test-u32-vasnprintf3.c: New file.
9604         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
9605         * tests/unistdio/test-u32-vasprintf1.c: New file.
9606         * tests/unistdio/test-u32-vsnprintf1.c: New file.
9607         * tests/unistdio/test-u32-vsprintf1.c: New file.
9608         * modules/unistdio/base: New file.
9609         * modules/unistdio/u-printf-args: New file.
9610         * modules/unistdio/ulc-asnprintf: New file.
9611         * modules/unistdio/ulc-asprintf: New file.
9612         * modules/unistdio/ulc-fprintf: New file.
9613         * modules/unistdio/ulc-printf-parse: New file.
9614         * modules/unistdio/ulc-snprintf: New file.
9615         * modules/unistdio/ulc-sprintf: New file.
9616         * modules/unistdio/ulc-vasnprintf: New file.
9617         * modules/unistdio/ulc-vasprintf: New file.
9618         * modules/unistdio/ulc-vfprintf: New file.
9619         * modules/unistdio/ulc-vsnprintf: New file.
9620         * modules/unistdio/ulc-vsprintf: New file.
9621         * modules/unistdio/u8-asnprintf: New file.
9622         * modules/unistdio/u8-asprintf: New file.
9623         * modules/unistdio/u8-printf-parse: New file.
9624         * modules/unistdio/u8-snprintf: New file.
9625         * modules/unistdio/u8-sprintf: New file.
9626         * modules/unistdio/u8-vasnprintf: New file.
9627         * modules/unistdio/u8-vasprintf: New file.
9628         * modules/unistdio/u8-vsnprintf: New file.
9629         * modules/unistdio/u8-vsprintf: New file.
9630         * modules/unistdio/u8-u8-asnprintf: New file.
9631         * modules/unistdio/u8-u8-asprintf: New file.
9632         * modules/unistdio/u8-u8-snprintf: New file.
9633         * modules/unistdio/u8-u8-sprintf: New file.
9634         * modules/unistdio/u8-u8-vasnprintf: New file.
9635         * modules/unistdio/u8-u8-vasprintf: New file.
9636         * modules/unistdio/u8-u8-vsnprintf: New file.
9637         * modules/unistdio/u8-u8-vsprintf: New file.
9638         * modules/unistdio/u16-asnprintf: New file.
9639         * modules/unistdio/u16-asprintf: New file.
9640         * modules/unistdio/u16-printf-parse: New file.
9641         * modules/unistdio/u16-snprintf: New file.
9642         * modules/unistdio/u16-sprintf: New file.
9643         * modules/unistdio/u16-vasnprintf: New file.
9644         * modules/unistdio/u16-vasprintf: New file.
9645         * modules/unistdio/u16-vsnprintf: New file.
9646         * modules/unistdio/u16-vsprintf: New file.
9647         * modules/unistdio/u16-u16-asnprintf: New file.
9648         * modules/unistdio/u16-u16-asprintf: New file.
9649         * modules/unistdio/u16-u16-snprintf: New file.
9650         * modules/unistdio/u16-u16-sprintf: New file.
9651         * modules/unistdio/u16-u16-vasnprintf: New file.
9652         * modules/unistdio/u16-u16-vasprintf: New file.
9653         * modules/unistdio/u16-u16-vsnprintf: New file.
9654         * modules/unistdio/u16-u16-vsprintf: New file.
9655         * modules/unistdio/u32-asnprintf: New file.
9656         * modules/unistdio/u32-asprintf: New file.
9657         * modules/unistdio/u32-printf-parse: New file.
9658         * modules/unistdio/u32-snprintf: New file.
9659         * modules/unistdio/u32-sprintf: New file.
9660         * modules/unistdio/u32-vasnprintf: New file.
9661         * modules/unistdio/u32-vasprintf: New file.
9662         * modules/unistdio/u32-vsnprintf: New file.
9663         * modules/unistdio/u32-vsprintf: New file.
9664         * modules/unistdio/u32-u32-asnprintf: New file.
9665         * modules/unistdio/u32-u32-asprintf: New file.
9666         * modules/unistdio/u32-u32-snprintf: New file.
9667         * modules/unistdio/u32-u32-sprintf: New file.
9668         * modules/unistdio/u32-u32-vasnprintf: New file.
9669         * modules/unistdio/u32-u32-vasprintf: New file.
9670         * modules/unistdio/u32-u32-vsnprintf: New file.
9671         * modules/unistdio/u32-u32-vsprintf: New file.
9672         * modules/unistdio/ulc-asnprintf-tests: New file.
9673         * modules/unistdio/ulc-vasnprintf-tests: New file.
9674         * modules/unistdio/ulc-vasprintf-tests: New file.
9675         * modules/unistdio/ulc-vsnprintf-tests: New file.
9676         * modules/unistdio/ulc-vsprintf-tests: New file.
9677         * modules/unistdio/u8-asnprintf-tests: New file.
9678         * modules/unistdio/u8-vasnprintf-tests: New file.
9679         * modules/unistdio/u8-vasprintf-tests: New file.
9680         * modules/unistdio/u8-vsnprintf-tests: New file.
9681         * modules/unistdio/u8-vsprintf-tests: New file.
9682         * modules/unistdio/u16-asnprintf-tests: New file.
9683         * modules/unistdio/u16-vasnprintf-tests: New file.
9684         * modules/unistdio/u16-vasprintf-tests: New file.
9685         * modules/unistdio/u16-vsnprintf-tests: New file.
9686         * modules/unistdio/u16-vsprintf-tests: New file.
9687         * modules/unistdio/u32-asnprintf-tests: New file.
9688         * modules/unistdio/u32-vasnprintf-tests: New file.
9689         * modules/unistdio/u32-vasprintf-tests: New file.
9690         * modules/unistdio/u32-vsnprintf-tests: New file.
9691         * modules/unistdio/u32-vsprintf-tests: New file.
9692         * MODULES.html.sh (Unicode string functions): Add the new modules.
9693
9694 2007-07-01  Bruno Haible  <bruno@clisp.org>
9695
9696         * lib/sprintf.c (sprintf): Limit the available length estimation,
9697         to avoid address wraparound.
9698         * lib/vsprintf.c (vsprintf): Likewise.
9699         * modules/sprintf-posix (Dependencies): Add stdint.
9700         * modules/vsprintf-posix (Dependencies): Likewise.
9701
9702 2007-07-01  Bruno Haible  <bruno@clisp.org>
9703
9704         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
9705         Windows PATH as well. Conservative double-quoting. Comments.
9706
9707 2007-07-01  Bruno Haible  <bruno@clisp.org>
9708             Eric Blake  <ebb9@byu.net>
9709             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9710
9711         * gnulib-tool (self_abspathname): Fix algorithm to cope with
9712         empty components in $PATH, denoting '.'.
9713
9714 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9715
9716         * gnulib-tool: Fix indentation.
9717         (func_create_megatestdir): Likewise.
9718         Report by Bruno Haible.
9719
9720 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9721
9722         Sync from Automake.
9723         * build-aux/gnupload: Fix shell portability issues with for loops.
9724         Report by Karl Berry.
9725
9726 2007-06-29  Simon Josefsson  <simon@josefsson.org>
9727
9728         * build-aux/maint.mk (POURL): Use translationproject.org.
9729
9730 2007-06-27  Simon Josefsson  <simon@josefsson.org>
9731             Bruno Haible  <bruno@clisp.org>
9732
9733         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
9734         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
9735         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
9736         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
9737         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
9738
9739 2007-06-27  Bruno Haible  <bruno@clisp.org>
9740
9741         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
9742         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
9743
9744 2007-06-26  Karl Berry  <karl@gnu.org>
9745
9746         * MODULES.html.sh: remove xreadlink-with-size.
9747
9748 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9749
9750         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
9751         method that I hope also handles the double-include problem noted
9752         by Bruno Haible in
9753         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
9754
9755 2007-06-23  Bruno Haible  <bruno@clisp.org>
9756
9757         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9758         Don't let the 'mostlyclean' target fail if the last subdirectory could
9759         not be removed.
9760         Reported by Karl Berry.
9761
9762 2007-06-23  Bruno Haible  <bruno@clisp.org>
9763
9764         * gnulib-tool (echo): Add a speedier workaround for ksh.
9765         * tests/test-echo.sh: Likewise.
9766
9767 2007-06-23  Bruno Haible  <bruno@clisp.org>
9768
9769         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
9770         * tests/test-echo.sh: Likewise.
9771
9772 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9773
9774         * gnulib-tool (IFS): Initialize early, so we don't set it to
9775         empty later.
9776         (self_abspathname): Rewrite algorithm to set it, reindent.
9777         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
9778         (func_create_megatestdir): Merge some sed scripts.
9779
9780 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
9783         exposed by Sun Studio 11 cc on Solaris 8.
9784
9785 2007-06-22  Bruno Haible  <bruno@clisp.org>
9786
9787         * gnulib-tool (echo): Ensure the echo primitive does not interpret
9788         backslashes.
9789         * tests/test-echo.sh: New file.
9790
9791 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9792
9793         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
9794         simplify `sed_replace_build_aux' scripts, they are portable but
9795         echoing them with `echo' is not.
9796         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
9797
9798 2007-06-21  Karl Berry  <karl@gnu.org>
9799
9800         * config/srclist.txt: guess we can't handle the licenses via
9801         srclist at the moment.
9802
9803 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9804
9805         * MODULES.html.sh: Add include_next.
9806         * modules/include_next: New file.
9807
9808 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9809
9810         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
9811         INCLUDE_NEXT.
9812         (gl_CHECK_NEXT_HEADERS): New macro.
9813         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
9814         the obsolescent gl_ABSOLUTE_HEADER.
9815         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
9816         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
9817         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9818         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
9819         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
9820         * m4/math_h.m4 (gl_MATH_H): Likewise.
9821         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
9822         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
9823         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
9824         * m4/stdint.m4 (gl_STDINT_H): Likewise.
9825         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
9826         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
9827         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
9828         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
9829         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
9830         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
9831         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
9832         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
9833         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
9834         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
9835         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9836         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
9837         * m4/inttypes.m4 (gl_INTTYPES_H): Define
9838         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
9839         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
9840         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
9841         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
9842         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
9843         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
9844         * lib/float_.h: Likewise.
9845         * lib/inttypes_.h: Likewise.
9846         * lib/math_.h: Likewise.
9847         * lib/search_.h: Likewise.
9848         * lib/signal_.h: Likewise.
9849         * lib/stdint_.h: Likewise.
9850         * lib/stdio_.h: Likewise.
9851         * lib/stdlib_.h: Likewise.
9852         * lib/string_.h: Likewise.
9853         * lib/sys_stat_.h: Likewise.
9854         * lib/sys_time_.h: Likewise.
9855         * lib/time_.h: Likewise.
9856         * lib/unistd_.h: Likewise.
9857         * lib/wchar_.h: Likewise.
9858         * lib/wctype_.h: Likewise.
9859         * lib/dirent_.h: Likewise.
9860         * lib/iconv_.h: Likewise.
9861         * lib/locale_.h: Likewise.
9862         * lib/netinet_in_.h: Likewise.
9863         * lib/sys_select_.h: Likewise.
9864         * lib/sys_socket_.h: Likewise.
9865         * lib/sysexits_.h: Likewise.
9866         * modules/fcntl (Depends-on): Depend on include_next, not
9867         absolute_header.
9868         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
9869         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
9870         * modules/fchdir: Likewise.
9871         * modules/float: Likewise.
9872         * modules/iconv_open: Likewise.
9873         * modules/inttypes: Likewise.
9874         * modules/locale: Likewise.
9875         * modules/math: Likewise.
9876         * modules/netinet_in: Likewise.
9877         * modules/search: Likewise.
9878         * modules/signal: Likewise.
9879         * modules/stdint: Likewise.
9880         * modules/stdio: Likewise.
9881         * modules/stdlib: Likewise.
9882         * modules/string: Likewise.
9883         * modules/sys_select: Likewise.
9884         * modules/sys_socket: Likewise.
9885         * modules/sys_stat: Likewise.
9886         * modules/sys_time: Likewise.
9887         * modules/sysexits: Likewise.
9888         * modules/time: Likewise.
9889         * modules/unistd: Likewise.
9890         * modules/wchar: Likewise.
9891         * modules/wctype: Likewise.
9892         * modules/sys_stat: Change maintainer to "all".
9893         * modules/unistd: Likewise.
9894
9895 2007-06-20  Karl Berry  <karl@gnu.org>
9896
9897         * config/srclist.txt: track www changes in license files.
9898
9899 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
9900
9901         * build-aux/bootstrap: Remove stray dot.
9902         Make sure build_aux settings are honored when linking
9903         gnulib_extra_files.
9904
9905 2007-06-19  Eric Blake  <ebb9@byu.net>
9906
9907         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
9908         Allow compilation on cygwin.
9909
9910 2007-06-19  Jim Meyering  <jim@meyering.net>
9911
9912         xreadlink-with-size: Remove module.  No longer used.
9913         Ex-callers now use xreadlink or mreadlink-with-size.
9914         * modules/xreadlink-with-size: Remove module.
9915         * lib/xreadlink-with-size.c: Remove file.
9916         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
9917         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
9918         just before the function definition *is* accurate.
9919
9920         Eliminate one way canonicalize_filename_mode could exit.
9921         * lib/canonicalize.c (canonicalize_filename_mode):
9922         Use mreadlink_with_size, not xreadlink_with_size.
9923
9924 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
9925
9926         Detect porting problems to FreeBSD/arm, which has time_t wider than
9927         long int.  Original problem reported for GNU diff by Xin Li in
9928         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
9929         * modules/getdate (Depends-on): Add intprops, verify.
9930         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
9931         is an integer type no wider than long int.
9932
9933 2007-06-18  Jim Meyering  <jim@meyering.net>
9934
9935         New module: mreadlink-with-size.
9936         * MODULES.html.sh: Add mreadlink-with-size.
9937         * modules/mreadlink-with-size: New module
9938         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
9939         not xreadlink-with-size.
9940         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
9941
9942 2007-06-16  Bruno Haible  <bruno@clisp.org>
9943
9944         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
9945         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
9946         Reported by Gary V. Vaughan <gary@gnu.org>.
9947
9948 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
9949
9950         Revamp lchown so that it lives in unistd.h where it belongs.
9951         * lib/lchown.h: Remove.
9952         * lib/dirchownmod.c: Don't include lib/lchown.h.
9953         * lib/fchownat.c: Likewise.
9954         * lib/openat.c: Likewise.
9955         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
9956         does not follow symlinks.
9957         (EOPNOTSUPP): Define if not defined.
9958         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
9959         is defined to 0.
9960         (lchown): New decl.
9961         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
9962         Do not check for lchown decl.
9963         Set REPLACE_LCHOWN.
9964         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
9965         REPLACE_LCHOWN.
9966         * modules/chown: Make it clear it follows symlinks.
9967         * modules/lchown: Make it clear it doesn't follow symlinks.
9968         (Files): Remove lib/lchown.h
9969         (Depends-on): Add unistd.
9970         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
9971         (Include): Include <unistd.h>, not "lchown.h".
9972         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
9973         REPLACE_LCHOWN.
9974
9975 2007-06-15  Jim Meyering  <jim@meyering.net>
9976
9977         Change license (GPL to LGPL) of fsusage and dependents.
9978         * modules/fsusage (License): Change to LGPL.
9979         * modules/full-read (License): Likewise.
9980         * modules/full-write (License): Likewise.
9981         * modules/safe-read (License): Likewise.
9982         * modules/safe-write (License): Likewise.
9983
9984 2007-06-14  Ben Pfaff  <blp@gnu.org>
9985
9986         Missing part of allocsa -> malloca transition.
9987         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
9988         gl_MALLOCA.
9989
9990 2007-06-12  Bruno Haible  <bruno@clisp.org>
9991
9992         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
9993         to ia64, x86_64, i386.
9994         Reported by Eric Blake.
9995
9996 2007-06-12  Bruno Haible  <bruno@clisp.org>
9997
9998         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
9999         cross-compiling to x86_64.
10000
10001 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
10002
10003         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
10004         glitch reported by Ralf Wildenhues in
10005         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
10006
10007         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
10008         Vin Shelton.
10009
10010 2007-06-11  Bruno Haible  <bruno@clisp.org>
10011
10012         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
10013         replacement string.
10014         Reported by Eric Blake.
10015
10016 2007-06-10  Bruno Haible  <bruno@clisp.org>
10017
10018         Prepare vasnprintf code for use with Unicode strings.
10019         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
10020         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
10021         TYPE_U32_STRING.
10022         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
10023         a_u32_string variants.
10024         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10025         * lib/printf-args.c: Don't include config.h and the specification
10026         header if PRINTF_FETCHARGS is already defined.
10027         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10028         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
10029         TYPE_U16_STRING, TYPE_U32_STRING.
10030         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
10031         u16_directive, u16_directives, u32_directive, u32_directives): New
10032         types.
10033         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
10034         New declarations.
10035         * lib/printf-parse.c: Don't include config.h and the specification
10036         header if PRINTF_PARSE is already defined. Eliminate the set of
10037         parameters for WIDE_CHAR_VERSION; the user of this file must provide
10038         them now. Include c-ctype.h.
10039         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
10040         directive and CHAR_T_ONLY_ASCII.
10041         * lib/vasnprintf.c: Don't include config.h and the specification header
10042         if VASNPRINTF is already defined.
10043         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
10044         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
10045         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
10046         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
10047         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
10048         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
10049         code accordingly.
10050         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
10051         pad_ourselves also in this case, with the 'c' and 's' directives, and
10052         with a different notion of "width".
10053         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
10054
10055 2007-06-10  Bruno Haible  <bruno@clisp.org>
10056
10057         * modules/unistr/u32-mbsnlen: New file.
10058         * lib/unistr/u32-mbsnlen.c: New file.
10059
10060         * modules/unistr/u16-mbsnlen: New file.
10061         * lib/unistr/u16-mbsnlen.c: New file.
10062
10063         * modules/unistr/u8-mbsnlen: New file.
10064         * lib/unistr/u8-mbsnlen.c: New file.
10065
10066         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
10067         declarations.
10068
10069 2007-06-10  Bruno Haible  <bruno@clisp.org>
10070
10071         * lib/string_.h (mbsnlen): New declaration.
10072         * lib/mbsnlen.c: New file.
10073         * m4/mbsnlen.m4: New file.
10074         * modules/mbsnlen: New file.
10075         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
10076         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
10077         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
10078
10079 2007-06-10  Bruno Haible  <bruno@clisp.org>
10080
10081         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
10082
10083 2007-06-10  Bruno Haible  <bruno@clisp.org>
10084
10085         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
10086         * lib/mbuiter.h: Likewise.
10087
10088 2007-06-10  Bruno Haible  <bruno@clisp.org>
10089
10090         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
10091         declaration.
10092
10093 2007-06-10  Karl Berry  <karl@gnu.org>
10094
10095         * config/srclist.txt: remove gettext entries, Bruno prefers
10096         to update individually.
10097
10098 2007-06-10  Bruno Haible  <bruno@clisp.org>
10099
10100         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
10101         'maxlen'. Ensure only length + width bytes are allocated, not
10102         length + 1 + width.
10103
10104 2007-06-09  Bruno Haible  <bruno@clisp.org>
10105
10106         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
10107         (CHAR_T): Remove macro.
10108         (VASNPRINTF): Update.
10109
10110 2007-06-09  Bruno Haible  <bruno@clisp.org>
10111
10112         * MODULES.html.sh (Unicode string functions): Add the new modules.
10113
10114         * modules/uniconv/u32-conv-to-enc: New file.
10115         * lib/uniconv/u32-conv-to-enc.c: New file.
10116         * modules/uniconv/u32-conv-to-enc-tests: New file.
10117         * tests/uniconv/test-u32-conv-to-enc.c: New file.
10118
10119         * modules/uniconv/u16-conv-to-enc: New file.
10120         * lib/uniconv/u16-conv-to-enc.c: New file.
10121         * lib/uniconv/u-conv-to-enc.h: New file.
10122         * modules/uniconv/u16-conv-to-enc-tests: New file.
10123         * tests/uniconv/test-u16-conv-to-enc.c: New file.
10124
10125         * modules/uniconv/u8-conv-to-enc: New file.
10126         * lib/uniconv/u8-conv-to-enc.c: New file.
10127         * modules/uniconv/u8-conv-to-enc-tests: New file.
10128         * tests/uniconv/test-u8-conv-to-enc.c: New file.
10129
10130         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10131         u32_conv_to_encoding): New declarations.
10132
10133 2007-06-09  Bruno Haible  <bruno@clisp.org>
10134
10135         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
10136
10137 2007-06-09  Bruno Haible  <bruno@clisp.org>
10138
10139         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
10140         * modules/malloca: Renamed from modules/allocsa, updated.
10141         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
10142         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
10143         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
10144         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
10145         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
10146         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
10147         * modules/xmalloca: Renamed from modules/xallocsa, updated.
10148         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
10149         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
10150         * modules/c-strcasestr (Depends-on): Update.
10151         * lib/c-strcasestr.c: Update.
10152         * modules/c-strstr (Depends-on): Update.
10153         * lib/c-strstr.c: Update.
10154         * modules/canonicalize-lgpl (Depends-on): Update.
10155         * lib/canonicalize-lgpl.c: Update.
10156         * modules/clean-temp (Depends-on): Update.
10157         * lib/clean-temp.c: Update.
10158         * modules/csharpcomp (Depends-on): Update.
10159         * lib/csharpcomp.c: Update.
10160         * modules/csharpexec (Depends-on): Update.
10161         * lib/csharpexec.c: Update.
10162         * modules/javacomp (Depends-on): Update.
10163         * lib/javacomp.c: Update.
10164         * modules/javaexec (Depends-on): Update.
10165         * lib/javaexec.c: Update.
10166         * modules/mbscasestr (Depends-on): Update.
10167         * lib/mbscasestr.c: Update.
10168         * modules/mbsstr (Depends-on): Update.
10169         * lib/mbsstr.c: Update.
10170         * modules/setenv (Depends-on): Update.
10171         * lib/setenv.c: Update.
10172         * modules/strcasestr (Depends-on): Update.
10173         * lib/strcasestr.c: Update.
10174         * modules/striconveha (Depends-on): Update.
10175         * lib/striconveha.c: Update.
10176         * modules/relocatable-prog-wrapper (Files): Update.
10177         * lib/relocwrapper.c: Update.
10178         * build-aux/install-reloc: Update.
10179         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
10180
10181 2007-06-08  Bruno Haible  <bruno@clisp.org>
10182
10183         Port to uClibc.
10184         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
10185         * lib/fpurge.c (fpurge): Likewise.
10186         * lib/freading.c (freading): Likewise.
10187         * lib/fseeko.c (rpl_fseeko): Likewise.
10188         * lib/fseterr.c (fseterr): Likewise.
10189         * lib/fwriting.c (fwriting): Likewise.
10190         * tests/test-fflush.c (main): Avoid a failure on uClibc.
10191
10192 2007-06-08  Bruno Haible  <bruno@clisp.org>
10193
10194         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
10195         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
10196         * modules/gettext (Files): Add m4/intlmacosx.m4.
10197
10198 2007-06-07  Bruno Haible  <bruno@clisp.org>
10199
10200         * modules/localename-tests: New file.
10201         * tests/test-localename.c: New file.
10202
10203         New module 'localename'.
10204         * lib/localename.h: New file.
10205         * lib/localename.c: New file, from GNU gettext.
10206         * m4/localename.m4: New file.
10207         * modules/localename: New file.
10208
10209 2007-06-07  Bruno Haible  <bruno@clisp.org>
10210
10211         Work around the lack of <wchar.h> on some builds of uClibc.
10212         * doc/headers/wchar.texi: Update.
10213         * lib/wchar_.h: Include <wchar.h> only if it exists.
10214         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
10215         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
10216         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
10217         doesn't exist.
10218         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
10219         * modules/mbfile (Depends-on): Add wchar.
10220         * modules/mbiter (Depends-on): Likewise.
10221         * modules/mbuiter (Depends-on): Likewise.
10222         Reported by Simon Josefsson.
10223
10224 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         Work around problem reported by Steven M. Schweda in
10227         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
10228         Tru64 5.1B with the Compaq compiler environment installed declares
10229         an 'isblank' function but does not define it in the C library.
10230         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
10231         * lib/regex_internal.h (isblank): Likewise.
10232         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
10233         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10234
10235 2007-06-05  Bruno Haible  <bruno@clisp.org>
10236
10237         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
10238         ia64.
10239         * modules/printf-safe: New file.
10240         * modules/fprintf-posix (Depends-on): Add printf-safe.
10241         * modules/printf-posix (Depends-on): Likewise.
10242         * modules/snprintf-posix (Depends-on): Likewise.
10243         * modules/sprintf-posix (Depends-on): Likewise.
10244         * modules/vasnprintf-posix (Depends-on): Likewise.
10245         * modules/vasprintf-posix (Depends-on): Likewise.
10246         * modules/vfprintf-posix (Depends-on): Likewise.
10247         * modules/vprintf-posix (Depends-on): Likewise.
10248         * modules/vsnprintf-posix (Depends-on): Likewise.
10249         * modules/vsprintf-posix (Depends-on): Likewise.
10250         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
10251         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
10252         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
10253         "no" on i386, x86_64, ia64.
10254         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
10255         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10256         on i386, x86_64, ia64.
10257         * tests/test-sprintf-posix.h (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-vasnprintf-posix.c: Include float.h.
10261         (LDBL80_WORDS): New macro.
10262         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10263         on i386, x86_64, ia64.
10264         * tests/test-vasprintf-posix.c: Include float.h.
10265         (LDBL80_WORDS): New macro.
10266         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
10267         on i386, x86_64, ia64.
10268         * tests/test-snprintf-posix.c: Include float.h.
10269         * tests/test-sprintf-posix.c: Likewise.
10270         * tests/test-vsnprintf-posix.c: Likewise.
10271         * tests/test-vsprintf-posix.c: Likewise.
10272
10273 2007-06-05  Bruno Haible  <bruno@clisp.org>
10274
10275         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
10276         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
10277         non-IEEE numbers on i386, x86_64, ia64.
10278         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
10279         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
10280         * tests/test-isnanl.h: Include float.h.
10281         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
10282
10283 2007-06-05  Bruno Haible  <bruno@clisp.org>
10284
10285         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
10286         also the %a / %A. Handle the %a / %A code before this extra handling.
10287
10288 2007-06-05  Bruno Haible  <bruno@clisp.org>
10289
10290         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
10291         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
10292
10293 2007-06-05  Bruno Haible  <bruno@clisp.org>
10294
10295         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
10296         typo in variable name.
10297
10298 2007-06-05  Eric Blake  <ebb9@byu.net>
10299
10300         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
10301         Reported by Simon Josefsson.
10302
10303 2007-06-04  Bruno Haible  <bruno@clisp.org>
10304
10305         Avoid test failures on some PowerPC platforms.
10306         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
10307         Define differently for PowerPC.
10308         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
10309         Reported by Gary V. Vaughan <gary@gnu.org>.
10310
10311 2007-06-02  Bruno Haible  <bruno@clisp.org>
10312
10313         Fix test-stdint failure on FreeBSD/ia64.
10314         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
10315         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
10316         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
10317         * doc/headers/stdint.texi: Update.
10318
10319 2007-06-01  Bruno Haible  <bruno@clisp.org>
10320
10321         * tests/test-binary-io.c (main): Pass a third argument to open().
10322         Reported by Gary V. Vaughan <gary@gnu.org>.
10323
10324 2007-06-01  Bruno Haible  <bruno@clisp.org>
10325
10326         * doc/functions/frexpl.texi: Update for mingw.
10327
10328 2007-06-01  Bruno Haible  <bruno@clisp.org>
10329
10330         * tests/test-lseek.c (main): Disable test of errno for invalid third
10331         argument.
10332         * doc/functions/lseek.texi: Update.
10333         Reported by Gary V. Vaughan <gary@gnu.org>.
10334
10335 2007-05-28  Bruno Haible  <bruno@clisp.org>
10336
10337         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
10338
10339 2007-05-31  Eric Blake  <ebb9@byu.net>
10340
10341         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
10342         cross compiling.
10343
10344 2007-05-30  Eric Blake  <ebb9@byu.net>
10345         and Bruno Haible  <bruno@clisp.org>
10346
10347         Work around mingw test failures exposed by m4-1.4.9b.
10348         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
10349         * tests/test-unistd.c: Disable uid_t and git_t tests for the
10350         moment.
10351
10352 2007-05-30  Bruno Haible  <bruno@clisp.org>
10353
10354         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
10355         assuming that they are closed. Needed on HP-UX 11.
10356
10357 2007-05-29  Bruno Haible  <bruno@clisp.org>
10358
10359         Fix a problem with #include_next.
10360         * lib/dirent_.h: Split the double-inclusion guard.
10361         * lib/fcntl_.h: Likewise.
10362         * lib/float_.h: Likewise.
10363         * lib/iconv_.h: Likewise.
10364         * lib/inttypes_.h: Likewise.
10365         * lib/locale_.h: Likewise.
10366         * lib/math_.h: Likewise.
10367         * lib/netinet_in_.h: Likewise.
10368         * lib/search_.h: Likewise.
10369         * lib/signal_.h: Likewise.
10370         * lib/stdint_.h: Likewise.
10371         * lib/stdio_.h: Likewise.
10372         * lib/stdlib_.h: Likewise.
10373         * lib/string_.h: Likewise.
10374         * lib/sys_select_.h: Likewise.
10375         * lib/sys_socket_.h: Likewise.
10376         * lib/sys_stat_.h: Likewise.
10377         * lib/sys_time_.h: Likewise.
10378         * lib/sysexits_.h: Likewise.
10379         * lib/time_.h: Likewise.
10380         * lib/unistd_.h: Likewise.
10381         * lib/wchar_.h: Likewise.
10382         * lib/wctype_.h: Likewise.
10383
10384 2007-05-29  Bruno Haible  <bruno@clisp.org>
10385
10386         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
10387         for the moment.
10388
10389 2007-05-29  Bruno Haible  <bruno@clisp.org>
10390
10391         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
10392         invocation.
10393         Reported by Eric Blake.
10394
10395 2007-05-29  Bruno Haible  <bruno@clisp.org>
10396
10397         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
10398         compiling case.
10399
10400 2007-05-29  Eric Blake  <ebb9@byu.net>
10401             Bruno Haible  <bruno@clisp.org>
10402
10403         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
10404         cross compiles.
10405
10406 2007-05-28  Eric Blake  <ebb9@byu.net>
10407
10408         * modules/closein-tests (test_closein_LDADD): Support test on
10409         cygwin with libtool.
10410
10411 2007-05-28  Bruno Haible  <bruno@clisp.org>
10412
10413         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
10414         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10415         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10416         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10417         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10418         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10419         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10420         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10421         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10422
10423 2007-05-28  Eric Blake  <ebb9@byu.net>
10424
10425         Unconditionally include <config.h> in unit tests.
10426         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
10427         * tests/test-allocsa.c, tests/test-arcfour.c,
10428         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
10429         tests/test-array_list.c, tests/test-array_oset.c,
10430         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
10431         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
10432         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
10433         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
10434         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
10435         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
10436         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
10437         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
10438         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
10439         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
10440         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
10441         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
10442         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
10443         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
10444         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
10445         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
10446         test-md5.c, test-memmem.c, test-printf-posix.c,
10447         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
10448         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
10449         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
10450         test-strcasestr.c, test-striconv.c, test-striconveh.c,
10451         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
10452         test-vasnprintf-posix2.c, test-vasnprintf.c,
10453         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
10454         test-vfprintf-posix.c, test-vprintf-posix.c,
10455         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
10456         test-xvasprintf.c: Likewise.
10457
10458 2007-05-28  Bruno Haible  <bruno@clisp.org>
10459
10460         * gnulib-tool (func_import): Remember the --with-tests command-line
10461         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
10462         Reported by Eric Blake.
10463
10464 2007-05-28  Bruno Haible  <bruno@clisp.org>
10465
10466         * modules/ftell-tests: New file.
10467         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
10468         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
10469
10470         * lib/ftell.c: New file.
10471         * modules/ftell: New file.
10472         * m4/ftell.m4: New file.
10473         * doc/functions/ftell.texi: Update.
10474         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
10475         REPLACE_FTELL.
10476         * lib/stdio_.h (rpl_ftell): New declaration.
10477         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
10478         REPLACE_FTELL.
10479
10480 2007-05-28  Eric Blake  <ebb9@byu.net>
10481
10482         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
10483
10484 2007-05-28  Bruno Haible  <bruno@clisp.org>
10485
10486         * modules/fseek-tests: New file.
10487         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
10488         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
10489
10490         * lib/fseek.c: New file.
10491         * modules/fseek: New file.
10492         * m4/fseek.m4: New file.
10493         * doc/functions/fseek.texi: Update.
10494         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
10495         REPLACE_FSEEK.
10496         * lib/stdio_.h (rpl_fseek): New declaration.
10497         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
10498         REPLACE_FSEEK.
10499
10500 2007-05-28  Bruno Haible  <bruno@clisp.org>
10501
10502         * lib/stdio_.h (fflush): More comments.
10503
10504 2007-05-28  Bruno Haible  <bruno@clisp.org>
10505
10506         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
10507         runtime test.
10508
10509 2007-05-28  Eric Blake  <ebb9@byu.net>
10510
10511         Improve lseek module.
10512         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
10513         * lib/unistd_.h (lseek): Scale back link warning message.
10514         * tests/test-lseek.c: Beef up test.
10515         * tests/test-lseek.sh: Exercise more facets of lseek.
10516         Reported by Bruno Haible.
10517
10518 2007-05-28  Bruno Haible  <bruno@clisp.org>
10519
10520         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
10521         to define.
10522
10523 2007-05-27  Bruno Haible  <bruno@clisp.org>
10524
10525         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
10526
10527 2007-05-27  Bruno Haible  <bruno@clisp.org>
10528
10529         * modules/openmp: New file.
10530         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
10531         Noah Misch.
10532
10533 2007-05-26  Bruno Haible  <bruno@clisp.org>
10534
10535         * modules/chdir-long (Depends-on): Add fchdir.
10536         * modules/chdir-safer (Depends-on): Likewise.
10537         * modules/fts (Depends-on): Likewise.
10538         * modules/fts-lgpl (Depends-on): Likewise.
10539         * modules/openat (Depends-on): Likewise.
10540         * modules/savewd (Depends-on): Likewise.
10541
10542 2007-05-24  Eric Blake  <ebb9@byu.net>
10543
10544         Fix lseek on mingw.
10545         * modules/lseek: New module.
10546         * m4/lseek.m4: New file.
10547         * lib/lseek.c: New file.
10548         * modules/lseek-tests: New file.
10549         * tests/test-lseek.c: New file.
10550         * tests/test-lseek.sh: New file.
10551         * MODULES.html.sh: Document lseek module.
10552         * modules/fflush (Depends-on): Add lseek, fseeko.
10553         * modules/fseeko (Depends-on): Likewise.
10554         * modules/ftello (Depends-on): Likewise.
10555         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
10556         broken.
10557         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
10558         broken.
10559         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
10560         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
10561         * lib/ftello.c (rpl_ftello): Likewise.
10562         * tests/test-fseeko.c (main): Test this.
10563         * tests/test-fseeko.sh: Likewise.
10564         * tests/test-ftello.c (main): Likewise.
10565         * tests/test-ftello.sh: Likewise.
10566         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
10567         implies replacing fseek.
10568         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
10569         HAVE_FTELLO.
10570         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
10571         * modules/unistd (Makefile.am): Likewise.
10572         * lib/unistd_.h (lseek): Declare a replacement.
10573         * doc/functions/lseek.texi (lseek): Document this fix.
10574         * doc/functions/fseek.texi (fseek): Likewise.
10575         * doc/functions/ftell.texi (ftell): Likewise.
10576
10577 2007-05-24  Bruno Haible  <bruno@clisp.org>
10578
10579         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
10580         in the printed representation of a NaN.
10581         * tests/test-vasprintf-posix.c (test_function): Likewise.
10582         * tests/test-snprintf-posix.h (test_function): Likewise.
10583         * tests/test-sprintf-posix.h (test_function): Likewise.
10584         Reported by Eric Blake.
10585
10586 2007-05-23  Eric Blake  <ebb9@byu.net>
10587
10588         Fix fseeko/ftello on cygwin 1.5.24.
10589         * doc/functions/fseeko.texi (fseeko): Document the fix.
10590         * doc/functions/ftello.texi (ftello): Document the fix.
10591         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
10592         * doc/functions/stdout.text (stdout): New file.
10593         * doc/functions/stderr.text (stderr): New file.
10594         * doc/gnulib.texi (Function Substitutes): Use new files.
10595         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
10596         prior to 1.7.0.
10597         * tests/test-ftello.c (main): Likewise for ftello.
10598         * tests/test-fseeko.sh: New file.
10599         * tests/test-ftello.sh: New file.
10600         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
10601         with seekable stdin.
10602         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
10603         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
10604         (gl_REPLACE_FSEEKO): New macro.
10605         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
10606         * modules/fseeko (Files): Distribute fseeko.c.
10607         * modules/ftello (Files): Distribute ftello.c.
10608         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
10609         mode.
10610         * lib/ftello.c (rpl_ftello): New file.
10611         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
10612         fseeko, ftello.
10613         (gl_STDIN_LARGE_OFFSET): New macro.
10614         * modules/stdio (Makefile.am): Perform the replacement.
10615         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
10616
10617 2007-05-23  Bruno Haible  <bruno@clisp.org>
10618
10619         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
10620         GNULIB_POSIXCHECK is defined.
10621
10622 2007-05-21  Bruno Haible  <bruno@clisp.org>
10623
10624         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
10625         Check also the output for NaN arguments. When cross-compiling, guess
10626         no on IRIX.
10627         * lib/vasnprintf.c: Update comments.
10628         * tests/test-vasnprintf-posix.c (strisnan): New function.
10629         (test_function): Use it.
10630         * tests/test-vasprintf-posix.c (strisnan): New function.
10631         (test_function): Use it.
10632         * tests/test-snprintf-posix.h (strisnan): New function.
10633         (test_function): Use it.
10634         * tests/test-sprintf-posix.h (strisnan): New function.
10635         (test_function): Use it.
10636         Reported by Eric Blake.
10637
10638 2007-05-20  Bruno Haible  <bruno@clisp.org>
10639
10640         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
10641         numbers that fails on BeOS.
10642         * doc/functions/frexpl.texi: Update.
10643
10644 2007-05-20  Jim Meyering  <jim@meyering.net>
10645
10646         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
10647         forced upon us by glibc-2.6.
10648
10649 2007-05-20  Bruno Haible  <bruno@clisp.org>
10650
10651         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
10652         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
10653         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
10654         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
10655         NEED_PRINTF_INFINITE.
10656         (is_infinitel): New function.
10657         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
10658         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
10659         gl_PREREQ_VASNPRINTF_INFINITE.
10660         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
10661         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10662         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
10663         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
10664         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
10665         gl_PREREQ_VASNPRINTF_INFINITE.
10666         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10667         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10668         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10669         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10670         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10671         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10672         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10673         * doc/functions/fprintf.texi: Update.
10674         * doc/functions/printf.texi: Update.
10675         * doc/functions/snprintf.texi: Update.
10676         * doc/functions/sprintf.texi: Update.
10677         * doc/functions/vfprintf.texi: Update.
10678         * doc/functions/vprintf.texi: Update.
10679         * doc/functions/vsnprintf.texi: Update.
10680         * doc/functions/vsprintf.texi: Update.
10681
10682 2007-05-20  Bruno Haible  <bruno@clisp.org>
10683
10684         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
10685         was not found in libc.
10686         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
10687
10688 2007-05-20  Bruno Haible  <bruno@clisp.org>
10689
10690         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10691         printed as "-nan" instead of "nan".
10692         * tests/test-vasprintf-posix.c (test_function): Likewise.
10693         * tests/test-snprintf-posix.h (test_function): Likewise.
10694         * tests/test-sprintf-posix.h (test_function): Likewise.
10695         Needed for HP-UX 11.
10696
10697 2007-05-20  Jim Meyering  <jim@meyering.net>
10698
10699         Fix buggy test for the fchownat-deref bug.
10700         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
10701         symlink required for the run-test.  Without it, this test would
10702         always declare that fchownat doesn't work, and client code would
10703         unnecessarily use the replacement function with fixed libc.
10704         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
10705         Reported by Greg Schafer.
10706
10707 2007-05-19  Bruno Haible  <bruno@clisp.org>
10708
10709         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
10710         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
10711         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
10712         Needed for IRIX 6.5 and Solaris 2.5.1.
10713
10714 2007-05-19  Bruno Haible  <bruno@clisp.org>
10715
10716         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
10717         (test_function): Skip tests involving -0.0 on platforms where
10718         -0.0 = 0.0.
10719         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
10720         (test_function): Skip tests involving -0.0 on platforms where
10721         -0.0 = 0.0.
10722         * tests/test-snprintf-posix.h (have_minus_zero): New function.
10723         (test_function): Skip tests involving -0.0 on platforms where
10724         -0.0 = 0.0.
10725         * tests/test-sprintf-posix.h (have_minus_zero): New function.
10726         (test_function): Skip tests involving -0.0 on platforms where
10727         -0.0 = 0.0.
10728         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
10729         tests.
10730         * tests/test-printf-posix.h (test_function): Likewise.
10731         * tests/test-printf-posix.output: Remove all -0.0 related results.
10732         Needed for IRIX 6.5.
10733
10734 2007-05-19  Bruno Haible  <bruno@clisp.org>
10735
10736         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
10737         printed as "nan0x7fffffff" instead of "nan".
10738         * tests/test-vasprintf-posix.c (test_function): Likewise.
10739         * tests/test-snprintf-posix.h (test_function): Likewise.
10740         * tests/test-sprintf-posix.h (test_function): Likewise.
10741         * tests/test-fprintf-posix.h (NaN): Remove macro.
10742         (test_function): Remove all NaN related tests.
10743         * tests/test-printf-posix.h (NaN): Remove macro.
10744         (test_function): Remove all NaN related tests.
10745         * tests/test-printf-posix.output: Remove all NaN related results.
10746         Needed for IRIX 6.5.
10747
10748 2007-05-19  Bruno Haible  <bruno@clisp.org>
10749
10750         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
10751         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
10752
10753 2007-05-19  Bruno Haible  <bruno@clisp.org>
10754
10755         * lib/float_.h: New file.
10756         * m4/float_h.m4: New file.
10757         * modules/float: New file.
10758         * modules/isnanl (Dependencies): Add float.
10759         * modules/isnanl-nolibm (Dependencies): Likewise.
10760         * modules/mathl (Dependencies): Likewise.
10761         * modules/printf-frexpl (Dependencies): Likewise.
10762         * modules/signbit (Dependencies): Likewise.
10763         * modules/vasnprintf (Dependencies): Likewise.
10764         * doc/headers/float.texi: Update.
10765
10766 2007-05-19  Jim Meyering  <jim@meyering.net>
10767
10768         * lib/utimens.c (gl_futimens): Rename from futimens,
10769         now that glibc-2.6 declares futimens.
10770         * lib/utimens.h: Likewise.
10771
10772 2007-05-19  Bruno Haible  <bruno@clisp.org>
10773
10774         Avoid test failures on mingw.
10775         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
10776         * tests/test-printf-posix.sh: Likewise.
10777         * tests/test-vfprintf-posix.sh: Likewise.
10778         * tests/test-vprintf-posix.sh: Likewise.
10779
10780 2007-05-19  Bruno Haible  <bruno@clisp.org>
10781
10782         Fix *printf result for NaN, Inf, -0.0 on mingw.
10783         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
10784         * lib/vasnprintf.c: Include math.h and isnan.h.
10785         (is_infinite_or_zero): New function.
10786         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
10787         values in the %f, %F, %e, %E, %g, %G directives.
10788         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
10789         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10790         gl_PRINTF_INFINITE and test its result. Invoke
10791         gl_PREREQ_VASNPRINTF_INFINITE.
10792         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10793         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10794         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10795         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10796         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10797         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10798         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10799         * doc/functions/fprintf.texi: Update.
10800         * doc/functions/printf.texi: Update.
10801         * doc/functions/snprintf.texi: Update.
10802         * doc/functions/sprintf.texi: Update.
10803         * doc/functions/vfprintf.texi: Update.
10804         * doc/functions/vprintf.texi: Update.
10805         * doc/functions/vsnprintf.texi: Update.
10806         * doc/functions/vsprintf.texi: Update.
10807
10808 2007-05-19  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
10811         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
10812         Instead of multiplying with 10^k, set extra_zeroes to k.
10813         (scale10_round_long_double): Remove function.
10814
10815 2007-05-18  Bruno Haible  <bruno@clisp.org>
10816
10817         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
10818         introduced on 2007-05-06.
10819
10820 2007-05-18  Bruno Haible  <bruno@clisp.org>
10821
10822         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
10823         %g directives.
10824         * tests/test-vasprintf-posix.c (test_function): Likewise.
10825         * tests/test-snprintf-posix.h (test_function): Likewise.
10826         * tests/test-sprintf-posix.h (test_function): Likewise.
10827
10828 2007-05-18  Bruno Haible  <bruno@clisp.org>
10829
10830         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
10831         (strmatch): New function.
10832         (test_function): Test the %f directive on numbers of various exponents.
10833         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
10834         (strmatch): New function.
10835         (test_function): Test the %f directive on numbers of various exponents.
10836         * tests/test-snprintf-posix.h (strmatch): New function.
10837         (test_function): Test the %f directive on numbers of various exponents.
10838         * tests/test-sprintf-posix.h (strmatch): New function.
10839         (test_function): Test the %f directive on numbers of various exponents.
10840         * tests/test-snprintf-posix.c (SIZEOF): New macro.
10841         * tests/test-sprintf-posix.c (SIZEOF): New macro.
10842         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
10843         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
10844
10845 2007-05-18  Bruno Haible  <bruno@clisp.org>
10846
10847         Add support for 'long double' number output.
10848         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
10849         * lib/vasnprintf.c: Include math.h and float+.h.
10850         (mp_limb_t): New type.
10851         (GMP_LIMB_BITS): New macro.
10852         (mp_twolimb_t): New type.
10853         (GMP_TWOLIMB_BITS): New macro.
10854         (mpn_t): New type.
10855         (multiply, divide, convert_to_decimal, decode_long_double,
10856         scale10_round_long_double, scale10_round_decimal_long_double,
10857         floorlog10l): New functions.
10858         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
10859         for the %f, %F, %e, %E, %g, %G directives.
10860         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
10861         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10862         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
10863         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
10864         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10865         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10866         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10867         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10868         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10869         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10870         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10871         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
10872         * modules/snprintf-posix (Depends-on): Likewise.
10873         * modules/sprintf-posix (Depends-on): Likewise.
10874         * modules/vasnprintf-posix (Depends-on): Likewise.
10875         * modules/vasprintf-posix (Depends-on): Likewise.
10876         * modules/vfprintf-posix (Depends-on): Likewise.
10877         * modules/vsnprintf-posix (Depends-on): Likewise.
10878         * modules/vsprintf-posix (Depends-on): Likewise.
10879         * modules/vasnprintf (Files): Add lib/float+.h.
10880         * doc/functions/fprintf.texi: Update.
10881         * doc/functions/printf.texi: Update.
10882         * doc/functions/snprintf.texi: Update.
10883         * doc/functions/sprintf.texi: Update.
10884         * doc/functions/vfprintf.texi: Update.
10885         * doc/functions/vprintf.texi: Update.
10886         * doc/functions/vsnprintf.texi: Update.
10887         * doc/functions/vsprintf.texi: Update.
10888
10889 2007-05-18  Bruno Haible  <bruno@clisp.org>
10890
10891         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
10892
10893 2007-05-18  Bruno Haible  <bruno@clisp.org>
10894
10895         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
10896         for printing 64-bit integers. Needed for mingw.
10897
10898 2007-05-18  Bruno Haible  <bruno@clisp.org>
10899
10900         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10901         gl_FUNC_FREXPL_WORKS.
10902         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
10903
10904 2007-05-18  Bruno Haible  <bruno@clisp.org>
10905
10906         * modules/frexpl-nolibm-tests: New file.
10907
10908         * modules/frexpl-nolibm: New file.
10909         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
10910
10911 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10912
10913         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
10914         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10915         GCC 4.2, which otherwise issues a lot of warnings.
10916         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
10917         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
10918         Likewise.
10919         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
10920         * modules/iconv_open (iconv.h): Likewise.
10921         * modules/locale (locale.h): Likewise.
10922         * modules/netinet_in (netinet/in.h): Likewise.
10923         * modules/sys_select (sys_select.h): Likewise.
10924         * modules/sys_socket (sys/socket.h): Likewise.
10925         * modules/sys_stat (sys/stat.h): Likewise.
10926         * modules/sysexits (sysexits.h): Likewise.
10927         * modules/unistd (unistd.h): Likewise.
10928
10929 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10930
10931         * modules/closein-tests (Makefile.am): Distribute
10932         `test-closein.sh'.
10933
10934 2007-05-17  Bruno Haible  <bruno@clisp.org>
10935
10936         * tests/test-printf-posix.output: Renamed from
10937         tests/test-fprintf-posix.out.
10938         * modules/fprintf-posix-tests: Update.
10939         * modules/printf-posix-tests: Update.
10940         * modules/vfprintf-posix-tests: Update.
10941         * modules/vprintf-posix-tests: Update.
10942         * tests/test-fprintf-posix.sh: Update.
10943         * tests/test-printf-posix.sh: Update.
10944         * tests/test-vfprintf-posix.sh: Update.
10945         * tests/test-vprintf-posix.sh: Update.
10946         Reported by Ralf Wildenhues.
10947
10948 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
10949
10950         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
10951         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
10952         GCC 4.2, which otherwise issues a lot of warnings.
10953         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
10954         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
10955         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
10956         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
10957         it should no longer be needed.
10958         * lib/string_.h: Likewise.
10959         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
10960         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
10961         * modules/inttypes (inttypes.h): Likewise.
10962         * modules/math (math.h): Likewise.
10963         * modules/search (search.h): Likewise.
10964         * modules/signal (signal.h): Likewise.
10965         * modules/stdint (stdint.h): Likewise.
10966         * modules/stdio (stdio.h): Likewise.
10967         * modules/stdlib (stdlib.h): Likewise.
10968         * modules/string (string.h): Likewise.
10969         * modules/sys_time (sys/time.h): Likewise.
10970         * modules/time (time.h): Likewise.
10971         * modules/wchar (wchar.h): Likewise.
10972         * modules/wctype (wtype.h): Likewise.
10973
10974 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
10975
10976         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
10977
10978 2007-05-13  Bruno Haible  <bruno@clisp.org>
10979
10980         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
10981         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10982         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
10983         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10984         (gl_PREREQ_STRTOK_R): Don't require it here.
10985
10986 2007-05-13  Bruno Haible  <bruno@clisp.org>
10987
10988         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
10989         when used in C++ mode.
10990
10991 2007-05-12  Bruno Haible  <bruno@clisp.org>
10992
10993         * lib/linebuffer.h: Tweak doc.
10994         * lib/linebuffer.c: Likewise.
10995
10996 2007-05-12  James Youngman  <jay@gnu.org>
10997
10998         * lib/linebuffer.c (readlinebuffer_delim): New function,
10999         like readlinebuffer, but use a caller-specified delimiter.
11000         (readlinebuffer): Just call readlinebuffer_delim with '\n'
11001         as the delimiter.
11002         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
11003
11004 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11005
11006         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
11007         * modules/openat (Files): Remove openat-die.c.
11008         (Depends-on): Add openat-die.
11009         * modules/openat-die: New module.
11010
11011 2007-05-06  Bruno Haible  <bruno@clisp.org>
11012
11013         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
11014         Update with info about Cygwin.
11015         * doc/functions/fprintf.texi: Update.
11016         * doc/functions/printf.texi: Update.
11017         * doc/functions/snprintf.texi: Update.
11018         * doc/functions/sprintf.texi: Update.
11019         * doc/functions/vfprintf.texi: Update.
11020         * doc/functions/vprintf.texi: Update.
11021         * doc/functions/vsnprintf.texi: Update.
11022         * doc/functions/vsprintf.texi: Update.
11023         Reported by Eric Blake.
11024
11025 2007-05-06  Bruno Haible  <bruno@clisp.org>
11026
11027         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
11028         padding ourselves for the floating-point directives.
11029         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
11030         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
11031         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11032         gl_PRINTF_FLAG_ZERO and test its result. Invoke
11033         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
11034         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11035         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11036         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11037         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11038         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11039         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11040         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11041         * tests/test-snprintf-posix.h (test_function): Also check the width
11042         and some flags in the %f directive.
11043         * tests/test-sprintf-posix.h (test_function): Likewise.
11044         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11045         * tests/test-vasprintf-posix.c (test_function): Likewise.
11046         * doc/functions/fprintf.texi: Update.
11047         * doc/functions/printf.texi: Update.
11048         * doc/functions/snprintf.texi: Update.
11049         * doc/functions/sprintf.texi: Update.
11050         * doc/functions/vfprintf.texi: Update.
11051         * doc/functions/vprintf.texi: Update.
11052         * doc/functions/vsnprintf.texi: Update.
11053         * doc/functions/vsprintf.texi: Update.
11054
11055 2007-05-06  Bruno Haible  <bruno@clisp.org>
11056
11057         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
11058         pass the ' flag character to sprintf or snprintf.
11059         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
11060         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
11061         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11062         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
11063         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
11064         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11065         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11066         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11067         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11068         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11069         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11070         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11071         * tests/test-snprintf-posix.h (test_function): Also check the grouping
11072         flag.
11073         * tests/test-sprintf-posix.h (test_function): Likewise.
11074         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11075         * tests/test-vasprintf-posix.c (test_function): Likewise.
11076         * doc/functions/fprintf.texi: Update.
11077         * doc/functions/printf.texi: Update.
11078         * doc/functions/snprintf.texi: Update.
11079         * doc/functions/sprintf.texi: Update.
11080         * doc/functions/vfprintf.texi: Update.
11081         * doc/functions/vprintf.texi: Update.
11082         * doc/functions/vsnprintf.texi: Update.
11083         * doc/functions/vsprintf.texi: Update.
11084
11085 2007-05-01  Bruno Haible  <bruno@clisp.org>
11086
11087         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
11088
11089 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
11090
11091         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
11092         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
11093
11094 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11095
11096         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
11097         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
11098         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
11099
11100 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
11101
11102         * lib/argp-help.c (struct hol_entry): New member `ord'.
11103         (HOL_ENTRY_PTRCMP): Use ord for comparison
11104         (hol_sort): Initialize ord.
11105
11106 2007-05-01  Bruno Haible  <bruno@clisp.org>
11107
11108         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
11109         Reported by Eric Blake.
11110         * doc/gnulib.texi (Function Substitutes): Update.
11111
11112 2007-05-01  Bruno Haible  <bruno@clisp.org>
11113
11114         * doc/functions.texi: Remove file, now redundant through
11115         doc/functions/*.texi.
11116
11117 2007-05-01  Bruno Haible  <bruno@clisp.org>
11118
11119         * modules/argp (Depends-on): Add sleep.
11120
11121 2007-05-01  Bruno Haible  <bruno@clisp.org>
11122
11123         * modules/sleep-tests: New file.
11124         * tests/test-sleep.c: New file.
11125
11126         * modules/sleep: New file.
11127         * lib/sleep.c: New file.
11128         * m4/sleep.m4: New file.
11129         * lib/unistd_.h (sleep): New declaration.
11130         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
11131         HAVE_SLEEP.
11132         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
11133         * doc/functions/sleep.texi: Document the sleep module.
11134
11135 2007-05-01  Bruno Haible  <bruno@clisp.org>
11136
11137         * lib/sigprocmask.h: Remove file.
11138         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
11139         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
11140         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
11141         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
11142         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
11143         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
11144         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
11145         HAVE_SIGSET_T as a shell variable.
11146         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
11147         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
11148         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
11149         (Depends-on): Add signal. Remove verify.
11150         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
11151         (Include): Mention <signal.h> instead of sigprocmask.h.
11152         * NEWS: Mention the change.
11153         * lib/fatal-signal.c: Don't include sigprocmask.h.
11154
11155 2007-05-01  Bruno Haible  <bruno@clisp.org>
11156
11157         * modules/signal: New file.
11158         * lib/signal_.h: New file.
11159         * m4/signal_h.m4: New file.
11160
11161 2007-05-01  Bruno Haible  <bruno@clisp.org>
11162
11163         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
11164         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
11165         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
11166         HAVE_WCTYPE_CTMP_BUG into wctype.h.
11167
11168 2007-05-01  Bruno Haible  <bruno@clisp.org>
11169
11170         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
11171         configure time.
11172         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
11173         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
11174         * modules/sys_stat (Makefile.am): Substitute their values into
11175         sys/stat.h.
11176
11177 2007-05-01  Bruno Haible  <bruno@clisp.org>
11178
11179         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
11180         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
11181         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
11182
11183 2007-05-01  Bruno Haible  <bruno@clisp.org>
11184
11185         * doc/header/assert.texi: Undo last change: don't mention the gnulib
11186         'assert' module here.
11187
11188 2007-05-01  Bruno Haible  <bruno@clisp.org>
11189
11190         * doc/functions/*.texi: New files.
11191         * doc/functions/google-ranking.txt: New file.
11192         * doc/gnulib.texi (Function Substitutes): New chapter.
11193         (ctime, inet_ntoa): Remove sections.
11194         * doc/ctime.texi: Remove file.
11195         * doc/inet_ntoa.texi: Remove file.
11196         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
11197         dependencies.
11198         (%.info): New rule, specifying a --reference-limit.
11199
11200 2007-05-01  Bruno Haible  <bruno@clisp.org>
11201
11202         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
11203
11204 2007-05-01  Bruno Haible  <bruno@clisp.org>
11205
11206         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
11207         the portability of 'mkdir' to mingw systems.
11208
11209 2007-05-01  Bruno Haible  <bruno@clisp.org>
11210
11211         * doc/headers/google-ranking.txt: New file.
11212
11213 2007-04-30  Eric Blake  <ebb9@byu.net>
11214
11215         Prefer fseeko to fseek.
11216         * modules/getpass (Depends-on): Add fseeko.
11217         * lib/getpass.c (getpass): Use fseeko, not fseek.
11218
11219 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
11220
11221         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
11222         assumes the sorting is stable, while most qsort implementations
11223         are not.  Use argument addresses to ensure they never compare as
11224         equal.
11225
11226         * tests/test-argp-2.sh (usage-indent test): Fix output
11227         (func_compare): Restore diff options
11228         * tests/test-argp.c: Restore #include "progname.h"
11229
11230 2007-04-29  Bruno Haible  <bruno@clisp.org>
11231
11232         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
11233         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11234         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
11235         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11236         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
11237         (configure.ac): Define CHECK_SNPRINTF_POSIX.
11238         (TESTS, check_PROGRAMS): Add test-snprintf.
11239         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
11240         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
11241         (TESTS, check_PROGRAMS): Add test-vsnprintf.
11242         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
11243         assertions that fail on HP-UX, OSF/1, or IRIX.
11244         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
11245
11246 2007-04-29  Bruno Haible  <bruno@clisp.org>
11247
11248         * MODULES.html.sh (posix_functions): Remove 'contents'.
11249
11250 2007-04-29  Karl Berry  <karl@gnu.org>
11251
11252         * config/srclist.txt (gendocs_template_min): new entry.
11253
11254 2007-04-29  Bruno Haible  <bruno@clisp.org>
11255
11256         Work around fpurge bug on BSD systems.
11257         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
11258         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
11259         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
11260         fpurge to rpl_fpurge if the system already has this function.
11261         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
11262         the case where the system already has this function. Correct invariants
11263         on BSD systems.
11264         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
11265         BSD systems.
11266
11267 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11268
11269         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
11270         proposed by Sven Verdoolaege.
11271
11272         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
11273         options.
11274         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
11275         (usage and help tests): Update
11276
11277 2007-04-29  Bruno Haible  <bruno@clisp.org>
11278
11279         * tests/test-fflush.c (main): Use a file of size 17, not 10.
11280         Print more information in case of failure. Disable a test on BeOS.
11281
11282 2007-04-29  Bruno Haible  <bruno@clisp.org>
11283
11284         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
11285         This helps debugging on systems on which no gdb is available.
11286
11287 2007-04-29  Bruno Haible  <bruno@clisp.org>
11288
11289         * lib/freading.h: Improve comments.
11290         * lib/fwriting.h: Likewise.
11291         * tests/test-freading.c (main): Don't check freading immediately after
11292         repositioning. Needed for glibc.
11293
11294 2007-04-29  Bruno Haible  <bruno@clisp.org>
11295
11296         * lib/freading.c (freading): Trivial simplification.
11297
11298 2007-04-28  Bruno Haible  <bruno@clisp.org>
11299
11300         * tests/test-fwriting.c (main): Also test the interaction between
11301         fflush and fwriting.
11302         * modules/fwriting-tests (Depends-on): Add fflush.
11303
11304         * tests/test-freading.c (main): Also test the interaction between
11305         fflush and freading.
11306         * modules/freading-tests (Depends-on): Add fflush.
11307
11308 2007-04-28  Bruno Haible  <bruno@clisp.org>
11309
11310         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
11311         fseeko and ftello.
11312         Suggested by Eric Blake.
11313
11314 2007-04-28  Jim Meyering  <jim@meyering.net>
11315
11316         Avoid false-negative in gl_STDINT_H's C99 conformance test.
11317         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
11318         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
11319
11320 2007-04-27  Eric Blake  <ebb9@byu.net>
11321
11322         * doc/headers/assert.texi (assert.h): Document assert module use.
11323
11324 2007-04-27  Bruno Haible  <bruno@clisp.org>
11325
11326         * doc/headers/*.texi: New files.
11327         * doc/gnulib.texi (Header File Substitutes): New chapter.
11328         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
11329         dependencies.
11330         (standards.info ,standards.html, standards.dvi): Update dependencies.
11331         (mostlyclean, clean): New targets.
11332
11333 2007-04-27  Bruno Haible  <bruno@clisp.org>
11334
11335         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
11336         * modules/sysexits (Files, Makefile.am): Update.
11337
11338         * lib/sys_socket_.h: Renamed from lib/socket_.h.
11339         * modules/sys_socket (Files, Makefile.am): Update.
11340
11341         * lib/sys_stat_.h: Renamed from lib/stat_.h.
11342         * modules/sys_stat (Files, Makefile.am): Update.
11343
11344 2007-04-27  Eric Blake  <ebb9@byu.net>
11345
11346         * lib/freading.h: Improve comments.
11347         * lib/fwriting.h: Likewise.
11348         * lib/fflush.c: Likewise.
11349
11350         Fix closein for mingw.
11351         * modules/closein-tests: Add tests for closein.
11352         * tests/test-closein.c: New file.
11353         * tests/test-closein.sh: Likewise.
11354         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
11355         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
11356
11357 2007-04-27  Bruno Haible  <bruno@clisp.org>
11358
11359         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
11360         version is < 6.
11361         * lib/math_.h [__DECC]: Likewise.
11362         * lib/stdio_.h [__DECC]: Likewise.
11363         * lib/stdlib_.h [__DECC]: Likewise.
11364         * lib/string_.h [__DECC]: Likewise.
11365         * lib/time_.h [__DECC]: Likewise.
11366         * lib/wchar_.h [__DECC]: Likewise.
11367         * lib/wctype_.h [__DECC]: Likewise.
11368
11369 2007-04-27  Bruno Haible  <bruno@clisp.org>
11370
11371         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
11372
11373 2007-04-27  Bruno Haible  <bruno@clisp.org>
11374
11375         * lib/fflush.c: Add comments.
11376         * modules/fpurge-tests (Depends-on): Add fflush.
11377         * modules/freadable-tests (Depends-on): Likewise.
11378         * modules/fwritable-tests (Depends-on): Likewise.
11379
11380 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
11381
11382         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
11383         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
11384         Report by Bruno Haible <bruno@clisp.org>.
11385
11386 2007-04-26  Eric Blake  <ebb9@byu.net>
11387
11388         Fix fflush on mingw.
11389         * modules/fflush (Depends-on): Add freading.
11390         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
11391         but unread data.
11392
11393 2007-04-26  Eric Blake  <ebb9@byu.net>
11394         and Bruno Haible  <bruno@clisp.org>
11395
11396         Implement freading and fwriting.
11397         * lib/freading.c: New file.
11398         * lib/freading.h: Likewise.
11399         * m4/freading.m4: Likewise.
11400         * modules/freading: Likewise.
11401         * modules/freading-tests: Likewise.
11402         * tests/test-freading.c: Likewise.
11403         * lib/fwriting.c: New file.
11404         * lib/fwriting.h: Likewise.
11405         * m4/fwriting.m4: Likewise.
11406         * modules/fwriting: Likewise.
11407         * modules/fwriting-tests: Likewise.
11408         * tests/test-fwriting.c: Likewise.
11409         * MODULES.html.sh (File stream based Input/Output): Mention them.
11410
11411 2007-04-26  Bruno Haible  <bruno@clisp.org>
11412
11413         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
11414         'long' when we assume it.
11415         Suggested by Eric Blake.
11416
11417 2007-04-26  Bruno Haible  <bruno@clisp.org>
11418
11419         Ensure fseeko, ftello are declared on glibc systems.
11420         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
11421         * modules/fseeko (configure.ac-early): Likewise.
11422         * modules/ftello (configure.ac-early): Likewise.
11423         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
11424         AC_FUNC_FSEEKO for this.
11425         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
11426         (gl_CHECK_FSEEKO): Remove macro.
11427
11428 2007-04-26  Bruno Haible  <bruno@clisp.org>
11429
11430         * tests/test-fflush.c (main): Also check the ftell result after
11431         fflush and fseek/fseeko.
11432         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
11433         file descriptor position cache in the stream.
11434         * lib/fseeko.c (rpl_fseeko): Likewise.
11435
11436 2007-04-26  Bruno Haible  <bruno@clisp.org>
11437
11438         * modules/fflush-tests (Depends-on): Add fseeko.
11439
11440 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
11441             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11442
11443         * lib/argz_.h: ensure error_t definition is obtained in same
11444         mechanism system argz.h would have.
11445         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
11446         argz facilities are known bad.  Err on the side of caution if
11447         cross-compiling.
11448
11449 2007-04-25  Eric Blake  <ebb9@byu.net>
11450
11451         * lib/fpurge.c (includes): Use stdlib.h for free.
11452         * tests/test-fflush.c (main): Also test fflush-fseeko.
11453
11454 2007-04-25  Bruno Haible  <bruno@clisp.org>
11455
11456         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
11457         * lib/fseeko.c: New file.
11458         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
11459         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
11460         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
11461         gl_FUNC_FSEEKO.
11462         (gl_FUNC_FSEEKO): Invoke it.
11463         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
11464         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
11465         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
11466
11467 2007-04-25  Bruno Haible  <bruno@clisp.org>
11468
11469         * modules/fflush (Depends-on): Add ftello.
11470
11471 2007-04-25  Bruno Haible  <bruno@clisp.org>
11472
11473         * modules/ftello-tests: New file.
11474         * tests/test-ftello.c: New file.
11475
11476         * modules/ftello: New file.
11477         * m4/ftello.m4: New file.
11478         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
11479         HAVE_FTELLO.
11480         * lib/stdio_.h (ftello): New declaration.
11481         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
11482         HAVE_FTELLO.
11483
11484 2007-04-25  Bruno Haible  <bruno@clisp.org>
11485
11486         * modules/fseeko-tests: New file.
11487         * tests/test-fseeko.c: New file.
11488
11489         * modules/fseeko: New file.
11490         * m4/fseeko.m4: New file.
11491         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
11492         HAVE_FSEEKO.
11493         * lib/stdio_.h (fseeko): New declaration.
11494         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
11495         HAVE_FSEEKO.
11496
11497 2007-04-25  Bruno Haible  <bruno@clisp.org>
11498
11499         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
11500
11501 2007-04-25  Bruno Haible  <bruno@clisp.org>
11502
11503         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
11504         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
11505         * tests/test-unistd.c: Likewise.
11506         * tests/test-fcntl.c: Likewise.
11507
11508 2007-04-23  Eric Blake  <ebb9@byu.net>
11509
11510         * lib/fflush.c: Fix missing include.
11511         Reported by Bruno Haible.
11512
11513 2007-04-23  Bruno Haible  <bruno@clisp.org>
11514
11515         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
11516         Reported by Eric Blake.
11517
11518 2007-04-23  Bruno Haible  <bruno@clisp.org>
11519
11520         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
11521
11522 2007-04-23  Bruno Haible  <bruno@clisp.org>
11523
11524         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
11525
11526 2007-04-23  Bruno Haible  <bruno@clisp.org>
11527
11528         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
11529         Needed on HP-UX 11.
11530
11531 2007-04-16  Eric Blake  <ebb9@byu.net>
11532
11533         Make fflush rely on fpurge.
11534         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
11535         open coding all variants.
11536         * modules/fflush (Depends-on): Add fpurge and unistd.
11537         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
11538         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
11539
11540         Fix --with-tests compilation on cygwin.
11541         * modules/argmatch-tests (Makefile.am): List gnulib library first
11542         in LDADD.
11543         * modules/argp-tests (Makefile.am): Likewise.
11544         * modules/array-list-tests (Makefile.am): Likewise.
11545         * modules/array-oset-tests (Makefile.am): Likewise.
11546         * modules/avltree-list-tests (Makefile.am): Likewise.
11547         * modules/avltree-oset-tests (Makefile.am): Likewise.
11548         * modules/avltreehash-list-tests (Makefile.am): Likewise.
11549         * modules/carray-list-tests (Makefile.am): Likewise.
11550         * modules/dirname-tests (Makefile.am): Likewise.
11551         * modules/frexp-tests (Makefile.am): Likewise.
11552         * modules/isnanl-tests (Makefile.am): Likewise.
11553         * modules/linked-list-tests (Makefile.am): Likewise.
11554         * modules/linkedhash-list-tests (Makefile.am): Likewise.
11555         * modules/lock-tests (Makefile.am): Likewise.
11556         * modules/rbtree-list-tests (Makefile.am): Likewise.
11557         * modules/rbtree-oset-tests (Makefile.am): Likewise.
11558         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
11559         * modules/tls-tests (Makefile.am): Likewise.
11560         * modules/tsearch-tests (Makefile.am): Likewise.
11561         * modules/xvasprintf-tests (Makefile.am): Likewise.
11562
11563         Fix fpurge for cygwin.
11564         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
11565         value.
11566         * modules/fpurge-tests (Depends-on): Clean up trash.
11567
11568 2007-04-16  Simon Josefsson  <simon@josefsson.org>
11569
11570         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
11571
11572         * m4/autobuild.m4: Re-indent.
11573
11574 2007-04-13  Bruno Haible  <bruno@clisp.org>
11575
11576         * modules/fpurge-tests: New file.
11577         * tests/test-fpurge.c: New file.
11578
11579         * modules/fpurge: New file.
11580         * lib/fpurge.h: New file.
11581         * lib/fpurge.c: New file.
11582         * m4/fpurge.m4: New file.
11583
11584 2007-04-13  Bruno Haible  <bruno@clisp.org>
11585
11586         * modules/fbufmode-tests: New file.
11587         * tests/test-fbufmode.c: New file.
11588
11589         * modules/fbufmode: New file.
11590         * lib/fbufmode.h: New file.
11591         * lib/fbufmode.c: New file.
11592         * m4/fbufmode.m4: New file.
11593
11594 2007-04-13  Bruno Haible  <bruno@clisp.org>
11595
11596         * modules/fwritable-tests: New file.
11597         * tests/test-fwritable.c: New file.
11598
11599         * modules/fwritable: New file.
11600         * lib/fwritable.h: New file.
11601         * lib/fwritable.c: New file.
11602         * m4/fwritable.m4: New file.
11603
11604 2007-04-13  Bruno Haible  <bruno@clisp.org>
11605
11606         * modules/freadable-tests: New file.
11607         * tests/test-freadable.c: New file.
11608
11609         * modules/freadable: New file.
11610         * lib/freadable.h: New file.
11611         * lib/freadable.c: New file.
11612         * m4/freadable.m4: New file.
11613
11614 2007-04-13  Bruno Haible  <bruno@clisp.org>
11615
11616         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
11617         MOSTLYCLEANFILES.
11618
11619 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11620
11621         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
11622         gzip bootstrap.conf to avoid dragging in i18n machinery.
11623         (gnulib_tool_option): Use it.
11624
11625 2007-04-13  Bruno Haible  <bruno@clisp.org>
11626
11627         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
11628         %F directives.
11629         * tests/test-vasprintf-posix.c (test_function): Likewise.
11630         * tests/test-snprintf-posix.h (test_function): Likewise.
11631         * tests/test-sprintf-posix.h (test_function): Likewise.
11632         * tests/test-fprintf-posix.h (test_function): Likewise.
11633         * tests/test-printf-posix.h (test_function): Likewise.
11634         * tests/test-fprintf-posix.out: Likewise.
11635
11636 2007-04-13  Bruno Haible  <bruno@clisp.org>
11637
11638         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
11639         * modules/tls-tests (configure.ac): Likewise.
11640         Reported by Arto C. Nirkko <anirkko@insel.ch>.
11641
11642 2007-04-13  Bruno Haible  <bruno@clisp.org>
11643
11644         * lib/tls.c (glthread_tls_get): Fix return type.
11645         Patch by Arto C. Nirkko <anirkko@insel.ch>.
11646
11647 2007-04-12  Eric Blake  <ebb9@byu.net>
11648
11649         * modules/gettime (Depends-on): Remove gettime.
11650         Reported by Dmitry V. Levin.
11651
11652 2007-04-12  Bruno Haible  <bruno@clisp.org>
11653
11654         * modules/fflush (Include): Mention <stdio.h>.
11655         * modules/strtoimax (Include): Mention <inttypes.h>.
11656         * modules/strtoumax (Include): Likewise.
11657
11658 2007-04-12  Eric Blake  <ebb9@byu.net>
11659
11660         * .cvsignore: New file.
11661         * .gitignore: Likewise.
11662
11663 2007-04-12  Bruno Haible  <bruno@clisp.org>
11664
11665         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
11666         not before, since $(LDADD) often contains libgnu.a.
11667         * modules/striconv-tests (test_striconv_LDADD): Likewise.
11668         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
11669         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
11670         Needed on Cygwin.
11671
11672 2007-04-12  Eric Blake  <ebb9@byu.net>
11673
11674         Work around glibc's failure to flush stdin on fclose.
11675         * lib/closein.c (close_stdin): Flush stdin before closing.
11676
11677         Work around glibc's failure to reset seekable stdin on exit.
11678         * modules/closein: New module.
11679         * lib/closein.c: New file.
11680         * lib/closein.h: Likewise.
11681         * m4/closein.m4: Likewise.
11682         * MODULES.html.sh (File stream based Input/Output): Document it.
11683
11684 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11685
11686         * gnulib-tool: Rename generated 'autobuild' script to
11687         'do-autobuild' in --create-megatestdir output.
11688
11689         * doc/gnulib.texi (Build robot for gnulib): Fix.
11690
11691 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11692
11693         * modules/sysexits (Depends-on): Add absolute-header.
11694
11695 2007-04-12  Eric Blake  <ebb9@byu.net>
11696
11697         No need to preserve errno on success.
11698         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
11699         Reported by Bruno Haible.
11700
11701 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11702
11703         * MODULES.html.sh (Support for maintaining and releasing
11704         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
11705
11706 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11707
11708         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
11709
11710 2007-04-12  Simon Josefsson  <simon@josefsson.org>
11711
11712         * modules/autobuild: New module.
11713
11714         * m4/autobuild.m4: New file.
11715
11716 2007-04-11  Bruno Haible  <bruno@clisp.org>
11717
11718         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
11719         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
11720         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
11721         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
11722         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11723         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11724         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11725         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11726         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11727         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11728         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
11729         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11730         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11731         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
11732         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11733         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11734         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
11735         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11736         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11737         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
11738         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11739         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11740         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
11741         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11742         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11743         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
11744         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
11745         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
11746         Reported by Eric Blake.
11747
11748 2007-04-11  Bruno Haible  <bruno@clisp.org>
11749
11750         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
11751
11752 2007-04-10  Bruno Haible  <bruno@clisp.org>
11753
11754         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
11755         for NaN and Infinity. Needed on FreeBSD 6.1.
11756         * tests/test-vasnprintf-posix.c (test_function): Undo last change
11757         regarding results for "%010a" of Infinity and NaN.
11758         * tests/test-vasprintf-posix.c (test_function): Likewise.
11759         * tests/test-snprintf-posix.h (test_function): Likewise.
11760         * tests/test-sprintf-posix.h (test_function): Likewise.
11761         * tests/test-fprintf-posix.h (test_function): Likewise.
11762         * tests/test-printf-posix.h (test_function): Likewise.
11763         * tests/test-fprintf-posix.out: Likewise.
11764
11765 2007-04-10  Bruno Haible  <bruno@clisp.org>
11766
11767         * modules/locale-tests: New file.
11768         * tests/test-locale.c: New file.
11769
11770         * modules/locale: New file.
11771         * lib/locale_.h: New file.
11772         * m4/locale_h.m4: New file.
11773
11774 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11775             Bruno Haible  <bruno@clisp.org>
11776
11777         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
11778         be determined, test for availability of the copysignf, copysign,
11779         copysignl functions.
11780         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
11781         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
11782         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
11783
11784 2007-04-09  Eric Blake  <ebb9@byu.net>
11785
11786         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
11787         * modules/stdio (Makefile.am): Support fflush.
11788         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11789         * modules/fflush: New file.
11790         * lib/fflush.c: Likewise.
11791         * m4/fflush.m4: Likewise.
11792         * modules/fflush-tests: New test.
11793         * tests/test-fflush.c: Likewise.
11794         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
11795
11796 2007-04-06  Bruno Haible  <bruno@clisp.org>
11797
11798         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
11799         (VASNPRINTF): Use signbit for faster determination whether to print a
11800         minus sign.
11801         * modules/vasnprintf (Files): Remove lib/float+.h.
11802         * modules/fprintf-posix (Depends-on): Add signbit.
11803         * modules/snprintf-posix (Depends-on): Likewise.
11804         * modules/sprintf-posix (Depends-on): Likewise.
11805         * modules/vasnprintf-posix (Depends-on): Likewise.
11806         * modules/vasprintf-posix (Depends-on): Likewise.
11807         * modules/vfprintf-posix (Depends-on): Likewise.
11808         * modules/vsnprintf-posix (Depends-on): Likewise.
11809         * modules/vsprintf-posix (Depends-on): Likewise.
11810
11811 2007-04-06  Bruno Haible  <bruno@clisp.org>
11812
11813         * tests/test-frexp.c (main): Test also the sign bit of zero results.
11814         * tests/test-frexpl.c (main): Likewise.
11815         * tests/test-ldexpl.c (main): Likewise.
11816         * modules/frexp-tests (Depends-on): Add signbit.
11817         * modules/frexpl-tests (Depdends-on): Likewise.
11818         * modules/ldexpl-tests (Depdends-on): Likewise.
11819
11820 2007-04-06  Bruno Haible  <bruno@clisp.org>
11821
11822         * modules/signbit-tests: New file.
11823         * tests/test-signbit.c: New file.
11824
11825         * modules/signbit: New file.
11826         * lib/signbitf.c: New file.
11827         * lib/signbitd.c: New file.
11828         * lib/signbitl.c: New file.
11829         * m4/signbit.m4: New file.
11830         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
11831         (signbit): New macro.
11832         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
11833         REPLACE_SIGNBIT.
11834         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
11835         REPLACE_FREXPL into math.h.
11836
11837 2007-04-06  Bruno Haible  <bruno@clisp.org>
11838
11839         * modules/isnanf-nolibm-tests: New file.
11840         * tests/test-isnanf.c: New file.
11841
11842         * modules/isnanf-nolibm: New file.
11843         * lib/isnanf.h: New file.
11844         * lib/isnanf.c: New file.
11845         * lib/isnan.c: Consider the USE_FLOAT macro.
11846         * m4/isnanf.m4: New file.
11847
11848 2007-04-06  Bruno Haible  <bruno@clisp.org>
11849
11850         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
11851         (Link): New section.
11852
11853         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
11854
11855 2007-04-06  Bruno Haible  <bruno@clisp.org>
11856
11857         Assume the 'long double' type.
11858         * m4/longdouble.m4: Remove file.
11859         * config/srclist.txt: Don't mention longdouble.m4.
11860         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
11861         * lib/float+.h: Likewise.
11862         * lib/frexp.c: Likewise.
11863         * lib/printf-args.h: Likewise.
11864         * lib/printf-args.c: Likewise.
11865         * lib/printf-frexp.c: Likewise.
11866         * lib/printf-parse.c: Likewise.
11867         * lib/vasnprintf.c: Likewise.
11868         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
11869         * m4/intl.m4: Likewise.
11870         * m4/isnanl.m4: Likewise.
11871         * m4/printf.m4: Likewise.
11872         * m4/printf-frexpl.m4: Likewise.
11873         * m4/vasnprintf.m4: Likewise.
11874         * modules/allocsa (Files): Remove m4/longdouble.m4.
11875         * modules/gettext (Files): Likewise.
11876         * modules/relocatable-prog-wrapper (Files): Likewise.
11877         * modules/vasnprintf (Files): Likewise.
11878         * modules/isnanl (Files): Likewise.
11879         (Include): Simplify.
11880         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
11881         (Include): Simplify.
11882         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
11883         (Include): Simplify.
11884         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
11885         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11886         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
11887         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11888         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11889         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11890         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
11891         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11892         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
11893         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11894         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
11895         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
11896         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
11897         * tests/test-isnanl.c: Likewise.
11898         * tests/test-snprintf-posix.h: Likewise.
11899         * tests/test-sprintf-posix.h: Likewise.
11900         * tests/test-vasnprintf-posix.c: Likewise.
11901         * tests/test-vasnprintf-posix2.c: Likewise.
11902         * tests/test-vasprintf-posix.c: Likewise.
11903
11904 2007-04-06  Bruno Haible  <bruno@clisp.org>
11905
11906         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
11907         * lib/math_.h [__DECC]: Include the overridden include file through
11908         #include_next, outside the double-inclusion guard.
11909         * lib/stdio_.h [__DECC]: Likewise.
11910         * lib/stdlib_.h [__DECC]: Likewise.
11911         * lib/string_.h [__DECC]: Likewise.
11912         * lib/time_.h [__DECC]: Likewise.
11913         * lib/wchar_.h [__DECC]: Likewise.
11914         * lib/wctype_.h [__DECC]: Likewise.
11915         * lib/inttypes_.h [__DECC]: Likewise.
11916         Reported by Albert Chin <china@thewrittenword.com> in
11917         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
11918
11919 2007-04-04  Eric Blake  <ebb9@byu.net>
11920
11921         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
11922         1.5.x.
11923
11924 2007-04-04  Bruno Haible  <bruno@clisp.org>
11925
11926         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
11927         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
11928
11929 2007-04-04  Bruno Haible  <bruno@clisp.org>
11930
11931         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
11932         results for "%010a" of Infinity and NaN.
11933         * tests/test-vasprintf-posix.c (test_function): Likewise.
11934         * tests/test-snprintf-posix.h (test_function): Likewise.
11935         * tests/test-sprintf-posix.h (test_function): Likewise.
11936         * tests/test-fprintf-posix.h (test_function): Remove these tests.
11937         * tests/test-printf-posix.h (test_function): Likewise.
11938         * tests/test-fprintf-posix.out: Update.
11939         Needed for FreeBSD 6.1.
11940
11941 2007-04-04  Bruno Haible  <bruno@clisp.org>
11942
11943         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
11944         directly used by the gnulib modules nor by gnulib-tool.
11945
11946 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11947
11948         * DEPENDENCIES: Give overall description of version dependency
11949         desirability.  Use more-typical names for apps.
11950         Add shell, coreutils, diffutils, grep, tar, gzip.
11951
11952 2007-04-04  Simon Josefsson  <simon@josefsson.org>
11953
11954         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
11955
11956 2007-04-04  Karl Berry  <karl@gnu.org>
11957
11958         * MODULES.html.sh (func_module): missing '.
11959
11960 2007-04-03  Bruno Haible  <bruno@clisp.org>
11961
11962         * modules/argmatch-tests (Makefile.am): New variable
11963         test_argmatch_LDADD.
11964         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
11965         * modules/array-list-tests (Makefile.am): New variable
11966         test_array_list_LDADD.
11967         * modules/array-oset-tests (Makefile.am): New variable
11968         test_array_oset_LDADD.
11969         * modules/avltree-list-tests (Makefile.am): New variable
11970         test_avltree_list_LDADD.
11971         * modules/avltree-oset-tests (Makefile.am): New variable
11972         test_avltree_oset_LDADD.
11973         * modules/avltreehash-list-tests (Makefile.am): New variable
11974         test_avltreehash_list_LDADD.
11975         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
11976         test_canonicalize_lgpl_LDADD.
11977         * modules/carray-list-tests (Makefile.am): New variable
11978         test_carray_list_LDADD.
11979         * modules/dirname-tests (Makefile.am): New variable
11980         test_dirname_LDADD.
11981         * modules/linked-list-tests (Makefile.am): New variable
11982         test_linked_list_LDADD.
11983         * modules/linkedhash-list-tests (Makefile.am): New variable
11984         test_linkedhash_list_LDADD.
11985         * modules/rbtree-list-tests (Makefile.am): New variable
11986         test_rbtree_list_LDADD.
11987         * modules/rbtree-oset-tests (Makefile.am): New variable
11988         test_rbtree_oset_LDADD.
11989         * modules/rbtreehash-list-tests (Makefile.am): New variable
11990         test_rbtreehash_list_LDADD.
11991         * modules/xvasprintf-tests (Makefile.am): New variable
11992         test_xvasprintf_LDADD.
11993         Reported by Eric Blake.
11994
11995 2007-04-03  Eric Blake  <ebb9@byu.net>
11996
11997         * DEPENDENCIES: Weaken m4 requirements.
11998
11999 2007-04-03  Bruno Haible  <bruno@clisp.org>
12000
12001         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
12002         * modules/isnanl-tests (configure.ac): Likewise.
12003
12004 2007-04-03  Ben Pfaff  <blp@gnu.org>
12005
12006         * modules/iconv_open: Add $(srcdir)/ to source directory
12007         references in Makefile fragments that call gperf, to fix VPATH
12008         builds.
12009
12010 2007-04-03  Bruno Haible  <bruno@clisp.org>
12011
12012         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
12013         * lib/ldexpl.c: Undo last change.
12014
12015 2007-04-03  Bruno Haible  <bruno@clisp.org>
12016
12017         * modules/printf-frexpl (Depends-on): Undo last change.
12018         (Files): Add m4/ldexpl.m4.
12019
12020 2007-04-03  Bruno Haible  <bruno@clisp.org>
12021
12022         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
12023         * modules/isnanl (Link): New section.
12024
12025         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
12026         * modules/frexp (Link): New section.
12027
12028         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
12029         * modules/frexpl (Link): New section.
12030
12031         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
12032         * modules/ldexpl (Link): New section.
12033
12034 2007-04-03  Bruno Haible  <bruno@clisp.org>
12035
12036         * modules/TEMPLATE-EXTENDED: New file.
12037         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
12038
12039 2007-04-03  Bruno Haible  <bruno@clisp.org>
12040
12041         * DEPENDENCIES: New file.
12042         Suggested by Simon Josefsson.
12043
12044 2007-04-03  Bruno Haible  <bruno@clisp.org>
12045
12046         * doc/gnulib.texi: Escape @.
12047
12048 2007-04-03  James Youngman  <jay@gnu.org>
12049         and Paul Eggert  <eggert@cs.ucla.edu>
12050
12051         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
12052         birthtime on all systems that have birthtime, not just those which
12053         use st_birthtimensec rather than st_birthtim.  Putting zero in
12054         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
12055         that the birth time is not available for files on an NFS mount.
12056
12057 2007-04-03  Simon Josefsson  <simon@josefsson.org>
12058
12059         * modules/memxor: Move back from crypto/, suggested by Bruno.
12060         * modules/crypto/hmac-sha1: Fix memxor dependency.
12061
12062         * modules/crypto/gc: Moved from ../.
12063
12064 2007-04-02  Eric Blake  <ebb9@byu.net>
12065
12066         * lib/ldexpl.c (includes): Avoid libm.
12067
12068         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
12069
12070 2007-04-02  Bruno Haible  <bruno@clisp.org>
12071
12072         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
12073         on IRIX.
12074
12075 2007-04-02  Bruno Haible  <bruno@clisp.org>
12076
12077         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
12078         x86 or x86_64 platforms running MacOS X.
12079         Reported by Ryan Schmidt <@ryandesign.com>.
12080
12081 2007-04-02  Bruno Haible  <bruno@clisp.org>
12082
12083         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
12084         i386.
12085
12086 2007-04-01  Simon Josefsson  <simon@josefsson.org>
12087
12088         * modules/crypto/arcfour: Moved from ../.
12089         * modules/crypto/arcfour-tests: Moved from ../.
12090         * modules/crypto/arctwo: Moved from ../.
12091         * modules/crypto/arctwo-tests: Moved from ../.
12092         * modules/crypto/des: Moved from ../.
12093         * modules/crypto/des-tests: Moved from ../.
12094         * modules/crypto/gc-arcfour: Moved from ../.
12095         * modules/crypto/gc-arcfour-tests: Moved from ../.
12096         * modules/crypto/gc-arctwo: Moved from ../.
12097         * modules/crypto/gc-arctwo-tests: Moved from ../.
12098         * modules/crypto/gc-des: Moved from ../.
12099         * modules/crypto/gc-des-tests: Moved from ../.
12100         * modules/crypto/gc-hmac-md5: Moved from ../.
12101         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
12102         * modules/crypto/gc-hmac-sha1: Moved from ../.
12103         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
12104         * modules/crypto/gc-md2: Moved from ../.
12105         * modules/crypto/gc-md2-tests: Moved from ../.
12106         * modules/crypto/gc-md4: Moved from ../.
12107         * modules/crypto/gc-md4-tests: Moved from ../.
12108         * modules/crypto/gc-md5: Moved from ../.
12109         * modules/crypto/gc-md5-tests: Moved from ../.
12110         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
12111         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
12112         * modules/crypto/gc-random: Moved from ../.
12113         * modules/crypto/gc-rijndael: Moved from ../.
12114         * modules/crypto/gc-rijndael-tests: Moved from ../.
12115         * modules/crypto/gc-sha1: Moved from ../.
12116         * modules/crypto/gc-sha1-tests: Moved from ../.
12117         * modules/crypto/gc-tests: Moved from ../.
12118         * modules/crypto/hmac-md5: Moved from ../.
12119         * modules/crypto/hmac-md5-tests: Moved from ../.
12120         * modules/crypto/hmac-sha1: Moved from ../.
12121         * modules/crypto/hmac-sha1-tests: Moved from ../.
12122         * modules/crypto/md2: Moved from ../.
12123         * modules/crypto/md2-tests: Moved from ../.
12124         * modules/crypto/md4: Moved from ../.
12125         * modules/crypto/md4-tests: Moved from ../.
12126         * modules/crypto/md5: Moved from ../.
12127         * modules/crypto/md5-tests: Moved from ../.
12128         * modules/crypto/memxor: Moved from ../.
12129         * modules/crypto/rijndael: Moved from ../.
12130         * modules/crypto/rijndael-tests: Moved from ../.
12131         * modules/crypto/sha1: Moved from ../.
12132
12133 2007-03-30  James Youngman  <jay@gnu.org>
12134
12135         * tests/test-stat-time.c (prepare_test): use chmod() rather than
12136         rename() to change the ctime of a file (because ctime is unaffected
12137         by rename on jfs2 on AIX 5.1).
12138         (main): Start by doing cleanup, in case a previous run failed leaving
12139         test files behind.
12140
12141 2007-03-31  Bruno Haible  <bruno@clisp.org>
12142
12143         Support old proprietary implementations of iconv.
12144         * modules/iconv_open: New file.
12145         * lib/iconv_.h: New file.
12146         * m4/iconv_h.m4: New file.
12147         * lib/iconv_open.c: New file.
12148         * lib/iconv_open-aix.gperf: New file.
12149         * lib/iconv_open-hpux.gperf: New file.
12150         * lib/iconv_open-irix.gperf: New file.
12151         * lib/iconv_open-osf.gperf: New file.
12152         * m4/iconv_open.m4: New file.
12153         * modules/linebreak (Depends-on): Add iconv_open.
12154         * modules/striconv (Depends-on): Likewise.
12155         * modules/striconveh (Depends-on): Likewise.
12156         * modules/unicodeio (Depends-on): Likewise.
12157         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
12158         (iconv_t)(-1).
12159         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
12160         conversion if cd is (iconv_t)(-1).
12161         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
12162         is not possible.
12163
12164 2007-03-31  Bruno Haible  <bruno@clisp.org>
12165
12166         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12167         work on Solaris either. Protect also second use of "autodetect_jp".
12168
12169 2007-03-31  Bruno Haible  <bruno@clisp.org>
12170
12171         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
12172         the function is not present.
12173
12174 2007-03-31  Bruno Haible  <bruno@clisp.org>
12175
12176         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
12177         the function is not present.
12178
12179 2007-03-31  Bruno Haible  <bruno@clisp.org>
12180
12181         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
12182         a bug in HP-UX iconv_open().
12183
12184 2007-03-31  Bruno Haible  <bruno@clisp.org>
12185
12186         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
12187         (Mathematics <math.h>): New section, add fpieee.
12188         (Input/output <stdio.h>): Add fseterr.
12189         (Mathematics <math.h>): New section, add printf-frexp.
12190         (Container data structures): Add sublist.
12191         (Core language properties): Add fpucw, inline.
12192         (Functions for greatest-width integer types <inttypes.h>): Add
12193         imaxabs, imaxdiv, inttypes.
12194         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
12195         isnanl-nolibm, ldexp.
12196         (Mathematics <math.h>): New section, add printf-frexpl.
12197         (Support for systems lacking POSIX:2001): Add fprintf-posix,
12198         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
12199         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
12200         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
12201         (Unicode string functions): Add unistr/u*-mbtoucr.
12202         (Java): Add javacomp-script, javaexec-script.
12203         (C#): Add csharpcomp-script, csharpexec-script.
12204         (Support for building libraries and executables): Add havelib,
12205         relocatable-*.
12206         (Support for maintaining and releasing projects): Renamed from
12207         'Support for maintaining and release projects'. Add announce-gen.
12208
12209 2007-03-31  Bruno Haible  <bruno@clisp.org>
12210
12211         * README: Talk primarily about git.
12212         (git and CVS): Renamed from CVS.
12213         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
12214         gnulib is available through git.
12215         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
12216
12217 2007-03-30  Bruno Haible  <bruno@clisp.org>
12218
12219         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
12220         * lib/poll_.h: Likewise.
12221         * lib/stat_.h: Likewise.
12222         * lib/sys_time_.h: Likewise.
12223         * lib/sysexit_.h: Likewise.
12224         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
12225         * lib/stdbool_.h: Likewise.
12226         * lib/byteswap_.h: Add double-inclusion guard.
12227
12228 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
12229
12230         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
12231
12232 2007-03-30  Karl Berry  <karl@gnu.org>
12233
12234         * config/srclist-update: double space after USA in the license
12235         substitution, since that's how it's usually (?) written.
12236
12237 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12238
12239         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
12240         reported by Bruno Haible.
12241
12242 2007-03-29  Bruno Haible  <bruno@clisp.org>
12243
12244         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
12245         a bug in AIX iconv().
12246
12247 2007-03-29  Bruno Haible  <bruno@clisp.org>
12248
12249         * modules/ldexpl-tests: New file.
12250         * tests/test-ldexpl.c: New file.
12251
12252 2007-03-29  Bruno Haible  <bruno@clisp.org>
12253
12254         * lib/ldexpl.c: Include fpucw.h.
12255         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
12256         multiplication.
12257         * modules/ldexpl (Depends-on): Add fpucw.
12258
12259 2007-03-29  Bruno Haible  <bruno@clisp.org>
12260
12261         * modules/ldexpl: New file.
12262         * m4/ldexpl.m4: New file.
12263         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
12264         set.
12265         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
12266         REPLACE_LDEXPL.
12267         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
12268         REPLACE_LDEXPL.
12269         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
12270         gl_FUNC_LDEXPL_WORKS.
12271         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
12272         * modules/mathl (Files): Remove lib/ldexpl.c.
12273         (Depends-on): Add ldexpl.
12274
12275 2007-03-29  Bruno Haible  <bruno@clisp.org>
12276
12277         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
12278
12279 2007-03-29  Bruno Haible  <bruno@clisp.org>
12280
12281         * tests/test-striconveh.c (main): Don't assume that a direct conversion
12282         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
12283         and possibly also HP-UX.
12284         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
12285         work on AIX, IRIX, HP-UX, OSF/1.
12286         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12287         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12288         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12289         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12290         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
12291         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12292
12293 2007-03-29  Bruno Haible  <bruno@clisp.org>
12294
12295         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
12296
12297 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12298
12299         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
12300         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
12301
12302 2007-03-29  Eric Blake  <ebb9@byu.net>
12303
12304         * lib/acl-internal.h: Remove redundant include.
12305         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
12306         Cygwin when a file is locked.
12307
12308 2007-03-29  Bruno Haible  <bruno@clisp.org>
12309
12310         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
12311         file.
12312         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
12313
12314 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
12315
12316         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
12317         try to remove a parent directory if the child couldn't be removed
12318         (except for the first rmdir, which could fail because the child
12319         doesn't exist).  Problem reported by Jeff Blaine in
12320         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
12321
12322 2007-03-28  Bruno Haible  <bruno@clisp.org>
12323
12324         * lib/striconveh.c (utf8conv_carefully): New function.
12325         (mem_cd_iconveh_internal): Invoke it.
12326
12327 2007-03-28  Bruno Haible  <bruno@clisp.org>
12328
12329         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
12330         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
12331         input.
12332         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
12333         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
12334         unistr/u8-uctomb.
12335
12336 2007-03-28  Bruno Haible  <bruno@clisp.org>
12337
12338         * modules/unistr/u8-mbtoucr: New file.
12339         * lib/unistr/u8-mbtoucr.c: New file.
12340         * modules/unistr/u16-mbtoucr: New file.
12341         * lib/unistr/u16-mbtoucr.c: New file.
12342         * modules/unistr/u16-mbtoucr: New file.
12343         * lib/unistr/u16-mbtoucr.c: New file.
12344         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
12345
12346 2007-03-27  Simon Josefsson  <simon@josefsson.org>
12347             Bruno Haible  <bruno@clisp.org>
12348
12349         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
12350         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
12351         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
12352
12353         * m4/stdio_h.m4: Add stubs for vasprintf too.
12354
12355         * modules/stdio: Support vasprintf in sed command.
12356
12357         * modules/vasprintf: Depend on stdio for prototypes.  Remove
12358         vasprintf.h.  Add stdio module indicator.
12359
12360         * lib/stdio_.h: Declare asprintf and vasprintf, based on
12361         vasprintf.h.
12362
12363         * lib/vasprintf.h: File removed.
12364
12365         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
12366         * lib/vasprintf.c: Ditto.
12367         * lib/xvasprintf.c: Ditto.
12368         * tests/test-vasprintf-posix.c: Ditto.
12369         * tests/test-vasprintf.c: Ditto.
12370
12371 2007-03-27  Bruno Haible  <bruno@clisp.org>
12372
12373         Make vasnprintf multithread-safe.
12374         * lib/vasnprintf.c (decimal_point_char): New function.
12375         (VASNPRINTF): Use it.
12376         Suggested by Simon Josefsson.
12377
12378 2007-03-27  Eric Blake  <ebb9@byu.net>
12379
12380         Support sub-second birthtime on cygwin.
12381         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
12382         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
12383         (get_stat_birthtime): Also work with st_birthtim.
12384
12385 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
12386
12387         * lib/stat-time.h (USE_BIRTHTIME): Remove.
12388         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
12389         (get_stat_birthtime_ns): Do not try to use "spare" fields.
12390         (get_stat_birthtime_ns): Simplify compile-time tests.
12391         (get_stat_birthtime): Change the API to look like
12392         get_stat_mtime etc., except return a negative tv_nsec on error.
12393         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
12394         Don't check for "spare" fields.
12395         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
12396         or for struct stat.st_birthtime, as these tests aren't used.
12397         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
12398
12399 2007-03-27  Bruno Haible  <bruno@clisp.org>
12400
12401         * lib/stat-time.h: Include <sys/stat.h>.
12402
12403 2007-03-27  James Youngman  <jay@gnu.org>
12404
12405         * lib/stat-time.h (get_stat_birthtime): New function for
12406           retrieving st_birthtime as provided by UFS2 (hence *BSD).
12407         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
12408           and its variants.
12409         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
12410         * modules/stat-time-test: New file.
12411         * tests/test-stat-time.c: New test, devised by Bruno Haible.
12412
12413 2007-03-26  Bruno Haible  <bruno@clisp.org>
12414
12415         Better support of signalling NaNs.
12416         * lib/atanl.c: Include isnanl.h.
12417         (atanl): Perform test for NaN at the beginning of the function and
12418         through a call to isnanl.
12419         * lib/cosl.c: Include isnanl.h.
12420         (cosl): Perform test for NaN at the beginning of the function and
12421         through a call to isnanl.
12422         * lib/ldexpl.c: Include isnanl.h.
12423         (ldexpl): Perform test for NaN through a call to isnanl.
12424         * lib/logl.c: Include isnanl.h.
12425         (logl): Perform test for NaN at the beginning of the function and
12426         through a call to isnanl.
12427         * lib/sinl.c: Include isnanl.h.
12428         (sinl): Perform test for NaN at the beginning of the function and
12429         through a call to isnanl.
12430         * lib/sqrtl.c: Include isnanl.h.
12431         (sqrtl): Perform test for NaN at the beginning of the function and
12432         through a call to isnanl.
12433         * lib/tanl.c: Include isnanl.h.
12434         (tanl): Perform test for NaN at the beginning of the function and
12435         through a call to isnanl.
12436         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
12437         * modules/mathl (Depends-on): Add isnanl.
12438
12439 2007-03-26  Eric Blake  <ebb9@byu.net>
12440
12441         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
12442         regression in logic sense of previous patch.
12443
12444 2007-03-26  Bruno Haible  <bruno@clisp.org>
12445
12446         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
12447         unportable shell command "if ! ...".
12448         Reported by Ralf Wildenhues.
12449
12450 2007-03-25  Bruno Haible  <bruno@clisp.org>
12451
12452         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
12453         <sysexits.h> file, and only add EX_CONFIG.
12454         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
12455         absolute file name and whether it is sufficient. Substitute also
12456         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
12457         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
12458         ABSOLUTE_SYSEXITS_H into sysexits.h.
12459
12460 2007-03-25  Bruno Haible  <bruno@clisp.org>
12461
12462         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
12463         hints is NULL.
12464
12465 2007-03-25  Bruno Haible  <bruno@clisp.org>
12466
12467         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
12468         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
12469
12470 2007-03-25  Bruno Haible  <bruno@clisp.org>
12471
12472         * lib/vasnprintf.c: Include langinfo.h.
12473         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
12474         multithread-safe.
12475         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
12476         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
12477         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12478         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12479         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12480         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12481         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12482         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
12483         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12484         Reported by Simon Josefsson.
12485
12486 2007-03-25  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
12489         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
12490         * modules/vasnprintf (Depends-on): Add stdint.
12491
12492 2007-03-25  Bruno Haible  <bruno@clisp.org>
12493
12494         * modules/fpieee: New file.
12495         * m4/fpieee.m4: New file.
12496         * modules/isnan-nolibm (Depends-on): Add fpieee.
12497         * modules/isnanl-nolibm (Depends-on): Add fpieee.
12498         * modules/isnanl (Depends-on): Add fpieee.
12499
12500 2007-03-25  Bruno Haible  <bruno@clisp.org>
12501
12502         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
12503
12504 2007-03-25  Bruno Haible  <bruno@clisp.org>
12505
12506         Avoid test failures on IRIX 6.5.
12507         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
12508         (main): Use it.
12509         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
12510         macros.
12511         (main): Use them.
12512
12513 2007-03-25  Bruno Haible  <bruno@clisp.org>
12514
12515         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
12516         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
12517         exists but doesn't work.
12518         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
12519         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
12520         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
12521         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
12522
12523 2007-03-25  Bruno Haible  <bruno@clisp.org>
12524
12525         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
12526         returns inf. Needed on IRIX 6.5.
12527
12528 2007-03-25  Bruno Haible  <bruno@clisp.org>
12529
12530         * tests/test-frexpl.c: Include isnanl-nolibm.h.
12531         (main): Use isnanl instead of x != x idiom.
12532         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
12533
12534         * tests/test-frexp.c: Include isnan.h.
12535         (main): Use isnan instead of x != x idiom.
12536         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
12537
12538 2007-03-25  Bruno Haible  <bruno@clisp.org>
12539
12540         * tests/test-frexp.c (NaN): New function/macro.
12541         (main): Use it instead of 0.0 / 0.0.
12542         * tests/test-isnan.c (NaN): New function/macro.
12543         (main): Use it instead of 0.0 / 0.0.
12544         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
12545         (test_function): Use it instead of 0.0 / 0.0.
12546         * tests/test-vasprintf-posix.c (NaN): New function/macro.
12547         (test_function): Use it instead of 0.0 / 0.0.
12548         * tests/test-snprintf-posix.h (NaN): New function/macro.
12549         (test_function): Use it instead of 0.0 / 0.0.
12550         * tests/test-sprintf-posix.h (NaN): New function/macro.
12551         (test_function): Use it instead of 0.0 / 0.0.
12552         * tests/test-fprintf-posix.h (NaN): New function/macro.
12553         (test_function): Use it instead of 0.0 / 0.0.
12554         * tests/test-printf-posix.h (NaN): New function/macro.
12555         (test_function): Use it instead of 0.0 / 0.0.
12556
12557         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
12558
12559 2007-03-25  Bruno Haible  <bruno@clisp.org>
12560
12561         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
12562
12563 2007-03-25  Bruno Haible  <bruno@clisp.org>
12564
12565         * lib/regexec.c (merge_state_with_log): Make static.
12566
12567 2007-03-25  Bruno Haible  <bruno@clisp.org>
12568
12569         * lib/trigl.c (kernel_rem_pio2): Make static.
12570
12571 2007-03-25  Bruno Haible  <bruno@clisp.org>
12572
12573         * lib/sincosl.c (sincosl_table): Make static.
12574
12575 2007-03-25  Bruno Haible  <bruno@clisp.org>
12576
12577         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
12578         if the compiler does not support C99.
12579
12580 2007-03-25  Bruno Haible  <bruno@clisp.org>
12581
12582         * modules/time (Makefile.am): Ensure all rule action lines start with a
12583         tab.
12584
12585 2007-03-24  Bruno Haible  <bruno@clisp.org>
12586
12587         * modules/tsearch-tests: New file.
12588         * tests/test-tsearch.sh: New file.
12589         * tests/test-tsearch.c: New file, mostly copied from glibc.
12590
12591         * modules/search-tests: New file.
12592         * tests/test-search.c: New file.
12593
12594         * modules/search: New file.
12595         * lib/search_.h: New file, incorporating lib/tsearch.h.
12596         * m4/search_h.m4: New file.
12597         * lib/tsearch.h: Remove file.
12598         * lib/tsearch.c: Include search.h instead of tsearch.h.
12599         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
12600         HAVE_TSEARCH.
12601         * modules/tsearch (Files): Remove lib/tsearch.h.
12602         (Depends-on): Add search.
12603         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
12604         (Include): Change tsearch.h into search.h.
12605
12606 2007-03-24  Bruno Haible  <bruno@clisp.org>
12607
12608         * modules/fpucw: New file.
12609         * lib/fpucw.h: New file.
12610         * lib/frexp.c: Include fpucw.h.
12611         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12612         (FUNC): Use them.
12613         * lib/printf-frexp.c: Include fpucw.h.
12614         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
12615         (FUNC): Use them.
12616         * lib/vasnprintf.c: Include fpucw.h.
12617         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
12618         'long double' calculations.
12619         * tests/test-frexpl.c: Include fpucw.h.
12620         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12621         * tests/test-printf-frexpl.c: Include fpucw.h.
12622         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
12623         * modules/frexpl (Depends-on): Add fpucw.
12624         * modules/printf-frexpl (Depends-on): Likewise.
12625         * modules/fprintf-posix (Depends-on): Likewise.
12626         * modules/snprintf-posix (Depends-on): Likewise.
12627         * modules/sprintf-posix (Depends-on): Likewise.
12628         * modules/vasnprintf-posix (Depends-on): Likewise.
12629         * modules/vasprintf-posix (Depends-on): Likewise.
12630         * modules/vfprintf-posix (Depends-on): Likewise.
12631         * modules/vsnprintf-posix (Depends-on): Likewise.
12632         * modules/vsprintf-posix (Depends-on): Likewise.
12633         * modules/frexpl-tests (Depends-on): Likewise.
12634         * modules/printf-frexpl-tests (Depends-on): Likewise.
12635
12636 2007-03-24  Bruno Haible  <bruno@clisp.org>
12637
12638         * lib/float+.h: New file.
12639         * lib/isnan.c: Include float+.h.
12640         (SIZE): New macro.
12641         (FUNC): Compare only SIZE bytes of the value.
12642         * lib/vasnprintf.c: Include float+.h.
12643         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
12644         SIZEOF_LDBL or SIZEOF_DBL bytes.
12645         * modules/isnan-nolibm (Files): Add lib/float+.h.
12646         * modules/isnanl-nolibm (Files): Add lib/float+.h.
12647         * modules/isnanl (Files): Add lib/float+.h.
12648         * modules/vasnprintf (Files): Add lib/float+.h.
12649
12650 2007-03-24  Bruno Haible  <bruno@clisp.org>
12651
12652         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
12653         include isnanl-nolibm.h.
12654
12655 2007-03-24  Bruno Haible  <bruno@clisp.org>
12656
12657         * tests/test-read-file.c (main): Don't produce spurious output for
12658         expected situations. Make the test fail if it encountered unexpected
12659         results.
12660
12661 2007-03-24  Bruno Haible  <bruno@clisp.org>
12662
12663         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
12664         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
12665
12666 2007-03-24  Bruno Haible  <bruno@clisp.org>
12667
12668         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
12669
12670 2007-03-24  Bruno Haible  <bruno@clisp.org>
12671
12672         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
12673         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
12674
12675         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
12676         * modules/utf8-ucs4: Turn into a symbolic link to module
12677         unistr/u8-mbtouc.
12678
12679         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
12680         utf8-ucs4-unsafe.
12681         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
12682         unistr/u8-mbtouc-unsafe.
12683
12684         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
12685         * modules/utf16-ucs4: Turn into a symbolic link to module
12686         unistr/u16-mbtouc.
12687
12688         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
12689         utf16-ucs4-unsafe.
12690         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
12691         unistr/u16-mbtouc-unsafe.
12692
12693         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
12694         * modules/ucs4-utf8: Turn into a symbolic link to module
12695         unistr/u8-ubtomb.
12696
12697         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
12698         * modules/ucs4-utf16: Turn into a symbolic link to module
12699         unistr/u16-ubtomb.
12700
12701 2007-03-24  Bruno Haible  <bruno@clisp.org>
12702
12703         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
12704         Enable the function only if HAVE_INLINE.
12705         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
12706         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12707         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
12708         Enable the function only if HAVE_INLINE.
12709         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
12710         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
12711         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
12712         Enable the function only if HAVE_INLINE.
12713         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
12714         Enable the function only if HAVE_INLINE.
12715         * modules/utf8-ucs4: Update.
12716         * modules/utf8-ucs4-unsafe: Update.
12717         * modules/utf16-ucs4: Update.
12718         * modules/utf16-ucs4-unsafe: Update.
12719         * modules/ucs4-utf8: Update.
12720         * modules/ucs4-utf16: Update.
12721
12722 2007-03-24  Bruno Haible  <bruno@clisp.org>
12723
12724         * lib/utf8-ucs4.h: Remove file.
12725         * lib/utf8-ucs4-unsafe.h: Remove file.
12726         * lib/utf16-ucs4.h: Remove file.
12727         * lib/utf16-ucs4-unsafe.h: Remove file.
12728         * lib/ucs4-utf8.h: Remove file.
12729         * lib/ucs4-utf16.h: Remove file.
12730         * lib/unistr.h: Include their previous contents.
12731         * m4/utf-ucs4.m4: Remove file.
12732         * m4/ucs4-utf.m4: Remove file.
12733         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
12734         (Depends-on): Add unistr/base.
12735         (configure.ac): Remove gl_UTF_UCS4.
12736         (Makefile.am): Update.
12737         (Include): Change to unistr.h.
12738         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
12739         (Depends-on): Add unistr/base.
12740         (configure.ac): Remove gl_UTF_UCS4.
12741         (Makefile.am): Update.
12742         (Include): Change to unistr.h.
12743         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
12744         (Depends-on): Add unistr/base.
12745         (configure.ac): Remove gl_UTF_UCS4.
12746         (Makefile.am): Update.
12747         (Include): Change to unistr.h.
12748         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
12749         (Depends-on): Add unistr/base.
12750         (configure.ac): Remove gl_UTF_UCS4.
12751         (Makefile.am): Update.
12752         (Include): Change to unistr.h.
12753         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
12754         (Depends-on): Add unistr/base.
12755         (configure.ac): Remove gl_UCS4_UTF.
12756         (Makefile.am): Update.
12757         (Include): Change to unistr.h.
12758         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
12759         (Depends-on): Add unistr/base.
12760         (configure.ac): Remove gl_UCS4_UTF.
12761         (Makefile.am): Update.
12762         (Include): Change to unistr.h.
12763         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
12764         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
12765         utf8-ucs4-unsafe.h.
12766         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
12767         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
12768         utf16-ucs4-unsafe.h.
12769         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
12770         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
12771         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
12772         * lib/unistr/u8-strchr.c: Likewise.
12773         * lib/unistr/u8-strrchr.c: Likewise.
12774         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
12775         * lib/unistr/u16-strchr.c: Likewise.
12776         * lib/unistr/u16-strrchr.c: Likewise.
12777         * lib/striconveh.c: Update.
12778         * lib/linebreak.c: Update.
12779
12780 2007-03-24  Bruno Haible  <bruno@clisp.org>
12781
12782         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
12783         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
12784
12785 2007-03-22  Bruno Haible  <bruno@clisp.org>
12786
12787         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
12788
12789 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         * MODULES.html.sh (File system functions): New module write-any-file.
12792         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
12793         * m4/write-any-file.m4: New files.
12794
12795 2007-03-23  Eric Blake  <ebb9@byu.net>
12796
12797         * gnulib-tool: Rearrange space-tab sequences, since some editors
12798         like to eat them.
12799
12800 2007-03-23  Eric Blake  <ebb9@byu.net>
12801
12802         * lib/version-etc.c (version_etc_va): Update license wording to
12803         be more concise.  Recommended by Richard Stallman.
12804
12805 2007-03-22  Bruno Haible  <bruno@clisp.org>
12806
12807         * lib/poll.c (MSG_PEEK): New fallback definition.
12808
12809 2007-03-22  Bruno Haible  <bruno@clisp.org>
12810
12811         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
12812         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
12813         (main): Update.
12814         Fixes a compilation error on BeOS.
12815
12816 2007-03-22  Bruno Haible  <bruno@clisp.org>
12817
12818         * modules/frexpl-tests: New file.
12819         * tests/test-frexpl.c: New file.
12820
12821         * modules/frexpl: New file.
12822         * m4/frexpl.m4: New file.
12823         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
12824         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
12825         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
12826         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
12827         (Depends-on): Add frexpl. Remove isnanl-nolibm.
12828         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
12829
12830 2007-03-22  Bruno Haible  <bruno@clisp.org>
12831
12832         * lib/frexpl.c: Share code with lib/frexp.c.
12833         * modules/mathl (Files): Add lib/frexp.c.
12834         (Depends-on): Add isnanl-nolibm.
12835
12836 2007-03-22  Bruno Haible  <bruno@clisp.org>
12837
12838         * modules/printf-frexp (Files): Add m4/frexp.m4.
12839         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
12840         only if the found frexp function actually works.
12841
12842 2007-03-22  Bruno Haible  <bruno@clisp.org>
12843
12844         * lib/frexp.c: Remove older implementation that uses divisions.
12845
12846 2007-03-21  Bruno Haible  <bruno@clisp.org>
12847
12848         * modules/frexp-tests: New file.
12849         * tests/test-frexp.c: New file.
12850
12851         * modules/frexp: New file.
12852         * lib/frexp.c: New file.
12853         * m4/frexp.m4: New file.
12854         * lib/math_.h (frexp): New declaration.
12855         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
12856         REPLACE_FREXP.
12857         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
12858
12859 2007-03-21  Bruno Haible  <bruno@clisp.org>
12860
12861         * modules/isnanl-tests: New file.
12862         * tests/test-isnanl.c: New file.
12863
12864         * modules/isnanl: New file.
12865         * lib/isnanl.h: New file.
12866         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
12867         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
12868         gl_FUNC_ISNANL_WORKS.
12869         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
12870         New macros.
12871
12872 2007-03-21  Bruno Haible  <bruno@clisp.org>
12873
12874         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
12875         lib/isnanl.h.
12876         (Include): Update.
12877         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
12878         * lib/vasnprintf.c: Update.
12879         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
12880         tests/test-isnanl.h, remove tests/test-isnanl.c.
12881         (Makefile.am): Update.
12882         * tests/test-isnanl-nolibm.c: New file.
12883         * tests/test-isnanl.h: New file.
12884         * tests/test-isnanl.c: Remove file.
12885
12886 2007-03-21  Jim Meyering  <jim@meyering.net>
12887
12888         When trying to open ".", treat ESTALE like EACCES.
12889         * lib/savewd.c (savewd_save): Resort to forking not just upon
12890         failure with EACCES, but also when errno is ESTALE.
12891
12892 2007-03-20  Bruno Haible  <bruno@clisp.org>
12893
12894         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
12895         Needed on AIX 5.1. Reported by Matthew Woehlke.
12896
12897 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         Suggestions by Bruno Haible:
12900         * lib/acl-internal.h: Include "gettext.h" rather than rolling
12901         our own.
12902         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
12903         * modules/acl (Depends-on): Add gettext.
12904
12905 2007-03-19  Bruno Haible  <bruno@clisp.org>
12906
12907         * modules/iconvme: Remove file.
12908         * lib/iconvme.h: Remove file.
12909         * lib/iconvme.c: Remove file.
12910         * m4/iconvme.m4: Remove file.
12911
12912 2007-03-19  Bruno Haible  <bruno@clisp.org>
12913
12914         * doc/relocatable-maint.texi: Break long shell script line.
12915         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12916
12917 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12918
12919         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
12920         handle file_has_acl.
12921         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
12922         * lib/acl.c: Move header inclusions and related macro defns into
12923         lib/acl-internal.h.
12924         (S_ISLNK): Remove defn, since that's now done for us.
12925         (file_has_acl): Move to lib/file-has-acl.c.
12926         Call acl_trivial if available.  This is the crucial part of the fix.
12927         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
12928         shared within the library.  Rewrite a bit, partly to make it compatible
12929         with the GNU coding style.
12930         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
12931         Remove unnecessary double-quotes.
12932         Don't test for acl_to_text; the build will catch that.
12933         Replace acl_entries if it doesn't exist and it is needed.
12934         Check for -lsec and acl_trivial (as used on Solaris 10).
12935         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
12936         lib/file-has-acl.c.
12937         (Depends-on): Add sys_stat, for S_ISLNK.
12938
12939 2007-03-19  Ben Pfaff  <blp@gnu.org>
12940
12941         * doc/gnulib.texi: Fix typos.
12942         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
12943
12944 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
12945
12946         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
12947         If size is zero here, buf must be zero.
12948
12949 2007-03-19  Simon Josefsson  <simon@josefsson.org>
12950
12951         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
12952         <bruno@clisp.org>.
12953
12954 2007-03-18  Bruno Haible  <bruno@clisp.org>
12955
12956         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
12957         Suggested by Eric Blake.
12958
12959 2007-03-18  Ben Pfaff  <blp@gnu.org>
12960
12961         * doc/relocatable.texi: Recommend using as prefix a directory
12962         that does not exist and will never be created.  Based on
12963         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
12964         and others.
12965
12966 2007-03-17  Bruno Haible  <bruno@clisp.org>
12967
12968         * lib/fchownat.c: Include lchown.h.
12969
12970 2007-03-17  Bruno Haible  <bruno@clisp.org>
12971
12972         Fix endless loop when the given allocated size was > INT_MAX.
12973         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
12974         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
12975         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
12976         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
12977         * lib/sprintf.c (sprintf): Likewise.
12978
12979 2007-03-17  Bruno Haible  <bruno@clisp.org>
12980
12981         * tests/test-argp-2.sh (func_compare): Output a context diff.
12982
12983 2007-03-17  Bruno Haible  <bruno@clisp.org>
12984
12985         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
12986         locale's decimal-point character.
12987
12988 2007-03-17  Bruno Haible  <bruno@clisp.org>
12989
12990         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
12991         before comparing it. Needed because on some platforms (e.g. x86) a
12992         'long double' occupies less bytes than sizeof (long double).
12993
12994 2007-03-17  Bruno Haible  <bruno@clisp.org>
12995
12996         * tests/test-crc.c (main): Make printf statements 64-bit clean.
12997         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
12998         * tests/test-getaddrinfo.c (simple): Likewise.
12999         * tests/test-read-file.c (main): Likewise.
13000
13001 2007-03-17  Bruno Haible  <bruno@clisp.org>
13002
13003         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
13004
13005 2007-03-17  Bruno Haible  <bruno@clisp.org>
13006
13007         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
13008         unused variable.
13009
13010 2007-03-17  Bruno Haible  <bruno@clisp.org>
13011
13012         * tests/test-c-strcasecmp.c: Include c-strcase.h.
13013         * tests/test-c-strncasecmp.c: Likewise.
13014
13015 2007-03-17  Bruno Haible  <bruno@clisp.org>
13016
13017         * modules/stdlib (Depends-on): Add unistd.
13018         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
13019         Needed for MacOS X 10.3.
13020
13021 2007-03-17  Bruno Haible  <bruno@clisp.org>
13022
13023         * lib/unistr/u-strdup.h: Include <stdlib.h>.
13024
13025 2007-03-17  Bruno Haible  <bruno@clisp.org>
13026
13027         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
13028
13029 2007-03-17  Bruno Haible  <bruno@clisp.org>
13030
13031         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
13032         to reflect files copied from gnulib (with or without modifications).
13033         Suggested by Jim Meyering.
13034
13035 2007-03-17  Eric Blake  <ebb9@byu.net>
13036
13037         * NEWS: Document stdlib change from 2007-02-18.
13038
13039 2007-03-17  Jim Meyering  <jim@meyering.net>
13040
13041         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
13042         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
13043         someone uses a name containing shell meta-characters.
13044         Reported by Alfred M. Szmidt.
13045
13046         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
13047
13048 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13049
13050         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
13051         and copy gettext configuration files only if configure.ac contains
13052         a use of AM_GNU_GETTEXT_VERSION.
13053
13054 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13055
13056         * build-aux/bootstrap (gnulib_name): New variable.
13057         (gnulib_tool_options): Use it.
13058
13059 2007-03-13  Simon Josefsson  <simon@josefsson.org>
13060
13061         * tests/test-des.c: Use new namespace.
13062
13063 2007-03-15  Bruno Haible  <bruno@clisp.org>
13064
13065         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
13066         Reported by James Youngman <jay@gnu.org>.
13067
13068 2007-03-15  Bruno Haible  <bruno@clisp.org>
13069
13070         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
13071         declared prototype. Needed with cc on OSF/1 5.1.
13072
13073 2007-03-15  Bruno Haible  <bruno@clisp.org>
13074
13075         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
13076         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
13077         (struct gl_list_implementation): Add dispose_fn argument to the
13078         'create_empty', 'create' methods.
13079         (struct gl_list_impl_base): Add field 'dispose_fn'.
13080         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
13081         argument.
13082         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
13083         dispose_fn argument.
13084         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
13085         dispose_fn on the dropped values.
13086         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
13087         dispose_fn argument.
13088         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
13089         dropped values.
13090         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
13091         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13092         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
13093         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13094         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
13095         argument.
13096         (gl_tree_list_free): Call dispose_fn on the dropped values.
13097         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
13098         the dropped values.
13099         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
13100         Add dispose_fn argument.
13101         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
13102         Call dispose_fn on the dropped values.
13103         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
13104         Add dispose_fn argument.
13105         (gl_sublist_create): Initialize the 'dispose_fn' field.
13106         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
13107         * tests/test-array_list.c (main): Update.
13108         * tests/test-carray_list.c (main): Update.
13109         * tests/test-avltree_list.c (main): Update.
13110         * tests/test-rbtree_list.c (main): Update.
13111         * tests/test-avltreehash_list.c (main): Update.
13112         * tests/test-rbtreehash_list.c (main): Update.
13113         * tests/test-linked_list.c (main): Update.
13114         * tests/test-linkedhash_list.c (main): Update.
13115         * tests/test-array_oset.c (main): Update.
13116
13117 2007-03-15  Bruno Haible  <bruno@clisp.org>
13118
13119         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
13120         (gl_oset_create_empty): Add dispose_fn argument.
13121         (struct gl_oset_implementation): Add dispose_fn argument to
13122         'create_empty' method.
13123         (struct gl_oset_impl_base): Add dispose_fn field.
13124         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
13125         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
13126         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
13127         values.
13128         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
13129         (gl_tree_oset_free): Call dispose_fn on the dropped values.
13130         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13131         dropped value.
13132         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13133         dropped value.
13134         * tests/test-array_oset.c (main): Update.
13135         * tests/test-avltree_oset.c (main): Update.
13136         * tests/test-rbtree_oset.c (main): Update.
13137         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
13138
13139 2007-03-13  Bruno Haible  <bruno@clisp.org>
13140
13141         * tests/test-stdbool.c (i): Update after last patch.
13142
13143 2007-03-12  Bruno Haible  <bruno@clisp.org>
13144
13145         * lib/quotearg.c: Include <wctype.h> early, before the definition of
13146         the iswprint macro. Needed on Solaris 2.5.1.
13147
13148 2007-03-12  Bruno Haible  <bruno@clisp.org>
13149
13150         * tests/test-printf-frexp.c (main): Declare x as volatile.
13151
13152 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13153
13154         * doc/gnulib.texi (Build robot for gnulib): New section.
13155
13156 2007-03-12  Jim Meyering  <jim@meyering.net>
13157
13158         * build-aux/bootstrap: New file.
13159         * build-aux/bootstrap.conf: New file, from coreutils.
13160
13161 2007-03-11  Bruno Haible  <bruno@clisp.org>
13162
13163         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
13164
13165 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13166
13167         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
13168         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
13169         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
13170
13171 2007-03-11  Bruno Haible  <bruno@clisp.org>
13172
13173         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
13174         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
13175
13176 2007-03-11  Bruno Haible  <bruno@clisp.org>
13177
13178         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
13179         formula. Needed for SunPRO C 5.0.
13180
13181 2007-03-11  Bruno Haible  <bruno@clisp.org>
13182
13183         * modules/long-options (Depends-on): Add getopt.
13184
13185 2007-03-11  Bruno Haible  <bruno@clisp.org>
13186
13187         * modules/modechange (Depends-on): Add stdbool.
13188
13189 2007-03-11  Bruno Haible  <bruno@clisp.org>
13190
13191         * modules/i-ring (Depends-on): Add stdbool.
13192
13193 2007-03-11  Bruno Haible  <bruno@clisp.org>
13194
13195         * modules/gc-des (Depends-on): Add stdbool.
13196
13197 2007-03-11  Bruno Haible  <bruno@clisp.org>
13198
13199         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
13200
13201 2007-03-11  Bruno Haible  <bruno@clisp.org>
13202
13203         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
13204
13205 2007-03-11  Bruno Haible  <bruno@clisp.org>
13206
13207         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
13208
13209 2007-03-11  Bruno Haible  <bruno@clisp.org>
13210
13211         * lib/vasnprintf.c (sprintf): Undefine.
13212
13213 2007-03-11  Bruno Haible  <bruno@clisp.org>
13214
13215         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
13216         initializers in SunPRO C and Compaq C compilers.
13217
13218 2007-03-11  Bruno Haible  <bruno@clisp.org>
13219
13220         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
13221         decrementing code ANSI C compliant.
13222
13223 2007-03-11  Bruno Haible  <bruno@clisp.org>
13224
13225         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
13226         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
13227
13228 2007-03-11  Bruno Haible  <bruno@clisp.org>
13229
13230         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
13231         <stdbool.h> substitute doesn't pass.
13232
13233 2007-03-11  Bruno Haible  <bruno@clisp.org>
13234
13235         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
13236
13237 2007-03-11  Bruno Haible  <bruno@clisp.org>
13238
13239         * gnulib-tool (func_create_megatestdir): Create also an autobuild
13240         script, for submission to autobuild.josefsson.org.
13241
13242 2007-03-10  Bruno Haible  <bruno@clisp.org>
13243
13244         * modules/canonicalize-lgpl-tests: New file.
13245         * tests/test-canonicalize-lgpl.sh: New file.
13246         * tests/test-canonicalize-lgpl.c: New file.
13247
13248         * modules/c-strcase-tests: New file.
13249         * tests/test-c-strcase.sh: New file.
13250         * tests/test-c-strcasecmp.c: New file.
13251         * tests/test-c-strncasecmp.c: New file.
13252
13253         * modules/atexit-tests: New file.
13254         * tests/test-atexit.sh: New file.
13255         * tests/test-atexit.c: New file.
13256
13257 2007-03-10  Bruno Haible  <bruno@clisp.org>
13258
13259         * tests/test-binary-io.sh: Use temporary filenames that are not so
13260         likely to clash with those of other tests (in a parallel make).
13261         * tests/test-binary-io.c: Likewise.
13262
13263 2007-03-10  Bruno Haible  <bruno@clisp.org>
13264
13265         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
13266         fallback; use #error instead.
13267         Suggested by Simon Josefsson.
13268
13269 2007-03-10  Bruno Haible  <bruno@clisp.org>
13270
13271         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
13272         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
13273         first and the last.
13274
13275 2007-03-10  Bruno Haible  <bruno@clisp.org>
13276
13277         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
13278
13279 2007-03-10  Bruno Haible  <bruno@clisp.org>
13280
13281         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
13282         "make distcheck".
13283         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
13284         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
13285         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
13286
13287 2007-03-10  Bruno Haible  <bruno@clisp.org>
13288
13289         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
13290         variable.
13291         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
13292         variable.
13293
13294 2007-03-09  Eric Blake  <ebb9@byu.net>
13295         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
13296
13297         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
13298         types are not being provided by gnulib.
13299         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
13300         types are supported.
13301
13302 2007-03-10  Bruno Haible  <bruno@clisp.org>
13303
13304         * lib/stdio_.h (__attribute__): New macro.
13305         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
13306         vsprintf): Specify __attribute__ __format__ for GCC.
13307         Suggested by Eric Blake.
13308
13309 2007-03-09  Bruno Haible  <bruno@clisp.org>
13310
13311         * modules/printf-posix-tests: New file.
13312         * tests/test-printf-posix.sh: New file.
13313         * tests/test-printf-posix.c: New file.
13314
13315         * modules/printf-posix: New file.
13316         * lib/printf.c: New file.
13317         * m4/printf-posix-rpl.m4: New file.
13318         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
13319         REPLACE_PRINTF.
13320         * lib/stdio_.h (printf): New declaration.
13321         (format, __format__, ____printf____, ____scanf____, ____strftime____,
13322         ____strfmon____): New macros.
13323         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
13324         REPLACE_PRINTF.
13325
13326 2007-03-09  Bruno Haible  <bruno@clisp.org>
13327
13328         * tests/test-vasnprintf-posix2.sh: New file.
13329         * tests/test-vasnprintf-posix2.c: New file.
13330         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
13331         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13332         (Makefile.am): Activate test-vasnprintf-posix2.sh.
13333
13334         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
13335         a locale dependent decimal point, rather than always '.'.
13336
13337 2007-03-09  Eric Blake  <ebb9@byu.net>
13338
13339         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
13340         spite of platforms like Tandem/NSK that define it to -1.
13341
13342 2007-03-08  Bruno Haible  <bruno@clisp.org>
13343
13344         * modules/vprintf-posix-tests: New file.
13345         * tests/test-vprintf-posix.sh: New file.
13346         * tests/test-vprintf-posix.c: New file.
13347         * tests/test-printf-posix.h: New file.
13348
13349         * modules/vprintf-posix: New file.
13350         * lib/vprintf.c: New file.
13351         * m4/vprintf-posix.m4: New file.
13352         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
13353         REPLACE_VPRINTF.
13354         * lib/stdio_.h (vprintf): New declaration.
13355         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
13356         REPLACE_VPRINTF.
13357
13358 2007-03-08  Bruno Haible  <bruno@clisp.org>
13359
13360         * modules/fprintf-posix-tests: New file.
13361         * tests/test-fprintf-posix.sh: New file.
13362         * tests/test-fprintf-posix.c: New file.
13363
13364         * modules/fprintf-posix: New file.
13365         * lib/fprintf.c: New file.
13366         * m4/fprintf-posix.m4: New file.
13367         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
13368         REPLACE_FPRINTF.
13369         * lib/stdio_.h (fprintf): New declaration.
13370         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
13371         REPLACE_FPRINTF.
13372
13373 2007-03-08  Bruno Haible  <bruno@clisp.org>
13374
13375         * modules/vfprintf-posix-tests: New file.
13376         * tests/test-vfprintf-posix.sh: New file.
13377         * tests/test-vfprintf-posix.c: New file.
13378         * tests/test-fprintf-posix.h: New file.
13379         * tests/test-fprintf-posix.out: New file.
13380
13381         * modules/vfprintf-posix: New file.
13382         * lib/vfprintf.c: New file.
13383         * m4/vfprintf-posix.m4: New file.
13384         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
13385         REPLACE_VFPRINTF.
13386         * lib/stdio_.h (vfprintf): New declaration.
13387         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
13388         REPLACE_VFPRINTF.
13389
13390 2007-03-08  Bruno Haible  <bruno@clisp.org>
13391
13392         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
13393
13394 2007-03-08  Bruno Haible  <bruno@clisp.org>
13395
13396         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
13397         instead of 'expr' invocations.
13398         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13399         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13400         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13401         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13402         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13403         Suggested by Paul Eggert.
13404
13405 2007-03-08  Bruno Haible  <bruno@clisp.org>
13406
13407         * modules/fseterr-tests: New file.
13408         * tests/test-fseterr.c: New file.
13409
13410         * modules/fseterr: New file.
13411         * lib/fseterr.h: New file.
13412         * lib/fseterr.c: New file.
13413
13414 2007-03-08  Bruno Haible  <bruno@clisp.org>
13415
13416         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
13417         * lib/getopt_.h: Likewise.
13418         * lib/mbswidth.h: Likewise.
13419         * lib/setenv.h: Likewise.
13420         * lib/vasnprintf.h: Likewise.
13421         * lib/vasprintf.h: Likewise.
13422         * lib/verror.h: Likewise.
13423         * lib/xsetenv.h: Likewise.
13424         * lib/xvasprintf.h: Likewise.
13425
13426 2007-03-08  Jim Meyering  <jim@meyering.net>
13427
13428         * users.txt: Add parted.
13429
13430         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
13431
13432 2007-03-07  Bruno Haible  <bruno@clisp.org>
13433
13434         * m4/printf.m4: Make the shell script snippets copy&pastable.
13435
13436 2007-03-02  Bruno Haible  <bruno@clisp.org>
13437
13438         * lib/netinet_in_.h: New file.
13439         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
13440         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
13441         * modules/netinet_in (Files): Add lib/netinet_in_.h.
13442         (Depends-on): Add absolute-header.
13443         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
13444         into netinet/in.h.
13445
13446 2007-03-03  Bruno Haible  <bruno@clisp.org>
13447
13448         * lib/sys_select_.h: New file.
13449         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
13450         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
13451         * modules/sys_select (Files): Add lib/sys_select_.h.
13452         (Depends-on): Add absolute-header.
13453         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
13454         into sys/select.h.
13455
13456 2007-03-02  Bruno Haible  <bruno@clisp.org>
13457
13458         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
13459         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
13460         values.
13461         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
13462         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
13463         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
13464         * modules/sys_socket (Depends-on): Add absolute-header.
13465         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
13466         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
13467         (Include): Remove requirement of inclusion of <sys/types.h>.
13468
13469 2007-03-02  Bruno Haible  <bruno@clisp.org>
13470
13471         * lib/byteswap_.h (bswap_32): Fix formula.
13472
13473 2007-03-06  Bruno Haible  <bruno@clisp.org>
13474
13475         * modules/sprintf-posix-tests: New file.
13476         * tests/test-sprintf-posix.c: New file.
13477
13478         * modules/sprintf-posix: New file.
13479         * lib/sprintf.c: New file.
13480         * m4/sprintf-posix.m4: New file.
13481         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
13482         REPLACE_SPRINTF.
13483         * lib/stdio_.h (sprintf): New declaration.
13484         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
13485         REPLACE_SPRINTF.
13486
13487 2007-03-06  Bruno Haible  <bruno@clisp.org>
13488
13489         * modules/vsprintf-posix-tests: New file.
13490         * tests/test-vsprintf-posix.c: New file.
13491         * tests/test-sprintf-posix.h: New file.
13492
13493         * modules/vsprintf-posix: New file.
13494         * lib/vsprintf.c: New file.
13495         * m4/vsprintf-posix.m4: New file.
13496         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
13497         REPLACE_VSPRINTF.
13498         * lib/stdio_.h (vsprintf): New declaration.
13499         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
13500         REPLACE_VSPRINTF.
13501
13502 2007-03-06  Bruno Haible  <bruno@clisp.org>
13503
13504         * modules/vsnprintf (Depend-on): Remove minmax.
13505
13506 2007-03-06  Bruno Haible  <bruno@clisp.org>
13507
13508         * modules/snprintf-posix-tests: New file.
13509         * tests/test-snprintf-posix.c: New file.
13510
13511         * modules/snprintf-posix: New file.
13512         * m4/snprintf-posix.m4: New file.
13513         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
13514         gl_FUNC_SNPRINTF.
13515         (gl_FUNC_SNPRINTF): Invoke it.
13516         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
13517         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
13518         is set.
13519         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
13520
13521 2007-03-06  Bruno Haible  <bruno@clisp.org>
13522
13523         * modules/vsnprintf-posix-tests: New file.
13524         * tests/test-vsnprintf-posix.c: New file.
13525         * tests/test-snprintf-posix.h: New file.
13526
13527         * modules/vsnprintf-posix: New file.
13528         * m4/vsnprintf-posix.m4: New file.
13529         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
13530         gl_FUNC_VSNPRINTF.
13531         (gl_FUNC_VSNPRINTF): Invoke it.
13532         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
13533         * lib/stdio_.h (vsnprintf): Define as a replacement if
13534         REPLACE_VSNPRINTF is set.
13535         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
13536
13537 2007-03-06  Bruno Haible  <bruno@clisp.org>
13538
13539         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
13540         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
13541
13542 2007-03-06  Bruno Haible  <bruno@clisp.org>
13543
13544         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
13545         (asinl): Declare also if HAVE_DECL_ASINL is set.
13546         (atanl): Declare also if HAVE_DECL_ATANL is set.
13547         (ceill): Declare also if HAVE_DECL_CEILL is set.
13548         (cosl): Declare also if HAVE_DECL_COSL is set.
13549         (expl): Declare also if HAVE_DECL_EXPL is set.
13550         (floorl): Declare also if HAVE_DECL_FLOORL is set.
13551         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
13552         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
13553         (logl): Declare also if HAVE_DECL_LOGL is set.
13554         (sinl): Declare also if HAVE_DECL_SINL is set.
13555         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
13556         (tanl): Declare also if HAVE_DECL_TANL is set.
13557         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
13558         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
13559         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
13560         declaration of frexpl, ldexpl.
13561         * modules/printf-frexpl (Depends-on): Add math.
13562         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
13563
13564 2007-03-05  Bruno Haible  <bruno@clisp.org>
13565
13566         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
13567         frexpl and ldexpl are declared.
13568         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
13569
13570 2007-03-05  Bruno Haible  <bruno@clisp.org>
13571
13572         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
13573         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
13574
13575 2007-03-05  Bruno Haible  <bruno@clisp.org>
13576
13577         * lib/stdio_.h: Include <stddef.h>.
13578
13579 2007-03-05  Bruno Haible  <bruno@clisp.org>
13580
13581         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
13582
13583 2007-03-05  Bruno Haible  <bruno@clisp.org>
13584
13585         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
13586         NetBSD 4, from Ralf Wildenhues.
13587
13588 2007-03-04  Bruno Haible  <bruno@clisp.org>
13589
13590         * lib/vasprintf.h: Update #if logic for the case when the functions
13591         exist but are overridden.
13592
13593 2007-03-04  Bruno Haible  <bruno@clisp.org>
13594
13595         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
13596         implementations: glibc-2.4 and MacOS X 10.3.
13597         * tests/test-vasnprintf-posix.c (test_function): Test also the case
13598         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
13599         * tests/test-vasprintf-posix.c (test_function): Likewise.
13600
13601 2007-03-04  Bruno Haible  <bruno@clisp.org>
13602
13603         * modules/vasprintf-posix-tests: New file.
13604         * tests/test-vasprintf-posix.c: New file.
13605
13606         * modules/vasprintf-posix: New file.
13607         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
13608         defined.
13609         * m4/vasprintf-posix.m4: New file.
13610         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
13611         gl_FUNC_VASPRINTF.
13612         (gl_FUNC_VASPRINTF): Invoke it.
13613         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
13614         here.
13615         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
13616
13617 2007-03-04  Bruno Haible  <bruno@clisp.org>
13618
13619         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
13620         REPLACE_GETTIMEOFDAY.
13621         * modules/sys_time (Makefile.am): Likewise.
13622         * m4/sys_time_h.m4: Likewise.
13623         * m4/gettimeofday.m4: Likewise.
13624
13625 2007-03-04  Bruno Haible  <bruno@clisp.org>
13626
13627         * modules/vasnprintf-posix-tests: New file.
13628         * tests/test-vasnprintf-posix.c: New file.
13629
13630         * modules/vasnprintf-posix: New file.
13631         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
13632         printf-frexpl.h.
13633         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
13634         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
13635         REPLACE_VASNPRINTF is defined.
13636         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
13637         gl_FUNC_VASNPRINTF.
13638         (gl_FUNC_VASNPRINTF): Invoke it.
13639         * m4/vasnprintf-posix.m4: New file.
13640         * m4/printf.m4: New file.
13641
13642 2007-03-04  Bruno Haible  <bruno@clisp.org>
13643
13644         Compile progreloc.c only if --enable-relocatable is specified.
13645         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
13646         if --enable-relocatable was specified.
13647         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
13648         lib_SOURCES.
13649
13650 2007-03-04  Jim Meyering  <jim@meyering.net>
13651
13652         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
13653         Use it consistently, rather than enumerating errno constants.
13654
13655 2007-03-04  Bruno Haible  <bruno@clisp.org>
13656
13657         * modules/xvasprintf-tests: New file.
13658         * tests/test-xvasprintf.c: New file.
13659
13660         * modules/vasprintf-tests: New file.
13661         * tests/test-vasprintf.c: New file.
13662
13663         * modules/vasnprintf-tests: New file.
13664         * tests/test-vasnprintf.c: New file.
13665
13666         * modules/vsnprintf-tests: New file.
13667         * tests/test-vsnprintf.c: New file.
13668
13669         * modules/snprintf-tests: New file.
13670         * tests/test-snprintf.c: New file.
13671
13672 2007-03-04  Bruno Haible  <bruno@clisp.org>
13673
13674         Compile relocatable.c only if --enable-relocatable is specified.
13675         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
13676         gl_RELOCATABLE_LIBRARY.
13677         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
13678         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
13679         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
13680         gl_RELOCATABLE_LIBRARY.
13681         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
13682         (Makefile.am): Remove lib_SOURCES.
13683         * modules/relocatable-lib-lgpl (configure.ac): Invoke
13684         gl_RELOCATABLE_LIBRARY.
13685         (Makefile.am): Remove lib_SOURCES.
13686         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
13687         always.
13688         * modules/relocatable-prog-wrapper (configure.ac): Invoke
13689         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
13690
13691 2007-03-04  Bruno Haible  <bruno@clisp.org>
13692
13693         * modules/argmatch-tests: New file.
13694         * tests/test-argmatch.c: New file.
13695
13696         * tests/test-allocsa.c (main): Halve the number of loop runs.
13697
13698         * modules/alloca-opt-tests: New file.
13699         * tests/test-alloca-opt.c: New file.
13700
13701 2007-03-04  Jim Meyering  <jim@meyering.net>
13702
13703         Work around difference between Linux ACLs and Solaris 10 ZFS.
13704         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
13705         for EINVAL.
13706
13707 2007-03-03  Bruno Haible  <bruno@clisp.org>
13708
13709         * modules/relocatable-prog (Depends-on): Add back progreloc's
13710         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
13711
13712 2007-03-03  Bruno Haible  <bruno@clisp.org>
13713
13714         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
13715         * modules/relocatable-lib: New file.
13716
13717 2007-03-03  Bruno Haible  <bruno@clisp.org>
13718
13719         * modules/relocatable-prog: Renamed from modules/relocatable.
13720         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
13721
13722 2007-03-03  Bruno Haible  <bruno@clisp.org>
13723
13724         * modules/relocatable-script (Files): Add doc/relocatable.texi,
13725         m4/relocatable-lib.m4.
13726         (Depends-on): Remove 'relocatable'.
13727         (configure.ac): Add gl_RELOCATABLE_NOP.
13728
13729 2007-03-03  Bruno Haible  <bruno@clisp.org>
13730
13731         * modules/relocatable-prog-wrapper: New file.
13732         * modules/relocatable (Depends-on): Add it. Remove all other
13733         dependencies except progname.
13734         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
13735
13736         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
13737         (gl_FUNC_STRERROR): Nop.
13738         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
13739
13740         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
13741         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
13742
13743         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
13744         (gl_FUNC_READLINK): Update.
13745
13746         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
13747
13748 2007-03-03  Bruno Haible  <bruno@clisp.org>
13749
13750         * lib/xreadlink.c: Include <unistd.h> unconditionally.
13751         * modules/xreadlink (Depends-on): Add unistd.
13752         * modules/xreadlink-with-size (Depends-on): Likewise.
13753
13754 2007-03-03  Bruno Haible  <bruno@clisp.org>
13755
13756         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
13757         extracted from gt_FUNC_SETENV.
13758         (gt_FUNC_SETENV): Remove macro.
13759         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
13760         remove gt_FUNC_SETENV.
13761
13762 2007-03-03  Bruno Haible  <bruno@clisp.org>
13763
13764         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
13765         ENABLE_RELOCATABLE here.
13766         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
13767
13768 2007-03-03  Bruno Haible  <bruno@clisp.org>
13769
13770         * modules/rbtreehash-list-tests (Depends-on): Add progname.
13771         * tests/test-rbtreehash_list.c: Include progname.h.
13772         (main): Call set_program_name.
13773
13774         * modules/rbtree-oset-tests (Depends-on): Add progname.
13775         * tests/test-rbtree_oset.c: Include progname.h.
13776         (main): Call set_program_name.
13777
13778         * modules/rbtree-list-tests (Depends-on): Add progname.
13779         * tests/test-rbtree_list.c: Include progname.h.
13780         (main): Call set_program_name.
13781
13782         * modules/linked-list-tests (Depends-on): Add progname.
13783         * tests/test-linked_list.c: Include progname.h.
13784         (main): Call set_program_name.
13785
13786 2007-03-03  Bruno Haible  <bruno@clisp.org>
13787
13788         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
13789         All uses of __restrict changed to _Restrict_.
13790         * lib/glob_.h (__restrict): Remove macro.
13791
13792 2007-03-02  Bruno Haible  <bruno@clisp.org>
13793
13794         * modules/gettext (configure.ac): Require gettext infrastructure
13795         from version 0.16.1.
13796
13797 2007-03-02  Bruno Haible  <bruno@clisp.org>
13798
13799         * modules/linkedhash-list-tests (Depends-on): Add progname.
13800         * tests/test-linkedhash_list.c: Include progname.h.
13801         (main): Call set_program_name.
13802
13803         * modules/carray-list-tests (Depends-on): Add progname.
13804         * tests/test-carray_list.c: Include progname.h.
13805         (main): Call set_program_name.
13806
13807         * modules/avltreehash-list-tests (Depends-on): Add progname.
13808         * tests/test-avltreehash_list.c: Include progname.h.
13809         (main): Call set_program_name.
13810
13811         * modules/avltree-oset-tests (Depends-on): Add progname.
13812         * tests/test-avltree_oset.c: Include progname.h.
13813         (main): Call set_program_name.
13814
13815         * modules/avltree-list-tests (Depends-on): Add progname.
13816         * tests/test-avltree_list.c: Include progname.h.
13817         (main): Call set_program_name.
13818
13819         * modules/array-oset-tests (Depends-on): Add progname.
13820         * tests/test-array_oset.c: Include progname.h.
13821         (main): Call set_program_name.
13822
13823         * modules/array-list-tests (Depends-on): Add progname.
13824         * tests/test-array_list.c: Include progname.h.
13825         (main): Call set_program_name.
13826
13827         * modules/argp-tests (Depends-on): Add progname.
13828         * tests/test-argp.c: Include argp.h first. Include progname.h.
13829         (main): Call set_program_name.
13830
13831 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         * doc/gnulib-tool.texi (Initial import): Reword description of
13834         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
13835         limited effect even if defined after the first system include.
13836
13837 2007-03-01  Bruno Haible  <bruno@clisp.org>
13838
13839         * build-aux/config.libpath: Update to libtool-1.5.22.
13840         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13841
13842 2007-03-01  Bruno Haible  <bruno@clisp.org>
13843
13844         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
13845         foo_CFLAGS.
13846         Reported by Ralf Wildenhues.
13847
13848 2007-03-01  Bruno Haible  <bruno@clisp.org>
13849
13850         * build-aux/install-reloc: Remove object files left over by some
13851         compilers.
13852         Reported by Ralf Wildenhues.
13853
13854 2007-03-01  Bruno Haible  <bruno@clisp.org>
13855
13856         * build-aux/install-reloc: Break long lines.
13857
13858 2007-03-01  Bruno Haible  <bruno@clisp.org>
13859
13860         * doc/relocatable.texi: Document that it may not work on OpenBSD.
13861         Reported by Ralf Wildenhues.
13862
13863 2007-03-01  Bruno Haible  <bruno@clisp.org>
13864
13865         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
13866         include ordering constraints.
13867
13868 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
13871         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
13872         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
13873         as another example.
13874         * lib/time_.h: Fix misspelling.
13875         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13876         Require gl_HEADER_TIME_H_DEFAULTS.
13877         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
13878         * m4/time_r.m4 (gl_TIME_R): Likewise.
13879         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
13880
13881 2007-03-01  Bruno Haible  <bruno@clisp.org>
13882
13883         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
13884         * m4/utimens.m4 (gl_UTIMENS): Likewise.
13885
13886 2007-03-01  Jim Meyering  <jim@meyering.net>
13887
13888         * modules/xreadlink (Maintainer): Add my name.
13889         * modules/xreadlink-with-size (Depends-on): Alphabetize.
13890
13891 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
13892             Bruno Haible  <bruno@clisp.org>
13893
13894         * build-aux/install-reloc: Compile also c-ctype.c.
13895         * build-aux/relocatable.sh.in: New file.
13896         * doc/relocatable.texi: New file.
13897         * doc/relocatable-maint.texi: New file.
13898         * doc/gnulib.texi: Include relocatable-maint.texi.
13899         * lib/progreloc.c: Include unistd.h unconditionally.
13900         * lib/relocwrapper.c: Include unistd.h unconditionally.
13901         Include c-ctype.h.
13902         (add_dotbin): Use c_tolower.
13903         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
13904         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
13905         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
13906         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
13907         to m4/relocatable-lib.m4.
13908         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
13909         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
13910         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
13911         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
13912         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
13913         * modules/relocatable: New file.
13914         * modules/relocatable-lib: New file.
13915         * modules/relocatable-script: New file.
13916
13917 2007-02-28  Bruno Haible  <bruno@clisp.org>
13918
13919         Import --enable-relocatable infrastructure.
13920         * build-aux/config.libpath: New file, from GNU gettext.
13921         * build-aux/install-reloc: New file, from GNU gettext.
13922         * build-aux/reloc-ldflags: New file, from GNU gettext.
13923         * lib/relocatable.h: New file, from GNU gettext.
13924         * lib/relocatable.c: New file, from GNU gettext.
13925         * lib/relocwrapper.c: New file, from GNU gettext.
13926         * m4/relocatable.m4: New file, from GNU gettext.
13927
13928 2007-02-28  Bruno Haible  <bruno@clisp.org>
13929
13930         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
13931
13932         * modules/xreadlink: New file, from GNU gettext with modifications.
13933         * lib/xreadlink.c: New file, from GNU gettext.
13934         * lib/xreadlink.h: Add comments.
13935         (xreadlink): New declaration.
13936
13937         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
13938         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
13939         lib/xreadlink-with-size.c.
13940         (configure.ac): Remove gl_XREADLINK invocation.
13941         (Makefile.am): Augment lib_SOURCES.
13942         * m4/xreadlink.m4: Remove file.
13943         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
13944         (xreadlink_with_size): Renamed from xreadink.
13945         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
13946         * modules/canonicalize (Depends-on): Replace xreadlink with
13947         xreadlink-with-size.
13948         * lib/canonicalize.c (canonicalize_filename_mode): Update.
13949
13950 2007-02-25  Jim Meyering  <jim@meyering.net>
13951
13952         * build-aux/announce-gen: When complaining about excess arguments,
13953         list them.
13954
13955 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13956
13957         * README: Document signed integer overflow situation more
13958         accurately.
13959
13960 2007-02-25  Bruno Haible  <bruno@clisp.org>
13961
13962         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
13963         'a' or 'A' conversion.
13964
13965 2007-02-25  Bruno Haible  <bruno@clisp.org>
13966
13967         * modules/filename: Renamed from modules/pathname.
13968         (Files): Replace lib/pathname.h with lib/filename.h. Replace
13969         lib/concatpath.c with lib/concat-filename.c.
13970         (Makefile.am): Update.
13971         (Include): Replace pathname.h with filename.h.
13972         * lib/filename.h: Renamed from lib/pathname.h.
13973         (concatenated_filename): Renamed from concatenated_pathname.
13974         * lib/concat-filename.c: Renamed from lib/concatpath.c.
13975         (concatenated_filename): Renamed from concatenated_pathname.
13976         * lib/findprog.c: Include filename.h instead of pathname.h.
13977         (find_in_path): Update.
13978         * lib/javacomp.c: Include filename.h instead of pathname.h.
13979         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
13980         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
13981         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
13982         is_oldgcj_14_13_usable, is_javac_usable): Update.
13983         * lib/javaexec.c: Include filename.h instead of pathname.h.
13984         (execute_java_class): Update.
13985         * modules/findprog: Update.
13986         * modules/javacomp: Update.
13987         * modules/javaexec: Update.
13988         * MODULES.html.sh (File system functions): Add 'filename', remove
13989         'pathname'.
13990
13991 2007-02-25  Bruno Haible  <bruno@clisp.org>
13992
13993         * modules/printf-frexpl-tests: New file.
13994         * tests/test-printf-frexpl.c: New file.
13995
13996         * modules/printf-frexpl: New file.
13997         * lib/printf-frexpl.h: New file.
13998         * lib/printf-frexpl.c: New file.
13999         * m4/printf-frexpl.m4: New file.
14000
14001 2007-02-25  Bruno Haible  <bruno@clisp.org>
14002
14003         * modules/printf-frexp-tests: New file.
14004         * tests/test-printf-frexp.c: New file.
14005
14006         * modules/printf-frexp: New file.
14007         * lib/printf-frexp.h: New file.
14008         * lib/printf-frexp.c: New file.
14009         * m4/printf-frexp.m4: New file.
14010
14011 2007-02-25  Bruno Haible  <bruno@clisp.org>
14012
14013         Assume automake >= 1.10 for the tests.
14014         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
14015         * modules/arctwo-tests: Likewise.
14016         * modules/argp-tests: Likewise.
14017         * modules/avltree-list-tests: Likewise.
14018         * modules/avltree-oset-tests: Likewise.
14019         * modules/avltreehash-list-tests: Likewise.
14020         * modules/carray-list-tests: Likewise.
14021         * modules/crc-tests: Likewise.
14022         * modules/des-tests: Likewise.
14023         * modules/gc-arcfour-tests: Likewise.
14024         * modules/gc-arctwo-tests: Likewise.
14025         * modules/gc-des-tests: Likewise.
14026         * modules/gc-hmac-md5-tests: Likewise.
14027         * modules/gc-hmac-sha1-tests: Likewise.
14028         * modules/gc-md2-tests: Likewise.
14029         * modules/gc-md4-tests: Likewise.
14030         * modules/gc-md5-tests: Likewise.
14031         * modules/gc-pbkdf2-sha1-tests: Likewise.
14032         * modules/gc-rijndael-tests: Likewise.
14033         * modules/gc-sha1-tests: Likewise.
14034         * modules/gc-tests: Likewise.
14035         * modules/getaddrinfo-tests: Likewise.
14036         * modules/hmac-md5-tests: Likewise.
14037         * modules/hmac-sha1-tests: Likewise.
14038         * modules/linked-list-tests: Likewise.
14039         * modules/linkedhash-list-tests: Likewise.
14040         * modules/lock-tests: Likewise.
14041         * modules/md2-tests: Likewise.
14042         * modules/md4-tests: Likewise.
14043         * modules/md5-tests: Likewise.
14044         * modules/rbtree-list-tests: Likewise.
14045         * modules/rbtree-oset-tests: Likewise.
14046         * modules/rbtreehash-list-tests: Likewise.
14047         * modules/read-file-tests: Likewise.
14048         * modules/rijndael-tests: Likewise.
14049         * modules/stdint-tests: Likewise.
14050         * modules/tls-tests: Likewise.
14051
14052 2007-02-24  Bruno Haible  <bruno@clisp.org>
14053
14054         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
14055         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
14056         function; instead check whether isnan with a double argument links.
14057         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
14058         function; instead check whether isnan with a 'long double' argument
14059         links.
14060         Reported by Eric Blake <ebb9@byu.net>.
14061
14062 2007-02-24  Bruno Haible  <bruno@clisp.org>
14063
14064         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
14065         defined.
14066         * lib/isnanl.c: Remove all code. Just include isnan.c.
14067         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
14068
14069 2007-02-25  Jim Meyering  <jim@meyering.net>
14070
14071         Avoid conflicting types for 'unsetenv' on FreeBSD.
14072         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
14073         conflicting with FreeBSD's (5.0 and 6.1) function declaration
14074         in stdlib.h.
14075
14076 2007-02-24  Bruno Haible  <bruno@clisp.org>
14077
14078         * modules/isnanl-nolibm-tests: New file.
14079         * tests/test-isnanl.c: New file.
14080
14081         * modules/isnanl-nolibm: New file.
14082         * lib/isnanl.h: New file.
14083         * lib/isnanl.c: New file.
14084         * m4/isnanl.m4: New file.
14085
14086 2007-02-24  Bruno Haible  <bruno@clisp.org>
14087
14088         * modules/isnan-nolibm-tests: New file.
14089         * tests/test-isnan.c: New file.
14090
14091         * modules/isnan-nolibm: New file.
14092         * lib/isnan.h: New file.
14093         * lib/isnan.c: New file.
14094         * m4/isnan.m4: New file.
14095
14096 2007-02-24  Bruno Haible  <bruno@clisp.org>
14097
14098         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
14099         assume that an exponent fits in 20 bits.
14100
14101 2007-02-24  Jim Meyering  <jim@meyering.net>
14102
14103         * m4/regex.m4: Update the description of the configure-time option,
14104         --without-included-regex, to state accurately what the defaults are,
14105         and perhaps to give people an idea why using this option is risky.
14106
14107 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14108
14109         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
14110         loops on small arguments.  This attempts to avoid the problem
14111         Bruno Haible reported for AIX 4.3.2 in
14112         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
14113
14114 2007-02-23  Bruno Haible  <bruno@clisp.org>
14115
14116         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
14117         Needed for help2man.
14118
14119 2007-02-23  Karl Berry  <karl@gnu.org>
14120
14121         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
14122         exists, foo.h should be cvs-ignored, not committed.
14123
14124 2007-02-23  Eric Blake  <ebb9@byu.net>
14125
14126         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
14127         * lib/stat-time.h (includes): Likewise.
14128         * lib/utimecmp.c (includes): Likewise.
14129         * lib/utimens.h (includes): Likewise.
14130         * lib/getdate.y (includes): Also include "timespec.h" for use
14131         internal to the module.
14132         * modules/utimens (Depends-on): Revert yesterday's patch.
14133         * modules/nanosleep (Depends-on): Add missing dependency.
14134
14135 2007-02-22  Bruno Haible  <bruno@clisp.org>
14136
14137         * lib/glob.c: Don't include getlogin_r.h.
14138
14139 2007-02-22  Jim Meyering  <jim@meyering.net>
14140
14141         * modules/utimens (Depends-on): Add timespec, required for
14142         utimens.h's inclusion of timespec.h.
14143
14144 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
14145
14146         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
14147         long unreadable paths in GNU/Linux.  Problem reported by Andreas
14148         Schwab in
14149         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
14150         I'll try to think of a better way to fix the Solaris problem.
14151
14152         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
14153         like glibc; on Solaris 10, it fails with errno == EINVAL.
14154         POSIX says the behavior is unspecified if the first argument is NULL,
14155         so play it safe and never pass NULL to the system getcwd.
14156
14157 2007-02-21  Jim Meyering  <jim@meyering.net>
14158
14159         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
14160         of gettimeofday.  It would conflict with the one now always
14161         provided via sys_time_.h.  Reported by Matthew Woehlke, as
14162         an IRIX 6.5 build failure.
14163
14164 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
14165
14166         Minor fixups to port to Solaris 10 with Sun C 5.8.
14167         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
14168         * modules/getcwd (Depends-on): Add dirfd.
14169         * lib/putenv.c (putenv): #undef it.
14170         (rpl_putenv): New decl.
14171         (malloc, free): Include <stdlib.h> rather than prototyping separately.
14172
14173 2007-02-20  Bruno Haible  <bruno@clisp.org>
14174
14175         * modules/stdio-tests: New file.
14176         * tests/test-stdio.c: New file.
14177
14178         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
14179         (Depends-on): Add stdio.
14180         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14181         (Include): Use <stdio.h> instead of vsnprintf.h.
14182         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14183         HAVE_DECL_VSNPRINTF.
14184         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
14185
14186         * modules/snprintf (Files): Remove lib/snprintf.h.
14187         (Depends-on): Add stdio.
14188         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
14189         (Include): Use <stdio.h> instead of snprintf.h.
14190         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
14191         HAVE_DECL_SNPRINTF.
14192         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
14193         * lib/getaddrinfo.c: Likewise.
14194
14195         * modules/stdio: New file.
14196         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
14197         * lib/snprintf.h: Remove file.
14198         * lib/vsnprintf.h: Remove file.
14199         * lib/.cppi-disable: Remove snprintf.h.
14200         * m4/stdio_h.m4: New file.
14201         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
14202
14203 2007-02-20  Jim Meyering  <jim@meyering.net>
14204
14205         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
14206         used by e.g., mingw.  From Bruno Haible.
14207
14208 2007-02-19  Bruno Haible  <bruno@clisp.org>
14209
14210         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
14211         warnings.
14212         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14213
14214 2007-02-19  Bruno Haible  <bruno@clisp.org>
14215
14216         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
14217         from mingw users.
14218
14219 2007-02-19  Bruno Haible  <bruno@clisp.org>
14220
14221         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
14222         warnings.
14223         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
14224
14225 2007-02-19  Jim Meyering  <jim@meyering.net>
14226
14227         Don't use FD after a successful "fdopendir (fd)".
14228         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
14229         Reset it by calling dirfd on the just-obtained DIR*.
14230
14231         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
14232         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
14233
14234 2007-02-18  Bruno Haible  <bruno@clisp.org>
14235
14236         * lib/readlink.c: Include <unistd.h>.
14237         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
14238         HAVE_READLINK.
14239         * modules/readlink (Depends-on): Add unistd.
14240         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14241         (Include): Add <unistd.h>.
14242
14243         * lib/getlogin_r.h: Remove file.
14244         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
14245         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
14246         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
14247         HAVE_DECL_GETLOGIN_R.
14248         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
14249         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14250         (Include): Use <unistd.h> instead of getlogin_r.h.
14251
14252         * lib/getcwd.h: Remove file.
14253         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
14254         * lib/xgetcwd.c: Likewise.
14255         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
14256         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
14257         * modules/getcwd (Files): Remove lib/getcwd.h.
14258         (Depends-on): Add unistd.
14259         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14260         (Include): Use <unistd.h> instad of getcwd.h.
14261
14262         * lib/ftruncate.c: Include <unistd.h> first.
14263         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
14264         Set HAVE_FTRUNCATE.
14265         * modules/ftruncate (Depends-on): Add unistd.
14266         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14267
14268         * lib/fchdir.c: Include <unistd.h> first.
14269         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
14270         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
14271         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
14272         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14273         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
14274
14275         * lib/dup2.c: Include <unistd.h> first.
14276         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
14277         HAVE_DUP2.
14278         * modules/dup2 (Depends-on): Add unistd.
14279         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14280
14281         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
14282         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
14283         REPLACE_CHOWN. Don't define chown as a macro here.
14284         * modules/chown (Depends-on): Add unistd.
14285         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14286
14287         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
14288         Add definition for GL_LINK_WARNING.
14289         (chown, dup2): New declarations.
14290         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
14291         link warning.
14292         (ftruncate): New declaration.
14293         (getcwd): New declaration, taken from old getcwd.h.
14294         (getlogin_r): New declaration, taken from old getlogin_r.h.
14295         (readlink): New declaration.
14296         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
14297         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
14298         (gl_PREREQ_UNISTD): Remove macro.
14299         (gl_UNISTD_MODULE_INDICATOR): New macro.
14300         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
14301         many new variables. Don't set UNISTD_H.
14302         * modules/unistd (Description): Change.
14303         (Depends-on): Add link-warning.
14304         (configure.ac): Update.
14305         (Makefile.am): Create unistd.h always. Substitute many new variables
14306         into it.
14307
14308 2007-02-18  Bruno Haible  <bruno@clisp.org>
14309
14310         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
14311         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
14312         HAVE_GETSUBOPT.
14313         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
14314         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
14315         * lib/getsubopt.h: Remove file.
14316         * modules/getsubopt (Files): Remove lib/getsubopt.h.
14317         (Depends-on): Add stdlib.
14318         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14319         (Includes): Use <stdlib.h> instead of getsubopt.h.
14320         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
14321         Set HAVE_GETSUBOPT.
14322         * lib/getsubopt.c: Don't include getsubopt.h.
14323
14324 2007-02-18  Bruno Haible  <bruno@clisp.org>
14325
14326         * modules/fchdir (Depends-on): Add dup2.
14327
14328 2007-02-18  Bruno Haible  <bruno@clisp.org>
14329
14330         * lib/stdlib_.h: Handle glibc's special invocation convention
14331         specially.
14332
14333 2007-02-18  Bruno Haible  <bruno@clisp.org>
14334
14335         * modules/stdlib-tests: New file.
14336         * tests/test-stdlib.c: New file.
14337
14338         * modules/mkstemp (Files): Remove lib/mkstemp.h.
14339         (Depends-on): Add stdlib.
14340         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14341         (Includes): Use <stdlib.h> instead of mkstemp.h.
14342         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14343         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
14344         * lib/mkstemp.c: Don't include mkstemp.h.
14345         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
14346         * lib/stdlib--.h: Don't include mkstemp.h.
14347
14348         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
14349         (Depends-on): Add stdlib.
14350         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14351         (Includes): Use <stdlib.h> instead of mkdtemp.h.
14352         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
14353         HAVE_MKDTEMP.
14354         * lib/mkdtemp.c: Don't include mkdtemp.h.
14355         * lib/clean-temp.c: Don't include mkdtemp.h.
14356
14357         * modules/exit (Files): Remove lib/exit.h.
14358         (Depends-on): Add stdlib.
14359         (Makefile.am): Remove lib_SOURCES.
14360         (Include): Use <stdlib.h> instead of exit.h.
14361         * lib/argmatch.c: Don't include exit.h.
14362         * lib/execute.c: Likewise.
14363         * lib/pagealign_alloc.c: Likewise.
14364         * lib/pipe.c: Likewise.
14365         * lib/wait-process.c: Likewise.
14366         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
14367         * lib/exitfail.c: Likewise.
14368         * lib/savewd.c: Likewise.
14369         * lib/xsetenv.c: Likewise.
14370
14371         * modules/stdlib: New file.
14372         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
14373         and extra comments about mkstemp().
14374         * lib/exit.h: Remove file.
14375         * lib/mkdtemp.h: Remove file.
14376         * lib/mkstemp.h: Remove file.
14377         * m4/stdlib_h.m4: New file.
14378         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
14379
14380 2007-02-18  Bruno Haible  <bruno@clisp.org>
14381
14382         * modules/math-tests: New file.
14383         * tests/test-math.c: New file.
14384
14385         * modules/math: New file.
14386         * modules/mathl (Files): Remove lib/mathl.h.
14387         (Depends-on): Add math.
14388         (Makefile.am): Don't mention mathl.h.
14389         (Include): Use <math.h> instead of mathl.h.
14390         * lib/math_.h: New file.
14391         * lib/mathl.h: Remove file.
14392         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
14393         mathl.h.
14394         * lib/asinl.c: Likewise.
14395         * lib/atanl.c: Likewise.
14396         * lib/ceill.c: Likewise.
14397         * lib/cosl.c: Likewise.
14398         * lib/expl.c: Likewise.
14399         * lib/floorl.c: Likewise.
14400         * lib/frexpl.c: Likewise.
14401         * lib/ldexpl.c: Likewise.
14402         * lib/logl.c: Likewise.
14403         * lib/sincosl.c: Likewise.
14404         * lib/sinl.c: Likewise.
14405         * lib/sqrtl.c: Likewise.
14406         * lib/tanl.c: Likewise.
14407         * lib/trigl.c: Likewise.
14408         * m4/math_h.m4: New file.
14409         * MODULES.html.sh (Mathematics): Add math.
14410
14411 2007-02-17  Bruno Haible  <bruno@clisp.org>
14412
14413         * modules/wctype-tests: New file.
14414         * tests/test-wctype.c: New file.
14415
14416         * modules/wchar-tests: New file.
14417         * tests/test-wchar.c: New file.
14418
14419         * modules/unistd-tests: New file.
14420         * tests/test-unistd.c: New file.
14421
14422         * modules/time-tests: New file.
14423         * tests/test-time.c: New file.
14424
14425         * modules/sysexits-tests: New file.
14426         * tests/test-sysexits.c: New file.
14427
14428         * modules/sys_time-tests: New file.
14429         * tests/test-sys_time.c: New file.
14430
14431         * modules/sys_stat-tests: New file.
14432         * tests/test-sys_stat.c: New file.
14433
14434         * modules/sys_socket-tests: New file.
14435         * tests/test-sys_socket.c: New file.
14436
14437         * modules/sys_select-tests: New file.
14438         * tests/test-sys_select.c: New file.
14439
14440         * modules/string-tests: New file.
14441         * tests/test-string.c: New file.
14442
14443         * modules/stdbool-tests: New file.
14444         * tests/test-stdbool.c: New file.
14445
14446         * modules/netinet_in-tests: New file.
14447         * tests/test-netinet_in.c: New file.
14448
14449         * modules/inttypes-tests: New file.
14450         * tests/test-inttypes.c: New file.
14451
14452         * modules/fcntl-tests: New file.
14453         * tests/test-fcntl.c: New file.
14454
14455         * modules/byteswap-tests: New file.
14456         * tests/test-byteswap.c: New file.
14457
14458         * modules/arpa_inet-tests: New file.
14459         * tests/test-arpa_inet.c: New file.
14460
14461 2007-02-17  Bruno Haible  <bruno@clisp.org>
14462
14463         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
14464         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
14465         if the corresponding module is not enabled. Emit link warnings if
14466         the function is used nevertheless.
14467         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
14468         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
14469         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
14470         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
14471         * modules/inttypes (Depends-on): Add link-warning.
14472         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14473         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
14474         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
14475         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
14476         * modules/imaxdiv (configure.ac): Likewise.
14477         * modules/strtoimax (configure.ac): Likewise.
14478         * modules/strtoumax (configure.ac): Likewise.
14479
14480 2007-02-17  Bruno Haible  <bruno@clisp.org>
14481
14482         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
14483         gl_STRING_MODULE_INDICATOR_DEFAULTS.
14484         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
14485         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
14486
14487 2007-02-17  Bruno Haible  <bruno@clisp.org>
14488
14489         * modules/link-warning: New file.
14490         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
14491         * lib/string_.h (GL_LINK_WARNING): Remove definition.
14492         * modules/string (Depends-on): Add link-warning.
14493         (Makefile.am): Copy the contents of build-aux/link-warning.h into
14494         string.h.
14495         * MODULES.html.sh (Support for building libraries and executables): Add
14496         link-warning.
14497
14498 2007-02-17  Bruno Haible  <bruno@clisp.org>
14499
14500         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
14501         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
14502         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
14503         long lines.
14504
14505 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
14506             Bruno Haible  <bruno@clisp.org>
14507
14508         * modules/tmpfile: New file.
14509         * lib/tmpfile.c: New file.
14510         * m4/tmpfile.m4: New file.
14511         * MODULES.html.sh (func_all_modules): New section "Input/output".
14512
14513 2007-02-15  Bruno Haible  <bruno@clisp.org>
14514
14515         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
14516         (supports_delete_on_close): New function.
14517         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
14518
14519 2007-02-14  Bruno Haible  <bruno@clisp.org>
14520
14521         * modules/mbspcasecmp-tests: New file.
14522         * tests/test-mbspcasecmp.sh: New file.
14523         * tests/test-mbspcasecmp.c: New file.
14524
14525         New module mbspcasecmp.
14526         * modules/mbspcasecmp: New file.
14527         * lib/mbspcasecmp.c: New file.
14528         * lib/string_.h (strncasecmp): Change warning message.
14529         (mbspcasecmp): New declaration.
14530         * m4/mbspcasecmp.m4: New file.
14531         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14532         GNULIB_MBSPCASECMP.
14533         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
14534         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
14535
14536 2007-02-14  Bruno Haible  <bruno@clisp.org>
14537
14538         * modules/mbsncasecmp-tests: New file.
14539         * tests/test-mbsncasecmp.sh: New file.
14540         * tests/test-mbsncasecmp.c: New file.
14541
14542         New module mbsncasecmp.
14543         * modules/mbsncasecmp: New file.
14544         * lib/mbsncasecmp.c: New file.
14545         * lib/string_.h (mbsncasecmp): New declaration.
14546         * m4/mbsncasecmp.m4: New file.
14547         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14548         GNULIB_MBSNCASECMP.
14549         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
14550         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
14551
14552 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
14553
14554         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
14555         Verify that it doesn't overlap with our flags.
14556         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
14557         do not have the desired effect in multibyte locales; instead, use
14558         mbscasecmp.
14559         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
14560         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
14561         we don't require GNU fnmatch ourselves (if our users require it, they
14562         should do so explicitly).
14563
14564         Fix regex code so it doesn't rely on strcasecmp.
14565         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
14566         Otherwise, include gnulib's langinfo.h.
14567         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
14568         undesirable behavior in non-C locales.  Instead, rely on localecharset.
14569         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
14570         * modules/regex (FILES): Remove m4/codeset.m4.
14571         (Depends-on): Add localcharset.  Remove strcase.
14572
14573 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14574
14575         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
14576         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
14577
14578 2007-02-13  Bruno Haible  <bruno@clisp.org>
14579
14580         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
14581         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14582
14583 2007-02-12  Bruno Haible  <bruno@clisp.org>
14584
14585         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
14586         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
14587         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
14588         time warning rather than a link error.
14589
14590 2007-02-12  Bruno Haible  <bruno@clisp.org>
14591
14592         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
14593         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14594         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14595
14596 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14597
14598         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
14599         args, not 2.
14600
14601 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
14602
14603         New module 'time', so that apps can include <time.h> as per
14604         POSIX and GNU instead of separate include files like time_r.h
14605         and timegm.h.  This implementation tries out a simpler approach
14606         for replacing decls in standard include files (as compared to
14607         the string module), somewhat as an experiment.
14608
14609         * config/srclist.txt: Comment out mktime.c for now.
14610         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
14611         since it doesn't apply any more.  Use generic wording instead.
14612         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
14613         'time'.
14614         * lib/time_.h, m4/time_h.m4, modules/time: New files.
14615         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
14616         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
14617         Don't include <sys/types.h>; no longer needed since we assume C89.
14618         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
14619         * lib/strftime.c: Likewise.
14620         * lib/time_r.c: Likewise.
14621         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
14622         * lib/nanosleep.c: Include <time.h> first, to check interface.
14623         * lib/strptime.c: Likewise.
14624         * lib/time_r.c: Likewise.
14625         * lib/timegm.c: Likewise.
14626         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
14627         needed.
14628         * lib/timegm.c: Don't include timegm.h; no longer needed.
14629         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
14630         time.h now handles any problems in that area.
14631         (struct timespec, nanosleep): Remove; time.h now arranges for these.
14632         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
14633         that time.h defines struct timespec.
14634         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
14635         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
14636         handles that.
14637         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
14638         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
14639         needed.  Set REPLACE_LOCALTIME.
14640         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
14641         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
14642         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
14643         nanosleep; time_h.m4 now does that.  Don't require
14644         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
14645         module handles this now.
14646         * modules/getdate (Depends-on): Remove timespec.  Add time.
14647         * modules/nanosleep (Depends-on): Likewise.
14648         * modules/stat-time (Depends-on): Likewise.
14649         * modules/nanosleep (Include): Include time.h, not timespec.h.
14650         * modules/strptime (Files): Remove lib/strptime.h.
14651         (Depends-on): Add extensions, time.
14652         (Include): Include time.h, not strptime.h.
14653         * modules/time_r (Files): Remove lib/time_r.h.
14654         (Depends-on): Add time.
14655         (Include): Include time.h, not time_r.h.
14656         * modules/timegm: Likewise.
14657         * modules/timespec (Description): Now does timespec-related decls
14658         of our own, instead of struct timespec itself.
14659         (Depends-on): Add time; remove extensions.
14660         (Maintainer): Add self.
14661         * modules/utimecmp (Depends-on): Add time; remove timespec.
14662         * modules/utimens (Depends-on): Likewise.
14663         * modules/xnanosleep (Depends-on): Likewise.
14664
14665 2007-02-11  Bruno Haible  <bruno@clisp.org>
14666
14667         * lib/c-strstr.c: Include allocsa.h.
14668         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14669         * lib/c-strcasestr.c: Include allocsa.h.
14670         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14671         * lib/strcasestr.c: Include allocsa.h.
14672         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
14673         * lib/mbsstr.c: Include allocsa.h.
14674         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14675         allocsa/freesa instead of malloc/free.
14676         * lib/mbscasestr.c: Include allocsa.h.
14677         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
14678         allocsa/freesa instead of malloc/free.
14679         * modules/c-strstr (Depends-on): Add allocsa.
14680         * modules/c-strcasestr (Depends-on): Likewise.
14681         * modules/strcasestr (Depends-on): Likewise.
14682         * modules/mbsstr (Depends-on): Likewise.
14683         * modules/mbscasestr (Depends-on): Likewise.
14684
14685 2007-02-11  Bruno Haible  <bruno@clisp.org>
14686
14687         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
14688
14689         * modules/mbsspn-tests: New file.
14690         * tests/test-mbsspn.sh: New file.
14691         * tests/test-mbsspn.c: New file.
14692
14693 2007-02-11  Bruno Haible  <bruno@clisp.org>
14694
14695         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
14696
14697         * modules/mbspbrk-tests: New file.
14698         * tests/test-mbspbrk.sh: New file.
14699         * tests/test-mbspbrk.c: New file.
14700
14701 2007-02-11  Bruno Haible  <bruno@clisp.org>
14702
14703         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
14704         unneeded cast.
14705
14706         * modules/mbscspn-tests: New file.
14707         * tests/test-mbscspn.sh: New file.
14708         * tests/test-mbscspn.c: New file.
14709
14710 2007-02-11  Bruno Haible  <bruno@clisp.org>
14711
14712         * modules/mbscasecmp-tests: New file.
14713         * tests/test-mbscasecmp.sh: New file.
14714         * tests/test-mbscasecmp.c: New file.
14715
14716 2007-02-11  Bruno Haible  <bruno@clisp.org>
14717
14718         Ensure O(n) worst-case complexity of mbscasestr.
14719         * lib/mbscasestr.c: Include stdbool.h.
14720         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14721         functions.
14722         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
14723         the bookkeeping indicates that it's worth it.
14724         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
14725
14726         * modules/mbscasestr-tests: New file.
14727         * tests/test-mbscasestr1.c: New file.
14728         * tests/test-mbscasestr2.sh: New file.
14729         * tests/test-mbscasestr2.c: New file.
14730         * tests/test-mbscasestr3.sh: New file.
14731         * tests/test-mbscasestr3.c: New file.
14732         * tests/test-mbscasestr4.sh: New file.
14733         * tests/test-mbscasestr4.c: New file.
14734         * m4/locale-tr.m4: New file.
14735
14736 2007-02-11  Bruno Haible  <bruno@clisp.org>
14737
14738         Ensure O(n) worst-case complexity of mbsstr.
14739         * lib/mbsstr.c: Include stdbool.h.
14740         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
14741         functions.
14742         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
14743         bookkeeping indicates that it's worth it.
14744         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
14745
14746         * modules/mbsstr-tests: New file.
14747         * tests/test-mbsstr1.c: New file.
14748         * tests/test-mbsstr2.sh: New file.
14749         * tests/test-mbsstr2.c: New file.
14750         * tests/test-mbsstr3.sh: New file.
14751         * tests/test-mbsstr3.c: New file.
14752         * m4/locale-fr.m4: New file.
14753
14754 2007-02-11  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/mbsrchr.c (mbsrchr): Fix bug.
14757
14758         * modules/mbsrchr-tests: New file.
14759         * tests/test-mbsrchr.sh: New file.
14760         * tests/test-mbsrchr.c: New file.
14761
14762 2007-02-11  Bruno Haible  <bruno@clisp.org>
14763
14764         * lib/mbschr.c (mbschr): Fix bug.
14765
14766         * modules/mbschr-tests: New file.
14767         * tests/test-mbschr.sh: New file.
14768         * tests/test-mbschr.c: New file.
14769         * m4/locale-zh.m4: New file.
14770
14771 2007-02-11  Bruno Haible  <bruno@clisp.org>
14772
14773         Support for copying multibyte string iterators.
14774         * lib/mbiter.h: Include <string.h>.
14775         (mbiter_multi_copy): New function.
14776         (mbi_copy): New macro.
14777         * lib/mbuiter.h: Include <string.h>.
14778         (mbuiter_multi_copy): New function.
14779         (mbui_copy): New macro.
14780
14781 2007-02-11  Bruno Haible  <bruno@clisp.org>
14782
14783         New module mbslen.
14784         * modules/mbslen: New file.
14785         * lib/mbslen.c: New file.
14786         * lib/string_.h (mbslen): New declaration.
14787         * m4/mbslen.m4: New file.
14788         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14789         GNULIB_MBSLEN.
14790         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
14791         * MODULES.html.sh (Internationalization functions): Add mbslen.
14792
14793 2007-02-11  Bruno Haible  <bruno@clisp.org>
14794
14795         Ensure O(n) worst-case complexity of strcasestr substitute.
14796         * lib/strcasestr.c: Include stdbool.h.
14797         (knuth_morris_pratt): New function.
14798         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14799         bookkeeping indicates that it's worth it.
14800         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
14801
14802         * modules/strcasestr-tests: New file.
14803         * tests/test-strcasestr.c: New file.
14804
14805 2007-02-11  Bruno Haible  <bruno@clisp.org>
14806
14807         Ensure O(n) worst-case complexity of c_strcasestr.
14808         * lib/c-strcasestr.c: Include stdbool.h, string.h.
14809         (knuth_morris_pratt): New function.
14810         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
14811         the bookkeeping indicates that it's worth it.
14812         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
14813
14814         * modules/c-strcasestr-tests: New file.
14815         * tests/test-c-strcasestr.c: New file.
14816
14817 2007-02-11  Bruno Haible  <bruno@clisp.org>
14818
14819         Ensure O(n) worst-case complexity of c_strstr.
14820         * lib/c-strstr.c: Include stdbool.h, string.h.
14821         (knuth_morris_pratt): New function.
14822         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
14823         bookkeeping indicates that it's worth it.
14824         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
14825
14826         * lib/c-strstr.c: Complete rewrite for maintainability.
14827
14828         * modules/c-strstr-tests: New file.
14829         * tests/test-c-strstr.c: New file.
14830
14831 2007-02-11  Bruno Haible  <bruno@clisp.org>
14832
14833         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
14834         5.2.1 and earlier, whereby \055 was treated just like the range
14835         delimiter '-'.
14836         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14837
14838 2007-02-08  Bruno Haible  <bruno@clisp.org>
14839
14840         * modules/regex (Depends-on): Add stdbool.
14841         Reported by Dalibor Topic <robilad@kaffe.org>.
14842
14843 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
14844
14845         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
14846         Prefer returning from main to exiting from it.
14847         Remove unnecessary parens after sizeof.
14848
14849 2007-02-05  Bruno Haible  <bruno@clisp.org>
14850
14851         New module mbssep.
14852         * modules/mbssep: New file.
14853         * lib/mbssep.c: New file.
14854         * lib/string_.h (strsep): Add a conditional link warning.
14855         (mbssep): New declaration.
14856         * m4/mbssep.m4: New file.
14857         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14858         GNULIB_MBSSEP.
14859         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
14860         * MODULES.html.sh (Internationalization functions): Add mbssep.
14861
14862 2007-02-05  Bruno Haible  <bruno@clisp.org>
14863
14864         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
14865         Optimize search in case of 1 delimiter.
14866
14867 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14868
14869         * lib/acl.h: Include sys/types.h before sys/acl.h.
14870
14871 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
14872
14873         Merge upstream fix for glibc bugzilla #3957:
14874
14875         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
14876
14877         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
14878         bit for RE_HAT_LISTS_NOT_NEWLINE.
14879         (build_charclass_op): Remove bogus comment.
14880
14881 2007-02-05  Simon Josefsson  <simon@josefsson.org>
14882
14883         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
14884
14885 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
14886
14887         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
14888         * lib/memmem.c [!defined _LIBC]: Include config.h.
14889
14890 2007-02-04  Bruno Haible  <bruno@clisp.org>
14891
14892         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
14893         warning message.
14894
14895 2007-02-04  Bruno Haible  <bruno@clisp.org>
14896
14897         New module mbstok_r.
14898         * modules/mbstok_r: New file.
14899         * lib/mbstok_r.c: New file.
14900         * lib/string_.h (strtok_r): Change argument names to match the
14901         comments. Add a conditional link warning.
14902         (mbstok_r): New declaration.
14903         * m4/mbstok_r.m4: New file.
14904         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14905         GNULIB_MBSTOK_R.
14906         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
14907         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
14908
14909 2007-02-04  Bruno Haible  <bruno@clisp.org>
14910
14911         New module mbsspn.
14912         * modules/mbsspn: New file.
14913         * lib/mbsspn.c: New file.
14914         * lib/string_.h (strspn): Add a conditional link warning.
14915         (mbsspn): New declaration.
14916         * m4/mbsspn.m4: New file.
14917         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14918         GNULIB_MBSSPN.
14919         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
14920         * MODULES.html.sh (Internationalization functions): Add mbsspn.
14921
14922 2007-02-04  Bruno Haible  <bruno@clisp.org>
14923
14924         New module mbspbrk.
14925         * modules/mbspbrk: New file.
14926         * lib/mbspbrk.c: New file.
14927         * lib/string_.h (strpbrk): Add a conditional link warning.
14928         (mbspbrk): New declaration.
14929         * m4/mbspbrk.m4: New file.
14930         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14931         GNULIB_MBSPBRK.
14932         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
14933         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
14934
14935 2007-02-04  Bruno Haible  <bruno@clisp.org>
14936
14937         New module mbscspn.
14938         * modules/mbscspn: New file.
14939         * lib/mbscspn.c: New file.
14940         * lib/string_.h (strcspn): Add a conditional link warning.
14941         (mbscspn): New declaration.
14942         * m4/mbscspn.m4: New file.
14943         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14944         GNULIB_MBSCSPN.
14945         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
14946         * MODULES.html.sh (Internationalization functions): Add mbscspn.
14947
14948 2007-02-04  Bruno Haible  <bruno@clisp.org>
14949
14950         New module mbscasestr, reduced goal of strcasestr.
14951         * modules/mbscasestr: New file.
14952         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
14953         (mbscasestr): Renamed from strcasestr.
14954         * lib/strcasestr.c: Don't include mbuiter.h.
14955         (strcasestr): Remove support for multibyte locales.
14956         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
14957         Change the conditional link warning.
14958         (mbscasestr): New declaration.
14959         * m4/mbscasestr.m4: New file.
14960         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
14961         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
14962         REPLACE_STRCASESTR.
14963         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
14964         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14965         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14966         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
14967         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
14968         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
14969         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
14970         (Depends-on): Remove mbuiter.
14971         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
14972
14973 2007-02-04  Bruno Haible  <bruno@clisp.org>
14974
14975         Simplify handling of strncasecmp.
14976         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
14977         the conditional link warning.
14978         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14979         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
14980         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
14981         * modules/strcase (configure.ac): Don't invoke
14982         gl_STRING_MODULE_INDICATOR.
14983         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
14984
14985 2007-02-04  Bruno Haible  <bruno@clisp.org>
14986
14987         New module mbscasecmp, reduced goal of strcasecmp.
14988         * modules/mbscasecmp: New file.
14989         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
14990         (mbscasecmp): Renamed from strcasecmp.
14991         * lib/strcasecmp.c: Don't include mbuiter.h.
14992         (strcasecmp): Remove support for multibyte locales.
14993         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
14994         Change the conditional link warning.
14995         (mbscasecmp): New declaration.
14996         * m4/mbscasecmp.m4: New file.
14997         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
14998         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
14999         REPLACE_STRCASECMP.
15000         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
15001         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15002         GNULIB_MBSCASECMP.
15003         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
15004         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
15005         * modules/strcase (Files): Remove m4/mbrtowc.m4.
15006         (Depends-on): Remove mbuiter.
15007         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
15008
15009 2007-02-04  Bruno Haible  <bruno@clisp.org>
15010
15011         New module mbsstr. Remove module strstr.
15012         * modules/mbsstr: New file.
15013         * modules/strstr: Remove file.
15014         * lib/mbsstr.c: Renamed from lib/strstr.c.
15015         (mbsstr): Renamed from strstr.
15016         * lib/string_.h (strstr): Remove declaration. Change the conditional
15017         link warning.
15018         (mbsstr): New declaration.
15019         * m4/mbsstr.m4: New file.
15020         * m4/strstr.m4: Remove file.
15021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
15022         REPLACE_STRSTR.
15023         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
15024         Don't initialize GNULIB_STRSTR.
15025         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
15026         substitute GNULIB_STRSTR and REPLACE_STRSTR.
15027         * MODULES.html.sh (Internationalization functions): Add mbsstr.
15028         (Support for systems lacking ANSI C 89): Remove strstr.
15029
15030 2007-02-04  Bruno Haible  <bruno@clisp.org>
15031
15032         New module mbsrchr.
15033         * modules/mbsrchr: New file.
15034         * lib/mbsrchr.c: New file.
15035         * lib/string_.h (strrchr): Add a conditional link warning.
15036         (mbsrchr): New declaration.
15037         * m4/mbsrchr.m4: New file.
15038         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15039         GNULIB_MBSRCHR.
15040         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
15041         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
15042
15043 2007-02-04  Bruno Haible  <bruno@clisp.org>
15044
15045         New module mbschr.
15046         * modules/mbschr: New file.
15047         * lib/mbschr.c: New file.
15048         * lib/string_.h (strchr): Add a conditional link warning.
15049         (mbschr): New declaration.
15050         * m4/mbschr.m4: New file.
15051         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15052         GNULIB_MBSCHR.
15053         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
15054         * MODULES.html.sh (Internationalization functions): Add mbschr.
15055
15056 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15057
15058         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
15059
15060         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
15061
15062 2007-02-04  Bruno Haible  <bruno@clisp.org>
15063
15064         New module description section 'configure.ac-early'.
15065         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
15066         (func_get_autoconf_early_snippet): New function.
15067         (func_import, func_create_testdir): Use it. Remove special cases for
15068         modules 'extensions' and 'lock'.
15069         * modules/extensions (configure.ac-early): Require
15070         gl_USE_SYSTEM_EXTENSIONS.
15071         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
15072
15073 2007-02-04  Bruno Haible  <bruno@clisp.org>
15074
15075         Make use of gcj-4.3's -fsource and -ftarget option.
15076         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
15077         and if so try the options -fsource and -ftarget.
15078         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
15079         source_version, ftarget_option, target_version arguments.
15080         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
15081         (is_envjavac_oldgcj_14_14_usable): Renamed from
15082         is_envjavac_gcj_14_14_usable.
15083         (is_envjavac_oldgcj_14_13_usable): Renamed from
15084         is_envjavac_gcj_14_13_usable.
15085         (is_gcj_present): Update.
15086         (is_gcj_43, is_gcj43_usable): New functions.
15087         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
15088         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
15089         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
15090         try the options -fsource and -ftarget.
15091
15092 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15093
15094         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
15095         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
15096         larger value.
15097
15098 2007-02-03  Jim Meyering  <jim@meyering.net>
15099
15100         Give tools a better chance to allocate space for very large buffers.
15101         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
15102
15103         Make pwd and readlink work also when run with an unreadable parent dir
15104         on systems with openat support.
15105         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
15106         provided getcwd function, even when we have openat support.
15107         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
15108
15109 2007-02-02  Bruno Haible  <bruno@clisp.org>
15110
15111         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
15112         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
15113         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
15114         portability problems if one of these functions is only used on specific
15115         platforms.
15116         Reported by Paul Eggert.
15117
15118 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
15121         is causing more trouble than it's curing.
15122         * lib/regex_internal.h (__mempcpy): Remove.
15123         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
15124         (and make the code a tad smaller to boot).
15125         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
15126
15127 2007-02-02  Jim Meyering  <jim@meyering.net>
15128
15129         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
15130         section, not in the Makefile.am: one.
15131
15132 2007-02-02  Eric Blake  <ebb9@byu.net>
15133
15134         * lib/strchrnul.c: Always include config.h first.
15135
15136         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
15137         gnulib strstr is not necessary here.
15138
15139 2007-02-02  Simon Josefsson  <simon@josefsson.org>
15140
15141         * m4/socklen.m4: Fix typo.
15142
15143 2007-02-02  Eric Blake  <ebb9@byu.net>
15144
15145         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
15146         * modules/netinet_in (Makefile.am): Likewise.
15147
15148 2007-02-01  Bruno Haible  <bruno@clisp.org>
15149
15150         * lib/string_.h (GL_LINK_WARNING): New macro.
15151         (strcasecmp, strstr, strcasestr): If provided by the system,
15152         conditionally define as a macro that leads to a warning instead of to
15153         an error.
15154         (strncasecmp): Conditionally define as a macro that leads to a warning.
15155
15156 2007-02-01  Karl Berry  <karl@gnu.org>
15157
15158         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
15159
15160 2007-02-01  Bruno Haible  <bruno@clisp.org>
15161
15162         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
15163         renamings.
15164
15165 2007-02-01  Eric Blake  <ebb9@byu.net>
15166
15167         * modules/regex (Depends-on): Revert dependence on mempcpy.
15168         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
15169         module's definition of mempcpy.
15170         Reported by Paul Eggert.
15171
15172 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15173
15174         * lib/string_.h: If the gnulib module XYZ is not present, undefine
15175         the symbol XYZ before redefining it.  This fixes a problem with
15176         programs that don't use XYZ, when compiled on systems that define
15177         XYZ to something else.
15178
15179 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
15180
15181         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
15182         occurs when "mkdir -m foo" creates a setgid directory that is (1)
15183         writeable to group or other and (2) is intended to have a special
15184         mode bit that is set or cleared.  In such a case, the directory
15185         should be neither group- nor other-writeable until the special
15186         mode bits are right.
15187
15188 2007-01-31  Eric Blake  <ebb9@byu.net>
15189
15190         * modules/mountlist (Depends-on): Add strstr.
15191
15192         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
15193         bug.
15194         * modules/string (Makefile.am): Remove redundant replacement.
15195         * modules/regex (Depends-on): Add mempcpy.
15196
15197 2007-01-31  Bruno Haible  <bruno@clisp.org>
15198
15199         New module description field 'Link'.
15200         * gnulib-tool (func_usage): Document --extract-link-directive.
15201         (sed_extract_prog): Recognize 'Link' directive.
15202         (func_get_link_directive): New function.
15203         (func_import): Show summary of link directives.
15204         Handle --extract-link-directive option.
15205         * modules/acl (Link): New section.
15206         * modules/clock-time (Link): New section.
15207         * modules/euidaccess (Link): New section.
15208         * modules/gettext (Link): New section.
15209         * modules/iconv (Link): New section.
15210         * modules/lock (Link): New section.
15211         * modules/nanosleep (Link): New section.
15212         * modules/readline (Link): New section.
15213
15214 2007-01-27  Bruno Haible  <bruno@clisp.org>
15215
15216         Enforce the use of gnulib modules for unportable <string.h> functions.
15217         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
15218         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
15219         (gl_HEADER_STRING_H_BODY): Require it.
15220         * lib/string_.h: If the gnulib module XYZ is not present, redefine
15221         the symbol XYZ to one that gives a link error.
15222         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
15223         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
15224         * modules/mempcpy (configure.ac): Likewise.
15225         * modules/memrchr (configure.ac): Likewise.
15226         * modules/stpcpy (configure.ac): Likewise.
15227         * modules/stpncpy (configure.ac): Likewise.
15228         * modules/strcase (configure.ac): Likewise.
15229         * modules/strcasestr (configure.ac): Likewise.
15230         * modules/strchrnul (configure.ac): Likewise.
15231         * modules/strdup (configure.ac): Likewise.
15232         * modules/strndup (configure.ac): Likewise.
15233         * modules/strnlen (configure.ac): Likewise.
15234         * modules/strpbrk (configure.ac): Likewise.
15235         * modules/strsep (configure.ac): Likewise.
15236         * modules/strstr (configure.ac): Likewise.
15237         * modules/strtok_r (configure.ac): Likewise.
15238
15239 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
15240
15241         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
15242
15243 2007-01-30  Jim Meyering  <jim@meyering.net>
15244
15245         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
15246
15247 2007-01-29  Bruno Haible  <bruno@clisp.org>
15248
15249         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
15250         * lib/execute.c: Likewise.
15251         * lib/pipe.c: Likewise.
15252         * lib/printf-args.h: Likewise.
15253         * lib/printf-args.c: Likewise.
15254         * lib/printf-parse.c: Likewise.
15255         * lib/vasnprintf.c: Likewise.
15256
15257 2007-01-29  Eric Blake  <ebb9@byu.net>
15258
15259         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
15260         declaration.
15261
15262 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
15263
15264         * lib/strptime.h (strptime): Use 'restrict' for args where
15265         POSIX requires this.
15266         * lib/strptime.c (strptime): Likewise.
15267         Change license notice from LGPL to GPL, since gnulib-tool will
15268         change this as needed.
15269         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
15270         defined.
15271         Include "strptime.h" first, to check interface.
15272         Do not #undef _LIBC and _NL_CURRENT.
15273         Do not include <stdlib.h>; no longer needed.
15274         Include "time_r.h" and declare ptime_locale_status
15275         only if _LIBC is not defined.
15276         (__P): Remove unused macro.
15277         (match_string): Bring back glibc version, but use it only if _LIBC
15278         is defined.
15279         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
15280         Remove unnecessary assertion and abort() call.
15281         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
15282         * m4/strptime.m4: Fix serial number comment.
15283         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
15284         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
15285         (Depends-on): Add time_r.
15286
15287 2007-01-29  Bruno Haible  <bruno@clisp.org>
15288
15289         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15290         strptime.
15291         * modules/strptime (Depends-on): Add stdbool.
15292         * lib/strptime.h: Include <time.h> always. Add comments.
15293
15294 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15295
15296         * modules/strptime: New file.
15297         * lib/strptime.h: New file.
15298         * lib/strptime.c: New file.
15299         * m4/strptime.m4: New file.
15300
15301 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15302
15303         * MODULES.html.sh: New module mpsort.
15304         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
15305
15306         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
15307         a circularity problem with HP-UX ia64 reported by Bob Proulx in
15308         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
15309         All uses changed.
15310         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
15311         All uses changed.
15312         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
15313         to _Restrict_.
15314         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
15315         the parameter matches the prototype.
15316
15317 2007-01-28  Jim Meyering  <jim@meyering.net>
15318
15319         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
15320         sys/time.h here, reverting that part of the previous patch:
15321         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
15322
15323 2007-01-28  Bruno Haible  <bruno@clisp.org>
15324
15325         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
15326         value of $(SYS_TIME_H).
15327         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
15328         remove it conditionally, too. [added by Jim Meyering]
15329         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
15330         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15331         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
15332         GETTIMEOFDAY_REPLACEMENT to 1.
15333
15334 2007-01-28  Bruno Haible  <bruno@clisp.org>
15335
15336         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
15337         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
15338         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
15339         Set UNISTD_H instead of UNISTD_H2.
15340         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
15341
15342 2007-01-28  Bruno Haible  <bruno@clisp.org>
15343
15344         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
15345         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
15346
15347 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15348
15349         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
15350         (func_create_testdir): Ensure C locale for `grep' and `tr'
15351         character ranges.
15352         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
15353         ACLOCAL_AMFLAGS parsing state machine.
15354
15355 2007-01-27  Bruno Haible  <bruno@clisp.org>
15356
15357         * modules/unistr/base: Update.
15358
15359 2007-01-27  Bruno Haible  <bruno@clisp.org>
15360
15361         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
15362         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
15363         * modules/unistr/u32-mbtouc-unsafe: Renamed from
15364         modules/unistr/u32-mbtouc.
15365         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
15366         * lib/unistr.h: Update.
15367         * lib/linebreak.c: Update.
15368         * modules/unistr/u32-mbtouc: Renamed from
15369         modules/unistr/u32-mbtouc-safe.
15370         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
15371         * lib/unistr.h: Update.
15372         * lib/unistr/u32-to-u8.c: Update.
15373         * lib/unistr/u32-to-u16.c: Update.
15374
15375 2007-01-27  Bruno Haible  <bruno@clisp.org>
15376
15377         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
15378         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
15379         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
15380         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
15381         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
15382         * modules/unistr/u16-mbtouc-unsafe: Renamed from
15383         modules/unistr/u16-mbtouc.
15384         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
15385         * lib/unistr.h: Update.
15386         * lib/linebreak.c: Update.
15387         * modules/linebreak: Update.
15388         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
15389         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
15390         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
15391         * modules/unistr/u16-mbtouc: Renamed from
15392         modules/unistr/u16-mbtouc-safe.
15393         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
15394         * lib/unistr.h: Update.
15395         * lib/unistr/u16-to-u8.c: Update.
15396         * modules/unistr/u16-to-u8: Update.
15397         * lib/unistr/u16-to-u32.c: Update.
15398         * modules/unistr/u16-to-u32: Update.
15399
15400 2007-01-27  Bruno Haible  <bruno@clisp.org>
15401
15402         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
15403         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
15404         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
15405         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
15406         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
15407         * modules/unistr/u8-mbtouc-unsafe: Renamed from
15408         modules/unistr/u8-mbtouc.
15409         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
15410         * lib/unistr.h: Update.
15411         * lib/striconveh.c: Update.
15412         * modules/striconveh: Update.
15413         * lib/linebreak.c: Update.
15414         * modules/linebreak: Update.
15415         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
15416         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
15417         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
15418         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
15419         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
15420         * lib/unistr.h: Update.
15421         * lib/striconveh.c: Update.
15422         * modules/striconveh: Update.
15423         * lib/unistr/u8-to-u16.c: Update.
15424         * modules/unistr/u8-to-u16: Update.
15425         * lib/unistr/u8-to-u32.c: Update.
15426         * modules/unistr/u8-to-u32: Update.
15427
15428 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15429
15430         Sync from Libtool.
15431         * lib/argz.c: Do not include strings.h nor memory.h, include
15432         string.h unconditionally.  Patch by Simon Josefsson.
15433
15434 2007-01-27  Bruno Haible  <bruno@clisp.org>
15435
15436         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
15437         from gl_HEADER_STRING_H_BODY.
15438         (gl_HEADER_STRING_H_BODY): Require it.
15439         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
15440         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
15441         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
15442         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
15443         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15444         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
15445         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
15446         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
15447         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
15448         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
15449         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
15450         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
15451         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
15452         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
15453         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15454
15455 2007-01-27  Bruno Haible  <bruno@clisp.org>
15456
15457         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
15458         check_PROGRAMS into noinst_PROGRAMS.
15459         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
15460         check_PROGRAMS in this case.
15461         (func_import): Set for_test to false.
15462         (func_create_testdir): Set for_test to true.
15463
15464 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15465             Bruno Haible  <bruno@clisp.org>
15466
15467         * modules/strcasestr (Files): Remove lib/strcasestr.h.
15468         (Depends-on): Add string.
15469         (Includes): Use <string.h> instead of strcasestr.h.
15470         * modules/string (Makefile.am): Also substitute the value of
15471         REPLACE_STRCASESTR.
15472         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
15473         assume strcasestr is declared in <string.h> not <strings.h>. Also
15474         set REPLACE_STRCASESTR.
15475         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
15476         REPLACE_STRCASESTR.
15477         * lib/strcasestr.h: Remove file.
15478         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
15479         * lib/string_.h (strcasestr): New declaration.
15480
15481 2007-01-27  Bruno Haible  <bruno@clisp.org>
15482
15483         * lib/string_.h: Use 'extern'.
15484
15485 2007-01-27  Jim Meyering  <jim@meyering.net>
15486
15487         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
15488         of set-but-not-used local, "q".
15489
15490         * lib/mempcpy.c: Include <config.h> before <string.h>.
15491         This fixes a compilation error on HP-UX, due to the system's
15492         "restrict"-using mempcpy prototype.
15493
15494 2007-01-26  Bruno Haible  <bruno@clisp.org>
15495
15496         Small optimization.
15497         * lib/javacomp.c: Include c-strstr.h.
15498          (is_envjavac_gcj): Use c_strstr instead of strstr.
15499         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
15500
15501 2007-01-26  Bruno Haible  <bruno@clisp.org>
15502
15503         * MODULES.html.sh (Unicode string functions): Add the new modules.
15504
15505         * modules/uniconv/u32-strconv-to-locale: New file.
15506         * lib/uniconv/u32-strconv-to-locale.c: New file.
15507
15508         * modules/uniconv/u16-strconv-to-locale: New file.
15509         * lib/uniconv/u16-strconv-to-locale.c: New file.
15510
15511         * modules/uniconv/u8-strconv-to-locale: New file.
15512         * lib/uniconv/u8-strconv-to-locale.c: New file.
15513
15514         * modules/uniconv/u32-strconv-from-locale: New file.
15515         * lib/uniconv/u32-strconv-from-locale.c: New file.
15516
15517         * modules/uniconv/u16-strconv-from-locale: New file.
15518         * lib/uniconv/u16-strconv-from-locale.c: New file.
15519
15520         * modules/uniconv/u8-strconv-from-locale: New file.
15521         * lib/uniconv/u8-strconv-from-locale.c: New file.
15522
15523         * modules/uniconv/u32-strconv-to-enc: New file.
15524         * lib/uniconv/u32-strconv-to-enc.c: New file.
15525         * modules/uniconv/u32-strconv-to-enc-tests: New file.
15526         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
15527
15528         * modules/uniconv/u16-strconv-to-enc: New file.
15529         * lib/uniconv/u16-strconv-to-enc.c: New file.
15530         * lib/uniconv/u-strconv-to-enc.h: New file.
15531         * modules/uniconv/u16-strconv-to-enc-tests: New file.
15532         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
15533
15534         * modules/uniconv/u8-strconv-to-enc: New file.
15535         * lib/uniconv/u8-strconv-to-enc.c: New file.
15536         * modules/uniconv/u8-strconv-to-enc-tests: New file.
15537         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
15538
15539         * modules/uniconv/u32-strconv-from-enc: New file.
15540         * lib/uniconv/u32-strconv-from-enc.c: New file.
15541         * modules/uniconv/u32-strconv-from-enc-tests: New file.
15542         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
15543
15544         * modules/uniconv/u16-strconv-from-enc: New file.
15545         * lib/uniconv/u16-strconv-from-enc.c: New file.
15546         * modules/uniconv/u16-strconv-from-enc-tests: New file.
15547         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
15548
15549         * modules/uniconv/u8-strconv-from-enc: New file.
15550         * lib/uniconv/u8-strconv-from-enc.c: New file.
15551         * lib/uniconv/u-strconv-from-enc.h: New file.
15552         * modules/uniconv/u8-strconv-from-enc-tests: New file.
15553         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
15554
15555         * modules/uniconv/u32-conv-from-enc: New file.
15556         * lib/uniconv/u32-conv-from-enc.c: New file.
15557         * modules/uniconv/u32-conv-from-enc-tests: New file.
15558         * tests/uniconv/test-u32-conv-from-enc.c: New file.
15559
15560         * modules/uniconv/u16-conv-from-enc: New file.
15561         * lib/uniconv/u16-conv-from-enc.c: New file.
15562         * lib/uniconv/u-conv-from-enc.h: New file.
15563         * modules/uniconv/u16-conv-from-enc-tests: New file.
15564         * tests/uniconv/test-u16-conv-from-enc.c: New file.
15565
15566         * modules/uniconv/u8-conv-from-enc: New file.
15567         * lib/uniconv/u8-conv-from-enc.c: New file.
15568         * modules/uniconv/u8-conv-from-enc-tests: New file.
15569         * tests/uniconv/test-u8-conv-from-enc.c: New file.
15570
15571         * modules/uniconv/base: New file.
15572         * lib/uniconv.h: New file.
15573
15574 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * doc/gnulib-tool.texi (Initial import): Update to match current
15577         behavior with strdup module.
15578         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
15579         * lib/memmem.h: Remove; all uses removed.  This is now done
15580         by <string.h>.
15581         * lib/mempcpy.h: Likewise.
15582         * lib/memrchr.h: Likewise.
15583         * lib/stpcpy.h: Likewise.
15584         * lib/stpncpy.h: Likewise.
15585         * lib/strcase.h: Likewise.
15586         * lib/strchrnul.h: Likewise.
15587         * lib/strdup.h: Likewise.
15588         * lib/strndup.h: Likewise.
15589         * lib/strnlen.h: Likewise.
15590         * lib/strpbrk.h: Likewise.
15591         * lib/strsep.h: Likewise.
15592         * lib/strstr.h: Likewise.
15593         * lib/strtok_r.h: Likewise.
15594         * lib/string_.h: New file.
15595         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
15596         Rely on <string.h> instead.
15597         * lib/canon-host.c: Likewise.
15598         * lib/chdir-long.c: Likewise.
15599         * lib/concatpath.c: Likewise.
15600         * lib/exclude.c: Likewise.
15601         * lib/fchdir.c: Likewise.
15602         * lib/getaddrinfo.c: Likewise.
15603         * lib/getcwd.c: Likewise.
15604         * lib/getsubopt.c: Likewise.
15605         * lib/glob.c: Likewise.
15606         * lib/hard-locale.c: Likewise.
15607         * lib/iconvme.c: Likewise.
15608         * lib/javacomp.c: Likewise.
15609         * lib/mempcpy.c: Likewise.
15610         * lib/memrchr.c: Likewise.
15611         * lib/regex_internal.h: Likewise.
15612         * lib/stpncpy.c: Likewise.
15613         * lib/strcasecmp.c: Likewise.
15614         * lib/strchrnul.c: Likewise.
15615         * lib/strdup.c: Likewise.
15616         * lib/striconv.c: Likewise.
15617         * lib/striconveh.c: Likewise.
15618         * lib/striconveha.c: Likewise.
15619         * lib/strncasecmp.c: Likewise.
15620         * lib/strndup.c: Likewise.
15621         * lib/strnlen.c: Likewise.
15622         * lib/strsep.c: Likewise.
15623         * lib/strstr.c: Likewise.
15624         * lib/strtok_r.c: Likewise.
15625         * lib/userspec.c: Likewise.
15626         * lib/w32spawn.h: Likewise.
15627         * lib/xstrndup.c: Likewise.
15628         * lib/mountlist.c (strstr): Remove decl.
15629         * m4/string_h.m4: New file.
15630         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
15631         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
15632         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
15633         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
15634         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
15635         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
15636         Set REPLACE_STRCASECMP if necessary.
15637         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
15638         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
15639         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
15640         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
15641         HAVE_DECL_STRDUP if necessary.
15642         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
15643         since gl_FUNC_STRNDUP does that now.
15644         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
15645         Check for decl here...
15646         (gl_PREREQ_STRNLEN): ... not here.
15647         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
15648         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
15649         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
15650         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
15651         necessary.
15652         * modules/string: New file.
15653         * modules/memmem (Files): Remove special-purpose include file.
15654         (Depends-on): Add string.
15655         (Include): Include <string.h>, not the removed file.
15656         * modules/mempcpy: Likewise.
15657         * modules/memrchr: Likewise.
15658         * modules/stpcpy: Likewise.
15659         * modules/stpncpy: Likewise.
15660         * modules/strcase: Likewise.
15661         * modules/strchrnul: Likewise.
15662         * modules/strdup: Likewise.
15663         * modules/strndup: Likewise.
15664         * modules/strnlen: Likewise.
15665         * modules/strpbrk: Likewise.
15666         * modules/strsep: Likewise.
15667         * modules/strstr: Likewise.
15668         * modules/strtok_r: Likewise.
15669         * tests/test-dirname.c: Don't include "strdup.h", since
15670         <string.h> now suffices.
15671         * tests/test-memmem.c: Don't include "memmem.h", since
15672         <string.h> now suffices.
15673
15674 2007-01-25  Bruno Haible  <bruno@clisp.org>
15675
15676         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
15677         *resultp is 0.
15678
15679         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
15680         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
15681         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
15682         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
15683
15684         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
15685         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
15686         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
15687         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
15688         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
15689         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
15690
15691 2007-01-24  Bruno Haible  <bruno@clisp.org>
15692
15693         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
15694         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
15695         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
15696         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
15697         gl_FUNC_FTS_CORE.
15698         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
15699         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
15700         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
15701         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
15702         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
15703         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
15704         gl_FUNC_FCHOWNAT.
15705         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
15706         gl_FUNC_STRFTIME.
15707         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
15708         Reported by Ralf Wildenhues.
15709
15710 2007-01-24  Bruno Haible  <bruno@clisp.org>
15711
15712         Drop AC_REQUIRE calls that are redundant with the module dependencies.
15713         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
15714         gl_GETADDRINFO.
15715         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
15716         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
15717         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
15718
15719 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
15720
15721         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
15722         Don't use 'exit'; just return from 'main'.
15723         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
15724
15725         * lib/fnmatch_.h: Readjust white space and comments to match
15726         glibc, to avoid spurious diffs.
15727
15728 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15729
15730         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
15731         2004-12-01 change by Jakub Jelinek, since this code won't compile
15732         if !LIBC.  Problem reported by Bob Proulx.
15733
15734 2007-01-23  Bruno Haible  <bruno@clisp.org>
15735
15736         * lib/striconveh.c: Include c-strcaseeq.h.
15737         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
15738         * modules/striconveh (Depends-on): Add c-strcaseeq.
15739
15740 2007-01-23  Bruno Haible  <bruno@clisp.org>
15741
15742         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
15743
15744         * modules/c-strcaseeq: New file.
15745         * lib/c-strcaseeq.h: New file.
15746
15747         * modules/streq: New file.
15748         * lib/streq.h: New file.
15749
15750 2007-01-23  Bruno Haible  <bruno@clisp.org>
15751
15752         * modules/striconveha-tests: New file.
15753         * tests/test-striconveha.c: New file.
15754
15755         * lib/striconveha.h: Include <stdbool.h>.
15756         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
15757         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
15758         (mem_iconveha_notranslit): Renamed from mem_iconveha.
15759         (mem_iconveha): New function.
15760         (str_iconveha_notranslit): Renamed from str_iconveha.
15761         (str_iconveha): New function.
15762         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
15763         c-strcase.
15764
15765 2007-01-23  Bruno Haible  <bruno@clisp.org>
15766
15767         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
15768         encodings without forgiving before trying any encoding with handler.
15769         (str_iconveha): Try all encodings without forgiving before trying any
15770         encoding with handler.
15771
15772 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         Import the following changes from libc.
15775
15776         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15777
15778         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
15779
15780         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15781
15782         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
15783         normal_bracket label.
15784
15785         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
15786
15787         [BZ #361]
15788         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
15789         to normal_bracket after fetching the next character.
15790
15791 2007-01-22  Bruno Haible  <bruno@clisp.org>
15792
15793         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
15794         argument.
15795         * lib/striconveh.c (iconv_carefully_1): New function.
15796         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
15797         argument.
15798         (str_cd_iconveh): Update.
15799         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
15800         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
15801         * tests/test-striconveh.c (MAGIC): New macro.
15802         (new_offsets): New function.
15803         (main): Test call with and without offsets.
15804
15805 2007-01-22  Bruno Haible  <bruno@clisp.org>
15806
15807         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
15808         * modules/sys_select (Makefile.am): Likewise.
15809         * modules/sys_socket (Makefile.am): Likewise.
15810         * modules/sys_time (Makefile.am): Likewise.
15811
15812 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         * modules/gettimeofday (License): Change from GPL to LGPL, since
15815         gettimeofday is a library function.
15816
15817 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15818
15819         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
15820
15821 2007-01-21  Bruno Haible  <bruno@clisp.org>
15822
15823         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
15824
15825 2007-01-21  Bruno Haible  <bruno@clisp.org>
15826
15827         * modules/striconveha: New file.
15828         * lib/striconveha.h: New file.
15829         * lib/striconveha.c: New file.
15830         * MODULES.html.sh (Internationalization functions): Add striconveha.
15831         * lib/striconv.c (str_iconv): Optimize the case of an empty input
15832         string.
15833         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
15834
15835 2007-01-21  Bruno Haible  <bruno@clisp.org>
15836
15837         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
15838         * lib/striconveh.c (str_iconveh): Likewise.
15839
15840 2007-01-21  Bruno Haible  <bruno@clisp.org>
15841
15842         * lib/striconveh.h (mem_iconveh): New declaration.
15843         * lib/striconveh.c (mem_iconveh): New function.
15844         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
15845
15846 2007-01-21  Bruno Haible  <bruno@clisp.org>
15847
15848         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
15849
15850         * lib/striconveh.h (mem_cd_iconveh): Change specification.
15851         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
15852         original result buffer.
15853         (str_cd_iconveh): Update.
15854         * tests/test-striconveh.c (main): Update.
15855
15856         * lib/striconv.h (mem_cd_iconv): Change specification.
15857         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
15858         result buffer.
15859         (str_cd_iconv): Update.
15860         * tests/test-striconv.c (main): Update.
15861
15862 2007-01-21  Bruno Haible  <bruno@clisp.org>
15863
15864         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
15865
15866 2007-01-20  Jim Meyering  <jim@meyering.net>
15867
15868         * lib/userspec.c (parse_with_separator): If a user or group string
15869         starts with "+", skip the corresponding name-to-ID look-up, since
15870         such a look-up must fail: user and group names may not include "+".
15871
15872 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * lib/poll.c: Include sys/time.h and time.h unconditionally,
15875         since we now assume the sys_time module.
15876         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
15877         check for sys/time.h; no longer needed.
15878         * modules/poll (Depends-on): Depend on sys_time.
15879
15880 2007-01-18  Bruno Haible  <bruno@clisp.org>
15881
15882         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
15883         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15884
15885         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
15886         gettimeofday.
15887
15888         * tests/test-gettimeofday.c: Include <time.h>.
15889         (dummy): Remove variable.
15890
15891         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
15892         gl_HEADER_SYS_TIME_H.
15893         (gl_HEADER_SYS_TIME_H): New macro.
15894
15895         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
15896         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15897         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
15898         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
15899         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15900         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
15901         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
15902         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15903         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
15904         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
15905         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15906
15907         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
15908         last change; it caused a compilation error when cross-compiling to
15909         Cygwin.
15910
15911 2007-01-18  Jim Meyering  <jim@meyering.net>
15912
15913         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
15914         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
15915         than the race-prone "test -d sys || mkdir sys".
15916         (configure.ac): Use AC_PROG_MKDIR_P.
15917         * modules/sys_select: Likewise.
15918         * modules/sys_socket: Likewise.
15919         * modules/sys_time: Likewise.
15920
15921 2007-01-18  Eric Blake  <ebb9@byu.net>
15922
15923         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
15924         replace gettimeofday.
15925         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
15926         name, to avoid infinite recursion.
15927
15928 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
15929
15930         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
15931         module sys_time.
15932         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
15933         assume timespec.h defines struct timeval.
15934         * lib/settime.c: Likewise.
15935         * lib/utimens.c: Likewise.
15936         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
15937         since we now assume the gettimeofday module.
15938         * lib/tempname.c (__gen_tempname): Likewise.
15939         * lib/gettimeofday.h: Remove.
15940         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
15941         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
15942         Include <time.h>, for 'time()'.
15943         (localtime_buffer_addr): Also use this workaround if
15944         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
15945         to simplify the uses.  All uses changed.
15946         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
15947         that #undef is inside {}, and 'const' follows type name consistently.
15948         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
15949         (gettimeofday): Do not use the maximum possible value for
15950         tv->tv_usec, since that might break usages other than ls.c.
15951         Instead, we'll leave ls.c alone.  This undoes today's patch
15952         by Bruno.  Add a compile-time warning for 1s-clock resolution;
15953         we've never observed the problem but might as well keep the
15954         canary.
15955         * lib/nanosleep.c: Include timespec.h first, for interface check.
15956         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
15957         now assume the sys_time module.
15958         * lib/tempname.c: Likewise.
15959         * lib/timespec.h: Likewise.
15960         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
15961         needed.
15962         * lib/strftime.c: Likewise.
15963         * lib/timespec.h: Likewise.
15964         * lib/posixtm.c: Include posixtm.h first, for interface check.
15965         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
15966         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
15967         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
15968         * lib/sys_time_.h: New file.
15969         * lib/timespec.h (struct timespec): Use long int, not long.
15970         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
15971         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
15972         Remove obsolescent call to AC_HEADER_TIME.
15973         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
15974         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15975         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
15976         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
15977         Likewise.
15978         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
15979         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
15980         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
15981         into the sys_time module.  Check for gettimeofday just once.
15982         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
15983         for gettimeofday signature to just check the signature.  Merely
15984         compile it, since linking doesn't test signature.  Improve test for
15985         whether gettimeofday.o is actually needed.
15986         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
15987         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
15988         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
15989         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
15990         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
15991         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
15992         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
15993         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
15994         than worrying about sys/time.h.
15995         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
15996         Don't bother worrying about TIME_WITH_SYS_TIME.
15997         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
15998         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
15999         * m4/sys_time_h.m4: New file.
16000         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
16001         Don't include sys/time.h.  Return from main rather than exiting.
16002         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
16003         all uses changed.
16004         * modules/gethrxtime (Depends-on): Add sys_time.
16005         * modules/gettime (Depends-on): Likewise.
16006         * modules/gettimeofday (Depends-on): Likewise.
16007         * modules/nanosleep (Depends-on): Likewise.
16008         * modules/settime (Depends-on): Likewise.
16009         * modules/tempname (Depends-on): Likewise.
16010         * modules/utimens (Depends-on): Likewise.
16011         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
16012         (Include:) Change back to <sys/time.h>.
16013         (Maintainer:) Add self.
16014         * modules/sys_time: New file.
16015         * modules/tempname (Depends-on): Add gettimeofday.
16016         * tests/test-gettimeofday.c: Include <sys/time.h>
16017         rather than gettimeofday.h.
16018
16019 2007-01-17  Bruno Haible  <bruno@clisp.org>
16020
16021         * gnulib-tool (func_get_license): Revert last patch. Instead, let
16022         the license default to GPL.
16023         (func_create_testdir): Don't complain if a module is LGPL and its
16024         tests module depends on GPLed modules.
16025
16026 2007-01-17  Bruno Haible  <bruno@clisp.org>
16027
16028         * lib/gettimeofday.c (gettimeofday): Add code for the case
16029         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
16030         maximum possible value for tv->tv_usec, rather than the minimum one.
16031
16032 2005-10-08  Martin Lambers  <marlam@marlam.de>
16033 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16034 2007-01-16  Bruno Haible  <bruno@clisp.org>
16035
16036         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
16037         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
16038         gl_FUNC_GETTIMEOFDAY.
16039         (Include): Add gettimeofday.h.
16040         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
16041         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
16042         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
16043         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
16044         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
16045         * lib/gettimeofday.h: New file.
16046         * lib/gettimeofday.c: Include <sys/timeb.h>.
16047         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
16048         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16049         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
16050         fall back on time().
16051
16052         * tests/test-gettimeofday.c: New file.
16053         * modules/gettimeofday-tests: New file.
16054
16055 2007-01-16  Eric Blake  <ebb9@byu.net>
16056
16057         * modules/fnmatch (Depends-on): Depend on wchar.
16058         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
16059         * m4/fnmatch.m4: Likewise.
16060         * modules/mbchar (Makefile.am): Assume <wchar.h>.
16061         * m4/mbchar.m4: Likewise.
16062         * modules/mbswidth (Depends-on): Depend on wchar.
16063         * lib/mbswidth.c: Assume <wchar.h>.
16064         * m4/mbswidth.m4: Likewise.
16065         * modules/quotearg (Depends-on): Depend on wchar.
16066         * lib/quotearg.c: Assume <wchar.h>.
16067         * m4/quotearg.m4: Likewise.
16068         * modules/regex (Depends-on): Depend on wchar.
16069         * lib/regex_internal.h: Assume <wchar.h>.
16070         * m4/regex.m4: Likewise.
16071         * modules/stdint (Depends-on): Depend on wchar.
16072         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
16073         * m4/stdint.m4: Likewise.
16074         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
16075         * modules/strftime (Depends-on): Depend on wchar.
16076         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
16077         * modules/strtol (Depends-on): Depend on wchar.
16078         * lib/strtol.c: Assume <wchar.h>.
16079         * modules/wcwidth (Depends-on): Depend on wchar.
16080         * lib/wcwidth.h: Assume <wchar.h>.
16081         * m4/wcwidth.m4: Likewise.
16082
16083 2007-01-16  Bruno Haible  <bruno@clisp.org>
16084
16085         * modules/csharpexec-script: New, created from...
16086         * modules/csharpexec: ... this.
16087
16088 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
16089
16090         * modules/javaexec-script: New, created from...
16091         * modules/javaexec: ... this.
16092
16093 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16094
16095         * modules/poll (Dependencies): Add sys_select.
16096
16097 2007-01-15  Jim Meyering  <jim@meyering.net>
16098
16099         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
16100         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
16101         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
16102         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
16103
16104 2007-01-15  Bruno Haible  <bruno@clisp.org>
16105
16106         * modules/striconveh: New file.
16107         * lib/striconveh.h: New file.
16108         * lib/striconveh.c: New file.
16109         * MODULES.html.sh (Internationalization functions): Add striconveh.
16110
16111         * modules/striconveh-tests: New file.
16112         * tests/test-striconveh.c: New file.
16113
16114 2007-01-15  Bruno Haible  <bruno@clisp.org>
16115
16116         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
16117         not from GNU libiconv or GNU libc.
16118
16119 2007-01-15  Bruno Haible  <bruno@clisp.org>
16120
16121         * doc/gnulib-intro.texi (Copyright): Explain the different license
16122         terms for module descriptions, autoconf macros, tests, documentation.
16123
16124 2007-01-14  Bruno Haible  <bruno@clisp.org>
16125
16126         * modules/striconv-tests: New file.
16127         * tests/test-striconv.c: New file.
16128
16129 2007-01-14  Bruno Haible  <bruno@clisp.org>
16130
16131         * modules/iconv-tests: New file.
16132         * tests/test-iconv.c: New file.
16133
16134 2007-01-14  Bruno Haible  <bruno@clisp.org>
16135
16136         * gnulib-tool (func_get_license): For test modules, use the license of
16137         the main module.
16138
16139 2007-01-14  Bruno Haible  <bruno@clisp.org>
16140
16141         * modules/iconv (Include): Clarify that <iconv.h> can only be included
16142         if iconv is found to exist.
16143
16144 2007-01-14  Bruno Haible  <bruno@clisp.org>
16145
16146         * modules/c-ctype-tests: New file.
16147         * tests/test-c-ctype.c: New file.
16148
16149 2007-01-14  Bruno Haible  <bruno@clisp.org>
16150
16151         * modules/binary-io-tests: New file.
16152         * tests/test-binary-io.sh: New file.
16153         * tests/test-binary-io.c: New file.
16154
16155 2007-01-14  Bruno Haible  <bruno@clisp.org>
16156
16157         * modules/array-oset-tests: New file.
16158         * tests/test-array_oset.c: New file.
16159
16160 2007-01-14  Bruno Haible  <bruno@clisp.org>
16161
16162         * modules/array-list-tests: New file.
16163         * tests/test-array_list.c: New file.
16164
16165 2007-01-14  Bruno Haible  <bruno@clisp.org>
16166
16167         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
16168         and make.
16169         Reported by Simon Josefsson in
16170         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
16171
16172 2007-01-14  Bruno Haible  <bruno@clisp.org>
16173
16174         * modules/allocsa-tests: New file.
16175         * tests/test-allocsa.c: New file.
16176
16177 2007-01-14  Bruno Haible  <bruno@clisp.org>
16178
16179         * modules/fchdir (Depends-on): Add absolute-header.
16180         * modules/unistd (Depends-on): Likewise.
16181
16182 2006-12-30  Bruno Haible  <bruno@clisp.org>
16183
16184         * modules/fchdir: New file.
16185         * modules/unistd (Files): Add lib/unistd_.h.
16186         (Makefile.am): Generate unistd.h from unistd_.h.
16187         * lib/fchdir.c: New file.
16188         * lib/dirent_.h: New file.
16189         * lib/unistd_.h: New file.
16190         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
16191         * m4/fchdir.m4: New file.
16192         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
16193         (gl_HEADER_UNISTD): Invoke it.
16194         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
16195         function.
16196         * lib/backupfile.c (opendir, closedir): Undefine.
16197         * lib/chown.c (open, close): Undefine.
16198         * lib/clean-temp.c (open, close): Undefine.
16199         * lib/copy-file.c (open, close): Undefine.
16200         * lib/execute.c (open, close): Undefine.
16201         * lib/fsusage.c (open, close): Undefine.
16202         * lib/gc-gnulib.c (open, close): Undefine.
16203         * lib/getcwd.c (opendir, closedir): Undefine.
16204         * lib/glob.c (opendir, closedir): Undefine.
16205         * lib/javacomp.c (open, close): Undefine.
16206         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
16207         * lib/openat-proc.c (open, close): Undefine.
16208         * lib/pagealign_alloc.c (open, close): Undefine.
16209         * lib/pipe.c (open, close): Undefine.
16210         * lib/progreloc.c (open, close): Undefine.
16211         * lib/savedir.c (opendir, closedir): Undefine.
16212         * lib/utime.c (open, close): Undefine.
16213         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
16214
16215 2007-01-10  Bruno Haible  <bruno@clisp.org>
16216
16217         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
16218
16219 2007-01-12  Eric Blake  <ebb9@byu.net>
16220
16221         Provide a robust <wchar.h>.  Further simplifications are now
16222         possible in other modules, but not included here.
16223         * modules/wchar: New module.
16224         * m4/wchar.m4: New file.
16225         * lib/wchar_.h: Likewise.
16226         * modules/mbchar (Depends-on): Depend on wchar, as the first use
16227         of the new module.
16228         * MODULES.html.sh (Extended multibyte and wide character utilities):
16229         New section.
16230
16231 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
16232
16233         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
16234         to a reasonable default for memory allocation.
16235         (xreadlink): Don't allocate a huge buffer, to work around a buggy
16236         file system that reports garbage st_size values for symlinks.
16237         Problem reported by Liyang Hu.
16238
16239 2007-01-11  Simon Josefsson  <simon@josefsson.org>
16240
16241         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
16242         Emacs .#* auto-save files).
16243
16244 2007-01-11  Bruno Haible  <bruno@clisp.org>
16245
16246         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
16247         directory.
16248
16249 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16250
16251         Use @...@ consistently in lib/wctype_.h.
16252         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
16253         on it being set to 1 or 0.
16254         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
16255         go back to AC_SUBSTing it.
16256         * modules/wctype (Makefile.am): Undo previous change.
16257
16258 2007-01-10  Eric Blake  <ebb9@byu.net>
16259
16260         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
16261         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
16262         * modules/wctype (Makefile.am): Likewise.
16263         Reported by Chris McGuire.
16264
16265 2007-01-10  Jim Meyering  <jim@meyering.net>
16266
16267         fts.c: a small readability/maintainability improvement
16268         * lib/fts.c (fts_read): Make this code slightly more readable and
16269         maintainable by hoisting the "sp->fts_cur = p" assignments to
16270         immediately follow the statements that set P.  Derived from
16271         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
16272
16273 2007-01-10  Eric Blake  <ebb9@byu.net>
16274
16275         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
16276         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
16277         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16278         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
16279         Reported by Chris McGuire.
16280
16281 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16282
16283         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
16284         in sed script.
16285
16286 2007-01-09  Bruno Haible  <bruno@clisp.org>
16287
16288         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
16289         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
16290         variables.
16291         (func_module): Use them.
16292
16293 2007-01-09  Bruno Haible  <bruno@clisp.org>
16294
16295         * modules/unistr/base: New file.
16296         * lib/unistr.h: New file.
16297
16298         * modules/unistr/u8-to-u16: New file.
16299         * lib/unistr/u8-to-u16.c: New file.
16300
16301         * modules/unistr/u8-to-u32: New file.
16302         * lib/unistr/u8-to-u32.c: New file.
16303
16304         * modules/unistr/u16-to-u8: New file.
16305         * lib/unistr/u16-to-u8.c: New file.
16306
16307         * modules/unistr/u16-to-u32: New file.
16308         * lib/unistr/u16-to-u32.c: New file.
16309
16310         * modules/unistr/u32-to-u8: New file.
16311         * lib/unistr/u32-to-u8.c: New file.
16312
16313         * modules/unistr/u32-to-u16: New file.
16314         * lib/unistr/u32-to-u16.c: New file.
16315
16316         * modules/unistr/u8-check: New file.
16317         * modules/unistr/u16-check: New file.
16318         * modules/unistr/u32-check: New file.
16319         * lib/unistr/u8-check.c: New file.
16320         * lib/unistr/u16-check.c: New file.
16321         * lib/unistr/u32-check.c: New file.
16322
16323         * modules/unistr/u8-chr: New file.
16324         * modules/unistr/u16-chr: New file.
16325         * modules/unistr/u32-chr: New file.
16326         * lib/unistr/u8-chr.c: New file.
16327         * lib/unistr/u16-chr.c: New file.
16328         * lib/unistr/u32-chr.c: New file.
16329
16330         * modules/unistr/u8-cmp: New file.
16331         * modules/unistr/u16-cmp: New file.
16332         * modules/unistr/u32-cmp: New file.
16333         * lib/unistr/u8-cmp.c: New file.
16334         * lib/unistr/u16-cmp.c: New file.
16335         * lib/unistr/u32-cmp.c: New file.
16336
16337         * modules/unistr/u8-cpy: New file.
16338         * modules/unistr/u16-cpy: New file.
16339         * modules/unistr/u32-cpy: New file.
16340         * lib/unistr/u8-cpy.c: New file.
16341         * lib/unistr/u16-cpy.c: New file.
16342         * lib/unistr/u32-cpy.c: New file.
16343         * lib/unistr/u-cpy.h: New file.
16344
16345         * modules/unistr/u8-cpy-alloc: New file.
16346         * modules/unistr/u16-cpy-alloc: New file.
16347         * modules/unistr/u32-cpy-alloc: New file.
16348         * lib/unistr/u8-cpy-alloc.c: New file.
16349         * lib/unistr/u16-cpy-alloc.c: New file.
16350         * lib/unistr/u32-cpy-alloc.c: New file.
16351         * lib/unistr/u-cpy-alloc.h: New file.
16352
16353         * modules/unistr/u8-endswith: New file.
16354         * modules/unistr/u16-endswith: New file.
16355         * modules/unistr/u32-endswith: New file.
16356         * lib/unistr/u8-endswith.c: New file.
16357         * lib/unistr/u16-endswith.c: New file.
16358         * lib/unistr/u32-endswith.c: New file.
16359         * lib/unistr/u-endswith.h: New file.
16360
16361         * modules/unistr/u8-mblen: New file.
16362         * modules/unistr/u16-mblen: New file.
16363         * modules/unistr/u32-mblen: New file.
16364         * lib/unistr/u8-mblen.c: New file.
16365         * lib/unistr/u16-mblen.c: New file.
16366         * lib/unistr/u32-mblen.c: New file.
16367
16368         * modules/unistr/u8-mbtouc: New file.
16369         * modules/unistr/u16-mbtouc: New file.
16370         * modules/unistr/u32-mbtouc: New file.
16371         * lib/unistr/u8-mbtouc.c: New file.
16372         * lib/unistr/u16-mbtouc.c: New file.
16373         * lib/unistr/u32-mbtouc.c: New file.
16374
16375         * modules/unistr/u8-mbtouc-safe: New file.
16376         * modules/unistr/u16-mbtouc-safe: New file.
16377         * modules/unistr/u32-mbtouc-safe: New file.
16378         * lib/unistr/u8-mbtouc-safe.c: New file.
16379         * lib/unistr/u16-mbtouc-safe.c: New file.
16380         * lib/unistr/u32-mbtouc-safe.c: New file.
16381
16382         * modules/unistr/u8-move: New file.
16383         * modules/unistr/u16-move: New file.
16384         * modules/unistr/u32-move: New file.
16385         * lib/unistr/u8-move.c: New file.
16386         * lib/unistr/u16-move.c: New file.
16387         * lib/unistr/u32-move.c: New file.
16388         * lib/unistr/u-move.h: New file.
16389
16390         * modules/unistr/u8-next: New file.
16391         * modules/unistr/u16-next: New file.
16392         * modules/unistr/u32-next: New file.
16393         * lib/unistr/u8-next.c: New file.
16394         * lib/unistr/u16-next.c: New file.
16395         * lib/unistr/u32-next.c: New file.
16396
16397         * modules/unistr/u8-prev: New file.
16398         * modules/unistr/u16-prev: New file.
16399         * modules/unistr/u32-prev: New file.
16400         * lib/unistr/u8-prev.c: New file.
16401         * lib/unistr/u16-prev.c: New file.
16402         * lib/unistr/u32-prev.c: New file.
16403
16404         * modules/unistr/u8-set: New file.
16405         * modules/unistr/u16-set: New file.
16406         * modules/unistr/u32-set: New file.
16407         * lib/unistr/u8-set.c: New file.
16408         * lib/unistr/u16-set.c: New file.
16409         * lib/unistr/u32-set.c: New file.
16410         * lib/unistr/u-set.h: New file.
16411
16412         * modules/unistr/u8-startswith: New file.
16413         * modules/unistr/u16-startswith: New file.
16414         * modules/unistr/u32-startswith: New file.
16415         * lib/unistr/u8-startswith.c: New file.
16416         * lib/unistr/u16-startswith.c: New file.
16417         * lib/unistr/u32-startswith.c: New file.
16418         * lib/unistr/u-startswith.h: New file.
16419
16420         * modules/unistr/u8-stpcpy: New file.
16421         * modules/unistr/u16-stpcpy: New file.
16422         * modules/unistr/u32-stpcpy: New file.
16423         * lib/unistr/u8-stpcpy.c: New file.
16424         * lib/unistr/u16-stpcpy.c: New file.
16425         * lib/unistr/u32-stpcpy.c: New file.
16426         * lib/unistr/u-stpcpy.h: New file.
16427
16428         * modules/unistr/u8-stpncpy: New file.
16429         * modules/unistr/u16-stpncpy: New file.
16430         * modules/unistr/u32-stpncpy: New file.
16431         * lib/unistr/u8-stpncpy.c: New file.
16432         * lib/unistr/u16-stpncpy.c: New file.
16433         * lib/unistr/u32-stpncpy.c: New file.
16434         * lib/unistr/u-stpncpy.h: New file.
16435
16436         * modules/unistr/u8-strcat: New file.
16437         * modules/unistr/u16-strcat: New file.
16438         * modules/unistr/u32-strcat: New file.
16439         * lib/unistr/u8-strcat.c: New file.
16440         * lib/unistr/u16-strcat.c: New file.
16441         * lib/unistr/u32-strcat.c: New file.
16442         * lib/unistr/u-strcat.h: New file.
16443
16444         * modules/unistr/u8-strchr: New file.
16445         * modules/unistr/u16-strchr: New file.
16446         * modules/unistr/u32-strchr: New file.
16447         * lib/unistr/u8-strchr.c: New file.
16448         * lib/unistr/u16-strchr.c: New file.
16449         * lib/unistr/u32-strchr.c: New file.
16450
16451         * modules/unistr/u8-strcmp: New file.
16452         * modules/unistr/u16-strcmp: New file.
16453         * modules/unistr/u32-strcmp: New file.
16454         * lib/unistr/u8-strcmp.c: New file.
16455         * lib/unistr/u16-strcmp.c: New file.
16456         * lib/unistr/u32-strcmp.c: New file.
16457
16458         * modules/unistr/u8-strcpy: New file.
16459         * modules/unistr/u16-strcpy: New file.
16460         * modules/unistr/u32-strcpy: New file.
16461         * lib/unistr/u8-strcpy.c: New file.
16462         * lib/unistr/u16-strcpy.c: New file.
16463         * lib/unistr/u32-strcpy.c: New file.
16464         * lib/unistr/u-strcpy.h: New file.
16465
16466         * modules/unistr/u8-strcspn: New file.
16467         * modules/unistr/u16-strcspn: New file.
16468         * modules/unistr/u32-strcspn: New file.
16469         * lib/unistr/u8-strcspn.c: New file.
16470         * lib/unistr/u16-strcspn.c: New file.
16471         * lib/unistr/u32-strcspn.c: New file.
16472         * lib/unistr/u-strcspn.h: New file.
16473
16474         * modules/unistr/u8-strdup: New file.
16475         * modules/unistr/u16-strdup: New file.
16476         * modules/unistr/u32-strdup: New file.
16477         * lib/unistr/u8-strdup.c: New file.
16478         * lib/unistr/u16-strdup.c: New file.
16479         * lib/unistr/u32-strdup.c: New file.
16480         * lib/unistr/u-strdup.h: New file.
16481
16482         * modules/unistr/u8-strlen: New file.
16483         * modules/unistr/u16-strlen: New file.
16484         * modules/unistr/u32-strlen: New file.
16485         * lib/unistr/u8-strlen.c: New file.
16486         * lib/unistr/u16-strlen.c: New file.
16487         * lib/unistr/u32-strlen.c: New file.
16488         * lib/unistr/u-strlen.h: New file.
16489
16490         * modules/unistr/u8-strmblen: New file.
16491         * modules/unistr/u16-strmblen: New file.
16492         * modules/unistr/u32-strmblen: New file.
16493         * lib/unistr/u8-strmblen.c: New file.
16494         * lib/unistr/u16-strmblen.c: New file.
16495         * lib/unistr/u32-strmblen.c: New file.
16496
16497         * modules/unistr/u8-strmbtouc: New file.
16498         * modules/unistr/u16-strmbtouc: New file.
16499         * modules/unistr/u32-strmbtouc: New file.
16500         * lib/unistr/u8-strmbtouc.c: New file.
16501         * lib/unistr/u16-strmbtouc.c: New file.
16502         * lib/unistr/u32-strmbtouc.c: New file.
16503
16504         * modules/unistr/u8-strncat: New file.
16505         * modules/unistr/u16-strncat: New file.
16506         * modules/unistr/u32-strncat: New file.
16507         * lib/unistr/u8-strncat.c: New file.
16508         * lib/unistr/u16-strncat.c: New file.
16509         * lib/unistr/u32-strncat.c: New file.
16510         * lib/unistr/u-strncat.h: New file.
16511
16512         * modules/unistr/u8-strncmp: New file.
16513         * modules/unistr/u16-strncmp: New file.
16514         * modules/unistr/u32-strncmp: New file.
16515         * lib/unistr/u8-strncmp.c: New file.
16516         * lib/unistr/u16-strncmp.c: New file.
16517         * lib/unistr/u32-strncmp.c: New file.
16518
16519         * modules/unistr/u8-strncpy: New file.
16520         * modules/unistr/u16-strncpy: New file.
16521         * modules/unistr/u32-strncpy: New file.
16522         * lib/unistr/u8-strncpy.c: New file.
16523         * lib/unistr/u16-strncpy.c: New file.
16524         * lib/unistr/u32-strncpy.c: New file.
16525         * lib/unistr/u-strncpy.h: New file.
16526
16527         * modules/unistr/u8-strnlen: New file.
16528         * modules/unistr/u16-strnlen: New file.
16529         * modules/unistr/u32-strnlen: New file.
16530         * lib/unistr/u8-strnlen.c: New file.
16531         * lib/unistr/u16-strnlen.c: New file.
16532         * lib/unistr/u32-strnlen.c: New file.
16533         * lib/unistr/u-strnlen.h: New file.
16534
16535         * modules/unistr/u8-strpbrk: New file.
16536         * modules/unistr/u16-strpbrk: New file.
16537         * modules/unistr/u32-strpbrk: New file.
16538         * lib/unistr/u8-strpbrk.c: New file.
16539         * lib/unistr/u16-strpbrk.c: New file.
16540         * lib/unistr/u32-strpbrk.c: New file.
16541         * lib/unistr/u-strpbrk.h: New file.
16542
16543         * modules/unistr/u8-strrchr: New file.
16544         * modules/unistr/u16-strrchr: New file.
16545         * modules/unistr/u32-strrchr: New file.
16546         * lib/unistr/u8-strrchr.c: New file.
16547         * lib/unistr/u16-strrchr.c: New file.
16548         * lib/unistr/u32-strrchr.c: New file.
16549
16550         * modules/unistr/u8-strspn: New file.
16551         * modules/unistr/u16-strspn: New file.
16552         * modules/unistr/u32-strspn: New file.
16553         * lib/unistr/u8-strspn.c: New file.
16554         * lib/unistr/u16-strspn.c: New file.
16555         * lib/unistr/u32-strspn.c: New file.
16556         * lib/unistr/u-strspn.h: New file.
16557
16558         * modules/unistr/u8-strstr: New file.
16559         * modules/unistr/u16-strstr: New file.
16560         * modules/unistr/u32-strstr: New file.
16561         * lib/unistr/u8-strstr.c: New file.
16562         * lib/unistr/u16-strstr.c: New file.
16563         * lib/unistr/u32-strstr.c: New file.
16564         * lib/unistr/u-strstr.h: New file.
16565
16566         * modules/unistr/u8-strtok: New file.
16567         * modules/unistr/u16-strtok: New file.
16568         * modules/unistr/u32-strtok: New file.
16569         * lib/unistr/u8-strtok.c: New file.
16570         * lib/unistr/u16-strtok.c: New file.
16571         * lib/unistr/u32-strtok.c: New file.
16572         * lib/unistr/u-strtok.h: New file.
16573
16574         * modules/unistr/u8-uctomb: New file.
16575         * modules/unistr/u16-uctomb: New file.
16576         * modules/unistr/u32-uctomb: New file.
16577         * lib/unistr/u8-uctomb.c: New file.
16578         * lib/unistr/u16-uctomb.c: New file.
16579         * lib/unistr/u32-uctomb.c: New file.
16580
16581         * MODULES.html.sh (Unicode string functions): Add the new modules.
16582
16583 2007-01-08  Bruno Haible  <bruno@clisp.org>
16584
16585         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
16586         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
16587         subdirectories.
16588
16589 2007-01-08  Karl Berry  <karl@gnu.org>
16590
16591         * doc/error.texi: mention that main() fns must set program_name
16592         when progname is used.
16593
16594 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
16595
16596         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
16597         WCTYPE_H is empty, for the benefit of builds from non-distclean
16598         directories.  Problem reported by Eric Blake in
16599         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
16600
16601 2007-01-08  Bruno Haible  <bruno@clisp.org>
16602
16603         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
16604         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
16605         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
16606         PROVIDE_CANONICALIZE_FILENAME_MODE.
16607         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
16608
16609 2007-01-08  Bruno Haible  <bruno@clisp.org>
16610
16611         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
16612         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
16613         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
16614         * lib/fts.c: Likewise.
16615         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
16616
16617 2006-12-25  Bruno Haible  <bruno@clisp.org>
16618
16619         * modules/utf8-ucs4-safe: New file.
16620         * lib/utf8-ucs4-safe.h: New file.
16621         * lib/unistr/utf8-ucs4-safe.c: New file.
16622
16623         * modules/utf16-ucs4-safe: New file.
16624         * lib/utf16-ucs4-safe.h: New file.
16625         * lib/unistr/utf16-ucs4-safe.c: New file.
16626
16627         * MODULES.html.sh (Unicode string functions): Add the new modules.
16628
16629 2007-01-08  Bruno Haible  <bruno@clisp.org>
16630
16631         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
16632         (Depends-on): Add unitypes.
16633         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16634         (u8_mbtouc_aux): Move out to separate file.
16635         (u8_mbtouc): Use ucs4_t, uint8_t types.
16636         * lib/unistr/utf8-ucs4.c: New file.
16637
16638         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
16639         (Depends-on): Add unitypes.
16640         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
16641         (u16_mbtouc_aux): Move out to separate file.
16642         (u16_mbtouc): Use ucs4_t, uint16_t types.
16643         * lib/unistr/utf16-ucs4.c: New file.
16644
16645         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
16646         (Depends-on): Add unitypes.
16647         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
16648         (u8_uctomb_aux): Move out to separate file.
16649         (u8_uctomb): Use ucs4_t, uint8_t types.
16650         * lib/unistr/ucs4-utf8.c: New file.
16651
16652         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
16653         (Depends-on): Add unitypes.
16654         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
16655         (u16_uctomb_aux): Move out to separate file.
16656         (u16_uctomb): Use ucs4_t, uint16_t types.
16657         * lib/unistr/ucs4-utf16.c: New file.
16658
16659 2006-12-25  Bruno Haible  <bruno@clisp.org>
16660
16661         * modules/unitypes: New file.
16662         * lib/unitypes.h: New file.
16663         * MODULES.html.sh (func_all_modules): New section "Unicode string
16664         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
16665         this section. Add unitypes.
16666
16667 2007-01-08  Bruno Haible  <bruno@clisp.org>
16668
16669         Avoid variable names that conflict with those from libtool.
16670         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
16671         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
16672         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
16673         library_names_spec to acl_library_names_spec, hardcode_* to
16674         acl_hardcode_*.
16675         Reported by Ralf Wildenhues.
16676
16677 2007-01-08  Bruno Haible  <bruno@clisp.org>
16678
16679         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
16680         definition.
16681         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
16682         definition.
16683         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
16684         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
16685         definition.
16686         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
16687         definition.
16688         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
16689         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
16690         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
16691         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
16692         definition.
16693         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
16694         definition.
16695         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
16696         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
16697         GC_USE_<algorithm>.
16698         * lib/gc-libgcrypt.c: Likewise.
16699         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
16700         * modules/gc-arctwo (configure.ac): Likewise.
16701         * modules/gc-des (configure.ac): Likewise.
16702         * modules/gc-hmac-md5 (configure.ac): Likewise.
16703         * modules/gc-hmac-sha1 (configure.ac): Likewise.
16704         * modules/gc-md2 (configure.ac): Likewise.
16705         * modules/gc-md4 (configure.ac): Likewise.
16706         * modules/gc-md5 (configure.ac): Likewise.
16707         * modules/gc-random (configure.ac): Likewise.
16708         * modules/gc-rijndael (configure.ac): Likewise.
16709         * modules/gc-sha1 (configure.ac): Likewise.
16710
16711 2007-01-08  Bruno Haible  <bruno@clisp.org>
16712
16713         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
16714         macro definition.
16715         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
16716         definition.
16717         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
16718         definition.
16719         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
16720         * modules/fcntl-safer (configure.ac): Likewise.
16721         * modules/fopen-safer (configure.ac): Likewise.
16722         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
16723         GNULIB_FWRITEERROR macro definition.
16724
16725 2007-01-08  Bruno Haible  <bruno@clisp.org>
16726
16727         * m4/gnulib-common.m4: New file.
16728         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
16729         (func_get_filelist): Add m4/gnulib-common.m4.
16730
16731 2007-01-08  Bruno Haible  <bruno@clisp.org>
16732
16733         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
16734         command.
16735
16736 2007-01-08  Jim Meyering  <jim@meyering.net>
16737
16738         Use a more robust test for a "can't happen" condition.
16739         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
16740         narrowed the st_size value.  Presuming the "can't happen" condition
16741         is true, that narrowing could conceivably convert an invalid st_size
16742         value into a valid one.  Instead, use a change based on Matthew
16743         Woehlke's original patch.
16744
16745         Slight readability improvement: use an assert-like macro
16746         in place of literal "abort ()" uses.
16747         * lib/fts.c (fts_assert): Define.
16748         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
16749         Use this macro instead of a bare 'abort'.
16750
16751 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
16752
16753         Don't worry about using IRIX 5.3's wctype.h broken definitions;
16754         simply work around them.
16755         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
16756         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
16757         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
16758         declaring.
16759         Don't bother to define as macros, since the standard doesn't require it.
16760         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
16761         longer worry about IRIX 5.3.
16762         (HAVE_WCTYPE_CTMP_BUG): Remove.
16763
16764 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16765
16766         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
16767         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
16768         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
16769         Problems reported by Georg Schwarz for IRIX 5.3.
16770
16771         * gnulib-tool (autoconf_minversion): Take the maximum version number
16772         found, not the minimum.  Problem reported by James Youngman.
16773
16774 2007-01-03  Karl Berry  <karl@gnu.org>
16775
16776         * doc/error.texi: new file, explaining interaction with progname.
16777         * doc/gnulib.texi: include it.  Update copyright.
16778
16779 2007-01-03  Simon Josefsson  <simon@josefsson.org>
16780
16781         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
16782         AC_CANONICAL_HOST, to improve autobuild outputs.
16783
16784 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
16785             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16786
16787         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
16788         sockets, server sockets, and other file descriptors.  Count errors
16789         to compute the return value.  Reorder the code a bit to be easier
16790         to follow.  Don't set event bits that were not requested (except
16791         POLLERR and POLLHUP).
16792
16793 2007-01-01  Bruno Haible  <bruno@clisp.org>
16794
16795         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
16796
16797 2007-01-03  Jim Meyering  <jim@meyering.net>
16798
16799         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
16800
16801 2007-01-02  Bruno Haible  <bruno@clisp.org>
16802
16803         * modules/settime (Include): Require timespec.h.
16804         * modules/nanosleep (Include): Likewise.
16805
16806 2007-01-01  Bruno Haible  <bruno@clisp.org>
16807
16808         * gnulib-tool (func_emit_copyright_notice): Bump year.
16809         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
16810
16811 2007-01-01  Bruno Haible  <bruno@clisp.org>
16812
16813         Improve support for OpenBSD.
16814         * build-aux/config.rpath (libname_spec): Export.
16815         (library_names_spec): New variable. Export.
16816         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
16817         library_names_spec from the config.rpath output. Locate shared library
16818         through the name pattern in library_names_spec.
16819
16820 2007-01-01  Eric Blake  <ebb9@byu.net>
16821
16822         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
16823
16824 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
16825
16826         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
16827         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
16828         assume the C locale, and avoid an "eval" that could cause trouble.
16829         Problem with SORT reported by Bob Proulx.
16830
16831         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
16832         Define.  Trivial patch from Henning Nielsen Lund, originally
16833         sent to bug-grep@gnu.org today.
16834
16835 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
16838         struct stat.  Problem reported by Henning Nielsen Lund.
16839         * lib/acl.c: Include acl.h first, to check interface.  Don't
16840         bother to include sys/types.h and sys/stat.h again.
16841
16842 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16843
16844         Import the following change from libc; problem reported by
16845         Sven Verdoolaege.
16846
16847         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
16848
16849         [BZ #1373]
16850         * lib/argp.h: Remove __NTH for __argp_usage inline function.
16851
16852 2006-12-28  Jim Meyering  <jim@meyering.net>
16853
16854         * build-aux/announce-gen: Do not assume that the package
16855         builds any of tar.gz, tar.bz2, and .xdelta files.
16856         Suggestion from Simon Josefsson.
16857
16858 2006-12-28  Simon Josefsson  <simon@josefsson.org>
16859
16860         * modules/announce-gen: New file.
16861
16862 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * lib/mbchar.h: Just include <wctype.h>; the wctype module
16865         handles its gotchas now.
16866         * lib/mbswidth.c: Likewise.
16867         * lib/wcwidth.h: Likewise.
16868         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
16869         and iswcntrl; the wctype module does this stuff now.
16870         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16871         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
16872         * modules/mbchar (Depends-on): Add wctype.
16873         * modules/mbswidth (Depends-on): Likewise.
16874         * modules/wcwidth (Depends-on): Likewise.
16875
16876 2006-12-27  Eric Blake  <ebb9@byu.net>
16877
16878         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
16879         module uses more than what <wctype.h> is required to provide.
16880
16881 2006-12-26  Eric Blake  <ebb9@byu.net>
16882
16883         * gnulib-tool (sed_extract_prog): Avoid space-tab.
16884
16885 2006-12-26  Eric Blake  <ebb9@byu.net>
16886
16887         * modules/absolute-header: New module.
16888         * modules/fcntl (Depends-on): Depend on it.
16889         * modules/inttypes (Depends-on): Likewise.
16890         * modules/stdint (Depends-on): Likewise.
16891         * modules/sys_stat (Depends-on): Likewise.
16892         * modules/wctype (Depends-on): Likewise.
16893         * MODULES.html.sh (Support for building libraries and
16894         executables): Document it.
16895
16896 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16897
16898         * gnulib-tool (SED): Remove, undoing previous change.
16899         The problem was that it broke coreutils on Solaris, because
16900         "sed --posix" leaked into a makefile.
16901         (sed): New alias, if 'alias' and GNU sed.
16902
16903 2006-12-24  Jim Meyering  <jim@meyering.net>
16904
16905         Work around an fchownat bug in glibc-2.4:
16906         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
16907         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
16908         in spite of the -P option.
16909         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
16910         New macros.
16911         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
16912         * modules/openat (Files): Add lib/fchownat.c.
16913         * lib/openat.c (fchownat): Don't define here.  Move to...
16914         * lib/fchownat.c: ...this new file.
16915
16916 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16917
16918         Fix bug reported by Bruno Haible in
16919         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
16920         where quotearg.c didn't compile on Mac OS X 10.2 because it
16921         lacks <wchar.h> and wint_t.
16922         * lib/wctype_.h (__wctype_wint_t): New type.
16923         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
16924         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
16925         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
16926         Arg is now of type __wctype_wint_t, not wint_t.
16927         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
16928         substitute HAVE_WINT_T.
16929         * modules/wctype (Files): Add m4/wint_t.m4.
16930         (wctype.h): Substitute HAVE_WINT_T.
16931
16932 2006-12-23  Bruno Haible  <bruno@clisp.org>
16933
16934         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
16935
16936 2006-12-23  Bruno Haible  <bruno@clisp.org>
16937
16938         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
16939         S_ISLNK.
16940         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
16941         mingw.
16942
16943 2006-12-22  Bruno Haible  <bruno@clisp.org>
16944
16945         * lib/copy-file.c: Include acl.h.
16946         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
16947         Close the file descriptors only after being done with copy_acl.
16948         * modules/copy-file (Depends-on): Add acl.
16949
16950 2006-12-22  Bruno Haible  <bruno@clisp.org>
16951
16952         * gnulib-tool (SED): New variable.
16953         Use $SED instead of sed everywhere.
16954
16955 2006-12-22  Bruno Haible  <bruno@clisp.org>
16956
16957         * modules/no-c++: New file.
16958         * m4/no-c++.m4: New file.
16959         * MODULES.html.sh (Support for building libraries and executables):
16960         Add no-c++.
16961
16962 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
16963
16964         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16965         Include <limits.h>, and use its INT_MAX to rewrite the
16966         j loop so that it does not overflow 'int'.  Problem reported by
16967         Ralf Wildenhues in
16968         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
16969         Play it safe by shifting left by 1 rather than multiplying by 2,
16970         as GCC is less likely to optimize this away when the value
16971         is signed (when it assumes overflow leads to undefined behavior).
16972         Also, don't assume time_t uses two's complement.
16973
16974 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
16975
16976         * MODULES.html.sh: New module wctype.
16977         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
16978         * lib/fnmatch.c: Don't bother to include <wchar.h> before
16979         <wctype.h>, since the new wctype module should fix this.
16980         * lib/quotearg.c: Include <wctype.h> unconditionally, since
16981         the wctype module should arrange for it.
16982         * lib/regex_internal.h: Likewise.
16983         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
16984         since the wctype module should handle this now.
16985         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
16986         * modules/fnmatch (Depends-on): Add wctype.
16987         * modules/quotearg (Depends-on): Likewise.
16988         * modules/regex (Depends-on): Likewise.
16989
16990 2006-12-19  Bruno Haible  <bruno@clisp.org>
16991
16992         * lib/strdup.h [C++]: Wrap definitions in extern "C".
16993         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
16994
16995 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16996
16997         * modules/savewd (Depends-on): Fix dependency on fcntl.
16998
16999 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17000
17001         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
17002         conforms to C99, rather than relying on the user's environment
17003         setting of STDINT_H.
17004
17005 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17006         and Eric Blake  <ebb9@byu.net>
17007
17008         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
17009         This is more consistent with the other defines here.
17010         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
17011         Port to z/OS.  Problem reported by Paul Gilmartin.
17012         Change local vars to use gl_ prefix rather than ac_.
17013         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
17014         with other defines.
17015         * modules/double-slash-root: New module.
17016         * modules/dirname (Files): Remove m4/double-slash-root.m4.
17017         (Depends-on): Add double-slash-root.
17018         * MODULES.html.sh (File system functions): Mention new module.
17019
17020 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
17021
17022         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
17023         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
17024         This is for the benefit of gzip, which doesn't do i18n.
17025
17026 2006-12-12  Jim Meyering  <jim@meyering.net>
17027
17028         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
17029         Reported by Andreas Schwab <schwab@suse.de>.
17030
17031 2006-12-12  Bruno Haible  <bruno@clisp.org>
17032
17033         Merge these changes.
17034         2006-09-05  Bruno Haible  <bruno@clisp.org>
17035         * lib/iconvme.c (iconv_string): No need to save and restore errno when
17036         iconv_alloc succeeded.
17037         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
17038         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
17039         test for " && dest " at the end - dest is always != NULL there. Call
17040         iconv with 4xNULL arguments initially, to reset the state. Call iconv
17041         with 2xNULL arguments, also to flush the state storage. Handle the
17042         IRIX iconv behaviour. Realloc the final result, to throw away unused
17043         memory.
17044
17045 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
17048         and fchmodat unconditionally, since glibc 2.4 has them.
17049         Problem reported by Arkadiusz Miskiewicz.
17050
17051 2006-12-10  Bruno Haible  <bruno@clisp.org>
17052
17053         * gnulib-tool (func_import): Show the include files only for those
17054         modules that are copied and specified.
17055         Reported by Karl Berry.
17056
17057 2006-12-08  Jim Meyering  <jim@meyering.net>
17058
17059         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
17060         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
17061
17062         * build-aux/announce-gen: Add two new options, both optional:
17063         --bootstrap-tools=TOOL_LIST
17064               a comma-separated list of tools, e.g.,
17065               autoconf,automake,bison,gnulib
17066         --gnulib-snapshot-date=DATE
17067               if gnulib is in the bootstrap tool list,
17068               then report this as the snapshot date.
17069               If not specified, use the current date/time.
17070               If you specify a date here, be sure it's UTC.
17071
17072 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17073
17074         * tests/test-argp-2.sh: Fix test to match actual output.
17075         (func_compare): Fix sed script to be portable.
17076
17077 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
17078
17079         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
17080         workaround for this case.  It is not autoconfigured now; offhand
17081         it's hard to see how to autoconfigure it.
17082
17083 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
17086         a directory that is about to be chowned.  Such a directory's
17087         initial file permissions should permit the owner only and this
17088         should not be changed until after the chown, since the group and
17089         other bits would be incorrect if they granted permission before
17090         the chown.
17091
17092         Fix porting problem for iswctype reported by Georg Schwarz in:
17093         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
17094         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
17095         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
17096         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
17097         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17098
17099 2006-12-03  Jim Meyering  <jim@meyering.net>
17100
17101         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
17102         p->fts_statp may not yet be defined.
17103         (fts_read): Instead, set it in the caller, once p->fts_statp is
17104         sure to be defined, and corresponds to a top-level directory.
17105         This bug made du -x fail.  Here's the coreutils test case:
17106         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
17107         Reported by Mike Frysinger.
17108
17109 2006-12-01  Jim Meyering  <jim@meyering.net>
17110
17111         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
17112         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
17113         Reported by Simon Josefsson.
17114
17115 2006-11-30  Jim Meyering  <jim@meyering.net>
17116
17117         * m4/warning.m4: Use the all-permissive copyright notice
17118         recommended by RMS (rather than LGPL).
17119         * m4/vararrays.m4: Likewise.
17120         * m4/flexmember.m4: Likewise.
17121
17122 2006-11-29  Bruno Haible  <bruno@clisp.org>
17123
17124         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17125         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
17126         using +=.
17127         Reported by Simon Josefsson <simon@josefsson.org>.
17128
17129 2006-11-28  James Youngman <jay@gnu.org>
17130
17131         * README: Advise users that they might find the bug-gnulib@gnu.org
17132         and autotools-announce@gnu.org mailing lists useful.
17133
17134 2006-11-28  Bruno Haible  <bruno@clisp.org>
17135
17136         * m4/ptrdiff_max.m4: Remove file.
17137
17138 2006-11-21  Bruno Haible  <bruno@clisp.org>
17139
17140         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
17141         _AC_COMPUTE_INT.
17142         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17143         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
17144         _AC_COMPUTE_INT.
17145         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17146         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
17147         _AC_COMPUTE_INT.
17148         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17149
17150 2006-11-28  Jim Meyering  <jim@meyering.net>
17151
17152         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
17153         warning from "gcc -Wshadow" about shadowing the builtin.
17154
17155 2006-11-27  Bruno Haible  <bruno@clisp.org>
17156
17157         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
17158         _AC_COMPUTE_INT.
17159         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17160
17161 2006-11-27  Bruno Haible  <bruno@clisp.org>
17162             Paul Eggert  <eggert@cs.ucla.edu>
17163
17164         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
17165
17166 2006-11-26  Bruno Haible  <bruno@clisp.org>
17167
17168         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17169         noinst_LTLIBRARIES.
17170
17171 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
17172             Bruno Haible  <bruno@clisp.org>
17173
17174         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
17175         if compiling with "gcc -ansi".
17176
17177 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
17178
17179         Fix some incompatibilities with gcc -ansi -pedantic.
17180         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
17181         if compiling pedantically with GCC, unless it's C99 or later.
17182         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
17183         it mishandles gcc -ansi -pedantic as well.
17184         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
17185         if gcc -pedantic.
17186         * lib/regexec.c (check_node_accept_bytes): Don't use auto
17187         initializers for struct if -pedantic, unless it's C99 or later.
17188
17189 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
17190
17191         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
17192         Don't close an fd more than once. Identical atimes indicate
17193         success, not failure.
17194
17195 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
17196
17197         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
17198
17199 2006-11-23  Jim Meyering  <jim@meyering.net>
17200
17201         * build-aux/announce-gen: New file.  From coreutils.
17202
17203 2006-11-22  Jim Meyering  <jim@meyering.net>
17204
17205         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
17206         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
17207         (fts_read): Use a temporary to narrow the overused st_size member
17208         before using it in a switch statement.  Reported by Matthew Woehlke.
17209
17210         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
17211         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
17212
17213 2006-11-20  Bruno Haible  <bruno@clisp.org>
17214
17215         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
17216         changequote instead of pairs of brackets.
17217         Reported by Andreas Schwab <schwab@suse.de>.
17218
17219 2006-11-21  Jim Meyering  <jim@meyering.net>
17220
17221         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
17222         so as to remain compatible with older compilers.
17223         Patch from Michael Deutschmann.
17224
17225 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17226
17227         * MODULES.html.sh (File system functions): Add openat.
17228
17229         * lib/openat.h (rpl_fstatat): New macro, if
17230         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
17231         (fstatat): Define to rpl_fstatat under the same conditions,
17232         unless COMPILING_FSTATAT.
17233         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
17234         seems to have the bug.
17235         * lib/fstatat.c: New file.
17236         * modules/openat (Files): Add it.
17237
17238 2006-11-20  Bruno Haible  <bruno@clisp.org>
17239
17240         * Makefile: New file.
17241
17242 2006-11-20  Jim Meyering  <jim@meyering.net>
17243
17244         The beginnings of syntax-related checks for gnulib.
17245         * lib/Makefile: New file.
17246         * lib/t-idcache: New script.  Ensure that the two halves of
17247         idcache.c stay in sync.
17248
17249         * lib/idcache.c: Adjust comments in user- and group- portions to
17250         be more accurate, and to be consistent with one another.
17251
17252 2006-11-20  Jim Meyering  <jim@meyering.net>
17253
17254         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
17255         continue using the flexible array member (thus, this module performs
17256         half as many malloc calls), with the addition that...
17257         (getgroup, getuser): Consistently record a non-match via an empty
17258         "name" string, and map an empty string match to a NULL return value.
17259         * modules/idcache (Depends-on): Re-add flexmember.
17260
17261         * lib/idcache.c (getuser): Remove all uses of the register keyword.
17262         (getuidbyname, getgroup, getgidbyname): Likewise.
17263
17264         Use cleaner syntax: NULL rather than 0.
17265         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
17266
17267 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
17268
17269         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
17270         It mishandled the case where the group was missing.
17271         Problem reported by Greg Schafer.
17272         * modules/idcache: Likewise.
17273
17274 2006-11-18  Jim Meyering  <jim@meyering.net>
17275
17276         * check-module (%exempt_header): Add exception for some
17277         conditionally-included headers.
17278
17279         * modules/i-ring (Depends-on): Add verify.
17280         (License): Change to LGPL.
17281
17282 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
17285         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
17286         and inttostr.h.  Use snprintf rather than uinttostr, so that
17287         LGPLed code doesn't depend on GPLed.
17288
17289 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
17290
17291         * modules/inline (License): Change from GPL to LGPL.
17292
17293 2006-11-17  Jim Meyering  <jim@meyering.net>
17294
17295         * modules/d-type (License): Switch to LGPL.
17296
17297 2006-11-15  Bruno Haible  <bruno@clisp.org>
17298
17299         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
17300
17301 2006-11-15  Eric Blake  <ebb9@byu.net>
17302
17303         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
17304         the module dependency.
17305
17306 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17307             Bruno Haible  <bruno@clisp.org>
17308
17309         * gnulib-tool (func_create_testdir): Add license consistency check.
17310
17311 2006-11-15  Eric Blake  <ebb9@byu.net>
17312
17313         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
17314         random "(cached)" in configure output.
17315
17316 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17317
17318         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
17319         test for conforming inttypes.h is both announced and cached.
17320
17321         * MODULES.html.sh (seen_modules, seen_files): New variables.
17322         (func_module): Rewrite to use a few less gnulib-tool and sed
17323         invocations.  Avoid a couple of quadratic algorithms for ...
17324         (missed_modules, missed_files): ... these, with ...
17325         (func_append, func_tmpdir): ... these new functions, from
17326         gnulib-tool.  Analogously, install traps for cleanup.
17327
17328         * tests/test-gc.c (main): Remove unused variables.
17329         * tests/test-read-file.c: Include stdlib.h, for 'free'.
17330
17331 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
17332
17333         * modules/inttostr (License): Change to LGPL.
17334
17335 2006-11-14  Eric Blake  <ebb9@byu.net>
17336
17337         * modules/tempname (License): Change to LGPL.
17338
17339 2006-11-14  Eric Blake  <ebb9@byu.net>
17340
17341         * doc/functions.texi (Function Portability): *printf functions on
17342         Cygwin now understand all POSIX size specifiers.
17343
17344 2006-11-14  Bruno Haible  <bruno@clisp.org>
17345
17346         * modules/c-ctype (License): Change to LGPL.
17347
17348 2006-11-12  Bruno Haible  <bruno@clisp.org>
17349
17350         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
17351         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
17352         for GNOME libraries, for which the include files are installed in
17353         subdirectories of $prefix/include.
17354
17355 2006-11-12  Bruno Haible  <bruno@clisp.org>
17356
17357         * m4/lib-link.m4: Require at least autoconf-2.54.
17358         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
17359         name to underscores for the --with option.
17360
17361 2006-11-13  Bruno Haible  <bruno@clisp.org>
17362
17363         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
17364         the tests directory.
17365         Reported by Ralf Wildenhues.
17366
17367 2006-11-13  Bruno Haible  <bruno@clisp.org>
17368
17369         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
17370         (func_emit_initmacro_end): Undo the override here.
17371         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
17372         Works around the famous automake error in coreutils.
17373
17374 2006-11-13  Eric Blake  <ebb9@byu.net>
17375
17376         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
17377         element, not its node.
17378
17379 2006-11-12  Bruno Haible  <bruno@clisp.org>
17380
17381         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
17382         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
17383
17384 2006-11-12  Bruno Haible  <bruno@clisp.org>
17385
17386         * gnulib-tool: New option --local-symlink.
17387         (func_usage): Document it.
17388         (lsymbolic): New variable.
17389         (func_import, func_create_testdir): If --symlink was not specified,
17390         test whether --local-symlink was specified and the file comes from
17391         the local_gnulib_dir.
17392
17393 2006-11-12  Bruno Haible  <bruno@clisp.org>
17394
17395         * gnulib-tool (func_ln): New function.
17396         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
17397
17398 2006-11-12  Bruno Haible  <bruno@clisp.org>
17399
17400         Finish support for source files in subdirectories.
17401         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
17402         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
17403         AUTOMAKE_OPTIONS.
17404         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
17405
17406 2006-11-12  Bruno Haible  <bruno@clisp.org>
17407
17408         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17409         EXTRA_lib_SOURCES augmentation.
17410         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
17411
17412 2006-11-12  Jim Meyering  <jim@meyering.net>
17413
17414         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
17415         file descriptors.  This also averts a failure on systems with
17416         native openat support when a traversed directory lacks "x" access.
17417         * lib/fts_.h: Include "i-ring.h"
17418         (struct FTS) [fts_fd_ring]: New member.
17419         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
17420         (FCHDIR): Add parentheses.
17421         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
17422         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
17423         When descending, rather than simply closing the previous
17424         fts_cwd_fd value, push that file descriptor onto the ring.
17425         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
17426         (fts_open): Initialize the new fd_ring member.
17427         (fts_close): Clear the ring.
17428         (fts_safe_changedir): When possible, use our new fd_ring to skip
17429         the diropen and fstat and dev/ino comparison that would normally
17430         accompany a virtual `chdir ("..")'.
17431
17432         * modules/fts (Depends-on): Add i-ring.
17433         * modules/i-ring: New module.
17434         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
17435         * m4/i-ring.m4: New file.
17436
17437 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17438
17439         * gnulib-tool (func_create_testdir): Fix replacement of
17440         `build-aux' in configure.ac.  Run autotools in gltests
17441         subdirectory.
17442         (func_create_testdir, func_create_megatestdir, test): There is
17443         no need for '--force' in most autotool invocations in a new
17444         tree.  Actually fail the whole test if any of the tools, or the
17445         configure or make stages fail.
17446
17447         Sync from Automake.
17448         * build-aux/gnupload: Revert last change.  Add pointer to upload
17449         instructions of the GNU Maintenance Instructions.
17450         Suggestion by Karl Berry.
17451
17452 2006-11-10  Jim Meyering  <jim@meyering.net>
17453
17454         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
17455
17456 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17457
17458         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
17459         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
17460         (bind_textdomain_codeset) [! ENABLE_NLS]:
17461         Evaluate all the arguments.  That way, callers get compatible behavior
17462         if the arguments have side effects.  Also, it avoids some GCC
17463         diagnostics in some cases; Joel E. Denny reported problems when Bison
17464         was configured with --enable-gcc-warnigs.
17465
17466 2006-11-10  Jim Meyering  <jim@meyering.net>
17467
17468         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
17469         relevant options in CFLAGS (like -O, -fno-inline) are taken into
17470         account.
17471
17472 2006-11-10  Jim Meyering  <jim@meyering.net>
17473
17474         * modules/inline: New file/module.
17475         * modules/xalloc (Files): Remove m4/inline.m4.
17476         (Depends-on): Add inline, instead.
17477         * modules/oset: Likewise.
17478         * modules/list: Likewise.
17479
17480 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
17481
17482         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
17483         Problem reported by Matthew Woehlke.
17484
17485 2006-11-09  Bruno Haible  <bruno@clisp.org>
17486
17487         * lib/tempname.c (gen_tempname): Remove variant that invokes
17488         __gen_tempname.
17489         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
17490         __gen_tempname.
17491
17492 2006-11-08  Bruno Haible  <bruno@clisp.org>
17493
17494         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
17495         to 'yes' instead of 'cross-compiling'.
17496
17497 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
17498
17499         * lib/quotearg.h (quotearg_free): New decl.
17500         * lib/quotearg.c (quotearg_free): New function.
17501         (slot0, nslots, slotvec0, slotvec):
17502         Now file-scope so that quotearg_free can get at them.
17503
17504 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17505
17506         Sync from Automake.
17507         * build-aux/gnupload: Add missing 'gnu' to example URL.
17508         Report by Karl Berry.
17509
17510 2006-11-08  Bruno Haible  <bruno@clisp.org>
17511
17512         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
17513         Suggested by Paul Eggert.
17514
17515 2006-11-08  Jim Meyering  <jim@meyering.net>
17516
17517         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
17518         It's already included if !_LIBC.
17519         (fts_safe_changedir): Add a comment.
17520
17521 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17522
17523         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
17524         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
17525         Matthew Woehlke.
17526
17527         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
17528         definitions up, to avoid colliding with change below.
17529         (static_inline) [HAVE_INLINE]: New macro.
17530         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
17531         Provide extern decls when !HAVE_INLINE.  Do not define unless
17532         static_inline is defined, either by us or by xmalloc.c.  Use
17533         static_inline rather than static inline.
17534         (XCALLOC): Optimize sizeof(T) = 1 case.
17535         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
17536
17537 2006-11-07  Bruno Haible  <bruno@clisp.org>
17538
17539         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
17540         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
17541         AC_C_INLINE.
17542         * modules/xalloc (Files): Add m4/inline.m4.
17543
17544 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17545
17546         * README: Fix typo.
17547         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
17548         (Miscellanous Notes): ...from this.
17549
17550 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
17551
17552         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
17553         Mention that offsetof should be used instead of sizeof.
17554         From Bruno Haible.
17555
17556 2006-11-07  Bruno Haible  <bruno@clisp.org>
17557
17558         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
17559
17560 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17561
17562         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17563         * lib/gl_anyavltree_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):
17566         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
17567         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
17568         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17569         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
17570         (gl_linked_add_after, gl_linked_add_at): Likewise.
17571         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
17572         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
17573         (gl_tree_add_before, gl_tree_add_after): Likewise.
17574         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
17575         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
17576         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
17577
17578 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17579
17580         * lib/gl_oset.h: Use C comment style, not C++ comment style.
17581
17582 2006-11-06  Bruno Haible  <bruno@clisp.org>
17583
17584         * m4/inline.m4: New file.
17585         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
17586         * modules/list (Files): Add m4/inline.m4.
17587         * modules/oset (Files): Likewise.
17588
17589 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         * lib/idcache.c: Include <stddef.h>, for offsetof.
17592         (struct userid.name): Change from char * to a flexible array member.
17593         All uses changed.
17594         * modules/idcache (Depends-on): Add flexmember.
17595
17596         * MODULES.html.sh (Core language properties): New module flexmember.
17597         * modules/flexmember, m4/flexmember.m4: New files.
17598
17599         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
17600         inline functions that are identical with the old xnmalloc_inline,
17601         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
17602         that we can avoid some unnecessary integer multiplications and
17603         divisions in the common case where the element size is known at
17604         compile time.
17605         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
17606         needed.
17607         (xnboundedmalloc): Remove.
17608         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
17609         arguments, for consistency with rest of this header.
17610         (xcharalloc): Rewrite using XNMALLOC.
17611         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
17612         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
17613         versions have been moved to lib/xalloc.h and renamed to be the
17614         non-*_inline versions.
17615         (xmalloc, xrealloc): Implement without reference to the xnmalloc
17616         and xnrealloc functions, since those functions are now inline and
17617         now call us.
17618         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
17619         renaming described above.
17620         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
17621         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
17622         captures the dependency in AC_C_INLINE.
17623
17624         New module canonicalize-lgpl, proposed by Charles Wilson in
17625         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
17626         with a few small changes afterwards.
17627         * MODULES.html.sh (File system functions): New module
17628         canonicalize-lgpl.
17629         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
17630         and canonicalize_file_name.
17631         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
17632         * modules/canonicalize-lgpl: New files.
17633
17634 2006-11-05  Bruno Haible  <bruno@clisp.org>
17635
17636         * gnulib-tool (func_import, func_create_testdir): Create directories
17637         also for files in subdirectories of lib/.
17638
17639 2006-11-05  Bruno Haible  <bruno@clisp.org>
17640
17641         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
17642         ANSI C compliant.
17643
17644 2006-11-03  Bruno Haible  <bruno@clisp.org>
17645
17646         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
17647         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
17648         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
17649         (xnboundedmalloc): New inline function.
17650         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
17651         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
17652         xmalloc.
17653         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
17654         xmalloc.
17655         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
17656         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
17657         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
17658         xmalloc.
17659         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17660         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
17661         xmalloc.
17662         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
17663         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17664         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
17665         xmalloc.
17666         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
17667         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
17668         gl_tree_add_after): Use XMALLOC instead of xmalloc.
17669         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
17670         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
17671         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
17672         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
17673
17674 2006-11-03  Bruno Haible  <bruno@clisp.org>
17675
17676         * lib/c-ctype.h [C++]: Define functions without name mangling.
17677         * lib/fwriteerror.h [C++]: Likewise.
17678         * lib/gcd.h [C++]: Likewise.
17679         * lib/linebreak.h [C++]: Likewise.
17680
17681 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
17684         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
17685         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
17686         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17687         Check for functions and headers just once.
17688         Check for declaration of canonicalize_file_name.
17689         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
17690
17691 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17692
17693         * gnulib-tool (func_import): Fix typo in actioncmd.
17694
17695 2006-11-02  Bruno Haible  <bruno@clisp.org>
17696
17697         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
17698         newline sequence in the Makefile.am snippet as a space, like "make"
17699         does.
17700         Reported by Roger Persson <perrog@gmail.com>.
17701
17702 2006-11-01  Bruno Haible  <bruno@clisp.org>
17703
17704         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
17705         already declared in <string.h>.
17706         * lib/strcase.h (strncasecmp): Don't declare it if yes.
17707
17708 2006-11-01  Bruno Haible  <bruno@clisp.org>
17709
17710         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
17711         * lib/strcase.h: Include <string.h>.
17712         (strcasecmp): Define to rpl_strcasecmp here.
17713
17714 2006-11-01  Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
17717
17718 2006-11-01  Eric Blake  <ebb9@byu.net>
17719
17720         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
17721
17722         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
17723
17724 2006-10-29  Bruno Haible  <bruno@clisp.org>
17725
17726         Make it compile in C++ mode.
17727         * lib/full-write.c (full_rw): Add a cast.
17728
17729 2006-11-01  Bruno Haible  <bruno@clisp.org>
17730
17731         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
17732         be POSIX compliant.
17733         Reported by Roger Persson <perrog@gmail.com>.
17734
17735 2006-11-01  Eric Blake  <ebb9@byu.net>
17736
17737         * lib/getopt_.h: Fix comments.
17738
17739 2006-10-31  Eric Blake  <ebb9@byu.net>
17740
17741         * modules/tmpdir (Depends-on): Add sys_stat.
17742         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
17743         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
17744         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
17745         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
17746         tempname.
17747
17748 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
17749
17750         Avoid some C++ diagnostics reported by Bruno Haible.
17751         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
17752         xmalloc.
17753         (quotearg_alloc): Use xcharalloc rather than xmalloc.
17754         (struct slotvec): Move to top level.
17755         (quotearg_n_options): Rewrite to avoid xmalloc.
17756         * lib/xalloc.h (xcharalloc): New function.
17757         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
17758         [defined __cplusplus]: Add function template that provides result
17759         type propagation.  This part of the change is from Bruno Haible.
17760
17761 2006-10-29  Bruno Haible  <bruno@clisp.org>
17762
17763         Make it compile in C++ mode.
17764         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
17765         * lib/strnlen1.c (strnlen1): Cast memchr result.
17766         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
17767         * lib/clean-temp.c (string_equals, string_hash): Add casts.
17768         (create_temp_dir): Rename local variable 'template'.
17769         (compile_csharp_using_sscli): Add cast.
17770         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
17771         * lib/findprog.c (find_in_path): Likewise.
17772         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
17773         * lib/wait-process.c (register_slave_subprocess): Likewise.
17774
17775 2006-10-22  Bruno Haible  <bruno@clisp.org>
17776
17777         * modules/tsearch: New file.
17778         * lib/tsearch.h: New file.
17779         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
17780         * m4/tsearch.m4: New file.
17781         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
17782
17783 2006-10-29  Eric Blake  <ebb9@byu.net>
17784
17785         * lib/arcfour.c: Assume config.h.
17786         * lib/arctwo.c: Likewise.
17787         * lib/base64.c: Likewise.
17788         * lib/check-version.c: Likewise.
17789         * lib/crc.c: Likewise.
17790         * lib/des.c: Likewise.
17791         * lib/gc-gnulib.c: Likewise.
17792         * lib/gc-libgcrypt.c: Likewise.
17793         * lib/gc-pbkdf2-sha1.c: Likewise.
17794         * lib/getaddrinfo.c: Likewise.
17795         * lib/getdelim.c: Likewise.
17796         * lib/getline.c: Likewise.
17797         * lib/hmac-md5.c: Likewise.
17798         * lib/hmac-sha1.c: Likewise.
17799         * lib/iconvme.c: Likewise.
17800         * lib/md2.c: Likewise.
17801         * lib/md4.c: Likewise.
17802         * lib/memxor.c: Likewise.
17803         * lib/read-file.c: Likewise.
17804         * lib/readline.c: Likewise.
17805         * lib/rijndael-alg-fst.c: Likewise.
17806         * lib/rijndael-api-fst.c: Likewise.
17807         * lib/xgetdomainname.c: Likewise.
17808
17809 2006-10-28  Eric Blake  <ebb9@byu.net>
17810
17811         * lib/xstrndup.c: Assume config.h.
17812
17813 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17814
17815         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
17816         stat-macros.h is now for our own macros, whereas stat_h is for
17817         macros in the <sys/stat.h> name space.
17818         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
17819         (STAT_MACROS_H): Remove.
17820         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
17821         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
17822         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
17823         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
17824         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
17825         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
17826         Move these macros to ...
17827         * lib/stat_.h: here.  Don't include stat-macros.h.
17828         * lib/canonicalize.c: Don't include stat-macros.h.
17829         * lib/chown.c: Likewise.
17830         * lib/euidaccess.c: Likewise.
17831         * lib/file-type.c: Likewise.
17832         * lib/filemode.c: Likewise.
17833         * lib/glob.c: Likewise.
17834         * lib/isapipe.c: Likewise.
17835         * lib/lchown.c: Likewise.
17836         * lib/lstat.c: Likewise.
17837         * lib/mkdir-p.c: Likewise.
17838         * lib/rmdir.c: Likewise.
17839         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
17840         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
17841         unless mkdir isn't declared, to speed up 'configure'.
17842         Always create sys/stat.h, since it's unlikely any real sys/stat.h
17843         would define all the S_* symbols.
17844         * modules/canonicalize (Depends-on):
17845         Depend on sys_stat, not stat-macros.
17846         * modules/chown: Likewise.
17847         * modules/euidaccess: Likewise.
17848         * modules/filemode: Likewise.
17849         * modules/file-type: Likewise.
17850         * modules/glob: Likewise.
17851         * modules/isapipe: Likewise.
17852         * modules/lchown: Likewise.
17853         * modules/lstat: Likewise.
17854         * modules/mkancesdirs: Likewise.
17855         * modules/rmdir: Likewise.
17856         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
17857         * modules/modechange: Likewise.
17858         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
17859         (configure.ac): Remove gl_STAT_MACROS.
17860         * modules/sys_stat (Depends-on): Remove stat-macros.
17861
17862 2006-10-27  Bruno Haible  <bruno@clisp.org>
17863
17864         * m4/signed.m4: Remove file.
17865         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
17866         invocation.
17867         * modules/vasnprintf (Files): Remove m4/signed.m4.
17868
17869 2006-10-27  Bruno Haible  <bruno@clisp.org>
17870
17871         Update to GNU gettext 0.16.
17872         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
17873         m4/inttypes-h.m4, m4/signed.m4.
17874         * m4/gettext.m4: Update to GNU gettext 0.16.
17875         * m4/intl.m4: New file, from GNU gettext.
17876         * m4/intldir.m4: New file, from GNU gettext.
17877         * config/srclist.txt: Update
17878
17879 2006-10-27  Eric Blake  <ebb9@byu.net>
17880
17881         * MODULES.html.sh: Document tempname.
17882         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
17883         dependencies.
17884         (Files): Move lib/tempname.c...
17885         * modules/tempname: ...to this new module.
17886         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
17887         (gl_PREREQ_TEMPNAME): Move...
17888         * m4/tempname.m4: ...to this new file.
17889         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
17890         * modules/sys_stat (Depends-on): Add stat-macros.
17891         * lib/stat_.h (includes): Pick up stat macros.
17892         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
17893         if stat macros are broken.
17894         * lib/tempname.c (includes): No need to include "stat-macros.h".
17895         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
17896         (direxists, __path_search) [!_LIBC]: Don't compile these in
17897         gnulib; the tmpdir module covers that.
17898         * lib/tempname.h: New file.
17899
17900 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
17901
17902         * COPYING: Explain how gnulib-tool converts licence headers.
17903         Almost all wording by Eric Blake.
17904
17905 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
17906
17907         * lib/mbchar.h (is_basic_table): Make read-only.
17908         * lib/mbchar.c (is_basic_table): Likewise.
17909         Reported by John Darrington.
17910
17911 2006-10-25  Bruno Haible  <bruno@clisp.org>
17912
17913         * lib/progname.h (set_program_name): Undefine before defining.
17914
17915 2006-10-25  Bruno Haible  <bruno@clisp.org>
17916
17917         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
17918         false for non-gcc C++ compilers.
17919         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
17920
17921 2006-10-24  Bruno Haible  <bruno@clisp.org>
17922
17923         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
17924         iconv implementations like Irix iconv.
17925
17926 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17927
17928         * modules/vararrays: New file.
17929         * m4/vararrays.m4: New file, taken from diffutils.
17930         * MODULES.html.sh: New module vararrays.
17931
17932 2006-10-24  Karl Berry  <karl@gnu.org>
17933
17934         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
17935         Don't call GNU Unix.
17936
17937 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17938
17939         * users.txt: Add Libtool.
17940
17941         Sync from Libtool:
17942
17943         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17944
17945         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
17946         to gnulib's policy of including config.h unconditionally.
17947
17948 2006-10-24  Bruno Haible  <bruno@clisp.org>
17949
17950         * modules/wcwidth (Files): Add m4/wint_t.m4.
17951         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
17952         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
17953
17954 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
17955
17956         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
17957         to pacify GCC with some -W flags enabled.  Problem reported by
17958         Bruno Haible.
17959
17960 2006-10-24  Jim Meyering  <jim@meyering.net>
17961
17962         * MODULES.html.sh: Remove uinttostr.  It's not a module.
17963         Reported by Karl Berry.
17964
17965 2006-10-23  Bruno Haible  <bruno@clisp.org>
17966
17967         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
17968
17969 2006-10-24  Bruno Haible  <bruno@clisp.org>
17970
17971         * lib/gl_list.h: Use C comment style, not C++ comment style.
17972
17973 2006-10-23  Eric Blake  <ebb9@byu.net>
17974
17975         * lib/getaddrinfo.c (includes): Add missing include.
17976
17977 2006-10-23  Bruno Haible  <bruno@clisp.org>
17978             Paul Eggert  <eggert@cs.ucla.edu>
17979
17980         Ability to rename obstack_free.
17981         * lib/obstack.h (__obstack_free): New macro. Declare instead of
17982         obstack_free.
17983         (obstack_free): Invoke the __obstack_free macro.
17984         * lib/obstack.c (obstack_free): Use __obstack_free macro.
17985
17986 2006-10-23  Bruno Haible  <bruno@clisp.org>
17987             Paul Eggert  <eggert@cs.ucla.edu>
17988
17989         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
17990         __argc, __argv from the declaration. (They are defined as macros on
17991         mingw.)
17992
17993 2006-10-22  Bruno Haible  <bruno@clisp.org>
17994
17995         * doc/gnulib-intro.texi: New file.
17996         * doc/gnulib.texi: Include it.
17997
17998 2006-10-21  Bruno Haible  <bruno@clisp.org>
17999
18000         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
18001         "Introduction", "Miscellanous Notes", "Particular Modules".
18002
18003 2006-10-21  Bruno Haible  <bruno@clisp.org>
18004
18005         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18006         Change mostlyclean-local rule to avoid sh syntax error from bash
18007         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
18008
18009 2006-10-23  Jim Meyering  <jim@meyering.net>
18010
18011         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
18012         in place of snprintf.
18013
18014         * modules/inttostr (Files): Add lib/uinttostr.c.
18015         * lib/uinttostr.c (inttostr): New file/function.
18016         * lib/inttostr.h (uinttostr): Declare.
18017         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
18018         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
18019         Add uinttostr.
18020         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
18021
18022 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18023
18024         * lib/canonicalize.c (ELOOP): Define if not already defined.
18025         Problem reported by Bruno Haible in
18026         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
18027
18028 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
18031         Problem reported by Perry Smith and Ville Laurikari.
18032
18033         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
18034         uses.
18035
18036 2006-10-19  Bruno Haible  <bruno@clisp.org>
18037
18038         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
18039         for mingw.
18040
18041 2006-10-19  Bruno Haible  <bruno@clisp.org>
18042
18043         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
18044         Needed for mingw.
18045
18046 2006-10-19  Bruno Haible  <bruno@clisp.org>
18047
18048         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
18049
18050 2006-10-19  Bruno Haible  <bruno@clisp.org>
18051
18052         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
18053         it.
18054
18055 2006-10-19  Bruno Haible  <bruno@clisp.org>
18056
18057         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
18058         invocation.
18059
18060 2006-10-19  Bruno Haible  <bruno@clisp.org>
18061
18062         * gnulib-tool (func_create_testdir): Don't include ftruncate and
18063         mountlist by default.
18064
18065 2006-10-16  Bruno Haible  <bruno@clisp.org>
18066
18067         * lib/c-strstr.c: Include c-strstr.h.
18068
18069 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18070
18071         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
18072         in a slash.
18073
18074 2006-10-18  Bruno Haible  <bruno@clisp.org>
18075
18076         * lib/lock.h [C++]: Wrap definitions in extern "C".
18077
18078 2006-10-18  Bruno Haible  <bruno@clisp.org>
18079
18080         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
18081         gl_LIBOBJS list.
18082
18083 2006-10-18  Bruno Haible  <bruno@clisp.org>
18084
18085         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
18086
18087 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
18088
18089         * lib/xstrtol.h: Include gettext.h.
18090         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
18091         Problem reported by Eric Blake.
18092         * modules/xstrtol (Depends-on): Add gettext-h.
18093
18094 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
18095
18096         * lib/strftime.c (advance): New macro.
18097         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
18098         incomplete type, so you can't add 0 to it.  Problem and patch
18099         reported by Eelco Dolstra for dietlibc.
18100
18101 2006-10-18  Jim Meyering  <jim@meyering.net>
18102
18103         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
18104         type for a local, and rename it: s/up/user_proc/.
18105
18106 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
18107
18108         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
18109         READ_UTMP_USER_PROCESS.
18110         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
18111
18112 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18113
18114         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
18115         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
18116
18117 2006-10-17  Eric Blake  <ebb9@byu.net>
18118
18119         * lib/sigprocmask.c (sigprocmask): Fix typo.
18120
18121         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
18122
18123         * modules/clean-temp (Makefile.am): Don't add to make output...
18124         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
18125         config.h.
18126
18127 2006-10-17  Bruno Haible  <bruno@clisp.org>
18128
18129         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
18130         differently if DEFAULT_TEXT_DOMAIN is set.
18131
18132 2006-10-16  Bruno Haible  <bruno@clisp.org>
18133
18134         * lib/clean-temp.c: Include fwriteerror.h.
18135
18136 2006-10-16  Bruno Haible  <bruno@clisp.org>
18137
18138         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
18139
18140 2006-10-16  Bruno Haible  <bruno@clisp.org>
18141
18142         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
18143         * lib/sigprocmask.h: Include <sys/types.h>.
18144         (sigset_t): Use the system's definition if present.
18145
18146 2006-10-17  Eric Blake  <ebb9@byu.net>
18147
18148         * lib/xvasprintf.c (includes): Assume config.h.
18149         * lib/xasprintf.c (includes): Likewise.
18150
18151 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18152
18153         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
18154         at least as wide as intmax_t.
18155
18156 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
18157
18158         (Imported from Automake.)
18159         * build-aux/gnupload: Update to version 1.1 of directive file.
18160
18161 2006-10-16  Eric Blake  <ebb9@byu.net>
18162
18163         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
18164         match Automake 1.10a.
18165
18166 2006-10-14  Bruno Haible  <bruno@clisp.org>
18167
18168         * modules/sigprocmask: New file.
18169         * lib/sigprocmask.h: New file.
18170         * lib/sigprocmask.c: New file.
18171         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
18172         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
18173         request sigprocmask.o.
18174         (gl_PREREQ_SIGPROCMASK): New macro.
18175         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
18176         (Depends-on): Add sigprocmask.
18177         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
18178         gt_SIGNALBLOCKING. Test for 'raise' only once.
18179         * lib/fatal-signal.c: Include sigprocmask.h.
18180         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
18181         unblock_fatal_signals): Define always.
18182         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18183         sigprocmask.
18184
18185 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18186
18187         Sync from Automake.
18188         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
18189         which incorrectly sets the mode of an existing destination
18190         directory.  In some cases the unpatched install-sh could do the
18191         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
18192         system.  We hope this is rare in practice, but it's clearly worth
18193         fixing.  Problem reported by Alex Unleashed in
18194         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
18195         Also, don't bother to check for -m bugs unless we're using -m;
18196         suggested by Stepan Kasal.
18197
18198 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18199
18200         Sync from Automake.
18201         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
18202         `-c' flag, so they appear at the same position as in %FASTDEP%
18203         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
18204         which ignores unknown options only after the first non-option.
18205         Bug report against M4 by Nelson H. F. Beebe.
18206
18207 2006-10-13  Jim Meyering  <jim@meyering.net>
18208
18209         Fix a bug in yesterday's change.
18210         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
18211         p->fts_statp->st_dev would be used uninitialized.
18212         Ensures that we always call fts_stat on the very first entry.
18213         Miklos Szeredi reported that find -xdev stopped working.
18214
18215 2006-10-12  Bruno Haible  <bruno@clisp.org>
18216
18217         * gnulib-tool (func_get_automake_snippet): Append an automatically
18218         computed EXTRA_DIST augmentation.
18219         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
18220         * modules/alloca-opt (Makefile.am): Likewise.
18221         * modules/allocsa (Makefile.am): Likewise.
18222         * modules/arcfour (Makefile.am): Likewise.
18223         * modules/arctwo (Makefile.am): Likewise.
18224         * modules/argmatch (Makefile.am): Likewise.
18225         * modules/argz (Makefile.am): Likewise.
18226         * modules/atexit (Makefile.am): Likewise.
18227         * modules/backupfile (Makefile.am): Likewise.
18228         * modules/byteswap (Makefile.am): Likewise.
18229         * modules/c-strtod (Makefile.am): Likewise.
18230         * modules/c-strtold (Makefile.am): Likewise.
18231         * modules/calloc (Makefile.am): Likewise.
18232         * modules/canon-host (Makefile.am): Likewise.
18233         * modules/canonicalize (Makefile.am): Likewise.
18234         * modules/chdir-long (Makefile.am): Likewise.
18235         * modules/chdir-safer (Makefile.am): Likewise.
18236         * modules/check-version (Makefile.am): Likewise.
18237         * modules/chown (Makefile.am): Likewise.
18238         * modules/cloexec (Makefile.am): Likewise.
18239         * modules/close-stream (Makefile.am): Likewise.
18240         * modules/closeout (Makefile.am): Likewise.
18241         * modules/crc (Makefile.am): Likewise.
18242         * modules/csharpexec (Makefile.am): Likewise.
18243         * modules/cycle-check (Makefile.am): Likewise.
18244         * modules/des (Makefile.am): Likewise.
18245         * modules/dev-ino (Makefile.am): Likewise.
18246         * modules/dirfd (Makefile.am): Likewise.
18247         * modules/dirname (Makefile.am): Likewise.
18248         * modules/dup2 (Makefile.am): Likewise.
18249         * modules/eealloc (Makefile.am): Likewise.
18250         * modules/error (Makefile.am): Likewise.
18251         * modules/euidaccess (Makefile.am): Likewise.
18252         * modules/exclude (Makefile.am): Likewise.
18253         * modules/exitfail (Makefile.am): Likewise.
18254         * modules/fcntl-safer (Makefile.am): Likewise.
18255         * modules/fcntl (Makefile.am): Likewise.
18256         * modules/file-type (Makefile.am): Likewise.
18257         * modules/fileblocks (Makefile.am): Likewise.
18258         * modules/filemode (Makefile.am): Likewise.
18259         * modules/filenamecat (Makefile.am): Likewise.
18260         * modules/fnmatch (Makefile.am): Likewise.
18261         * modules/fopen-safer (Makefile.am): Likewise.
18262         * modules/fpending (Makefile.am): Likewise.
18263         * modules/fprintftime (Makefile.am): Likewise.
18264         * modules/free (Makefile.am): Likewise.
18265         * modules/fsusage (Makefile.am): Likewise.
18266         * modules/ftruncate (Makefile.am): Likewise.
18267         * modules/fts (Makefile.am): Likewise.
18268         * modules/gc-arcfour (Makefile.am): Likewise.
18269         * modules/gc-des (Makefile.am): Likewise.
18270         * modules/gc-hmac-md5 (Makefile.am): Likewise.
18271         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
18272         * modules/gc-md4 (Makefile.am): Likewise.
18273         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18274         * modules/gc-sha1 (Makefile.am): Likewise.
18275         * modules/gc (Makefile.am): Likewise.
18276         * modules/getaddrinfo (Makefile.am): Likewise.
18277         * modules/getcwd (Makefile.am): Likewise.
18278         * modules/getdelim (Makefile.am): Likewise.
18279         * modules/getdomainname (Makefile.am): Likewise.
18280         * modules/getgroups (Makefile.am): Likewise.
18281         * modules/gethostname (Makefile.am): Likewise.
18282         * modules/gethrxtime (Makefile.am): Likewise.
18283         * modules/getline (Makefile.am): Likewise.
18284         * modules/getloadavg (Makefile.am): Likewise.
18285         * modules/getlogin_r (Makefile.am): Likewise.
18286         * modules/getndelim2 (Makefile.am): Likewise.
18287         * modules/getopt (Makefile.am): Likewise.
18288         * modules/getpagesize (Makefile.am): Likewise.
18289         * modules/getpass-gnu (Makefile.am): Likewise.
18290         * modules/getpass (Makefile.am): Likewise.
18291         * modules/getsubopt (Makefile.am): Likewise.
18292         * modules/gettime (Makefile.am): Likewise.
18293         * modules/gettimeofday (Makefile.am): Likewise.
18294         * modules/getugroups (Makefile.am): Likewise.
18295         * modules/getusershell (Makefile.am): Likewise.
18296         * modules/glob (Makefile.am): Likewise.
18297         * modules/group-member (Makefile.am): Likewise.
18298         * modules/hard-locale (Makefile.am): Likewise.
18299         * modules/hash (Makefile.am): Likewise.
18300         * modules/hmac-md5 (Makefile.am): Likewise.
18301         * modules/hmac-sha1 (Makefile.am): Likewise.
18302         * modules/human (Makefile.am): Likewise.
18303         * modules/idcache (Makefile.am): Likewise.
18304         * modules/imaxabs (Makefile.am): Likewise.
18305         * modules/imaxdiv (Makefile.am): Likewise.
18306         * modules/inet_ntop (Makefile.am): Likewise.
18307         * modules/inet_pton (Makefile.am): Likewise.
18308         * modules/intprops (Makefile.am): Likewise.
18309         * modules/inttostr (Makefile.am): Likewise.
18310         * modules/inttypes (Makefile.am): Likewise.
18311         * modules/isapipe (Makefile.am): Likewise.
18312         * modules/javaversion (Makefile.am): Likewise.
18313         * modules/lchmod (Makefile.am): Likewise.
18314         * modules/lchown (Makefile.am): Likewise.
18315         * modules/localcharset (Makefile.am): Likewise.
18316         * modules/long-options (Makefile.am): Likewise.
18317         * modules/lstat (Makefile.am): Likewise.
18318         * modules/malloc (Makefile.am): Likewise.
18319         * modules/mathl (Makefile.am): Likewise.
18320         * modules/mbchar (Makefile.am): Likewise.
18321         * modules/md2 (Makefile.am): Likewise.
18322         * modules/md4 (Makefile.am): Likewise.
18323         * modules/md5 (Makefile.am): Likewise.
18324         * modules/memcasecmp (Makefile.am): Likewise.
18325         * modules/memchr (Makefile.am): Likewise.
18326         * modules/memcmp (Makefile.am): Likewise.
18327         * modules/memcoll (Makefile.am): Likewise.
18328         * modules/memcpy (Makefile.am): Likewise.
18329         * modules/memmem (Makefile.am): Likewise.
18330         * modules/memmove (Makefile.am): Likewise.
18331         * modules/mempcpy (Makefile.am): Likewise.
18332         * modules/memrchr (Makefile.am): Likewise.
18333         * modules/memset (Makefile.am): Likewise.
18334         * modules/memxor (Makefile.am): Likewise.
18335         * modules/mkancesdirs (Makefile.am): Likewise.
18336         * modules/mkdir-p (Makefile.am): Likewise.
18337         * modules/mkdir (Makefile.am): Likewise.
18338         * modules/mkdtemp (Makefile.am): Likewise.
18339         * modules/mkstemp (Makefile.am): Likewise.
18340         * modules/mktime (Makefile.am): Likewise.
18341         * modules/modechange (Makefile.am): Likewise.
18342         * modules/mountlist (Makefile.am): Likewise.
18343         * modules/nanosleep (Makefile.am): Likewise.
18344         * modules/obstack (Makefile.am): Likewise.
18345         * modules/openat (Makefile.am): Likewise.
18346         * modules/pagealign_alloc (Makefile.am): Likewise.
18347         * modules/pathmax (Makefile.am): Likewise.
18348         * modules/physmem (Makefile.am): Likewise.
18349         * modules/poll (Makefile.am): Likewise.
18350         * modules/posixtm (Makefile.am): Likewise.
18351         * modules/posixver (Makefile.am): Likewise.
18352         * modules/putenv (Makefile.am): Likewise.
18353         * modules/quote (Makefile.am): Likewise.
18354         * modules/quotearg (Makefile.am): Likewise.
18355         * modules/raise (Makefile.am): Likewise.
18356         * modules/read-file (Makefile.am): Likewise.
18357         * modules/readline (Makefile.am): Likewise.
18358         * modules/readlink (Makefile.am): Likewise.
18359         * modules/readtokens (Makefile.am): Likewise.
18360         * modules/readutmp (Makefile.am): Likewise.
18361         * modules/realloc (Makefile.am): Likewise.
18362         * modules/regex (Makefile.am): Likewise.
18363         * modules/rename-dest-slash (Makefile.am): Likewise.
18364         * modules/rename (Makefile.am): Likewise.
18365         * modules/rijndael (Makefile.am): Likewise.
18366         * modules/rmdir (Makefile.am): Likewise.
18367         * modules/rpmatch (Makefile.am): Likewise.
18368         * modules/safe-read (Makefile.am): Likewise.
18369         * modules/safe-write (Makefile.am): Likewise.
18370         * modules/same-inode (Makefile.am): Likewise.
18371         * modules/same (Makefile.am): Likewise.
18372         * modules/save-cwd (Makefile.am): Likewise.
18373         * modules/savedir (Makefile.am): Likewise.
18374         * modules/setenv (Makefile.am): Likewise.
18375         * modules/settime (Makefile.am): Likewise.
18376         * modules/sha1 (Makefile.am): Likewise.
18377         * modules/sig2str (Makefile.am): Likewise.
18378         * modules/snprintf (Makefile.am): Likewise.
18379         * modules/stat-macros (Makefile.am): Likewise.
18380         * modules/stat-time (Makefile.am): Likewise.
18381         * modules/stdbool (Makefile.am): Likewise.
18382         * modules/stdint (Makefile.am): Likewise.
18383         * modules/stdlib-safer (Makefile.am): Likewise.
18384         * modules/stpcpy (Makefile.am): Likewise.
18385         * modules/stpncpy (Makefile.am): Likewise.
18386         * modules/strcase (Makefile.am): Likewise.
18387         * modules/strcasestr (Makefile.am): Likewise.
18388         * modules/strchrnul (Makefile.am): Likewise.
18389         * modules/strcspn (Makefile.am): Likewise.
18390         * modules/strdup (Makefile.am): Likewise.
18391         * modules/strerror (Makefile.am): Likewise.
18392         * modules/strftime (Makefile.am): Likewise.
18393         * modules/strndup (Makefile.am): Likewise.
18394         * modules/strnlen (Makefile.am): Likewise.
18395         * modules/strpbrk (Makefile.am): Likewise.
18396         * modules/strsep (Makefile.am): Likewise.
18397         * modules/strstr (Makefile.am): Likewise.
18398         * modules/strtod (Makefile.am): Likewise.
18399         * modules/strtoimax (Makefile.am): Likewise.
18400         * modules/strtok_r (Makefile.am): Likewise.
18401         * modules/strtol (Makefile.am): Likewise.
18402         * modules/strtoll (Makefile.am): Likewise.
18403         * modules/strtoul (Makefile.am): Likewise.
18404         * modules/strtoull (Makefile.am): Likewise.
18405         * modules/strtoumax (Makefile.am): Likewise.
18406         * modules/strverscmp (Makefile.am): Likewise.
18407         * modules/sys_socket (Makefile.am): Likewise.
18408         * modules/sys_stat (Makefile.am): Likewise.
18409         * modules/sysexits (Makefile.am): Likewise.
18410         * modules/time_r (Makefile.am): Likewise.
18411         * modules/timegm (Makefile.am): Likewise.
18412         * modules/timespec (Makefile.am): Likewise.
18413         * modules/tmpfile-safer (Makefile.am): Likewise.
18414         * modules/trim (Makefile.am): Likewise.
18415         * modules/unistd-safer (Makefile.am): Likewise.
18416         * modules/unlinkdir (Makefile.am): Likewise.
18417         * modules/unlocked-io (Makefile.am): Likewise.
18418         * modules/userspec (Makefile.am): Likewise.
18419         * modules/utime (Makefile.am): Likewise.
18420         * modules/utimecmp (Makefile.am): Likewise.
18421         * modules/utimens (Makefile.am): Likewise.
18422         * modules/vasnprintf (Makefile.am): Likewise.
18423         * modules/vasprintf (Makefile.am): Likewise.
18424         * modules/vsnprintf (Makefile.am): Likewise.
18425         * modules/xalloc (Makefile.am): Likewise.
18426         * modules/xgetcwd (Makefile.am): Likewise.
18427         * modules/xnanosleep (Makefile.am): Likewise.
18428         * modules/xreadlink (Makefile.am): Likewise.
18429         * modules/xstrtod (Makefile.am): Likewise.
18430         * modules/xstrtol (Makefile.am): Likewise.
18431         * modules/xstrtold (Makefile.am): Likewise.
18432         * modules/yesno (Makefile.am): Likewise.
18433         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
18434
18435 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18436
18437         * modules/error (Makefile.am): Distribute files through
18438         EXTRA_DIST, not lib_SOURCES.
18439
18440 2006-10-12  Eric Blake  <ebb9@byu.net>
18441
18442         * modules/error (Makefile.am): Distribute files in /lib.
18443         * modules/obstack (Makefile.am): Likewise.
18444
18445 2006-10-12  Bruno Haible  <bruno@clisp.org>
18446
18447         * modules/acl (Makefile.am): Distribute all files in lib/ through
18448         EXTRA_DIST.
18449         * modules/arcfour (Makefile.am): Likewise.
18450         * modules/arctwo (Makefile.am): Likewise.
18451         * modules/argmatch (Makefile.am): Likewise.
18452         * modules/argz (Makefile.am): Likewise.
18453         * modules/atexit (Makefile.am): Likewise.
18454         * modules/backupfile (Makefile.am): Likewise.
18455         * modules/c-strtod (Makefile.am): Likewise.
18456         * modules/c-strtold (Makefile.am): Likewise.
18457         * modules/calloc (Makefile.am): Likewise.
18458         * modules/canon-host (Makefile.am): Likewise.
18459         * modules/canonicalize (Makefile.am): Likewise.
18460         * modules/chdir-long (Makefile.am): Likewise.
18461         * modules/chdir-safer (Makefile.am): Likewise.
18462         * modules/check-version (Makefile.am): Likewise.
18463         * modules/chown (Makefile.am): Likewise.
18464         * modules/cloexec (Makefile.am): Likewise.
18465         * modules/close-stream (Makefile.am): Likewise.
18466         * modules/closeout (Makefile.am): Likewise.
18467         * modules/crc (Makefile.am): Likewise.
18468         * modules/cycle-check (Makefile.am): Likewise.
18469         * modules/des (Makefile.am): Likewise.
18470         * modules/dirfd (Makefile.am): Likewise.
18471         * modules/dirname (Makefile.am): Likewise.
18472         * modules/dup2 (Makefile.am): Likewise.
18473         * modules/euidaccess (Makefile.am): Likewise.
18474         * modules/exclude (Makefile.am): Likewise.
18475         * modules/exitfail (Makefile.am): Likewise.
18476         * modules/fcntl-safer (Makefile.am): Likewise.
18477         * modules/file-type (Makefile.am): Likewise.
18478         * modules/fileblocks (Makefile.am): Likewise.
18479         * modules/filemode (Makefile.am): Likewise.
18480         * modules/filenamecat (Makefile.am): Likewise.
18481         * modules/fnmatch (Makefile.am): Likewise.
18482         * modules/fopen-safer (Makefile.am): Likewise.
18483         * modules/fpending (Makefile.am): Likewise.
18484         * modules/fprintftime (Makefile.am): Likewise.
18485         * modules/free (Makefile.am): Likewise.
18486         * modules/fsusage (Makefile.am): Likewise.
18487         * modules/ftruncate (Makefile.am): Likewise.
18488         * modules/fts (Makefile.am): Likewise.
18489         * modules/gc (Makefile.am): Likewise.
18490         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
18491         * modules/getaddrinfo (Makefile.am): Likewise.
18492         * modules/getcwd (Makefile.am): Likewise.
18493         * modules/getdelim (Makefile.am): Likewise.
18494         * modules/getdomainname (Makefile.am): Likewise.
18495         * modules/getgroups (Makefile.am): Likewise.
18496         * modules/gethostname (Makefile.am): Likewise.
18497         * modules/gethrxtime (Makefile.am): Likewise.
18498         * modules/getline (Makefile.am): Likewise.
18499         * modules/getloadavg (Makefile.am): Likewise.
18500         * modules/getlogin_r (Makefile.am): Likewise.
18501         * modules/getopt (Makefile.am): Likewise.
18502         * modules/getpass (Makefile.am): Likewise.
18503         * modules/getpass-gnu (Makefile.am): Likewise.
18504         * modules/getsubopt (Makefile.am): Likewise.
18505         * modules/gettime (Makefile.am): Likewise.
18506         * modules/gettimeofday (Makefile.am): Likewise.
18507         * modules/getugroups (Makefile.am): Likewise.
18508         * modules/getusershell (Makefile.am): Likewise.
18509         * modules/glob (Makefile.am): Likewise.
18510         * modules/group-member (Makefile.am): Likewise.
18511         * modules/hard-locale (Makefile.am): Likewise.
18512         * modules/hash (Makefile.am): Likewise.
18513         * modules/hmac-md5 (Makefile.am): Likewise.
18514         * modules/hmac-sha1 (Makefile.am): Likewise.
18515         * modules/human (Makefile.am): Likewise.
18516         * modules/idcache (Makefile.am): Likewise.
18517         * modules/imaxabs (Makefile.am): Likewise.
18518         * modules/imaxdiv (Makefile.am): Likewise.
18519         * modules/inet_ntop (Makefile.am): Likewise.
18520         * modules/inet_pton (Makefile.am): Likewise.
18521         * modules/inttostr (Makefile.am): Likewise.
18522         * modules/isapipe (Makefile.am): Likewise.
18523         * modules/lchown (Makefile.am): Likewise.
18524         * modules/long-options (Makefile.am): Likewise.
18525         * modules/lstat (Makefile.am): Likewise.
18526         * modules/malloc (Makefile.am): Likewise.
18527         * modules/mathl (Makefile.am): Likewise.
18528         * modules/mbchar (Makefile.am): Likewise.
18529         * modules/md2 (Makefile.am): Likewise.
18530         * modules/md4 (Makefile.am): Likewise.
18531         * modules/md5 (Makefile.am): Likewise.
18532         * modules/memcasecmp (Makefile.am): Likewise.
18533         * modules/memchr (Makefile.am): Likewise.
18534         * modules/memcmp (Makefile.am): Likewise.
18535         * modules/memcoll (Makefile.am): Likewise.
18536         * modules/memcpy (Makefile.am): Likewise.
18537         * modules/memmem (Makefile.am): Likewise.
18538         * modules/memmove (Makefile.am): Likewise.
18539         * modules/mempcpy (Makefile.am): Likewise.
18540         * modules/memrchr (Makefile.am): Likewise.
18541         * modules/memset (Makefile.am): Likewise.
18542         * modules/memxor (Makefile.am): Likewise.
18543         * modules/mkancesdirs (Makefile.am): Likewise.
18544         * modules/mkdir (Makefile.am): Likewise.
18545         * modules/mkdir-p (Makefile.am): Likewise.
18546         * modules/mkdtemp (Makefile.am): Likewise.
18547         * modules/mkstemp (Makefile.am): Likewise.
18548         * modules/mktime (Makefile.am): Likewise.
18549         * modules/modechange (Makefile.am): Likewise.
18550         * modules/mountlist (Makefile.am): Likewise.
18551         * modules/nanosleep (Makefile.am): Likewise.
18552         * modules/openat (Makefile.am): Likewise.
18553         * modules/pagealign_alloc (Makefile.am): Likewise.
18554         * modules/physmem (Makefile.am): Likewise.
18555         * modules/poll (Makefile.am): Likewise.
18556         * modules/posixtm (Makefile.am): Likewise.
18557         * modules/posixver (Makefile.am): Likewise.
18558         * modules/putenv (Makefile.am): Likewise.
18559         * modules/quote (Makefile.am): Likewise.
18560         * modules/quotearg (Makefile.am): Likewise.
18561         * modules/raise (Makefile.am): Likewise.
18562         * modules/read-file (Makefile.am): Likewise.
18563         * modules/readline (Makefile.am): Likewise.
18564         * modules/readlink (Makefile.am): Likewise.
18565         * modules/readtokens (Makefile.am): Likewise.
18566         * modules/readutmp (Makefile.am): Likewise.
18567         * modules/realloc (Makefile.am): Likewise.
18568         * modules/regex (Makefile.am): Likewise.
18569         * modules/rename (Makefile.am): Likewise.
18570         * modules/rename-dest-slash (Makefile.am): Likewise.
18571         * modules/rijndael (Makefile.am): Likewise.
18572         * modules/rmdir (Makefile.am): Likewise.
18573         * modules/rpmatch (Makefile.am): Likewise.
18574         * modules/safe-read (Makefile.am): Likewise.
18575         * modules/safe-write (Makefile.am): Likewise.
18576         * modules/same (Makefile.am): Likewise.
18577         * modules/save-cwd (Makefile.am): Likewise.
18578         * modules/savedir (Makefile.am): Likewise.
18579         * modules/setenv (Makefile.am): Likewise.
18580         * modules/settime (Makefile.am): Likewise.
18581         * modules/sha1 (Makefile.am): Likewise.
18582         * modules/sig2str (Makefile.am): Likewise.
18583         * modules/snprintf (Makefile.am): Likewise.
18584         * modules/stdlib-safer (Makefile.am): Likewise.
18585         * modules/stpcpy (Makefile.am): Likewise.
18586         * modules/stpncpy (Makefile.am): Likewise.
18587         * modules/strcase (Makefile.am): Likewise.
18588         * modules/strcasestr (Makefile.am): Likewise.
18589         * modules/strchrnul (Makefile.am): Likewise.
18590         * modules/strcspn (Makefile.am): Likewise.
18591         * modules/strdup (Makefile.am): Likewise.
18592         * modules/strerror (Makefile.am): Likewise.
18593         * modules/strftime (Makefile.am): Likewise.
18594         * modules/strndup (Makefile.am): Likewise.
18595         * modules/strnlen (Makefile.am): Likewise.
18596         * modules/strpbrk (Makefile.am): Likewise.
18597         * modules/strsep (Makefile.am): Likewise.
18598         * modules/strstr (Makefile.am): Likewise.
18599         * modules/strtod (Makefile.am): Likewise.
18600         * modules/strtoimax (Makefile.am): Likewise.
18601         * modules/strtok_r (Makefile.am): Likewise.
18602         * modules/strtol (Makefile.am): Likewise.
18603         * modules/strtoll (Makefile.am): Likewise.
18604         * modules/strtoul (Makefile.am): Likewise.
18605         * modules/strtoull (Makefile.am): Likewise.
18606         * modules/strtoumax (Makefile.am): Likewise.
18607         * modules/strverscmp (Makefile.am): Likewise.
18608         * modules/time_r (Makefile.am): Likewise.
18609         * modules/timegm (Makefile.am): Likewise.
18610         * modules/tmpfile-safer (Makefile.am): Likewise.
18611         * modules/unistd-safer (Makefile.am): Likewise.
18612         * modules/unlinkdir (Makefile.am): Likewise.
18613         * modules/userspec (Makefile.am): Likewise.
18614         * modules/utime (Makefile.am): Likewise.
18615         * modules/utimecmp (Makefile.am): Likewise.
18616         * modules/utimens (Makefile.am): Likewise.
18617         * modules/vasnprintf (Makefile.am): Likewise.
18618         * modules/vasprintf (Makefile.am): Likewise.
18619         * modules/vsnprintf (Makefile.am): Likewise.
18620         * modules/xalloc (Makefile.am): Likewise.
18621         * modules/xgetcwd (Makefile.am): Likewise.
18622         * modules/xnanosleep (Makefile.am): Likewise.
18623         * modules/xreadlink (Makefile.am): Likewise.
18624         * modules/xstrtod (Makefile.am): Likewise.
18625         * modules/xstrtol (Makefile.am): Likewise.
18626         * modules/xstrtold (Makefile.am): Likewise.
18627         * modules/yesno (Makefile.am): Likewise.
18628
18629 2006-10-12  Jim Meyering  <jim@meyering.net>
18630
18631         * m4/getloadavg.m4: Revert the change below.
18632
18633         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
18634         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
18635         fail with a symlink, which is what coreutils' ./bootstrap now
18636         creates by default.
18637
18638 2006-10-12  Bruno Haible  <bruno@clisp.org>
18639
18640         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
18641         mingw.
18642         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
18643         MSVC and mingw explicitly.
18644
18645 2006-10-11  Simon Josefsson  <jas@extundo.com>
18646             Bruno Haible  <bruno@clisp.org>
18647
18648         Add support for multiple gnulib-tool invocations in the scope of a
18649         single configure.ac file.
18650         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
18651         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
18652         with the same contents as the _LIBADD variable.
18653         (func_emit_initmacro_start, func_emit_initmacro_end,
18654         func_emit_initmacro_done): New functions.
18655         (func_import, func_create_testdir): Invoke them. Allow the identifiers
18656         gl_LIBOBJS and gl_LTLIBOBJS.
18657
18658 2006-10-11  Bruno Haible  <bruno@clisp.org>
18659
18660         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
18661         (func_create_testdir): Don't create po/Makefile.am, don't invoke
18662         autoreconf. Instead, invoke autopoint explicitly but move back the
18663         *.m4 files from gnulib.
18664
18665 2006-10-11  Bruno Haible  <bruno@clisp.org>
18666
18667         * gnulib-tool (func_usage): Make module names after --create-testdir
18668         optional.
18669         (func_create_testdir): If no module was specified, use nearly all
18670         modules.
18671
18672 2006-10-12  Jim Meyering  <jim@meyering.net>
18673
18674         Big performance improvement for fts-based tools that use FTS_NOSTAT.
18675         Avoid spurious inode-mismatch problems on non-POSIX file systems.
18676         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
18677         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
18678         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
18679         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
18680         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
18681         (fts_set_stat_required): New function.
18682         (fts_open): Defer the calls to fts_stat, if possible or requested.
18683         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
18684         into fts_stat itself.
18685         (fts_read): Perform any required (deferred) fts_stat call.
18686         (fts_build): Likewise, for the directory we're about to open and read.
18687         In the readdir loop, carefully decide whether each entry will require
18688         an eventual call to fts_stat, using dirent.d_type info if available.
18689         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
18690         a command line argument into this function.  Update all callers.
18691         Map a return value of FTS_DOT to FTS_D for a command line argument.
18692         * modules/fts (Depends-on): Add d-type.  Alphabetize.
18693         Thanks to Miklos Szeredi for his tenacity and for the initial
18694         bug report about "find" failing on a FUSE-based file system.
18695
18696         * lib/fts.c (fts_open): Use consistent indentation.
18697
18698 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
18699
18700         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
18701         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
18702         reported by Jim Meyering.  All uses of cache variables renamed
18703         to match Autoconf's.
18704         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
18705         the other one.
18706
18707         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
18708         Fix misspelling in diagnostic.
18709
18710 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18711
18712         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
18713         defined.  Problem reported by Matthew Woehlke.
18714
18715         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
18716         Add support for Tandem NonStop R series.
18717         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
18718         Use new macro.
18719
18720         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
18721         (has_trailing_slash): Omit size arg; all callers changed.
18722         Omit 'inline', since it doesn't help performance and we'd
18723         need to configure it.
18724         Don't count //, ///, etc. as having a trailing slash.
18725         As a side effect, this removes a C99ism reported by Matthew Woehlke.
18726         (rpl_rename_dest_slash): On failure, use rename's errno rather
18727         than (in some cases) an incorrect or junk errno.
18728         Simplify code by removing need to compute length; this does
18729         cause it to make two passes instead of one over the file name,
18730         but it's worth it.
18731
18732         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
18733         change, since Autoconf's version may no longer be appropriate now
18734         that we are using CVS Autoconf's version.  Add support for Tandem.
18735
18736 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
18737             Bruno Haible  <bruno@clisp.org>
18738
18739         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
18740         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
18741         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
18742         gl_AC_TYPE_LONG_LONG.
18743
18744         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
18745         instead of HAVE_LONG_LONG.
18746         * lib/printf-args.c (printf_fetchargs): Likewise.
18747         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
18748         * lib/vasnprintf.c (VASNPRINTF): Likewise.
18749         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
18750         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
18751         gl_AC_TYPE_LONG_LONG.
18752
18753 2006-10-11  Bruno Haible  <bruno@clisp.org>
18754
18755         * m4/longlong.m4: Add comments.
18756         * m4/ulonglong.m4: Likewise.
18757
18758 2006-10-10  Bruno Haible  <bruno@clisp.org>
18759
18760         Make it possible to #define stpcpy, strdup to aliases.
18761         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
18762         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
18763
18764 2006-10-10  Bruno Haible  <bruno@clisp.org>
18765
18766         Make it possible to #define gcd to an alias.
18767         * lib/gcd.c: Include config.h.
18768
18769 2006-10-10  Bruno Haible  <bruno@clisp.org>
18770
18771         Make it possible to #define c_isascii to an alias.
18772         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
18773         defined. Undefine the macros before defining them, to avoid gcc
18774         warnings.
18775         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
18776         define NO_C_CTYPE_MACROS early.
18777
18778 2006-10-10  Bruno Haible  <bruno@clisp.org>
18779
18780         Make it possible to #define set_program_name to an alias.
18781         * lib/progname.c: Don't undefine set_program_name; instead, undefine
18782         ENABLE_RELOCATABLE early.
18783
18784 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         Port to Tandem NSK OSS, which has 64-bit signed int but at most
18787         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
18788         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
18789         More generally, don't assume that 64-bit signed int is available
18790         if unsigned int is, and vice versa.
18791         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
18792         unsigned symbols, not on their signed counterparts.
18793         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
18794         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
18795         (UINT64_C, UINTMAX_C):
18796         Likewise.
18797         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
18798         unsigned counterparts.
18799         (Have_long_long, Unsigned): New macros.
18800         (Int): Renamed from INT.
18801         (strtoimax): Use the new macros.
18802         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
18803         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
18804         * modules/inttypes (inttypes.h): Substitute
18805         HAVE_UNSIGNED_LONG_LONG_INT.
18806         * modules/stdint (stdint.h): Likewise.
18807         (Files): Add m4/ulonglong.m4.
18808
18809 2006-10-10  Bruno Haible  <bruno@clisp.org>
18810
18811         Fix a gcc -Wshadow warning.
18812         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
18813         to 'bucket'.
18814         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
18815         gl_linked_indexof_from_to): Likewise.
18816         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
18817         Likewise.
18818         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
18819         Likewise.
18820         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
18821         Reported by Eric Blake.
18822
18823 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
18824
18825         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
18826         for NetBSD.  Problem reported by Bruno Haible.
18827
18828 2006-10-09  Jim Meyering  <jim@meyering.net>
18829
18830         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
18831         Patch from Bruno Haible.
18832
18833 2006-10-09  Jim Meyering  <jim@meyering.net>
18834
18835         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
18836         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
18837         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
18838
18839 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         Don't include <config.h> twice; this doesn't work in some cases,
18842         e.g., when config.h has "#define intmax_t long long int" and
18843         we include <config.h>, <inttypes.h>, <config.h> in that order.
18844         Problem reported by Matthew Woehlke in:
18845         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
18846         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
18847         * lib/fts-cycle.c: Don't include config.h.
18848         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
18849         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
18850         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
18851         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
18852         inttypes.h.
18853         * lib/xstrtoumax.c: Likewise.
18854         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
18855         __strtol and the like, so that this module is more like its siblings.
18856         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
18857         Remove; no longer needed now that we assume gnulib inttypes.h.
18858
18859 2006-10-08  Bruno Haible  <bruno@clisp.org>
18860
18861         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
18862         option.
18863
18864 2006-10-07  Jim Meyering  <jim@meyering.net>
18865
18866         * modules/inttypes (inttypes.h): Revert what seems to have been
18867         an inadvertent part of today's change: use "|", not "/" in the
18868         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
18869
18870 2006-10-07  Bruno Haible  <bruno@clisp.org>
18871
18872         * modules/sublist: New file.
18873
18874 2006-10-07  Bruno Haible  <bruno@clisp.org>
18875
18876         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
18877         * modules/argz (argz.h): Likewise.
18878         * modules/arpa_inet (arpa/inet.h): Likewise.
18879         * modules/byteswap (byteswap.h): Likewise.
18880         * modules/configmake (configmake.h): Likewise.
18881         * modules/fcntl (fcntl.h): Likewise.
18882         * modules/fnmatch (fnmatch.h): Likewise.
18883         * modules/getopt (getopt.h): Likewise.
18884         * modules/glob (glob.h): Likewise.
18885         * modules/inttypes (inttypes.h): Likewise.
18886         * modules/netinet_in (netinet/in.h): Likewise.
18887         * modules/poll (poll.h): Likewise.
18888         * modules/stdbool (stdbool.h): Likewise.
18889         * modules/stdint (stdint.h): Likewise.
18890         * modules/sys_select (sys/select.h): Likewise.
18891         * modules/sys_socket (sys/socket.h): Likewise.
18892         * modules/sys_stat (sys/stat.h): Likewise.
18893         * modules/sysexits (sysexits.h): Likewise.
18894         * modules/unistd (unistd.h): Likewise.
18895         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18896         Add a "DO NOT EDIT" comment to the generated file.
18897         (func_import): Likewise for gnulib-comp.m4.
18898
18899 2006-10-07  Bruno Haible  <bruno@clisp.org>
18900
18901         * lib/gl_sublist.h: New file.
18902         * lib/gl_sublist.c: New file.
18903
18904 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18905
18906         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
18907         name (relative to the original working directory) and the file
18908         name component (relative to the temporary working directory).  All
18909         callers changed.
18910         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
18911         * lib/mkdir-p.c (make_dir_parents): Likewise.
18912         * lib/mkdir-p.h (make_dir_parents): Likewise.
18913
18914 2006-10-06  Eric Blake  <ebb9@byu.net>
18915
18916         Define several macros for use by the clean-temp module.
18917         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
18918         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
18919         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
18920
18921         * lib/clean-temp.h (close_stream_temp): New declaration.
18922         * lib/clean-temp.c (includes): Pull in headers according to what
18923         other modules are in use.
18924         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
18925
18926 2006-10-06  Bruno Haible  <bruno@clisp.org>
18927
18928         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
18929         instead of fopen, fwriteerror.
18930
18931 2006-10-06  Bruno Haible  <bruno@clisp.org>
18932
18933         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
18934         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
18935         int.
18936         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
18937         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
18938         Return an error indicator.
18939         Suggested by Eric Blake.
18940
18941 2006-10-06  Bruno Haible  <bruno@clisp.org>
18942
18943         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
18944         Reported by Eric Blake.
18945
18946 2006-10-06  Bruno Haible  <bruno@clisp.org>
18947
18948         * modules/closeout (Description): Mention stderr too.
18949
18950 2006-10-06  Bruno Haible  <bruno@clisp.org>
18951         and Paul Eggert  <eggert@cs.ucla.edu>
18952
18953         * lib/closeout.c (close_stdout): Also close stderr.
18954         * lib/closeout.h: Update comment.
18955
18956 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
18957
18958         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
18959         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
18960         * lib/dirchownmod.c: Include lchown.h.
18961         * lib/lchown.c: Don't include files that lchown.h now includes.
18962         Don't declare chown, since lchown.h now does that.
18963         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
18964         (lchown): Define to rpl_chown if lchown is declared but
18965         does not exist.  Declare using a prototype if lchown is not
18966         declared.  Add a copyright notice.
18967         * lib/mkstemp.h: Include <unistd.h>.
18968         * lib/openat.c: Include lchown.h.
18969
18970         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
18971         we now test for that separately.
18972         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
18973         rather than O_NOFOLLOW, when testing whether it's possible to
18974         avoid a race condition reliably.
18975         * lib/savewd.c (savewd_chdir): Likewise.
18976
18977         Remove macros that are no longer needed now that stdint.h is
18978         reliable.
18979         * lib/fsusage.c (UINTMAX_MAX): Remove.
18980         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
18981         * lib/utimecmp.c (SIZE_MAX): Remove.
18982
18983         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
18984
18985         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
18986         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
18987         O_NOATIME works.
18988
18989 2006-10-05  Bruno Haible  <bruno@clisp.org>
18990
18991         * lib/gl_list.h (gl_sortedlist_search_from_to,
18992         gl_sortedlist_indexof_from_to): New declarations.
18993         (gl_list_implementation): New fields sortedlist_search_from_to,
18994         sortedlist_indexof_from_to.
18995         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
18996         inline functions.
18997         * lib/gl_list.c (gl_sortedlist_search_from_to,
18998         gl_sortedlist_indexof_from_to): New functions.
18999         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
19000         function.
19001         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
19002         (gl_array_sortedlist_search_from_to): New function.
19003         (gl_array_list_implementation): Update.
19004         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
19005         function.
19006         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
19007         (gl_carray_sortedlist_search_from_to): New function.
19008         (gl_carray_list_implementation): Update.
19009         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
19010         gl_linked_sortedlist_indexof_from_to): New functions.
19011         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19012         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19013         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
19014         gl_tree_sortedlist_indexof_from_to): New functions.
19015         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19016         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19017         Update.
19018         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19019         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
19020         Update.
19021
19022 2006-10-05  Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
19025         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
19026         (struct gl_list_implementation): Add fields search_from_to,
19027         indexof_from_to. Remove fields search, indexof.
19028         (gl_list_search): Use the search_from_to method.
19029         (gl_list_search_from, gl_list_search_from_to): New functions.
19030         (gl_list_indexof): Use the indexof_from_to method.
19031         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19032         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
19033         (gl_list_search_from, gl_list_search_from_to): New functions.
19034         (gl_list_indexof): Use the indexof_from_to method.
19035         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19036         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
19037         gl_array_indexof. Add start_index, end_index arguments.
19038         (gl_array_search_from_to): Renamed from gl_array_search. Add
19039         start_index, end_index arguments.
19040         (gl_array_remove, gl_array_list_implementation): Update.
19041         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
19042         gl_carray_indexof. Add start_index, end_index arguments.
19043         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
19044         start_index, end_index arguments.
19045         (gl_carray_remove, gl_carray_list_implementation): Update.
19046         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
19047         gl_linked_search. Add start_index, end_index arguments.
19048         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
19049         start_index, end_index arguments.
19050         (gl_linked_remove): Update.
19051         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19052         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19053         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
19054         field to 'size_t'.
19055         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
19056         gl_tree_search. Add start_index, end_index arguments.
19057         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19058         start_index, end_index arguments.
19059         (gl_tree_remove): Update.
19060         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19061         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19062         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
19063         function.
19064         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
19065         gl_tree_search. Add start_index, end_index arguments.
19066         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19067         start_index, end_index arguments.
19068         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19069         Update.
19070         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
19071
19072 2006-10-05  Bruno Haible  <bruno@clisp.org>
19073
19074         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
19075
19076         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
19077         fwriteerror_temp): New declarations.
19078         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
19079         (descriptors): New variable.
19080         (cleanup): First, close the descriptors.
19081         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
19082         fclose_temp, fwriteerror_temp): New functions.
19083
19084 2006-10-04  Jim Meyering  <jim@meyering.net>
19085
19086         * lib/fts.c (fts_open): Tiny comment change.
19087
19088 2006-10-04  Bruno Haible  <bruno@clisp.org>
19089
19090         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
19091         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
19092         gl_LOCK_BODY.
19093         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
19094         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
19095         gl_LOCK_EARLY_BODY.
19096         (gl_LOCK): Require gl_LOCK_BODY.
19097
19098 2006-10-04  Bruno Haible  <bruno@clisp.org>
19099
19100         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
19101         (gl_oset_search_atleast): New declaration.
19102         (struct gl_oset_implementation): Add field 'search_atleast'.
19103         (gl_oset_search_atleast): New inline function.
19104         * lib/gl_oset.c (gl_oset_search_atleast): New function.
19105         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
19106         (gl_array_oset_implementation): Update.
19107         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
19108         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
19109         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
19110
19111 2006-10-04  Bruno Haible  <bruno@clisp.org>
19112
19113         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
19114
19115 2006-10-03  Bruno Haible  <bruno@clisp.org>
19116
19117         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
19118         from gl_avltreehash_list_implementation.
19119
19120 2006-10-03  Bruno Haible  <bruno@clisp.org>
19121
19122         * lib/gl_oset.c (gl_oset_add): Fix return type.
19123
19124 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
19125
19126         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
19127
19128 2006-10-02  Eric Blake  <ebb9@byu.net>
19129
19130         * modules/strnlen (Depends-on): Add extensions.
19131
19132 2006-10-02  Eric Blake  <ebb9@byu.net>
19133
19134         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
19135         definition in 2.60+.
19136
19137 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
19138
19139         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
19140         checks.
19141
19142 2006-10-02  Bruno Haible  <bruno@clisp.org>
19143
19144         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
19145         to the AUTOMAKE_OPTIONS.
19146         Reported by Jim Meyering.
19147
19148 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19149
19150         Work around bug in Solaris 10 /proc file system:
19151         /proc/self/fd/NNN/.. isn't the parent directory of
19152         the directory whose file descriptor is NNN.  This needs to
19153         be worked around at run time, not compile time, since a
19154         program might be built on Solaris 8, where things work, and
19155         run on Solaris 10.
19156         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
19157         to use the following interface instead:
19158         (OPENAT_BUFFER_SIZE): New macro.
19159         (openat_proc_name): New function.
19160         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
19161         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
19162         Likewise.
19163         * lib/openat-proc.c: New file.
19164         * modules/openat (Files): Add lib/openat-proc.c.
19165         (Depends-on): Add same-inode, stdbool.
19166         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
19167
19168 2006-09-29  Bruno Haible  <bruno@clisp.org>
19169
19170         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
19171         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
19172         argument. Set stdout_closed before testing for ferror, not after.
19173         (fwriteerror, fwriteerror_no_ebadf): New functions.
19174
19175 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19176
19177         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
19178
19179 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
19180
19181         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
19182         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
19183
19184 2006-09-28  Jim Meyering  <jim@meyering.net>
19185
19186         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
19187         Include <unistd.h>.
19188
19189 2006-09-28  Bruno Haible  <bruno@clisp.org>
19190
19191         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
19192         * modules/linkedhash-list (Depends-on): Likewise.
19193         * modules/rbtreehash-list (Depends-on): Likewise.
19194
19195 2006-09-28  Bruno Haible  <bruno@clisp.org>
19196
19197         * lib/strndup.h: Simplify the redefinition of strndup.
19198         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
19199         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
19200
19201 2006-09-28  Bruno Haible  <bruno@clisp.org>
19202
19203         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
19204         * lib/gl_linkedhash_list.c: Likewise.
19205         * lib/gl_rbtreehash_list.c: Likewise.
19206
19207 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19208
19209         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
19210         getaddrinfo.
19211
19212         * lib/__fpending.h: Don't include <stdio_ext.h> unless
19213         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
19214         it causes <stdio_ext.h> to cause a compile-time error.
19215         Problem reported by Nelson H. F. Beebe.
19216         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
19217         of HAVE_DECL___PENDING.
19218
19219         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
19220         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
19221         declaration.
19222
19223 2006-09-27  Jim Meyering  <jim@meyering.net>
19224
19225         This file could end up with a definition for a function
19226         named __strndup, rather than rpl_strndup on a system with
19227         incomplete weak_alias support.
19228         * lib/strndup.c (strndup): Rename from __strndup.
19229         Remove #defines that used to map __strndup to strndup.
19230         Don't use K&R prototypes.
19231         Remove LIBC-related code, since this file is not sync'd with glibc.
19232         * lib/strndup.h: Revamp, accordingly.
19233         * m4/strndup.m4: Modernize.
19234
19235 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19236
19237         * modules/savewd (Depends-on): Add 'raise'.
19238         * lib/savewd.c: Include <signal.h>, for 'raise'.
19239
19240 2006-09-26  Jim Meyering  <jim@meyering.net>
19241
19242         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
19243         when we detect Darwin 8.7.0's acl_get_file bug.
19244         Rearrange to perform the new (below) run-test while $LIBS
19245         contains any acl-related library.  Set USE_ACL at the end.
19246         (gl_ACL_GET_FILE): New function.
19247
19248 2006-09-26  Eric Blake  <ebb9@byu.net>
19249
19250         * lib/verror.c: Include <config.h> unconditionally.
19251
19252 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
19253
19254         * modules/clock-time (Maintainer): Add self.
19255         * modules/getlogin_r (Depends-on): Add extensions.
19256
19257 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19258
19259         * modules/clock-time: New module.
19260         * modules/nanosleep (Depends-on): Add clock-time.
19261         * modules/gethrxtime (Depends-on): Likewise.
19262         * modules/gettime (Depends-on): Likewise.
19263         * modules/settime (Depends-on): Likewise.
19264
19265         * modules/fts-lgpl: Depend on openat.
19266         * modules/mkancesdirs: Depend on savewd.
19267         * modules/mkdir-p: Likewise.
19268
19269 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19270
19271         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
19272
19273         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
19274         `gl_have_arbitrary_file_name_length_limit' to
19275         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
19276         actually works between configure runs.
19277
19278 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19279             Bruno Haible  <bruno@clisp.org>
19280
19281         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
19282
19283 2006-09-25  Jim Meyering  <jim@meyering.net>
19284
19285         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
19286         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
19287
19288 2006-09-25  Eric Blake  <ebb9@byu.net>
19289
19290         * gnulib-tool (func_import, func_create_testdir): Fix typos in
19291         exec's in 2006-09-18 patch when shuffling fds.
19292
19293 2006-09-25  Bruno Haible  <bruno@clisp.org>
19294
19295         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
19296         Reported by Jim Meyering.
19297
19298 2006-09-24  Jim Meyering  <jim@meyering.net>
19299
19300         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
19301         compare a pointer against a literal "0".  That caused failures with
19302         at least HP-UX's hpcc.
19303
19304 2006-09-22  Simon Josefsson  <jas@extundo.com>
19305
19306         * modules/gc-sha1:
19307         * modules/gc-md4:
19308         * modules/gc-hmac-sha1:
19309         * modules/gc-hmac-md5:
19310         * modules/gc-des:
19311         * modules/gc-arcfour: Distribute more files.
19312
19313 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19314
19315         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
19316         (gl_linked_iterator_from_to): Initialize struct completely.
19317         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
19318         (gl_tree_iterator_from_to): Likewise
19319         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
19320         * lib/gl_array_list.c [lint] (gl_array_iterator)
19321         (gl_array_iterator_from_to): Likewise.
19322         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
19323         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
19324         (gl_carray_iterator_from_to): Likewise.
19325
19326         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
19327         * lib/md4.c (md4_process_block): Remove unused variable.
19328         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
19329         parentheses for clarity.
19330
19331 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19332
19333         * modules/bison-i18n (Depends-on): Add gettext.
19334
19335 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19336
19337         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
19338         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
19339         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
19340         also add missing comma that caused broken test.
19341         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
19342         stdlib.h, for `abort'.
19343         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
19344         variables.
19345         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
19346         include unistd.h if present, for `rmdir'.
19347         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
19348         variables.
19349         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
19350         in the process include standard headers for prototypes.
19351         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
19352         gets declared on GNU/Linux.
19353         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
19354         unistd.h, for `rmdir'.
19355         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
19356
19357         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
19358         always true.
19359         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
19360
19361         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
19362
19363 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19364
19365         * gnulib-tool (func_version): Create output all at once.  This
19366         may help avoid triggering unnecessary SIGPIPEs, and at any
19367         rate it doesn't hurt.
19368
19369 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19370             Bruno Haible  <bruno@clisp.org>
19371
19372         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
19373         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19374         * m4/signed.m4 (bh_C_SIGNED): Likewise.
19375
19376         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
19377         (gl_FUNC_VASPRINTF): Invoke it.
19378
19379 2006-09-22  Bruno Haible  <bruno@clisp.org>
19380
19381         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
19382         getloadavg.c as first argument.
19383
19384 2006-09-22  Bruno Haible  <bruno@clisp.org>
19385
19386         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
19387         at the beginning of the gl_INIT macro.
19388         * modules/getloadavg (configure.ac): Pass $gl_source_base to
19389         gl_GETLOADAVG.
19390
19391 2006-09-22  Bruno Haible  <bruno@clisp.org>
19392
19393         * gnulib-tool (func_create_megatestdir): Don't include the config-h
19394         module.
19395         Suggested by Ralf Wildenhues.
19396
19397 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19398
19399         Import this patch from libc:
19400
19401         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
19402
19403         * lib/regex_internal.c (re_string_reconstruct): Handle
19404         offset < pstr->valid_raw_len && pstr->offsets_needed case.
19405         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
19406         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
19407         re_string_context_at.
19408
19409         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
19410         now requires it.
19411         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
19412         gl_REGEX now does it for us.
19413         (gl_REGEX): Add test taken from
19414         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
19415
19416         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
19417         Check that large offsets work.  Modernize Autoconf usages.
19418         Prefer "yes" to mean a good thing rather than a bad.
19419         Don't put "#define mkstemp" in config.h, as this might interfere
19420         with standard system headers that "#define mkstemp mkstemp64".
19421
19422         * modules/mkstemp (Depends-on): Add extensions, so that
19423         mkstemp is visible on some platforms.
19424         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
19425         (Include): Change to "mkstemp.h" from <stdlib.h>.
19426         (Files): Add mkstemp.h.
19427
19428         * lib/mkstemp.h: New file, since some standard headers
19429         #define mkstemp.
19430         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
19431         Include "mkstemp.h".
19432         Make the _LIBC code resemble glibc original more,
19433         e.g., use K&R style.
19434         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
19435         (mkstemp): Remove, since mkstemp.h does this for us.
19436         * lib/stdlib--.h: Include mkstemp.h.
19437
19438         Import this patch from libc:
19439
19440         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19441
19442         * lib/tempname.c (__gen_tempname): Change attempts_min
19443         into a macro.  Use preprocessor to decide how to initialize
19444         attempts [Coverity CID 67].
19445
19446 2006-09-20  Bruno Haible  <bruno@clisp.org>
19447
19448         * lib/mkdtemp.c: Import from libc.
19449         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
19450                 * sysdeps/posix/tempname.c (__gen_tempname): Change
19451                 attempts_min into a macro.  Use preprocessor to decide how to
19452                 initialize attempts [Coverity CID 67].
19453         2001-11-27  Paul Eggert  <eggert@twinsun.com>
19454                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
19455                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
19456
19457 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19458
19459         * gnulib-tool (func_exit): New function, to allow to pass the
19460         exit status portably through the trap.  Use everywhere.
19461         (--help, --version): Signal a write error.
19462         (trap): catch SIGPIPE, for write errors.
19463         Exit at the end of the trap, with the correct exit status.
19464
19465 2006-09-19  Karl Berry  <karl@gnu.org>
19466
19467         * doc/gnulib.texi: note about the license texinfo files.
19468
19469 2006-09-19  Eric Blake  <ebb9@byu.net>
19470
19471         * gnulib-tool: Avoid space-tab.
19472
19473 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
19476         that prevented coreutils 6.1 from building.  Problem reported
19477         by Petter Reinholdtsen.
19478
19479 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
19480
19481         * gnulib-tool (avoidlist): Fix typo that broke options like
19482         --avoid=lock that are used by coreutils bootstrap.
19483
19484 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
19485
19486         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
19487         more systematically.
19488
19489 2006-09-18  Jim Meyering  <jim@meyering.net>
19490
19491         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
19492
19493 2006-09-18  Bruno Haible  <bruno@clisp.org>
19494
19495         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
19496
19497 2006-09-18  Bruno Haible  <bruno@clisp.org>
19498
19499         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
19500         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
19501         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
19502         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
19503         * m4/gettext.m4: Require autoconf >= 2.52.
19504         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
19505         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
19506         of gl_cv_header_inttypes_h.
19507
19508 2006-09-18  Bruno Haible  <bruno@clisp.org>
19509
19510         * lib/javaversion.c: Include configmake.h.
19511
19512 2006-09-18  Bruno Haible  <bruno@clisp.org>
19513
19514         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
19515         avoid that the while loops be executed in a subshell.
19516
19517 2006-09-18  Bruno Haible  <bruno@clisp.org>
19518
19519         * MODULES.html.sh (func_module): Break long lines.
19520         Suggested by Bruce Korb <bkorb@gnu.org>.
19521
19522 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19523
19524         Speed up by a factor of 1.12.
19525         * gnulib-tool (nl): New variable.
19526         (func_import): Rewrite include directive extraction to only read each
19527         directive once.
19528
19529 2006-09-17  Bruno Haible  <bruno@clisp.org>
19530
19531         * modules/javaversion (Makefile.am): Remove DEFS setting.
19532         (Depends-on): Add configmake, for PKGDATADIR definition.
19533
19534 2006-09-17  Bruno Haible  <bruno@clisp.org>
19535
19536         * gnulib-tool (func_create_testdir): Rewrite all files at once.
19537
19538 2006-09-17  Bruno Haible  <bruno@clisp.org>
19539
19540         * gnulib-tool (func_append): New function, stolen from libtool.m4.
19541         (func_modules_transitive_closure, func_modules_add_dummy,
19542         func_modules_to_filelist, func_import, func_create_testdir,
19543         func_create_megatestdir, ...): Use it wherever possible.
19544         Suggested by Ralf Wildenhues.
19545
19546 2006-09-16  Karl Berry  <karl@gnu.org>
19547
19548         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
19549         to avoid sectioning errors.
19550         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
19551         [ifinfo]: blank line after @center-ed titles.
19552         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
19553         Spell FSF address consistently with others.
19554         (These changes approved by rms.)
19555
19556 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19557
19558         Speed up by a factor of 1.61.
19559         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
19560         already checked module names again.
19561
19562 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19563
19564         Speed up by a factor of 1.13.
19565         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
19566         for new_files, and the input to func_add_or_update.
19567
19568 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19569
19570         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
19571         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
19572
19573 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19574
19575         * modules/mkancesdirs (Depends-on): Add fcntl.
19576         * modules/savewd: New file.
19577         * MODULES.html.sh (File system functions): Add savewd.
19578
19579         * modules/configmake (Makefile.am): Add support for the
19580         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
19581
19582 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         * m4/savewd.m4: New file.
19585
19586 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19587
19588         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
19589         (dirchownmod): New arg FD.  All callers changed.
19590         Use FD rather than opening the directory ourself, as opening is
19591         now the caller's responsibility.
19592         * lib/dirchownmod.h: Likewise.
19593         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
19594         hosts that require <sys/types.h> before <sys/stat.h>.  Include
19595         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
19596         (test_dir): Remove.
19597         (mkancesdirs): Return length of prefix of FILE that has already
19598         been made, or -2 if there is a child doing the work.  Redo
19599         algorithm so that it is O(N) rather than O(N**2).  Optimize away
19600         ".", and treat ".." specially since it might stray back into
19601         already-created areas.  Use a subprocess if necessary.  New arg
19602         WD; all users changed.  MAKE_DIR function should now return 1
19603         if it creates a directory that is not readable.  Return -2 if
19604         a child process is spun off.
19605         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
19606         Adjust signature to match code.
19607         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
19608         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
19609         all users changed.
19610         * lib/savewd.c, lib/savewd.h: New files.
19611
19612 2006-09-15  Jim Meyering  <jim@meyering.net>
19613
19614         * modules/rename-dest-slash: New module.
19615         * MODULES.html.sh (posix_compat): Add it here.
19616
19617         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
19618
19619 2006-09-15  Jim Meyering  <jim@meyering.net>
19620
19621         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
19622         file.
19623
19624         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
19625
19626 2006-09-15  Jim Meyering  <jim@meyering.net>
19627
19628         * lib/rename-dest-slash.c (has_trailing_slash): Use
19629         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
19630         (rpl_rename_dest_slash): Perform the cheaper trailing slash
19631         test before testing whether SRC is a directory.
19632         Suggestions from Bruno Haible.
19633
19634         Avoid a warning about an unused variable.
19635         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
19636         into the #ifdef block where it's used.
19637
19638         * lib/rename-dest-slash.c: New file.
19639
19640 2006-09-14  Bruno Haible  <bruno@clisp.org>
19641
19642         * lib/allocsa.c: Include <config.h> unconditionally.
19643         * lib/asnprintf.c: Likewise.
19644         * lib/asprintf.c: Likewise.
19645         * lib/c-strcasecmp.c: Likewise.
19646         * lib/c-strcasestr.c: Likewise.
19647         * lib/c-strncasecmp.c: Likewise.
19648         * lib/c-strstr.c: Likewise.
19649         * lib/classpath.c: Likewise.
19650         * lib/clean-temp.c: Likewise.
19651         * lib/concatpath.c: Likewise.
19652         * lib/copy-file.c: Likewise.
19653         * lib/csharpcomp.c: Likewise.
19654         * lib/csharpexec.c: Likewise.
19655         * lib/execute.c: Likewise.
19656         * lib/fatal-signal.c: Likewise.
19657         * lib/findprog.c: Likewise.
19658         * lib/fwriteerror.c: Likewise.
19659         * lib/gl_array_list.c: Likewise.
19660         * lib/gl_array_oset.c: Likewise.
19661         * lib/gl_avltree_list.c: Likewise.
19662         * lib/gl_avltree_oset.c: Likewise.
19663         * lib/gl_avltreehash_list.c: Likewise.
19664         * lib/gl_carray_list.c: Likewise.
19665         * lib/gl_linked_list.c: Likewise.
19666         * lib/gl_linkedhash_list.c: Likewise.
19667         * lib/gl_list.c: Likewise.
19668         * lib/gl_oset.c: Likewise.
19669         * lib/gl_rbtree_list.c: Likewise.
19670         * lib/gl_rbtree_oset.c: Likewise.
19671         * lib/gl_rbtreehash_list.c: Likewise.
19672         * lib/imaxabs.c: Likewise.
19673         * lib/imaxdiv.c: Likewise.
19674         * lib/javacomp.c: Likewise.
19675         * lib/javaexec.c: Likewise.
19676         * lib/javaversion.c: Likewise.
19677         * lib/linebreak.c: Likewise.
19678         * lib/localcharset.c: Likewise.
19679         * lib/lock.c: Likewise.
19680         * lib/mbchar.c: Likewise.
19681         * lib/mbswidth.c: Likewise.
19682         * lib/mkdtemp.c: Likewise.
19683         * lib/pipe.c: Likewise.
19684         * lib/printf-args.c: Likewise.
19685         * lib/printf-parse.c: Likewise.
19686         * lib/progname.c: Likewise.
19687         * lib/progreloc.c: Likewise.
19688         * lib/readlink.c: Likewise.
19689         * lib/sh-quote.c: Likewise.
19690         * lib/stpcpy.c: Likewise.
19691         * lib/stpncpy.c: Likewise.
19692         * lib/strcasecmp.c: Likewise.
19693         * lib/strcasestr.c: Likewise.
19694         * lib/strcspn.c: Likewise.
19695         * lib/striconv.c: Likewise.
19696         * lib/strncasecmp.c: Likewise.
19697         * lib/strnlen1.c: Likewise.
19698         * lib/strstr.c: Likewise.
19699         * lib/strtok_r.c: Likewise.
19700         * lib/tls.c: Likewise.
19701         * lib/tmpdir.c: Likewise.
19702         * lib/unicodeio.c: Likewise.
19703         * lib/unsetenv.c: Likewise.
19704         * lib/vasnprintf.c: Likewise.
19705         * lib/vasprintf.c: Likewise.
19706         * lib/wait-process.c: Likewise.
19707         * lib/xallocsa.c: Likewise.
19708         * lib/xsetenv.c: Likewise.
19709         * lib/xstriconv.c: Likewise.
19710
19711 2006-09-13  Simon Josefsson  <jas@extundo.com>
19712
19713         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
19714         that internally, suggested by Ralf Wildenhues
19715         <Ralf.Wildenhues@gmx.de>.
19716
19717 2006-09-13  Simon Josefsson  <jas@extundo.com>
19718
19719         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
19720         @LIBOBJS@.
19721         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19722
19723 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19724
19725         * lib/_fpending.c: Include <config.h> unconditionally, since we no
19726         longer worry about uses that don't define HAVE_CONFIG_H.
19727         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
19728         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
19729         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
19730         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
19731         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
19732         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
19733         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
19734         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
19735         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
19736         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
19737         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
19738         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
19739         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
19740         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
19741         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
19742         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
19743         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
19744         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
19745         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
19746         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
19747         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
19748         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
19749         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
19750         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
19751         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
19752         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
19753         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
19754         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
19755         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
19756         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
19757         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
19758         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
19759         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
19760         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
19761         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
19762         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
19763         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
19764         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
19765         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
19766         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
19767         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
19768         Likewise.
19769
19770 2006-09-13  Eric Blake  <ebb9@byu.net>
19771
19772         * lib/getopt.c: Fix typo in last commit.
19773
19774 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19775
19776         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
19777         dgettext.
19778
19779 2006-09-12  Jim Meyering  <jim@meyering.net>
19780
19781         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
19782         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
19783         Reported by Nelson H. F. Beebe.
19784
19785 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19786
19787         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
19788         program_invocation_name and program_invocation_short_name are
19789         initialized.
19790         * lib/argp-namefrob.h: Move declarations of program_invocation_name
19791         and program_invocation_short_name to argp.h, so they are visible
19792         to user programs.
19793         * lib/argp.h: Likewise
19794
19795 2006-09-10  Bruno Haible  <bruno@clisp.org>
19796
19797         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19798         m4/inttypes_h.m4, m4/uintmax_t.m4.
19799
19800 2006-09-10  Bruno Haible  <bruno@clisp.org>
19801
19802         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
19803         gl_AC_TYPE_UINTMAX_T.
19804
19805 2006-09-10  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
19808
19809 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19810
19811         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
19812         convention.  Text proposed by Bruno Haible.
19813         (struct argp_option): Document the use of N_() wrappers.
19814
19815         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
19816         '\v', and translate the two parts separately, instead of feeding
19817         the whole string to gettext.  This allows to exclude
19818         '\v' from the strings visible to the translator by writing doc
19819         strings as N_("..") "\v" N_("..").
19820
19821 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
19822
19823         * config/srclist.txt: Undo latest change; the bug was fixed.
19824
19825 2006-09-09  Bruno Haible  <bruno@clisp.org>
19826
19827         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
19828         assignments if building a library without libtool.
19829         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
19830         in func_emit_lib_Makefile_am.
19831         (func_import): When building a static library libfoo.a, arrange to
19832         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
19833         (func_create_testdir): Likewise.
19834         * modules/gc (configure.ac, Makefile.am): If building statically,
19835         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
19836         * modules/iconvme (configure.ac, Makefile.am): Likewise.
19837         * modules/striconv (configure.ac, Makefile.am): Likewise.
19838         Based on a suggestion by Ralf Wildenhues.
19839
19840 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19843         Check for unistd.h too, since Autoconf doesn't assume POSIX.
19844         Also:
19845
19846         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19847         Add year_2050_test to catch glibc bug 2821
19848         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19849
19850         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19851         Prefer #ifdef to #if.
19852
19853         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
19854         Return from 'main' instead of calling 'exit'.
19855
19856 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19857
19858         * lib/mktime.c (guess_time_tm): Fix bug where mktime
19859         returned the maximum time_t value rather than (time_t) -1.
19860         Problem originally reported by William Bardwell
19861         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
19862
19863         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19864         Moved to here ...
19865         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
19866         ... from here.
19867
19868 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19869
19870         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
19871         2821 is fixed.
19872
19873 2006-09-08  Jim Meyering  <jim@meyering.net>
19874
19875         Don't make generated files read-only.  That would bother too many
19876         people.  However, do retain the ability to work when targets are
19877         read-only: remove the destination and temporary files before writing
19878         them (when generated via sed or echo), or by using the -f option for
19879         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
19880         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19881         * modules/byteswap, modules/configmake, modules/fcntl:
19882         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19883         * modules/localcharset, modules/netinet_in, modules/poll:
19884         * modules/stdbool, modules/stdint, modules/sys_select:
19885         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19886
19887 2006-09-08  Jim Meyering  <jim@meyering.net>
19888
19889         Avoid new build failure on FreeBSD 6.0.
19890         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
19891         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
19892         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
19893
19894 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19895
19896         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
19897
19898 2006-09-07  Jim Meyering  <jim@meyering.net>
19899
19900         Fix global typo in last change: use chmod u-w, not chmod u-x.
19901         Spotted by Paul Eggert and Bruce Korb.
19902         * modules/alloca-opt, modules/argz, modules/arpa_inet:
19903         * modules/byteswap, modules/configmake, modules/fcntl:
19904         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
19905         * modules/localcharset, modules/netinet_in, modules/poll:
19906         * modules/stdbool, modules/stdint, modules/sys_select:
19907         * modules/sys_socket, modules/sys_stat, modules/sysexits:
19908
19909 2006-09-06  Jim Meyering  <jim@meyering.net>
19910
19911         Make generated files be read-only.
19912         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
19913         Ensure that each generated file is now read-only.
19914         * modules/argz: Likewise.
19915         * modules/arpa_inet: Likewise.
19916         * modules/byteswap: Likewise.
19917         * modules/configmake: Likewise.
19918         * modules/fcntl: Likewise.
19919         * modules/fnmatch: Likewise.
19920         * modules/getopt: Likewise.
19921         * modules/glob: Likewise.
19922         * modules/inttypes: Likewise.
19923         * modules/netinet_in: Likewise.
19924         * modules/poll: Likewise.
19925         * modules/stdbool: Likewise.
19926         * modules/stdint: Likewise.
19927         * modules/sys_select: Likewise.
19928         * modules/sys_socket: Likewise.
19929         * modules/sys_stat: Likewise.
19930         * modules/sysexits: Likewise.
19931         * modules/localcharset: Same as above, but continue using temporary
19932         file named "t-$@" (why different?) rather than the "$@-t" used
19933         everywhere else.
19934
19935         * modules/sysexits (Makefile.am): Replace literal occurrences
19936         of "sysexit.h" more readable, and more consistent, "$@".
19937
19938 2006-09-06  Bruno Haible  <bruno@clisp.org>
19939
19940         * modules/striconv: New file.
19941         * modules/xstriconv: New file.
19942         * MODULES.html.sh (Internationalization functions): Add striconv,
19943         xstriconv.
19944
19945 2006-09-06  Bruno Haible  <bruno@clisp.org>
19946
19947         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
19948         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
19949         not using libtool correctly.
19950
19951 2006-09-06  Bruno Haible  <bruno@clisp.org>
19952
19953         * lib/striconv.h: New file.
19954         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
19955         iconvstring.c.
19956         * lib/xstriconv.h: New file.
19957         * lib/xstriconv.c: New file.
19958
19959 2006-09-06  Bruno Haible  <bruno@clisp.org>
19960
19961         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19962         lib_..._LDFLAGS.
19963
19964 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19965
19966         * lib/argz_.h: Sync from Libtool.
19967
19968         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
19969                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19970
19971         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
19972
19973 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19974
19975         * modules/trim: New file.
19976
19977 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
19978
19979         * lib/trim.h: New file.
19980         * lib/trim.c: New file.
19981
19982 2006-09-05  Bruno Haible  <bruno@clisp.org>
19983
19984         * MODULES.html.sh (String handling): Add trim.
19985
19986 2006-09-04  Karl Berry  <karl@gnu.org>
19987
19988         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
19989         until next release.
19990
19991 2006-09-03  Bruno Haible  <bruno@clisp.org>
19992
19993         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
19994         correctly.
19995
19996 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19997
19998         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
19999         not gl_GETLOADAVG.  Omit unneeded semicolons.
20000         Problems reported by Ralf Wildenhues in
20001         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20002         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
20003         at the end, which is the usual gnulib style.
20004
20005         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
20006         of doing all the work ourselves.
20007         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
20008         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
20009
20010 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20011
20012         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
20013         Problem reported by Ralf Wildenhues in
20014         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20015
20016         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
20017         HAVE_STRUCT_STATFS_F_FSTYPENAME.
20018
20019 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20020
20021         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
20022         yesterday's patch by changing test -n to test -z.
20023
20024 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20025
20026         * modules/getloadavg (Files): Add m4/getloadavg.m4.
20027         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
20028         the former is now obsolescent.
20029
20030         * modules/chdir-long (Depends-on): Add fcntl.
20031
20032 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20033
20034         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
20035         obsolescent, and programs should use gnulib instead.
20036         * m4/getloadavg.m4: New file, with contents taken from Autoconf
20037         but with prefixes changed.
20038
20039 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20040
20041         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
20042         or stdbool.h, because they might not exist while configuring.
20043
20044         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
20045         Don't include unistd.h or limits.h; not needed, since chdir-long.h
20046         does that for us.
20047         (O_DIRECTORY): Remove.
20048
20049 2006-08-31  Eric Blake  <ebb9@byu.net>
20050
20051         * gnulib-tool: Don't let emacs change spaces to TAB.
20052
20053 2006-08-31  Bruno Haible  <bruno@clisp.org>
20054
20055         * gnulib-tool: When calling func_import more than once, do it in a
20056         subshell.
20057         Reported by Eric Blake <ebb9@byu.net>.
20058
20059 2006-08-31  Bruno Haible  <bruno@clisp.org>
20060
20061         * gnulib-tool (nl): Remove variable.
20062         (sed_transform_lib_file): Use more robust test for config-h module.
20063         (func_import): Fix typo in 2006-08-25 patch.
20064
20065 2006-08-31  Bruno Haible  <bruno@clisp.org>
20066
20067         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
20068         specified, augment Makefile.am variables instead of assigning them.
20069
20070 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20071
20072         Work around a bug in both the Linux and SunOS 64-bit kernels:
20073         nanosleep mishandles sleeps for longer than 2**31 seconds.
20074         Problem reported by Frank v Waveren in
20075         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20076         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
20077         Check for nanosleep bug.
20078         (LIB_NANOSLEEP): Append clock_gettime library if needed.
20079
20080 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20081
20082         Work around a bug in both the Linux and SunOS 64-bit kernels:
20083         nanosleep mishandles sleeps for longer than 2**31 seconds.
20084         Problem reported by Frank v Waveren in
20085         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20086         * lib/nanosleep.c (BILLION): New constant.
20087         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
20088         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
20089         implementation.
20090
20091 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20092
20093         * modules/nanosleep (Depends-on): Add gettime.
20094
20095 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20096         and Simon Josefsson  <jas@extundo.com>
20097         and Oskar Liljeblad  <oskar@osk.mine.nu>
20098
20099         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
20100         * gnulib-tool (func_import): New license type 'unmodifiable license
20101         text'.
20102         * modules/fdl: Use it.  Longer description.
20103         * module/gpl, module/lgpl: New files.
20104
20105 2006-08-30  Jim Meyering  <jim@meyering.net>
20106
20107         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
20108         shadowing the parameter.
20109
20110 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20111
20112         Sync from Libtool:
20113
20114         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20115
20116         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
20117         sharing with gnulib.  Report by Eric Blake.
20118
20119 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20120
20121         * modules/isapipe: New file.
20122         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
20123
20124 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20125
20126         * modules/configmake (Makefile.am): Add a comment, and omit
20127         the CONFIGMAKE_ prefix from generated macro names.  Suggested
20128         by Bruno Haible.
20129
20130 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20131
20132         * m4/isapipe.m4: New file.
20133
20134 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20135
20136         * lib/isapipe.c, lib/isapipe.h: New files.
20137
20138 2006-08-29  Jim Meyering  <jim@meyering.net>
20139
20140         * modules/configmake (Makefile.am): Make configmake.h depend on
20141         Makefile.  Otherwise, a stale configmake.h could hang around.
20142
20143 2006-08-29  Eric Blake  <ebb9@byu.net>
20144
20145         * lib/error.c (error_at_line, print_errno_message): Match libc, after
20146         resolution of upstream bug 3044.
20147
20148 2006-08-29  Bruno Haible  <bruno@clisp.org>
20149
20150         * modules/localcharset (Depends-on): Add configmake.
20151         (Makefile.am): Remove setting of LIBDIR through DEFS.
20152
20153 2006-08-29  Bruno Haible  <bruno@clisp.org>
20154
20155         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
20156         defined.
20157
20158 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20159
20160         * modules/fcntl: New file.
20161         * modules/chdir-safer (Depends-on): Add fcntl.
20162         * modules/fts: Likewise.
20163         * modules/mkdir-p: Likewise.
20164
20165         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
20166         This undoes the most recent change, since we're now addressing the
20167         problem in a different way.
20168
20169         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
20170         into output, since the output might be called Makefile.am even
20171         if $makefile_name is something different.
20172         (func_import): Use $makefile_am rather than
20173         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
20174         empty.
20175
20176         * modules/inttypes (Files): Add m4/inttypes-h.m4.
20177
20178 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20179
20180         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
20181         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
20182         recent change to stdint.m4, since we're now addressing the problem in a
20183         different way.
20184
20185 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20186
20187         * m4/fcntl_h.m4: New file.
20188
20189 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20190
20191         * lib/fcntl_.h: New file.
20192         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
20193         the fcntl module.
20194         * lib/dirchownmod.c: Likewise.
20195         * lib/fts.c: Likewise.
20196
20197         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
20198         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
20199         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
20200         just before including <inttypes.h>, to avoid circular inclusion.
20201
20202 2006-08-28  Jim Meyering  <jim@meyering.net>
20203
20204         * doc/visibility.texi: Actually read and correct the grammar of the
20205         sentence affected by yesterday's change.
20206
20207 2006-08-28  Eric Blake  <ebb9@byu.net>
20208
20209         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
20210         needs wrapper.
20211
20212 2006-08-28  Eric Blake  <ebb9@byu.net>
20213
20214         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
20215
20216 2006-08-28  Eric Blake  <ebb9@byu.net>
20217
20218         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
20219
20220 2006-08-28  Bruno Haible  <bruno@clisp.org>
20221
20222         * modules/c-strstr: New file, from GNU gettext.
20223         * MODULES.html.sh (String handling): Add c-strstr.
20224
20225 2006-08-28  Bruno Haible  <bruno@clisp.org>
20226
20227         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
20228         macros.
20229         Reported by Eric Blake.
20230
20231 2006-08-28  Bruno Haible  <bruno@clisp.org>
20232
20233         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
20234         (VASNPRINTF): Return a string of length > INT_MAX without failing.
20235         * lib/vasprintf.c: Include errno.h, limits.h.
20236         (EOVERFLOW): New fallback definition.
20237         (vasprintf): Test here whether the string length is > INT_MAX.
20238         * lib/vsnprintf.c: Include errno.h, limits.h.
20239         (EOVERFLOW): New fallback definition.
20240         (vsnprintf): Fix bug when generated string was too long for the buffer.
20241         Test here whether the string length is > INT_MAX.
20242
20243 2006-08-28  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/inttypes_.h (SCNX*): Remove definitions.
20246         Reported by Eric Blake.
20247
20248 2006-08-28  Bruno Haible  <bruno@clisp.org>
20249
20250         * lib/c-strstr.h: New file, from GNU gettext.
20251         * lib/c-strstr.c: New file, from GNU gettext.
20252
20253 2006-08-28  Bruno Haible  <bruno@clisp.org>
20254
20255         * gnulib-tool: Reorder some statements.
20256
20257 2006-08-28  Bruno Haible  <bruno@clisp.org>
20258
20259         * gnulib-tool: New option --makefile-name.
20260         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
20261         $makefile_name.
20262         (func_import): Write $makefile_name to the cache file, and read it from
20263         there unless explicitly specified. Use $makefile_name as file name
20264         instead of Makefile.am. Adjust the recommendations accordingly.
20265
20266 2006-08-28  Bruno Haible  <bruno@clisp.org>
20267
20268         * gnulib-tool (func_verify_module): Check against misapplying patch.
20269
20270 2006-08-28  Bruno Haible  <bruno@clisp.org>
20271
20272         * gnulib-tool (func_relativize, func_relconcat): New functions.
20273         Give an error if --local-dir is given with --update.
20274         Remove trailing slashes from $local_gnulib_dir.
20275         (func_import): Store the relativized $local_gnulib_dir in
20276         gnulib-cache.m4, and read it from there if not specified explicitly.
20277
20278 2006-08-28  Bruno Haible  <bruno@clisp.org>
20279
20280         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
20281         is the current directory. Respect also $local_gnulib_dir.
20282
20283 2006-08-28  Bruno Haible  <bruno@clisp.org>
20284             Simon Josefsson  <jas@extundo.com>
20285
20286         BeOS portability.
20287         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
20288
20289 2006-08-27  Jim Meyering  <jim@meyering.net>
20290
20291         * doc/visibility.texi: Remove duplicate word: "pointer".
20292
20293 2006-08-26  Bruno Haible  <bruno@clisp.org>
20294
20295         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
20296         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
20297         (Makefile.am): Create inttypes.h from inttypes_.h.
20298         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
20299
20300         * modules/imaxabs: New file.
20301
20302         * modules/imaxdiv: New file.
20303
20304 2006-08-26  Bruno Haible  <bruno@clisp.org>
20305
20306         * m4/inttypes.m4: New file.
20307         * m4/_inttypes_h.m4: Remove file.
20308         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
20309         PRI_MACROS_BROKEN.
20310         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
20311
20312         * m4/imaxabs.m4: New file.
20313
20314         * m4/imaxdiv.m4: New file.
20315
20316 2006-08-26  Bruno Haible  <bruno@clisp.org>
20317
20318         * lib/inttypes_.h: New file.
20319         * lib/inttypes.h: Remove file.
20320         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
20321
20322         * lib/imaxabs.c: New file.
20323
20324         * lib/imaxdiv.c: New file.
20325
20326 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20327
20328         New config-h module, so that "make" output needn't be cluttered
20329         by -DHAVE_CONFIG_H.
20330         * MODULES.html.sh (Support for building libraries and executables):
20331         Add config-h.
20332         * modules/config-h: New file.
20333         * gnulib-tool (nl, sed_transform_lib_file): New vars.
20334         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
20335         the config-h module is used.
20336
20337         New configmake module, so that "make" output needn't be cluttered
20338         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
20339         * MODULES.html.sh (Support for building libraries and executables):
20340         Add configmake.
20341         * modules/configmake: New file.
20342
20343 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20344
20345         * m4/config-h.m4: New file.
20346
20347 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20348
20349         * config/srclist.txt: Add elisp-comp.
20350
20351 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20352
20353         * MODULES.html.sh (Support for building libraries and executables):
20354         Add elisp-comp.
20355         * build-aux/elisp-comp: New file.
20356         * modules/elisp-comp: New file.
20357
20358 2006-08-24  Bruno Haible  <bruno@clisp.org>
20359
20360         * gnulib-tool (func_create_testdir): Use non-default values of
20361         sourcebase and m4base.
20362
20363 2006-08-24  Bruno Haible  <bruno@clisp.org>
20364
20365         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
20366         HTML structure.
20367
20368 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20369
20370         * modules/openat (Depends-on): Add lchown.
20371
20372 2006-08-23  Bruno Haible  <bruno@clisp.org>
20373
20374         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
20375         of gl_LOCK_EARLY instead of gl_LOCK.
20376
20377 2006-08-23  Bruno Haible  <bruno@clisp.org>
20378
20379         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
20380         on OSF/1 to no.
20381         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
20382
20383 2006-08-23  Bruno Haible  <bruno@clisp.org>
20384
20385         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
20386         as unusable.
20387
20388         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
20389         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
20390         (gl_LOCK): New macro.
20391
20392 2006-08-22  Simon Josefsson  <jas@extundo.com>
20393
20394         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
20395         to md5 module.
20396
20397 2006-08-22  Simon Josefsson  <jas@extundo.com>
20398
20399         * MODULES.html.sh: Add "Support for maintaining and release
20400         projects".
20401
20402         * build-aux/gnupload: New file, from coreutils.
20403
20404 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20405
20406         Avoid the need for AC_LIBSOURCES in m4 macros.
20407         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
20408         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
20409         * modules/check-version (EXTRA_DIST): Add check-version.h.
20410         * modules/crc (EXTRA_DIST): Add crc.h.
20411         * modules/des (EXTRA_DIST): Add des.h.
20412         * modules/gc (EXTRA_DIST): Add gc.h.
20413         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
20414         * modules/getline (EXTRA_DIST): Add getline.h.
20415         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
20416         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
20417         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
20418         * modules/md2 (EXTRA_DIST): Add md2.h.
20419         * modules/md4 (EXTRA_DIST): Add md4.h.
20420         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
20421         * modules/read-file (EXTRA_DIST): Add read-file.h.
20422         * modules/readline (EXTRA_DIST): Add readline.h.
20423         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
20424         rijndael-api-fst.h.
20425
20426 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20427
20428         * m4/rijndael.m4 (gl_ARCFOUR):
20429         * m4/arctwo.m4 (gl_ARCTWO):
20430         * m4/check-version.m4 (gl_CHECK_VERSION):
20431         * m4/crc.m4 (gl_CRC):
20432         * m4/des.m4 (gl_DES):
20433         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
20434         * m4/gc.m4 (gl_GC):
20435         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
20436         * m4/getline.m4 (gl_FUNC_GETLINE):
20437         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
20438         * m4/hmac-md5.m4 (gl_HMAC_MD5):
20439         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
20440         * m4/md2.m4 (gl_MD2):
20441         * m4/md4.m4 (gl_MD4):
20442         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
20443         * m4/read-file.m4 (gl_FUNC_READ_FILE):
20444         * m4/readline.m4 (gl_FUNC_READLINE):
20445         * m4/rijndael.m4 (gl_RIJNDAEL):
20446         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20447         to get the necessary .h files and whatnot.
20448
20449 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
20450
20451         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
20452         gnulib rather than the other way around.
20453         * config/srclistvars.sh (COREUTILS): Remove.
20454
20455 2006-08-22  Jim Meyering  <jim@meyering.net>
20456
20457         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
20458
20459         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
20460
20461 2006-08-22  Eric Blake  <ebb9@byu.net>
20462
20463         * modules/regexprops-generic: New file.
20464         * MODULES.html.sh (Support for building documentation): List it.
20465
20466 2006-08-22  Eric Blake  <ebb9@byu.net>
20467
20468         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
20469         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
20470         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
20471         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
20472
20473 2006-08-22  Bruno Haible  <bruno@clisp.org>
20474
20475         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
20476         and lib_LTLIBRARIES like the other lib_* variables.
20477
20478 2006-08-22  Bruno Haible  <bruno@clisp.org>
20479
20480         * build-aux/x-to-1.in: New file, from GNU gettext.
20481
20482 2006-08-22  Bruno Haible  <bruno@clisp.org>
20483
20484         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
20485         <utmpx.h> exists.
20486
20487 2006-08-22  Bruno Haible  <bruno@clisp.org>
20488
20489         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
20490         <utmpx.h> exists.
20491
20492 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20493
20494         BeOS portability.
20495         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
20496         exist.
20497         Problem reported by Bruno Haible.
20498
20499 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20500
20501         Avoid the need for AC_LIBSOURCES in m4 macros.
20502         * modules/acl (EXTRA_DIST): Add acl.h.
20503         * modules/argmatch (Files): Add m4/argmatch.m4.
20504         (configure.ac): Add gl_ARGMATCH.
20505         (EXTRA_DIST): Renamed from lib_SOURCES, for
20506         consistency with the other modules.  Remove argmatch.c.
20507         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
20508         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
20509         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
20510         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
20511         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
20512         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
20513         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
20514         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
20515         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
20516         * modules/closeout (EXTRA_DIST): Add closeout.h.
20517         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
20518         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
20519         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
20520         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
20521         dirname.h; remove basename.c and stripslash.c.
20522         * modules/exclude (EXTRA_DIST): Add exclude.h.
20523         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
20524         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
20525         * modules/file-type (EXTRA_DIST): Add file-type.h.
20526         * modules/filemode (EXTRA_DIST): Add filemode.h.
20527         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
20528         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20529         * modules/fpending (EXTRA_DIST): Add __fpending.h.
20530         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
20531         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
20532         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
20533         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
20534         * modules/getdate (EXTRA_DIST): Add getdate.c.
20535         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
20536         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
20537         * modules/getpass (EXTRA_DIST): Add getpass.h.
20538         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
20539         * modules/group-member (EXTRA_DIST): Add group-member.h.
20540         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
20541         * modules/hash (EXTRA_DIST): Add hash.h.
20542         * modules/human (EXTRA_DIST): Add human.h.
20543         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
20544         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
20545         * modules/lchown (EXTRA_DIST): Add lchown.h.
20546         * modules/long-options (EXTRA_DIST): Add long-options.h.
20547         * modules/lstat (EXTRA_DIST): Add lstat.h.
20548         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
20549         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
20550         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
20551         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
20552         * modules/memxor (EXTRA_DIST): Add memxor.h.
20553         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
20554         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
20555         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
20556         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
20557         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
20558         * modules/physmem (EXTRA_DIST): Add physmem.h.
20559         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
20560         * modules/posixver (EXTRA_DIST): Add posixver.h.
20561         * modules/quote (EXTRA_DIST): Add quote.h.
20562         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
20563         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
20564         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
20565         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
20566         regex_internal.h regexec.c.
20567         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
20568         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
20569         * modules/same (EXTRA_DIST): Add same.h.
20570         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
20571         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
20572         * modules/savedir (EXTRA_DIST): Add savedir.h.
20573         * modules/sha1 (EXTRA_DIST): Add sha1.h.
20574         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
20575         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
20576         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
20577         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
20578         * modules/strdup (EXTRA_DIST): Add strdup.h.
20579         * modules/strftime (EXTRA_DIST): Add strftime.h.
20580         * modules/strndup (EXTRA_DIST): Add strndup.h.
20581         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
20582         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
20583         * modules/time_r (EXTRA_DIST): Add time_r.h.
20584         * modules/timespec (EXTRA_DIST): Add timespec.h.
20585         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
20586         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
20587         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
20588         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
20589         * modules/userspec (EXTRA_DIST): Add userspec.h.
20590         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
20591         * modules/utimens (EXTRA_DIST): Add utimens.h.
20592         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
20593         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
20594         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
20595         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
20596         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
20597         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
20598         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
20599         * modules/yesno (EXTRA_DIST): Add yesno.h.
20600
20601 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
20602
20603         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
20604
20605         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
20606         * m4/dev-ino.m4, same-inode.m4: Remove.
20607
20608         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
20609         * m4/acl.m4 (AC_FUNC_ACL):
20610         * m4/backupfile.m4 (gl_BACKUPFILE):
20611         * m4/c-strtod.m4 (gl_C99_STRTOLD):
20612         * m4/canon-host.m4 (gl_CANON_HOST):
20613         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20614         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
20615         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
20616         * m4/cloexec.m4 (gl_CLOEXEC):
20617         * m4/close-stream.m4 (gl_CLOSE_STREAM):
20618         * m4/closeout.m4 (gl_CLOSEOUT):
20619         * m4/dirfd.m4 (gl_FUNC_DIRFD):
20620         * m4/dirname.m4 (gl_DIRNAME):
20621         * m4/exclude.m4 (gl_EXCLUDE):
20622         * m4/exitfail.m4 (gl_EXITFAIL):
20623         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
20624         * m4/file-type.m4 (gl_FILE_TYPE):
20625         * m4/filemode.m4 (gl_FILEMODE):
20626         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
20627         * m4/fpending.m4 (gl_FUNC_FPENDING):
20628         * m4/fprintftime.m4 (gl_FPRINTFTIME):
20629         * m4/fts.m4 (gl_FUNC_FTS):
20630         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
20631         * m4/getdate.m4 (gl_GETDATE):
20632         * m4/gethrxtime.m4 (gl_GETHRXTIME):
20633         * m4/getpagesize.m4 (gl_GETPAGESIZE):
20634         * m4/getpass.m4 (gl_FUNC_GETPASS):
20635         * m4/gettime.m4 (gl_GETTIME):
20636         * m4/getugroups.m4 (gl_GETUGROUPS):
20637         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
20638         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
20639         * m4/hard-locale.m4 (gl_HARD_LOCALE):
20640         * m4/hash.m4 (gl_HASH):
20641         * m4/idcache.m4 (gl_IDCACHE):
20642         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
20643         * m4/lchown.m4 (gl_FUNC_LCHOWN):
20644         * m4/long-options.m4 (gl_LONG_OPTIONS):
20645         * m4/lstat.m4 (gl_FUNC_LSTAT):
20646         * m4/md5.m4 (gl_MD5):
20647         * m4/memcasecmp.m4 (gl_MEMCASECMP):
20648         * m4/memcoll.m4 (gl_MEMCOLL):
20649         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
20650         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
20651         * m4/memxor.m4 (gl_MEMXOR):
20652         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
20653         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
20654         * m4/modechange.m4 (gl_MODECHANGE):
20655         * m4/mountlist.m4 (gl_MOUNTLIST):
20656         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20657         * m4/openat.m4 (gl_FUNC_OPENAT):
20658         * m4/pathmax.m4 (gl_PATHMAX):
20659         * m4/physmem.m4 (gl_PHYSMEM):
20660         * m4/posixtm.m4 (gl_POSIXTM):
20661         * m4/posixver.m4 (gl_POSIXVER):
20662         * m4/quote.m4 (gl_QUOTE):
20663         * m4/quotearg.m4 (gl_QUOTEARG):
20664         * m4/readtokens.m4 (gl_READTOKENS):
20665         * m4/readutmp.m4 (gl_READUTMP):
20666         * m4/regex.m4 (gl_REGEX):
20667         * m4/safe-read.m4 (gl_SAFE_READ):
20668         * m4/safe-write.m4 (gl_SAFE_WRITE):
20669         * m4/same.m4 (gl_SAME):
20670         * m4/save-cwd.m4 (gl_SAVE_CWD):
20671         * m4/savedir.m4 (gl_SAVEDIR):
20672         * m4/settime.m4 (gl_SETTIME):
20673         * m4/sha1.m4 (gl_SHA1):
20674         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
20675         * m4/stat-macros.m4 (gl_STAT_MACROS):
20676         * m4/stat-time.m4 (gl_STAT_TIME):
20677         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
20678         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
20679         * m4/strdup.m4 (gl_FUNC_STRDUP):
20680         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
20681         * m4/strndup.m4 (gl_FUNC_STRNDUP):
20682         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
20683         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
20684         * m4/time_r.m4 (gl_TIME_R):
20685         * m4/timespec.m4 (gl_TIMESPEC):
20686         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
20687         * m4/unlinkdir.m4 (gl_UNLINKDIR):
20688         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
20689         * m4/userspec.m4 (gl_USERSPEC):
20690         * m4/utimecmp.m4 (gl_UTIMECMP):
20691         * m4/utimens.m4 (gl_UTIMENS):
20692         * m4/xalloc.m4 (gl_XALLOC):
20693         * m4/xgetcwd.m4 (gl_XGETCWD):
20694         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
20695         * m4/xreadlink.m4 (gl_XREADLINK):
20696         * m4/xstrtod.m4 (gl_XSTRTOD):
20697         * m4/yesno.m4 (gl_YESNO):
20698         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
20699         to get the necessary .h files and whatnot.
20700
20701 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
20702             Bruno Haible  <bruno@clisp.org>
20703
20704         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
20705         /bin/sh understanding of '!' conditional negation.
20706
20707 2006-08-21  Jim Meyering  <jim@meyering.net>
20708
20709         * modules/openat (Depends-on): Really alphabetize.
20710
20711         * modules/acl (Depends-on): Add error and quote.
20712
20713         * check-module (find_included_lib_files): Add at-func.c to the
20714         ok-to-include-more-than-once white list.
20715
20716         * modules/openat (Depends-on): Add lstat.  Alphabetize.
20717
20718 2006-08-21  Bruno Haible  <bruno@clisp.org>
20719
20720         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20721         Emit a pkgdata_DATA variable only if some snippets add contents to it.
20722         Reported by Martin Lambers <marlam@marlam.de>.
20723
20724 2006-08-21  Bruno Haible  <bruno@clisp.org>
20725
20726         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
20727         specify an installation location, don't emit a noinst_LIBRARIES or
20728         noinst_LTLIBRARIES assignment.
20729
20730 2006-08-21  Bruno Haible  <bruno@clisp.org>
20731
20732         BeOS portability.
20733         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
20734         BeOS has mbrtowc() but no <wctype.h>.
20735
20736 2006-08-21  Bruno Haible  <bruno@clisp.org>
20737
20738         BeOS portability.
20739         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
20740         exist.
20741
20742 2006-08-21  Bruno Haible  <bruno@clisp.org>
20743
20744         BeOS portability.
20745         * lib/mbchar.h: Include <wctype.h> only if it exists.
20746
20747 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20748
20749         Remove files that are no longer needed by their respective modules.
20750         * m4/obstack.m4: Remove.
20751         * m4/strerror_r.m4: Remove.
20752         * m4/uint32_t.m4: Remove.
20753         * m4/uintptr_t.m4: Remove.
20754         * m4/ullong_max.m4: Remove.
20755         * m4/xstrtoimax.m4: Remove.
20756         * m4/xstrtoumax.m4: Remove.
20757
20758         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
20759         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
20760         dependencies now capture this.
20761
20762         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
20763         Do not use AC_LIBSOURCES, since gnulib modules now do this.
20764         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
20765         * m4/human.m4 (gl_HUMAN): Likewise.
20766         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
20767         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
20768
20769         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
20770
20771         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
20772         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
20773         stdint.
20774         * m4/human.m4 (gl_HUMAN): Likewise.
20775         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
20776         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
20777         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20778         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20779         * m4/xstrtol (gl_XSTRTOL): Likewise.
20780
20781         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
20782         AC_TYPE_LONG_LONG_INT.
20783         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
20784         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
20785         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
20786         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
20787
20788         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
20789         on stdbool.
20790
20791         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
20792         (gl_PREREQ_XSTRTOUL): Remove.
20793
20794         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
20795
20796         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
20797         mode.
20798
20799 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20800
20801         Add and change modules to make it easier for coreutils to use
20802         gnulib-tool.
20803         * modules/backupfile (Files): Remove m4/d-ino.m4.
20804         (Depends-on): Add d-ino.
20805         * modules/cycle-check (Depends-on): Add stdint.
20806         (lib_SOURCES): Add cycle-check.h.
20807         * modules/d-ino: New module.
20808         * modules/d-type: New module.
20809         * modules/error (Files): Remove m4/strerror_r.m4.
20810         * modules/filemode (Files): Add m4/st_dm_mode.m4.
20811         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20812         m4/inttypes_h.m4, m4/uintmax_t.m4.
20813         (Depends-on): Add stdint.
20814         (lib_SOURCES): Add fsusage.h.
20815         * modules/getcwd (Files): Remove d-ino.m4.
20816         (Depends-on): Add d-ino.
20817         * modules/getndelim2 (Depends-on): Add stdint.
20818         * modules/glob (Files): Remove m4/d-type.m4.
20819         (Depends-on): Add d-type.
20820         * modules/host-os: New module.
20821         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
20822         m4/inttypes_h.m4, m4/uintmax_t.m4.
20823         * Depends-on: Add stdint.
20824         (lib_SOURCES): Add human.h.
20825         * modules/inttostr (Files): Remove m4/intmax_t.m4,
20826         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
20827         m4/uintmax_t.m4, m4/ulonglong.m4.
20828         (Depends-on): Add stdint.
20829         (EXTRA_DIST): Add inttostr.h.
20830         * modules/lchmod: New module.
20831         * modules/link-follow: New module.
20832         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
20833         (Depends-on): Add lchmod.
20834         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
20835         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
20836         (Depends-on): Add stdint.
20837         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
20838         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
20839         (Depends-on): Add stdint.
20840         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
20841         * modules/perl: New module.
20842         * modules/regex (Depends-on): Add stdint.
20843         * modules/rmdir-errno: New module.
20844         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20845         m4/intmax_t.m4.
20846         (Depends-on): Add stdint.
20847         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
20848         m4/uintmax_t.m4.
20849         (Depends-on): Add stdint.
20850         * modules/unlink-busy: New module.
20851         * modules/utimecmp (Depends-on): Add stdint.
20852         * modules/uptime: New module.
20853         * modules/winsz-ioctl: New module.
20854         * modules/winsz-termios: New module.
20855         * modules/xnanosleep (Depends-on): Add nanosleep.
20856         * modules/ullong_max: Remove.
20857         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
20858         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
20859         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
20860         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
20861         (Depends-on): Add inttypes.
20862         (lib_SOURCES): Add xstrtol.h.
20863         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
20864         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
20865         * MODULES.html.sh: Move 'assert' into the assert section.
20866         Move 'dummy' into the linking section.
20867         Remove ullong_max.
20868         Add section for compatibility checks for POSIX:2001 functions,
20869         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
20870         winsz-ioctl, and winsz-termios into it.
20871         Add lchmod.
20872         Add top-level Misc section and put host-os, perl, and uptime
20873         into it.
20874
20875 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20876
20877         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
20878         now assume the stdint module.  Do not include inttypes.h.
20879         * lib/fsusage.h: Likewise.
20880         * lib/getndelim2.c: Likewise.
20881         * lib/human.h: Likewise.
20882         * lib/inttostr.h: Likewise.
20883         * lib/obstack.c: Likewise.
20884         * lib/regex_internal.h: Likewise.
20885         * lib/tempname.c: Likewise.
20886         * lib/utimecmp.c: Likewise.
20887         * lib/xstrtol.h: Likewise.
20888
20889         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
20890
20891         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
20892         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
20893         * lib/xtime.h: Likewise.
20894
20895 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20896
20897         * modules/openat (Files): Add lib/fchmodat.c.
20898         Fixes problem reported by Jay Youngman.
20899
20900 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
20903         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
20904
20905 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
20906             Bruno Haible  <bruno@clisp.org>
20907
20908         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
20909         and is a script that invokes bison. Tighten the code. Add comments.
20910
20911 2006-08-18  Jim Meyering  <jim@meyering.net>
20912
20913         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
20914         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
20915         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
20916         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
20917
20918 2006-08-18  Bruno Haible  <bruno@clisp.org>
20919
20920         * modules/bison-i18n: New file.
20921         * MODULES.html.sh (Internationalization functions): Add it.
20922
20923 2006-08-18  Bruno Haible  <bruno@clisp.org>
20924
20925         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
20926         sys/statvfs.h. When getmntinfo was found, check its declaration and
20927         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
20928
20929 2006-08-18  Bruno Haible  <bruno@clisp.org>
20930
20931         * m4/bison-i18n.m4: New file, from bison.
20932
20933 2006-08-18  Bruno Haible  <bruno@clisp.org>
20934
20935         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
20936         (ME_DUMMY): Treat "kernfs" as a dummy.
20937         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
20938
20939 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20940
20941         Update from coreutils.
20942
20943         2006-08-15  Jim Meyering  <jim@meyering.net>
20944
20945         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
20946
20947         2006-01-17  Jim Meyering  <jim@meyering.net>
20948
20949         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
20950
20951         2006-01-11  Jim Meyering  <jim@meyering.net>
20952
20953         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
20954         Check for the lchmod function.
20955
20956 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20957
20958         Update from coreutils.
20959
20960         * lib/__fpending.h: Add copyright notice.
20961         * lib/fprintftime.h: Likewise.
20962         * lib/savedir.c: Use (C) in copyright notice.
20963         * lib/savedir.h: Likewise.
20964
20965         2006-08-15  Jim Meyering  <jim@meyering.net>
20966
20967         * lib/at-func.c: New file, with the logic of all emulated at-functions.
20968         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
20969         in support of the EXPECTED_ERRNO macro.
20970         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
20971         definitions.  Instead, define the appropriate symbols and include
20972         "at-func.c".
20973         * lib/mkdirat.c (mkdirat): Likewise.
20974         * lib/fchmodat.c (fchmodat): Likewise.
20975         (ENOSYS): Remove definition.
20976         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
20977         it.  Don't include "unistd--.h" -- it wasn't ever used.
20978
20979         2006-01-17  Jim Meyering  <jim@meyering.net>
20980
20981         Rewrite fts.c not to change the current working directory,
20982         by using openat, fstatat, fdopendir, etc..
20983
20984         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
20985         (HAVE_OPENAT_SUPPORT): Define.
20986         [_LIBC] (fchdir): Don't undef or define; no longer used.
20987         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
20988         Now, this `function' always succeeds, and consumes its file descriptor
20989         parameter -- so callers must not close such FDs.  Update callers.
20990         (diropen_fd, opendirat, cwd_advance_fd): New functions.
20991         (diropen): Add parameter, SP.  Adjust all callers.
20992         Implement using diropen_fd, rather than open.
20993         (fts_open): Initialize new member, fts_cwd_fd.
20994         Remove fts_rft-setting code.
20995         (fts_close): Close fts_cwd_fd, if necessary.
20996         (__opendir2): Define in terms of opendir or opendirat,
20997         depending on whether the FST_NOCHDIR flag is set.
20998         (fts_build): Since fts_safe_changedir consumes its FD, and since
20999         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
21000         and close the dup'd file descriptor upon failure.
21001         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
21002         (fts_safe_changedir): Tweak semantics to reflect that this function
21003         now calls cwd_advance_fd and hence consumes its FD argument.
21004         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
21005         [struct FTS] (fts_rft): Remove now-unused member.
21006         [struct FTS] (fts_cycle.state): Improve comment.
21007
21008         * lib/openat.c (openat_needs_fchdir): New function.
21009         * lib/openat.h (openat_needs_fchdir): Declare it.
21010
21011 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21012
21013         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
21014         Problem and fix reported by Pádraig Brady in
21015         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
21016
21017 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21018
21019         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
21020
21021 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21022
21023         * lib/memcoll.c (memcoll): Optimize for the common case where the
21024         arguments are bytewise equal.
21025
21026 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21027
21028         * doc/regexprops-generic.texi: Add a copyright notice.
21029
21030 2006-08-15  Bruno Haible  <bruno@clisp.org>
21031
21032         * modules/tmpdir (License): Change to LGPL.
21033
21034 2006-08-15  Bruno Haible  <bruno@clisp.org>
21035
21036         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
21037         module.
21038
21039 2006-08-14  Simon Josefsson  <jas@extundo.com>
21040
21041         * config/srclist.txt: Add gnupload.
21042
21043 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21044
21045         Change copyright notice from LGPL 2 to GPL 2, since that's the
21046         standard form used in the gnulib repository.
21047         * tests/test-lock.c: Likewise.
21048         * tests/test-stdint.c: Likewise.
21049         * tests/test-tls.c: Likewise.
21050
21051         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
21052         prelude-manager.  User shorter URLs for GNU projects, without '?'.
21053         Add copyright notice.
21054
21055         * check-module: Add copyright notice.  Output a copyright
21056         notice if "--version" is specified.
21057         * modules/COPYING: New file.
21058         * tests/test-getaddrinfo.c: Add copyright notice.
21059         * tests/test-verify.c: Likewise.
21060
21061 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21062
21063         Change copyright notice from LGPL 2 to GPL 2, since that's the
21064         standard form used in the gnulib repository.
21065         * lib/lock.c: LGPL -> GPL.
21066         * lib/lock.h: Likewise.
21067         * lib/strnlen1.c: Likewise.
21068         * lib/strnlen1.h: Likewise.
21069         * lib/tls.c: Likewise.
21070         * lib/tls.h: Likewise.
21071         * lib/tmpdir.c: Likewise.
21072
21073         * lib/TODO: Remove; this belongs only in coreutils.
21074
21075 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21076
21077         Add copyright notices to long-enough files that lack them, since
21078         otherwise the files aren't clearly free.  Use the same notice that
21079         getdate.texi already uses.
21080         * doc/alloca-opt.texi: Add copyright notice.
21081         * doc/alloca.texi: Likewise.
21082         * doc/ctime.texi: Likewise.
21083         * doc/functions.texi: Likewise.
21084         * doc/gcd.texi: Likewise.
21085         * doc/gnulib-tool.texi: Likewise.
21086         * doc/inet_ntoa.texi: Likewise.
21087         * doc/visibility.texi: Likewise.
21088
21089         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
21090         * doc/quote.texi: Add copyright notice.
21091
21092         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
21093         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
21094         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
21095         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
21096         is now obsolete, and give a pointer to the Sun list.
21097         Add copyright notice.
21098
21099 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21100
21101         * config/srclistvars.sh: Add copyright notice.
21102
21103 2006-08-14  Eric Blake  <ebb9@byu.net>
21104
21105         Import the following change from libc:
21106
21107         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
21108
21109         Upstream bug 2997.
21110         * lib/misc/error.c: Add space between program name and message if file
21111         name is missing.
21112
21113 2006-08-12  Karl Berry  <karl@gnu.org>
21114
21115         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
21116         remove, these originate in gnulib now.
21117
21118 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21119
21120         * doc/Makefile (standards.info standards.html standards.dvi):
21121         Also depend on make-stds.texi.
21122
21123 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21124
21125         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
21126         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
21127
21128         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
21129         in wchar_t.  Problem reported by Eric Blake.
21130
21131         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
21132         LEN is smaller than SIZE.  Suggested by Bruno Haible.
21133         Also, help the compiler to keep LEN in a register.
21134
21135 2006-08-11  Eric Blake  <ebb9@byu.net>
21136
21137         * users.txt: Sort.  Add tar.
21138
21139 2006-08-11  Bruno Haible  <bruno@clisp.org>
21140
21141         * users.txt: New file.
21142
21143 2006-08-11  Bruno Haible  <bruno@clisp.org>
21144
21145         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
21146         before <wchar.h>. Needed for OSF/1 and BSD/OS.
21147
21148 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21149
21150         * modules/snprintf (Depends-on): Remove minmax.
21151         (Maintainer): Add self and Bruno.
21152
21153 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21154
21155         * lib/.cppi-disable: Add snprintf.h, socket_.h.
21156         * lib/snprintf.c: Include <errno.h> and <limits.h>.
21157         (EOVERFLOW): Define if the system does not.
21158         Do not include "minmax.h"; it wasn't used.
21159         (snprintf): Don't assume size_t promotes to an unsigned type.
21160         Fix bug when generated string was too long for the buffer: the
21161         buffer's contents are supposed to be the initial prefix of the
21162         output.  Don't assume vasnprintf returns EOVERFLOW if the size
21163         exceeds INT_MAX; do the check ourselves.
21164
21165         Import the following changes from libc:
21166
21167         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
21168
21169         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
21170         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
21171         set wc to the byte which couldn't be converted.
21172         (re_string_reconstruct): Don't clear valid_raw_len before calling
21173         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
21174         tip_context using re_string_context_at.
21175
21176         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
21177
21178         * lib/posix/regex.h: g++ still cannot handled [restrict].
21179
21180         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
21181
21182         * lib/posix/regex.h: Remove special handling for VMS.
21183
21184 2006-08-10  Jim Meyering  <jim@meyering.net>
21185
21186         * modules/same-inode: New module.
21187         * modules/dev-ino: New module.
21188         * modules/cycle-check: Depend on these modules, rather than simply
21189         including their .h files.
21190         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
21191         required via m4/cycle-check.m4.
21192         * modules/same: Depend on new same-inode module, rather than
21193         including same-inode.h.
21194         * modules/chdir-safer: New file.
21195
21196         * modules/chown (Depends-on): Add stat-macros.
21197
21198 2006-08-10  Jim Meyering  <jim@meyering.net>
21199
21200         * m4/cycle-check.m4: New file.
21201         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
21202         * m4/dev-ino.m4, m4/same-inode.m4: New files.
21203
21204 2006-08-10  Eric Blake  <ebb9@byu.net>
21205
21206         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
21207         in from original proposal.
21208
21209 2006-08-10  Eric Blake  <ebb9@byu.net>
21210         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21211
21212         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
21213         namespace.
21214
21215 2006-08-10  Bruno Haible  <bruno@clisp.org>
21216
21217         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
21218         as well.
21219
21220 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         Sync from coreutils.
21223
21224         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
21225
21226         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
21227         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
21228
21229 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21230
21231         * modules/restrict: Remove; no longer needed now that we assume
21232         Autoconf 2.59 or later.
21233         * MODULES.html.sh: Remove 'restrict'.
21234         * modules/argp (Depends-on): Remove 'restrict'.
21235         * modules/base64 (Depends-on): Likewise.
21236         * modules/gc (Depends-on): Likewise.
21237         * modules/getaddrinfo (Depends-on): Likewise.
21238         * modules/glob (Depends-on): Likewise.
21239         * modules/inet_ntop (Depends-on): Likewise.
21240         * modules/inet_pton (Depends-on): Likewise.
21241         * modules/memxor (Depends-on): Likewise.
21242         * modules/regex (Depends-on): Likewise.
21243         * modules/strtok_r (Depends-on): Likewise.
21244         * modules/time_r (Depends-on): Likewise.
21245
21246 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
21247
21248         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
21249         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
21250         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
21251         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
21252         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
21253         * m4/memxor.m4 (gl_MEMXOR): Likewise.
21254         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
21255         gl_C_RESTRICT replaced by AC_C_RESTRICT.
21256
21257         Merge from coreutils.
21258         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
21259         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
21260         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21261         * m4/time_r.m4 (gl_TIME_R): Likewise.
21262
21263 2006-08-09  Karl Berry  <karl@gnu.org>
21264
21265         * config/srclist.txt: no more gettext-tools, per Bruno.
21266
21267 2006-08-08  Eric Blake  <ebb9@byu.net>
21268
21269         * modules/verror: New module.
21270         * MODULES.html.sh: Document it.
21271
21272 2006-08-08  Eric Blake  <ebb9@byu.net>
21273
21274         * lib/verror.h, lib/verror.c: New files.
21275
21276 2006-08-08  Eric Blake  <ebb9@byu.net>
21277
21278         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
21279         verror_at_line output complies with GNU Coding Standards even when
21280         file is NULL.
21281
21282 2006-08-07  Bruno Haible  <bruno@clisp.org>
21283
21284         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
21285         versions of AIX.
21286         Reported by Ralf Wildenhues.
21287
21288 2006-08-07  Bruno Haible  <bruno@clisp.org>
21289
21290         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
21291         in an AC_DEFUN. Needed so that the autoconf snippets can use
21292         AC_REQUIRE.
21293
21294 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21295
21296         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21297         Initialize pkgdata_DATA.
21298         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
21299         overriding it.
21300
21301 2006-08-06  Eric Blake  <ebb9@byu.net>
21302
21303         * lib/error.h: Fold in some upstream changes from glibc.
21304         * lib/error.c: Likewise.
21305
21306 2006-08-04  Bruno Haible  <bruno@clisp.org>
21307
21308         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21309         Make the mostlyclean-local rule depend on mostlyclean-generic.
21310         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
21311
21312 2006-07-31  Bruno Haible  <bruno@clisp.org>
21313
21314         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
21315         <stdlib.h>, <string.h>.
21316
21317 2006-07-30  Bruno Haible  <bruno@clisp.org>
21318
21319         * modules/readlink (License): Change to LGPL.
21320
21321 2006-07-30  Bruno Haible  <bruno@clisp.org>
21322
21323         * modules/javaversion (Makefile.am): Distribute javaversion.java and
21324         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
21325         set PKGDATADIR to point to it.
21326
21327 2006-07-30  Bruno Haible  <bruno@clisp.org>
21328
21329         * modules/csharpexec (configure.ac): Comment out macro invocation.
21330         * modules/javaexec (configure.ac): Likewise.
21331         * modules/javacomp-script (configure.ac): Likewise.
21332
21333         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
21334
21335 2006-07-30  Bruno Haible  <bruno@clisp.org>
21336
21337         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
21338         linked-list.
21339
21340 2006-07-30  Bruno Haible  <bruno@clisp.org>
21341
21342         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
21343
21344 2006-07-30  Bruno Haible  <bruno@clisp.org>
21345
21346         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21347         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
21348         get removed.
21349
21350 2006-07-29  Bruno Haible  <bruno@clisp.org>
21351
21352         Make it possible for gnulib-tool to work with locally modified or
21353         augmented gnulib repositories.
21354         * gnulib-tool (func_usage): Document --local-dir option.
21355         (local_gnulib_dir): New variable.
21356         Handle --local-dir option.
21357         (func_lookup_file): New function.
21358         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
21359         (func_get_description, func_get_filelist, func_get_description,
21360         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
21361         func_get_automake_snippet, func_get_include_directive,
21362         func_get_license, func_get_maintainer): Use func_lookup_file.
21363         (func_import, func_create_testdir): Use func_lookup_file.
21364
21365 2006-07-29  Bruno Haible  <bruno@clisp.org>
21366
21367         * modules/setenv (Depends-on): Add unistd.
21368
21369 2006-07-29  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
21372
21373 2006-07-29  Bruno Haible  <bruno@clisp.org>
21374
21375         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
21376
21377 2006-07-29  Bruno Haible  <bruno@clisp.org>
21378
21379         * gnulib-tool (import, update): If there is no Makefile.am, look at
21380         aclocal.m4, instead of bailing out.
21381
21382 2006-07-29  Bruno Haible  <bruno@clisp.org>
21383
21384         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
21385         Categorize the options by when they are useful.
21386
21387 2006-07-29  Bruno Haible  <bruno@clisp.org>
21388
21389         * gnulib-tool (func_usage): Document option --no-libtool.
21390         Handle option --no-libtool.
21391         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
21392         for changed semantics of $libtool variable.
21393         (func_import): Likewise. If libtool is not used, show this through
21394         an option --no-libtool.
21395         (func_create_testdir): Update.
21396
21397 2006-07-29  Bruno Haible  <bruno@clisp.org>
21398
21399         * gnulib-tool (func_import): Extend error message about missing
21400         --doc-base.
21401
21402 2006-07-29  Bruno Haible  <bruno@clisp.org>
21403
21404         * gnulib-tool (func_import): Don't create the $docbase directory if
21405         there is no file to store there.
21406
21407 2006-07-29  Bruno Haible  <bruno@clisp.org>
21408
21409         * gnulib-tool (autoconf_minversion): If a --dir option is given and
21410         relevant, look for configure.ac there, not in the current directory.
21411         Also use a simple search for AC_PREREQ, not "autoconf --trace".
21412
21413 2006-07-29  Bruno Haible  <bruno@clisp.org>
21414
21415         * gnulib-tool (SORT): New variable.
21416         (func_usage): Undocument --assume-autoconf option.
21417         Remove --assume-autoconf option handling.
21418         (autoconf_minversion): Determine from the contents of configure.ac.
21419         (func_import): Remove autoconf_minversion handling.
21420         Suggested by Eric Blake.
21421
21422 2006-07-29  Bruno Haible  <bruno@clisp.org>
21423
21424         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
21425
21426 2006-07-29  Bruno Haible  <bruno@clisp.org>
21427
21428         * config/srclist.txt (*setenv.[ch]): Remove rules.
21429
21430 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21431
21432         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
21433
21434 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21435
21436         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
21437         arpa/inet.h.
21438
21439 2006-07-28  Simon Josefsson  <jas@extundo.com>
21440
21441         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
21442         * modules/inet_pton (Depends-on): Likewise.
21443
21444 2006-07-28  Simon Josefsson  <jas@extundo.com>
21445
21446         * m4/netinet_in_h.m4: New file.
21447
21448 2006-07-28  Simon Josefsson  <jas@extundo.com>
21449
21450         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
21451         #include's.
21452
21453 2006-07-28  Simon Josefsson  <jas@extundo.com>
21454
21455         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
21456         #include's.
21457
21458 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
21459
21460         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
21461         setgid on directories only if they set these bits.
21462         * lib/modechange.h: Remove obsolete comment about masks.
21463
21464 2006-07-28  Eric Blake  <ebb9@byu.net>
21465
21466         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
21467         macro expansion.
21468
21469 2006-07-28  Bruno Haible  <bruno@clisp.org>
21470
21471         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
21472
21473 2006-07-28  Bruno Haible  <bruno@clisp.org>
21474
21475         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
21476
21477 2006-07-28  Bruno Haible  <bruno@clisp.org>
21478
21479         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21480         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21481         Define fallbacks.
21482         Avoids link error on FreeBSD 4.x.
21483         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21484
21485         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
21486         encoding.
21487         * lib/mbswidth.c (iswcntrl): Likewise.
21488
21489 2006-07-27  Bruno Haible  <bruno@clisp.org>
21490
21491         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
21492         test.
21493
21494 2006-07-27  Bruno Haible  <bruno@clisp.org>
21495
21496         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
21497         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
21498         defined.
21499
21500 2006-07-26  Eric Blake  <ebb9@byu.net>
21501
21502         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
21503
21504 2006-07-26  Eric Blake  <ebb9@byu.net>
21505
21506         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
21507         like mingw that lack mkstemp.
21508         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
21509         avoid compilation warning on mingw.
21510
21511 2006-07-26  Bruno Haible  <bruno@clisp.org>
21512
21513         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
21514         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
21515         INT_FAST*_MIN, INTPTR_MIN.
21516
21517 2006-07-25  Bruno Haible  <bruno@clisp.org>
21518
21519         * modules/version-etc (Depends-on): Add stdarg.
21520
21521 2006-07-25  Bruno Haible  <bruno@clisp.org>
21522
21523         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
21524         complex commands.
21525
21526 2006-07-25  Bruno Haible  <bruno@clisp.org>
21527
21528         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
21529         defined in <stdarg.h> or config.h.
21530
21531 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21532
21533         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
21534         (gl_STDIO_SAFER): Remove.
21535
21536 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
21537
21538         * MODULES.html.sh (File stream based Input/Output):
21539         Add fopen-safer, tmpfile-safer; remove stdio-safer.
21540         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
21541         * modules/fopen-safer, modules/tmpfile-safer: New files.
21542         * modules/stdio-safer: Remove.
21543
21544 2006-07-24  Bruno Haible  <bruno@clisp.org>
21545
21546         * modules/tmpdir: New file.
21547         * MODULES.html.sh (File system functions): Add it.
21548
21549 2006-07-24  Bruno Haible  <bruno@clisp.org>
21550
21551         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
21552         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
21553
21554 2006-07-24  Bruno Haible  <bruno@clisp.org>
21555
21556         * modules/clean-temp: New file.
21557
21558 2006-07-24  Bruno Haible  <bruno@clisp.org>
21559
21560         * m4/tmpdir.m4: New file, from GNU gettext.
21561
21562 2006-07-24  Bruno Haible  <bruno@clisp.org>
21563
21564         * lib/tmpdir.h: New file, from GNU gettext.
21565         * lib/tmpdir.c: New file, from GNU gettext.
21566
21567 2006-07-24  Bruno Haible  <bruno@clisp.org>
21568
21569         * lib/clean-temp.h: New file, from GNU gettext.
21570         * lib/clean-temp.c: New file, from GNU gettext.
21571
21572 2006-07-23  Eric Blake  <ebb9@byu.net>
21573
21574         * modules/stdio-safer (Files): Add tmpfile-safer.c.
21575         (Depends-on): Add binary-io.
21576
21577 2006-07-23  Eric Blake  <ebb9@byu.net>
21578
21579         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
21580
21581 2006-07-23  Eric Blake  <ebb9@byu.net>
21582
21583         * lib/tmpfile-safer.c: New file.
21584         * lib/stdio-safer.h (fopen_safer): Add prototype.
21585         * lib/stdio--.h (tmpfile): Make safer.
21586
21587 2006-07-23  Bruno Haible  <bruno@clisp.org>
21588
21589         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
21590         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
21591         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
21592         gl_linked_remove_at): Use it.
21593
21594 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21595         and Simon Josefsson <jas@extundo.com>
21596
21597         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
21598
21599         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
21600
21601 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         * modules/close-stream: New file.
21604         * modules/closeout (Description): Make it clear that it exits
21605         with a diagnostic on error.
21606         (Depends-on): Add close-stream.  Remove fpending, stdbool.
21607         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
21608
21609 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21610
21611         * m4/close-stream.m4: New file.
21612
21613 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21614
21615         * lib/close-stream.c, lib/close-stream.h: New files.
21616
21617 2006-07-22  Bruno Haible  <bruno@clisp.org>
21618
21619         Merge from GNU gettext 0.15.
21620
21621         2006-05-01  Bruno Haible  <bruno@clisp.org>
21622
21623                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
21624
21625         2006-07-22  Bruno Haible  <bruno@clisp.org>
21626
21627                 * modules/javaversion: New file.
21628                 * MODULES.html.sh (Java): Add javaversion.
21629
21630         2006-03-12  Bruno Haible  <bruno@clisp.org>
21631
21632                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
21633
21634         2005-12-04  Bruno Haible  <bruno@clisp.org>
21635
21636                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
21637                 (untested).
21638
21639         2006-06-21  Bruno Haible  <bruno@clisp.org>
21640
21641                 Avoid warnings from recent versions of mcs.
21642                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
21643                 -o, -L, -r any more. Use options documented since mcs-1.0
21644                 instead. Similarly for -g.
21645
21646         2005-12-04  Bruno Haible  <bruno@clisp.org>
21647
21648                 * build-aux/csharpcomp.sh.in: Suffix for resources is
21649                 .resources, not .resource.
21650
21651         2005-07-09  Bruno Haible  <bruno@clisp.org>
21652
21653                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
21654                 add a .dll suffix.
21655                 Reported by Mark Junker <mjscod@gmx.de>.
21656
21657         2006-07-22  Bruno Haible  <bruno@clisp.org>
21658
21659                 * modules/gettext: Upgrade to gettext-0.15.
21660                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
21661                 m4/visibility.m4.
21662                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
21663
21664 2006-07-22  Bruno Haible  <bruno@clisp.org>
21665
21666         Merge from GNU gettext 0.15.
21667
21668         2006-03-25  Bruno Haible  <bruno@clisp.org>
21669
21670                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
21671
21672         2006-07-21  Bruno Haible  <bruno@clisp.org>
21673
21674                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
21675                 "1.1".
21676
21677         2006-05-09  Bruno Haible  <bruno@clisp.org>
21678
21679                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
21680                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
21681                 for the conftestver execution.
21682
21683         2006-05-01  Bruno Haible  <bruno@clisp.org>
21684
21685                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
21686                 optional target-version argument. Verify that the compiler
21687                 groks source of the specified source-version, or add -source
21688                 option as necessary. Verify that the compiler produces
21689                 bytecode in the specified target-version, or add -target and
21690                 -source options as necessary. Make the result of the test
21691                 available as variable CONF_JAVAC. Also log error output in
21692                 config.log.
21693
21694         2006-03-11  Bruno Haible  <bruno@clisp.org>
21695
21696                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
21697
21698         2006-05-09  Bruno Haible  <bruno@clisp.org>
21699
21700                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
21701                 CLASSPATH_SEPARATOR to a semicolon.
21702
21703         2006-03-12  Bruno Haible  <bruno@clisp.org>
21704
21705                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
21706                 available as variable CONF_JAVA, for subsequent autoconf
21707                 tests. Also log error output in config.log.
21708
21709         2006-07-19  Bruno Haible  <bruno@clisp.org>
21710
21711                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
21712                 that getline works on glibc2 systems. Needed to avoid trouble
21713                 in relocatable.c.
21714                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
21715
21716         2005-12-04  Bruno Haible  <bruno@clisp.org>
21717
21718                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
21719                 launcher (untested).
21720
21721         2005-12-04  Bruno Haible  <bruno@clisp.org>
21722
21723                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
21724
21725         2006-07-22  Bruno Haible  <bruno@clisp.org>
21726
21727                 * gettext.m4: Update from GNU gettext-0.15.
21728                 * nls.m4: Likewise.
21729                 * po.m4: Likewise.
21730                 * inttypes-pri.m4: Likewise.
21731                 * inttypes-h.m4: Renamed from inttypes.m4.
21732                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
21733
21734 2006-07-22  Bruno Haible  <bruno@clisp.org>
21735
21736         Merge from GNU gettext 0.15.
21737
21738         2005-07-05  Bruno Haible  <bruno@clisp.org>
21739
21740                 * printf-args.c (printf_fetchargs): Work around broken
21741                 definition of wint_t on mingw.
21742
21743         2005-02-12  Bruno Haible  <bruno@clisp.org>
21744
21745                 * xallocsa.h: Add extern "C" for C++.
21746
21747         2006-05-17  Bruno Haible  <bruno@clisp.org>
21748
21749                 Cygwin portability.
21750                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
21751
21752         2006-04-30  Bruno Haible  <bruno@clisp.org>
21753
21754                 * progreloc.c: Include <mach-o/dyld.h> if available.
21755                 (find_executable): Use _NSGetExecutablePath when possible.
21756
21757         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21758
21759                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
21760                 function.
21761
21762         2005-12-29  Bruno Haible  <bruno@clisp.org>
21763
21764                 * progreloc.c (set_program_name_and_installdir): Fix
21765                 compilation error.
21766
21767         2005-12-04  Bruno Haible  <bruno@clisp.org>
21768
21769                 Cygwin portability.
21770                 * progreloc.c: Include <windows.h> also on Cygwin.
21771                 (find_executable): Add support for Cygwin.
21772                 (set_program_name_and_installdir): Handle also platforms with
21773                 nonempty EXEEXT.
21774
21775         2006-07-11  Bruno Haible  <bruno@clisp.org>
21776
21777                 * javacomp.c: Fix a comment.
21778                 Reported by Jim Meyering.
21779
21780         2006-04-30  Bruno Haible  <bruno@clisp.org>
21781
21782                 * javacomp.h (compile_java_class): Add source_version,
21783                 target_version arguments.
21784                 * javacomp.c: Rewritten to choose only a compiler that
21785                 respects the specified source_version and target_version.
21786
21787         2006-06-27  Bruno Haible  <bruno@clisp.org>
21788
21789                 Assume correct S_ISDIR macro.
21790                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
21791
21792         2006-07-22  Bruno Haible  <bruno@clisp.org>
21793
21794                 * javaversion.h: New file, from GNU gettext.
21795                 * javaversion.c: New file, from GNU gettext.
21796                 * javaversion.java: New file, from GNU gettext.
21797                 * javaversion.class: New file, from GNU gettext.
21798
21799         2006-05-17  Bruno Haible  <bruno@clisp.org>
21800
21801                 Cygwin portability.
21802                 * javaexec.c (execute_java_class): Test for jview program
21803                 also on Cygwin.
21804
21805         2006-04-09  Bruno Haible  <bruno@clisp.org>
21806
21807                 * fatal-signal.c: Don't include string.h.
21808                 (at_fatal_signal): Use a copying loop instead of memcpy.
21809
21810         2005-12-04  Bruno Haible  <bruno@clisp.org>
21811
21812                 * csharpexec.c: Add support for 'clix' launcher (untested).
21813                 (execute_csharp_using_sscli): New function.
21814                 (execute_csharp_program): Call it.
21815
21816         2006-06-21  Bruno Haible  <bruno@clisp.org>
21817
21818                 Avoid warnings from recent versions of mcs.
21819                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
21820                 -o, -L, -r any more. Use options documented since mcs-1.0
21821                 instead. Similarly for -g.
21822
21823         2005-07-09  Bruno Haible  <bruno@clisp.org>
21824
21825                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
21826                 add a .dll suffix.
21827                 Reported by Mark Junker <mjscod@gmx.de>.
21828
21829         2006-06-17  Bruno Haible  <bruno@clisp.org>
21830
21831                 * config.charset: Update for NetBSD 3.0.
21832
21833         2006-05-17  Bruno Haible  <bruno@clisp.org>
21834
21835                 Cygwin portability.
21836                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
21837
21838         2006-05-16  Bruno Haible  <bruno@clisp.org>
21839
21840                 * localcharset.c [CYGWIN]: Include <windows.h>.
21841                 (get_charset_aliases): For Cygwin, return the same CPxxx
21842                 aliases list as under WIN32.
21843                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
21844                 the environment variables. Fall back to GetACP().
21845
21846         2006-04-05  Bruno Haible  <bruno@clisp.org>
21847
21848                 * config.charset: Update Juan Manuel Guerrero's address.
21849
21850         2005-02-12  Bruno Haible  <bruno@clisp.org>
21851
21852                 * allocsa.h: Add extern "C" for C++.
21853
21854         2005-02-10  Bruno Haible  <bruno@clisp.org>
21855
21856                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
21857                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
21858
21859         2006-07-22  Bruno Haible  <bruno@clisp.org>
21860
21861                 * gettext.h: Update to GNU gettext-0.15.
21862
21863 2006-07-22  Bruno Haible  <bruno@clisp.org>
21864
21865         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
21866         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
21867         lib-prefix.m4, longdouble.m4, ssize_t.m4.
21868
21869 2006-07-21  Eric Blake  <ebb9@byu.net>
21870
21871         * modules/stdlib-safer: New file.
21872         * MODULES.html.sh (File stream based Input/Output): Add
21873         stdlib-safer.
21874
21875 2006-07-21  Eric Blake  <ebb9@byu.net>
21876
21877         * lib/stdlib-safer.h: New file from coreutils, required by
21878         stdlib--.h.
21879
21880 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
21881
21882         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
21883
21884 2006-07-20  Bruno Haible  <bruno@clisp.org>
21885
21886         * gnulib-tool: Recognize new option --assume-autoconf.
21887         (autoconf_minversion): New variable.
21888         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
21889
21890 2006-07-20  Bruno Haible  <bruno@clisp.org>
21891
21892         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
21893
21894 2006-07-19  Derek R. Price  <derek@ximbiot.com>
21895
21896         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
21897         Reindent and repaginate.
21898
21899 2006-07-19  Derek Price  <derek@ximbiot.com>
21900
21901         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
21902         Correct grammar.
21903
21904 2006-07-17  Bruno Haible  <bruno@clisp.org>
21905
21906         * modules/list: New file.
21907         * modules/array-list: New file.
21908         * modules/carray-list, modules/carray-list-tests: New files.
21909         * modules/linked-list, modules/linked-list-tests: New files.
21910         * modules/avltree-list, modules/avltree-list-tests: New files.
21911         * modules/rbtree-list, modules/rbtree-list-tests: New files.
21912         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
21913         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
21914         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
21915         * modules/oset: New file.
21916         * modules/array-oset: New file.
21917         * modules/avltree-oset, modules/avltree-oset-tests: New files.
21918         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
21919         * tests/test-carray_list.c: New file.
21920         * tests/test-linked_list.c: New file.
21921         * tests/test-avltree_list.c: New file.
21922         * tests/test-rbtree_list.c: New file.
21923         * tests/test-linkedhash_list.c: New file.
21924         * tests/test-avltreehash_list.c: New file.
21925         * tests/test-rbtreehash_list.c: New file.
21926         * tests/test-avltree_oset.c: New file.
21927         * tests/test-rbtree_oset.c: New file.
21928         * MODULES.html.sh (Container data structures): New section.
21929
21930 2006-07-17  Bruno Haible  <bruno@clisp.org>
21931
21932         * m4/gl_list.m4: New file.
21933
21934 2006-07-17  Bruno Haible  <bruno@clisp.org>
21935
21936         * lib/gl_list.h: New file.
21937         * lib/gl_list.c: New file.
21938         * lib/gl_array_list.h: New file.
21939         * lib/gl_array_list.c: New file.
21940         * lib/gl_carray_list.h: New file.
21941         * lib/gl_carray_list.c: New file.
21942         * lib/gl_linked_list.h: New file.
21943         * lib/gl_linked_list.c: New file.
21944         * lib/gl_anylinked_list1.h: New file.
21945         * lib/gl_anylinked_list2.h: New file.
21946         * lib/gl_avltree_list.h: New file.
21947         * lib/gl_avltree_list.c: New file.
21948         * lib/gl_anyavltree_list1.h: New file.
21949         * lib/gl_anyavltree_list2.h: New file.
21950         * lib/gl_rbtree_list.h: New file.
21951         * lib/gl_rbtree_list.c: New file.
21952         * lib/gl_anyrbtree_list1.h: New file.
21953         * lib/gl_anyrbtree_list2.h: New file.
21954         * lib/gl_anytree_list1.h: New file.
21955         * lib/gl_anytree_list2.h: New file.
21956         * lib/gl_linkedhash_list.h: New file.
21957         * lib/gl_linkedhash_list.c: New file.
21958         * lib/gl_anyhash_list1.h: New file.
21959         * lib/gl_anyhash_list2.h: New file.
21960         * lib/gl_avltreehash_list.h: New file.
21961         * lib/gl_avltreehash_list.c: New file.
21962         * lib/gl_rbtreehash_list.h: New file.
21963         * lib/gl_rbtreehash_list.c: New file.
21964         * lib/gl_anytreehash_list1.h: New file.
21965         * lib/gl_anytreehash_list2.h: New file.
21966
21967         * lib/gl_oset.h: New file.
21968         * lib/gl_oset.c: New file.
21969         * lib/gl_array_oset.h: New file.
21970         * lib/gl_array_oset.c: New file.
21971         * lib/gl_avltree_oset.h: New file.
21972         * lib/gl_avltree_oset.c: New file.
21973         * lib/gl_rbtree_oset.h: New file.
21974         * lib/gl_rbtree_oset.c: New file.
21975         * lib/gl_anytree_oset.h: New file.
21976
21977 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21978
21979         * m4/mkancesdirs.m4: New file.
21980         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
21981         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
21982         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
21983         it.
21984
21985 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
21986
21987         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
21988         * lib/mkancesdirs.h: New files.
21989         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
21990         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
21991         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
21992         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
21993         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
21994         callers changed.  Revamp internals significantly, by not
21995         attempting to create directories that are temporarily more
21996         permissive than the final results.  Do not attempt to use
21997         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
21998         This removes some race conditions, fixes some bugs, and simplifies
21999         things.  Use new dirchownmod function to do owner and mode changes.
22000         * lib/mkdir-p.h: Likewise.
22001         * lib/modechange.c (octal_to_mode): New function.
22002         (struct mode_change): New member mentioned.
22003         (make_node_op_equals): New arg mentioned.  All callers changed.
22004         (mode_compile): Keep track of which mode bits the user has explicitly
22005         mentioned.
22006         (mode_adjust): New arg DIR, so that we implement the X op correctly.
22007         New arg PMODE_BITS, to keep track of which mode bits the user
22008         mentioned; it treats S_ISUID and S_ISGID speciall.
22009         All callers changed.
22010         * lib/modechange.h: Likewise.
22011
22012 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22013
22014         * MODULES.html.sh: Add mkancestors.
22015         * modules/mkancesdirs: New module.
22016         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
22017         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
22018         The chdir-safer and afs files are now orphans; I'll remove them
22019         unless someone speaks up.
22020         Add lib/dirchownmod.c, lib/dirchownmod.h.
22021         (Depends-on): Remove alloca, chown, save-cwd, dirname.
22022         Add lchown, mkancesdirs.
22023         (Maintainer): Add self.
22024
22025 2006-07-15  Karl Berry  <karl@gnu.org>
22026
22027         * gnulib-tool: help message wording/arrangement.
22028
22029 2006-07-14  Simon Josefsson  <jas@extundo.com>
22030
22031         * doc/gnulib.texi (Libtool and Windows): New section.
22032
22033 2006-07-12  Simon Josefsson  <jas@extundo.com>
22034
22035         * modules/gendocs (License): Fix license, approved by Karl.
22036
22037 2006-07-12  Eric Blake  <ebb9@byu.net>
22038
22039         * MODULES.html.sh: Add gendocs.
22040
22041 2006-07-11  Eric Blake  <ebb9@byu.net>
22042
22043         * modules/fdl: New module, to install doc/fdl.texi.
22044         * MODULES.html.sh: Add new section for documentation modules.
22045         * gnulib-tool: Avoid space-tab.
22046         (--doc-base): New option, to manage files from doc.
22047
22048 2006-07-11  Eric Blake  <ebb9@byu.net>
22049
22050         * m4/absolute-header.m4: Fix comments to match recent change.
22051
22052 2006-07-11  Eric Blake  <ebb9@byu.net>
22053
22054         * gnulib-tool: List --doc-base before --tests-base.
22055
22056 2006-07-11  Derek R. Price  <derek@ximbiot.com>
22057
22058         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
22059
22060 2006-07-11  Bruno Haible  <bruno@clisp.org>
22061
22062         * README: Mention where to put documentation.
22063
22064 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22065
22066         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
22067
22068 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22069
22070         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
22071         to stdint.m4.
22072
22073 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22074
22075         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
22076         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
22077         "no/such/file/stdint.h" when there is no such file, so that
22078         the resulting C code can be parsed by dodgy compilers.
22079         Problems reported by Bob Proulx.
22080
22081 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22082
22083         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
22084         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22085         macros into the GNU _D_EXACT_NAMLEN.
22086         * lib/savedir.c:  Likewise.
22087         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
22088
22089 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22090         and Paul Eggert  <eggert@cs.ucla.edu>
22091
22092         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
22093         * m4/savedir.m4:
22094         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22095         macros into the GNU _D_EXACT_NAMLEN.
22096
22097 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22098
22099         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
22100         around the absolute name, to work around a problem with the HP-UX
22101         11.23 native C compiler, reported by Bob Proulx.
22102
22103 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22104
22105         * doc/maintain.texi, make-stds.texi: Sync from
22106         <http://savannah.gnu.org/projects/gnustandards>.
22107
22108 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
22111
22112 2006-07-09  Jim Meyering  <jim@meyering.net>
22113
22114         * m4/glob.m4: Remove a doubled word in a comment.
22115
22116 2006-07-09  Jim Meyering  <jim@meyering.net>
22117
22118         * lib/argp-pv.c: Remove a doubled word in a comment.
22119         * lib/check-version.c (check_version): Likewise.
22120         * lib/javacomp.c (compile_java_class): Likewise.
22121
22122 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22123
22124         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
22125         for the benefit of people using Autoconf 2.60.  If you want to
22126         support older Autoconf versions you can copy m4/onceonly_2_57.m4
22127         (or m4/onceonly.m4, if pre-2.57) manually.
22128
22129 2006-07-08  Jim Meyering  <jim@meyering.net>
22130
22131         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
22132         comment.
22133         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
22134         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
22135         comment.
22136
22137 2006-07-08  Jim Meyering  <jim@meyering.net>
22138
22139         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
22140
22141 2006-07-07  Simon Josefsson  <jas@extundo.com>
22142
22143         * tests/test-crc.c: Change expected crc value, the test vector
22144         were probably computed using the old broken crc.c?
22145
22146 2006-07-06  Simon Josefsson  <jas@extundo.com>
22147
22148         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
22149         now the canonical place for the M4 file).
22150
22151         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
22152         from the sys_socket dependency now.
22153
22154         * modules/inet_pton (Files): Ditto.
22155
22156         * modules/inet_ntop (Files): Ditto.
22157
22158 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22159
22160         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
22161         not gl_PREREQ_GETUSERSHELL.
22162
22163 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22164
22165         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
22166         with only one argument, for Autoconf 2.60.
22167         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
22168         expand to nothing, so add a shell command to avoid syntax error.
22169         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22170
22171 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22172
22173         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
22174
22175 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22176
22177         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
22178         no longer needed.  Check for isblank decl.
22179         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
22180         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
22181         of existence.
22182
22183 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22184
22185         * lib/getloadavg.c: Use __VMS, not VMS.
22186         * lib/getopt.c: Likewise.
22187         * lib/getpagesize.h: Likewise.
22188         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
22189         and probably does not work.
22190
22191 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22192
22193         * lib/.cppi-disable: Add wcwidth.
22194         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
22195         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
22196         (ISGRAPH): Remove.  All uses changed to isgraph.
22197         (FOLD) [!defined _LIBC]: Remove special case.
22198         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
22199         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
22200         HAVE_ISBLANK.
22201         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
22202         case.
22203
22204 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22205
22206         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
22207         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
22208         brackets.  Other minor changes to suppress some compiler
22209         warnings.
22210
22211 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22212         and Paul Eggert  <eggert@cs.ucla.edu>
22213
22214         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
22215         of invoking obsolescent AC_HEADER_DIRENT macro.
22216         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
22217         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
22218         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
22219         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
22220         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
22221         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22222         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
22223         * m4/readdir.m4: Remove; no longer needed.
22224
22225 2006-07-06  Derek R. Price  <derek@ximbiot.com>
22226         and Paul Eggert  <eggert@cs.ucla.edu>
22227
22228         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
22229         Don't worry about this obsolete case any more.
22230         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
22231         directories.
22232         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
22233         worry about this obsolete case any more.
22234         * lib/fts.c: Likewise.
22235         * lib/getcwd.c: Likewise.
22236         * lib/glob.h: Likewise.
22237         * lib/savedir.c: Likewise.
22238
22239 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22240
22241         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
22242         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
22243         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
22244         needed.
22245         All uses removed.
22246         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22247         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22248         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
22249         needed.
22250         * m4/getdate.m4 (gl_GETDATE): Likewise.
22251         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22252         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22253         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22254         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22255         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
22256         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22257         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
22258         needed.
22259
22260 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22261
22262         * lib/memcasecmp.c: Include <limits.h>.
22263         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
22264         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
22265         Don't assume isdigit succeeds only on '0' through '9'.
22266
22267 2006-07-05  Eric Blake  <ebb9@byu.net>
22268
22269         * modules/getaddrinfo (Depends-on): Add snprintf.
22270
22271 2006-07-05  Eric Blake  <ebb9@byu.net>
22272
22273         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
22274         to avoid 'header present but could not be compiled' on cygwin.
22275
22276 2006-07-05  Eric Blake  <ebb9@byu.net>
22277
22278         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
22279         missing from netdb.h.
22280         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
22281
22282 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22283
22284         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
22285         no longer needed.
22286         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
22287         * m4/getdate.m4 (gl_GETDATE): Likewise.
22288         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
22289         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
22290         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
22291         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
22292         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22293
22294 2006-07-05  Derek R. Price  <derek@ximbiot.com>
22295
22296         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
22297         All uses of is_space replaced by isspace.
22298         * lib/exit.h: Don't talk about STDC_HEADERS.
22299         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
22300         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
22301         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
22302         replaced by isprint etc.
22303         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
22304         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22305         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
22306         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
22307         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
22308         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
22309
22310 2006-07-05  Bruno Haible  <bruno@clisp.org>
22311
22312         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
22313         the function exists, before testing against AIX.
22314         Reported by Martin Lambers <marlam@marlam.de>.
22315
22316 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22317
22318         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
22319         From Mark D. Baushke.
22320
22321 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22322
22323         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
22324         to the absolute name, not just one, to bypass Sun C 5.8's
22325         "warning: #include of /usr/include/... may be non-portable".
22326
22327 2006-07-04  Eric Blake  <ebb9@byu.net>
22328
22329         * modules/dirname-tests: New test module.
22330         * tests/test-dirname.c: New file, replacing dirname.c
22331         TEST_DIRNAME section that was recently deleted.
22332
22333 2006-07-04  Bruno Haible  <bruno@clisp.org>
22334
22335         Assume ANSI C header files and <ctype.h> functions.
22336         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
22337         (mbsnwidth): Use isprint, iscntrl instead.
22338
22339 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22340
22341         Merge from coreutils.
22342         * MODULES.html.sh: Add xstrtold.
22343         * modules/xstrtold: New file.
22344         * modules/cycle-check (Files): Add lib/same-inode.h.
22345         * modules/dirname (Files): Add m4/double-slash-root.m4.
22346         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
22347         * modules/mkdir-p (Files): Add lib/same-inode.h.
22348         * modules/same (Files): Add lib/same-inode.h.
22349
22350 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22351
22352         * m4/absolute-header.m4: Renamed from full-header-path.m4.
22353         This is to keep the terminology clean; POSIX talks about
22354         "absolute pathnames", not "full pathnames", but the GNU
22355         Coding Standards say to use "path" for something else;
22356         so use "absolute" to keep both sides happy.
22357         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
22358         Set gl_absolute_header, not gl_full_header_path.
22359         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
22360         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
22361         All uses changed.
22362
22363         Merge from coreutils.
22364
22365         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
22368         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
22369         want to require the building of c-strtod.o.
22370         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
22371         needs -lm directly.
22372         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
22373
22374         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
22375
22376         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
22377         --as-needed option if available.  Problem reported by Albert Chin in
22378         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
22379         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
22380         cc merely issues a bunch of annoying warnings for --as-needed
22381         (this problem was reported by Bob Proulx).  Also, try linking with
22382         -lm to detect a bug in binutils 2.16 (this problem was reported
22383         by Ralf Wildenhues).
22384
22385         2006-06-18  Jim Meyering  <jim@meyering.net>
22386
22387         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
22388         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
22389         macro.
22390         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
22391         also check for glibc-2.4's abort-inducing bug.
22392
22393         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
22394         Low-probability clean-up should be to use rmdir to get rid of
22395         the just-created directory, not unlink.
22396
22397         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
22398         configure fail, and request a bug report to inform us about it.
22399         Add a comment that, barring reports to the contrary, in 2007 we'll
22400         assume ftruncate is universally available.
22401
22402         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22403
22404         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
22405
22406         2006-03-12  Jim Meyering  <jim@meyering.net>
22407
22408         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
22409         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
22410         * m4/same.m4 (gl_SAME): Likewise.
22411         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
22412
22413         2006-03-11  Eric Blake  <ebb9@byu.net>
22414
22415         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
22416         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
22417         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
22418         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
22419
22420 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22421
22422         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
22423         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
22424         reported by Mark D. Baushke, one in
22425         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
22426
22427         Merge from coreutils.
22428
22429         * lib/.cppi-disable: Add stdint_.h.
22430         * lib/.cvsignore: Add stdint.h.
22431
22432         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
22433
22434         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
22435         both double and long double versions.
22436         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
22437         * lib/xstrtold.c: New file.
22438         * lib/xstrtod.h (xstrtold): New decl.
22439
22440         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22441
22442         * lib/filemode.c (setst): Remove.
22443         (strmode): Rewrite to avoid setst.  This makes the code shorter,
22444         (arguably) clearer, and the generated code is a bit smaller on my
22445         Debian GNU/Linux stable x86 host.
22446
22447         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         * lib/filemode.c: Include "filemode.h" first, to test the interface.
22450         Assume that filemode.h includes sys/types.h and sys/stat.h.
22451         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
22452         (ftypelet): Reorder to put common cases first, for efficiency.
22453         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
22454         to do 'M'.
22455         (strmode): Renamed from mode_string, and now stores 12 bytes instead
22456         of 10, for compatibility with FreeBSD.  All callers changed.
22457         (filemodestring): Now stores 12 bytes instead of 10, and sets file
22458         types that can't be deduced solely from st_mode.  First arg is now a
22459         const pointer.
22460         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
22461         (strmode): Renamed from mode_string.
22462         (filemodestring): New decl.
22463         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
22464         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
22465         needed.
22466         (S_ISPORT, S_ISWHT): New macros, if not already defined.
22467
22468         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22469
22470         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
22471         fsusage.h now does that.  Include fsusage.h first, to test interface.
22472         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
22473         at most one method (the old code could have generated decls that
22474         didn't conform to C89, not that this was ever exercised).
22475         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
22476
22477         2006-03-19  Jim Meyering  <jim@meyering.net>
22478
22479         Work even in a chroot where d_ino values for entries in "/"
22480         don't match the stat.st_ino values for the same names.
22481         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
22482         number, iterate through all entries again, using lstat instead.
22483         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
22484         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
22485
22486         * lib/getcwd.c (__getcwd): Clarify a comment.
22487         Use memcpy in place of a call to strcpy.
22488
22489         2006-03-12  Jim Meyering  <jim@meyering.net>
22490
22491         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
22492         matches that of the current directory (which we're about to chdir ".."
22493         out of), then save the dev-ino of the parent, instead.
22494
22495         * lib/same-inode.h (SAME_INODE): New file/macro.
22496         * lib/chdir-safer.c (SAME_INODE): Remove definition.
22497         Include "same-inode.h", instead.
22498         * lib/same.c: Likewise.
22499         * lib/cycle-check.h: Include "same-inode.h".
22500         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
22501         * lib/cycle-check.c (SAME_INODE): Remove definition.
22502         * lib/root-dev-ino.h: Include "same-inode.h".
22503
22504         2006-03-11  Eric Blake  <ebb9@byu.net>
22505
22506         * lib/same.c (same_name): s/base_name/last_component/
22507         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
22508         * lib/filenamecat.c (file_name_concat): Likewise.
22509
22510         2006-03-11  Eric Blake  <ebb9@byu.net>,
22511                     Paul Eggert  <eggert@cs.ucla.edu>
22512
22513         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
22514         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
22515         drive prefix.
22516         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
22517         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
22518         (last_component): New method.
22519         * lib/dirname.c (dir_len): Determine when drive letters need a
22520         subsequent slash.  Preserve // when it is special.
22521         (dir_name): Don't append dot when drive letter is absolute.
22522         [TEST_DIRNAME]: Move into a full-blown gnulib test.
22523         * lib/basename.c (base_name): New semantics - malloc the result.
22524         Preserve // when it is special.  Preserve relative files that look
22525         like drive letters.
22526         (base_len): Preserve // when it is special.
22527         (last_component): New method, similar to old base_name semantics.
22528         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
22529         base_name.  Strip redundant slashes from ///.
22530
22531 2006-07-03  Jim Meyering  <jim@meyering.net>
22532
22533         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
22534         macro is used before the first cycle_check call.
22535
22536 2006-07-03  Eric Blake  <ebb9@byu.net>
22537
22538         * modules/dirname (Depends-on): Add xstrndup.
22539
22540 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22541
22542         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
22543         test cases, so that config.log is a bit easier to follow.
22544
22545 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22546
22547         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
22548         both are 64 bits, since this seems to be the tradition, and this
22549         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
22550         we ever run into a host that prefers long long to long in this
22551         case, we'll need another configure-time test.  Problem reported by
22552         Jim Meyering.
22553
22554 2006-07-02  Eric Blake  <ebb9@byu.net>
22555
22556         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
22557
22558 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22559
22560         * modules/inttypes (Depends-on): No longer depends on stdint.
22561         * modules/stdint (Description): Say more about assumptions.
22562         Say that the fast types might differ.  Say macros are used.
22563         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
22564         (Makefile.am): Revise list of substituted symbols to match
22565         new stdint.m4.
22566         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
22567         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
22568         * tests/test-stdint.c (verify_same_types)
22569         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
22570         the code conforms to C99/C89.
22571         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
22572         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
22573
22574 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22575
22576         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
22577         but fix a bug, by requiring at least 64 bits.
22578         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22579         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
22580         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
22581         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
22582
22583         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
22584         changes.  Make 2.59 a prerequisite.  Check and substitute for
22585         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
22586         inttypes.h.  Do not use special include files; just use the
22587         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
22588         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
22589         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
22590         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
22591         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
22592         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
22593         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
22594         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
22595         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
22596         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
22597         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
22598         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
22599         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
22600         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
22601         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
22602         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
22603         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
22604         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
22605         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
22606         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
22607         WINT_MAX.  Check for C99 conformance more strictly, by detecting
22608         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
22609         not check for things that C99 does not require, e.g., int8_t.  If
22610         a test isn't needed unless <stdint.h> isn't working, and is
22611         unlikely to be needed for any other reason, then don't do it
22612         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
22613         size_t, since we assume C89 freestanding at least.  Do not check
22614         for sig_atomic_t, wchar_t, or wint_t, since the code now does
22615         the right thing even if the types are not defined.  Instead use:
22616         (gl_STDINT_TYPE_PROPERTIES): New macro.
22617         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
22618         testing whether <sys/types.h> clashes, as Autoconf does this for
22619         us now.  All uses removed.
22620         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
22621         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
22622         (gl_CHECK_TYPE_SAME):
22623         Remove; no longer needed.
22624         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
22625         exists, since we'll return 0 anyway in that case.
22626         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
22627
22628 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22629
22630         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
22631         possible collision with system files.
22632         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
22633         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
22634         WCHAR_MIN and WCHAR_MAX in this case.
22635         (<stddef.h>): Do not include; no longer needed.
22636         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
22637         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
22638         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
22639         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
22640         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
22641         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
22642         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
22643         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
22644         !defined(__c99))]: Include in this case too, since it's harmless
22645         now.
22646         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
22647         dangerous to do so.
22648         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
22649         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
22650         (_STDINT_MIN, _STDINT_MAX): New macros.
22651         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
22652         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
22653         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
22654         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
22655         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
22656         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
22657         macros, not typedefs; this simplifies things quite a bit.
22658         Use long int for all types narrower than int64_t.
22659         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
22660         Define in terms of long long int or int64_t or long int,
22661         not int64_t or int32_t.  This saves some compile-time testing.
22662         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
22663         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
22664         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
22665         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
22666         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
22667         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
22668         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
22669         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
22670         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
22671         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
22672         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22673         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22674         undef any previous version and define our own version, for
22675         simplicity and consistency with the new macros for types.
22676         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
22677         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
22678         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
22679         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
22680         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
22681         @WINT_T_SUFFIX@ to keep things simple here.
22682         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
22683         Simplify by assuming typical 8/16/32/64 host, since we're
22684         already doing that elsewhere anyway.
22685         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
22686         and assume long long int is 64 bits if available.  This
22687         speeds up 'configure'.
22688
22689 2006-07-01  Eric Blake  <ebb9@byu.net>
22690
22691         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
22692         Reported by Andreas Buening.
22693
22694 2006-07-01  Eric Blake  <ebb9@byu.net>
22695
22696         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
22697
22698 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
22699
22700         * lib/getaddrinfo.c: fixed typo
22701
22702 2006-06-29  Jim Meyering  <jim@meyering.net>
22703
22704         * modules/strftime (Maintainer): Add my name, since with the
22705         FPRINTFTIME changes strftime.c has forked from glibc.
22706
22707 2006-06-29  Eric Blake  <ebb9@byu.net>
22708
22709         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
22710
22711 2006-06-29  Eric Blake  <ebb9@byu.net>
22712
22713         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
22714
22715 2006-06-29  Eric Blake  <ebb9@byu.net>
22716
22717         * lib/stat_.h: New file.
22718
22719 2006-06-29  Eric Blake  <ebb9@byu.net>
22720
22721         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
22722         unused static function.
22723
22724 2006-06-29  Eric Blake  <ebb9@byu.net>
22725
22726         * doc/functions.texi (Function Portability): Document missing lstat
22727         on mingw.
22728
22729 2006-06-29  Eric Blake  <ebb9@byu.net>
22730
22731         * MODULES.html.sh: Add sys_stat.
22732         * modules/sys_stat: New module.
22733         * modules/mkstemp (Depends-on): Add sys_stat.
22734
22735 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22736
22737         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
22738
22739 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22740
22741         * m4/c-bs-a.m4: Removed.
22742
22743 2006-06-29  Derek R. Price  <derek@ximbiot.com>
22744
22745         * lib/strftime.c: Assume strftime() exists.
22746
22747 2006-06-29  Derek Price  <derek@ximbiot.com>
22748
22749         * modules/c-bs-a: Removed - \a is C89.
22750         * MODULES.html.sh: Remove c-bs-a.
22751
22752 2006-06-29  Bruno Haible  <bruno@clisp.org>
22753
22754         * modules/wcwidth (License): Change to LGPL.
22755
22756 2006-06-28  Simon Josefsson  <jas@extundo.com>
22757
22758         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
22759         on _WIN32.
22760
22761         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
22762         getnameinfo.
22763
22764 2006-06-28  Simon Josefsson  <jas@extundo.com>
22765
22766         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
22767
22768 2006-06-28  Simon Josefsson  <jas@extundo.com>
22769
22770         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
22771         functions there.  It will succeed on Windows XP, but on Windows
22772         2000 and (presumably) earlier, it will fail, and use the internal
22773         re-implementation.
22774         (use_win32_p): New function.
22775         (getaddrinfo): Use strtoul on servname, to support numeric ports.
22776         Support AI_NUMERICSERV to disable getservbyname.
22777         (getnameinfo): New function, only supports
22778         NI_NUMERICHOST|NI_NUMERICSERV for now.
22779
22780         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
22781         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
22782         getnameinfo.
22783
22784 2006-06-28  Eric Blake  <ebb9@byu.net>
22785
22786         * modules/wcwidth: New file.
22787         * modules/mbchar (Depends-on): Add wcwidth.
22788         * modules/mbswidth (Depends-on): Add wcwidth.
22789         * MODULES.html.sh: Add wcwidth.
22790
22791 2006-06-28  Eric Blake  <ebb9@byu.net>
22792
22793         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
22794         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
22795
22796 2006-06-28  Eric Blake  <ebb9@byu.net>
22797
22798         * lib/xvasprintf.h: Fix comments.
22799
22800 2006-06-28  Eric Blake  <ebb9@byu.net>
22801
22802         * lib/mbchar.h (wcwidth): Include wcwidth.h.
22803         * lib/mbswidth.c (wcwidth): Move from here...
22804         * lib/wcwidth.h: ...to this new file.
22805
22806 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22807
22808         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
22809
22810         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
22811         it's obsolete.
22812         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
22813
22814 2006-06-28  Derek R. Price  <derek@ximbiot.com>
22815
22816         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
22817         Autoconf 2.60 says this stuff was obsolete.
22818
22819 2006-06-28  Bruno Haible  <bruno@clisp.org>
22820
22821         * modules/wcwidth (Files): Add m4/wchar_t.m4.
22822
22823 2006-06-28  Bruno Haible  <bruno@clisp.org>
22824
22825         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
22826         gt_TYPE_WCHAR_T.
22827
22828 2006-06-28  Bruno Haible  <bruno@clisp.org>
22829
22830         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
22831         declaration for wcwidth.
22832         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
22833
22834 2006-06-28  Bruno Haible  <bruno@clisp.org>
22835
22836         * lib/mkdtemp.c [MINGW]: Include <io.h>.
22837         (mkdir): Define using _mkdir.
22838
22839 2006-06-28  Bruno Haible  <bruno@clisp.org>
22840
22841         * lib/getaddrinfo.h: Fix POSIX URL.
22842         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
22843         _WIN32.
22844         (use_win32_p): Make static.
22845         (getaddrinfo): Reject service name if it is empty or does not consist
22846         solely of decimal digits, or if its value is > 65535.
22847         (getnameinfo): Remove useless casts.
22848
22849 2006-06-27  Simon Josefsson  <jas@extundo.com>
22850
22851         * modules/sys_select: New file, suggested by Bruno Haible, Paul
22852         Eggert and Martin Lambers.
22853
22854 2006-06-27  Simon Josefsson  <jas@extundo.com>
22855
22856         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
22857         Eggert and Martin Lambers.
22858
22859 2006-06-27  Bruno Haible  <bruno@clisp.org>
22860
22861         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
22862         result to 0, not to empty.
22863         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
22864
22865 2006-06-27  Bruno Haible  <bruno@clisp.org>
22866
22867         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
22868
22869 2006-06-26  Simon Josefsson  <jas@extundo.com>
22870
22871         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
22872         present.
22873
22874 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
22875
22876         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
22877         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
22878         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
22879
22880 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
22881
22882         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
22883
22884 2006-06-26  Bruno Haible  <bruno@clisp.org>
22885
22886         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
22887
22888 2006-06-26  Bruno Haible  <bruno@clisp.org>
22889
22890         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
22891
22892 2006-06-26  Bruno Haible  <bruno@clisp.org>
22893
22894         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
22895         SGI C compiler in pre-C99 mode.
22896         Suggested by Mark D. Baushke and Larry Jones.
22897
22898 2006-06-26  Bruno Haible  <bruno@clisp.org>
22899
22900         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
22901         WCHAR_MAX.
22902         Reported by Mark D. Baushke and Larry Jones.
22903
22904 2006-06-26  Bruno Haible  <bruno@clisp.org>
22905
22906         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
22907         in pre-C99 mode.
22908         Suggested by Mark D. Baushke and Larry Jones.
22909
22910 2006-06-23  Simon Josefsson  <jas@extundo.com>
22911             Bruno Haible  <bruno@clisp.org>
22912
22913         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
22914         Emit mostlyclean-local rule.
22915         (func_emit_tests_Makefile_am): Likewise.
22916         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
22917
22918 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
22919
22920         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
22921
22922 2006-06-23  Bruno Haible  <bruno@clisp.org>
22923
22924         * tests/test-stdint.c: Update to match ISO C 99 Technical
22925         Corrigendum 1.
22926
22927 2006-06-23  Bruno Haible  <bruno@clisp.org>
22928
22929         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
22930
22931 2006-06-23  Bruno Haible  <bruno@clisp.org>
22932
22933         * lib/stdint_.h: Treat IRIX like OpenBSD.
22934
22935 2006-06-23  Bruno Haible  <bruno@clisp.org>
22936
22937         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
22938         ISO C 99 Technical Corrigendum 1.
22939
22940 2006-06-22  Simon Josefsson  <jas@extundo.com>
22941
22942         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
22943         MinGW.
22944
22945 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22946
22947         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
22948         needed.  Some compiler complained about some of them.  Problem reported
22949         by Larry Jones in
22950         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
22951
22952 2006-06-21  Simon Josefsson  <jas@extundo.com>
22953
22954         * tests/test-getaddrinfo.c: New file.
22955
22956         * modules/getaddrinfo-tests: New file.
22957
22958         * MODULES.html.sh: Add inet_pton.
22959
22960         * modules/inet_pton: New file.
22961
22962 2006-06-21  Simon Josefsson  <jas@extundo.com>
22963
22964         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
22965         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
22966         of using the (limited) gnulib implementation on Windows XP.
22967
22968         * m4/inet_pton.m4: New file.
22969
22970 2006-06-21  Simon Josefsson  <jas@extundo.com>
22971
22972         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
22973         variable.
22974
22975         * lib/socket_.h: Don't define WINVER.
22976
22977         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
22978         slightly modified to work in gnulib.
22979
22980 2006-06-21  Simon Josefsson  <jas@extundo.com>
22981
22982         * doc/gnulib.texi (Windows sockets): Add.
22983
22984 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22985
22986         * lib/read-file.c (fread_file): Start with buffer allocation of
22987         0 bytes rather than 1 byte; this simplifies the code.
22988         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
22989         code to free buffer and save/restore errno.
22990         (internal_read_file): Remove unused local.
22991
22992 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22993
22994         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
22995         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
22996         Problem reported by Denis Excoffier in
22997         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
22998
22999 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23000
23001         * modules/sys_socket, modules/socklen: Include sys/types since
23002         FreeBSD 4.x's sys/socket.h needs it.
23003
23004 2006-06-19  Simon Josefsson  <jas@extundo.com>
23005
23006         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
23007
23008 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
23009
23010         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
23011
23012 2006-06-19  Bruno Haible  <bruno@clisp.org>
23013
23014         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
23015         and FULL_PATH_INTTYPES_H in angle brackets.
23016         Reported by Mark D. Baushke <mdb@gnu.org>.
23017
23018 2006-06-17  Eric Blake  <ebb9@byu.net>
23019
23020         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
23021         errno.
23022
23023 2006-06-17  Bruno Haible  <bruno@clisp.org>
23024
23025         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
23026         <sys/inttypes.h>.
23027
23028 2006-06-17  Bruno Haible  <bruno@clisp.org>
23029
23030         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
23031         whether errno is declared. Assume <errno.h> declares errno.
23032
23033 2006-06-17  Bruno Haible  <bruno@clisp.org>
23034
23035         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
23036
23037 2006-06-17  Bruno Haible  <bruno@clisp.org>
23038
23039         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
23040         problem on Solaris 2.5.1.
23041
23042 2006-06-16  Eric Blake  <ebb9@byu.net>
23043
23044         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
23045         * lib/unicodeio.c [!defined errno]: Likewise.
23046         * lib/strtol.c [!defined errno]: Likewise.
23047         * lib/strtod.c [!defined errno]: Likewise.
23048
23049 2006-06-15  Eric Blake  <ebb9@byu.net>
23050
23051         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
23052
23053 2006-06-15  Eric Blake  <ebb9@byu.net>
23054
23055         * config/srclist.txt (ssize_t.m4): Lose sync.
23056
23057 2006-06-15  Bruno Haible  <bruno@clisp.org>
23058
23059         * modules/stdint (Files): Include m4/full-header-path.m4,
23060         m4/size_max.m4, m4/wchar_t.m4.
23061         (Makefile.am): Many more substitutions.
23062         * modules/stdint-tests: New file.
23063         * tests/test-stdint.c: New file.
23064
23065 2006-06-15  Bruno Haible  <bruno@clisp.org>
23066
23067         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
23068         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
23069         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
23070         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
23071         gl_CHECK_TYPE_SAME): New macros.
23072
23073 2006-06-15  Bruno Haible  <bruno@clisp.org>
23074
23075         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
23076
23077 2006-06-15  Bruno Haible  <bruno@clisp.org>
23078
23079         * lib/stdint_.h: Rewritten to be fully auto-configured.
23080         Fixes bug on HP-UX/IA64.
23081
23082 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
23083
23084         * lib/getdate.y (__attribute__): Don't define if already defined.
23085         Problem reported by Larry Jones.
23086         * lib/utimens.c (__attribute__): Likewise.
23087
23088 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
23089
23090         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
23091         reported by Andreas Schwab.
23092
23093 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23094             Bruno Haible  <bruno@clisp.org>
23095
23096         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
23097         check for the declaration of strnlen and a run test that exposes the
23098         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
23099         rpl_strndup.
23100
23101 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23102             Bruno Haible  <bruno@clisp.org>
23103
23104         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
23105
23106 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23107
23108         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
23109         compile test, for Tru64 4.0D.
23110
23111 2006-05-28  Karl Berry  <karl@gnu.org>
23112
23113         * config/srclist.txt (printf-args.c): lose sync.
23114
23115 2006-05-26  Martin Lambers  <marlam@marlam.de>
23116
23117         * lib/getpass.c: Updates the test for the native W32 API, and adds
23118         missing includes, thus fixing compilation warnings.
23119
23120 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23121
23122         * lib/exclude.c (exclude_fnmatch): New function.
23123         (excluded_file_name): Call exclude_fnmatch.
23124         * lib/exclude.h (excluded_file_name): New prototype
23125
23126 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
23127
23128         * lib/tempname.c (small_open, large_open): New macros.
23129         (__open, __open64) [!_LIBC]: Remove.
23130         (__gen_tempname): Use small_open and large_open instead of __open
23131         and __open64.  This fixes a portability bug on HP-UX 11.11i
23132         reported by Simon Wing-Tang in
23133         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
23134
23135 2006-05-24  Bruno Haible  <bruno@clisp.org>
23136
23137         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
23138         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
23139         Reported by Thorsten Maerz <torte@netztorte.de> via
23140         Aaron Stone <aaron@serendipity.cx>.
23141
23142 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23143
23144         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
23145         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
23146         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
23147         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
23148         not really conditional on the cache.
23149         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
23150
23151 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23152
23153         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
23154         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
23155         (my_usleep): Don't mishandle maximum value.
23156
23157 2006-05-19  Jim Meyering  <jim@meyering.net>
23158
23159         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
23160
23161 2006-05-17  Bruno Haible  <bruno@clisp.org>
23162
23163         Cygwin portability.
23164         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
23165
23166 2006-05-17  Bruno Haible  <bruno@clisp.org>
23167
23168         * lib/stdint_.h: Fix recognition of Cygwin.
23169
23170 2006-05-15  Bruno Haible  <bruno@clisp.org>
23171
23172         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
23173         on libtool patch by Ralf Wildenhues.
23174
23175 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
23176
23177         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
23178         test for C99 conformance; (bool) 0.5 is an integer constant
23179         expression, but (bool) -0.5 is not.  Problem reported by Fedor
23180         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
23181
23182 2006-05-11  Simon Josefsson  <jas@extundo.com>
23183
23184         * m4/xvasprintf.m4: Fix obvious typo.
23185
23186 2006-05-11  Jim Meyering  <jim@meyering.net>
23187
23188         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
23189         James Lemley.
23190
23191 2006-05-10  Simon Josefsson  <jas@extundo.com>
23192
23193         * lib/md4.c: Typo fix, update copyright years.
23194         (K1, K2): Don't use L because it turn computations into 64-bit on
23195         64-bit platforms.
23196
23197 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
23198
23199         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
23200         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
23201         unwanted sign propagation, e.g., on hosts with 64-bit int.
23202         There still are some problems with reeelly weird theoretical hosts
23203         (e.g., 33-bit int) but it's not worth worrying about now.
23204         * lib/sha1.c (rol): Likewise.
23205         (K1, K2, K3, K4): Remove unnecessary L suffix.
23206
23207 2006-05-10  Bruno Haible  <bruno@clisp.org>
23208
23209         * lib/des.c: Cast to avoid warnings.
23210
23211 2006-05-09  Bruno Haible  <bruno@clisp.org>
23212
23213         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
23214         (Depends-on): Depend also on xsize, stdarg.
23215         (configure.ac): Add gl_XVASPRINTF.
23216
23217 2006-05-09  Bruno Haible  <bruno@clisp.org>
23218
23219         * m4/xvasprintf.m4: New file.
23220
23221 2006-05-09  Bruno Haible  <bruno@clisp.org>
23222
23223         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
23224         (EOVERFLOW): Define fallback value.
23225         (xstrcat): New function.
23226         (xvasprintf): Recognize the special case of a string concatenation.
23227
23228 2006-05-08  Eric Blake  <ebb9@byu.net>
23229
23230         * gnulib-tool (func_version): Base copyright year on CVS date.
23231         (func_emit_copyright_notice): New function.
23232         (func_emit_lib_Makefile_am): Use it.
23233         (func_emit_tests_Makefile_am): Likewise.
23234         (func_import): Likewise.
23235
23236 2006-05-08  Bruno Haible  <bruno@clisp.org>
23237
23238         * modules/stdarg: New file.
23239         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
23240
23241 2006-05-08  Bruno Haible  <bruno@clisp.org>
23242
23243         * m4/stdarg.m4: New file, from GNU gettext.
23244
23245 2006-05-08  Bruno Haible  <bruno@clisp.org>
23246
23247         * config/srclist.txt (build-aux/config.rpath): different from latest
23248         release.
23249
23250 2006-05-08  Bruno Haible  <bruno@clisp.org>
23251
23252         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
23253
23254 2006-05-05  Jim Meyering  <jim@meyering.net>
23255
23256         * m4/warning.m4: New file, derived from bison's file by the same name.
23257
23258 2006-05-03  Bruno Haible  <bruno@clisp.org>
23259
23260         * lib/stdint_.h: Shorter URL.
23261         * lib/inttypes.h: Likewise.
23262
23263 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23264
23265         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
23266
23267 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23268
23269         * lib/verify.h: Document the internals better.  Most of this change
23270         was written by Bruno Haible.
23271
23272 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23273
23274         * doc/verify.texi: New file, partly based on a proposal by
23275         Bruno Haible.
23276
23277 2006-05-02  Bruno Haible  <bruno@clisp.org>
23278
23279         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
23280         test from here...
23281         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
23282
23283 2006-04-29  Bruno Haible  <bruno@clisp.org>
23284
23285         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
23286         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
23287
23288 2006-04-29  Bruno Haible  <bruno@clisp.org>
23289
23290         * gnulib-tool: Make --update option actually work.
23291
23292 2006-04-29  Bruno Haible  <bruno@clisp.org>
23293
23294         * doc/gcd.texi: New file.
23295         * doc/gnulib.texi: Include it.
23296
23297 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
23298
23299         * lib/getdate.y (get_date): When adding relative date, start with the
23300         initial time, not with the result of the first mktime call.
23301
23302 2006-04-25  Bruno Haible  <bruno@clisp.org>
23303
23304         * gnulib-tool (func_import): Output the include directives in three
23305         blocks, sorted separately.
23306         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23307
23308 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23309
23310         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
23311         to define main with arguments, for C++.  Reported by Eric Blake.
23312         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
23313         Prefer 'int main ()' to 'int main (void)', for C++.
23314         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
23315         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
23316         for 'main', for C99 and C++.
23317
23318 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
23319
23320         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
23321         Don't assume that exit status -1 is valid.
23322         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23323         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23324         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
23325         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
23326         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
23327         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
23328         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
23329         functions can be used without declaring them, or that you can
23330         exit with status -1.
23331         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
23332
23333 2006-04-24  Karl Berry  <karl@gnu.org>
23334
23335         * config/srclist.txt (longdouble.m4): sync lost.
23336
23337 2006-04-24  Eric Blake  <ebb9@byu.net>
23338
23339         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
23340
23341 2006-04-24  Bruno Haible  <bruno@clisp.org>
23342
23343         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
23344         poll() implementation in AIX.
23345         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23346
23347 2006-04-24  Bruno Haible  <bruno@clisp.org>
23348
23349         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
23350         assigned exactly once.
23351
23352 2006-04-23  Claudio Fontana  <claudio@gnu.org>
23353             Bruno Haible  <bruno@clisp.org>
23354
23355         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
23356         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
23357         for AM_CPPFLAGS.
23358
23359 2006-04-23  Bruno Haible  <bruno@clisp.org>
23360
23361         * modules/copy-file: Depend on unistd.
23362         * modules/execute: Likewise.
23363         * modules/fatal-signal: Likewise.
23364         * modules/findprog: Likewise.
23365         * modules/mkdtemp : Likewise.
23366         * modules/pipe: Likewise.
23367         * modules/wait-process: Likewise.
23368
23369 2006-04-23  Bruno Haible  <bruno@clisp.org>
23370
23371         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
23372         condition was already detected.
23373         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23374
23375 2006-04-23  Bruno Haible  <bruno@clisp.org>
23376
23377         * lib/copy-file.c: Include <unistd.h> unconditionally.
23378         * lib/execute.c: Likewise.
23379         * lib/fatal-signal.c: Likewise.
23380         * lib/findprog.c: Likewise.
23381         * lib/mkdtemp.c: Likewise.
23382         * lib/pipe.h: Likewise.
23383         * lib/pipe.c: Likewise.
23384         * lib/wait-process.h: Likewise.
23385
23386 2006-04-23  Bruno Haible  <bruno@clisp.org>
23387
23388         * gnulib-tool (func_usage): Fix --import description. Document
23389         --update.
23390         (func_import): Create temporary file in a temporary directory, if
23391         --dry-run is specified. Silence errors from 'grep' when there are no
23392         m4 files in $m4dir.
23393         (func_create_testdir): Silence errors from 'grep' when there are no
23394         m4 files in $m4dir.
23395         Reported by Karl Berry <karl@freefriends.org>.
23396
23397 2006-04-20  Bruno Haible  <bruno@clisp.org>
23398
23399         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
23400         one argument, so that the code will be portable to Autoconf 2.60.
23401         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
23402         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23403         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
23404
23405 2006-04-19  Derek Price  <derek@ximbiot.com>
23406             Eric Blake  <ebb9@byu.net>
23407
23408         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
23409         rather than "/full/path.h".  Update comment to match.  Shorten &
23410         generalize m4_translit call via AS_TR_CPP.
23411
23412 2006-04-19  Derek Price  <derek@ximbiot.com>
23413             Eric Blake  <ebb9@byu.net>
23414
23415         * lib/inttypes.h: Correct grammar in comment.
23416
23417 2006-04-18  Derek Price  <derek@ximbiot.com>
23418             Paul Eggert  <eggert@cs.ucla.edu>
23419
23420         * modules/inttypes: New file.
23421         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
23422
23423 2006-04-18  Derek Price  <derek@ximbiot.com>
23424             Paul Eggert  <eggert@cs.ucla.edu>
23425
23426         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
23427         New files.
23428
23429 2006-04-18  Derek Price  <derek@ximbiot.com>
23430             Paul Eggert  <eggert@cs.ucla.edu>
23431
23432         * lib/inttypes.h: New file.
23433         * lib/strtoimax.c: Assume <inttypes.h>.
23434
23435 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
23436
23437         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
23438         isn't mounted.  Problem reported by Kir Kolyshkin.
23439
23440 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23441
23442         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
23443         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
23444         Derek R. Price.
23445         * lib/regex.h (RE_DUP_MAX): Update comment to match current
23446         implementation.
23447
23448 2006-04-12  Eric Blake  <ebb9@byu.net>
23449
23450         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
23451         is now done automatically by the corresponding Autoconf macro.
23452
23453 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
23454
23455         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
23456         time_r.h.
23457
23458 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23459
23460         Merge regex changes from libc, removing some of our
23461         POSIX-conformance changes that were rejected and redoing them in a
23462         less-intrusive way.
23463
23464         * lib/regcomp.c (re_compile_internal, init_dfa):
23465         Length arg is now size_t, not Idx.  All uses changed.
23466         (peek_token): Forward decl now says internal_function.
23467         (__re_error_msgid, __re_error_msgid_idx):
23468         Now static rather than extern with attribute_hidden.
23469         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
23470         For some reason libc prefers K&R style defns for external functions.
23471         (regerror) [!defined _LIBC]: Likewise.
23472         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
23473         (seek_collating_symbol_entry, lookup_collation_sequence_value):
23474         (build_range_exp, build_collating_symbol):
23475         Use K&R-style defn.
23476         (re_compile_fastmap): Use '\0' to memset, not 0.
23477         (utf8_sb_map): Make the calculations more obvious.
23478         (init_dfa, parse_bracket_exp, build_charclass_op):
23479         Call calloc and cast result, as glibc does.
23480         (init_word_char, fetch_token, peek_token, peek_token_bracket):
23481         (build_range_exp, build_collating_symbol):
23482         Now internal functions.
23483
23484         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
23485
23486         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
23487         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
23488         Don't depend on VMS; depend on __VMS instead, for POSIX
23489         namespace cleanness.
23490         (regoff_t): Define to ssize_t, not long int.
23491
23492         Remove the REG_ macros named below.  Instead, make the old names
23493         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
23494         __USE_GNU_REGEX.
23495         (REG_BACKSLASH_ESCAPE_IN_LISTS):
23496         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
23497         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
23498         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
23499         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
23500         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
23501         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
23502         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
23503         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
23504         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
23505         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
23506         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
23507         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
23508         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
23509         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
23510         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
23511         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
23512         (REG_NREGS):
23513         Remove.  All uses replaced by the old RE_* names.
23514         (RE_BACKSLASH_ESCAPE_IN_LISTS):
23515         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
23516         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
23517         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
23518         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
23519         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
23520         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
23521         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
23522         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
23523         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
23524         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
23525         Don't bother having these macros be independent of each others'
23526         values, since they no longer exist in the POSIX name space.
23527
23528         Rename the following member names back to their old names,
23529         unless !__USE_GNU_REGEX.  All uses changed back.
23530         (buffer): Renamed from re_buffer.
23531         (allocated): Renamed from re_allocated.
23532         (used): Renamed from re_used.
23533         (syntax): Renamed from re_syntax.
23534         (fastmap): Renamed from re_fastmap.
23535         (translate): Renamed from re_translate.
23536         (can_be_null): Renamed from re_can_be_null.
23537         (regs_allocated): Renamed from re_regs_allocated.
23538         (fastmap_accurate): Renamed from re_fastmap_accurate.
23539         (no_sub): Renamed from re_no_sub.
23540         (not_bol): Renamed from re_not_bol.
23541         (not_eol): Renamed from re_not_eol.
23542         (newline_anchor): Renamed from re_newline_anchor.
23543         (num_regs): Renamed from rm_num_regs.
23544         (start): Renamed from rm_start.
23545         (end): Renamed from rm_end.
23546
23547         (free_state): Move up a bit.
23548
23549         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
23550         #define to be empty.
23551         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
23552         when that is what is intended.
23553         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
23554         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
23555         (MAX): New macro.
23556         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
23557         All uses changed back to re_malloc, etc.  It's now the caller's
23558         responsibility to check for overflow; all callers changed.
23559         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
23560         (re_x2nrealloc): Remove.
23561         (free_state): Remove decl.
23562
23563         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
23564         (re_set_registers, re_exec):
23565         Use K&R-style defn.
23566
23567         2006-01-31  Roland McGrath  <roland@redhat.com>
23568
23569         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
23570         Reported by Mike Frysinger <vapier@gentoo.org>.
23571
23572         2006-01-15  Andreas Jaeger  <aj@suse.de>
23573
23574         [BZ #1950]
23575         * lib/regex_internal.c (re_string_reconstruct): Adjust for
23576         build_wcs_upper_buffer change.
23577         (build_wcs_upper_buffer): Change return type.
23578
23579         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
23580
23581         * lib/regex_internal.h: Include <stdint.h> if available.
23582
23583         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
23584
23585         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
23586
23587         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
23588
23589         * lib/regcomp.c: Adjust for changed secondary hash function.
23590
23591         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
23592
23593         * lib/regex.h: Pretty printing.
23594         Clean up namespace a bit.
23595
23596         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
23597
23598         * lib/regexec.c (update_cur_sifted_state, check_arrival,
23599         check_arrival_add_next_nodes): Avoid using uninitialized variable.
23600
23601         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23602                     Ulrich Drepper  <drepper@redhat.com>
23603
23604         [BZ #1302]
23605         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
23606         changed.
23607         (bitset_word_t): Renamed from bitset_word.  All uses changed.
23608
23609         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
23610
23611         [BZ #281]
23612         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
23613         * lib/regcomp.c: Remove unnecessary uses of
23614         unsigned RE_TRANSLATE_TYPE.
23615         * lib/regex_internal.h: Likewise.
23616         * lib/regex_internal.c: Likewise.
23617         * lib/regexec.c: Likewise.
23618         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
23619
23620         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
23621
23622         * lib/regexec.c (find_recover_state): Remove unnecessary
23623         initialization.
23624         (transit_state_bkref): Make DFA a const pointer.
23625         (get_subexp): Likewise.
23626         (check_arrival): Likewise.
23627         (update_cur_sifted_state): Likewise.
23628         (re_search_internal): Likewise.
23629         (prune_impossible_nodes): Likewise.
23630         (acquire_init_state_context): Likewise.
23631         (proceed_next_node): Likewise.
23632         (set_regs): Likewise.
23633         (free_fail_stack_return): Likewise.
23634         (check_arrival_expand_ecl): Mark DFA parameter as const.
23635         (check_arrival_expand_ecl_sub): Likewise.
23636         (check_subexp_limits): Likewise.
23637         (sub_epsilon_src_nodes):  Likewise.
23638         (add_epsilon_src_nodes):  Likewise.
23639         (merge_state_array): Likewise.
23640         (update_regs): Likewise.
23641         (build_trtable): Likewise.
23642         (sift_states_backward): Mark MCTX parameter as const.
23643         (build_sifted_states): Likewise.
23644         (update_cur_sifted_state): Likewise.
23645         (sift_states_mkref): Likewise.
23646         (check_arrival_expand_ecl): Mark eclosure as const.
23647         (check_dst_limits_calc_pos_1): Likewise.
23648         * lib/regex_internal.h (re_match_context_t): Make dfa a const
23649         pointer.
23650
23651         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
23652
23653         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
23654         (transit_state_sb): Likewise.
23655         (transit_state_mb): Likewise.
23656         (sift_states_iter_mb): Likewise.
23657         (check_arrival_add_next_nodes): Likewise.
23658         (check_node_accept_bytes): Change first parameter to pointer-to-const.
23659         [_LIBC] (re_search_2_stub): Use mempcpy.
23660
23661         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
23662         mbrtowc for very simple UTF-8 case.
23663
23664         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
23665         a pointer-to-const.
23666         (re_acquire_state_context): Likewise.
23667         * lib/regex_internal.h: Adjust prototypes.
23668
23669         * lib/regex.c: Prevent using C++ compilers.
23670
23671         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
23672         (re_acquire_state_context): Likewise.
23673
23674 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23675
23676         * modules/regex (Depends-on): Add ssize_t.
23677
23678 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23679
23680         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
23681         translation table.
23682
23683 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
23684
23685         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
23686
23687 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
23688             Bruno Haible  <bruno@clisp.org>
23689
23690         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
23691         <sys/types.h> and <inttypes.h>.
23692
23693 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23694
23695         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
23696         `__error_t_defined', so argp.h will not typedef the former.
23697
23698 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
23699
23700         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
23701         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
23702         glibc names.  Even if glibc is changed to conform to POSIX, the
23703         traditional names will be available anyway, since regex depends on
23704         the extensions module.  Also, fix a longstanding typo in the
23705         implementation of Spencer ERE test #75 from grep 2.3.  Problems
23706         reported by Emanuele Giaquinta.  Also, change sense of cached
23707         variable, so that the message makes sense.
23708
23709 2006-03-24  Simon Josefsson  <jas@extundo.com>
23710
23711         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
23712         including some doc fixes.
23713         (base64_encode_alloc): Fix +1 bug on allocation failures.
23714
23715 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23716
23717         * lib/base64.c (base64_encode): Do not read past end of array with
23718         unsanitized input on systems with CHAR_BIT > 8.
23719
23720 2006-03-24  Eric Blake  <ebb9@byu.net>
23721
23722         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
23723
23724 2006-03-22  Karl Berry  <karl@gnu.org>
23725
23726         * config/srclist.txt (*setenv.[ch]): get from coreutils.
23727         * config/srclistvars.sh (COREUTILS): new var.
23728
23729 2006-03-17  Jim Meyering  <jim@meyering.net>
23730
23731         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
23732         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
23733
23734 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23735
23736         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
23737         no longer needs it.  Instead, check that regoff_t is as least
23738         as wide as ptrdiff_t.
23739
23740         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
23741         so that our regex.h stays compatible with the installed regex.
23742         This is helpful for installers who configure --without-included-regex.
23743         Problem reported by Emanuele Giaquinta.
23744
23745 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
23746
23747         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
23748         Typedef to long int, not to off_, as POSIX will likely change
23749         in that direction.
23750
23751 2006-03-15  Eric Blake  <ebb9@byu.net>
23752
23753         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
23754
23755 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
23756
23757         * lib/argp-help.c (validate_uparams): Fix typo
23758         * lib/argp-parse.c (argp_default_options): Consistently begin help
23759         messages with a lowercase letter.
23760
23761 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
23762
23763         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
23764         overrun buffers and shouldn't be used (much as gets shouldn't be
23765         used).
23766         * lib/time_r.c (asctime_r, ctime_r): Likewise.
23767
23768 2006-03-08  Simon Josefsson  <jas@extundo.com>
23769
23770         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
23771         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23772
23773 2006-03-08  Simon Josefsson  <jas@extundo.com>
23774
23775         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
23776         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23777
23778 2006-03-08  Simon Josefsson  <jas@extundo.com>
23779
23780         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
23781         signal that configure disabled the device.
23782
23783 2006-03-08  Simon Josefsson  <jas@extundo.com>
23784
23785         * build-aux/maint.mk: Fix refresh-po, to handle no translated
23786         languages.
23787
23788 2006-03-07  Simon Josefsson  <jas@extundo.com>
23789
23790         * modules/getopt (Depends-on): Add unistd.
23791
23792         * modules/unistd: New file.
23793
23794 2006-03-07  Simon Josefsson  <jas@extundo.com>
23795
23796         * modules/gc-random: New file.
23797
23798 2006-03-07  Simon Josefsson  <jas@extundo.com>
23799
23800         * m4/unistd_h.m4: New file.
23801
23802 2006-03-07  Simon Josefsson  <jas@extundo.com>
23803
23804         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
23805         test to be side-effect free by storing the result in the cache
23806         variable gl_cv_lib_readline, and moving the assignment of
23807         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
23808         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23809
23810 2006-03-07  Simon Josefsson  <jas@extundo.com>
23811
23812         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
23813         error on missing devices (the functions will return an error).
23814
23815         * m4/gc.m4: Move random stuff to gc-random.m4
23816
23817 2006-03-07  Simon Josefsson  <jas@extundo.com>
23818
23819         * lib/unistd_.h: New file.
23820
23821 2006-03-07  Simon Josefsson  <jas@extundo.com>
23822
23823         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
23824
23825 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23826
23827         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
23828         Problem reported by Juan Manuel Guerrero.
23829
23830 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23831
23832         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
23833         the unistd module.
23834         * lib/getlogin_r.c: Likewise.
23835         * lib/getlogin_r.h: Likewise.
23836         * lib/glob.c: Likewise.
23837         * lib/pagealign_alloc.c: Likewise.
23838         * lib/unistd_.h: Remove; no longer needed.
23839
23840 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
23841
23842         * MODULES.html.sh (Support for systems lacking POSIX:2001):
23843         Add unistd.
23844         * modules/c-stack (Depends-on): Add unistd.
23845         * modules/getlogin_r: Likewise.
23846         * modules/glob: Likewise.
23847         * modules/pagealign_alloc: Likewise.
23848         * modules/unistd (Files): Remove lib/unistd_.h.
23849         (EXTRA_DIST): Remove.
23850         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
23851         need unistd_.h.
23852         (MOSTLYCLEANFILES): Remove unistd.h-t.
23853
23854 2006-03-03  Simon Josefsson  <jas@extundo.com>
23855
23856         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
23857
23858 2006-03-03  Simon Josefsson  <jas@extundo.com>
23859
23860         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
23861         libidn and bison.
23862
23863 2006-03-03  Simon Josefsson  <jas@extundo.com>
23864
23865         * build-aux/maint.mk: Add indent target.
23866
23867 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
23868
23869         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
23870         our replacement poll.h in any case, to avoid a differing
23871         declaration from a system header.  Seen on AIX.
23872
23873 2006-03-01  Simon Josefsson  <jas@extundo.com>
23874
23875         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
23876         <kasal@ucw.cz>.
23877
23878 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23879
23880         * modules/gettime (Depends-on): Add extensions module.
23881         * modules/nanosleep (Depends-on): Likewise.
23882         * modules/settime (Depends-on): Likewise.
23883
23884 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23885
23886         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
23887         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
23888         pedantically.
23889         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
23890         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
23891
23892         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
23893         not "==".  Reported by Ralf Wildenhues.
23894
23895 2006-03-01  Karl Berry  <karl@gnu.org>
23896
23897         * doc/Copyright/request-*: new files, synced from gnuorg.
23898
23899 2006-03-01  Karl Berry  <karl@gnu.org>
23900
23901         * config/srclist.txt (Copyright/*): new entries.
23902
23903 2006-02-28  Simon Josefsson  <jas@extundo.com>
23904
23905         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
23906
23907 2006-02-27  Simon Josefsson  <jas@extundo.com>
23908
23909         * lib/base64.h: Indent #define's.  From Jim Meyering
23910         <jim@meyering.net>.
23911
23912 2006-02-27  Jim Meyering  <jim@meyering.net>
23913
23914         Revert the change of 2006-02-24, so these files can continue
23915         to be sync'd from gettext.
23916         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
23917         of `config.h'.
23918
23919 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23920
23921         * modules/intprops: New file.
23922         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23923         Add intprops.
23924         * modules/getloadavg (Files): Remove lib/intprops.h.
23925         (Depends-on): Add intprops.
23926         * modules/human: Likewise.
23927         * modules/inttostr: Likewise.
23928         * modules/openat: Likewise.
23929         * modules/sig2str: Likewise.
23930         * modules/userspec: Likewise.
23931         * modules/utimecmp: Likewise.
23932         * modules/xnanosleep: Likewise.
23933         * modules/xstrtol: Likewise.
23934
23935 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
23936
23937         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
23938         * modules/lock-tests (TESTS): Use $(EXEEXT).
23939         * modules/tls-tests: Likewise.
23940         * modules/argp-tests: Likewise.
23941         (check_PROGRAMS): New var, replacing...
23942         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
23943
23944 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23945
23946         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
23947         `config.h'.
23948
23949 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23950
23951         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
23952
23953 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23954
23955         Sync from coreutils.
23956         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
23957         gl_CHDIR_SAFER.
23958
23959 2006-02-22  Jim Meyering  <jim@meyering.net>
23960
23961         Sync from coreutils.
23962         * m4/chdir-safer.m4: New file.
23963
23964 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23965
23966         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
23967         AT_FDCWD exceeds INT_MAX.
23968         * lib/openat.h (AT_FDCWD): Likewise.
23969
23970 2006-02-17  Eric Blake  <address@hidden>
23971
23972         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
23973
23974 2006-02-16  Simon Josefsson  <jas@extundo.com>
23975
23976         * modules/getaddrinfo (Depends-on): Add sys_socket.
23977
23978 2006-02-15  Simon Josefsson  <jas@extundo.com>
23979
23980         * build-aux/maint.mk: Add dsyntax-check rule.
23981
23982 2006-02-15  Eric Blake  <ebb9@byu.net>
23983
23984         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
23985         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
23986         'present but cannot compile' warnings on cygwin.
23987         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
23988         use ws2tcpip.h if sys/socket.h works.
23989         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
23990         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
23991
23992 2006-02-14  Simon Josefsson  <jas@extundo.com>
23993
23994         * modules/maintainer-makefile (Files): Rename.
23995
23996         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
23997         and (the local) Makefile.cfg to maint-cfg.mk.
23998
23999         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
24000         to the latter.
24001
24002         * modules/maintainer-makefile: New module.
24003
24004         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
24005         severaly stripped to make it possible to build it up from scratch
24006         with reliable tests.
24007
24008         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
24009         fixes to permit overriding the default actions when configure and
24010         makefile are not available.
24011
24012 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
24013
24014         Sync from coreutils.
24015         * modules/lstat (Depends-on): Don't depend on xalloc.
24016         (License): Change from GPL to LGPL, since this is now simply a
24017         replacement for a libc function.
24018
24019 2006-02-14  Jim Meyering  <jim@meyering.net>
24020
24021         Sync from coreutils.
24022
24023         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
24024         failure on deficient systems, and simplify gnulib lgpl dependencies.
24025         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
24026         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
24027
24028         * lib/xalloc-die.c: Remove unused definition of N_.
24029
24030 2006-02-14  Jim Meyering  <jim@meyering.net>
24031
24032         Sync from coreutils.
24033         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
24034         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
24035         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
24036         double-quote uses of that variable, to accommodate the rare case in
24037         which getmntent is available in none of the libraries checked.  This
24038         happens at least on FreeBSD 5.0.
24039
24040 2006-02-13  Simon Josefsson  <jas@extundo.com>
24041
24042         * gnulib-tool (Usage): Fix --import, from
24043         karl@freefriends.org (Karl Berry).
24044
24045 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24046
24047         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
24048
24049 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
24050
24051         * lib/argp-namefrob.h: Restore changes accidentally lost during the
24052         "autoupdate" on 2005-12-12.
24053
24054 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24055
24056         * modules/closeout (Depends-on): Remove atexit.
24057
24058 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24059
24060         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
24061         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
24062
24063 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
24064
24065         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
24066         __EXTENSIONS__ if this causes compilation to fail.  Problem
24067         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
24068         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
24069
24070 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
24071
24072         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
24073         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
24074         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
24075         All uses changed.
24076
24077 2006-01-26  Simon Josefsson  <jas@extundo.com>
24078
24079         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
24080         prototype is visible on mingw32.
24081
24082         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
24083         for mingw32.
24084
24085         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
24086         mingw32).
24087
24088 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24089
24090         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
24091         attempt to open for write; this always fails, at least on POSIX
24092         hosts.  This reinstates the 2006-01-09 change, which was
24093         inadvertently removed.
24094
24095 2006-01-26  Bruno Haible  <bruno@clisp.org>
24096
24097         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
24098         Reported by Paul Eggert.
24099
24100 2006-01-26  Bruno Haible  <bruno@clisp.org>
24101             Paul Eggert  <eggert@cs.ucla.edu>
24102
24103         * lib/stdbool_.h (_Bool)
24104         [(! (defined __cplusplus || defined __BEOS__)
24105           && !defined __GNUC__
24106           && !(defined __HP_cc || defined __xlc__
24107                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
24108                || defined __sgi))]:
24109         #define to signed char in these cases too; this simplifies
24110         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
24111         etc., separately) and makes it more conservative.
24112
24113 2006-01-25  Simon Josefsson  <jas@extundo.com>
24114
24115         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
24116         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
24117         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
24118
24119 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
24120
24121         * lib/argp-namefrob.h: Bugfix. Remove stray #
24122
24123 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
24124
24125         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
24126         so that we test the test.
24127         Check for yet another HP-UX cc bug involving *bool |= bool.
24128
24129 2006-01-25  Karl Berry  <karl@gnu.org>
24130
24131         * config/srclist.txt (vasnprintf.c): sync lost.
24132
24133 2006-01-25  Jim Meyering  <jim@meyering.net>
24134
24135         Sync from the stable (b5) branch of coreutils:
24136
24137         * lib/fts.c (fts_children): Don't let close() clobber errno from
24138         failed fchdir().
24139
24140         * lib/fts.c (fts_stat): When following a symlink-to-directory,
24141         don't necessarily interpret stat-fails+lstat-succeeds as indicating
24142         a dangling symlink.  That can also happen at least for ELOOP.
24143         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
24144         FYI, this bug predates the inclusion of fts.c in coreutils.
24145
24146         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
24147         in their own block, so pre-c99 compilers don't object.
24148
24149         Avoid the double-free (first in fts_read, second in fts_close) that
24150         would occur when an `active' directory is made inaccessible (e.g.,
24151         via chmod a-x) during a traversal.
24152         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24153         before returning.  Reproduce this failure by
24154         mkdir -p a/b; cd a; chmod a-x . b
24155         Reported by Stavros Passas.
24156
24157 2006-01-25  Jim Meyering  <jim@meyering.net>
24158
24159         * lib/fileblocks.c: Remove more useless parentheses.
24160         * lib/readutmp.h: Likewise.
24161
24162 2006-01-25  Bruno Haible  <bruno@clisp.org>
24163
24164         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
24165         warnings.
24166         Reported by Paul Eggert.
24167
24168 2006-01-25  Bruno Haible  <bruno@clisp.org>
24169
24170         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
24171         rid of a trap command. For Solaris sh.
24172         Reported by Mark D. Baushke <mdb@gnu.org>.
24173
24174 2006-01-24  Simon Josefsson  <jas@extundo.com>
24175
24176         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
24177         Bruno.
24178
24179 2006-01-24  Karl Berry  <karl@gnu.org>
24180
24181         * config/srclist.txt (argp-namefrob.h): sync lost.
24182
24183 2006-01-24  Jim Meyering  <jim@meyering.net>
24184
24185         * modules/openat (Files): Add lib/intprops.h.
24186         From Mark D. Baushke.
24187
24188 2006-01-24  Jim Meyering  <jim@meyering.net>
24189
24190         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
24191         Reported by Mark D. Baushke.
24192
24193 2006-01-24  Jim Meyering  <jim@meyering.net>
24194
24195         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
24196
24197 2006-01-24  Bruno Haible  <bruno@clisp.org>
24198
24199         * modules/strnlen (Maintainer): Change from glibc to all.
24200
24201 2006-01-24  Bruno Haible  <bruno@clisp.org>
24202
24203         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
24204         Patch by Paul Eggert.
24205
24206 2006-01-24  Bruno Haible  <bruno@clisp.org>
24207
24208         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
24209         already has it.
24210         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
24211         2005-11-26.
24212
24213         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
24214         'signed char' to avoid problems with the built-in _Bool type.
24215         Reported by Paul Eggert on 2005-11-26.
24216
24217 2006-01-24  Bruno Haible  <bruno@clisp.org>
24218
24219         * gnulib-tool (func_import): Avoid constructing complicated sed
24220         expressions inside backquote.
24221         Report and solution by Mark D. Baushke <mdb@gnu.org>.
24222
24223 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
24224
24225         These changes imported from libc.
24226         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
24227         test and two separate function calls.
24228         * lib/strndup.c (__strndup): Add libc_hidden_def.
24229
24230 2006-01-23  Simon Josefsson  <jas@extundo.com>
24231
24232         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
24233         Remove the test_*_SOURCES variable: automake infers it by default.
24234         * modules/tls-tests: Likewise.
24235
24236 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24237
24238         Work around porting bugs reported by Dieter in
24239         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
24240         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
24241         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
24242         Include "getopt.h" first, to check interface.
24243         (getenv): Declare only if defined HAVE_DECL_GETENV &&
24244         !HAVE_DECL_GETENV.
24245         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
24246         (__strndup): Revert to K&R-style function dfns, the glibc style.
24247         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
24248         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
24249         Include strnlen.h first, to get prototype properly.
24250         (strnlen): Renamed from __strnlen.
24251         Remove weak alias.
24252
24253 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24254
24255         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
24256
24257 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24258
24259         * config/srclist.txt: Adjust to reflect glibc reorganization.
24260         This affects only comments.
24261
24262 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24263
24264          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
24265          Reported by Bruce Korb <bkorb@gnu.org>.
24266
24267 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24268
24269         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
24270         to pacify gcc -Wswitch-default.
24271
24272 2006-01-22  Bruno Haible  <bruno@clisp.org>
24273
24274         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
24275         temporary buffer for sprintf, take into account the precision also
24276         for 'd', 'i', 'u', 'o', 'x', 'X'.
24277
24278 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24279
24280         * modules/argp-tests: New module
24281         * tests/test-argp.c: New file
24282         * tests/test-argp-2.sh: New file
24283
24284 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
24285
24286         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
24287         (__argp_base_name): Removed
24288         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
24289         typo.
24290         (__argp_base_name): Provide macro definition or extern declaration
24291         depending on the configuration
24292
24293 2006-01-20  Simon Josefsson  <jas@extundo.com>
24294
24295         * modules/inet_ntop (Depends-on): Depend on sys_socket.
24296
24297 2006-01-20  Simon Josefsson  <jas@extundo.com>
24298
24299         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
24300
24301 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
24302
24303         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
24304         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
24305         Suggested by Bruno Haible.
24306
24307 2006-01-20  Karl Berry  <karl@gnu.org>
24308
24309         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
24310         until changes propagate, I guess.
24311
24312 2006-01-19  Simon Josefsson  <jas@extundo.com>
24313
24314         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
24315
24316 2006-01-19  Simon Josefsson  <jas@extundo.com>
24317
24318         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
24319
24320 2006-01-19  Simon Josefsson  <jas@extundo.com>
24321
24322         * gnulib-tool: Set check_PROGRAMS.
24323
24324         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24325         modules/des-tests, modules/gc-arcfour-tests,
24326         modules/gc-arctwo-tests, modules/gc-des-tests,
24327         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24328         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24329         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24330         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24331         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24332         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
24333         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
24334         test_*_SOURCES.
24335
24336 2006-01-18  Simon Josefsson  <jas@extundo.com>
24337
24338         * modules/socklen (Depends-on): Depend on sys_socket.
24339
24340 2006-01-18  Simon Josefsson  <jas@extundo.com>
24341
24342         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
24343         modules/des-tests, modules/gc-arcfour-tests,
24344         modules/gc-arctwo-tests, modules/gc-des-tests,
24345         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
24346         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
24347         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
24348         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
24349         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
24350         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
24351         $(EXEEXT) to automake TESTS variable, for mingw32.
24352
24353 2006-01-17  Simon Josefsson  <jas@extundo.com>
24354
24355         * modules/socklen (Include): Need sys/socket.h.
24356
24357 2006-01-17  Bruno Haible  <bruno@clisp.org>
24358
24359         * modules/ssize_t (Include): Add <sys/types.h>.
24360
24361 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
24362
24363         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
24364         it's not portable and it doesn't work with cross-compiles.
24365         Problem reported by Bruno Haible.  Fix missing-$ typo in
24366         'test "gl_cv_ignore_unused_libraries" ...' that prevented
24367         -zignore from being used with Sun's C compiler.
24368
24369 2006-01-12  Simon Josefsson  <jas@extundo.com>
24370
24371         * lib/base64.c: Fix warning, reported by Bruno Haible
24372         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
24373
24374 2006-01-12  Bruno Haible  <bruno@clisp.org>
24375
24376         * modules/ldd: New file.
24377         * build-aux/ldd.sh.in: New file.
24378         * MODULES.html.sh (Support for building libraries and executables): Add
24379         ldd.
24380
24381 2006-01-12  Bruno Haible  <bruno@clisp.org>
24382
24383         * m4/ldd.m4: New file.
24384
24385 2006-01-12  Bruno Haible  <bruno@clisp.org>
24386
24387         * gnulib-tool (func_import, func_create_testdir): Don't go into an
24388         endless loop while replacing $auxdir with build-aux.
24389
24390 2006-01-11  Simon Josefsson  <jas@extundo.com>
24391
24392         * lib/stdint_.h (SIZE_MAX): Add missing (.
24393
24394 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
24395
24396         Sync from coreutils.
24397         * lib/md5.c: Fix commentary typos.
24398         (alignof, UNALIGNED_P): No need for a GCC-specific version.
24399         * lib/md5.h (__attribute__): Remove; unused.
24400         * lib/sha1.c: Fix commentary to match md5 better.
24401         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
24402         so that we don't need to worry about alignment.  All uses changed.
24403         This merges the 2005-10-28 md5 change into sha1.
24404
24405 2006-01-11  Jim Meyering  <jim@meyering.net>
24406
24407         Sync from coreutils.
24408         * lib/md5.c (OP): Fix spacing.
24409
24410 2006-01-11  Bruno Haible  <bruno@clisp.org>
24411
24412         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24413         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
24414         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
24415
24416 2006-01-11  Bruno Haible  <bruno@clisp.org>
24417
24418         Ensure automatic ordering between gl_LOCK and gl_ARGP.
24419         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
24420         the "early" section as well.
24421
24422 2006-01-11  Bruno Haible  <bruno@clisp.org>
24423
24424         Avoid "ar: no archive members specified" error on MacOS X.
24425         * gnulib-tool (func_modules_add_dummy): New function.
24426         (func_import, func_create_testdir): Invoke it.
24427
24428 2006-01-11  Bruno Haible  <bruno@clisp.org>
24429
24430         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
24431         with $auxdir in AC_CONFIG_FILES statements.
24432
24433 2006-01-11  Bruno Haible  <bruno@clisp.org>
24434
24435         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24436         Initialize also noinst_HEADERS to empty.
24437
24438 2006-01-11  Bruno Haible  <bruno@clisp.org>
24439
24440         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
24441         variables.
24442         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
24443         autoreconf.
24444
24445 2006-01-11  Bruno Haible  <bruno@clisp.org>
24446
24447         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
24448         overridable by the user.
24449         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24450
24451 2006-01-10  Simon Josefsson  <jas@extundo.com>
24452
24453         * modules/sys_socket: New file.
24454
24455 2006-01-10  Simon Josefsson  <jas@extundo.com>
24456
24457         * m4/sys_socket_h.m4: New file.
24458
24459 2006-01-10  Simon Josefsson  <jas@extundo.com>
24460
24461         * lib/socket_.h: New file.
24462
24463 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24464
24465         * modules/readutmp (Maintainer): Add myself.
24466
24467 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24468
24469         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
24470         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
24471         People who are still concerned with buggy memcmp implementations
24472         can invoke gl_FUNC_MEMCMP themselves.
24473
24474 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
24475
24476         * lib/regex_internal.h (BITSET_WORD_BITS):
24477         Work around a bug in 64-bit PGC (before version 6.1-2), where the
24478         preprocessor mishandles large unsigned values as if they were signed.
24479         Problem reported by Claudio Fontana in
24480         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
24481
24482 2006-01-10  Jim Meyering  <jim@meyering.net>
24483
24484         Avoid the double-free (first in fts_read, second in fts_close) that
24485         would occur when an `active' directory is made inaccessible (e.g.,
24486         via chmod a-x) during a traversal.
24487         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24488         before returning.  Reproduce this failure by
24489         mkdir -p a/b; cd a; chmod a-x . b
24490         Reported by Stavros Passas.
24491
24492         Sync from coreutils.
24493         * lib/sha1.c: Tweak grammar in a comment.
24494
24495 2006-01-10  Jim Meyering  <jim@meyering.net>
24496
24497         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
24498         Patch by Joerg Sonnenberger.
24499
24500 2006-01-10  Bruno Haible  <bruno@clisp.org>
24501
24502         * modules/readutmp: Depend on module free.
24503         * modules/strtok_r: Depend on module restrict.
24504
24505 2006-01-10  Bruno Haible  <bruno@clisp.org>
24506
24507         * modules/gettext (configure.ac): Add an invocation of
24508         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
24509
24510 2006-01-10  Bruno Haible  <bruno@clisp.org>
24511
24512         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
24513         Reported by Werner Lemberg <wl@gnu.org>.
24514
24515 2006-01-10  Bruno Haible  <bruno@clisp.org>
24516
24517         * lib/localcharset.c: Update from GNU gettext.
24518
24519 2006-01-10  Bruno Haible  <bruno@clisp.org>
24520
24521         * lib/argp.h (__const): Remove macro. Use const instead.
24522         * lib/argp-fmtstream.h (__const): Likewise.
24523         * lib/glob_.h (__const): Remove macro.
24524         * lib/glob-libc.h: Use const instead of __const.
24525
24526 2006-01-10  Bruno Haible  <bruno@clisp.org>
24527
24528         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
24529         variable.
24530         Needed to avoid an automake error regarding the 'gettext' module.
24531
24532 2006-01-09  Simon Josefsson  <jas@extundo.com>
24533
24534         * modules/inet_ntop (Depends-on): Add restrict.
24535
24536 2006-01-09  Simon Josefsson  <jas@extundo.com>
24537
24538         * modules/gc-rijndael-tests (License): Put under LGPL.
24539
24540         * modules/gc-des-tests (License): Likewise.
24541
24542         * modules/gc-arcfour-tests (License): Likewise.
24543
24544         * modules/gc-arctwo-tests (License): Likewise.
24545
24546         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
24547
24548         * modules/gc-hmac-sha1-tests (Files): Likewise.
24549
24550         * modules/gc-hmac-md5-tests (License): Likewise.
24551
24552         * modules/gc-sha1-tests (License): Likewise.
24553
24554         * modules/gc-md5-tests (License): Likewise.
24555
24556         * modules/gc-md4-tests (License): Likewise.
24557
24558         * modules/gc-md2-tests (License): Likewise.
24559
24560         * modules/gc-tests (License): Likewise.
24561
24562         * modules/des-tests (License): Likewise.
24563
24564         * modules/md4-tests (License): Likewise.
24565
24566         * modules/md2-tests (License): Likewise.
24567
24568 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24569
24570         Sync from coreutils:
24571
24572         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
24573         * modules/lib-ignore: New file.
24574         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
24575         chdir-safer.m4, lchmod.m4.
24576         * modules/openat: Add mkdirat.c, openat-priv.h.
24577
24578 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24579
24580         Sync from coreutils.
24581         * m4/lib-ignore.m4: New file.
24582         * m4/lchmod.m4: New file.
24583
24584 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24585
24586         Sync from coreutils.
24587         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
24588         for write access: POSIX says that must fail.
24589         * lib/fts.c (diropen): Likewise.
24590         * lib/save-cwd.c (save_cwd): Likewise.
24591         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
24592         well, for minor improvements on hosts that lack O_DIRECTORY.
24593         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
24594         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
24595         Fall back on chown if open failed with EACCES.
24596
24597         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
24598         Report an error at compile-time if only a 1-second nominal clock
24599         resolution is found.
24600
24601         * lib/lchmod.h: New file.
24602         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
24603         (make_dir_parents): Use lchown rather than chown, and
24604         lchmod rather than chmod.
24605
24606         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
24607         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
24608         "proc" reported by n0dalus.
24609
24610         * lib/mountlist.c: Include <limits.h>.
24611         (dev_from_mount_options)
24612         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
24613         New function.  It no longer assumes "dev=" has the System V meaning
24614         on Linux (since it doesn't).  It also parses "dev=" more carefully.
24615         (read_file_system_list)
24616         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
24617         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
24618         dev= in that case.
24619
24620         * lib/posixtm.h (PDS_PRE_2000): New macro.
24621         * lib/posixtm.c (year): Arg is now syntax_bits rather than
24622         allow_century.  All usages changed.  Reject dates outside the range
24623         1969-1999 if PDS_PRE_2000 is used.
24624
24625 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24626
24627         Sync from coreutils.
24628         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
24629         (Time of day items): Mention the possibility of leap seconds.
24630         Problem reported by Dr. David Alan Gilbert.
24631
24632 2006-01-09  Jim Meyering  <jim@meyering.net>
24633
24634         Sync from coreutils.
24635
24636         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
24637
24638         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
24639
24640         * lib/modechange.c (mode_compile): Reject an invalid mode string
24641         that starts with an octal digit.  From Andreas Gruenbacher.
24642
24643         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
24644         and dup to open_safer and dup_safer, respectively.
24645         (openat_permissive): Fix typo in comment.
24646
24647         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
24648         "gettext.h"; either no longer needed or are guaranteed by openat.h.
24649         (_): Remove; no longer needed.
24650         (openat): Renamed from rpl_openat; no need for rpl_openat
24651         since openat.h renames openat for us.
24652         Replace most of the body with a call to openat_permissive,
24653         to avoid duplicate code.
24654         Port to (probably hypothetical) environments were mode_t is
24655         wider than int.
24656         (openat_permissive): Require mode arg, so that we can check
24657         types better.  Put it just after flags.  Change cwd failure
24658         indicator from pointer-to-bool to pointer-to-errno-value.
24659         All callers changed.
24660         Invoke openat_save_fail and/or openat_restore_fail if
24661         cwd_errno is null, so that openat can call us.
24662         (openat_permissive, fdopendir, fstatat, unlinkat):
24663         Simplify errno handling to avoid some duplicate code,
24664         as it's OK to set errno on success.
24665         * lib/openat.h: Revamp code so that function macros depend on
24666         __OPENAT_PREFIX only, not also on AT_FDCWD.
24667         (openat_ro): Remove.  Caller changed to use openat_permissive.
24668         (openat_permissive): Now a macro, if not a function.
24669         (openat_restore_fail, openat_save_fail): Now always functions,
24670         since mkdirat needs them even if __OPENAT_PREFIX is defined.
24671
24672         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
24673         and openat.c.
24674         * lib/mkdirat.c: Include openat-priv.h.
24675         Remove definitions of macros defined therein.
24676         * lib/openat.c: Likewise.
24677
24678         * lib/mkdirat.c (mkdirat): New file and function.
24679         * lib/openat.h (mkdirat): Declare.
24680
24681         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
24682
24683         * lib/openat.h (openat_permissive): Declare.
24684         (openat_ro): Define.
24685
24686         * lib/openat.c (EXPECTED_ERRNO): New macro.
24687         (openat_permissive): New function -- used in remove.c rewrite.
24688         (all functions): Set errno just before returning, only if there
24689         was an actual failure.
24690         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
24691
24692         Emulate openat-family functions using Linux's procfs, if possible.
24693         Idea and some code based on Ulrich Drepper's glibc changes.
24694
24695         * lib/openat.c: (BUILD_PROC_NAME): New macro.
24696         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
24697         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
24698         before falling back on save_cwd and restore_cwd.
24699         (fdopendir, fstatat, unlinkat): Likewise.
24700
24701         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
24702         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
24703
24704         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
24705         as second argument to va_arg.  Otherwise, some versions of gcc
24706         warn that `if this code is reached, the program will abort'.
24707
24708 2006-01-09  Jim Meyering  <jim@meyering.net>
24709
24710         Sync from coreutils.
24711         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
24712         Require openat-priv.h.
24713
24714 2006-01-09  Bruno Haible  <bruno@clisp.org>
24715
24716         * modules/strnlen (Include): Use strnlen.h.
24717
24718 2006-01-09  Bruno Haible  <bruno@clisp.org>
24719
24720         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
24721
24722 2006-01-09  Bruno Haible  <bruno@clisp.org>
24723
24724         * lib/sysexit_.h (EX_OK): New macro.
24725         Suggested by Martin Lambers <marlam@marlam.de>.
24726
24727 2006-01-09  Bruno Haible  <bruno@clisp.org>
24728
24729         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
24730         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
24731
24732 2006-01-09  Bruno Haible  <bruno@clisp.org>
24733
24734         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
24735         numbers.
24736
24737 2006-01-09  Bruno Haible  <bruno@clisp.org>
24738
24739         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
24740         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
24741         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
24742         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
24743
24744 2006-01-09  Bruno Haible  <bruno@clisp.org>
24745
24746         * build-aux/javacomp.sh.in: New file, moved from lib/.
24747         * modules/javacomp-script (Files): Update.
24748         (configure.ac): Add AC_CONFIG_FILES invocation.
24749         (EXTRA_DIST): Remove variable.
24750
24751         * build-aux/javaexec.sh.in: New file, moved from lib/.
24752         * modules/javaexec (Files): Update.
24753         (configure.ac): Add AC_CONFIG_FILES invocation.
24754         (EXTRA_DIST): Remove javaexec.sh.in.
24755
24756         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
24757         * modules/csharpcomp-script (Files): Update.
24758         (configure.ac): Add AC_CONFIG_FILES invocation.
24759         (EXTRA_DIST): Remove variable.
24760
24761         * build-aux/csharpexec.sh.in: New file, moved from lib/.
24762         * modules/csharpexec (Files): Update.
24763         (configure.ac): Add AC_CONFIG_FILES invocation.
24764         (EXTRA_DIST): Remove csharpexec.sh.in.
24765
24766 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24767
24768         Sync from coreutils.
24769
24770         Add POSIX ACL support
24771         * lib/acl.h (copy_acl, set_acl): Add declarations.
24772         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
24773         systems other than Linux.
24774         (chmod_or_fchmod): New function: use fchmod when possible,
24775         and chmod otherwise.
24776         (file_has_acl): Add a POSIX ACL implementation, with a
24777         Linux-specific subcase.
24778         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
24779         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
24780         acls are unsupported.
24781         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
24782         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
24783         are unsupported.
24784
24785 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
24786
24787         Sync from coreutils.
24788         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
24789
24790 2006-01-07  Bruno Haible  <bruno@clisp.org>
24791
24792         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
24793         gl_EARLY.
24794
24795 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24796
24797         * lib/strftime.c (tzname): Don't declare if it is already #defined.
24798         Problem reported for Mingw by Mark Junker.
24799
24800 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24801
24802         * README: Gnulib normally doesn't generate a tarball.
24803
24804 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
24805
24806         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
24807         long int, not int, for nanosecond counts, so that people who are
24808         used to POSIX struct timespec won't be surprised.  Reported by Jim
24809         Meyering.
24810
24811 2005-12-28  Bruno Haible  <bruno@clisp.org>
24812
24813         * build-aux/config.rpath: Update from GNU gettext.
24814
24815 2005-12-16  Jim Meyering  <jim@meyering.net>
24816
24817         * modules/fprintftime: New module.
24818         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
24819
24820 2005-12-16  Jim Meyering  <jim@meyering.net>
24821
24822         * m4/fprintftime.m4: New file.
24823
24824 2005-12-16  Jim Meyering  <jim@meyering.net>
24825
24826         * lib/fprintftime.c, lib/fprintftime.h: New files.
24827
24828 2005-12-15  Simon Josefsson  <jas@extundo.com>
24829
24830         * modules/socklen (configure.ac): Fix M4 macro name, to align with
24831         new m4/socklen.m4.
24832
24833 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24834
24835         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
24836         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
24837
24838 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24839
24840         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
24841         * lib/argp-help.c (fill_in_uparams): Check if the constructed
24842         struct uparams is valid. Fall back to the default values if it is
24843         not.
24844
24845 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24846
24847         * modules/argp (Files): Add argp-pin.c
24848         (Depends-on): dirname
24849         (lib_SOURCES): Add argp-pin.c
24850
24851 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24852
24853         * m4/argp.m4:  Check if program_invocation_name and
24854         program_invocation_short_name are declared and define appropriate
24855         macros if they are not.
24856
24857 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24858
24859         * lib/argp-help.c (__argp_base_name): New function
24860         (__argp_short_program_name): Rewrite using __argp_base_name
24861         * lib/argp-namefrob.h: Define program_invocation_name and
24862         program_invocation_short_name if requested
24863         (__argp_base_name): Add prototype
24864         * lib/argp-parse.c (argp_def): Use gettext wrappers
24865         (argp_default_parser): Use __argp_base_name
24866         * lib/argp-pin.c: New file. Defines program_invocation_name and
24867         program_invocation_short_name on systems that lack them.
24868
24869 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
24872         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24873         porting problem reported by Georg Schwarz in
24874         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24875
24876 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24877
24878         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
24879         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
24880         porting problem reported by Georg Schwarz in
24881         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
24882
24883 2005-12-05  Bruno Haible  <bruno@clisp.org>
24884
24885         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
24886         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
24887         Reported by Mark Junker <mjscod@gmx.de>.
24888
24889 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
24890
24891         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
24892         Use implementation from Albert Chin, with some
24893         comments/corrections by Stepan Kasal and myself.
24894
24895 2005-12-02  Bruno Haible  <bruno@clisp.org>
24896
24897         * gnulib-tool (func_import): Accept GPLed build tool modules when
24898         --lgpl is given.
24899         * modules/csharpcomp-script: New file.
24900         * modules/csharpcomp: Depend on it.
24901         * modules/javacomp-script: New file.
24902         * modules/javacomp: Depend on it.
24903         Suggested by Simon Josefsson.
24904
24905 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
24906
24907         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
24908         statement, to work around an HP-UX 10.20 compiler bug reported by
24909         Peter O'Gorman.
24910
24911 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24912
24913         * modules/savedir (Depends-on): Add openat.
24914
24915 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
24916
24917         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
24918         (uintmax_t) [defined uintmax_t]: Do not declare.
24919         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
24920         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
24921         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
24922         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
24923         sake of portability to weird hosts that C allows (though we don't
24924         know of any practical examples).
24925
24926         * lib/savedir.h (fdsavedir): New decl.
24927         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
24928         contains most of the former guts of savedir.
24929         (savedir): Use savedirstream.
24930         Include "openat.h".
24931
24932 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24933
24934         * modules/obstack (Files): Add m4/ulonglong.m4.
24935         Problem reported by Davide Angelocola.
24936
24937 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24938
24939         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
24940         coreutils no longer futzes with rounding modes.
24941
24942 2005-11-14  Jim Meyering  <jim@meyering.net>
24943
24944         * lib/mkstemp-safer.c: Include <config.h>, required for possible
24945         replacement of mkstemp.
24946
24947 2005-11-10  Simon Josefsson  <jas@extundo.com>
24948
24949         * lib/readline.c: Remove EOL.
24950
24951 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24952
24953         * modules/gethrxtime (Depends-on): Add gettime.
24954
24955 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24956
24957         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
24958         or gettimeofday; no longer needed.
24959
24960 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24961
24962         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
24963         time business.
24964         (gethrxtime) [! (HAVE_NANOUPTIME
24965         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
24966         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
24967         our own approximation.
24968
24969 2005-11-08  Eric Blake  <ebb9@byu.net>
24970
24971         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24972
24973 2005-11-08  Eric Blake  <ebb9@byu.net>
24974
24975         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
24976
24977 2005-11-04  Bruno Haible  <bruno@clisp.org>
24978
24979         * gnulib-tool: Implement --update mode.
24980
24981 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24982
24983         Fix porting problem reported by Theodoros V. Kalamatianos.
24984         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
24985         Don't assume that futimes failing means we must fail.
24986
24987 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24988
24989         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
24990         variables to suggest the intended function of the PATH_MAX check.
24991
24992 2005-10-30  Kean Johnston  <jkj@sco.com>
24993
24994         Trivial changes to support SCO systems.
24995         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
24996         as PATH_MAX.
24997         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
24998         where __ptr is null when no I/O is pending.
24999
25000 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25001
25002         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
25003         leave errno alone.  Problem reported by Dmitry V. Levin.
25004
25005 2005-10-28  Simon Josefsson  <jas@extundo.com>
25006
25007         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
25008         Test more.
25009
25010         * tests/test-gc-md2.c, tests/test-md2.c: New files.
25011
25012         * modules/md2, modules/md2-tests: New files.
25013
25014 2005-10-28  Simon Josefsson  <jas@extundo.com>
25015
25016         * m4/inet_ntop.m4: More tests.
25017
25018         * m4/gc-md2.m4, md2.m4: New file.
25019
25020 2005-10-28  Simon Josefsson  <jas@extundo.com>
25021
25022         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
25023         "restrict" keywords, as per POSIX.  Protect the function
25024         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
25025         Don't use K&R prototypes.  Check the sprintf return values.
25026         Re-define EAFNOSUPPORT if not present.  Indent.
25027
25028         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
25029         suggested by Bruno Haible <bruno@clisp.org>.
25030
25031         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
25032
25033         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
25034
25035         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
25036         libgcrypt).
25037
25038         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
25039
25040         * lib/md2.h, lib/md2.c: New files.
25041
25042 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
25043
25044         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
25045         errno alone.  Problem reported by Frederic Jolliton.
25046
25047 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25048
25049         * modules/verify (License): Change from GPL to LGPL.  This is a
25050         tiny module and there are apparently near-equivalents that are
25051         under the BSD license.
25052
25053 2005-10-24  Simon Josefsson  <jas@extundo.com>
25054
25055         * modules/sha1: Relicense to LGPL.
25056
25057 2005-10-24  Simon Josefsson  <jas@extundo.com>
25058
25059         * lib/md4.h: Shrink buffer size, now that we changed the type.
25060
25061 2005-10-23  Simon Josefsson  <jas@extundo.com>
25062
25063         * gnulib-tool (func_import): Fix --tests-base.
25064
25065 2005-10-22  Simon Josefsson  <jas@extundo.com>
25066
25067         * modules/arcfour (Depends-on): Need stdint.
25068
25069 2005-10-22  Simon Josefsson  <jas@extundo.com>
25070
25071         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
25072         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
25073
25074 2005-10-22  Simon Josefsson  <jas@extundo.com>
25075
25076         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
25077         suggested by Bruno Haible <bruno@clisp.org>.
25078
25079 2005-10-22  Simon Josefsson  <jas@extundo.com>
25080
25081         * lib/crc.h: Include stddef.h, for size_t.
25082
25083 2005-10-22  Simon Josefsson  <jas@extundo.com>
25084
25085         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
25086         arcfour_context struct (simplify test vector testing in GNU
25087         Shishi).
25088
25089 2005-10-21  Simon Josefsson  <jas@extundo.com>
25090
25091         * modules/des, modules/des-tests: New files.
25092
25093         * modules/gc-des, modules/gc-des-tests: New files.
25094
25095         * tests/test-des.c, tests/test-gc-des.c: New file.
25096
25097 2005-10-21  Simon Josefsson  <jas@extundo.com>
25098
25099         * modules/arctwo, modules/arctwo-tests: New files.
25100
25101         * tests/test-arctwo.c: New file.
25102
25103         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
25104
25105         * tests/test-gc-arctwo.c: New file.
25106
25107 2005-10-21  Simon Josefsson  <jas@extundo.com>
25108
25109         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
25110         Bruno Haible <bruno@clisp.org>.
25111
25112         * m4/gc-des.m4: New file.
25113
25114 2005-10-21  Simon Josefsson  <jas@extundo.com>
25115
25116         * m4/arctwo.m4: New file.
25117
25118         * m4/gc-arctwo.m4: New file.
25119
25120 2005-10-21  Simon Josefsson  <jas@extundo.com>
25121
25122         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
25123         block.
25124
25125 2005-10-21  Simon Josefsson  <jas@extundo.com>
25126
25127         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
25128         <bruno@clisp.org>.
25129
25130         * lib/hmac-sha1.c (hmac_sha1): Likewise.
25131
25132         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
25133         Bruno Haible <bruno@clisp.org>.
25134
25135         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
25136         <bruno@clisp.org>.
25137
25138 2005-10-21  Simon Josefsson  <jas@extundo.com>
25139
25140         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
25141
25142 2005-10-21  Simon Josefsson  <jas@extundo.com>
25143
25144         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
25145
25146 2005-10-21  Simon Josefsson  <jas@extundo.com>
25147
25148         * lib/des.h, lib/des.c: New files.
25149
25150         * lib/gc-gnulib.c: Support DES.c
25151
25152 2005-10-21  Simon Josefsson  <jas@extundo.com>
25153
25154         * lib/arctwo.h, lib/arctwo.c: New files.
25155
25156         * lib/gc-gnulib.c: Support ARCTWO.
25157
25158 2005-10-21  Simon Josefsson  <jas@extundo.com>
25159
25160         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
25161         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25162
25163 2005-10-21  Simon Josefsson  <jas@extundo.com>
25164
25165         * gnulib-tool (func_import, func_create_testdir): Define automake
25166         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
25167         Makefile.am snippet),
25168         suggested by Bruno Haible <bruno@clisp.org>.
25169
25170         * modules/gc (Makefile.am): Use it.
25171
25172 2005-10-21  Bruno Haible  <bruno@clisp.org>
25173
25174         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
25175         patch.
25176
25177 2005-10-19  Simon Josefsson  <jas@extundo.com>
25178
25179         * tests/test-gc-rijndael.c: New file.
25180
25181         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
25182
25183 2005-10-19  Simon Josefsson  <jas@extundo.com>
25184
25185         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
25186         interface too.
25187
25188 2005-10-19  Simon Josefsson  <jas@extundo.com>
25189
25190         * tests/test-gc-arcfour.c: New file.
25191
25192         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
25193
25194 2005-10-19  Simon Josefsson  <jas@extundo.com>
25195
25196         * modules/gc-md4, modules/gc-md4-tests: New file.
25197
25198         * tests/test-gc-md4.c: New file.
25199
25200 2005-10-19  Simon Josefsson  <jas@extundo.com>
25201
25202         * m4/gc-md4.m4: New file.
25203
25204 2005-10-19  Simon Josefsson  <jas@extundo.com>
25205
25206         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
25207         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
25208         <kasal@ucw.cz>.
25209
25210 2005-10-19  Simon Josefsson  <jas@extundo.com>
25211
25212         * m4/gc-arcfour.m4: New file.
25213
25214         * m4/gc-rijndael.m4: New file.
25215
25216 2005-10-19  Simon Josefsson  <jas@extundo.com>
25217
25218         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
25219
25220 2005-10-19  Simon Josefsson  <jas@extundo.com>
25221
25222         * lib/gc-gnulib.c: Support ARCFOUR.
25223
25224 2005-10-19  Simon Josefsson  <jas@extundo.com>
25225
25226         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
25227         support.
25228
25229         * lib/gc.h: Add ECB enum type.
25230
25231         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
25232
25233 2005-10-18  Simon Josefsson  <jas@extundo.com>
25234
25235         * tests/test-md5.c: New file.
25236
25237         * modules/md5-tests: New file.
25238
25239 2005-10-18  Simon Josefsson  <jas@extundo.com>
25240
25241         * tests/test-md4.c: New file.
25242
25243         * modules/md4, modules/md4-tests: New files.
25244
25245 2005-10-18  Simon Josefsson  <jas@extundo.com>
25246
25247         * m4/md4.m4: New file.
25248
25249 2005-10-18  Simon Josefsson  <jas@extundo.com>
25250
25251         * lib/md4.h, lib/md4.c: New files, based on md5.?.
25252
25253 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
25254
25255         * gnulib-tool (func_create_testdir): Omit the second check whether
25256         BUILT_SOURCES in nonempty.
25257
25258 2005-10-17  Simon Josefsson  <jas@extundo.com>
25259
25260         * tests/test-rijndael.c: New file.
25261
25262 2005-10-17  Simon Josefsson  <jas@extundo.com>
25263
25264         * modules/sha1: Depend on stdint instead of md5.
25265
25266         * modules/md5: Depend on stdint, remove uint32_t.
25267
25268 2005-10-17  Simon Josefsson  <jas@extundo.com>
25269
25270         * modules/gc-sha1-tests: New file.
25271
25272         * tests/test-gc-sha1.c: New file.
25273
25274 2005-10-17  Simon Josefsson  <jas@extundo.com>
25275
25276         * m4/md5.m4: Remove call to uint32_t.m4.
25277
25278 2005-10-17  Simon Josefsson  <jas@extundo.com>
25279
25280         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
25281
25282         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
25283         md5.h.
25284
25285         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
25286
25287         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
25288
25289 2005-10-17  Simon Josefsson  <jas@extundo.com>
25290
25291         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
25292
25293 2005-10-17  Simon Josefsson  <jas@extundo.com>
25294
25295         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
25296
25297 2005-10-17  Simon Josefsson  <jas@extundo.com>
25298
25299         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
25300
25301         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
25302
25303 2005-10-17  Bruno Haible  <bruno@clisp.org>
25304
25305         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
25306         that it can also be used in a test.
25307
25308 2005-10-16  Bruno Haible  <bruno@clisp.org>
25309
25310         * gnulib-tool (func_emit_tests_Makefile_am): Also define
25311         TESTS_ENVIRONMENT, so that individual tests can augment it.
25312
25313         * gnulib-tool (func_create_testdir): Use an intermediate target for
25314         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
25315         macros, like $(ALLOCA_H), which cannot be passed through the command
25316         line.
25317
25318 2005-10-15  Simon Josefsson  <jas@extundo.com>
25319
25320         * modules/rijndael-tests: New file.
25321
25322         * modules/rijndael: New file.
25323
25324 2005-10-15  Simon Josefsson  <jas@extundo.com>
25325
25326         * m4/rijndael.m4: New file.
25327
25328 2005-10-15  Simon Josefsson  <jas@extundo.com>
25329
25330         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
25331
25332         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
25333
25334 2005-10-14  Simon Josefsson  <jas@extundo.com>
25335
25336         * tests/test-arcfour.c: New file.
25337
25338         * modules/arcfour, modules/arcfour-tests: New files.
25339
25340 2005-10-14  Simon Josefsson  <jas@extundo.com>
25341
25342         * m4/arcfour.m4: New file.
25343
25344 2005-10-14  Simon Josefsson  <jas@extundo.com>
25345
25346         * lib/arcfour.h, lib/arcfour.c: New files.
25347
25348 2005-10-14  Roland McGrath  <roland@redhat.com>
25349
25350         Import from libc.  [BZ #1331]
25351         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
25352         macro argument.
25353         Reported by Matej Vela <vela@debian.org>.
25354
25355 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25356
25357         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
25358         include <wchar.h>; no longer needed.
25359
25360 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
25361
25362         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
25363
25364 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
25365         and  Ulrich Drepper  <drepper@redhat.com>
25366
25367         Import from libc.
25368         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
25369         instead of inline stream orientation test and two separate
25370         function calls.  Pay no attention to USE_IN_LIBIO.
25371
25372 2005-10-13  Simon Josefsson  <jas@extundo.com>
25373
25374         * modules/gc-hmac-md5-tests: New file.
25375
25376         * tests/test-gc-hmac-sha1.c: New file.
25377
25378         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
25379
25380         * modules/gc-hmac-md5-tests: New file.
25381
25382         * tests/test-gc-md5.c: New file.
25383
25384         * modules/gc-md5-tests: New file.
25385
25386 2005-10-13  Simon Josefsson  <jas@extundo.com>
25387
25388         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
25389         Move memory allocation outside of loop.
25390
25391 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
25392
25393         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
25394         intermediate directory is in a read-only file system.  Problem
25395         reported by Eric Blake.
25396
25397 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
25398
25399         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
25400
25401 2005-10-12  Simon Josefsson  <jas@extundo.com>
25402
25403         * tests/test-hmac-sha1.c: New file.
25404
25405         * modules/hmac-sha1-tests: New file.
25406
25407         * modules/hmac-sha1: New file.
25408
25409 2005-10-12  Simon Josefsson  <jas@extundo.com>
25410
25411         * modules/gc-sha1: New file.
25412
25413 2005-10-12  Simon Josefsson  <jas@extundo.com>
25414
25415         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
25416
25417         * tests/test-gc-pbkdf2-sha1.c: New file.
25418
25419 2005-10-12  Simon Josefsson  <jas@extundo.com>
25420
25421         * modules/gc-md5, modules/gc-hmac-md5: New files.
25422
25423         * modules/gc (Files): Remove md5, memxor and hmac files.
25424
25425 2005-10-12  Simon Josefsson  <jas@extundo.com>
25426
25427         * m4/gc-pbkdf2-sha1.m4: New file.
25428
25429         * m4/gc-hmac-sha1.m4: New file.
25430
25431         * m4/gc-sha1: New file.
25432
25433         * m4/hmac-sha1.m4: New file.
25434
25435 2005-10-12  Simon Josefsson  <jas@extundo.com>
25436
25437         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
25438
25439         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
25440
25441 2005-10-12  Simon Josefsson  <jas@extundo.com>
25442
25443         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
25444         suggested by Bruno Haible <bruno@clisp.org>.
25445
25446 2005-10-12  Simon Josefsson  <jas@extundo.com>
25447
25448         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
25449
25450 2005-10-12  Simon Josefsson  <jas@extundo.com>
25451
25452         * lib/gc-pbkdf2-sha1.c: New file.
25453
25454         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
25455
25456 2005-10-12  Simon Josefsson  <jas@extundo.com>
25457
25458         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
25459
25460         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
25461
25462 2005-10-12  Simon Josefsson  <jas@extundo.com>
25463
25464         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
25465         GC_USE_HMAC_MD5, respectively.
25466
25467         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
25468         (gc_md5): Fix typo.
25469
25470         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
25471
25472         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
25473
25474         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
25475
25476 2005-10-12  Bruno Haible  <bruno@clisp.org>
25477
25478         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
25479         Reported by Stepan Kasal <kasal@ucw.cz>.
25480
25481 2005-10-11  Simon Josefsson  <jas@extundo.com>
25482
25483         * tests/test-crc.c: New file.
25484
25485         * modules/crc, modules/crc-tests: New files.
25486
25487 2005-10-11  Simon Josefsson  <jas@extundo.com>
25488
25489         * m4/crc.m4: New file.
25490
25491 2005-10-11  Simon Josefsson  <jas@extundo.com>
25492
25493         * lib/gc.h: Add gc_hash and gc_hash_buffer.
25494
25495         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
25496
25497         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
25498
25499 2005-10-11  Simon Josefsson  <jas@extundo.com>
25500
25501         * lib/crc.h, lib/crc.c: New files.
25502
25503         * lib/gc.h (gc_hash_buffer): Add doc.
25504
25505 2005-10-11  Bruno Haible  <bruno@clisp.org>
25506
25507         * modules/c-strcasestr: New file.
25508         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
25509
25510 2005-10-11  Bruno Haible  <bruno@clisp.org>
25511
25512         * modules/c-strcase: New file.
25513         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
25514
25515 2005-10-11  Bruno Haible  <bruno@clisp.org>
25516
25517         * lib/strcasecmp.c: Include limits.h.
25518         (strcasecmp): Avoid integer overflow on exotic platforms.
25519         * lib/strncasecmp.c: Include limits.h.
25520         (strncasecmp): Avoid integer overflow on exotic platforms.
25521         Reported by Paul Eggert.
25522
25523 2005-10-11  Bruno Haible  <bruno@clisp.org>
25524
25525         * lib/c-strcasestr.h: New file, from GNU gettext.
25526         * lib/c-strcasestr.c: New file, from GNU gettext.
25527
25528 2005-10-11  Bruno Haible  <bruno@clisp.org>
25529
25530         * lib/c-strcase.h: New file, from GNU gettext.
25531         * lib/c-strcasecmp.c: New file, from GNU gettext.
25532         * lib/c-strncasecmp.c: New file, from GNU gettext.
25533
25534 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
25535
25536         * modules/mempcpy (License): GPL -> LGPL.
25537         * modules/strchrnul (License): Likewise.
25538         * modules/sysexits (License): Likewise.
25539
25540 2005-10-08  Simon Josefsson  <jas@extundo.com>
25541
25542         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
25543
25544 2005-10-07  Simon Josefsson  <jas@extundo.com>
25545
25546         * m4/memxor.m4: Remove gl_C_RESTRICT call.
25547
25548 2005-10-06  Simon Josefsson  <jas@extundo.com>
25549
25550         * tests/test-hmac-md5.c: New file.
25551
25552         * modules/hmac-md5-tests: New file.
25553
25554         * modules/hmac-md5: New file.
25555
25556 2005-10-06  Simon Josefsson  <jas@extundo.com>
25557
25558         * m4/hmac-md5.m4: New file.
25559
25560         * m4/memxor.m4: Require gl_C_RESTRICT.
25561
25562 2005-10-06  Simon Josefsson  <jas@extundo.com>
25563
25564         * lib/memxor.c (memxor): Avoid casts and warnings.
25565
25566 2005-10-06  Simon Josefsson  <jas@extundo.com>
25567
25568         * lib/hmac-md5.c: New file.
25569
25570         * lib/hmac.h: New file.
25571
25572 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
25573
25574         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
25575         promotes to int, not unsigned int, to catch the AIX 5.3
25576         compiler bug.
25577
25578 2005-10-05  Simon Josefsson  <jas@extundo.com>
25579
25580         * modules/memxor: New file.
25581
25582         * modules/iconv (Files): Move config.rpath to havelib, it is used
25583         there.
25584
25585         * modules/havelib (Files): Add config.rpath.
25586
25587 2005-10-05  Simon Josefsson  <jas@extundo.com>
25588
25589         * m4/memxor.m4: New file.
25590
25591 2005-10-05  Simon Josefsson  <jas@extundo.com>
25592
25593         * lib/memxor.c (memxor): Fix compiler error.
25594
25595         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
25596         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
25597
25598         * lib/memxor.h, lib/memxor.c: New files.
25599
25600         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
25601         we assume all systems have it, suggested by Jim Meyering
25602         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
25603         any systems lack sys/socket.h; mingw32 is known to lack it, but we
25604         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
25605         same reasons.
25606
25607 2005-10-05  Simon Josefsson  <jas@extundo.com>
25608
25609         * config/srclist.txt: Add glibc bug 1423 for md5.h.
25610
25611 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
25612
25613         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
25614         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
25615         needed, since the source code now assumes these .h files.
25616
25617 2005-10-05  Derek Price  <derek@ximbiot.com>
25618
25619         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
25620
25621 2005-10-05  Bruno Haible  <bruno@clisp.org>
25622
25623         * modules/stdint (License): Change to LGPL.
25624
25625 2005-10-04  Simon Josefsson  <jas@extundo.com>
25626
25627         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
25628         D. Baushke" <mdb@gnu.org>.
25629
25630 2005-10-04  Bruno Haible  <bruno@clisp.org>
25631
25632         * lib/verify.h (verify_true): Provide alternative definition for C++.
25633
25634 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
25635
25636         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
25637         (SSIZE_MAX): New macro, if not already defined.
25638         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
25639         than 2 GiB.
25640
25641 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25642
25643         Sync from coreutils.
25644         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
25645         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
25646         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
25647         ULLONG_MAX doesn't work with 2.7.2.1.
25648
25649 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25650
25651         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
25652         From Ben Pfaff.
25653
25654         * modules/exclude (Depends-on): Depend on verify.
25655         * modules/strtoimax (Depends-on): Likewise.
25656         * modules/utimecmp (Depends-on): Likewise.
25657
25658 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
25659
25660         * lib/exclude.c: Include verify.h.
25661         (verify): Remove.  All callers changed to use verify.h's version.
25662         * lib/strtoimax.c: Likewise.
25663         * lib/utimecmp.c: Likewis.e
25664
25665         Sync from coreutils.
25666         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
25667         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
25668         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
25669         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
25670         bother returning ENOSYS if settimeofday or stime fails; just let
25671         them return whatever errno they want to return.
25672         * lib/utimens.c: Include unistd.h, for dup2.
25673         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
25674         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
25675
25676 2005-10-02  Jim Meyering  <jim@meyering.net>
25677
25678         Sync from coreutils.
25679         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
25680         from glibc-2.2.5 that fails for read-only files.
25681
25682 2005-10-02  Jim Meyering  <jim@meyering.net>
25683
25684         Sync from coreutils.
25685         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
25686         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
25687         `#if HAVE_CONFIG_H'.
25688         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
25689         Remove AT_FDCWD test.
25690         Do not consume the fd unless successful.
25691         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
25692         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
25693         block, so that we don't even try to compile it if settimeofday is
25694         available.  This works around a compilation failure on OSF1 V5.1,
25695         due to stime requiring a `long int*' while tv_sec is `int'.
25696
25697 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
25698
25699         Sync from coreutils.
25700         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
25701         against `yes', rather than just testing for nonempty.
25702
25703 2005-10-01  Simon Josefsson  <jas@extundo.com>
25704
25705         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
25706         and Darwin.
25707
25708         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
25709         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
25710         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
25711         freeaddrinfo and gai_strerror are declared by the POSIX headers.
25712         Check if struct addrinfo is declared.
25713
25714 2005-10-01  Simon Josefsson  <jas@extundo.com>
25715
25716         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
25717         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
25718         AI_* and EAI_* definitions.  Protect function declarations.
25719
25720 2005-10-01  Jim Meyering  <jim@meyering.net>
25721
25722         Sync from coreutils.
25723
25724         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
25725         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
25726         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
25727         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25728         in the inet and nsl libraries.  Required on Solaris 5.7.
25729
25730 2005-10-01  Jim Meyering  <jim@meyering.net>
25731
25732         Sync from coreutils.
25733         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
25734         in the inet and nsl libraries.  Required on Solaris 5.7.
25735
25736 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
25737
25738         * lib/getdelim.c (getdelim): Remove unused variables.
25739
25740 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
25741
25742         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
25743         so that the code works even with ancient cpp.  Portability problem
25744         with GCC 2.7.2.1 reported by Thomas M.Ott.
25745
25746 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
25747
25748         * modules/regex (Depends-on): Add strcase.
25749
25750         * modules/gethostname (Licence): Change from GPL to LGPL, since
25751         gethostname.c is a trivial implementation of a standard library
25752         function.
25753         * modules/poll (License): Change from GPL to LGPL, since it's
25754         derived from LGPL code.
25755
25756 2005-09-27  Jim Meyering  <jim@meyering.net>
25757
25758         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
25759         HAVE_CONFIG_H.
25760
25761         * lib/intprops.h (signed_type_or_expr__): Define.
25762         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
25763         for unsigned types.
25764
25765 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
25766
25767         * lib/verify.h (verify_expr): Remove, replacing with:
25768         (verify_true): New macro that returns true instead of void.
25769         (verify_type__): Remove.
25770         (verify): Use verify_true rather than verify_type__.
25771
25772 2005-09-26  Bruno Haible  <bruno@clisp.org>
25773
25774         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
25775         is necessary.
25776         (lib_SOURCES): Remove mbchar.c.
25777         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
25778         (Files): Add m4/mbrtowc.m4.
25779         * modules/mbiter: Likewise.
25780         * modules/mbuiter: Likewise.
25781
25782 2005-09-26  Bruno Haible  <bruno@clisp.org>
25783
25784         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
25785         compile mbchar.c if they are not both present.
25786         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
25787         * m4/mbiter.m4 (gl_MBITER): Likewise.
25788         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
25789         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
25790         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
25791
25792 2005-09-25  Jim Meyering  <jim@meyering.net>
25793
25794         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
25795         also uses socklen_t.
25796
25797 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
25798
25799         * lib/utimens.c (ENOSYS): Define if not already defined.
25800         (futimens): Support having a null PATH if the file descriptor
25801         is nonnegative.
25802
25803         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
25804         Remove.
25805         (__attribute): Define to empty unless GCC 3.1 or later.
25806         This works around a core dump on OpenBSD 3.4, which has GCC
25807         2.95.3, which dumps core when given __attribute__(()).  It also
25808         simplifies other tests, since we really don't want to bother with
25809         worrying about which ancient version of GCC supported what.
25810         Original problem reported by Yoann Vandoorselaere, with part of
25811         the fix suggested by Derek Price.
25812
25813 2005-09-24  Jim Meyering  <jim@meyering.net>
25814
25815         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
25816         so we can once again use a positive bitfield width of 1 -- now we
25817         don't have to explain why we were using a bitfield width of 2.
25818
25819 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25820
25821         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
25822         and similarly for the other external symbols.  Problem reported
25823         by James Gallager.
25824
25825         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
25826         bug reported by Jim Meyering.
25827
25828         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
25829         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
25830         not needed, since socklen is a prerequisite module.
25831
25832 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
25833
25834         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
25835         Problem reported by Eric Blake.
25836         (getaddrinfo): Initialize se so that it's not garbage.
25837         Redo internal storage allocation so that it doesn't make unportable
25838         assumptions about alignment.
25839         Fix a memory leak.
25840
25841         * lib/utimens.c (futimens): Use futimesat if available.
25842         Prefer it to futimes since it doesn't have the futimes bug.
25843
25844         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
25845         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
25846         Instead, declare a function that returns a pointer to an array,
25847         and use verify_type__ to declare the size of the array.
25848         Problem and germ of a solution reported by Bruno Haible.
25849         (verify_type__): Use 2, not 1, for bitfield size, to avoid
25850         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
25851
25852 2005-09-23  Jim Meyering  <jim@meyering.net>
25853
25854         Sync from coreutils.
25855         Correct build failure (socklen_t not defined) on at least
25856         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
25857         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
25858
25859 2005-09-23  Jim Meyering  <jim@meyering.net>
25860
25861         * modules/getaddrinfo (Depends-on): Add socklen.
25862
25863 2005-09-23  Bruno Haible  <bruno@clisp.org>
25864
25865         * tests/test-verify.c: New file.
25866
25867 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25868
25869         Sync from coreutils.
25870
25871         * modules/argmatch (Depends-on): Add verify.
25872         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
25873         unistd-safer.
25874         * modules/save-cwd (Depends-on): Likewise.
25875
25876         * modules/openat (Files): Add lib/openat-die.c.
25877         (Depends-on): Remove error, exitfail.
25878         Add dirname.
25879
25880         * modules/verify: New file.
25881         * MODULES.html.sh (Diagnostics <assert.h>): New section,
25882         with "verify" module.
25883
25884 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25885
25886         Sync from coreutils.
25887
25888         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
25889         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
25890         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
25891         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
25892         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
25893         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
25894         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
25895         Don't bother checking for string.h, stdlib.h, unistd.h.
25896         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
25897         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
25898         module's job.
25899         * m4/jm-macros.m4 (gl_MACROS): Likewise.
25900         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
25901
25902         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
25903         (gl_GETDATE): Use it.
25904
25905         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
25906
25907 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25908
25909         Sync from coreutils.
25910
25911         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
25912         stat-time.h.
25913         * lib/argmatch.h: Include verify.h
25914         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
25915         (ARGMATCH_ASSERT): Remove; unused.
25916         * lib/canonicalize.c: Assume STDC_HEADERS.
25917         * lib/exclude.c: Include "strcase.h".
25918         * lib/regex_internal.h [!defined _LIBC]: Likewise.
25919         * lib/getusershell.c: Include stdio--.h rather than stdio.h
25920         and stdio-safer.h.
25921         (getusershell): Call fopen, not fopen_safer.
25922         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
25923         Do not include unistd-safer.h.
25924         (save_cwd): Don't call fd_safer; no longer needed
25925         now that we include fcntl--.h.
25926
25927         * lib/getdate.y (relative_time): New type.
25928         (RELATIVE_TIME_0): New constant.
25929         (parser_control): Use relative_time instead of doing it ourselves.
25930         (%union): Add new relative_time rel member.
25931         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
25932         Now typeless.
25933         (relunit, relunit_snumber): Now of type rel.
25934         (zone, rel, relunit, get_date): Adjust to above changes.
25935
25936         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
25937         Do not include unistd-safer.h.
25938         (getloadavg): Don't call fd_safer; no longer needed
25939         now that we include fcntl--.h.
25940
25941         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
25942         (make_dir_parents): Treat ENOSYS like EEXIST.
25943
25944         Improve quality of diagnostics on restore_cwd failure.
25945         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
25946         (make_dir_parents): Last arg is now int * (for errno), not bool *.
25947         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
25948         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
25949         each time through the loop.  Do not diagnose restore_cwd failure;
25950         that is the caller's job (and perhaps the caller does not care).
25951
25952         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
25953         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
25954         If the file already exists but is not a directory, don't bother
25955         to try to make its parents.
25956         Close potential file descriptor leak if we can't chdir("/") (!).
25957         Don't always return true if chdir($PWD) fails; return true only
25958         if the requested action was done successfully (except for the
25959         chdir($PWD)).
25960         Don't log final directory unless we actually made it.
25961         Refactor to avoid duplicate code to fix up permissions.
25962         Don't attempt to fix up parent permissions if chdir($PWD) fails.
25963
25964         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
25965         to make it a bit faster and (I hope) clearer.
25966         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
25967         Fix bug in formats like %2N.
25968
25969         * lib/verify.h: New file.
25970
25971 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
25972
25973         Sync from coreutils.
25974         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
25975
25976 2005-09-22  Jim Meyering  <jim@meyering.net>
25977
25978         Sync from coreutils.
25979
25980         * m4/lstat.m4 (gl_FUNC_LSTAT):
25981         Use AC_LIBSOURCES to require lstat.c and lstat.h.
25982         Remove obsolete comment.
25983         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
25984         * m4/xstrtod.m4: Likewise.
25985
25986         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
25987
25988 2005-09-22  Jim Meyering  <jim@meyering.net>
25989
25990         Sync from coreutils.
25991
25992         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
25993
25994         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
25995         the .tm_year member, since otherwise gcc-4.0 would now warn about
25996         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
25997
25998         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
25999         order to avoid an unsuppressible warning from gcc on 64-bit systems.
26000
26001         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
26002         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
26003         when run in a time zone for which daylight savings time is in effect
26004         for the starting date.
26005
26006         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
26007         stop us from restricting permissions of just-created absolute-named
26008         directories.
26009         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
26010         to restore initial working directory.
26011         * lib/mkdir-p.c (make_dir_parents): New parameter:
26012         different_working_dir, to tell caller if/when we change the working
26013         directory and are unable to return to the initial one.
26014         * lib/mkdir-p.h (make_dir_parents): Update prototype.
26015         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
26016         `return false'.  This fixes a bug introduced on 2004-07-30.
26017
26018         * lib/openat.c (fdopendir): Be sure to close the supplied
26019         file descriptor before returning.  This makes our replacement
26020         implementation a little closer to Solaris's, where fdopendir
26021         ties the file descriptor to the returned DIR* pointer.
26022         * lib/openat.c (unlinkat): New function.
26023         * lib/openat.h (unlinkat): Add prototype.
26024         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
26025         (openat_restore_fail): Rename from openat_restore_die.
26026         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
26027
26028         Provide an alternative to exiting immediately upon save_cwd or
26029         restore_cwd failure.  Now, an application can arrange e.g.,
26030         to perform a longjump in that case.
26031         * lib/openat.c: Include dirname.h.
26032         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
26033         (rpl_openat, fdopendir, fstatat): Call openat_save_die
26034         and openat_restore_die rather than calling error directly.
26035         Don't include "error.h" or "exitfail.h"; they're no longer needed.
26036
26037         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
26038         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
26039         define.
26040
26041         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
26042         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
26043                             int utc, int nanoseconds);
26044         Background:
26045         date should not have to allocate a megabyte of virtual memory to
26046         handle a format argument like +%1048575T.  When implemented with
26047         strftime, it must allocate such a buffer, use strftime to fill it
26048         in, print it, then free it.
26049         With fprintftime, it simply prints everything and exits.
26050         With no need for memory allocation, that's one fewer way to fail.
26051         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
26052         optional field width, not before, so we accept %9:z, not %:9z.
26053         (my_strftime): Be sure to use L_('x') for literals.
26054
26055         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
26056         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
26057         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
26058         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
26059         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
26060         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
26061         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
26062         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
26063         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
26064         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
26065         * lib/xgethostname.c, lib/xreadlink.c:
26066         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
26067
26068         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
26069         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
26070         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
26071         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26072         and don't include <sys/file.h>).
26073
26074 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
26075
26076         Sync from coreutils.
26077
26078         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
26079         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
26080         [!LDAV_DONE]: Avoid unused variable warning.
26081
26082 2005-09-21  Bruno Haible  <bruno@clisp.org>
26083
26084         * lib/unicodeio.h (unicode_to_mb): New declaration.
26085
26086 2005-09-20  Derek Price  <derek@ximbiot.com>
26087
26088         * lib/getaddrinfo.c: Don't include <netdb.h> included from
26089         getaddrinfo.h.
26090
26091 2005-09-20  Bruno Haible  <bruno@clisp.org>
26092
26093         * gnulib-tool: Remove trailing slashes from the values specified for
26094         --source-base, --m4-base, --tests-base, --aux-dir.
26095         Suggested by Simon Josefsson <jas@extundo.com>.
26096
26097 2005-09-20  Bruno Haible  <bruno@clisp.org>
26098
26099         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
26100         func_modules_to_filelist, func_import, func_create_testdir): Make all
26101         sorting results locale-independent, so that gnulib-cache.m4 doesn't
26102         change when gnulib-tool is invoked in a different locale.
26103
26104 2005-09-19  Simon Josefsson  <jas@extundo.com>
26105
26106         * m4/socklen.m4: Fix typo.
26107
26108 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26109
26110         Use a consistent style for including <config.h>.
26111         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
26112         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
26113         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
26114         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
26115         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
26116         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
26117         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
26118         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
26119         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
26120         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
26121         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
26122         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
26123         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
26124         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
26125         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
26126         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
26127         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
26128         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
26129         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
26130         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
26131         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
26132         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
26133         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
26134         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
26135         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
26136         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
26137         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
26138         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
26139         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
26140         lib/xstrtoumax.c, lib/yesno.c:
26141         Standardize inclusion of config.h.
26142         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
26143         lib/inttostr.h:  Removed inclusion of config.h from header files.
26144         * lib/inttostr.c:  Adjusted in-tree users.
26145         * lib/timespec.h: Remove superfluous warning to include config.h.
26146         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
26147         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
26148         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
26149         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
26150         config.h with HAVE_CONFIG_H.
26151
26152 2005-09-19  Jim Meyering  <jim@meyering.net>
26153
26154         * modules/pathmax (License): Change to LGPL.
26155
26156 2005-09-19  Derek Price  <derek@ximbiot.com>
26157
26158         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
26159
26160 2005-09-19  Bruno Haible  <bruno@clisp.org>
26161
26162         * gnulib-tool (import): Provide default for --tests-base.
26163
26164 2005-09-19  Bruno Haible  <bruno@clisp.org>
26165
26166         * doc/quote.texi: New file, extracted from gnulib.texi.
26167         * doc/ctime.texi: New file, extracted from gnulib.texi.
26168         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
26169         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
26170         * doc/gnulib.texi: Include them.
26171
26172 2005-09-18  Bruno Haible  <bruno@clisp.org>
26173
26174         Portability fix.
26175         * gnulib-tool (func_readlink): New function.
26176         (func_ln_if_changed): Use it.
26177
26178 2005-09-18  Bruno Haible  <bruno@clisp.org>
26179
26180         * gnulib-tool: Support --with-tests also with --import.
26181         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
26182         (func_import): Use variables $testsbase and $inctests. Emit a
26183         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
26184         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
26185         SUBDIRS += $testsdir.
26186         (func_create_testdir): Update.
26187
26188 2005-09-18  Bruno Haible  <bruno@clisp.org>
26189
26190         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
26191         instead of $dry_run.
26192         (func_cp_if_changed, func_mv_if_changed): Remove functions.
26193         (func_ln_if_changed): Don't handle dry-run here.
26194         (func_import): In dry-run mode, detect more precisely which actions
26195         would be performed, and don't use "...ing" verbs.
26196
26197 2005-09-18  Bruno Haible  <bruno@clisp.org>
26198
26199         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
26200         (func_import): Use join on two temporary files instead of three nested
26201         loops, in order to determine which files are new or old.
26202
26203 2005-09-18  Bruno Haible  <bruno@clisp.org>
26204
26205         * gnulib-tool (func_import): Comment out code that spits out the
26206         new files with --dry-run.
26207
26208 2005-09-18  Bruno Haible  <bruno@clisp.org>
26209
26210         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
26211
26212 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26213
26214         * lib/stat-time.h: New file.
26215         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
26216         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
26217         in a different way.
26218         (timespec_cmp): New function.
26219         * lib/utimecmp.c: Include stat-time.h.
26220         (SYSCALL_RESOLUTION): Depend on whether various struct stat
26221         members exist, not on the obsolescent ST_MTIM_NSEC.
26222         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
26223
26224 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26225
26226         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
26227
26228 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26229
26230         * MODULES.html.sh (File system functions): Add stat-time.
26231         * modules/stat-time: New file.
26232         * modules/timespec (Files): Remove m4/st_mtim.m4; this
26233         is now done in a different way, by the stat-time module.
26234         * modules/utimecmp (Depends-on): Add stat-time.
26235
26236 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
26237
26238         * m4/st_mtim.m4: Remove.  Superseded by...
26239         * m4/stat-time.m4: New file.
26240         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
26241         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
26242
26243 2005-09-15  Derek Price  <derek@ximbiot.com>
26244
26245         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
26246
26247 2005-09-15  Derek Price  <derek@ximbiot.com>
26248
26249         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
26250         * lib/regex_internal.c: Ditto, using this...
26251         (__GNUC_PREREQ): ...new macro.
26252         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
26253         using...
26254         (__GNUC_PREREQ): ...this new macro.
26255
26256         * lib/strstr.h: Include string.h. Define strstr as a macro here.
26257
26258 2005-09-15  Derek Price  <derek@ximbiot.com>
26259             Paul Eggert  <eggert@cs.ucla.edu>
26260
26261         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
26262         changes, consolidating in...
26263         * lib/regex_internal.h: ...this file.
26264
26265 2005-09-13  Jim Meyering  <jim@meyering.net>
26266
26267         * lib/canon-host.c: Filter through gnu indent and reword comments
26268         slightly.
26269         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
26270
26271 2005-09-13  Derek Price  <derek@ximbiot.com>
26272
26273         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
26274         failure.
26275         Reported by Jim Meyering  <jim@meyering.net>.
26276
26277 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26278
26279         * lib/base64.c: Typo.
26280         (base64_encode): Put b64str in initialized data section.
26281
26282 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
26283
26284         Merge glibc and coreutils changes into gnulib, plus a few
26285         extra fixes.
26286         * lib/md5.c: Use #error rather than a string.
26287         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
26288         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
26289         (__attribute__): Define to empty for non recent-GCC.
26290         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
26291         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
26292         Renamed from their non-__ counterparts, with new macros replacing
26293         them if not _LIBC.  Add __THROW attribute.
26294         (rol): Remove.
26295         (struct md5_ctx): Align buffer if using GCC.
26296         * lib/sha1.h (struct sha1_ctx): Likewise.
26297         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
26298         The old name was backwards.
26299         (NOTSWAP): Remove; not used.
26300         (rol): New macro, moved here from md5.h.
26301         (sha1_process_block): Remove a FIXME that doesn't make sense.
26302
26303 2005-09-12  Derek Price  <derek@ximbiot.com>
26304
26305         Return usable errors from canon-host.
26306         * lib/canon-host.h: New file.
26307         * lib/canon-host.c (canon_host): Wrap...
26308         (canon_host_r): ...this new function, which now relies exclusively on
26309         getaddrinfo.
26310         (ch_strerror): New function.
26311         (last_cherror): New global.
26312         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
26313         interface.
26314         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
26315         void *.
26316         (freeaddrinfo): Free ai->ai_canonname when set.
26317
26318 2005-09-12  Derek Price  <derek@ximbiot.com>
26319
26320         Make canon-host require getaddrinfo.
26321         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
26322         AC_LIBSOURCE canon-host.h.  Call...
26323         (gl_PREREQ_CANON_HOST): ...this new function, which requires
26324         gl_GETADDRINFO.
26325         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
26326
26327 2005-09-12  Derek Price  <derek@ximbiot.com>
26328
26329         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
26330         LGPL.
26331         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
26332
26333 2005-09-12  Derek Price  <derek@ximbiot.com>
26334
26335         * lib/gai_strerror.c: Include config.h when available.  Include
26336         getaddrinfo.h before other headers to test interface.
26337         Reported by Larry Jones <lawrence.jones@ugs.com>.
26338
26339 2005-09-12  Derek Price  <derek@ximbiot.com>
26340             Paul Eggert  <eggert@cs.ucla.edu>
26341
26342         * modules/glob (Files): Add glob-libc.h.
26343
26344 2005-09-12  Derek Price  <derek@ximbiot.com>
26345             Paul Eggert  <eggert@cs.ucla.edu>
26346
26347         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
26348         glob_.h, glob-libc.h.
26349         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
26350
26351 2005-09-12  Derek Price  <derek@ximbiot.com>
26352             Paul Eggert  <eggert@cs.ucla.edu>
26353
26354         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
26355         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
26356         protecting things that should be done only in gnulib contexts.
26357         * lib/glob_.h: New file, containing only the glob things needed for
26358         gnulib.
26359         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
26360         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
26361         (glob, globfree, glob_pattern_p): Now defined simply in terms of
26362         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
26363         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
26364         and to respect the namespace rules better.
26365
26366 2005-09-08  Simon Josefsson  <jas@extundo.com>
26367
26368         * modules/socklen: New file.
26369
26370 2005-09-08  Simon Josefsson  <jas@extundo.com>
26371
26372         * m4/socklen.m4: New file.
26373
26374 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26375
26376         * modules/utimens (Files): Add m4/utimbuf.m4, since
26377         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
26378         Reported by Sergey Poznyakoff.
26379
26380 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26381
26382         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
26383         definitions, since that's the preferred style in glibc.
26384         Fix a minor spacing issue, and update copyright notice to match
26385         glibc's.
26386
26387 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
26388
26389         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
26390
26391 2005-09-06  Simon Josefsson  <jas@extundo.com>
26392
26393         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
26394         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
26395
26396 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26397
26398         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
26399         warning.
26400
26401 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26402
26403         * config/srclist.txt: Add glibc bug 1302.
26404
26405 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
26406
26407         Change bitset word type from unsigned int to unsigned long int,
26408         as this has better performance on typical 64-bit hosts.
26409         Port bitset code to hosts with unusual word sizes.
26410         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
26411         (build_collating_symbol):
26412         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
26413         argument is a bitset.  This is merely a style issue, but it makes
26414         it clearer that an entire array is expected.
26415         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
26416         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
26417         Port to the case where bitset_word is not the same as unsigned int.
26418         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26419         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
26420         Likewise.
26421         * lib/regexec.c (check_dst_limits_calc_pos_1,
26422         check_subexp_matching_top):
26423         (build_trtable, group_nodes_into_DFAstates):
26424         Likewise.
26425         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
26426         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
26427         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
26428         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
26429         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
26430         * lib/regcomp.c (optimize_subexps, lower_subexp):
26431         Work even if bitset_word has holes in its bitwise representation.
26432         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
26433         * lib/regexec.c (check_dst_limits_calc_pos_1,
26434         check_subexp_matching_top):
26435         Likewise.
26436         * lib/regex_internal.c (re_string_reconstruct):
26437         Don't assume UCHAR_MAX == 255.
26438         * lib/regex_internal.h (bitset_set_all): Likewise.
26439         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
26440         All uses changed.
26441         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
26442         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
26443         All uses changed.
26444         (BITSET_WORD_MAX): New macro.
26445         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
26446         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
26447         (bitset_empty, bitset_copy):
26448         Prefer sizeof (bitset) to multiplying it out ourselves.
26449         (bitset_not_merge): Remove; unused.
26450         (bitset_contain): Return bool, not unsigned int with one bit on.
26451         All callers changed.
26452         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
26453         alignment than re_node_set; do this by defining a new internal
26454         type struct dests_alloc and using it to allocate memory.
26455
26456 2005-09-05  Bruno Haible  <bruno@clisp.org>
26457
26458         * gnulib-tool (func_import): Fix comparison in handling of symbolic
26459         links.
26460
26461 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
26462
26463         * modules/size_max (Makefile.am): Add size_max.h
26464
26465 2005-09-04  Derek Price  <derek@ximbiot.com>
26466
26467         * gnulib-tool (func_import): Fix reversed $symbolic logic.
26468
26469 2005-09-03  Simon Josefsson  <jas@extundo.com>
26470
26471         * gnulib-tool: Fix typo.
26472
26473 2005-09-03  Simon Josefsson  <jas@extundo.com>
26474
26475         * config/srclist.txt: Add glibc bug 1293.
26476
26477 2005-09-03  Derek Price  <derek@ximbiot.com>
26478
26479         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
26480         From Larry Jones <lawrence.jones@ugs.com>.
26481
26482 2005-09-02  Simon Josefsson  <jas@extundo.com>
26483
26484         * modules/socklen: New file.
26485
26486 2005-09-02  Simon Josefsson  <jas@extundo.com>
26487
26488         * modules/havelib: New module.
26489
26490         * modules/gettext, modules/iconv, modules/lock, modules/readline:
26491         Use havelib.
26492
26493 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26494
26495         Check for arithmetic overflow when calculating sizes, to prevent
26496         some buffer-overflow issues.  These patches are conservative, in the
26497         sense that when I couldn't determine whether an overflow was possible,
26498         I inserted a run-time check.
26499         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
26500         macros.
26501         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
26502         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
26503         (re_xnrealloc, re_x2nrealloc): New inline functions.
26504         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
26505         parse_bracket_exp):
26506         (build_equiv_class, build_charclass): Check for arithmetic overflow
26507         in size expression calculations.
26508         * lib/regex_internal.c (re_string_realloc_buffers):
26509         (build_wcs_upper_buffer, re_node_set_add_intersect):
26510         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
26511         (re_dfa_add_node, register_state): Likewise.
26512         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
26513         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
26514         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
26515         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
26516
26517 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
26518
26519         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26520         m4/ulonglong.m4.  Problem reported by Martin Lambers.
26521
26522 2005-09-02  Bruno Haible  <bruno@clisp.org>
26523
26524         Support for lib vs. lib64 distinction on biarch platforms.
26525         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
26526         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
26527         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
26528
26529 2005-09-02  Bruno Haible  <bruno@clisp.org>
26530
26531         * gnulib-tool (import): In the other first-use case, provide defaults
26532         as well.
26533
26534 2005-09-02  Bruno Haible  <bruno@clisp.org>
26535
26536         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
26537         patches not yet found in the latest gettext release.
26538
26539 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26540
26541         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
26542         to avoid a collision with bits/local_lim.h in glibc.
26543         All uses changed.  Problem reported by Dmitry V. Levin in
26544         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
26545
26546         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
26547         bugs in int versus size_t comparisons.
26548         (re_string_context_at): Fix bug where the code assumed that
26549         Idx is signed.
26550
26551         Use bool where appropriate.
26552         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
26553         All callers changed.
26554         (calc_eclosure_iter): Likewise, for ROOT arg.
26555         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
26556         (build_charclass_op): Likewise, for NON_MATCH arg.
26557         * lib/regex_internal.c (re_string_allocate, re_string_construct):
26558         (re_string_construct_common): Likewise, for ICASE arg.
26559         * lib/regexec.c (re_search_2_stub, re_search_stub):
26560         Likewise, for RET_LEN arg.
26561         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
26562         (set_regs): Likewise, for FL_BACKTRACK arg.
26563         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
26564         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
26565         (calc_eclosure_iter, parse_bracket_exp):
26566         Use bool for internal variables that are booleans.
26567         * lib/regexec.c (re_search_internal, check_matching,
26568         proceed_next_node):
26569         (set_regs, build_sifted_states, sift_states_bkref):
26570         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
26571         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26572         (find_collation_sequence_value):
26573         Likewise.
26574         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
26575         (re_node_set_compare):
26576         Return bool, not int. All callers changed.
26577         * lib/regexec.c (check_halt_node_context, check_dst_limits):
26578         (build_trtable, check_node_accept): Likewise.
26579         * lib/regex_internal.h: Include stdbool.h.
26580
26581         Fix bugs uncovered when converting to bool.
26582         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
26583         failure instead of charging ahead blindly.
26584         * lib/regex_internal.c (register_state): Likewise.
26585         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
26586         for freeing internal storage.
26587         (group_nodes_into_DFA_states): Use unsigned int, not int, for
26588         bitset pieces used as boolean, to avoid undefined behavior
26589         on hosts that do int overflow checking.
26590
26591 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
26592
26593         * config/srclist.txt: Add glibc bugs 1285-1287.
26594
26595 2005-09-01  Jim Meyering  <jim@meyering.net>
26596
26597         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
26598         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
26599         Require gl_STAT_MACROS, too.
26600
26601 2005-09-01  Bruno Haible  <bruno@clisp.org>
26602
26603         * gnulib-tool (import): In the first-use case, provide defaults.
26604
26605 2005-09-01  Bruno Haible  <bruno@clisp.org>
26606
26607         * gnulib-tool (func_import): Remove the .tmp files.
26608
26609 2005-09-01  Bruno Haible  <bruno@clisp.org>
26610
26611         * gnulib-tool (func_import): Fix handling of symbolic links.
26612
26613 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26614
26615         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
26616         old glibc regex code mishandles strings longer than 2**31 bytes.
26617         This patch fixes this when the regex code is used in gnulib
26618         (i.e., outside glibc).
26619
26620         This patch should not affect the use of the regex code inside
26621         glibc.  No doubt this problem also needs to be handled for glibc
26622         as well, but the result will be an incompatible change to the
26623         glibc ABI, and the old ABI will have to be supported too.  That
26624         can be the the subject for another patch.
26625
26626         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
26627         governing whether the rest of this patch is active.  By default,
26628         the macro is disabled and the patch has no effect.
26629         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
26630         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
26631         (struct re_pattern_buffer, re_search, re_search_2, re_match):
26632         (re_match_2, re_set_registers): Use the new types.
26633         * lib/regex_internal.h (Idx, re_hashval_t): New types.
26634         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
26635         New macros.
26636         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
26637         (re_string_context_at, bin_tree_t, re_dfastate_t):
26638         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
26639         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
26640         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
26641         (re_string_char_size_at, re_string_wchar_at):
26642         (re_string_elem_size_at):
26643         Use the new types and macros to port to 64-bit hosts.
26644         Use unsigned types for internal values, so that the code
26645         mostly works even for arrays larger than SSIZE_MAX.
26646         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
26647         (search_duplicated_node, calc_eclosure_iter, fetch_number):
26648         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
26649         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
26650         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
26651         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
26652         (calc_inveclosure, parse_dup_op, build_range_exp):
26653         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
26654         (fetch_number, create_token_tree, mark_opt_subexp):
26655         Likewise.
26656         * lib/regex_internal.c (re_string_construct_common,
26657         create_ci_newstate):
26658         (create_cd_newstate, re_string_allocate, re_string_construct):
26659         (re_string_realloc_buffers, build_wcs_upper_buffer):
26660         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26661         (re_string_reconstruct, re_string_peek_byte_case):
26662         (re_string_fetch_byte_case, re_string_context_at):
26663         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26664         (re_node_set_init_copy, re_node_set_add_intersect):
26665         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26666         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26667         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26668         (re_acquire_state, re_acquire_state_context, register_state):
26669         Likewise.
26670         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
26671         search_cur_bkref_entry):
26672         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
26673         (re_search_internal, re_search_2_stub, re_search_stub)
26674         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
26675         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
26676         (update_cur_sifted_state, check_dst_limits):
26677         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26678         (check_subexp_limits, sift_states_bkref, merge_state_array):
26679         (check_subexp_matching_top, get_subexp, get_subexp_sub):
26680         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
26681         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26682         (expand_bkref_cache, check_node_accept_bytes):
26683         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
26684         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
26685         (acquire_init_state_context, check_halt_node_context):
26686         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
26687         (sift_states_backward, clean_state_log_if_needed):
26688         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
26689         (find_recover_state, transit_state_sb, transit_state_mb):
26690         (transit_state_bkref, build_trtable, match_ctx_clean):
26691         Likewise.
26692         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
26693         to work around an assumption that REG_MISSING is negative.
26694
26695         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
26696         (seek_collating_symbol_entry) [defined _LIBC]:
26697         (lookup_collation_sequence_value) [defined _LIBC]:
26698         (build_range_exp, build_collating_symbol) [defined _LIBC]:
26699         Use prototypes rather than old-style function definitions.
26700         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
26701         (transit_state_sb) [0]:
26702         (find_collation_sequence_value) [defined _LIBC]: Likewise.
26703
26704         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
26705         rm_eo.
26706
26707         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
26708         (optimize_subexps, lower_subexp):
26709         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
26710         since the signed shift might overflow.  Use 1u<<31 instead.
26711         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
26712         Likewise.
26713         * lib/regexec.c (check_dst_limits_calc_pos_1,
26714         check_subexp_matching_top): Likewise.
26715
26716         * lib/regcomp.c (optimize_subexps, lower_subexp):
26717         Use CHAR_BIT rather than 8, for clarity.
26718         * lib/regexec.c (check_dst_limits_calc_pos_1):
26719         (check_subexp_matching_top): Likewise.
26720         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
26721         have to worry about portability issues when shifting it left.
26722         Remove no-longer-needed test for table_size > 0.
26723         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
26724         in a word, as the resulting behavior is undefined.
26725         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
26726         in one case, a <= should have been an <, and in another case the
26727         whole test was missing.
26728         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
26729         the standard name CHAR_BIT.
26730         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
26731         this is not true on one's complement and signed-magnitude hosts.
26732
26733         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
26734         next_last_offset.
26735         (struct re_dfa_t): Remove unused member states_alloc.
26736         * lib/regcomp.c (init_dfa): Don't initialize unused members.
26737
26738 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26739
26740         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
26741         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
26742         and large-file glibc and in 32-bit large-file Solaris.
26743
26744 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26745
26746         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
26747         lengths fit in regoff_t; this isn't true if regoff_t is the same
26748         width as size_t.
26749         * lib/regex.c (re_search_internal): 5th arg is LAST_START
26750         (= START + RANGE) instead of RANGE.  This avoids overflow
26751         problems when regoff_t is the same width as size_t.
26752         All callers changed.
26753         (re_search_2_stub): Check for overflow when adding the
26754         sizes of the two strings.
26755         (re_search_stub): Check for overflow when adding START
26756         to RANGE; if it occurs, substitute the extreme value.
26757
26758 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
26759
26760         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
26761
26762 2005-08-31  Jim Meyering  <jim@meyering.net>
26763
26764         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
26765         a pointer-to-const.
26766         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
26767         (register_state): Likewise.
26768         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
26769         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
26770         (group_nodes_into_DFAstates): Likewise.
26771
26772 2005-08-31  Jim Meyering  <jim@meyering.net>
26773
26774         * check-module: Add a FIXME comment.
26775
26776 2005-08-31  Eric Blake  <ebb9@byu.net>
26777
26778         * modules/unistd-safer (Files): Add unistd--.h.
26779         * modules/stdio-safer (Files): Add stdio--.h.
26780
26781 2005-08-31  Derek Price  <derek@ximbiot.com>
26782
26783         * lib/getdelim.c (getdelim): Return EOF on EOF.
26784         Reported by Larry Jones <lawrence.jones@ugs.com>.
26785
26786 2005-08-31  Bruno Haible  <bruno@clisp.org>
26787
26788         Avoid unnecessary diffs in the generated lib/Makefile.am.
26789         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
26790         the generated files.
26791         (func_import): Don't set cmd.
26792
26793 2005-08-31  Bruno Haible  <bruno@clisp.org>
26794
26795         * lib/strstr.c: Include <stddef.h>, for NULL.
26796         * lib/strcasestr.c: Likewise.
26797         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26798
26799 2005-08-31  Bruno Haible  <bruno@clisp.org>
26800
26801         * gnulib-tool: New option --macro-prefix.
26802         (func_import): Use macro_prefix.
26803         (import): Handle option --macro-prefix.
26804
26805 2005-08-31  Bruno Haible  <bruno@clisp.org>
26806
26807         * gnulib-tool (import): Rename most ac_* variables to cached_*.
26808         Also use new variables cached_lgpl, cached_libtool.
26809
26810 2005-08-31  Bruno Haible  <bruno@clisp.org>
26811
26812         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
26813         always instantiating them.
26814
26815 2005-08-31  Bruno Haible  <bruno@clisp.org>
26816
26817         * gnulib-tool (func_import): Read the previous cached settings
26818         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
26819         earlier added by gnulib but are now dropped. Warn when a gnulib file
26820         overwrites a non-gnulib file.
26821
26822 2005-08-31  Bruno Haible  <bruno@clisp.org>
26823
26824         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
26825         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
26826         projects that don't keep autogenerated files in CVS. Put into
26827         actioncmd only the specified modules, not the transitive closure.
26828
26829 2005-08-31  Bruno Haible  <bruno@clisp.org>
26830
26831         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
26832         Create directories that shall be filled.
26833         (import): Don't look for gl_* macros in configure.ac. Recurse across
26834         all directories containing a gnulib-cache.m4 files, if meaningful.
26835
26836 2005-08-31  Bruno Haible  <bruno@clisp.org>
26837
26838         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
26839         (import): Set seen_libtool when we see gl_LIBTOOL.
26840
26841 2005-08-31  Bruno Haible  <bruno@clisp.org>
26842
26843         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
26844         declaration macro definitions from generated gnulib.m4.
26845
26846 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
26847
26848         * lib/iconvme.h: Add prototype for iconv_alloc.
26849
26850 2005-08-29  Simon Josefsson  <jas@extundo.com>
26851
26852         * lib/iconvme.c: Fix errno.
26853
26854 2005-08-29  Bruno Haible  <bruno@clisp.org>
26855
26856         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
26857         that it works when the directory contains spaces.
26858
26859 2005-08-29  Bruno Haible  <bruno@clisp.org>
26860
26861         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
26862
26863 2005-08-29  Bruno Haible  <bruno@clisp.org>
26864
26865         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
26866         Emit more advice.
26867
26868 2005-08-29  Bruno Haible  <bruno@clisp.org>
26869         and Stepan Kasal  <kasal@ucw.cz>
26870
26871         * check-module: If more parameters are given, check each of them
26872         separately; add more exceptions, as noted by Jim Meyering.
26873         (check_module): New procedure.
26874         (%exempt_header): Now contains all exceptions.
26875
26876 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
26877
26878         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
26879
26880 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26881
26882         * lib/iconvme.c: Split iconv_string into iconv_alloc.
26883
26884 2005-08-28  Bruno Haible  <bruno@clisp.org>
26885
26886         * m4/gnulib-tool.m4: New file.
26887
26888 2005-08-27  Jim Meyering  <jim@meyering.net>
26889
26890         * modules/unistd-safer (Files): Add pipe-safer.c.
26891         * modules/fcntl-safer (Files): Add creat-safer.c.
26892
26893 2005-08-27  Jim Meyering  <jim@meyering.net>
26894
26895         * m4/stdlib-safer.m4: New file.  From coreutils.
26896         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
26897         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
26898         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
26899         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
26900         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
26901
26902 2005-08-27  Jim Meyering  <jim@meyering.net>
26903
26904         * lib/fopen-safer.c: Merge minor changes from coreutils.
26905         * lib/dup-safer.c: Likewise.
26906         * lib/fd-safer.c: Likewise.
26907
26908         Merge from coreutils.
26909         * lib/stdio--.h: New file.
26910         * lib/stdlib--.h: New file.
26911         * lib/mkstemp-safer.c: New file.
26912
26913         GNU tar needs these.
26914         * lib/pipe-safer.c: New file.
26915         * lib/creat-safer.c: New file.
26916         * lib/fcntl--.h (creat): Define to creat_safer.
26917         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
26918         * lib/unistd--.h (pipe): Define to pipe_safer.
26919         * lib/unistd-safer.h: Declare pipe_safer.
26920
26921 2005-08-26  Simon Josefsson  <jas@extundo.com>
26922
26923         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
26924         Haible <bruno@clisp.org>.
26925
26926 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
26927
26928         * lib/regex_internal.h: Remove all references to
26929         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
26930         or better.
26931         (bitset_not, bitset_merge, bitset_not_merge):
26932         (bitset_mask, re_string_allocate, re_string_construct):
26933         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
26934         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
26935         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
26936         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
26937         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26938         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26939         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
26940         (re_acquire_state_context):
26941         Remove unnecessary forward decls.
26942         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
26943         Put __attribute at function definition,
26944         now that the function decl has been removed.
26945         * lib/regex_internal.c (re_string_peek_byte_case):
26946         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
26947         Likewise.
26948
26949 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
26950
26951         * m4/regex.m4: Add AC_PREREQ(2.50).
26952         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
26953
26954 2005-08-25  Simon Josefsson  <jas@extundo.com>
26955
26956         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
26957         __fsetlocking.
26958
26959 2005-08-25  Simon Josefsson  <jas@extundo.com>
26960
26961         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
26962         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
26963         GLIBC specific code.
26964
26965 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26966
26967         Make regex safe for g++.  This fixes one real bug (an "err"
26968         that should have been "*err").  g++ problem reported by
26969         Sam Steingold.
26970         * lib/regex_internal.h (re_calloc): New macro, consistent with
26971         re_malloc etc.  All callers of calloc changed to use re_calloc.
26972         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
26973         not int.  All callers changed.
26974         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
26975         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
26976         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
26977         (find_recover_state): Change "err" to "*err"; this fixes what
26978         appears to be a real bug.
26979         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
26980         versus int.
26981
26982 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26983
26984         * modules/regex (Depends-on): Add malloc, since the code
26985         assumes that !malloc(0) means failure.
26986
26987 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
26988
26989         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
26990
26991         alloca modernization/simplification for regex.
26992         * lib/regex.c: Remove portability cruft for alloca.  This no longer
26993         needs to be at the start of the file, and can be moved into
26994         regex_internal.h and simplified.
26995         * lib/regex_internal.h: Include <alloca.h>.
26996         (__libc_use_alloca) [!defined _LIBC]: New macro.
26997         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
26998         now works outside glibc.
26999
27000 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27001
27002         * config/srclist.txt: Add glibc bugs 1241, 1245.
27003
27004 2005-08-25  Jim Meyering  <jim@meyering.net>
27005
27006         * lib/open-safer.c: Include <config.h>.
27007         Otherwise, we'd lose LARGEFILE support in any file using
27008         e.g. "fcntl--.h"
27009
27010 2005-08-25  Bruno Haible  <bruno@clisp.org>
27011
27012         * m4/minmax.m4: Require autoconf 2.52.
27013         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
27014         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
27015         alternatives of translit over the alphabet.
27016         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
27017
27018 2005-08-24  Simon Josefsson  <jas@extundo.com>
27019
27020         * tests/test-getpass.c: New file.
27021
27022 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27023
27024         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
27025         for GNU regex features.
27026
27027 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27028
27029         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
27030         * lib/regex.h (regerror): Likewise.
27031
27032         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
27033         requires this.  (The code never needed it.)
27034
27035         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
27036         All uses of recently-renamed identifiers changed to use the new,
27037         POSIX-compliant names.  The code will build and run just fine
27038         without these changes, but it's better to eat our own dog food
27039         and use the standard-conforming names.
27040
27041         * lib/regex.h: Fix a multitude of POSIX name space violations.
27042         These changes have an effect only for programs that define
27043         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
27044         do not change anything for programs compiled in the normal way.
27045         Also, there is no effect on the ABI.
27046
27047         (_REGEX_SOURCE): New macro.
27048         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
27049         defined and _GNU_SOURCE is not; this fixes a name space violation.
27050
27051         Rename the following macros to obey POSIX requirements.
27052         The old names are still visible as macros if _REGEX_SOURCE is defined.
27053         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
27054         RE_BACKSLASH_ESCAPE_IN_LISTS.
27055         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
27056         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
27057         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
27058         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
27059         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
27060         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
27061         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
27062         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
27063         (REG_INTERVALS): renamed from RE_INTERVALS.
27064         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
27065         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
27066         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
27067         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
27068         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
27069         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
27070         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
27071         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
27072         RE_UNMATCHED_RIGHT_PAREN_ORD.
27073         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
27074         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
27075         (REG_DEBUG): renamed from RE_DEBUG.
27076         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
27077         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
27078         unusual, since we can't clash with the POSIX REG_ICASE.
27079         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
27080         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
27081         (REG_NO_SUB): renamed from RE_NO_SUB.
27082         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
27083         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
27084         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
27085         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
27086         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
27087         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
27088         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
27089         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
27090         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
27091         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
27092         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
27093         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
27094         RE_SYNTAX_POSIX_MINIMAL_BASIC.
27095         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
27096         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
27097         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
27098         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
27099         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
27100         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
27101         (REG_FIXED): Renamed from REGS_FIXED.
27102         (REG_NREGS): Renamed from RE_NREGS.
27103
27104         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
27105         of other REG_* macros, since POSIX says the user is allowed to
27106         #undef these macros selectively.
27107
27108         (reg_errcode_t): Update comment stating what other tables need
27109         to be consistent.
27110
27111         Rename the following enum values to obey POSIX requirements.
27112         The old names are still visible as macros.
27113         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
27114         is not defined, since GNU is supposed to be a superset of POSIX as
27115         much as possible, and since we want reg_errcode_t to be a signed
27116         type for implementation consistency.
27117         (_REG_NOERROR): Renamed from REG_NOERROR.
27118         (_REG_NOMATCH): Renamed from REG_NOMATCH.
27119         (_REG_BADPAT): Renamed from REG_BADPAT.
27120         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
27121         (_REG_ECTYPE): Renamed from REG_ECTYPE.
27122         (_REG_EESCAPE): Renamed from REG_EESCAPE.
27123         (_REG_ESUBREG): Renamed from REG_ESUBREG.
27124         (_REG_EBRACK): Renamed from REG_EBRACK.
27125         (_REG_EPAREN): Renamed from REG_EPAREN.
27126         (_REG_EBRACE): Renamed from REG_EBRACE.
27127         (_REG_BADBR): Renamed from REG_BADBR.
27128         (_REG_ERANGE): Renamed from REG_ERANGE.
27129         (_REG_ESPACE): Renamed from REG_ESPACE.
27130         (_REG_BADRPT): Renamed from REG_BADRPT.
27131         (_REG_EEND): Renamed from REG_EEND.
27132         (_REG_ESIZE): Renamed from REG_ESIZE.
27133         (_REG_ERPAREN): Renamed from REG_ERPAREN.
27134         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
27135         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
27136         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
27137         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
27138
27139         (_REG_RE_NAME, _REG_RM_NAME): New macros.
27140         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
27141         changed.  But support the old name if the new one is not defined
27142         and if _REGEX_SOURCE.
27143
27144         Change the following member names in struct re_pattern_buffer.
27145         The old names are still supported if !_REGEX_SOURCE.
27146         The new names are always supported, regardless of _REGEX_SOURCE.
27147         (re_buffer): Renamed from buffer.
27148         (re_allocated): Renamed from allocated.
27149         (re_used): Renamed from used.
27150         (re_syntax): Renamed from syntax.
27151         (re_fastmap): Renamed from fastmap.
27152         (re_translate): Renamed from translate.
27153         (re_can_be_null): Renamed from can_be_null.
27154         (re_regs_allocated): Renamed from regs_allocated.
27155         (re_fastmap_accurate): Renamed from fastmap_accurate.
27156         (re_no_sub): Renamed from no_sub.
27157         (re_not_bol): Renamed from not_bol.
27158         (re_not_eol): Renamed from not_eol.
27159         (re_newline_anchor): Renamed from newline_anchor.
27160
27161         Change the following member names in struct re_registers.
27162         The old names are still supported if !_REGEX_SOURCE.
27163         The new names are always supported, regardless of _REGEX_SOURCE.
27164         (rm_num_regs): Renamed from num_regs.
27165         (rm_start): Renamed from start.
27166         (rm_end): Renamed from end.
27167
27168         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
27169         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
27170         Prepend __ to parameter names.
27171
27172         Undo yesterday's changes.
27173
27174 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27175
27176         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
27177         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
27178         lib/regex.c.
27179
27180 2005-08-24  Jim Meyering  <jim@meyering.net>
27181
27182         Sync from coreutils.
27183         * m4/fcntl-safer.m4: New file.
27184
27185         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
27186         and object files for this module.
27187
27188 2005-08-24  Jim Meyering  <jim@meyering.net>
27189
27190         Sync from coreutils.
27191         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
27192
27193 2005-08-24  Jim Meyering  <jim@meyering.net>
27194
27195         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
27196         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
27197
27198 2005-08-24  Jim Meyering  <jim@meyering.net>
27199
27200         * modules/fcntl-safer: New module.
27201         * modules/fts (Depends-on): Add fcntl-safer.
27202         * MODULES.html.sh (File descriptor based Input/Output):
27203         Add fcntl-safer.
27204
27205 2005-08-24  Bruno Haible  <bruno@clisp.org>
27206
27207         Support for unit test modules.
27208         * modules/README: Mention tests modules.
27209         * modules/TEMPLATE-TESTS: New file.
27210         * gnulib-tool: New options --extract-tests-module, --with-tests and
27211         --tests-base (unused for the moment).
27212         (testsbase, inctests): New variables.
27213         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
27214         (func_verify_module): Exclude TEMPLATE-TESTS.
27215         (func_verify_nontests_module, func_verify_tests_module): New functions.
27216         (func_get_dependencies): Add implicit dependency for tests modules.
27217         (func_get_tests_module): New function.
27218         (func_modules_transitive_closure): When --with-tests was specified,
27219         include the unit tests as well, unless explicitly avoided.
27220         (func_emit_lib_Makefile_am): Ignore the tests modules here.
27221         (func_emit_tests_Makefile_am): New function.
27222         (func_create_testdir): When --with-tests was specified, emit a
27223         tests/ directory.
27224         * MODULES.html.sh (Future developments): Update.
27225
27226 2005-08-24  Bruno Haible  <bruno@clisp.org>
27227
27228         * modules/tls-tests: New file.
27229         * tests/test-tls.c: New file, from GNU gettext.
27230
27231 2005-08-24  Bruno Haible  <bruno@clisp.org>
27232
27233         * modules/lock-tests: New file.
27234         * tests/test-lock.c: New file, from GNU gettext.
27235
27236 2005-08-24  Bruno Haible  <bruno@clisp.org>
27237
27238         * lib/lock.h: Add multiple inclusion guard.
27239         * lib/tls.h: Add multiple inclusion guard.
27240
27241 2005-08-24  Bruno Haible  <bruno@clisp.org>
27242
27243         * gnulib-tool: Add support for the --aux-dir option to
27244         --create-testdir, --create-megatestdir, --test, --megatest.
27245         (func_create_testdir, func_create_megatestdir): Optionally emit a
27246         AC_CONFIG_AUX_DIR directive.
27247         (create-testdir, create-megatestdir, test, megatest): Provide a
27248         default value for $auxdir.
27249
27250 2005-08-24  Bruno Haible  <bruno@clisp.org>
27251
27252         * gnulib-tool (import): Use compound statement instead of subshell
27253         where possible.
27254
27255 2005-08-24  Bruno Haible  <bruno@clisp.org>
27256
27257         * gnulib-tool (import): Change --aux-dir default to "build-aux".
27258
27259 2005-08-24  Bruno Haible  <bruno@clisp.org>
27260
27261         * gnulib-tool (func_version): Update.
27262
27263 2005-08-24  Bruno Haible  <bruno@clisp.org>
27264
27265         * gnulib-tool (func_import, func_create_testdir,
27266         func_create_megatestdir): Quote all autoconf macro arguments.
27267
27268 2005-08-24  Bruno Haible  <bruno@clisp.org>
27269
27270         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
27271         option --force, because --force causes the aclocal.m4 of each
27272         subdirectory to be newer than the corresponding config.h.in.
27273
27274 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27275
27276         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
27277         All contents moved to gl_REGEX.
27278         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
27279         assume that it does.
27280
27281 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27282
27283         * lib/regex.h (REG_NOSYS)
27284         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
27285         Define, since POSIX requires it as of 2001.
27286         (_REG_ENOSYS)
27287         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
27288         New private symbol, used to keep the enum signed in all cases.
27289         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
27290         Youngman in
27291         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
27292
27293         * lib/regex_internal.c (re_string_skip_chars, register_state):
27294         (calc_state_hash):
27295         Remove forward decls; no longer needed now that we use prototypes.
27296         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
27297         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
27298         (clean_state_log_if_needed): Likewise.
27299
27300 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
27301
27302         * config/srclist.txt: Add glibc bugs 1231-1233.
27303
27304 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27305
27306         Fix problems reported by Sam Steingold in
27307         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
27308         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
27309         assumed that reg_errcode_t is a signed type, which is not
27310         necessarily true if _XOPEN_SOURCE is not defined.
27311         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
27312         since some compilers warn about it otherwise.
27313
27314 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27315
27316         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
27317         (init_word_char, create_initial_state, duplicate_node_closure):
27318         (fetch_token, peek_token_bracket, build_range_exp):
27319         (build_collating_symbol): Remove forward decls; no longer needed
27320         now that we use prototypes.
27321
27322         * lib/regcomp.c:
27323         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
27324         (re_compile_fastmap_iter, regcomp, regerror, regfree):
27325         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
27326         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
27327         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
27328         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
27329         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
27330         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
27331         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
27332         (build_range_exp, build_collating_symbol, parse_bracket_exp):
27333         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
27334         (build_charclass, build_charclass_op, fetch_number, create_tree):
27335         (create_token_tree, mark_opt_subexp, duplicate_tree):
27336         Use prototypes rather than old-style definitions.
27337
27338         * lib/regex_internal.c:
27339         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
27340         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
27341         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27342         (re_string_reconstruct, re_string_peek_byte_case):
27343         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
27344         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27345         (re_node_set_init_copy, re_node_set_add_intersect):
27346         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27347         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27348         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27349         (re_acquire_state, re_acquire_state_context, register_state):
27350         (create_ci_newstate, create_cd_newstate, free_state):
27351         Likewise.
27352         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
27353         re_search_2):
27354         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
27355         (re_search_internal, prune_impossible_nodes):
27356         (acquire_init_state_context, check_matching, static):
27357         (check_halt_node_context, check_halt_state_context, proceed_next_node):
27358         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
27359         (update_regs, sift_states_backward, build_sifted_states):
27360         (clean_state_log_if_needed, merge_state_array):
27361         (update_cur_sifted_state, add_epsilon_src_nodes):
27362         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
27363         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
27364         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
27365         (find_recover_state, check_subexp_matching_top, transit_state_mb):
27366         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
27367         (check_arrival, check_arrival_add_next_nodes):
27368         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27369         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27370         (check_node_accept_bytes, check_node_accept, extend_buffers):
27371         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
27372         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
27373         (sift_ctx_init):
27374         Likewise.
27375
27376         * lib/regex_internal.h:
27377         (re_string_allocate, re_string_construct, re_string_reconstruct):
27378         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
27379         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
27380         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
27381         (re_string_context_at, re_string_peek_byte_case):
27382         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
27383         is defined, since we now use prototypes always.
27384
27385         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
27386         C89 or better.  All uses removed.
27387
27388 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
27389
27390         * config/srclist.txt: Add glibc bugs 1220-1227.
27391
27392 2005-08-20  Jim Meyering  <jim@meyering.net>
27393
27394         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
27395         of unused local, dfa.
27396
27397 2005-08-20  Bruno Haible  <bruno@clisp.org>
27398
27399         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
27400
27401 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27402
27403         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
27404         (re_node_set_insert_last, re_dfa_add_node):
27405         Rename local variables to avoid GCC shadowing warnings.
27406
27407 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27408
27409         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
27410         [defined lint]: Suppress bogus uninitialized-variable warnings.
27411
27412         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
27413         and let the caller return REG_ESPACE if out of space.  This
27414         removes an uninitialied-variable warning with GCC 4.0.1, and also
27415         avoids taking the address of a local variable.  All callers
27416         changed.
27417
27418 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
27419
27420         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
27421         $LIBCSRC/posix/regexec.c.
27422         Add glibc bug 1217 for regcomp.c.
27423
27424 2005-08-19  Jim Meyering  <jim@meyering.net>
27425
27426         * lib/regexec.c (proceed_next_node): Redo local variables to
27427         avoid GCC shadowing warnings.
27428
27429 2005-08-18  Bruno Haible  <bruno@clisp.org>
27430
27431         * lib/strstr.c (strstr): Fix return value in multibyte case.
27432         * lib/strcasestr.c (strcasestr): Likewise.
27433
27434 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
27435
27436         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
27437
27438 2005-08-17  Jim Meyering  <jim@meyering.net>
27439
27440         Make the %s format (seconds since the epoch) work for a negative
27441         number and when used with a zero-padded field width, e.g. %015s.
27442
27443         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
27444         label so that it precedes the code to set `digits'.  Otherwise,
27445         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
27446         print `00-22'.  Now, it prints `-0022', as it should.
27447
27448 2005-08-17  Bruno Haible  <bruno@clisp.org>
27449
27450         * modules/strstr (Files): Add m4/mbrtowc.m4.
27451         (Depends-on): Add mbuiter.
27452
27453 2005-08-17  Bruno Haible  <bruno@clisp.org>
27454
27455         * modules/strcasestr: New file.
27456         * MODULES.html.sh (String handling, based on ANSI C 89): Add
27457         strcasestr.
27458
27459 2005-08-17  Bruno Haible  <bruno@clisp.org>
27460
27461         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
27462
27463 2005-08-17  Bruno Haible  <bruno@clisp.org>
27464
27465         * modules/mbuiter: New file.
27466         * MODULES.html.sh (Extended multibyte and wide character utilities):
27467         Add mbuiter.
27468
27469 2005-08-17  Bruno Haible  <bruno@clisp.org>
27470
27471         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
27472         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
27473
27474 2005-08-17  Bruno Haible  <bruno@clisp.org>
27475
27476         * m4/strcasestr.m4: New file.
27477
27478 2005-08-17  Bruno Haible  <bruno@clisp.org>
27479
27480         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
27481         * lib/strstr.c: Completely rewritten, with multibyte locale support.
27482
27483 2005-08-17  Bruno Haible  <bruno@clisp.org>
27484
27485         * lib/strcasestr.h: New file.
27486         * lib/strcasestr.c: New file.
27487
27488 2005-08-17  Bruno Haible  <bruno@clisp.org>
27489
27490         * lib/strcasecmp.c: Use mbuiter.h.
27491
27492 2005-08-17  Bruno Haible  <bruno@clisp.org>
27493
27494         * lib/mbuiter.h: New file.
27495
27496 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
27497
27498         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
27499         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
27500         and gl_GETOPT are both invoked via different paths (as happens
27501         with GNU tar CVS because it uses both argp and getopt), the former
27502         wins.
27503
27504 2005-08-16  Bruno Haible  <bruno@clisp.org>
27505
27506         * modules/tls: New file.
27507         * MODULES.html.sh (Multithreading): Add tls.
27508
27509 2005-08-16  Bruno Haible  <bruno@clisp.org>
27510
27511         * modules/strnlen1: New file.
27512         * MODULES.html.sh (String handling): Add strnlen1.
27513
27514 2005-08-16  Bruno Haible  <bruno@clisp.org>
27515
27516         * modules/strcase (Files): Add m4/mbrtowc.m4.
27517         (Depends-on): Add strnlen1, mbchar.
27518
27519 2005-08-16  Bruno Haible  <bruno@clisp.org>
27520
27521         * modules/mbiter: New file.
27522         * MODULES.html.sh (Extended multibyte and wide character utilities):
27523         Add mbiter.
27524
27525 2005-08-16  Bruno Haible  <bruno@clisp.org>
27526
27527         * modules/mbfile: New file.
27528         * MODULES.html.sh (Extended multibyte and wide character utilities):
27529         Add mbfile.
27530
27531 2005-08-16  Bruno Haible  <bruno@clisp.org>
27532
27533         * modules/mbchar: New file.
27534         * MODULES.html.sh (Extended multibyte and wide character utilities):
27535         New section.
27536
27537 2005-08-16  Bruno Haible  <bruno@clisp.org>
27538
27539         * m4/tls.m4: New file, from GNU gettext.
27540
27541 2005-08-16  Bruno Haible  <bruno@clisp.org>
27542
27543         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
27544         always.
27545         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
27546
27547 2005-08-16  Bruno Haible  <bruno@clisp.org>
27548
27549         * m4/mbiter.m4: New file.
27550
27551 2005-08-16  Bruno Haible  <bruno@clisp.org>
27552
27553         * m4/mbfile.m4: New file.
27554
27555 2005-08-16  Bruno Haible  <bruno@clisp.org>
27556
27557         * m4/mbchar.m4: New file.
27558
27559 2005-08-16  Bruno Haible  <bruno@clisp.org>
27560
27561         * lib/tls.h: New file, from GNU gettext.
27562         * lib/tls.c: New file, from GNU gettext.
27563
27564 2005-08-16  Bruno Haible  <bruno@clisp.org>
27565
27566         * lib/strnlen1.h: New file.
27567         * lib/strnlen1.c: New file.
27568
27569 2005-08-16  Bruno Haible  <bruno@clisp.org>
27570
27571         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
27572         (mbi_init): Update.
27573         (mbi_avail, mbi_advance): Let the iteration end before the terminating
27574         NUL byte, not after it.
27575
27576 2005-08-16  Bruno Haible  <bruno@clisp.org>
27577
27578         * lib/strcase.h (strcasecmp): Add note in comments.
27579         * lib/strncasecmp.c: Use code from strcasecmp.c.
27580         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
27581         (strcasecmp): Work correctly in multibyte locales.
27582
27583 2005-08-16  Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/mbiter.h: New file.
27586
27587 2005-08-16  Bruno Haible  <bruno@clisp.org>
27588
27589         * lib/mbfile.h: New file.
27590
27591 2005-08-16  Bruno Haible  <bruno@clisp.org>
27592
27593         * lib/mbchar.h: New file.
27594         * lib/mbchar.c: New file.
27595
27596 2005-08-16  Bruno Haible  <bruno@clisp.org>
27597
27598         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
27599         the valid ones. Makes the comparison operations transitive:
27600         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
27601         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
27602
27603 2005-08-15  Simon Josefsson  <jas@extundo.com>
27604
27605         * modules/ssize_t (License): Change to 'unlimited'.
27606
27607         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
27608
27609 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
27610
27611         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
27612         Add comments for each pending glibc patch.
27613
27614 2005-08-15  Bruno Haible  <bruno@clisp.org>
27615
27616         * lib/regex.h (__restrict_arr): Don't define to __restrict if
27617         __cplusplus is defined.
27618
27619 2005-08-14  Jim Meyering  <jim@meyering.net>
27620
27621         Sync from coreutils.
27622
27623         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
27624         Use the hash-table-based cycle-detection code not just when
27625         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
27626         Reported by James Youngman in
27627         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
27628         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
27629         FTS_TIGHT_CYCLE_CHECK.
27630         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
27631         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
27632         once again.
27633         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
27634         * lib/fts.c (fd_safer): Remove decl.
27635         Include fcntl--.h rather than unistd-safer.h
27636         (fts_safe_changedir): Don't call fd_safer; no longer needed
27637         now that we include fcntl--.h.
27638
27639 2005-08-12  Simon Josefsson  <jas@extundo.com>
27640
27641         * modules/getndelim2: Use ssize_t module.
27642         * modules/getnline: Likewise.
27643         * modules/safe-read: Likewise.
27644         * modules/xreadlink: Likewise.
27645
27646         * modules/ssize_t: New file.
27647
27648 2005-08-12  Simon Josefsson  <jas@extundo.com>
27649
27650         * m4/readline.m4: Look for termcap, curses or ncurses if required.
27651
27652 2005-08-12  Simon Josefsson  <jas@extundo.com>
27653
27654         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27655         ssize_t.
27656
27657 2005-08-12  Simon Josefsson  <jas@extundo.com>
27658
27659         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
27660         readline, getdelim and check_version.
27661         (Support for systems lacking ISO C 99: Sizes of integer types):
27662         Add size_max.
27663
27664 2005-08-12  Bruno Haible  <bruno@clisp.org>
27665
27666         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
27667
27668 2005-08-11  Simon Josefsson  <jas@extundo.com>
27669
27670         * modules/readline: New file.
27671
27672         * modules/strnlen (Files): Add strnlen.h.
27673
27674 2005-08-11  Simon Josefsson  <jas@extundo.com>
27675
27676         * m4/readline.m4: New file.
27677
27678 2005-08-11  Simon Josefsson  <jas@extundo.com>
27679
27680         * lib/readline.h, readline.c: New file.
27681
27682 2005-08-11  Simon Josefsson  <jas@extundo.com>
27683
27684         * doc/gnulib.texi (Initial import, Finishing touches): Mention
27685         gl_AVOID.
27686
27687 2005-08-11  Bruno Haible  <bruno@clisp.org>
27688
27689         * lib/strnlen.h (strnlen): Change parameter name to match comment.
27690
27691 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
27692
27693         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
27694
27695 2005-08-10  Simon Josefsson  <jas@extundo.com>
27696
27697         * tests/test-iconvme.c: New file.
27698
27699 2005-08-10  Simon Josefsson  <jas@extundo.com>
27700
27701         * m4/strnlen.m4: New file.
27702
27703         * m4/strndup.m4: Don't check for strnlen declaration, done in
27704         strnlen.m4.
27705
27706 2005-08-10  Simon Josefsson  <jas@extundo.com>
27707
27708         * lib/strndup.c: Use strnlen.h.
27709
27710         * lib/strnlen.h: New file.
27711
27712 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27713
27714         * README: Typos.
27715
27716 2005-08-02  Simon Josefsson  <jas@extundo.com>
27717
27718         * modules/readline: New file.
27719
27720 2005-08-02  Simon Josefsson  <jas@extundo.com>
27721
27722         * modules/getdelim: New file.
27723
27724         * modules/getline: Rewrite, don't use getndelim2.
27725
27726 2005-08-02  Simon Josefsson  <jas@extundo.com>
27727
27728         * m4/getline.m4: Separate out getdelim stuff into separate module.
27729
27730         * m4/getdelim.m4: New file.
27731
27732 2005-08-02  Simon Josefsson  <jas@extundo.com>
27733
27734         * lib/getline.h, getline.c: Rewrite.
27735
27736         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
27737
27738 2005-07-31  Bruno Haible  <bruno@clisp.org>
27739
27740         * lib/lock.h (gl_lock_initializer): New macro.
27741         (gl_lock_define_initialized): Use it.
27742         (gl_rwlock_initializer): New macro.
27743         (gl_rwlock_define_initialized): Use it.
27744         (gl_recursive_lock_initializer): New macro.
27745         (gl_recursive_lock_define_initialized): Use it.
27746
27747 2005-07-30  Karl Berry  <karl@gnu.org>
27748
27749         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
27750         Report from Ben Pfaff, regarding getopt.
27751
27752 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
27753
27754         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
27755         normal way.
27756         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
27757         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
27758         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
27759         (gl_GETOPT): Use the new macros.  Most of the implementation
27760         is moved to the new macros.  This is for programs like Emacs
27761         that don't want all the functionality of gl_GETOPT.
27762
27763 2005-07-26  Bruno Haible  <bruno@clisp.org>
27764
27765         * m4/lock.m4: Update from GNU gettext.
27766
27767 2005-07-26  Bruno Haible  <bruno@clisp.org>
27768
27769         * lib/lock.h: Update from GNU gettext.
27770         * lib/lock.c: Update from GNU gettext.
27771
27772 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
27773
27774         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
27775         obsolescent AC_TRY_RUN.  Include the default includes files, for
27776         'exit'.
27777
27778 2005-07-24  Bruno Haible  <bruno@clisp.org>
27779
27780         * modules/visibility: New file.
27781         * MODULES.html.sh (Misc): Add visibility.
27782
27783 2005-07-24  Bruno Haible  <bruno@clisp.org>
27784
27785         * m4/visibility.m4: New file.
27786
27787 2005-07-24  Bruno Haible  <bruno@clisp.org>
27788
27789         * doc/visibility.texi: New file.
27790
27791 2005-07-22  Bruno Haible  <bruno@clisp.org>
27792
27793         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
27794         $(ALLOCA_H), redundant through BUILT_SOURCES.
27795         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
27796         redundant through BUILT_SOURCES.
27797         * modules/byteswap (Makefile.am): Remove explicit dependency on
27798         $(BYTESWAP_H), redundant through BUILT_SOURCES.
27799         * modules/fnmatch (Makefile.am): Remove explicit dependency on
27800         $(FNMATCH_H), redundant through BUILT_SOURCES.
27801         * modules/getopt (Makefile.am): Remove explicit dependency on
27802         $(GETOPT_H), redundant through BUILT_SOURCES.
27803         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
27804         redundant through BUILT_SOURCES.
27805         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
27806         redundant through BUILT_SOURCES.
27807         * modules/stdbool (Makefile.am): Remove explicit dependency on
27808         $(STDBOOL_H), redundant through BUILT_SOURCES.
27809         * modules/stdint (Makefile.am): Remove explicit dependency on
27810         $(STDINT_H), redundant through BUILT_SOURCES.
27811         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
27812         Remove explicit dependency on $(SYSEXITS_H).
27813         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
27814
27815 2005-07-18  Simon Josefsson  <jas@extundo.com>
27816
27817         * lib/check-version.c (check_version): Accept identical versions too.
27818
27819 2005-07-18  Bruno Haible  <bruno@clisp.org>
27820
27821         * modules/lock: New file.
27822         * MODULES.html.sh (Multithreading): New section.
27823
27824 2005-07-18  Bruno Haible  <bruno@clisp.org>
27825
27826         * m4/lock.m4: New file, from GNU gettext.
27827
27828 2005-07-18  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/lock.h: New file, from GNU gettext.
27831         * lib/lock.c: New file, from GNU gettext.
27832
27833 2005-07-18  Bruno Haible  <bruno@clisp.org>
27834
27835         * lib/lock.h (gl_once_t): New type.
27836         (gl_once_define, gl_once): New macros.
27837         * lib/lock.c (fresh_once): New variable.
27838         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
27839         functions.
27840
27841 2005-07-16  Simon Josefsson  <jas@extundo.com>
27842
27843         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
27844         workaround, suggested by Bruno.
27845
27846 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27847
27848         * modules/xalloc (Depends-on): Add xalloc-die.
27849         * modules/xvasprintf (Depends-on): Add xalloc-die.
27850
27851 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
27852
27853         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
27854         with a minor change.
27855
27856 2005-07-15  Bruno Haible  <bruno@clisp.org>
27857
27858         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
27859         When using lib/poll.c, define poll as rpl_poll.
27860
27861 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
27862
27863         * modules/argp (Depends-on): Remove unlocked-io.
27864
27865 2005-07-14  Derek Price  <derek@ximbiot.com>
27866
27867         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
27868         for glob symlink bug.
27869
27870 2005-07-14  Bruno Haible  <bruno@clisp.org>
27871
27872         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
27873         Instead, test for *_unlocked function declarations directly.
27874
27875 2005-07-11  Simon Josefsson  <jas@extundo.com>
27876
27877         * modules/size_max: New file.
27878
27879         * modules/xsize: Depend on size_max module for size_max.m4.
27880
27881 2005-07-11  Simon Josefsson  <jas@extundo.com>
27882
27883         * lib/size_max.h: New file.
27884
27885 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
27886
27887         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
27888         copyright symbol and the year.
27889         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
27890         (version_etc_va): Use parameterized copyright notice.
27891         Reword to conform to the current GNU coding standards.
27892
27893 2005-07-11  Karl Berry  <karl@gnu.org>
27894
27895         * doc/gnulib.texi (Quoting): new node.
27896         (Initial import): more info, from Patrice.
27897
27898 2005-07-11  Bruno Haible  <bruno@clisp.org>
27899
27900         * gnulib-tool (func_usage): Document option --avoid.
27901         (Command line options): Handle --avoid.
27902         (func_acceptable): New function.
27903         (func_modules_transitive_closure): Use it.
27904
27905 2005-07-11  Bruno Haible  <bruno@clisp.org>
27906
27907         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
27908         Reported by Jim Meyering.
27909
27910 2005-07-10  Bruno Haible  <bruno@clisp.org>
27911
27912         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
27913         Needed when size_t is smaller than 'unsigned int'.
27914         Reported by Paul Eggert.
27915
27916 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27917
27918         * modules/argp (Depends-on): Add unlocked-io
27919
27920 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27921
27922         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
27923         block of defines.
27924
27925 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27926
27927         * config/srclist.txt: Comment out regcomp.c, since we have a porting
27928         fix now.
27929
27930 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
27931         and Paul Eggert  <eggert@cs.ucla.edu>
27932
27933         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
27934         in wint_t, not wchar_t.  Remove now-unnecessary cast.
27935
27936 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27937
27938         * modules/regex (Files): Add lib/regex_internal.c,
27939         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
27940         (Depends-on): Add extensions.
27941         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
27942
27943 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27944
27945         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
27946         pathconf.
27947         * m4/same.m4 (gl_SAME): Likewise.
27948         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
27949
27950         * m4/regex.m4: Adjust to new libc regex implementation.
27951         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
27952         all the .c and .h parts of (the new) regex.
27953         Quote the m4 stuff better.
27954         Check for RE_ICASE bug of old gnulib.
27955         Check for REG_STARTEND of recent libc.
27956         Rename local variables from jm_* to gl_*.
27957         Quote operand of "test -f".
27958         Say "recent enough" version of libc, not "version 2".
27959         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
27960         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
27961         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
27962         Remove check for btowc, isascii.
27963         Require AM_LANGINFO_CODESET.
27964
27965 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27966
27967         * lib/regex.c, regex.h: Sync from libc.
27968         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
27969         * lib/regexec.c:
27970         New files, synced from libc, except that regex_internal.h
27971         currently has a small porting fix.
27972
27973 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
27974
27975         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
27976         regex_internal.c, regexec.c.
27977         Add regex_internal.h too, but as a comment, since the libc version
27978         is currently broken in gnulib mode.
27979
27980 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27981
27982         Support programs like Emacs that use gnulib but not gettext.
27983         * MODULES.html.sh (Internationalization functions): Add gettext-h.
27984         * modules/gettext-h: New file.
27985         * modules/gettext (Files): Remove lib/gettext.h.
27986         (Depends-on): Add gettext-h.
27987         (Makefile.am): Remove lib_SOURCES.
27988         * modules/argmatch, modules/c-stack, modules/closeout:
27989         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
27990         * modules/execute, modules/file-type, modules/getaddrinfo:
27991         * modules/getopt, modules/human, modules/javacomp:
27992         * modules/javaexec, modules/mkdir-p, modules/obstack:
27993         * modules/openat, modules/pagealign_alloc, modules/pipe:
27994         * modules/quotearg, modules/regex, modules/rpmatch:
27995         * modules/unicodeio, modules/userspec, modules/version-etc:
27996         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
27997         * modules/xsetenv:
27998         Depend on gettext-h, not gettext.
27999
28000 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
28001
28002         * gnulib-tool (func_import): Add support for 'public domain' license.
28003         * modules/alloca, modules/atexit, modules/memmove:
28004         Now public domain, not GPL.
28005         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
28006         * modules/realloc, modules/strerror, modules/strtod:
28007         Now LGPL, not GPL.
28008
28009 2005-07-05  Bruno Haible  <bruno@clisp.org>
28010
28011         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
28012         autoconf CVS. Needed for mingw.
28013
28014 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28015
28016         Remove the dependency of the strftime module on the tzset module.
28017         * modules/strftime (Depends-on): Remove dependency on tzset.
28018
28019 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28020
28021         Remove the dependency of the strftime module on the tzset module.
28022         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
28023         gl_FUNC_TZSET_CLOBBER.
28024
28025 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28026
28027         Remove the dependency of the strftime module on the tzset module.
28028         * lib/strftime.c (my_strftime)
28029         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
28030         Copy the input structure, to work around some of the bug with
28031         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
28032         Solaris releases, you should also use the tzset module, but we won't
28033         require it as a dependency any more since we don't want LGPLed code
28034         to depend on GPLed code.
28035
28036 2005-07-02  Jim Meyering  <jim@meyering.net>
28037
28038         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
28039         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
28040         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
28041         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
28042
28043 2005-07-02  Jim Meyering  <jim@meyering.net>
28044
28045         * lib/backupfile.c (backup_args): Change a `0' to NULL.
28046
28047 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28048
28049         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
28050         declares only 'struct timespec;' (!).
28051
28052 2005-07-01  Jim Meyering  <jim@meyering.net>
28053
28054         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
28055         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
28056         * lib/save-cwd.c, tempname.c:
28057         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28058         and don't include <sys/file.h>).
28059
28060 2005-06-29  Jim Meyering  <jim@meyering.net>
28061
28062         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
28063         type name.  Use the variable name instead.
28064         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
28065         Likewise.
28066
28067 2005-06-28  Simon Josefsson  <jas@extundo.com>
28068
28069         * modules/check-version (Files): Add check-version.m4.
28070
28071 2005-06-28  Simon Josefsson  <jas@extundo.com>
28072
28073         * m4/check-version.m4: New file, suggested by Jim Meyering
28074         <jim@meyering.net>.
28075
28076 2005-06-28  Simon Josefsson  <jas@extundo.com>
28077
28078         * lib/check-version.h, lib/check-version.c: New files.
28079
28080 2005-06-28  Simon Josefsson  <jas@extundo.com>
28081
28082         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
28083         collision with global variable.  Better indentation.  Don't
28084         increment buffer pointer beyond buffer end.  Based on comments
28085         from Paul Eggert <eggert@cs.ucla.edu>.
28086
28087         * lib/base64.h: Indent.
28088
28089 2005-06-28  Simon Josefsson  <jas@extundo.com>
28090
28091         * doc/gnulib.texi (Library version handling): New section.
28092
28093 2005-06-28  Jim Meyering  <jim@meyering.net>
28094
28095         * check-module (find_included_lib_files): Hard-code another
28096         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
28097         but modules/fts-lgpl (correctly) does not list those files.
28098
28099         * modules/canonicalize (Files): Add lib/pathmax.h.
28100
28101 2005-06-25  Simon Josefsson  <jas@extundo.com>
28102
28103         * modules/check-version: New file.
28104
28105 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
28106
28107         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
28108         initializer of struct addrinfo, as an indication that we don't
28109         care how many members the structure has.
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         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
28116         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28117         * m4/stat.m4: Remove this file.
28118
28119 2005-06-24  Derek Price  <derek@ximbiot.com>
28120         and Bruno Haible  <bruno@clisp.org>
28121
28122         Remove stat module & update lstat.
28123         * lib/stat.c: Remove this file...
28124         (slash_aware_lstat): ...moving this content and its support...
28125         * lib/lstat.c (rpl_lstat): ...into here.
28126         * lib/lstat.h: New file.
28127
28128 2005-06-24  Derek Price  <derek@ximbiot.com>
28129         and Bruno Haible  <bruno@clisp.org>
28130
28131         Remove stat module & update lstat.
28132         * config/srclist.txt (libc sources): Remove stat.
28133
28134 2005-06-24  Derek Price  <derek@ximbiot.com>
28135         and Bruno Haible  <bruno@clisp.org>
28136
28137         Remove stat module & update lstat.
28138         * MODULES.html.sh (stat): Remove.
28139         * MODULES.html: Regenerated.
28140         * modules/lstat (Description): Correct function name.
28141         (Files): Add "lstat.h".
28142         (Depends-on): Remove stat, add xalloc, stat-macros.
28143         * modules/stat: Remove this file.
28144         (Include): Add "lstat.h", remove <sys/stat.h>.
28145
28146 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28147
28148         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
28149         (ranged_convert): Don't save conversion in a temporary struct.
28150         This causes a warning with GCC 4.0.0, and anyway in the typical
28151         case it's not worth the extra 100 bytes or so of code.
28152         (ranged_convert, __mktime_internal): When calling a function via a
28153         pointer P, use P () rather than (*P) (), as we now assume C89 or
28154         better.
28155
28156 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28157
28158         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
28159         "who -r" failed to give output.  Problem reported by Tim Waugh.
28160
28161         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
28162         (xcalloc): Use it to avoid needless tests.
28163         Problem reported by Jim Meyering.
28164
28165 2005-06-20  Derek Price  <derek@ximbiot.com>
28166
28167         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
28168         unnecessary for Autoconfs > 2.59c.
28169
28170 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28171
28172         * lib/argp.h (__option_is_short): Check upper limit of
28173         __key. Isprint() requires its argument to have the value
28174         of an unsigned char or EOF.
28175
28176 2005-06-16  Jim Meyering  <jim@meyering.net>
28177
28178         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
28179         when either N or S is zero.
28180
28181 2005-06-16  Derek Price  <derek@ximbiot.com>
28182
28183         * m4/bison.m4: Declare YACC & YFLAGS precious.
28184
28185 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
28186
28187         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
28188         multibyte string or pattern, fall back on unibyte matching.
28189         Problem reported by James Youngman.
28190
28191 2005-06-08  Bruno Haible  <bruno@clisp.org>
28192
28193         * modules/csharpcomp: New file.
28194         * MODULES.html.sh (C#): Add csharpcomp.
28195
28196 2005-06-08  Bruno Haible  <bruno@clisp.org>
28197
28198         * m4/csharpcomp.m4: New file, from GNU gettext.
28199
28200 2005-06-08  Bruno Haible  <bruno@clisp.org>
28201
28202         * lib/csharpcomp.h: New file, from GNU gettext.
28203         * lib/csharpcomp.c: New file, from GNU gettext.
28204         * lib/csharpcomp.sh.in: New file, from GNU gettext.
28205
28206 2005-06-08  Bruno Haible  <bruno@clisp.org>
28207
28208         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
28209         warning on mingw.
28210
28211 2005-06-07  Derek Price  <derek@ximbiot.com>
28212
28213         Sync from CVS.
28214         * lib/glob_.h: Indent nested #ifdef.
28215
28216 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28217
28218         Sync from coreutils.
28219         Use "file name" when talking about file names, instead of "filename"
28220         or "path", as per the GNU coding standards.
28221         * lib/mkdir-p.c: Renamed from makepath.c.
28222         (make_dir_parents): Renamed from make_path.  All callers changed.
28223         * lib/mkdir-p.h: Likewise.  All includers changed.
28224         * lib/filenamecat.c: Renamed from path-concat.c.
28225         (file_name_concat): Renamed from path_concat.  All callers changed.
28226         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
28227         * lib/filenamecat.h: Likewise.  All includers changed.
28228         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
28229         in comments or local variable names.
28230         * lib/basename.c: Likewise.
28231         * lib/canonicalize.c, canonicalize.h: Likewise.
28232         * lib/dirname.c, dirname.h: Likewise.
28233         * lib/euidaccess.c: Likewise.
28234         * lib/exclude.c: Likewise
28235         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
28236         * lib/fsusage.c, fsuage.h: Likewise.
28237         * lib/fts.c, fts_.h: Likewise.
28238         * lib/getcwd.c: Likewise.
28239         * lib/getloadavg.c: Likewise.
28240         * lib/mkstemp.c: Likewise.
28241         * lib/mountlist.c, mountlist.h: Likewise.
28242         * lib/openat.c, openat.h: Likewise.
28243         * lib/readlink-stub.c: Likewise.
28244         * lib/readutmp.c, readutmp.h: Likewise.
28245         * lib/rename.c: Likewise.
28246         * lib/rmdir.c: Likewise.
28247         * lib/same.c: Likewise.
28248         * lib/savedir.c: Likewise.
28249         * lib/stripslash.c: Likewise.
28250         * lib/tempname.c: Likewise.
28251         * lib/xreadlink.c: Likewise.
28252         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
28253         All uses changed.
28254         * lib/exclude.h: Likewise.
28255
28256         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
28257         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28258         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
28259         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28260         * lib/pathmax.h: Include <limits.h> unconditionally, since other
28261         files have been getting away with it for years (MORE/BSD 4.3
28262         is extinct now).
28263         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
28264         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
28265
28266         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
28267         Define to 256, not 255, as per modern POSIX.
28268
28269 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28270
28271         Sync from coreutils.
28272         Use "file name" when talking about file names, instead of "filename"
28273         or "path", as per the GNU coding standards.
28274         * MODULES.html.sh: mkdir-p renamed from makepath.
28275         filenamecat renamed from path-concat.
28276         * modules/filenamecat: Renamed from modules/path-concat.
28277         (Files): filenamecat.h and filenamecat.c renamed from
28278         path-concat.h and path-concat.c.
28279         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
28280         (Include): filenamecat.h, not path-concat.h.
28281         * modules/mkdir-p: Renamed from modules/makepath.
28282         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
28283         makepath.c.
28284         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
28285         (Include): mkdir-p.h, not makepath.h.
28286
28287 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
28288
28289         Sync from coreutils.
28290         * m4/mkdir-p.m4: Renamed from makepath.m4.
28291         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
28292         Rename files from makepath.c to mkdir-p.c, and from
28293         makepath.h to mkdir-p.h.
28294         * m4/filenamecat.m4: Renamed from path-concat.m4.
28295         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
28296         Rename files from path-concat.c to filenamecat.c,
28297         and from path-concat.h to filenamecat.h.
28298         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
28299         "file name" in local variables or comments.
28300         * m4/rename.m4: Likewise.
28301
28302 2005-06-01  Bruno Haible  <bruno@clisp.org>
28303
28304         * modules/csharpexec: New file.
28305         * MODULES.html.sh (C#): New section.
28306
28307 2005-06-01  Bruno Haible  <bruno@clisp.org>
28308
28309         * m4/csharp.m4: New file, from GNU gettext.
28310         * m4/csharpexec.m4: New file, from GNU gettext.
28311
28312 2005-06-01  Bruno Haible  <bruno@clisp.org>
28313
28314         * lib/csharpexec.h: New file, from GNU gettext.
28315         * lib/csharpexec.c: New file, from GNU gettext.
28316         * lib/csharpexec.sh.in: New file, from GNU gettext.
28317
28318 2005-05-31  Derek Price  <derek@ximbiot.com>
28319             Paul Eggert  <eggert@cs.ucla.edu>
28320
28321         Sync from cvs.
28322         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28323
28324 2005-05-31  Derek Price  <derek@ximbiot.com>
28325             Paul Eggert  <eggert@cs.ucla.edu>
28326
28327         Sync from cvs.
28328         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
28329
28330 2005-05-29  Derek Price  <derek@ximbiot.com>
28331
28332         * config/srclist.txt (glob_.h, glob.c): Add these files.
28333
28334 2005-05-29  Derek Price  <derek@ximbiot.com>
28335
28336         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
28337         * modules/glob: New file.
28338         * modules/getlogin_r: Add link to POSIX spec in description.
28339
28340 2005-05-29  Derek Price  <derek@ximbiot.com>
28341             Paul Eggert  <eggert@cs.ucla.edu>
28342
28343         * m4/glob.m4: New file.
28344
28345 2005-05-29  Derek Price  <derek@ximbiot.com>
28346             Paul Eggert  <eggert@cs.ucla.edu>
28347
28348         * lib/glob_.h, lib/glob.c: New files.
28349
28350 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28351
28352         * modules/fts (Files): Remove m4/inttypes-pri.m4.
28353         * modules/fts-lgpl (Depends-on): Remove gettext.
28354
28355 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28356
28357         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
28358         and don't require gt_INTTYPES_PRI.
28359
28360 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
28361
28362         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
28363
28364         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
28365         the configuration hassle isn't worth it.
28366         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
28367         (LONGEST_MODIFIER, PRIuMAX): Remove.
28368
28369 2005-05-27  Bruno Haible  <bruno@clisp.org>
28370
28371         * lib/getlogin_r.h: Remove second include of <stddef.h>.
28372
28373 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
28374
28375         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
28376         _POSIX_PTHREAD_SEMANTICS for Solaris.
28377
28378 2005-05-25  Derek Price  <derek@ximbiot.com>
28379
28380         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
28381
28382 2005-05-25  Derek Price  <derek@ximbiot.com>
28383             Paul Eggert  <eggert@cs.ucla.edu>
28384
28385         * modules/getlogin_r, m4/getlogin_r.m4: New files.
28386         * lib/getlogin_r.c, getlogin_r.h: New files.
28387
28388 2005-05-25  Bruno Haible  <bruno@clisp.org>
28389             Derek Price  <derek@ximbiot.com>
28390
28391         * lib/getlogin_r.h: Simplify API documentation.
28392
28393 2005-05-23  Derek Price  <derek@ximbiot.com>
28394
28395         * modules/minmax (Files): Add m4/minmax.m4.
28396         (configure.ac): Add gl_MINMAX.
28397
28398 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
28399
28400         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
28401         so that unistd-safer.h (GPL'ed code) need not be included.
28402
28403 2005-05-22  Bruno Haible  <bruno@clisp.org>
28404
28405         * m4/minmax.m4: New file.
28406         Based on a patch by Derek Price <derek@ximbiot.com>.
28407
28408 2005-05-22  Bruno Haible  <bruno@clisp.org>
28409
28410         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
28411         (INT64_MIN): Fix definition.
28412         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
28413
28414         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
28415         NEED_SIGNED_INT_TYPES.
28416
28417         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
28418         HAVE_SYSTEM_INTTYPES.
28419
28420 2005-05-22  Bruno Haible  <bruno@clisp.org>
28421
28422         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
28423         Also include <sys/param.h> if it defines MIN, MAX.
28424         Based on a patch by Derek Price <derek@ximbiot.com>.
28425
28426 2005-05-21  Jim Meyering  <jim@meyering.net>
28427
28428         * modules/fts (Files): Add m4/inttypes-pri.m4.
28429         (Depends-on): Add lstat and remove gettext.  Alphabetize.
28430
28431 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28432
28433         New fts module.
28434         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
28435         (setup_dir, free_dir): New functions.
28436         (enter_dir, leave_dir): Define trivial
28437         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
28438         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
28439         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
28440         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
28441         Move to fts-cycle.c.
28442         (fts_open): Use setup_dir.
28443         (fts_close): Use free_dir.
28444         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
28445         This adds a label and some gotos, but the alternatives were messier.
28446         Check for memory allocation failure when entering a dir.
28447         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
28448         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
28449         (FTS): New member fts_cycle, that is a union that contains the
28450         old active_dir_ht and cycle_state.  All uses changed to mention
28451         fts_cycle.ht and fts_cycle.state.
28452         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
28453         fts.c, with the following changes:
28454         (setup_dir, free_dir): New functions.
28455         (enter_dir): Now returns bool.  Return true if successful, false
28456         if memory exhausted.  All callers changed.
28457         Do not bother partly cleaning up on
28458         memory allocation failure; that is free_dir's job.
28459         However, free ad if hash_insert fails, to avoid memory leak.
28460         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
28461         fts->fts_options to see which union member to use.
28462
28463 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28464
28465         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
28466         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
28467
28468 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28469
28470         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
28471
28472 2005-05-20  Jim Meyering  <jim@meyering.net>
28473
28474         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
28475         Now a macro, to pacify GCC.
28476
28477 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28478
28479         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
28480         of -1.
28481
28482 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
28483
28484         * lib/chown.c (rpl_chown): Return -1 on failure.
28485
28486 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28487
28488         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
28489         Don't check for stddef.h.
28490         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
28491         don't use its results.
28492         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
28493         since we include them unconditionally.  Don't require
28494         AM_STDBOOL_H, since stdbool is a prerequisite.
28495         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
28496         since we assume C89 or better.
28497         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
28498         as we don't use their results.
28499         Don't check for fchdir, memmove, memset, strrchr, as we use
28500         them unconditionally.
28501         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
28502         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
28503
28504 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
28505
28506         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
28507         Include <stddef.h> unconditionally, since we assume C89 now.
28508         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
28509         * lib/fts.c: Include fts_.h first, to check interface.
28510         Do not include intprops.h; no longer needed.
28511         Include cycle-check.h and hash.h, since fts_.h no longer does.
28512         Remove unnecessary casts of closedir to void.
28513         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
28514         decide whether to decrement nlinks.
28515         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
28516         (FTS): Use struct hash_table * instead of Hash_table, so that
28517         we no longer need to include hash.h here.
28518
28519 2005-05-18  Jim Meyering  <jim@meyering.net>
28520
28521         * modules/dirfd (License): Change to LGPL.  Most of the code
28522         is already in the public domain.
28523
28524 2005-05-18  Jim Meyering  <jim@meyering.net>
28525
28526         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
28527         Reported by Yoann Vandoorselaere.
28528
28529 2005-05-17  Jim Meyering  <jim@meyering.net>
28530
28531         * m4/fts.m4: New file, from coreutils.
28532
28533 2005-05-17  Jim Meyering  <jim@meyering.net>
28534
28535         * lib/fts.c, lib/fts_.h: New files, from coreutils.
28536
28537 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28538
28539         Sync from coreutils.
28540         * m4/unlinkdir.m4: New file.
28541
28542 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28543
28544         Sync from coreutils.
28545         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
28546         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
28547         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
28548         White space changes only.
28549         * lib/makepath.c (make_path): Port to hosts where leading "//" is
28550         special.
28551         * lib/yesno.c: Include getline.h, not ctype.h.
28552         (yesno): Don't remove leading white space; POSIX doesn't allow it.
28553         Use getline to remove arbitrary restriction on response length.
28554
28555 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28556
28557         * config/srclist-update: Spell out "Street" in FSF postal
28558         mail address; this is the style the FSF seems to prefer.
28559
28560         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
28561         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
28562         this updates FSF postal mail address.
28563
28564         Sync from coreutils.
28565         * modules/unlinkdir: New file.
28566         * modules/yesno (Depends-on): Add getline.
28567         * MODULES.html.sh (File system functions): Add unlinkdir.
28568
28569 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28570
28571         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
28572         lib/strsep.h:
28573         Change the initial comment to refer to GPL, not LGPL.
28574         gnulib-tool will change it to LGPL as needed.
28575
28576         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
28577         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
28578         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
28579         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
28580         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
28581         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
28582         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
28583         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
28584         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
28585         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
28586         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
28587         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
28588         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
28589         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
28590         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
28591         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
28592         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
28593         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
28594         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
28595         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
28596         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
28597         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
28598         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
28599         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
28600         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
28601         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
28602         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
28603         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
28604         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
28605         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
28606         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
28607         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
28608         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
28609         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
28610         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
28611         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
28612         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
28613         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
28614         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
28615         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
28616         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
28617         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
28618         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
28619         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
28620         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
28621         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
28622         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
28623         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
28624         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
28625         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
28626         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28627         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
28628         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
28629         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
28630         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
28631         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
28632         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
28633         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
28634         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
28635         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
28636         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
28637         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
28638         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
28639         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
28640         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
28641         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
28642         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
28643         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
28644         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
28645         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
28646         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
28647         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
28648         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
28649         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
28650         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
28651         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
28652         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
28653         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
28654         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
28655         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
28656         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
28657         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
28658         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
28659         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
28660         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
28661         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
28662         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
28663         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
28664         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
28665         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
28666         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
28667         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
28668         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
28669         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
28670         lib/yesno.c, lib/yesno.h:
28671         Update FSF postal mail address.
28672
28673 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28674
28675         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
28676         tests/test-memmem.c, tests/test-stpncpy.c:
28677         Update FSF postal mail address.
28678
28679 2005-05-13  Bruno Haible  <bruno@clisp.org>
28680
28681         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
28682         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
28683         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
28684         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
28685         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
28686         Add support for 64-bit integers in the MSVC compiler.
28687
28688 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28689
28690         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
28691
28692 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
28693
28694         * gnulib-tool (func_import): Sort and uniquify recommended includes.
28695
28696 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
28697
28698         * doc/getdate.texi (General date syntax): Don't say that date
28699         date --iso-8601=ns generates acceptable dates; it doesn't yet.
28700         Problem reported by Nic Ferrier.
28701
28702 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28703
28704         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
28705         specified in ai_socktype. Fix invalid ai_protocol
28706         check. ai_protocol is usually set to 0 or depending on
28707         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
28708         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
28709         ai_socktype / ai_protocol in the returned addrinfo structure.
28710
28711 2005-05-10  Simon Josefsson  <jas@extundo.com>
28712
28713         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
28714         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28715
28716 2005-05-10  Karl Berry  <karl@gnu.org>
28717
28718         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
28719         (from http://www.gnu.org/licenses).
28720         * doc/COPYING.LIB: also rename to COPYING.LESSER.
28721         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
28722         fdl.texi suffices.
28723
28724 2005-05-10  Karl Berry  <karl@gnu.org>
28725
28726         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
28727         (COPYING.DOC): remove.
28728
28729         * config/srclist-update: new FSF address.
28730
28731 2005-05-10  Derek Price  <derek@ximbiot.com>
28732
28733         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
28734         possible.
28735
28736 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28737             Bruno Haible  <bruno@clisp.org>
28738
28739         * modules/inet_ntop: New file.
28740         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28741         inet_ntop.
28742
28743 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28744             Bruno Haible  <bruno@clisp.org>
28745
28746         * m4/inet_ntop.m4: New file.
28747
28748 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28749             Bruno Haible  <bruno@clisp.org>
28750
28751         * lib/inet_ntop.h: New file.
28752         * lib/inet_ntop.c: New file, from glibc with modifications.
28753
28754 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
28755
28756         * modules/time_r (License): Change to LGPL.
28757         * modules/extensions (License): Change to LGPL.  Actually,
28758         the license is more permissive than that, but currently gnulib-tool
28759         doesn't know how to handle more-permissive licenses.
28760
28761         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
28762         Problem reported by Dave Love.
28763
28764 2005-05-08  Jim Meyering  <jim@meyering.net>
28765
28766         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
28767         blank.
28768
28769 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28770
28771         * modules/argmatch (Depends-on): Add stdbool.
28772         * modules/backupfile (Depends-on): Likewise.
28773         * modules/chdir-long (Depends-on): Likewise.
28774         * modules/closeout (Depends-on): Likewise.
28775         * modules/cycle-check (Depends-on): Likewise.
28776         * modules/dirname (Depends-on): Likewise.
28777         * modules/fnmatch (Depends-on): Likewise.
28778         * modules/fsusage (Depends-on): Likewise.
28779         * modules/fwriteerror (Depends-on): Likewise.
28780         * modules/getcwd (Depends-on): Likewise.
28781         * modules/getloadavg (Depends-on): Likewise.
28782         * modules/hard-locale (Depends-on): Likewise.
28783         * modules/makepath (Depends-on): Likewise.
28784         * modules/mountlist (Depends-on): Likewise.
28785         * modules/nanosleep (Depends-on): Likewise.
28786         * modules/posixtm (Depends-on): Likewise.
28787         * modules/quotearg (Depends-on): Likewise.
28788         * modules/readtokens (Depends-on): Likewise.
28789         * modules/readtokens0 (Depends-on): Likewise.
28790         * modules/readutmp (Depends-on): Likewise.
28791         * modules/save-cwd (Depends-on): Likewise.
28792         * modules/strftime (Depends-on): Likewise.
28793         * modules/userspec (Depends-on): Likewise.
28794         * modules/utimecmp (Depends-on): Likewise.
28795         * modules/xgetcwd (Depends-on): Likewise.
28796         * modules/xnanosleep (Depends-on): Likewise.
28797         * modules/xstrtod (Depends-on): Likewise.
28798         * modules/yesno (Depends-on): Likewise.
28799
28800 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
28801
28802         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
28803         needless checks.
28804
28805 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28806
28807         Merge from coreutils.  Among other things,
28808         add bulletproofing for cases where stdin, stdout, or stderr are closed.
28809         * lib/fd-safer.c: New file.
28810         * lib/fcntl-safer.h, open-safer.c: Remove.
28811         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
28812         * lib/dup-safer.c: Include unistd-safer.h first.
28813         Don't include errno.h.
28814         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
28815         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
28816         * lib/file-type.c: Rely on file-type.h change.
28817         * lib/getloadavg.c: Include unistd-safer.h.
28818         (getloadavg): Use safer open.
28819         * lib/getusershell.c: Include "stdio-safer.h".
28820         (getusershell): Use safer fopen.
28821         * lib/long-options.c (long_options): Use NULL rather than 0.
28822         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
28823         'free'.
28824         * lib/modechange.c: Likewise.
28825         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
28826         (MODE_DONE): New constant.
28827         (struct mode_change): Remove 'next' member.
28828         (make_node_op_equals): New function; like the old one of the
28829         same name, except it allocates an array.
28830         (mode_compile, mode_create_from_ref): Use it.
28831         (mode_compile): Allocate result as an array, not a linked list.
28832         Parse octal string ourself, so that we catch mistakes like "+0".
28833         (mode_adjust): Arg is an array, not a linked list.
28834         * lib/modechange.c: Include stat-macros.h, xalloc.h.
28835         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
28836         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
28837         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
28838         Remove.  This is now stat-macros.h's job.
28839         (talloc): Remove.  All callers replaced by xalloc, so that
28840         our invokers don't have to worry about reporting memory failures.
28841         (make_node_op_equals): Remove.
28842         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28843         New constants.
28844         (struct mode_change): Moved here from modechange.h.
28845         (mode_append_entry): Remove.
28846         (mode_compile): Remove MASKED_OPS arg, since it encouraged
28847         apps to have incorrect behavior.  Use simpler algorithm for head
28848         and tail.  Don't futz with umask; that's now the job of mode_adjust.
28849         Detect more invalid usages rather than having somewhat-random behavior.
28850         Don't insert an "a=" action, as that leads to incorrect behavior.
28851         (mode_compile, mode_create_from_ref): Return NULL on error instead
28852         of an enum, since now there's only one way to have an error.  All
28853         callers changed.
28854         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
28855         at the correct time.  Simplify calculation of "+u" and its ilk.
28856         Don't mishandle "+X".
28857         (mode_free): Remove "register" and localize decls.
28858         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
28859         (struct mode_change): Move to modechange.c; callers don't
28860         need to see this stuff.
28861         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
28862         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
28863         (mode_change, mode_adjust): Reflect the new signatures noted above.
28864         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
28865         that might redefine system include files.
28866         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
28867         (my_usleep): Use NULL rather than (void *) 0.
28868         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
28869         Use siginterrupt to specify that system calls should be interrupted.
28870         (rpl_nanosleep): Move initialization of suspended closer to call of
28871         my_usleep.
28872         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
28873         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
28874         (desirable_utmp_entry): New function.
28875         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
28876         using x2nrealloc, to simplify logic.
28877         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
28878         size calculation.  Do not assume utmp file is a regular file.
28879         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
28880         (READ_UTMP_CHECK_PIDS): New constant.
28881         * lib/save-cwd.c: Include unistd-safer.h.
28882         (save_cwd): Use fd_safer.
28883         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
28884         [!_LIBC] Include "stat-macros.h" instead.
28885         * lib/unistd-safer.h (fd_safer): New decl.
28886
28887 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28888
28889         * modules/getloadavg (Depends-on): Add unistd-safer.
28890         * modules/getusershell (Depends-on): Add stdio-safer.
28891         * modules/lstat (Depends-on): Remove xalloc.
28892         * modules/mkstemp (Depends-on): Add stat-macros.
28893         * modules/modechange (Depends-on): Remove xstrtol.
28894         Add stat-macros, xalloc.
28895         * modules/save-cwd (Depends-on): Add unistd-safer.
28896         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
28897         * modules/unistd-safer (Files): Add lib/fd-safer.c
28898         (Makefile.am): Remove lib_SOURCES.
28899
28900         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
28901         Remove fcntl-safer; unistd-safer supersedes it.
28902
28903 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28904
28905         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
28906         AC_HEADER_STAT.
28907         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
28908         (gl_PREREQ_CHOWN): Remove.
28909         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
28910         it.  Don't require AC_HEADER_STAT.
28911         (gl_PREREQ_LSTAT): Remove.
28912         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
28913         Don't require AC_HEADER_STAT.
28914         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
28915         (gl_PREREQ_RMDIR): Remove.
28916         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
28917         mention stat-macros.h or AC_HEADER_STAT, since we'll make
28918         the stat-macros module a prerequisite.
28919         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
28920         * m4/filemode.m4 (gl_FILEMODE): Likewise.
28921         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
28922         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
28923         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
28924         variable names.
28925         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
28926         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
28927         variable prefixes.
28928         * m4/fcntl-safer.m4: Remove.
28929         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
28930         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
28931         Invoke gl_PREREQ_FD_SAFER.
28932         (gl_PREREQ_FD_SAFER): New macro.
28933         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
28934         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
28935         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
28936         Remove duplicate call to AC_LIBOBJ(readutmp).
28937         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
28938
28939         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
28940         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
28941
28942 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
28943
28944         * MODULES.html.sh (Misc): Add byteswap.
28945
28946 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28947
28948         * modules/getcwd (Depends-on): Add extensions.
28949         * modules/openat (Depends-on): Likewise.
28950
28951 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28952
28953         * modules/byteswap: New file.
28954
28955 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28956
28957         * m4/byteswap.m4: New file.
28958
28959 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
28960
28961         * lib/byteswap_.h: New file.
28962
28963 2005-04-25  Karl Berry  <karl@gnu.org>
28964
28965         * m4/gettext.m4: Update from GNU gettext 0.14.4.
28966
28967 2005-04-25  Albert Chin  <china@thewrittenword.com>
28968
28969         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
28970         Toolkit C bug.
28971
28972 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
28973
28974         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
28975         (func_ln_if_changed) Remove forcibly for no error message
28976         in case file does not exist.
28977
28978 2005-04-19  Simon Josefsson  <jas@extundo.com>
28979
28980         * gnulib-tool (Options): Make --symlink mean --symbolic.
28981
28982 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
28983
28984         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
28985
28986 2005-04-16  Simon Josefsson  <jas@extundo.com>
28987
28988         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
28989
28990 2005-04-15  Simon Josefsson  <jas@extundo.com>
28991
28992         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
28993
28994 2005-04-15  Simon Josefsson  <jas@extundo.com>
28995
28996         * gnulib-tool: Rename --symlink to --symbolic.
28997
28998 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
28999
29000         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
29001         symbolic links to files instead of copying/moving.  Add --aux-dir,
29002         specifying directory relative --dir where auxiliary build tools
29003         are placed.
29004
29005 2005-04-14  Bruno Haible  <bruno@clisp.org>
29006
29007         * modules/allocsa (License): Change to LGPL.
29008         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
29009
29010 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
29011
29012         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
29013         that "UTC +1 second" continues to work.  Problem reported
29014         by Dmitry V. Levin.
29015         (relunit_snumber): New rule.
29016         (relunit): Use it.
29017
29018 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
29019
29020         * lib/getdate.y (universal_time_zone_table): New constant.
29021         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
29022         universal_time_zone_table.
29023         (lookup_zone): Prefer universal_time_zone_table to
29024         local_time_zone_table, so that "GMT" time stamps are allowed in
29025         London during the summer.  Problem reported by Ian Abbott.
29026
29027 2005-04-12  Jim Meyering  <jim@meyering.net>
29028
29029         * lib/human.c (humblock): Set *options even when returning due to
29030         xstrtoumax conversion failure.  Thanks to a used-uninitialized
29031         warning from gcc-4.
29032
29033 2005-04-09  Jim Meyering  <jim@meyering.net>
29034
29035         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
29036         -Wuninitialized: initialize tm0.tm_year.
29037
29038 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29039
29040         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
29041         count, since there's no maximum.  All uses changed.
29042         Add member dsts_seen.
29043         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
29044         not being INT_MAX.
29045         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
29046         Use pc_rels_seen to decide whther a date is absolute.
29047
29048         * lib/getdate.y (number): Don't overwrite year.
29049         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
29050         check.
29051
29052 2005-04-02  Simon Josefsson  <jas@extundo.com>
29053
29054         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
29055         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
29056
29057 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
29058
29059         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
29060         where no absolute path name can be longer than PATH_MAX.
29061
29062 2005-03-27  Jim Meyering  <jim@meyering.net>
29063
29064         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
29065
29066 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
29067
29068         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
29069         "one's complement" -> "ones' complement" in comment, as per Knuth.
29070         "value of type" -> "type or expression" in comment.
29071         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
29072
29073 2005-03-26  Jim Meyering  <jim@meyering.net>
29074
29075         Comment nits.
29076         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
29077         Correct typos: s/or/of/.
29078
29079 2005-03-26  Jim Meyering  <jim@meyering.net>
29080
29081         * modules/check-include-files: Move to ../ and rename to...
29082         * check-module: ...this.
29083
29084 2005-03-25  Jim Meyering  <jim@meyering.net>
29085
29086         * modules/xvasprintf (Files): Add xalloc.h.
29087
29088 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
29089
29090         * modules/gettext (Files): config/config.rpath ->
29091         build-aux/config.rpath
29092         * modules/iconv (Files): Likewise.
29093         Problem reported by Oskar Liljeblad.
29094
29095 2005-03-23  Jim Meyering  <jim@meyering.net>
29096
29097         * modules/check-include-files: New script to check for
29098         missing dependencies, multiple includes, etc.
29099
29100         * modules/c-strtold (Depends-on): Add xalloc.
29101         * modules/c-strtod (Depends-on): Add xalloc.
29102         * modules/hash (Depends-on): Add xalloc.
29103         (Files): Remove lib/xalloc.h.
29104
29105         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
29106         * modules/userspec (Files): Add lib/inttostr.h.
29107
29108 2005-03-23  Jim Meyering  <jim@meyering.net>
29109
29110         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
29111
29112 2005-03-22  Jim Meyering  <jim@meyering.net>
29113
29114         * modules/stat-macros: New module.
29115         * modules/canonicalize, modules/euidaccess, modules/file-type,
29116         * modules/filemode, modules/lchown, modules/makepath,
29117         * modules/rmdir, modules/stat: Depend on new stat-macros module
29118         rather than listing lib/stat-macros.h manually.
29119         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
29120
29121 2005-03-22  Jim Meyering  <jim@meyering.net>
29122
29123         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
29124
29125 2005-03-22  Bruno Haible  <bruno@clisp.org>
29126
29127         * config/srclist.txt: Replace target directory 'config' with
29128         'build-aux'.
29129         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
29130         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
29131         ../build-aux/.
29132
29133 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
29134
29135         * modules/chdir-long (Depends-on): Add mempcpy.
29136
29137         * modules/acl, modules/backupfile, modules/c-strtod,
29138         modules/c-strtold, modules/canon-host, modules/canonicalize,
29139         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
29140         modules/exclude, modules/exitfail, modules/file-type,
29141         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
29142         modules/getdate, modules/getline, modules/getpagesize,
29143         modules/getpass, modules/getugroups, modules/group-member,
29144         modules/hard-locale, modules/hash, modules/human, modules/idcache,
29145         modules/inttostr, modules/long-options, modules/makepath,
29146         modules/md5, modules/memcasecmp, modules/memcoll,
29147         modules/modechange, modules/mountlist, modules/path-concat,
29148         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
29149         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
29150         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
29151         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
29152         modules/strftime, modules/strndup, modules/strverscmp,
29153         modules/timespec, modules/unlocked-io, modules/userspec,
29154         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
29155         modules/yesno:
29156         Remove lib_SOURCES line from Makefile.am section, as this is now
29157         done automatically by the corresponding Autoconf macro.
29158
29159 2005-03-21  Jim Meyering  <jim@meyering.net>
29160
29161         Changes imported from coreutils.
29162
29163         * lib/cycle-check.c: Don't include xalloc.h.
29164
29165         * lib/path-concat.c: Don't include assert.h.
29166         (path_concat): Remove assertion that would have triggered
29167         for ABASE starting with more than one slash.
29168         Reported by Andreas Schwab.
29169
29170         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
29171         properly when ABASE is an absolute file name.
29172         Correct the description of this function.
29173         Include <assert.h>.
29174         Add an assertion and a test driver.
29175         This fixes a bug introduced on 2004-07-02.
29176         Andreas Schwab reported the resulting failure of cp --parents:
29177         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
29178
29179 2005-03-21  Jim Meyering  <jim@meyering.net>
29180
29181         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
29182         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
29183
29184 2005-03-21  Jim Meyering  <jim@meyering.net>
29185         and  Paul Eggert  <eggert@cs.ucla.edu>
29186
29187         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
29188         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
29189         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
29190         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
29191         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
29192         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
29193         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
29194         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
29195         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
29196         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
29197         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
29198         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
29199         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
29200         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
29201         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
29202         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
29203         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
29204         for these modules.
29205
29206 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
29207
29208         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
29209         (which shouldn't happen), generate nothing instead of returning 0
29210         immediately, so that nstrftime (NULL, ...) doesn't return 0.
29211
29212 2005-03-16  Bruno Haible  <bruno@clisp.org>
29213
29214         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
29215         HAVE_LONGLONG_64BIT.
29216
29217 2005-03-16  Bruno Haible  <bruno@clisp.org>
29218
29219         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
29220         HAVE_LONGLONG_64BIT.
29221
29222 2005-03-16  Bruno Haible  <bruno@clisp.org>
29223
29224         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
29225         HAVE_LONGLONG_64BIT.
29226
29227 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29228
29229         * lib/strftime.c (my_strftime): Prepend space to format so that we can
29230         reliably distinguish strftime failure from empty output on POSIX
29231         hosts.
29232
29233 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
29234
29235         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
29236         (iconv_string): Don't guess a size-zero buffer, as that might cause
29237         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
29238         result would be 'too large', where 'too large' is (heuristically)
29239         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
29240         overflow concerns.  This will prevent some unwanted malloc failures
29241         when the inputs are very large.
29242
29243 2005-03-15  Karl Berry  <karl@gnu.org>
29244
29245         * config/srclist.txt (config.rpath): from gettext.
29246         * config/config.rpath: update.
29247
29248 2005-03-15  Bruno Haible  <bruno@clisp.org>
29249
29250         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
29251         to 'negate'.
29252
29253         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
29254         variable.
29255
29256         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
29257         results.
29258
29259 2005-03-14  Simon Josefsson  <jas@extundo.com>
29260
29261         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
29262         <fx@gnu.org>.
29263
29264 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
29265
29266         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
29267         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
29268         intprops.h.
29269         * lib/strtol.c: Likewise.
29270
29271 2005-03-14  Jim Meyering  <jim@meyering.net>
29272
29273         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
29274         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
29275         to be nonzero so that we (and caller) can detect the difference
29276         between a valid zero-length expansion and an error return, even
29277         when the underlying strftime fails before writing anything into
29278         that location.
29279
29280 2005-03-14  Bruno Haible  <bruno@clisp.org>
29281
29282         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
29283         Update from GNU gettext 0.14.3.
29284
29285 2005-03-10  Jim Meyering  <jim@meyering.net>
29286
29287         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
29288
29289 2005-03-10  Jim Meyering  <jim@meyering.net>
29290
29291         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
29292         so that this module works on systems without fchdir.
29293
29294 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
29295
29296         Factor int-properties macros into a single file, except for
29297         glibc-related files.
29298         * lib/intprops.h: New file.
29299         * lib/getloadavg.c: Include it instead of limits.h.
29300         (INT_STRLEN_BOUND): Remove.
29301         * lib/human.c: Include intprops.h.
29302         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
29303         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
29304         302/1000.
29305         * lib/inttostr.h: Include intprops.h instead of limits.h.
29306         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
29307         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
29308         for consistency with intprops.h.
29309         (time_t_is_integer, twos_complement_arithmetic): Use them.
29310         * lib/sig2str.h: Include <signal.h>, intprops.h.
29311         (INT_STRLEN_BOUND): Remove.
29312         * lib/strftime.c (TYPE_SIGNED): Remove.
29313         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
29314         * lib/strtol.c: Adjust comments to match intprops.h.
29315         * lib/userspec.c: Include intprops.h.
29316         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
29317         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
29318         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
29319         instead of rolling our own expressions.
29320         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
29321
29322         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
29323         instead of int.
29324         (my_strftime): Do not mishandle years close to INT_MAX, by doing
29325         the right thing even if adding 1900 would overflow.  Similarly
29326         for tm_mon + 1 and tm_yday + 1.
29327         Make %Y always equivalent to %C%y, and similarly for %G and %g.
29328         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
29329         (DO_SIGNED_NUMBER): New macro.
29330         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
29331
29332 2005-03-07  Bruno Haible  <bruno@clisp.org>
29333
29334         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
29335
29336 2005-03-07  Bruno Haible  <bruno@clisp.org>
29337
29338         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
29339
29340 2005-03-04  Derek R. Price  <derek@ximbiot.com>
29341
29342         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
29343         (func_import): Only replace files via --import when they have actually
29344         changed.
29345
29346 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29347
29348         * m4/mmap-anon.m4: New file.
29349         * m4/pagealign_alloc.m4: New file.
29350
29351 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29352             Bruno Haible  <bruno@clisp.org>
29353
29354         * modules/pagealign_alloc: New file.
29355         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
29356
29357 2005-03-03  Derek R. Price  <derek@ximbiot.com>
29358             Bruno Haible  <bruno@clisp.org>
29359
29360         * lib/pagealign_alloc.h: New file.
29361         * lib/pagealign_alloc.c: New file.
29362
29363 2005-03-03  Bruno Haible  <bruno@clisp.org>
29364
29365         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
29366         Use an all-permissive copyright notice, recommended by RMS.
29367
29368 2005-03-02  Bruno Haible  <bruno@clisp.org>
29369
29370         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
29371         of AIX, the replacement has to be done only after <string.h> is
29372         included, therefore not in config.h. stpncpy.h does the replacement,
29373         and stpncpy.c uses it.
29374
29375 2005-03-02  Bruno Haible  <bruno@clisp.org>
29376
29377         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
29378         stpncpy.c uses it.
29379
29380 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29381
29382         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
29383         The workaround isn't strictly needed for POSIX conformance, and
29384         it's too much of a pain to configure and maintain.  We'll ask
29385         people to fix their kernels instead.
29386         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
29387         (NANOSLEEP_BUG_WORKAROUND): Remove.
29388         (xnanosleep): Remove the workaround.
29389
29390 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29391
29392         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
29393         Reported by Derek Price.
29394         (Include): Add "timespec.h".
29395
29396         * modules/xnanosleep (Depends-on): Remove gethrxtime.
29397
29398 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29399
29400         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
29401         to detect nanosleep bug.
29402
29403 2005-03-01  Bruno Haible  <bruno@clisp.org>
29404
29405         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
29406
29407 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29408
29409         * modules/gethrxtime: New file.
29410         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
29411         (Depends-on): Add gethrxtime.
29412         (configure.ac): Add gl_XNANOSLEEP.
29413         (Makefile.am): Remove lib_SOURCES line.
29414
29415 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29416
29417         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
29418         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
29419
29420 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29421
29422         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
29423         * lib/timespec.h (gettime): Return void, since it always
29424         succeeds now.  All uses changed.
29425         * lib/gettime.c (gettime) Likewise.
29426         [HAVE_NANOTIME]: Prefer nanotime.
29427         Assume gettimeofday succeeds, as POSIX requires.
29428         Assime time () succeeds, since other code already does.
29429         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
29430         (timespec_subtract): Remove.
29431         (NANOSLEEP_BUG_WORKAROUND): New constant.
29432         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
29433         things considerably.  Use it only on GNU/Linux hosts, since the
29434         workaround shouldn't be needed elsewhere.
29435
29436 2005-02-24  Bruno Haible  <bruno@clisp.org>
29437
29438         * modules/gettext (Files): Add m4/glibc2.m4.
29439
29440 2005-02-24  Bruno Haible  <bruno@clisp.org>
29441
29442         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
29443         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
29444         * m4/progtest.m4:
29445         Update from GNU gettext 0.14.2.
29446         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
29447
29448 2005-02-24  Bruno Haible  <bruno@clisp.org>
29449
29450         * lib/localcharset.c: Update from GNU gettext 0.14.2.
29451         * lib/config.charset: Update from GNU gettext 0.14.2.
29452
29453 2005-02-24  Bruno Haible  <bruno@clisp.org>
29454
29455         * lib/gettext.h: Update from GNU gettext 0.14.2.
29456
29457 2005-02-23  Simon Josefsson  <jas@extundo.com>
29458
29459         * m4/iconvme.m4: New file.
29460
29461 2005-02-23  Jim Meyering  <jim@meyering.net>
29462
29463         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
29464         change.
29465         Thanks to Bruno Haible for catching it.
29466
29467 2005-02-22  Simon Josefsson  <jas@extundo.com>
29468
29469         * modules/iconvme: New file.
29470
29471         * MODULES.html.sh: Add iconvme.
29472
29473 2005-02-22  Simon Josefsson  <jas@extundo.com>
29474
29475         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
29476
29477 2005-02-22  Simon Josefsson  <jas@extundo.com>
29478
29479         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
29480
29481 2005-02-22  Jim Meyering  <jim@meyering.net>
29482
29483         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
29484         s/ifndef/ifdef/.
29485
29486 2005-02-20  Neil Conway  <neilc@samurai.com>
29487
29488         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
29489         returned by OSX/Darwin if the specified buffer is not large
29490         enough for the hostname.
29491
29492 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29493
29494         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
29495         pass it to _help, otherwise the latter coredumps trying to
29496         dereference state.root_argp.
29497
29498 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29499
29500         * modules/chdir-long (Depends-on): Add memrchr.
29501         * modules/memrchr (Files): Add lib/memrchr.h.
29502         (Include): "memrchr.h".
29503
29504 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29505
29506         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
29507
29508 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29509
29510         * lib/memrchr.h: New file.
29511         * lib/chdir-long.c: Include it.
29512         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
29513         Don't bother including stddef.h.
29514
29515 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
29516
29517         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
29518         inclusion.
29519         Include <sys/types.h>, for dev_t.
29520         (ME_DUMMY, ME_REMOTE): Move from here....
29521         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
29522         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
29523         Dmitry V. Levin.
29524         Include mountlist.h first, to test the interface.
29525
29526 2005-01-29  Bruno Haible  <bruno@clisp.org>
29527
29528         * lib/progname.c (program_name): Initialize.
29529         Needed when linking statically on MacOS X.
29530
29531 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29532
29533         Sync from coreutils.
29534         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
29535         (Depends-on): Add c-strtod.
29536         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
29537
29538 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29539
29540         Sync from coreutils.
29541         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
29542
29543         Remove files that are specific to coreutils.
29544         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
29545
29546 2005-01-28  Bruno Haible  <bruno@clisp.org>
29547
29548         * modules/javacomp: New file.
29549         * MODULES.html.sh (Java): Add javacomp.
29550
29551 2005-01-28  Bruno Haible  <bruno@clisp.org>
29552
29553         * m4/javacomp.m4: New file, from GNU gettext.
29554
29555 2005-01-28  Bruno Haible  <bruno@clisp.org>
29556
29557         * lib/javacomp.sh.in: New file, from GNU gettext.
29558         * lib/javacomp.h: New file, from GNU gettext.
29559         * lib/javacomp.c: New file, from GNU gettext.
29560
29561 2005-01-26  Simon Josefsson  <jas@extundo.com>
29562
29563         * lib/gai_strerror.c: Use GPL in header.
29564
29565 2005-01-26  Bruno Haible  <bruno@clisp.org>
29566
29567         * modules/javaexec: New file.
29568         * MODULES.html.sh (Java): Add javaexec.
29569
29570 2005-01-26  Bruno Haible  <bruno@clisp.org>
29571
29572         * m4/javaexec.m4: New file, from GNU gettext.
29573
29574 2005-01-26  Bruno Haible  <bruno@clisp.org>
29575
29576         * lib/javaexec.sh.in: New file, from GNU gettext.
29577         * lib/javaexec.h: New file, from GNU gettext.
29578         * lib/javaexec.c: New file, from GNU gettext.
29579
29580 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29581
29582         * modules/lchown (Depends-on): Remove lchown.h
29583
29584 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29585
29586         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
29587         must be defined if the header file was not found, in order
29588         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
29589
29590 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29591
29592         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
29593         initializers for struct pentry_state.
29594         (__argp_error): Check return value of __asprintf
29595         (__argp_failure): Translate error message
29596
29597         * lib/argp-parse.c: Removed braces around the expansion of N_()
29598
29599 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29600
29601         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
29602         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
29603         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
29604         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
29605         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
29606         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
29607         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
29608         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
29609         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
29610         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
29611         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
29612         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
29613         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
29614         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
29615         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
29616         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
29617         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
29618         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
29619         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
29620         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
29621         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
29622         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
29623         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
29624         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
29625         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
29626         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
29627         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
29628         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
29629         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
29630         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
29631         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
29632         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
29633         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
29634         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
29635         xstrtol.m4, xstrtoumax.m4, yesno.m4:
29636         Use an all-permissive copyright notice, recommended by RMS.
29637
29638 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
29639
29640         * modules/chdir-long (Depends-on): Remove mempcpy.
29641
29642 2005-01-21  Jim Meyering  <jim@meyering.net>
29643
29644         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
29645         same value as for Solaris 9.
29646
29647         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
29648         component length.  This included changing the parameter to be
29649         of type `char *' rather than `char const *'.
29650         * lib/chdir-long.h (chdir_long): Update prototype.
29651
29652         * lib/openat.c (fdopendir, fstatat): New functions.
29653         * lib/openat.h: Include headers required for use of DIR and struct
29654         stat.
29655         [AT_SYMLINK_NOFOLLOW]: Define.
29656         (fdopendir, fstatat): Add prototypes.
29657
29658 2005-01-21  Bruno Haible  <bruno@clisp.org>
29659
29660         * modules/classpath: New file.
29661         * MODULES.html.sh (Java): Add classpath.
29662
29663 2005-01-21  Bruno Haible  <bruno@clisp.org>
29664
29665         * lib/classpath.h: New file, from GNU gettext.
29666         * lib/classpath.c: New file, from GNU gettext.
29667
29668 2005-01-20  Simon Josefsson  <jas@extundo.com>
29669
29670         * modules/version-etc-fsf: New file.
29671
29672 2005-01-20  Simon Josefsson  <jas@extundo.com>
29673
29674         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
29675         * lib/version-etc.c: Remove version_etc_copyright.
29676         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
29677         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
29678
29679 2005-01-20  Simon Josefsson  <jas@extundo.com>
29680
29681         * lib/base64.h (isbase64): Add.
29682
29683         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
29684         using a unsigned prototype, don't inline.
29685         (base64_decode): Use it.
29686
29687 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29688
29689         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
29690         it.
29691
29692 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29693
29694         * lib/save-cwd.c (save_cwd): Remove code to support the case
29695         where fchdir is missing or flaky.
29696
29697 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29698
29699         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
29700
29701 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
29702
29703         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
29704         AC_LIBSOURCES now does this.
29705         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
29706         with new ullong_max module.
29707
29708 2005-01-19  Bruno Haible  <bruno@clisp.org>
29709
29710         * modules/sh-quote: New file.
29711         * MODULES.html.sh (Executing programs): Add sh-quote.
29712
29713 2005-01-19  Bruno Haible  <bruno@clisp.org>
29714
29715         * lib/sh-quote.h: New file, from GNU gettext.
29716         * lib/sh-quote.c: New file, from GNU gettext.
29717
29718 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29719
29720         Merge from coreutils.
29721         * m4/ullong_max.m4: New file.
29722         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
29723         (gl_MACROS): Assume localeconv exists.
29724
29725 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29726
29727         Merge changes from coreutils, as described below in several
29728         changelogs dated today.
29729
29730         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
29731         (O_DIRECTORY): Remove; not needed here, since "." must be
29732         a directory.  All uses removed.
29733         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
29734         universal on Suns, and we also need to test for IRIX.
29735         Revamp code to use 'if' rather than '#if'.
29736         Avoid unnecessary comparison of cwd->desc to 0.
29737
29738         * lib/utimens.c (futimens): Robustify the previous patch, by checking
29739         for known valid error numbers rather than observed invalid ones.
29740
29741 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
29742
29743         * modules/ullong_max: New file.
29744
29745         * modules/chdir-long, modules/openat: New files.
29746         * modules/save-cwd (Depends-on): Depend on chdir-long.
29747         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
29748
29749 2005-01-18  Jim Meyering  <jim@meyering.net>
29750
29751         Merge from coreutils.
29752         * m4/chdir-long.m4, m4/openat.m4: New files.
29753         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
29754         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
29755         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
29756         is sane and DOES follow symlinks.  Besides, testing 20 different
29757         systems found no broken chown implementations.
29758         Prompted by a change in rsync's copy of this macro.
29759         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
29760
29761         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
29762
29763         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
29764         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
29765         NULL-means-set-to-current-time semantics.
29766         Remove temporary file immediately, rather than waiting
29767         for configure's at-exit trap code to do it.
29768
29769 2005-01-18  Jim Meyering  <jim@meyering.net>
29770
29771         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29772
29773         * lib/utimens.c (futimens): Account for the fact that futimes
29774         can also fail with errno == ENOSYS or errno == ENOENT.
29775         Patch from Dmitry V. Levin.
29776
29777         Change the name of the robust chdir function from chdir to chdir_long.
29778         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
29779         (restore_cwd): Use chdir_long, not chdir.
29780         * lib/chdir-long.c: Renamed from chdir.c.
29781         * lib/chdir-long.h: Renamed from chdir.h.
29782         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
29783         Hurd.
29784
29785 2005-01-18  Bruno Haible  <bruno@clisp.org>
29786
29787         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
29788         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
29789         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
29790         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
29791         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
29792         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
29793         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
29794         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
29795         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
29796         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
29797         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
29798         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
29799         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
29800         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
29801         Use an all-permissive copyright notice, recommended by RMS.
29802
29803 2005-01-18  Bob Proulx  <bob@proulx.com>
29804
29805         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
29806         simplify offsetof() macro construct to avoid compile failure with
29807         native HP-UX 11.0 ANSI C compiler.
29808
29809 2005-01-17  Bruno Haible  <bruno@clisp.org>
29810
29811         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
29812         redundant because stpncpy.m4 takes care of it.
29813
29814 2005-01-17  Bruno Haible  <bruno@clisp.org>
29815
29816         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
29817
29818 2005-01-17  Bruno Haible  <bruno@clisp.org>
29819
29820         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
29821         used.
29822
29823 2005-01-17  Bruno Haible  <bruno@clisp.org>
29824
29825         * lib/fwriteerror.h (fwriteerror): Change specification to include
29826         fclose.
29827         * lib/fwriteerror.c: Include <stdbool.h>.
29828         (fwriteerror): At the end, close the file stream. Record whether
29829         stdout was already closed.
29830
29831 2005-01-17  Bruno Haible  <bruno@clisp.org>
29832
29833         * lib/execute.c (environ): Declare if needed.
29834         * lib/pipe.c (environ): Likewise.
29835         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
29836
29837 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29838
29839         * modules/argp: Depend on vsnprintf
29840
29841 2005-01-10  Jim Meyering  <jim@meyering.net>
29842
29843         * modules/closeout (Depends-on): Add atexit.
29844
29845 2005-01-06  Bruno Haible  <bruno@clisp.org>
29846
29847         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
29848
29849 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29850
29851         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
29852         definitions to be after all include files, to avoid collisions.
29853         Problem reported by Bob Proulx.
29854
29855 2005-01-04  Jim Meyering  <jim@meyering.net>
29856
29857         Changes imported from coreutils.
29858         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
29859         as the mkstemp template, use a temporary directory and an
29860         8.3-friendly template to avoid trouble on systems like DJGPP.
29861         Reported by Juan M. Guerrero via Stepan Kasal.
29862         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
29863         close. Remove the temporary directory right away, rather than waiting
29864         for configure's at-exit trap code to do it.
29865         Suggestion from Stepan Kasal.
29866
29867 2005-01-01  Simon Josefsson  <jas@extundo.com>
29868
29869         * gnulib-tool: Print #include directives when --import'ing.
29870
29871 2004-12-28  Simon Josefsson  <jas@extundo.com>
29872
29873         * tests/test-base64.c: Include required header files.  Remove
29874         unused variables.
29875
29876 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29877
29878         * modules/error (Depends-on): Remove gettext.
29879
29880 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29881
29882         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
29883         not needed.  This removes a dependency on the gettext module.
29884         [defined _LIBC]: Do not include <libintl.h>; not needed.
29885
29886 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29887
29888         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
29889         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
29890
29891 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
29892
29893         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
29894         HAVE_DECL_STRTOLD.
29895
29896 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29897
29898         * modules/getdate (Depends-on): Remove alloca-opt.
29899
29900 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29901
29902         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
29903
29904 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29905
29906         * lib/argp-parse.c: Include <stddef.h>.
29907         (alignof, alignto): New macros.
29908         (parser_init): Don't assume that void * is aligned sufficiently
29909         for struct option.
29910
29911         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
29912         need to extend the stack.
29913         (YYINITDEPTH): New macro, so that the initial stack isn't overly
29914         large.
29915
29916 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29917
29918         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
29919
29920 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29921
29922         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
29923         (2004-10-24) change.  Apparently this was a false alarm.
29924
29925         * modules/getdate: Depend on alloca-opt, not alloca.
29926
29927 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
29928
29929         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
29930         Remove now-obsolete comment about AIX.
29931         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
29932         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
29933         (YYMAXDEPTH): New macro.
29934
29935 2004-12-18  Simon Josefsson  <jas@extundo.com>
29936
29937         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
29938
29939 2004-12-18  Bruno Haible  <bruno@clisp.org>
29940
29941         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
29942
29943 2004-12-18  Bruno Haible  <bruno@clisp.org>
29944
29945         * lib/fatal-signal.c (fatal_signals): Make non-const.
29946         (init_fatal_signals): New function.
29947         (uninstall_handlers, install_handlers): Ignore signals that were set to
29948         SIG_IGN.
29949         (at_fatal_signal): Call init_fatal_signals.
29950         (init_fatal_signal_set): Likewise. Ignore signals that were set to
29951         SIG_IGN.
29952         Reported by Paul Eggert.
29953
29954 2004-12-18  Bruno Haible  <bruno@clisp.org>
29955
29956         * doc/alloca.texi: New file.
29957         * doc/alloca-opt.texi: New file.
29958
29959 2004-12-17  Jim Meyering  <jim@meyering.net>
29960
29961         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
29962         Otherwise, install-sh could exit with improper exit status when
29963         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
29964
29965 2004-12-16  Simon Josefsson  <jas@extundo.com>
29966
29967         * tests/test-base64.c: Add license.
29968
29969 2004-12-15  Stepan Kasal  <address@hidden>
29970
29971         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
29972
29973 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
29974
29975         * modules/getcwd (Files): Add m4/d-ino.m4.
29976         Suggested by Mark D. Baushke.
29977
29978 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29979
29980         * lib/getdate.y (textint): New member "negative".
29981         (time_zone_hhmm): New function.
29982         Expect 14 shift-reduce conflicts, not 13.
29983         (o_colon_minutes): New rule.
29984         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
29985         (yylex): Set the "negative" member of signed numbers.
29986
29987 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
29988
29989         * doc/getdate.texi (Time of day items, Time zone items):
29990         Describe new formats +00:00, UTC+00:00.
29991
29992 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29993
29994         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
29995         spurious "-l"s.  Problem reported by Stepan Kasal.
29996
29997 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
29998
29999         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
30000         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
30001
30002 2004-12-04  Simon Josefsson  <jas@extundo.com>
30003
30004         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
30005         Vandoorselaere <yoann@prelude-ids.org>.
30006
30007 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30008
30009         Changes imported from coreutils.
30010         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
30011         exist.
30012         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
30013
30014 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30015
30016         Changes imported from coreutils.
30017         * lib/hard-locale.c: Assume <locale.h> exists.
30018         Include "strdup.h".
30019         (GLIBC_VERSION): New macro.
30020         (hard_locale): Assume setlocale exists.
30021         Rewrite to avoid #ifdef.
30022         Use strdup rather than malloc + strcpy.
30023         * lib/human.c: Assume <locale.h> exists.
30024         (human_readable): Assume localeconv exists.
30025
30026 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30027
30028         * modules/hard-locale (Depends-on): Add strdup.
30029
30030 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
30031
30032         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
30033         convert T2, not T.  (Imported from libc.)
30034
30035 2004-11-30  Simon Josefsson  <jas@extundo.com>
30036
30037         * modules/restrict (License): Change to LGPL.
30038
30039 2004-11-30  Simon Josefsson  <jas@extundo.com>
30040
30041         * m4/restrict.m4: Add copyright and copying conditions.
30042
30043 2004-11-30  Simon Josefsson  <jas@extundo.com>
30044
30045         * m4/base64.m4: New file.
30046
30047 2004-11-30  Simon Josefsson  <jas@extundo.com>
30048
30049         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
30050         base64.
30051
30052         * tests/test-base64.c: New file.
30053
30054         * modules/base64: New file.
30055
30056 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30057
30058         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
30059         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
30060
30061         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
30062
30063 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30064
30065         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
30066         (__getcwd.c): Don't restore errno; glibc doesn't.
30067         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
30068         first, falling back to our code only if its results look suspicious.
30069         Ensure that the resulting buffer is only as large as necessary.
30070
30071         * lib/readutmp.c: Include readutmp.h first.
30072         Include <errno.h>, since readutmp.h no longer does that.
30073         * lib/readutmp.h: Don't include <errno.h>,
30074         <sys/param.h>, <time.h>; not needed to establish interface.
30075         (errno): Remove decl.
30076         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
30077         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
30078         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
30079
30080 2004-11-28  Simon Josefsson  <jas@extundo.com>
30081
30082         * lib/base64.h, base64.c: New file.
30083
30084 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
30085
30086         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
30087
30088 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
30089
30090         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
30091         (Depends-on): Remove pathmax, same.  Add mempcpy.
30092         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
30093         (Makefile.am): Append getcwd.h to lib_SOURCES.
30094         (Include): Add getcwd.h.
30095         (Maintainer): Change from Jim Meyering to "all, glibc",
30096         since getdate now uses intended-for-glibc code.
30097         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
30098         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
30099
30100 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30101
30102         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
30103         HP's ANSI C compiler.
30104         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
30105         Declaring int functions causes warnings on some modern systems and
30106         shouldn't be needed to compile on ancient ones.
30107         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
30108         defined.
30109
30110         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
30111         with the following changes.
30112         (__set_errno): Parenthesize properly.
30113         Include <stdbool.h>.
30114         (MIN, MAX, MATCHING_INO): New macros.
30115         (__getcwd): Define with prototype, not K&R form.
30116         Use heuristics to allocate default buffer on stack if possible.
30117         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
30118         behavior, and to avoid the PATH_MAX limit when computing
30119         ../../../../...
30120         Use MATCHING_INO to compare inode number to file.
30121         Check for arithmetic overflow in size calculations.
30122         Fix bug in reallocation of dot array that caused getcwd to fail
30123         on directories nested deeper than 75.
30124         Be more careful about saving errno on error.
30125         Do not use realloc; use only free+malloc, as this is a bit
30126         more flexible and avoids a needless copy operation.
30127         Do not inspect st_dev and st_ino for symbolic links; POSIX
30128         doesn't specify the latter.
30129         Check for closedir errors.
30130         Avoid needless casts.
30131         Use "#ifdef weak_alias" around weak_alias, to be like other
30132         glibc code.
30133         The following changes to getcwd.c have effect only when used in
30134         gnulib; they have no effect inside glibc proper.
30135         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
30136         as alloca isn't used.
30137         (alloca, __alloca): Likewise.
30138         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
30139         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
30140         unconditionally, as gnulib assumes C89 or better.
30141         Do not include <sys/param.h>.
30142         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
30143         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
30144         better.
30145         (NULL) [!defined NULL]: Remove; we assume C89 or better.
30146         Include <dirent.h> in a way that is compatible with modern Autoconf.
30147         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
30148         New macros, if not already defined.
30149         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
30150         Use "_LIBC", not "defined _LIBC", for consistency.
30151         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
30152         a mempcpy module.
30153         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
30154         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
30155         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
30156         credit only to Jim Meyering and adjust the copyright dates.
30157         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
30158         <stdlib.h>, <unistd.h>, "pathmax.h".
30159         Instead, include "xgetcwd.h" (first) and "getcwd.h".
30160         (INITIAL_BUFFER_SIZE): Remove.
30161         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
30162
30163 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30164
30165         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
30166         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
30167         Use the _ONCE methods, for efficiency.
30168         Check for fcntl.h.  In test program, include <errno.h>
30169         and <fcntl.h> if available.  Remove old K&R cruft from
30170         test program.  Check for common errors in GNU/Linux,
30171         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
30172         don't do AC_LIBOBJ, as that's getcwd.m4's job.
30173         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
30174         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
30175         name accordingly.
30176         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
30177         accommodate new getcwd.c.
30178         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
30179         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
30180         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
30181         that's all we need now.
30182
30183 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30184
30185         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
30186         argp-parse.c depends on getopt internals, that means we should
30187         always use our getopt, to be on the safe side.
30188         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
30189         order not to spoil the result of an eventual previous invocation
30190         of gl_GETOPT_SUBSTITUTE.
30191
30192 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30193
30194         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
30195         redefinition warnings. To avoid them, include the defines
30196         in `#if !defined __need_getopt ... #endif'. The only place
30197         where __getopt_argv_const is used is in definitions
30198         of getopt_long and getopt_long_only below, which are as well
30199         protected by `#ifndef __need_getopt'.
30200         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
30201         __need_getopt after including <stdio.h> and <unistd.h> These
30202         headers might have defined it.
30203
30204 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30205
30206         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
30207
30208 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
30209
30210         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
30211         (futimens): New function, which uses futimes if available.
30212         (futimens, utimens): Support timespec==NULL, with same semantics
30213         as utime and utimens.
30214         * lib/utimens.h (futimens): New decl.
30215
30216 2004-11-23  Jim Meyering  <jim@meyering.net>
30217
30218         * lib/getopt_.h: Remove trailing blanks.
30219
30220 2004-11-23  Jim Meyering  <jim@meyering.net>
30221
30222         * lib/__fpending.c: Add comment.
30223
30224 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
30225
30226         * modules/canonicalize (Depends-on): Add xreadlink.
30227         Problem reported by James Youngman.
30228
30229 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
30230
30231         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
30232         New macros.
30233         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
30234         optopt): Use them instead of invoking ## directly; otherwise, the
30235         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
30236
30237 2004-11-19  Bruno Haible  <bruno@clisp.org>
30238
30239         * lib/strtok_r.c: Move comments from here...
30240         * lib/strtok_r.h: ... to here.
30241
30242 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30243
30244         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
30245         implementations that mishandle size_t overflow.
30246
30247 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
30248
30249         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
30250         might fail.  Problem reported by Yoann Vandoorselaere.
30251         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
30252         implementations that mishandle size_t overflow.
30253
30254 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30255
30256         * modules/canon-host (Depends-on): Add strdup.
30257
30258 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30259
30260         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
30261
30262 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30263
30264         * lib/canon-host.c: Include "strdup.h".
30265         (canon_host): Use getaddrinfo if available, so that IPv6 works.
30266         Use strdup instead of malloc/strcpy to duplicate strings.
30267
30268         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
30269         (human_space_before_unit): New constant.
30270         * lib/human.c (human_readable): Support it.
30271
30272         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
30273         (xgetcwd): Set errno correctly when failing.
30274         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
30275         the failure is actually due to a PATH_MAX problem.
30276
30277         Further getopt changes to make it more likely that glibc will
30278         buy the changes back.
30279         * lib/getopt.c (POSIXLY_CORRECT): New constant.
30280         (getopt): Use it, so to preserve glibc semantic
30281         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
30282         when compiling for libc.
30283         * lib/getopt_.h (__getopt_argv_const): Bring it back.
30284         (getopt_long, getopt_long_only): Use it.
30285
30286         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30287         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
30288         (getopt): Argv is now char * const *, as per standard.
30289         (_getopt_internal_r, _getopt_internal): Argv is now char **,
30290         not char *__getopt_argv_const *.
30291         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30292         _getopt_long_only_r): Likewise.
30293         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
30294         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30295         _getopt_long_r, _getopt_long_only_r): Likewise.
30296         * lib/getopt_.h (__getopt_argv_const): Remove.
30297         (getopt): Argv is now char * const *, as per standard.
30298
30299         * lib/getdate.y (tORDINAL): New token.
30300         (day, relunit): Allow it for relative times.
30301         (relative_time_table): Use tORDINAL for ordinals.
30302
30303 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
30304
30305         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
30306         Document that "second" isn't allowed as an ordinal number.
30307
30308 2004-11-16  Jim Meyering  <jim@meyering.net>
30309
30310         * modules/closeout (Depends-on): Add fpending.
30311
30312 2004-11-15  Jim Meyering  <jim@meyering.net>
30313
30314         * lib/closeout.c: Include "__fpending.h" once again.
30315         Include <stdbool.h>.
30316         (close_stdout): Don't fail just because stdout was closed initially,
30317         since some programs don't write to stdout in the normal course of
30318         operation (other than --version and --help), and we don't want this
30319         function to make e.g. `touch file >&-' fail.
30320         But do fail if it was closed and someone has tried to write to it.
30321         E.g., `printf foo >&-' must fail.
30322
30323 2004-11-13  Jim Meyering  <jim@meyering.net>
30324
30325         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
30326
30327 2004-11-12  Simon Josefsson  <jas@extundo.com>
30328
30329         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
30330         small doc fix is still pending.
30331
30332 2004-11-11  Simon Josefsson  <jas@extundo.com>
30333
30334         * modules/strtok_r: New file.
30335
30336         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30337         strtok_r.
30338
30339 2004-11-11  Simon Josefsson  <jas@extundo.com>
30340
30341         * m4/strtok_r.m4: New file.
30342
30343         * m4/getopt.m4: Replace opterr.
30344
30345 2004-11-11  Simon Josefsson  <jas@extundo.com>
30346
30347         * lib/strtok_r.h, strtok_r.c: New file.
30348
30349 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30350
30351         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
30352         of replacing opterr, getopt, etc.  This should handle the
30353         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
30354
30355 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
30356
30357         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
30358         we can stop lying to compilers about the constness of argv when we
30359         are compiled outside glibc.
30360         (getopt, getopt_long, getopt_long_only): Use it.
30361         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
30362         _getopt_internal, getopt): Likewise.
30363         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
30364         _getopt_long_only_r): Likewise.
30365         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
30366         _getopt_long_r, _getopt_long_only_r): Likewise.
30367
30368         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
30369         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
30370         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
30371         the other external symbols.
30372         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
30373         declaration, since the above renaming now works around collisions.
30374
30375 2004-11-11  Jim Meyering  <jim@meyering.net>
30376
30377         * lib/linebreak.c: Remove trailing blanks.
30378         * lib/alloca_.h: Likewise.
30379         * lib/acosl.c: Likewise.
30380         * lib/euidaccess.c: Likewise.
30381         * lib/allocsa.h: Likewise.
30382
30383 2004-11-10  Simon Josefsson  <jas@extundo.com>
30384
30385         * m4/getaddrinfo.m4: New file.
30386
30387 2004-11-10  Simon Josefsson  <jas@extundo.com>
30388
30389         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
30390
30391 2004-11-10  Simon Josefsson  <jas@extundo.com>
30392
30393         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30394         getaddrinfo.
30395
30396         * modules/getaddrinfo: New file.
30397
30398 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30399
30400         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
30401
30402 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30403
30404         * lib/mktime.c (SHR): New macro, which is a portable
30405         substitute for >> that should work even on Crays.
30406         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
30407         Problem reported by Mark D. Baushke in
30408         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
30409         * lib/getdate.y (SHR): Likewise.
30410         (tm_diff): Use it.
30411         * lib/strftime.c (SHR): Likewise.
30412         (tm_diff): Use it.
30413         * lib/quotearg.c (struct quoting_options): Use unsigned int for
30414         quote_these_too, so that right shifts are well defined.  All uses
30415         changed.
30416
30417 2004-11-10  Jim Meyering  <jim@meyering.net>
30418
30419         Ensure that no close failure goes unreported.
30420         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
30421         return early when it seems there's nothing to flush.
30422         Don't include __fpending.h.
30423
30424 2004-11-10  Jim Meyering  <jim@meyering.net>
30425
30426         * modules/closeout (Depends-on): Remove fpending.
30427
30428 2004-11-10  Jim Meyering  <jim@meyering.net>
30429
30430         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
30431
30432 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30433
30434         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
30435         gl_FUNC_STRFTIME.
30436         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
30437         and AC_REQUIRE when possible, to avoid duplicate checks.
30438         Check for <wchar.h>.
30439
30440 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30441
30442         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
30443
30444 2004-11-09  Bruno Haible  <bruno@clisp.org>
30445
30446         * m4/sockpfaf.m4: New file.
30447
30448 2004-11-05  Bruno Haible  <bruno@clisp.org>
30449
30450         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
30451         Reported by Mark D. Baushke <mdb@cvshome.org>.
30452
30453 2004-11-04  Bruno Haible  <bruno@clisp.org>
30454
30455         2004-09-11  Bruno Haible  <bruno@clisp.org>
30456                 * allocsa.valgrind: New file.
30457         2004-02-06  Bruno Haible  <bruno@clisp.org>
30458                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
30459                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
30460                 Reported by Christopher Seip <chris.seip@hp.com>.
30461
30462 2004-11-04  Bruno Haible  <bruno@clisp.org>
30463
30464         * modules/allocsa (Files): Add lib/allocsa.valgrind.
30465         (Makefile.am): Distribute it.
30466
30467 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30468
30469         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
30470         with errno == ERANGE if the buffer is too small.
30471         Problem reported by Mark D. Baushke.
30472
30473 2004-11-03  Albert Chin  <china@thewrittenword.com>
30474             Paul Eggert  <eggert@cs.ucla.edu>
30475
30476         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
30477         equivalent, substitute $ac_type for equivalent type rather than
30478         blindly using uint32_t *always* which won't work if uint32_t is not
30479         available.  Define _UINT32_T to work around typedef of uint32_t if
30480         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
30481         2.5.1.
30482
30483 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30484
30485         * m4/jm-macros.m4: Sync from coreutils.
30486         (gl_MACROS): Check for mbrlen, for pathchk.
30487         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
30488
30489 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30490
30491         * lib/xreadlink.c (MAXSIZE): New macro.
30492         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
30493         size does not exceed MAXSIZE.  Avoid cast.
30494         As suggested by Mark D. Baushke in
30495         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
30496         if readlink fails with buffer size just under MAXSIZE, try again
30497         with MAXSIZE.
30498
30499 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
30500
30501         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
30502
30503 2004-11-02  Derek R. Price  <derek@ximbiot.com>
30504         and  Paul Eggert  <eggert@cs.ucla.edu>
30505
30506         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
30507         (get_date): Overparenthesize to avoid GCC warning.
30508
30509 2004-11-02  Bruno Haible  <bruno@clisp.org>
30510
30511         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
30512         returns void.
30513
30514 2004-11-02  Bruno Haible  <bruno@clisp.org>
30515
30516         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
30517         function returns void.
30518
30519 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30520
30521         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
30522         fflush_unlocked, flockfile, funlockfile, funlockfile,
30523         fputs_unlocked, putc_unlocked.
30524
30525 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30526
30527         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30528         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
30529         already declared.
30530
30531 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30532
30533         * modules/getdate (Files): Add doc/getdate.texi.
30534         (Depends-on): Add setenv, xalloc.
30535
30536 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30537
30538         * lib/getdate.y: Add support for TZ="foo" within a date string.
30539         Fix some bugs near time_t boundaries.  Reject dates with
30540         out-of-range components, e.g., "Sept 31".
30541         Include <stdlib.h>, "setenv.h", "xalloc.h".
30542         (ISDIGIT_LOCALE): Remove; unused.
30543         Note that the TZ and time functions used here are not reentrant.
30544         (mktime_ok, get_tz): New functions.
30545         (TZBUFSIZE): New constant.
30546         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
30547         This requires that we sometimes generate our own TZ="XXX..." setting.
30548
30549 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30550
30551         * doc/getdate.texi: New file, from coreutils with modifications for
30552         the new TZ parsing.
30553
30554 2004-10-27  Derek R. Price  <derek@ximbiot.com>
30555
30556         * lib/mktime.c (not_equal_tm): Remove redundant check.
30557
30558 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30559
30560         * modules/regex (lib_SOURCES): Add regex.c.
30561         Reported by James Youngman in
30562         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
30563
30564 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30565
30566         * lib/getdate.y: Use Bison 1.875 features, and some minor
30567         code cleanups.  This change does not affect semantics.
30568         Don't include <stdlib.h>; no longer needed.
30569         Don't include unlocked-io.h; only the "#if TEST" code uses
30570         stdio, and performance isn't crucial there.
30571         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
30572         Bison 1.875 features as described below.
30573         All uses of "PC." replaced by "pc->".
30574         (YYSTYPE): Add a forward declaration.
30575         (yylex, yyerror): Use full prototypes in forward decls.
30576         Use "%pure-parser" rather than obsolescent "%pure_parser".
30577         Use %parse-param and %lex-param instead of obsolescent
30578         YYPARSE_PARAM and YYLEX_PARAM.
30579         (meridian_table, month_and_day_table, time_units_table,
30580         relative_time_table, time_zone_table, military_table,
30581         lookup_zone, lookup_word, get_date):
30582         Use NULL instead of 0 where appropriate.
30583         (to_hour): Avoid abort (), to avoid a dependency on
30584         stdlib.h.
30585         (yyerror, yylex): Now accepts parser_control * arg.
30586         (main) [TEST]: Use '\0' rather than 0 for char.
30587
30588 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30589
30590         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
30591
30592 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30593
30594         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
30595         It's now the caller's responsibility to handle the case where
30596         !HAVE_GETPAGESIZE && !defined getpagesize.
30597
30598         * lib/mktime.c (leapyear): Arg is long int, not int.
30599
30600 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
30601
30602         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
30603
30604 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30605
30606         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
30607         missing.  Problem reported by James Youngman.
30608
30609 2004-10-16  Simon Josefsson  <jas@extundo.com>
30610
30611         * gnulib-tool: Fix comments.  Fix parse problem.
30612         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
30613
30614 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
30615
30616         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
30617         implementation of getopt_long.  Problem reported by Alexander Taler in:
30618         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
30619
30620 2004-10-15  Bruno Haible  <bruno@clisp.org>
30621
30622         * gnulib-tool: Untabify. Initialize supplied_libname.
30623         (func_usage): More homogenous output.
30624         (func_modules_transitive_closure, func_modules_to_filelist,
30625         func_emit_lib_Makefile_am): New functions.
30626         (func_import): New function, extracted from big case statement. Use
30627         func_get_license, func_modules_transitive_closure,
30628         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
30629         opt_lgpl. Don't use test -a, as it's not portable.
30630         (func_create_testdir): Use func_modules_transitive_closure,
30631         func_modules_to_filelist, func_emit_lib_Makefile_am.
30632
30633 2004-10-15  Bruno Haible  <bruno@clisp.org>
30634
30635         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
30636
30637 2004-10-15  Bruno Haible  <bruno@clisp.org>
30638
30639         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
30640         the portions belonging to each module.
30641         Suggested by Derek Robert Price <derek@ximbiot.com>.
30642
30643 2004-10-12  Simon Josefsson  <jas@extundo.com>
30644
30645         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
30646         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
30647         to real functions.
30648
30649 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30650
30651         * modules/vsnprintf: New file.
30652
30653 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30654
30655         * m4/vsnprintf.m4: New file.
30656
30657 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30658
30659         * lib/vsnprintf.h: New file.
30660         * lib/vsnprintf.c: New file.
30661
30662 2004-10-11  Bruno Haible  <bruno@clisp.org>
30663
30664         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
30665         vsnprintf.
30666
30667 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30668
30669         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
30670
30671 2004-10-07  Bruno Haible  <bruno@clisp.org>
30672
30673         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
30674         fits into the provided buffer.
30675
30676 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30677
30678         * lib/diacrit.c, diacrit.h: Add GPL notice.
30679
30680         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
30681         notice.
30682         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
30683         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
30684         This avoids a potential constant-folding bug.
30685
30686 2004-10-05  Bruno Haible  <bruno@clisp.org>
30687
30688         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
30689         for the declaration of strsep.
30690
30691 2004-10-05  Bruno Haible  <bruno@clisp.org>
30692
30693         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
30694
30695 2004-10-04  Simon Josefsson  <jas@extundo.com>
30696
30697         * modules/memmem: New file.
30698         * tests/test-memmem.c: New file.
30699         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
30700
30701 2004-10-04  Simon Josefsson  <jas@extundo.com>
30702
30703         * m4/memmem.m4: New file.
30704
30705 2004-10-04  Simon Josefsson  <jas@extundo.com>
30706
30707         * lib/memmem.h: New file.
30708         * lib/memmem.c: New file, taken from glibc.
30709
30710 2004-10-04  Simon Josefsson  <jas@extundo.com>
30711
30712         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
30713         '#ifdef USE_UNLOCKED_IO'.
30714
30715 2004-10-04  Simon Josefsson  <jas@extundo.com>
30716
30717         * config/srclist.txt: Add memmem from glibc.
30718
30719 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30720
30721         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
30722
30723         * modules/argmatch, modules/argp, modules/closeout, modules/error,
30724         modules/exclude, modules/getdate, modules/getline,
30725         modules/getndelim2, modules/getpass, modules/getpass-gnu,
30726         modules/getusershell, modules/linebuffer, modules/md5,
30727         modules/mountlist, modules/posixtm, modules/readtokens,
30728         modules/readutmp, modules/regex, modules/sha1,
30729         modules/version-etc, modules/yesno:
30730         Remove dependency on unlocked-io.
30731
30732 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30733
30734         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
30735
30736         * m4/unlocked-io.m4: Add copyright notice.
30737         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
30738
30739 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30740
30741         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
30742         * lib/xmalloc.c (xmemdup): Likewise.
30743         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
30744         XFREE): Remove these long-obsolescent macros.
30745         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
30746         * lib/xstrdup.c: Remove.
30747
30748         * lib/regex.c (re_comp): Cast gettext return value to char *,
30749         Problem reported by Martin Neitzel via Mark D. Baushke.
30750
30751 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
30752
30753         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
30754         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
30755         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
30756         regex.c, sha1.c, version-etc.c, yesno.c:
30757         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
30758         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
30759         the includer's responsibility.
30760
30761         Sync from coreutils.
30762
30763         * lib/modechange.c (mode_compile): Don't decrement a pointer that
30764         points to the start of a string, as the C Standard says the
30765         resulting behavior is undefined.
30766
30767         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
30768         simple -> simple_backups, numbered_existing ->
30769         numbered_existing_backups, numbered -> numbered_backups
30770         to avoid shadowing problems.  All uses changed.
30771         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
30772         * lib/backupfile.c (check_extension, numbered_backup):
30773         Rename locals to avoid shadowing 'basename'.
30774         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
30775         once.
30776
30777         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
30778         * lib/.cvsignore: Add getopt.h.
30779
30780 2004-10-04  Bruno Haible  <bruno@clisp.org>
30781
30782         * modules/README: New file.
30783         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
30784         not a module.
30785
30786 2004-10-02  Jim Meyering  <jim@meyering.net>
30787
30788         * lib/dirfd.h, getpagesize.h: Add copyright notice.
30789
30790 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30791
30792         * modules/strsep: New file.
30793
30794 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30795
30796         * m4/strsep.m4: New file.
30797
30798 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
30799
30800         * lib/strsep.h: New file.
30801         * lib/strsep.c: New file.
30802
30803 2004-10-01  Simon Josefsson  <jas@extundo.com>
30804
30805         * lib/snprintf.c (snprintf): Handle size==0.
30806
30807 2004-10-01  Simon Josefsson  <jas@extundo.com>
30808             Bruno Haible  <bruno@clisp.org>
30809
30810         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
30811         (snprintf): Declare 'args'.
30812
30813 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
30814
30815         * lib/snprintf.c: Remove comments as to why each header is needed.
30816
30817 2004-10-01  Bruno Haible  <bruno@clisp.org>
30818
30819         * MODULES.html.sh: Add strsep.
30820
30821 2004-09-30  Simon Josefsson  <jas@extundo.com>
30822
30823         * modules/snprintf: New file.
30824
30825 2004-09-30  Simon Josefsson  <jas@extundo.com>
30826
30827         * m4/snprintf.m4: New file.
30828
30829 2004-09-30  Simon Josefsson  <jas@extundo.com>
30830
30831         * lib/snprintf.h, lib/snprintf.c: New files.
30832
30833 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30834
30835         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
30836         (hol_entry_help): Never translate an empty string.
30837         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
30838         * lib/argp.h (OPTION_NO_TRANS): New option.
30839
30840 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30841
30842         * modules/argp (Maintainer): Replace Simon Josefsson
30843         by Sergey Poznyakoff.
30844
30845 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30846
30847         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
30848         changes merged back into glibc.
30849
30850 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
30851
30852         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
30853
30854 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30855
30856         * lib/xvasprintf.c: Include xalloc.h.
30857         (xvasprintf): Use xalloc_die, not xmalloc_die.
30858
30859 2004-09-29  Bruno Haible  <bruno@clisp.org>
30860
30861         * modules/alloca-opt: New file, derived from modules/alloca.
30862         * modules/allocsa: Depend on alloca-opt instead of alloca.
30863         * modules/setenv: Likewise.
30864         * modules/vasnprintf: Likewise.
30865         * MODULES.html.sh: Add alloca-opt.
30866
30867 2004-09-28  Simon Josefsson  <jas@extundo.com>
30868
30869         * gnulib-tool: New parameter --lgpl, to asseert that modules are
30870         LGPL, and to replace license template from GPL to LGPL.
30871
30872 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30873
30874         * modules/dummy: Change license to LGPL.
30875
30876 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
30877
30878         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
30879
30880 2004-09-24  Simon Josefsson  <jas@extundo.com>
30881
30882         * modules/minmax (License): Change from GPL to LGPL.
30883
30884 2004-09-23  Simon Josefsson  <jas@extundo.com>
30885
30886         * gnulib-tool (--import): Typo.
30887
30888 2004-09-23  Simon Josefsson  <jas@extundo.com>
30889
30890         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
30891
30892 2004-09-22  Bruno Haible  <bruno@clisp.org>
30893
30894         * modules/*: Add 'License' field.
30895         * gnulib-tool: Accept --extract-license option.
30896         (func_get_license): New function.
30897
30898 2004-09-21  Bruno Haible  <bruno@clisp.org>
30899
30900         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
30901         Reported by Simon Josefsson.
30902
30903 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30904
30905         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
30906         gl_AC_TYPE_LONG_LONG.
30907
30908 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30909
30910         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
30911
30912 2004-09-18  Simon Josefsson  <jas@extundo.com>
30913         and  Paul Eggert  <eggert@cs.ucla.edu>
30914
30915         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
30916         calls with autoreconf.  Define GL_LIB.
30917
30918 2004-09-14  Karl Berry  <karl@gnu.org>
30919
30920         * config/srclist.txt: unsync setenv.c, sigh.
30921
30922 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30923
30924         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
30925         Problem reported by Bruno Haible in:
30926         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
30927
30928 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30929
30930         * config/srclist.txt: Comment out argp-pvh.c.
30931
30932 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
30933
30934         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
30935         in case some system header has #define'd it.  Problem reported by
30936         Soeren D. Schulze in
30937         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
30938
30939 2004-09-09  Karl Berry  <karl@gnu.org>
30940
30941         * regex.[ch]: delete from the root.  These were supposed to be
30942                 synced with emacs cvs, but this has not happened for about
30943                 a year, and anyway nothing else uses emacs regex.[ch].
30944                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
30945                 lib/regex[.ch] is untouched.
30946
30947 2004-09-09  Bruno Haible  <bruno@clisp.org>
30948
30949         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
30950
30951 2004-09-09  Bruno Haible  <bruno@clisp.org>
30952
30953         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
30954         modifications.
30955         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
30956
30957 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30958
30959         * modules/xvasprintf: New file.
30960         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
30961
30962 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
30963
30964         * lib/xvasprintf.h: New file.
30965         * lib/xvasprintf.c: New file.
30966         * lib/xasprintf.c: New file.
30967
30968 2004-09-08  Bruno Haible  <bruno@clisp.org>
30969
30970         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
30971
30972 2004-09-08  Bruno Haible  <bruno@clisp.org>
30973
30974         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
30975         length is > INT_MAX.
30976         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
30977         more.
30978
30979 2004-09-08  Bruno Haible  <bruno@clisp.org>
30980
30981         * lib/stdint_.h: New file, taken from GNU clisp.
30982
30983 2004-09-08  Bruno Haible  <bruno@clisp.org>
30984             Oskar Liljeblad  <oskar@osk.mine.nu>
30985
30986         * modules/stdint: New file.
30987         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
30988
30989 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30990
30991         Import from coreutils.
30992         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
30993         strings on unbounded length.  alloca's performance benefits aren't
30994         that important here.
30995         (V_STRDUP): Remove.
30996         (parse_with_separator): New function, with most of the internals
30997         of the old parse_user_spec.  Allow user to omit both user and group,
30998         for compatibility with FreeBSD.
30999         Clone only the user name, not the entire spec.
31000         Do not set *uid, *gid unless entirely successful.
31001         Avoid memory leak in some failing cases.
31002         Fix regression for USER.GROUP reported by Dmitry V. Levin in
31003         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
31004         (parse_user_spec): Rewrite to use parse_with_separator.
31005
31006 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31007
31008         * modules/userspec: Don't depend on alloca.
31009
31010 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31011
31012         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
31013
31014 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31015
31016         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
31017         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
31018         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
31019
31020 2004-08-16  Simon Josefsson  <jas@extundo.com>
31021
31022         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
31023         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
31024         Add --dry-run for --import.
31025         Let user provided command line parameters override configure.ac
31026         settings.
31027
31028 2004-08-12  Simon Josefsson  <jas@extundo.com>
31029
31030         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
31031         as discussed with Paul Eggert in threads rooted at
31032         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
31033         and
31034         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
31035         Before, the test was empty, and relied on ELIDE_CODE in source
31036         code.)
31037         (gl_PREREQ_GETOPT): New macro.
31038         (gl_GETOPT): Use them.
31039
31040 2004-08-12  Simon Josefsson  <jas@extundo.com>
31041
31042         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
31043         * lib/getopt_.h: Renamed from getopt.h.
31044
31045 2004-08-12  Simon Josefsson  <jas@extundo.com>
31046
31047         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
31048         Change default library name from libfoo to libgnu.
31049         Now, if you have a configure.ac that says:
31050                 gl_SOURCE_BASE(gl)
31051                 gl_M4_BASE(gl/m4)
31052                 gl_MODULES(error getopt etcetera)
31053                 gl_INIT
31054         you can import all you need by running:
31055                 ../gnulib/gnulib-tool --import
31056
31057         * modules/getopt (Files): Rename getopt.h to getopt_.h.
31058         (Makefile.am): Rewrite, use logic from argz.
31059         (Include): Use <getopt.h> instead of "getopt.h".
31060
31061 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31062
31063         * modules/argp (Files): Add m4/unlocked-io.m4.
31064         (Depends-on): Add extensions.
31065
31066 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31067
31068         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
31069         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
31070         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
31071         Check for program_invocation_name, program_invocation_short_name,
31072         flockfile, funlockfile, features.h, _getopt_long_only_r.
31073
31074 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31075
31076         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
31077         its complicated substitute.
31078         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
31079         and program_invocation_name.
31080         (__argp_basename) [!_LIBC]: Remove; the only use was
31081         replaced by its body.
31082         (__argp_short_program_name): Change condition from
31083         !defined __argp_short_program_name to
31084         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
31085         to match argp-namefrob.h.
31086         (__argp_failure): Don't assume strerror_r returns char *.
31087         * lib/argp-parse.c (N_): Define unconditionally.
31088         (argp_default_options): Fill out initializers with 0 to avoid
31089         gcc warnings.
31090
31091 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31092
31093         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
31094         getopt1.c.
31095
31096 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31097
31098         Merge from coreutils.
31099
31100         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
31101
31102         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
31103         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
31104
31105 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31106
31107         Merge from coreutils.
31108
31109         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
31110         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
31111         for Reliant Unix 5.43.
31112
31113         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
31114         (union fooround): Use uintmax_t, not long int.
31115         The rest is a merge from libc:
31116         [defined _LIBC]: Include <shlib-compat.h>.
31117         (_obstack) [defined _LIBC]: Remove after 2.3.4.
31118
31119         * lib/settime.c (settime): Recode to avoid warning with
31120         Sun Forte C 6U2.
31121
31122         * lib/strverscmp.c: Convert to UTF-8.
31123
31124 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31125
31126         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31127         m4/uintmax_t.m4.
31128
31129 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31130
31131         * modules/xalloc-die: New file.
31132         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
31133
31134         * modules/md5 (Files): Add m4/uint32_t.m4.
31135         * modules/sha1: Renamed from modules/sha.
31136         (Files):
31137         Rename lib/sha.h to lib/sha1.h.
31138         Rename lib/sha.c to lib/sha1.c.
31139         Rename m4/sha.m4 to m4/sha1.m4.
31140         (lib_SOURCES): Likewise.
31141         (configure.ac): Rename gl_SHA to gl_SHA1.
31142         (Include): sha.h -> sha1.h.
31143
31144 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31145
31146         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
31147         * m4/sha1.m4: Renamed from sha.m4.
31148         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
31149
31150 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31151
31152         * lib/obstack.h (obstack_empty_p):
31153         Don't assume that chunk->contents is suitably aligned.
31154         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
31155         Likewise. Problem reported by Benno in
31156         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
31157
31158         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
31159         readable.  This could be improved further but it'd take some work.
31160
31161 2004-08-08  Simon Josefsson  <jas@extundo.com>
31162
31163         * modules/xgethostname (Depends-on): Remove exit and error (not
31164         used).
31165
31166         * modules/getpass-gnu: Add getpass.h.
31167         (Depends-on): Add stdbool.
31168         * modules/getpass: Add getpass.h.
31169
31170 2004-08-08  Simon Josefsson  <jas@extundo.com>
31171
31172         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
31173         Check getpass declaration.
31174
31175 2004-08-08  Simon Josefsson  <jas@extundo.com>
31176
31177         * lib/xgethostname.c: Don't include error.h (not used).
31178
31179         * lib/getpass.h: Add.
31180         * lib/getpass.c: Include getpass.h first.
31181
31182 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
31183
31184         * lib/xalloc-die.c: New file.
31185         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
31186         All uses removed.
31187         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
31188         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
31189         xalloc-die.c.
31190         (_, N_, xalloc_die): Move to xalloc-die.c.
31191         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
31192         so that we needn't mess with xalloc_msg_memory_exhausted.
31193
31194         * lib/sha1.h: Renamed from sha.h.
31195         (SHA1_H): Renamed from _SHA_H.
31196         (sha1_ctx): Renamed from sha_ctx.
31197         (sha1_init_ctx): Renamed from sha_init_ctx.
31198         (sha1_process_block): Renamed from sha_process_block.
31199         (sha1_process_bytes): Renamed from sha_process_bytes.
31200         (sha1_finish_ctx): Renamed from sha_finish_ctx.
31201         (sha1_read_ctx): Renamed from sha_read_ctx.
31202         (sha1_stream): Renamed from sha_stream.
31203         (sha1_buffer): Renamed from sha_buffer.
31204         * lib/sha1.c: Likewise; renamed from sha.c.
31205         Do not include <sys/types.h>.
31206         Include <stddef.h> rather than <stdlib.h>.
31207
31208 2004-08-08  Bruno Haible  <bruno@clisp.org>
31209
31210         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
31211         FILESYSTEM_PREFIX_LEN.
31212         * lib/progreloc.c: Likewise.
31213         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
31214
31215 2004-08-06  Simon Josefsson  <jas@extundo.com>
31216
31217         * modules/progname (Depends-on): Don't depend on stdbool.
31218
31219 2004-08-06  Simon Josefsson  <jas@extundo.com>
31220
31221         * modules/getsubopt: New file.
31222         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31223         getsubopt.
31224
31225 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31226
31227         More merge from coreutils.
31228
31229         * m4/utimens.m4, m4/utimecmp.m4: New files.
31230         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
31231         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
31232         prereq.m4, sha.m4: Import changes from coreutils.
31233
31234 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31235
31236         More merge from coreutils.
31237         * modules/raise, modules/readtokens0, modules/utimens:
31238         * modules/utimecmp, module/xnanosleep: New files.
31239         * modules/strftime: Add lib/strftime.h.
31240         Change include from <time.h> to "strftime.h".
31241         * modules/yesno: Add lib/yesno.h.
31242         * modules/backupfile: Remove lib/addext.c.
31243         * modules/euidaccess: Add stat-macros.h.
31244         * modules/canonicalize, modules/euidaccess,
31245         modules/filemode, modules/lchown, modules/makepath,
31246         modules/rmdir, modules/stat: Likewise.
31247
31248 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
31249
31250         Merge from tar.
31251         * lib/argp-help.c (make_hol, hol_append): Don't assume that
31252         SIZE_MAX is a valid preprocessor constant.
31253         (__argp_basename): Change from "#ifndef _LIBC"
31254         to "#ifndef __argp_short_program_name", so that
31255         we don't compile these functions for tar.
31256
31257         More merges from coreutils.
31258         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
31259         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
31260         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
31261         * lib/addext.c: Remove; no longer needed.
31262         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
31263         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
31264         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
31265         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
31266         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
31267         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
31268         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
31269         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
31270         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
31271         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
31272         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
31273         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
31274         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
31275         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
31276         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
31277         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
31278         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
31279         Import changes from coreutils.
31280
31281 2004-08-05  Simon Josefsson  <jas@extundo.com>
31282
31283         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
31284
31285 2004-08-05  Simon Josefsson  <jas@extundo.com>
31286
31287         * m4/getsubopt.m4: New file.
31288
31289 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31290
31291         Merge from coreutils.
31292
31293         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
31294         * m4/getcwd-path-max.m4: New files.
31295
31296         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
31297         FILESYSTEM_PREFIX_LEN ->
31298         FILE_SYSTEM_PREFIX_LEN.
31299         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
31300         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
31301         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
31302         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
31303
31304         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
31305         prerequisite modules now handle the DOS stuff.
31306         Don't check for unistd.h.
31307
31308 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31309
31310         Merge from coreutils.
31311
31312         * lib/.gdb-history: Remove; this doesn't belong here.
31313
31314         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
31315         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
31316         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
31317         * lib/getcwd.c: New files.
31318
31319         * lib/dirname.h: Include <stdbool.h>.
31320         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
31321         for consistency with POSIX terminology.  All uses changed.
31322         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
31323         (strip_trailing_slashes): Use bool for booleans.
31324         * lib/stripslash.c (strip_trailing_slashes): Likewise.
31325
31326         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
31327         sometimes returns a positive errno value even when it succeeds.
31328         (print_errno_message) [!LIBC]: Fall back on strerror if
31329         __strerror_r fails.
31330
31331         * lib/path-concat.c (mempcpy): Don't define if a system header defines
31332         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
31333         (longest_relative_suffix): New function.
31334         (path_concat): Use it.  Assume first argument is not NULL.
31335         Port to DOS.  Omit redundant separators.
31336         Report an error instead of returning NULL.
31337         Use mempcpy instead of memcpy.
31338         (xpath_concat): Remove: not declared or used.
31339
31340         * lib/same.h: Include <stdbool.h>
31341         (same_name): Return bool, not int.
31342         * lib/same.c (same_name): Likewise.
31343         (errno): Don't declare; we assume C89 or better now.
31344
31345         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
31346         if not already defined.
31347
31348         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
31349         * lib/dup-safer.c (errno): Likewise.
31350
31351 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
31352
31353         Merge from coreutils.
31354         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
31355         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
31356         * modules/path-concat: Don't depend on strdup.
31357
31358 2004-08-03  Simon Josefsson  <jas@extundo.com>
31359
31360         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
31361         * lib/progname.h: Don't include stdbool.h.
31362
31363 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31364
31365         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
31366         * MODULES.html.sh (func_all_modules): Remove fatal.
31367
31368 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31369
31370         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
31371
31372 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
31373
31374         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
31375         working.
31376
31377 2004-08-02  Simon Josefsson  <jas@extundo.com>
31378
31379         * lib/getsubopt.h: New file, with comments from Bruno Haible.
31380         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
31381         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
31382
31383 2004-08-01  Simon Josefsson  <jas@extundo.com>
31384
31385         * lib/xgetdomainname.c: Include stdlib.h, for free().
31386
31387 2004-07-19  Bruno Haible  <bruno@clisp.org>
31388
31389         * MODULES.html.sh (func_all_modules): Add dummy.
31390
31391 2004-07-16  Simon Josefsson  <jas@extundo.com>
31392
31393         * modules/dummy: New file.
31394
31395 2004-07-16  Simon Josefsson  <jas@extundo.com>
31396
31397         * lib/dummy.c: New file.
31398
31399 2004-07-16  Bruno Haible  <bruno@clisp.org>
31400
31401         * lib/backupfile.h: Add extern "C" for C++.
31402         * lib/closeout.h: Likewise.
31403         * lib/copy-file.h: Likewise.
31404         * lib/findprog.h: Likewise.
31405         * lib/full-write.h: Likewise.
31406         * lib/pathname.h: Likewise.
31407         * lib/progname.h: Likewise.
31408         * lib/stpcpy.h: Likewise.
31409         * lib/stpncpy.h: Likewise.
31410         * lib/strcase.h: Likewise.
31411         * lib/strstr.h: Likewise.
31412         * lib/xalloc.h: Likewise.
31413
31414         * lib/mbswidth.h: Add extern "C" for C++.
31415         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
31416
31417 2004-07-13  Robert Millan  <robertmh@gnu.org>
31418
31419         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
31420
31421 2004-07-09  Simon Josefsson  <jas@extundo.com>
31422
31423         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
31424         failed without this.)
31425
31426 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31427
31428         * modules/chown (Files): Add lib/fchown-stub.c, since
31429         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
31430
31431 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31432
31433         * lib/fchown-stub.c: New file.
31434
31435 2004-06-24  Jim Meyering  <jim@meyering.net>
31436
31437         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
31438
31439 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31440
31441         * modules/argz: Omit "#include".
31442
31443         * MODULES.html.sh (func_all_modules): Add calloc, to match
31444         2004-06-01 addition of calloc module.
31445
31446 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31447
31448         * m4/argz.m4: New file, which is autoupdated from libtool.
31449
31450 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31451
31452         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
31453         libtool.
31454
31455 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31456
31457         * config/srclist-update: Don't insist on "USA." before the
31458         close-comment, as libtool omits the period and puts the */ on a
31459         separate line.
31460         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
31461         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
31462
31463 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
31464
31465         * modules/argz: New file.
31466         * MODULES.html.sh (func_all_modules): Add argz.
31467
31468 2004-06-12  Jim Meyering  <jim@meyering.net>
31469         and  Paul Eggert  <eggert@cs.ucla.edu>
31470
31471         * modules/hash (Files): Add lib/xalloc.h.
31472         * modules/pipe (Depends-on): Add wait-process.
31473         * modules/stat (Depends-on): Add xalloc.
31474         * modules/userspec (Files): Add lib/userspec.h.
31475         * modules/xstrto
31476
31477         Upgrade from gettext-0.13.
31478         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
31479         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
31480         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
31481
31482 2004-06-10  Jim Meyering  <jim@meyering.net>
31483
31484         * lib/calloc.c: New file.
31485
31486 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
31487
31488         * lib/getdate.y (yylex): Allow space between sign and number.
31489         Problem reported by Dan Jacobson.
31490
31491 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31492
31493         Merge from coreutils CVS.
31494
31495         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
31496         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
31497         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
31498         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
31499         xstrtol.m4: Fix copyright date and/or serial number.
31500
31501         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
31502         See if we need an fchown replacement.
31503         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
31504         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
31505         and use the replacement function if we detect either defect.
31506
31507         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
31508         gl_UTIMECMP.
31509
31510 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
31511         and  Jim Meyering  <jim@meyering.net>
31512
31513         Merge from coreutils CVS.
31514
31515         * lib/stat-macros.h: New file, with contents from file-type.h
31516         and coreutils' system.h.
31517         * lib/file-type.c: Include "stat-macros.h".
31518         * lib/file-type.h (file_type): Move all macro definitions to new file,
31519         stat-macros.h.
31520
31521         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
31522         Wrap old code with this conditional.
31523         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
31524         function that does not dereference symlinks.
31525         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
31526
31527         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
31528         dependency problems.
31529         (xreadlink): Accept new arg SIZE, for efficiency.
31530         All decls and uses changed.
31531         * lib/xreadlink.h: Include <stddef.h>, for size_t.
31532
31533         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
31534         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
31535
31536         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
31537         sysexits.h.
31538
31539 2004-06-01  Jim Meyering  <jim@meyering.net>
31540
31541         * m4/calloc.m4: New file.
31542
31543 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
31544
31545         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
31546         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
31547         Also, fix a typo in a diagnostic.
31548
31549 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31550
31551         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
31552         or AC_FUNC_REALLOC.
31553
31554 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
31555
31556         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
31557         macros to be defined.
31558         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
31559         the allocator returns NULL because the requested size is zero.
31560
31561 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31562
31563         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
31564         var.  Add comment explaining why libc still defines it.  This
31565         merges the following patch from glibc:
31566         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
31567
31568 2004-05-20  Andreas Schwab  <schwab@suse.de>
31569
31570         * m4/free.m4: Replace free if it not known to work, not the other
31571         way round.
31572
31573 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31574
31575         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
31576         present in glibc since revision 1.1 of this file.
31577         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
31578         obstack_alignment_mask, obstack_alloc, obstack_base,
31579         obstack_blank, obstack_blank_fast, obstack_chunk_size,
31580         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
31581         obstack_grow0, obstack_init, obstack_int_grow,
31582         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
31583         obstack_next_free, obstack_object_size, obstack_ptr_grow,
31584         obstack_ptr_grow_fast, obstack_room): Remove declarations of
31585         nonexistent functions.
31586
31587 2004-05-18  Karl Berry  <karl@gnu.org>
31588
31589         * config/srclist.txt: break link for vasnprintf.c.
31590
31591 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31592
31593         Port obstack to the AS/400, where pointers are 16 bytes wide and
31594         you cannot cast an integer to a valid pointer.  This patch is
31595         currently waiting to be integrated into glibc; see
31596         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
31597
31598         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
31599         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
31600         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
31601         (struct obstack): temp member is now a union of a pointer and
31602         an integer, instead of an integer.  All integer uses changed.
31603         This does not affect the physical layout of struct obstack,
31604         except on hosts (like the AS/400) where the size or alignment of
31605         void * is greater than that of ptrdiff_t.
31606         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
31607         __STDC__)]: Store temporary in pointer member of union, not
31608         integer member.
31609         * lib/obstack.c: Include <stddef.h>, for offsetof.
31610         (struct fooalign): Remove; it doesn't need a name.
31611         (union fooround): Change double to long double, and add void *.
31612         (DEFAULT_ALIGNMENT): Use offsetof to compute.
31613         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
31614         not a macro.  Hence the values are always int; so remove all
31615         casts-to-int in uses.
31616
31617 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31618
31619         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
31620         we can get this patch merged into glibc.
31621
31622 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31623             Paul Eggert  <eggert@cs.ucla.edu>
31624
31625         * m4/argp: Depend on alloca.
31626
31627 2004-05-17  Derek R. Price  <derek@ximbiot.com>
31628             Paul Eggert  <eggert@cs.ucla.edu>
31629
31630         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
31631         freecoding.
31632
31633 2004-05-17  Bruno Haible  <bruno@clisp.org>
31634
31635         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
31636         precision that consists of a '.' followed by an empty digit string.
31637         Patch by Tor Lillqvist <tml@iki.fi>.
31638
31639 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31640
31641         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
31642         for backward compatibility with older code.  We need our own
31643         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
31644         it under some other name, and our alloca.h will define it.
31645
31646 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31647             Derek Price  <derek@ximbiot.com>
31648
31649         * lib/alloca.c: Include <alloca.h>, to get our interface.
31650         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
31651         include <alloca.h> first.  Use C89 prototype for alloca; this
31652         requires including <stddef.h> for size_t.  Use extern "C" if C++.
31653         Use #elif for simplicity, since we can assume C89 now.
31654         Don't try to source the system alloca.h since it will not be found
31655         and to prevent recursively including its replacement.
31656         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
31657         * lib/regex.c: Likewise.
31658
31659 2004-05-16  Derek Price  <derek@ximbiot.com>
31660             Paul Eggert  <eggert@cs.ucla.edu>
31661
31662         getline cleanup.  This changes the getndelim2 API: both order of
31663         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
31664         no delimiter).
31665
31666         * lib/getline.c: Don't include stddef.h or stdio.h, since our
31667         interface does that.
31668         (getline): Always use getdelim, so that we don't have two
31669         copies of this code.
31670         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
31671         if available.
31672         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
31673         (GETNDELIM2_MAXIMUM): New macro.
31674         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
31675         instead of the old practice of delim2==0.  All callers changed.
31676         Return -1 on overflow, instead of returning junk.
31677         Do not set *linesize unless allocation succeeds.
31678         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
31679         that we include sys/types.h.
31680         * lib/getnline.h: Likewise.
31681         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
31682         (getndelim2): Reorder arguments.
31683         * lib/getnline.c (getnline, getndelim):
31684         Don't discard the NMAX argument.
31685         (getnline): Invoke getndelim, to avoid code duplication.
31686         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
31687         of (size_t) -1 by callers of the getnline family.
31688
31689 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31690
31691         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
31692         Check for gettimeofday.
31693         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
31694         Check for settimeofday, stime.
31695
31696 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31697
31698         * lib/nanosleep.c (suspended): Change its type from int to
31699         sig_atomic_t volatile.
31700         (first_call): Make it private to rpl_nanosleep, and have it
31701         be zero initially as that's a bit faster.
31702         (my_usleep): Round up fractional times instead of truncating them,
31703         as this is the usual meaning for 'sleep'.
31704
31705         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
31706         doesn't work.
31707         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
31708         (ENOSYS): Define if not defined.
31709         (settime): Fall back on stime if it exists and settimeofday fails.
31710         But don't bother with fallbacks if a method fails with errno == EPERM.
31711
31712 2004-05-11  Jim Meyering  <jim@meyering.net>
31713
31714         Prior to this change, the save_cwd caller required read access to the
31715         current directory on most systems (ones with the fchdir function).
31716
31717         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
31718         fails, try write-only, and finally, resort to using xgetcwd.
31719
31720 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31721
31722         * lib/obstack.c, obstack.h: Import changes from libc.
31723
31724 2004-04-28  Bruno Haible  <bruno@clisp.org>
31725
31726         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
31727         also implicitly appends .exe to executables.
31728         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
31729         accepts Windows pathnames.
31730         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31731         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31732         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
31733         Treat Cygwin like Windows, since it now accepts Windows pathnames.
31734         Reported by Derek Robert Price <derek@ximbiot.com>.
31735
31736 2004-04-21  Karl Berry  <karl@gnu.org>
31737
31738         * config/srclist.txt (localcharset.c): break sync.
31739
31740 2004-04-20  Paul Eggert  <eggert@twinsun.com>
31741
31742         * m4/host-os.m4: Add a copyright notice.
31743
31744 2004-04-20  Jim Meyering  <jim@meyering.net>
31745
31746         Change UTILS_ to gl_ in AC_DEFINE'd names.
31747         Change utils_- and jm_-prefixed variables, too.
31748         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
31749         UTILS_FUNC_MKDIR_TRAILING_SLASH.
31750         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
31751
31752         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
31753         Don't emit trailing blanks.
31754         Also rename jm_-prefixed variables to have gl_ prefix.
31755
31756         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
31757         Also rename jm_-prefixed variables to have gl_ prefix.
31758
31759         * m4/jm-macros.m4: Reflect the renamings.
31760         * m4/prereq.m4: Likewise.
31761
31762 2004-04-20  Jim Meyering  <jim@meyering.net>
31763
31764         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
31765         memory.
31766
31767 2004-04-20  Jim Meyering  <jim@meyering.net>
31768             Bruno Haible  <bruno@clisp.org>
31769
31770         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
31771         memory when realloc fails.
31772
31773 2004-04-19  Jim Meyering  <jim@meyering.net>
31774
31775         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
31776         now that readutmp.c may call `free (0)'.
31777
31778 2004-04-19  Bruno Haible  <bruno@clisp.org>
31779
31780         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
31781         * m4/inttypes_h.m4: Likewise.
31782         * m4/stdint_h.m4: Likewise.
31783         * m4/intmax_t.m4: Likewise.
31784         * m4/uintmax_t.m4: Likewise.
31785
31786 2004-04-18  Jim Meyering  <jim@meyering.net>
31787
31788         * m4/prereq.m4: Don't forbid jm_ prefix.
31789
31790         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
31791         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
31792         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
31793         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
31794         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
31795         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
31796         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
31797         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
31798         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
31799         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
31800         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
31801         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
31802         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
31803         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
31804         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
31805         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
31806         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
31807         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
31808         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
31809
31810 2004-04-18  Jim Meyering  <jim@meyering.net>
31811
31812         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
31813         failure, don't leak memory and do call END_UTMP_ENT.
31814
31815 2004-04-16  Jim Meyering  <jim@meyering.net>
31816
31817         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
31818         coreutils' stat program.
31819         (gl_PREREQ): Don't require jm_PREREQ_STAT.
31820
31821 2004-04-11  Paul Eggert  <eggert@twinsun.com>
31822
31823         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
31824         C89.
31825         (CHAR_BIT): Remove, since we assume C89.
31826         Include <stdint.h> if available, as per current Autoconf CVS advice.
31827
31828 2004-03-31  Jim Meyering  <jim@meyering.net>
31829
31830         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
31831         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
31832         * m4/xalloc.m4: Likewise.
31833
31834 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31835
31836         Merge from coreutils.
31837
31838         * m4/inttostr.m4: New file.
31839         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
31840         Require AM_STDBOOL_H and gl_TIMESPEC instead.
31841         Require gl_CLOCK_TIME.
31842         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
31843
31844 2004-03-30  Paul Eggert  <eggert@twinsun.com>
31845
31846         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
31847         not bool, to be more consistent with Unix conventions.
31848         Suggested by Bruno Haible.
31849
31850         Merge from coreutils.
31851
31852         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
31853         * lib/umaxtostr.c: New files.
31854
31855         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
31856         the usual <time.h> dance.
31857         (get_date): Change signature to support fractional time stamps.
31858         All callers changed.
31859         * lib/getdate.y: Include "getdate.h" first, as we can now
31860         assume C89 and don't need to worry about 'const'.
31861         Similarly, include "unlocked-io.h" near start, not in middle.
31862         Include <limits.h>.
31863         (textint.value): Use long int rather than int.
31864         (textint.digits): Use size_t rather than int.
31865         (BILLION, LOG10_BILLION): New constants.
31866         (parser_control): New member rel_ns.  Members day_ordinal,
31867         time_zone, month, day, hour, minutes, rel_year, rel_month,
31868         rel_day, rel_hour, rel_minutes, rel_seconds
31869         are now long int, not int.  Member seconds is now struct timespec,
31870         not int.  New member timespec_seen.  Members dates_seen, days_seen,
31871         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
31872         not int.
31873         (%union.intval): Now long int, not int.
31874         New member timespec.
31875         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
31876         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
31877         (spec): Now is a timespec or an item list.
31878         (timespec, items): New nonterminals.
31879         (time, rel, relunit, number, get_date):
31880         Add support for fractional seconds.
31881         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
31882         (gmtime, localtime, mktime): Remove decls; not needed with C89.
31883         (to_hour): First arg is now long int, not int.
31884         (to_year): Returns long int, not int.
31885         Don't treat year -70 like 70.
31886         (tm_diff): Returns long int, not int.
31887         (lookup_word): Use bool instead of int when appropriate.
31888         (yylex): Use size_t for count, not int.
31889         Detect overflow when parsing large integer constants.
31890         Add support for fractions.
31891         (get_date): Make pointers 'const' if possible.
31892         Use more-portable code to detect integer overflow.
31893         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
31894         Don't use ctime; it's not reliable if the year has >4 digits.
31895
31896         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
31897         This is for compatibility with BSD.
31898
31899         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
31900         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
31901         From coreutils' system.h.
31902
31903         * lib/userspec.c: Don't include "posixver.h".
31904         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
31905         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
31906         compatible extension.  Simplify code by removing a boolean int
31907         that was always nonzero if a string was nonnull.
31908
31909 2004-03-30  Jim Meyering  <jim@meyering.net>
31910
31911         Merge from coreutils.
31912
31913         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
31914         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
31915         on some systems one must include <grp.h> before it.
31916         Reported by Christian Krackowizer.
31917
31918 2004-03-30  Jim Meyering  <jim@meyering.net>
31919
31920         Merge from coreutils.
31921
31922         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
31923
31924         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
31925         an empty input stream.
31926
31927         * lib/readtokens.c: Include <stdbool.h>.
31928         (readtoken): Use `size_t' rather than int/long.
31929         All callers adjusted.
31930         Use `bool' rather than `int' where appropriate.
31931         Use memset rather than an explicit loop.
31932         Use x2nrealloc rather than xrealloc.
31933         Allow the use of `\0' as a delimiter.
31934         (readtokens): Likewise.
31935         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
31936
31937 2004-03-30  Jim Meyering  <jim@meyering.net>
31938
31939         * m4/realloc.m4: Remove file, since now it does no more than
31940         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
31941         the `configure.ac' section of module/realloc.
31942         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
31943
31944 2004-03-30  Bruno Haible  <bruno@clisp.org>
31945
31946         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
31947         nonnull.
31948
31949 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31950
31951         Merge changes to getloadavg.c from coreutils and Emacs.
31952
31953         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
31954         Define to an expression, not to the empty string.
31955         Include cloexec.h and xalloc.h.
31956         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
31957         Use set_cloexec_flag rather than rolling our own.
31958         * lib/cloexec.c, lib/cloexec.h: New files.
31959
31960 2004-03-29  Paul Eggert  <eggert@twinsun.com>
31961
31962         * m4/cloexec.m4: New file.
31963
31964 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31965
31966         * lib/getopt.h: Sync with libc CVS.
31967
31968 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31969             Bruno Haible  <bruno@clisp.org>
31970
31971         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
31972         mbswidth.
31973
31974 2004-03-18  Paul Eggert  <eggert@twinsun.com>
31975             Bruno Haible  <bruno@clisp.org>
31976
31977         * lib/mbswidth.h: Include <wchar.h> only if
31978         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
31979         <wchar.h>.
31980         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
31981
31982 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31983
31984         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
31985         Sync with libc CVS.
31986         * lib/getopt_int.h: New file, also synced from libc.
31987
31988 2004-03-09  Paul Eggert  <eggert@twinsun.com>
31989
31990         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
31991         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
31992         Bring back getopt.c, getopt.h, getopt1.c.
31993
31994 2004-03-07  Paul Eggert  <eggert@twinsun.com>
31995
31996         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
31997         All uses changed.  Check for sa_sigaction member; this fixes
31998         a bug first reported by Jason Andrade in
31999         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32000
32001 2004-03-07  Paul Eggert  <eggert@twinsun.com>
32002
32003         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
32004         '#if' expressions.  Unlike the code it replaces, it does not
32005         depend on (defined _SC_PAGESIZE).  However, it does depend on
32006         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
32007         first reported by Jason Andrade in
32008         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32009
32010 2004-02-25  Simon Josefsson  <jas@extundo.com>
32011
32012         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
32013
32014 2004-02-25  Simon Josefsson  <jas@extundo.com>
32015
32016         * lib/strdup.h: New file.
32017         * lib/strdup.c: Include it.
32018         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
32019         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
32020
32021 2004-02-23  Karl Berry  <karl@gnu.org>
32022
32023         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
32024         (from fencepost.gnu.org:/gd/gnuorg).
32025
32026 2004-02-23  Karl Berry  <karl@gnu.org>
32027
32028         * config/srclistvars.sh (GNUORG) [karl]: redefine.
32029         * config/srclist.txt: add maintain/standards documents.
32030
32031 2004-02-18  Bruno Haible  <bruno@clisp.org>
32032
32033         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
32034         Reported by Derek Robert Price <derek@ximbiot.com>.
32035
32036 2004-02-16  Karl Berry  <karl@gnu.org>
32037
32038         * config/mkinstalldirs, install-sh: update from automake.
32039
32040 2004-02-06  Karl Berry  <karl@gnu.org>
32041
32042         * m4/po.m4: update from gettext 0.14.1.
32043
32044 2004-02-06  Karl Berry  <karl@gnu.org>
32045
32046         * lib/config.charset: update from gettext 0.14.1.
32047
32048 2004-02-05  Paul Eggert  <eggert@twinsun.com>
32049
32050         Add comments and code, prompted by suggestions from Bruno Haible
32051         for sh-quote.
32052         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
32053         describing the enum quoting_style values.
32054         * lib/quotearg.c (quotearg_alloc): New function.
32055         (quotearg_buffer_restyled): Treat lone { and } as special.
32056         Treat = as special.  Work around bug with older shells
32057         that "see" a '\' that is really the 2nd byte of a multibyte char.
32058         Quote empty string with shell_quoting_style.
32059
32060 2004-02-03  Bruno Haible  <bruno@clisp.org>
32061
32062         * m4/pipe.m4: New file, from GNU gettext.
32063
32064 2004-02-03  Bruno Haible  <bruno@clisp.org>
32065
32066         * lib/pipe.h: New file, from GNU gettext.
32067         * lib/pipe.c: New file, from GNU gettext.
32068
32069 2004-01-27  Bruno Haible  <bruno@clisp.org>
32070
32071         * m4/execute.m4: New file, from GNU gettext.
32072
32073 2004-01-27  Bruno Haible  <bruno@clisp.org>
32074
32075         * lib/execute.h: New file, from GNU gettext.
32076         * lib/execute.c: New file, from GNU gettext.
32077         * lib/w32spawn.h: New file, from GNU gettext.
32078
32079 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32080
32081         Merge from diffutils.
32082
32083         * lib/file-type.c (file_type): Add typed memory objects.
32084         * lib/file-type.h (S_TYPEISTMO): New macro.
32085
32086         * lib/c-stack.h (c_stack_action): Remove argv argument.
32087         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
32088         (die): Don't calculate message unless segv_action returns.
32089         (get_stack_location, min_address_from_argv, max_address_from_argv,
32090         volatile stack_base, volatile_stack_size): Remove.
32091         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
32092         that every segmentation violation is a stack overflow.  (Ouch!)
32093         See Debian bug 136249 (still outstanding) for more info about why
32094         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
32095
32096 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32097
32098         Exit-status fix from coreutils.
32099
32100         Use exit_failure consistently in place of EXIT_FAILURE,
32101         so that program exit statuses are consistent on failure.
32102
32103         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
32104         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
32105         * lib/argmatch.h: Comment fix to match the above.
32106         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
32107         Now a macro referring to exit_failure, instead of a separate
32108         variable.  Include "exitfail.h" to get it.
32109         * lib/xstrtol.h: Include "exitfail.h".
32110         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
32111
32112         * lib/long-options.c (parse_long_options): Use prototype
32113         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
32114         for clarity.
32115
32116 2004-01-21  Jim Meyering  <jim@meyering.net>
32117
32118         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
32119         so as not to conflict with a different-sized __mktime_internal
32120         function in GNU libc.
32121         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
32122         Problem building statically-linked `ls' reported by Michael Brunnbauer.
32123
32124 2004-01-20  Karl Berry  <karl@gnu.org>
32125
32126         * config/config.guess: update from config.
32127
32128         * config/srclistvars.sh: GNUWWWLICENSES for karl.
32129
32130 2004-01-20  Bruno Haible  <bruno@clisp.org>
32131
32132         Safer stack allocation.
32133         * lib/setenv.c: Include allocsa.h.
32134         (alloca): Remove fallback definition.
32135         (freea): Remove macro.
32136         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
32137         instead of freea.
32138
32139 2004-01-20  Bruno Haible  <bruno@clisp.org>
32140
32141         * m4/eealloc.m4: New file, from GNU gettext.
32142
32143 2004-01-20  Bruno Haible  <bruno@clisp.org>
32144
32145         * m4/allocsa.m4: New file, from GNU gettext.
32146
32147 2004-01-20  Bruno Haible  <bruno@clisp.org>
32148
32149         * lib/xallocsa.h: New file, from GNU gettext.
32150         * lib/xallocsa.c: New file, from GNU gettext.
32151
32152 2004-01-20  Bruno Haible  <bruno@clisp.org>
32153
32154         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
32155
32156 2004-01-20  Bruno Haible  <bruno@clisp.org>
32157
32158         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
32159         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
32160         specially.
32161
32162 2004-01-20  Bruno Haible  <bruno@clisp.org>
32163
32164         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
32165         patch.
32166
32167 2004-01-20  Bruno Haible  <bruno@clisp.org>
32168
32169         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
32170
32171 2004-01-20  Bruno Haible  <bruno@clisp.org>
32172
32173         * lib/eealloc.h: New file.
32174
32175 2004-01-20  Bruno Haible  <bruno@clisp.org>
32176
32177         * lib/binary-io.h: Avoid warnings on Cygwin.
32178
32179 2004-01-20  Bruno Haible  <bruno@clisp.org>
32180
32181         * lib/allocsa.h: New file, from GNU gettext.
32182         * lib/allocsa.c: New file, from GNU gettext.
32183
32184 2004-01-18  Karl Berry  <karl@gnu.org>
32185
32186         * doc/gpl.texi, doc/lgpl.texi: new files.
32187
32188 2004-01-18  Karl Berry  <karl@gnu.org>
32189
32190         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
32191         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
32192
32193 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32194
32195         Merge from coreutils.
32196
32197         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
32198         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
32199         (gl_DEFAULT_POSIX2_VERSION): Move
32200         the documentation from 'configure' into 'config.hin',
32201         so that 'configure --help' isn't burdened by it and
32202         we don't have to worry about its formatting there.
32203         Reword the documentation so that it's more succinct
32204         and can be run together into a single paragraph.
32205         * m4/same.m4 (gl_SAME): Check for pathconf.
32206
32207 2004-01-15  Paul Eggert  <eggert@twinsun.com>
32208
32209         Merge from coreutils.
32210
32211         * lib/posixver.c: Include posixver.h.
32212
32213         * lib/same.c: Include <stdbool.h>, <limits.h>.
32214         (_POSIX_NAME_MAX): Define if not defined.
32215         (MIN): New macro.
32216         (same_name): If file names are silently truncated, report
32217         that the file names are the same if they are the same after
32218         the silent truncation.
32219
32220         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
32221         conversion function.
32222         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
32223         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
32224         longer needed.
32225
32226 2004-01-15  Jim Meyering  <jim@meyering.net>
32227
32228         Merge from coreutils.
32229
32230         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
32231         if no library is required.
32232         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
32233         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
32234         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
32235         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
32236         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
32237         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
32238         value, $ac_cv_search_crypt, if it's "none required".
32239         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
32240         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
32241         not gl_FUNC_GETLOADAVG.
32242         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
32243         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
32244
32245 2004-01-15  Jim Meyering  <jim@meyering.net>
32246
32247         Merge from coreutils.
32248
32249         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
32250         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
32251         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
32252
32253         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
32254         optional configure-time default.
32255
32256         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32257
32258         * lib/xreadlink.c (xreadlink): Correct outdated comment.
32259
32260 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
32261
32262         Merge from coreutils.
32263
32264         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
32265         value, $ac_cv_search_nanosleep, if it's "none required".
32266
32267 2004-01-14  Paul Eggert  <eggert@twinsun.com>
32268
32269         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
32270         with like-named macro in fnmatch.c.
32271         (EXT): Use an internal constant instead.
32272
32273         Merge fnmatch patches from glibc.
32274         * lib/fnmatch.c (mbsinit): Remove define.
32275         Add libc_hidden_ver (__fnmatch, fnmatch).
32276         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
32277         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
32278
32279 2004-01-14  Karl Berry  <karl@gnu.org>
32280
32281         * config/install-sh: update from automake.
32282
32283 2004-01-13  Karl Berry  <karl@gnu.org>
32284
32285         * config/install-sh: update from automake.
32286
32287 2004-01-09  Karl Berry  <karl@gnu.org>
32288
32289         * config/install-sh: update from automake.
32290
32291 2004-01-05  Karl Berry  <karl@gnu.org>
32292
32293         * config/config.{sub,guess}: update from config.
32294
32295 2003-12-31  Karl Berry  <karl@gnu.org>
32296
32297         * config/depcomp: update from automake.
32298
32299 2003-12-14  Karl Berry  <karl@gnu.org>
32300
32301         * lib/config.charset: update from gettext-runtime.
32302
32303 2003-12-03  Paul Eggert  <eggert@twinsun.com>
32304
32305         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
32306         Bug reported by Alfred M. Szmidt.
32307
32308 2003-12-03  Bruno Haible  <bruno@clisp.org>
32309
32310         * m4/gettext.m4: Upgrade from gettext-0.13.
32311         * m4/po.m4: Upgrade from gettext-0.13.
32312         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
32313         * m4/intmax.m4: New file, from gettext-0.13.
32314         * m4/printf-posix.m4: New file, from gettext-0.13.
32315
32316 2003-11-29  Karl Berry  <karl@gnu.org>
32317
32318         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
32319
32320 2003-11-25  Paul Eggert  <eggert@twinsun.com>
32321             Bruno Haible  <bruno@clisp.org>
32322
32323         * lib/printf-parse.h: Don't include sys/types.h.
32324         (ARG_NONE): New macro.
32325         (char_directive): Change type of *arg_index fields to size_t.
32326         * lib/printf-parse.c: Don't include sys/types.h.
32327         (SSIZE_MAX): Remove macro.
32328         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
32329         Remove unnecessary overflow check.
32330         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
32331         fields.
32332
32333 2003-11-25  Bruno Haible  <bruno@clisp.org>
32334
32335         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
32336
32337 2003-11-25  Bruno Haible  <bruno@clisp.org>
32338
32339         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
32340         gt_TYPE_SSIZE_T.
32341
32342 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32343
32344         * modules/alloca: Remove dependency on xalloc.
32345
32346 2003-11-24  Paul Eggert  <eggert@twinsun.com>
32347
32348         * lib/alloca.c: Remove dependency on xalloc module.
32349         (xalloc_die): Remove.
32350         (memory_full) [!defined emacs]: New macro.
32351         [!defined emacs]: Don't include xalloc.h.
32352         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
32353         address arithmetic overflows.  Change datatypes a bit to avoid
32354         unnecessary casts.
32355
32356 2003-11-22  Jim Meyering  <jim@meyering.net>
32357
32358         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
32359         s/size/size_t/.
32360
32361 2003-11-21  Karl Berry  <karl@gnu.org>
32362
32363         * config/config.{sub,guess}: update from config.
32364
32365 2003-11-18  Karl Berry  <karl@gnu.org>
32366
32367         * config/config.{sub,guess}: update from config.
32368
32369         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
32370
32371 2003-11-17  Paul Eggert  <eggert@twinsun.com>
32372
32373         * README: Mention that S+T cannot overflow if S is the size of
32374         an existing object and T is sufficiently small.
32375
32376 2003-11-17  Jim Meyering  <jim@meyering.net>
32377
32378         On systems without utime and without a utimes function capable of
32379         dealing with a NULL struct utimbuf* argument, this utime replacement
32380         could -- in unusual circumstances -- leak a file descriptor.
32381         * lib/utime.c: Include <unistd.h> and <errno.h>.
32382         (utime_null): Be sure to close `fd' and to preserve errno.
32383         Reported by Geoff Collyer via Arnold Robbins.
32384
32385 2003-11-17  Bruno Haible  <bruno@clisp.org>
32386
32387         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
32388         (Depends-on): Add xsize.
32389
32390 2003-11-17  Bruno Haible  <bruno@clisp.org>
32391
32392         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
32393
32394 2003-11-17  Bruno Haible  <bruno@clisp.org>
32395
32396         * lib/vasnprintf.c (alloca): Remove fallback definition.
32397         (freea): Remove definition.
32398         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
32399         Reported by Paul Eggert.
32400
32401 2003-11-16  Paul Eggert  <eggert@twinsun.com>
32402             Bruno Haible  <bruno@clisp.org>
32403
32404         Protect against address arithmetic overflow.
32405         * lib/printf-args.h: Include stddef.h.
32406         (arguments): Change type of field 'count' to size_t.
32407         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
32408         'unsigned int' where appropriate.
32409         * lib/printf-parse.h: Include sys/types.h.
32410         (char_directive): Change type of *arg_index fields to ssize_t.
32411         (char_directives): Change type of fields 'count', max_*_length to
32412         size_t.
32413         * lib/printf-parse.c: Include sys/types.h and xsize.h.
32414         (SSIZE_MAX): Define fallback value.
32415         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
32416         instead of 'int' where appropriate. Check a_allocated, d_allocated
32417         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
32418         * lib/vasnprintf.c: Include xsize.h.
32419         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
32420         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
32421         overflow. Avoid wraparound when converting a width or precision from
32422         decimal to binary.
32423
32424 2003-11-16  Bruno Haible  <bruno@clisp.org>
32425
32426         Update from GNU gettext.
32427         * lib/printf-parse.c: Generalize to it can be compiled for wide
32428         strings.
32429         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
32430         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
32431         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
32432         SNPRINTF): New macros.
32433         Don't include <alloca.h> if the file is used inside libintl.
32434         (local_wcslen): New function, for Solaris 2.5.1.
32435         (VASNPRINTF): Use it instead of wcslen.
32436
32437 2003-11-16  Bruno Haible  <bruno@clisp.org>
32438
32439         * lib/xsize.h (xmax): New function.
32440         (xsum, xsum3, xsum4): Declare as "pure" functions.
32441
32442 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32443
32444         * modules/xalloc (Files): Undo latest change, since xalloc.h
32445         no longer needs SIZE_MAX or PTRDIFF_MAX.
32446
32447 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32448
32449         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
32450         gl_PTRDIFF_MAX.
32451
32452 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32453
32454         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
32455         "return", to pacify some unknown compiler.  Problem reported
32456         by Joerg Schilling.
32457
32458 2003-11-12  Paul Eggert  <eggert@twinsun.com>
32459
32460         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
32461         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
32462         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
32463         heuristic is just as accurate as far as we know, and it removes a
32464         dependency on size_max.m4 and ptrdiff_max.m4.
32465
32466 2003-11-11  Bruno Haible  <bruno@clisp.org>
32467
32468         * modules/xsize (Files): Add m4/size_max.m4.
32469         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
32470
32471 2003-11-11  Bruno Haible  <bruno@clisp.org>
32472
32473         * m4/size_max.m4: New file.
32474         * m4/ptrdiff_max.m4: New file.
32475         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
32476         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
32477         (gl_XALLOC): Invoke it.
32478
32479 2003-11-11  Bruno Haible  <bruno@clisp.org>
32480
32481         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
32482         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
32483         defined.
32484
32485 2003-11-10  Paul Eggert  <eggert@twinsun.com>
32486
32487         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
32488         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
32489         rejected some allocations of exactly SIZE_MAX - 2 bytes.
32490         From Bruno Haible.
32491         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
32492         not (size_t) -1, since it's defined here.
32493
32494 2003-11-09  Karl Berry  <karl@gnu.org>
32495
32496         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
32497
32498 2003-11-06  Paul Eggert  <eggert@twinsun.com>
32499
32500         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
32501         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
32502         Reject sizes of exactly SIZE_MAX bytes.
32503         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
32504         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
32505
32506 2003-11-05  Bruno Haible  <bruno@clisp.org>
32507
32508         * lib/xsize.h: Include limits.h, to avoid a possible collision with
32509         SIZE_MAX defined in <limits.h> on Solaris.
32510
32511 2003-11-04  Jim Meyering  <jim@meyering.net>
32512
32513         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
32514         variable names, rather than @VAR@.
32515         * modules/poll: Likewise.
32516
32517 2003-11-04  Bruno Haible  <bruno@clisp.org>
32518
32519         * modules/xsize: New file.
32520         * modules/linebreak: Depend on xsize.
32521         * MODULES.html.sh (func_all_modules): Add xsize.
32522
32523 2003-11-04  Bruno Haible  <bruno@clisp.org>
32524
32525         * m4/xsize.m4: New file.
32526
32527 2003-11-04  Bruno Haible  <bruno@clisp.org>
32528
32529         * lib/xsize.h: New file.
32530         * lib/linebreak.c: Include xsize.h.
32531         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
32532         argument for overflow.
32533         Suggested by Paul Eggert.
32534
32535 2003-11-03  Karl Berry  <karl@gnu.org>
32536
32537         * config/config.{guess,sub}: update from config.
32538
32539 2003-11-03  Jim Meyering  <jim@meyering.net>
32540
32541         * modules/userspec (lib_SOURCES): Add userspec.h.
32542         (Include): Add "userspec.h".
32543         Improve description.
32544
32545 2003-11-03  Jim Meyering  <jim@meyering.net>
32546
32547         * lib/userspec.c: Include "userspec.h".
32548         * lib/userspec.h: New file.
32549
32550 2003-11-03  Bruno Haible  <bruno@clisp.org>
32551
32552         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
32553
32554 2003-11-03  Bruno Haible  <bruno@clisp.org>
32555
32556         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
32557         available, to avoid (extremely rare) race condition.
32558         Suggested by Paul Eggert.
32559
32560 2003-11-02  Karl Berry  <karl@gnu.org>
32561
32562         * config/srclist.txt (vasprintf.c): sync broken, sigh.
32563
32564 2003-10-31  Paul Eggert  <eggert@twinsun.com>
32565
32566         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
32567         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
32568         (read_filesystem_list): Set and use me_type_malloced.
32569         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
32570         whatever the type happens to be), for brevity and consistency.
32571         Check for size calculation overflow on Alphas running OSF/1.
32572
32573 2003-10-31  Jim Meyering  <jim@meyering.net>
32574
32575         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
32576
32577         * lib/linebuffer.c: Include <string.h> for declaration of memset.
32578
32579 2003-10-30  Paul Eggert  <eggert@twinsun.com>
32580             Bruno Haible  <bruno@clisp.org>
32581
32582         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
32583         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
32584
32585 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
32586
32587         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
32588         netbsd*-gnu*.  Suggested by Robert Millan.
32589
32590 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32591
32592         * modules/group-member: Depend on stdbool.
32593
32594 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32595
32596         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
32597
32598 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32599
32600         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
32601         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
32602         after the 'gnu' in these cases.  This fixes some bugs in the
32603         previous change, and is based on suggestions by Robert Millan.
32604
32605 2003-10-29  Paul Eggert  <eggert@twinsun.com>
32606
32607         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
32608         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
32609         no longer needed.
32610         * lib/quotearg.c (quotearg_n_options): Use it.
32611         * lib/group-member.c: Include <stdbool.h>.
32612         (free_group_info): Arg is now const *; don't free arg.
32613         (get_group_info): Now returns bool and accepts struct group_info *,
32614         rather than returning a malloc'ed struct group_info *.
32615         All uses changed.  Check for overflow in internal size calculation.
32616
32617         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
32618         rather than xmalloc/xrealloc.
32619         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
32620         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
32621         conformance bug: the old code used a pointer after freeing the
32622         storage that it addressed.
32623         * lib/hash.c (hash_initialize): Simplify the code by using
32624         xalloc_oversized rather than doing it by hand.
32625         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
32626         the buffer preserved.  Use free and xmalloc instead.
32627         * lib/quotearg.c (quotearg_n_options): Likewise.
32628         Use a simpler test for size overflow.  Don't use xalloc_oversized
32629         because unsigned int might be wider than size_t (!); this suggests
32630         that we should switch from unsigned int to size_t for slot numbers.
32631
32632 2003-10-28  Paul Eggert  <eggert@twinsun.com>
32633
32634         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
32635         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
32636         NetBSD kernels.  Requested by Richard Stallman.
32637
32638 2003-10-27  Paul Eggert  <eggert@twinsun.com>
32639
32640         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
32641         to allocate the returned structure.  Do not allocate a subarray,
32642         as x2nrealloc will do that.
32643         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
32644         instead of xnrealloc.
32645         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
32646
32647 2003-10-27  Bruno Haible  <bruno@clisp.org>
32648
32649         * lib/stdbool_.h: Better support for BeOS.
32650
32651 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32652
32653         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
32654         now uses inline.
32655
32656 2003-10-26  Paul Eggert  <eggert@twinsun.com>
32657
32658         * lib/xalloc.h (xalloc_oversized): New static inline function, for
32659         callers that want to do their own size-overflow checking.  Include
32660         <stdbool.h>, since xalloc_oversized returns bool.
32661         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
32662         to use xalloc_oversized.
32663
32664         Add two functions x2realloc, x2nrealloc, for programs that grow
32665         arrays dynamically by doubling their sizes.
32666         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
32667         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
32668         New functions.
32669
32670         Port to C99 semantics for 'inline' of external functions.
32671         Bug reported by Bruno Haible.
32672         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
32673         with the old contents of xnmalloc.
32674         (xnmalloc, xmalloc): Use it.
32675         (xnrealloc_inline): New static inline function,
32676         with the old contents of xnrealloc.
32677         (xnrealloc, xrealloc): Use it.
32678
32679         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
32680         that.
32681
32682 2003-10-26  Karl Berry  <karl@gnu.org>
32683
32684         * config/srclist.txt (COPYING.DOC): no longer available from
32685         /gd/gnuorg; don't know where the ultimate source is.
32686
32687 2003-10-25  Paul Eggert  <eggert@twinsun.com>
32688
32689         Fix several address-calculation bugs in the hash modules,
32690         plus some minor code cleanup.
32691
32692         * lib/hash.h: Include <stdbool.h>, for bool.
32693         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
32694         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
32695         hash_get_n_entries, hash_get_max_bucket_length,
32696         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
32697         hash_rehash): Use size_t rather than unsigned.
32698         * lib/hash.c (struct hash_table, hash_get_n_buckets,
32699         hash_get_n_buckets_used, hash_get_n_entries,
32700         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
32701         hash_get_entries, hash_do_for_each, hash_string, is_prime,
32702         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
32703         Likewise.
32704         (SIZE_MAX): Define if not defined.
32705         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
32706         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
32707         hash_print):
32708         Use const * when possible.
32709         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
32710         (check_tuning): Fix bug: if tuning parameters were very close to
32711         0 or 1, rounding errors could have caused subscript violations.
32712         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
32713         (hash_initialize): Add 'fail:' label
32714         to free table and return NULL, and use it to simplify code.
32715         Use calloc rather than clearing the storage ourself.
32716         (hash_initialize, hash_rehash): Check for arithmetic overflow in
32717         buffer size calculations.
32718         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
32719         Include <stddef.h>, for size_t.
32720         * lib/hash-pjw.c (hash_pjw): Likewise.
32721         Switch to method described by Bruno Haible.
32722         Include <limits.h>, for CHAR_BIT.
32723         (SIZE_BITS): New macro.
32724
32725 2003-10-23  Paul Eggert  <eggert@twinsun.com>
32726
32727         * m4/getline.m4 (AM_FUNC_GETLINE):
32728         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
32729         hosts.  Problem reported by Derek Robert Price in
32730         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
32731         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
32732         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
32733
32734 2003-10-21  Paul Eggert  <eggert@twinsun.com>
32735
32736         * lib/getndelim2.c (getndelim2): When size calculation overflows,
32737         ceiling the allocation at NMAX bytes rather than silently
32738         discarding input bytes before NMAX is reached.  This makes
32739         a difference only if NMAX exceeds SIZE_MAX / 2.
32740
32741         * lib/obstack.c: Merge from glibc.
32742         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
32743         Add libc_hidden_def (_obstack_newchunk).
32744         (_obstack_free) [! defined _LIBC]: Remove.
32745         [defined _LIBC]: Make a strong alias from obstack_free, rather than
32746         a clone of the function body.
32747         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
32748         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
32749
32750         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
32751         glibc.
32752         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
32753         arg to memcpy.
32754
32755         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
32756         (obstack_ptr_grow_fast, obstack_int_grow_fast):
32757         Don't use lvalue casts, as GCC plans to remove support for them
32758         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
32759         was also present in the non-GCC version, indicating that this
32760         code had always been buggy and had never been widely used.
32761         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
32762         Use the fast variant of each macro, rather than copying the
32763         definiens of the fast variant; that way, we'll be more likely to
32764         catch future bugs in the fast variants.
32765
32766 2003-10-20  Bruno Haible  <bruno@clisp.org>
32767
32768         * modules/wait-process: New file.
32769         * MODULES.html.sh (func_all_modules): Add wait-process.
32770
32771 2003-10-20  Bruno Haible  <bruno@clisp.org>
32772
32773         * m4/wait-process.m4: New file.
32774
32775 2003-10-20  Bruno Haible  <bruno@clisp.org>
32776
32777         * lib/wait-process.h: New file, from GNU gettext.
32778         * lib/wait-process.c: New file, from GNU gettext.
32779
32780 2003-10-19  Jim Meyering  <jim@meyering.net>
32781
32782         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
32783         HPUX 10.20.
32784
32785 2003-10-18  Karl Berry  <karl@gnu.org>
32786
32787         * config/config.guess: update from config.
32788
32789 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32790
32791         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
32792         (getgroups): First arg is int, not size_t.
32793         Don't let 'free' mangle errno.
32794
32795 2003-10-16  Paul Eggert  <eggert@twinsun.com>
32796
32797         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
32798
32799 2003-10-16  Karl Berry  <karl@gnu.org>
32800
32801         * config/config.{guess,sub}: update from config.
32802
32803 2003-10-16  Jim Meyering  <jim@meyering.net>
32804
32805         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
32806         memcpy.
32807
32808 2003-10-15  Paul Eggert  <eggert@twinsun.com>
32809
32810         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
32811         (SIZE_MAX): Remove.
32812         (new_exclude, add_exclude_file): Initial size no longer needs to
32813         be a power of 2.
32814         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
32815         our own address arithmetic overflow checking.
32816
32817         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
32818         (fnmatch): Do not alloca more than 2000 wide characters;
32819         instead, use malloc for large buffers.
32820         Check for address arithmetic overflow, and return -1
32821         with errno set to ENOMEM in that case.
32822         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
32823         (NEW_PATTERN): Do not alloca more than 8000 bytes;
32824         instead, return -1.  Check for address arithmetic overflow.
32825
32826 2003-10-14  Paul Eggert  <eggert@twinsun.com>
32827
32828         Handle invalid suffixes and overflow independently, so that
32829         callers can treat them independently as needed.  Fix some bugs in
32830         suffix handling, e.g., "100k@" was not diagnosed as an invalid
32831         suffix for a human-readable blocksize.  The major caller-visible
32832         change is the addition of a new
32833         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
32834         that both overflow and suffix chars were found.
32835
32836         * lib/human.c (humblock): Don't check separately for invalid suffix
32837         char; that is xstrtoumax's job (now that its bug is fixed).
32838         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
32839         INTMAX_MAX]: New macros.
32840         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
32841         TYPE_MAXIMUM): New macros.
32842         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
32843         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
32844         if overflow occurs, as it's what __strtol does and it's more useful
32845         in practice.
32846         (__xstrtol): If __strtol reports some error other than ERANGE,
32847         reflect it to the caller as LONGINT_INVALID.  If it reports
32848         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
32849         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
32850         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
32851         value.
32852         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
32853         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
32854         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
32855         [defined UINTMAX_MAX]: New macros.
32856
32857 2003-10-14  Bruno Haible  <bruno@clisp.org>
32858
32859         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
32860
32861 2003-10-14  Bruno Haible  <bruno@clisp.org>
32862
32863         * m4/sig_atomic_t: New file, from GNU gettext.
32864         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
32865
32866 2003-10-14  Bruno Haible  <bruno@clisp.org>
32867
32868         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
32869         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
32870         Also use volatile where needed.
32871
32872 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32873
32874         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
32875         Change maintainer from Bruno Haible to 'all'.
32876
32877 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32878
32879         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
32880
32881 2003-10-12  Paul Eggert  <eggert@twinsun.com>
32882
32883         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
32884         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
32885         and define in terms of the other primitives.
32886         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
32887         (SIZE_MAX): Define if not already defined.
32888         (array_size_overflow): New function.
32889         (xalloc_die): Abort instead of exiting if 'error' returns.
32890         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
32891         (xmalloc, xrealloc): Use them.
32892         (xcalloc): Check for address arithmetic overflow.
32893         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
32894         a bit faster than strcpy.
32895
32896 2003-10-10  Simon Josefsson  <jas@extundo.com>
32897
32898         * modules/argp (Depends-on): Add restrict and strcase.
32899
32900 2003-10-10  Simon Josefsson  <jas@extundo.com>
32901
32902         * m4/argp.m4: Add AC_C_INLINE.
32903
32904 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32905
32906         Merge getpass from libc, plus a few fixes.
32907
32908         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
32909         Include <stdbool.h>.
32910         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
32911         __fsetlocking to empty.
32912         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
32913         do include <bits/libc-lock.h>.
32914         Do not include <fcntl.h>; not needed.
32915         [_LIBC]: Include <wchar.h>.
32916         (NOTCANCEL_MODE): New macro.
32917         (flockfile, funlockfile) [_LIBC]: New macros.
32918         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
32919         [!_LIBC]: New macros.
32920         (call_fclose): New function.
32921         (getpass): Use it.  Save tty stream separately; this simplifies the
32922         code and makes it more reliable if stdin happens to equal stdout.
32923         Invoke __fsetlocking on tty.
32924         Handle thread cancellation if needed.
32925         Namespace cleanup (use __tcgetattr, __getline).
32926         Use bool for Booleans.
32927         [USE_IN_LIBIO]: Handle wide streams.
32928         [!_LIBC]: Unconditionally do the fseek, since we don't know what
32929         stream might go where.
32930
32931         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
32932         doesn't have to include <stdio.h> before us.
32933         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
32934         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
32935         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
32936         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
32937         if not declared, so that we can use getpass.c code from libc without
32938         rewriting it.
32939         (flockfile, ftrylockfile, funlockfile): New macros.
32940
32941 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32942
32943         * modules/getpass: Depend on stdbool.
32944
32945 2003-10-08  Paul Eggert  <eggert@twinsun.com>
32946
32947         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
32948
32949 2003-10-07  Karl Berry  <karl@gnu.org>
32950
32951         * config/config.{guess,sub}: update from config.
32952
32953 2003-10-06  Jim Meyering  <jim@meyering.net>
32954             Bruno Haible  <bruno@clisp.org>
32955
32956         This lets translators provide better translations for the
32957         "Written by ..." part of --version output.
32958         * lib/version-etc.h: Include stdarg.h.
32959         (version_etc_copyright): Declare as readonly.
32960         (version_etc): Make this function variadic with a NULL-terminated list
32961         of author name strings.
32962         (version_etc_va): New declaration.
32963         * lib/version-etc.c: Include stdarg.h, stdlib.h.
32964         (version_etc_copyright): Declare as readonly.
32965         (version_etc_va): New function. Provide a different translatable string
32966         for each possible number of authors < 10. Abbreviate when there are 10
32967         authors or more.
32968         (version_etc): Make this function variadic. Call version_etc_va.
32969         Suggestion from Gary V. Vaughan.
32970
32971         * lib/long-options.h (parse_long_options): Change prototype: the
32972         authors string is moved to the end and becomes variadic.
32973         * lib/long-options.c: Include stdarg.h.
32974         (parse_long_options): Make this function variadic, too.
32975         Call version_etc_va, not version_etc.
32976
32977 2003-10-06  Bruno Haible  <bruno@clisp.org>
32978
32979         * modules/version-etc-2: Remove file.
32980         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
32981
32982 2003-10-06  Bruno Haible  <bruno@clisp.org>
32983
32984         * modules/fatal-signal: New file.
32985         * MODULES.html.sh (func_all_modules): Add fatal-signal.
32986
32987 2003-10-06  Bruno Haible  <bruno@clisp.org>
32988
32989         * m4/fatal-signal.m4: New file.
32990         * m4/signalblocking.m4: New file, from GNU gettext.
32991
32992 2003-10-06  Bruno Haible  <bruno@clisp.org>
32993
32994         * lib/version-etc-2.h: Remove file.
32995         * lib/version-etc-2.c: Remove file.
32996
32997 2003-10-06  Bruno Haible  <bruno@clisp.org>
32998
32999         * lib/fatal-signal.h: New file, from GNU gettext.
33000         * lib/fatal-signal.c: New file, from GNU gettext.
33001
33002 2003-10-05  Paul Eggert  <eggert@twinsun.com>
33003
33004         * README: Rework advice for preventing empty .o files.
33005         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
33006         not <sys/types.h>.
33007
33008 2003-10-04  Karl Berry  <karl@gnu.org>
33009
33010         * lib/argp*: update from libc.
33011
33012 2003-10-04  Karl Berry  <karl@gnu.org>
33013
33014         * config/config.{guess,sub}: update from config.
33015
33016 2003-10-02  Bruno Haible  <bruno@clisp.org>
33017
33018         * modules/lchown (Include): Add lchown.h.
33019         * modules/time_r (Include): Use "..." syntax.
33020         * modules/xgetdomainname (Include): Add xgetdomainname.h.
33021
33022 2003-10-01  Simon Josefsson  <jas@extundo.com>
33023
33024         * MODULES.html.sh (func_all_modules): Move gethostname from section
33025         'based on' to section 'lacking' POSIX:2001.
33026
33027 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
33028
33029         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
33030         to output mode on the same stream.
33031
33032 2003-09-29  Paul Eggert  <eggert@twinsun.com>
33033
33034         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
33035         Fix arg typo in previous patch.
33036
33037 2003-09-28  Jim Meyering  <jim@meyering.net>
33038
33039         * lib/error.c: Correct cpp indentation.
33040
33041 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33042
33043         * modules/free: New file.
33044
33045 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33046
33047         * m4/free.m4: New file.
33048
33049 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33050
33051         * lib/minmax.h (MIN, MAX)
33052         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
33053         Omit the special code that used __typeof__, since we worry that
33054         it could be more trouble than it's worth.  See:
33055         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
33056         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
33057
33058         * lib/free.c: New file.
33059
33060 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
33061
33062         Trivial fixes to Makefile.am parts of module listings.
33063         * modules/strstr: Append strstr.h to lib_SOURCES.
33064         * modules/strcase: Likewise, for strcase.h.
33065
33066 2003-09-27  Karl Berry  <karl@gnu.org>
33067
33068         * config/mkinstalldirs: update from automake.
33069
33070 2003-09-26  Paul Eggert  <eggert@twinsun.com>
33071
33072         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
33073         (error_tail): Do not loop, reallocating temporary buffer, since
33074         the output cannot contain more wide characters than the input
33075         contains bytes, the size must be big enough already.  This avoids
33076         one potential size overflow calculation.  Check for size overflow
33077         when calculating temporary buffer size.  Free temporary buffer
33078         when done, if it was allocated with malloc; this plugs a memory
33079         leak.  Remove casts from void * to pointers, that are no longer
33080         needed now that we're assuming C89 or better.
33081
33082         Merge error changes from glibc.
33083
33084         * lib/error.c, error.h: Update copyright notice header to match glibc.
33085         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
33086         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
33087         Disable cancellation while printing error.
33088         * lib/error.h: Prepend __ to parameter names.
33089
33090 2003-09-26  Jim Meyering  <jim@meyering.net>
33091
33092         * lib/error.c (error_tail): Move some declarations
33093         into inner scope where the local variables are used.
33094
33095 2003-09-26  Bruno Haible  <bruno@clisp.org>
33096
33097         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
33098         stpncpy().
33099         Don't define stpncpy through config.h; it's now done through stpncpy.h.
33100
33101 2003-09-26  Bruno Haible  <bruno@clisp.org>
33102
33103         * lib/stpncpy.h (gnu_stpncpy): New declaration.
33104         (stpncpy): Define as alias for gnu_stpncpy.
33105         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
33106
33107 2003-09-25  Simon Josefsson  <jas@extundo.com>
33108
33109         * lib/xgetdomainname.h: New file.
33110         * lib/xgetdomainname.c: New file.
33111
33112 2003-09-25  Simon Josefsson  <jas@extundo.com>
33113             Bruno Haible  <bruno@clisp.org>
33114
33115         * modules/getdomainname: New file.
33116         * modules/xgetdomainname: New file.
33117         * MODULES.html.sh (func_all_modules): Add getdomainname,
33118         xgetdomainname.
33119
33120 2003-09-25  Simon Josefsson  <jas@extundo.com>
33121             Bruno Haible  <bruno@clisp.org>
33122
33123         * m4/getdomainname.m4: New file.
33124
33125 2003-09-25  Simon Josefsson  <jas@extundo.com>
33126             Bruno Haible  <bruno@clisp.org>
33127
33128         * lib/getdomainname.h: New file.
33129         * lib/getdomainname.c: New file.
33130
33131 2003-09-25  Karl Berry  <karl@gnu.org>
33132
33133         * lib/argp-fmtstream.c, argp-help.c: update from libc.
33134
33135 2003-09-25  Karl Berry  <karl@gnu.org>
33136
33137         * config/install-sh: update from automake.
33138
33139 2003-09-25  Bruno Haible  <bruno@clisp.org>
33140
33141         * modules/version-etc-2: New file, from modules/version-etc with
33142         modifications.
33143         * MODULES.html.sh (func_all_modules): Add version-etc-2.
33144
33145 2003-09-25  Bruno Haible  <bruno@clisp.org>
33146
33147         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
33148         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
33149
33150 2003-09-24  Simon Josefsson  <jas@extundo.com>
33151
33152         * modules/xgethostname: Add xgethostname.h.
33153
33154 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33155
33156         * lib/linebuffer.c (freebuffer): Don't free the argument, just
33157         the buffer associated with the argument.  Bug reported by
33158         Simon Josefsson.
33159
33160 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33161
33162         * README: Document assumptions that 'int' is at least 32 bits
33163         wide, that integer arithmetic is 2's complement without overflow,
33164         that there are no holes in integer values, that adding sizes of
33165         two nonoverlapping objects can't overflow, and that all-bits-zero
33166         yields scalar zero.  Fix spelling and capitalization typos.
33167
33168 2003-09-19  Karl Berry  <karl@gnu.org>
33169
33170         * lib/argp.h: update from libc.
33171
33172 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33173
33174         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
33175         to avoid spurious warnings like "AC_RUN_IFELSE was called before
33176         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
33177
33178 2003-09-17  Paul Eggert  <eggert@twinsun.com>
33179
33180         * gnulib-tool: Use "test -h", not "test -L", for portability
33181         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
33182         (tags_regexp): Remove, since \| doesn't conform to POSIX.
33183         (sed_extract_prog): Issue s commands one-by-one, rather than
33184         using \| in one s command.
33185
33186 2003-09-16  Paul Eggert  <eggert@twinsun.com>
33187
33188         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
33189         input error, instead of returning NULL the next time we are called
33190         (and therefore losing track of errno).
33191
33192 2003-09-16  Bruno Haible  <bruno@clisp.org>
33193
33194         * gnulib-tool (func_create_testdir): Warn about duplicated
33195         dependencies.
33196
33197 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33198
33199         * modules/argmatch, modules/fatal, modules/obstack,
33200         modules/xalloc, modules/xgethostname: Sort dependencies by
33201         importance, not alphabetically.
33202
33203 2003-09-15  Paul Eggert  <eggert@twinsun.com>
33204
33205         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
33206         fails, so that the caller gets the proper errno.
33207
33208         * lib/readutmp.c (read_utmp): Likewise.
33209         Check for fstat error.  Close stream and free storage
33210         when failing.
33211
33212 2003-09-14  Karl Berry  <karl@gnu.org>
33213
33214         * config/srclist.txt (strdup.c): disable for c89 changes.
33215
33216 2003-09-14  Jim Meyering  <jim@meyering.net>
33217
33218         * lib/getloadavg.c: Correct cpp indentation.
33219         * lib/strdup.c: Likewise.
33220         * lib/vasnprintf.c: Likewise.
33221
33222 2003-09-14  Bruno Haible  <bruno@clisp.org>
33223
33224         * modules/fwriteerror: New file.
33225         * MODULES.html.sh (func_all_modules): Add fwriteerror.
33226
33227 2003-09-14  Bruno Haible  <bruno@clisp.org>
33228
33229         * lib/fwriteerror.h: New file.
33230         * lib/fwriteerror.c: New file.
33231
33232 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33233
33234         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
33235         modules/xgethostname, modules/xalloc: Depend on exit.
33236
33237 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33238
33239         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
33240
33241         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
33242         and AC_MINIX, too, so that their extensions are available.
33243
33244         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
33245         This macro has been superseded by gl_BACKUPFILE.
33246
33247         More patches to assume C89 or better.
33248
33249         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
33250
33251         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
33252         unconditionally.
33253         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
33254         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
33255         Include <string.h>, <stdlib.h> unconditionally.
33256         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
33257         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
33258         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
33259         headers or for string.h.
33260         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
33261         or strtoul.
33262
33263         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
33264         headers.
33265         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
33266         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33267         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
33268         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
33269         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33270         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
33271         memcpy, memset.
33272         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
33273         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
33274         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
33275         strtol.
33276         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
33277         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
33278         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
33279         strtoul.
33280
33281 2003-09-12  Paul Eggert  <eggert@twinsun.com>
33282
33283         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
33284         * lib/obstack.c [!defined _LIBC]: Likewise.
33285         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
33286         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
33287         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
33288
33289         More changes to assume C89 or better.
33290
33291         * lib/error.c (error_tail): Assume vprintf.
33292
33293         * lib/argmatch.c (getenv): Remove decl.
33294         * lib/progreloc.c (get_full_program_name): Define via prototype.
33295         * lib/setenv.c (clearenv): Likewise.
33296         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
33297         needed.
33298         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
33299         (malloc, memcpy): Remove decls.
33300         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
33301         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
33302         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33303         (memcpy): Remove macro.
33304         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
33305         (__P): Remove.  All uses removed.
33306         (PTR): Remove.  All uses changed to void *.
33307         (CHAR_BIT, NULL): Remove.
33308         (spaces, zeros, memset_space, memset_zero)
33309         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
33310         Remove.
33311         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
33312         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
33313         Define with prototype.
33314         Remove now-unnecessary prototype decl.
33315         (extra_args_spec): Assume ANSI C.  All uses changed.
33316         (extra_args_spec_iso): Remove.
33317         (my_strftime, emacs_strftimeu): Define via prototype.
33318         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
33319         unconditionally.
33320         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
33321         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
33322         (strtoul, strtol): Remove decls.
33323         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
33324         LONG_MAX): Remove.
33325         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
33326         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
33327         (LOCALE_PARAM_PROTO): New macro.
33328         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
33329         (INTERNAL (strtol), strtol): Define with a prototype.
33330         (PARAMS): Remove.  All uses removed.
33331         * lib/tempname.c: Include <string.h> unconditionally.
33332         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
33333         * lib/xgethostname.c (main): Define with a prototype.
33334         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
33335         Include <stdlib.h> unconditionally.
33336         (calloc, malloc, realloc, free): Remove decls.
33337         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
33338         Include <stdlib.h> unconditionally.  Sort include file names.
33339         (strtod): Remove.
33340         (xstrtod): Define with a prototype.
33341         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
33342         (strtol, strtoul): Remove decls.
33343
33344 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33345
33346         More patches to assume C89 or better.
33347         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
33348         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
33349         string.h, memchr, STDC_HEADERS.
33350
33351 2003-09-11  Paul Eggert  <eggert@twinsun.com>
33352
33353         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
33354         Include <stdlib.h>, <string.h> unconditionally.
33355         Remove now-unnecessary cast to char *.
33356         * lib/strnlen.c: Include <string.h> unconditionally.
33357         * lib/yesno.c (yesno): Define with a prototype.
33358
33359 2003-09-11  Bruno Haible  <bruno@clisp.org>
33360
33361         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
33362
33363 2003-09-10  Jim Meyering  <jim@meyering.net>
33364
33365         * lib/error.c: Correct indentation of cpp directives.
33366
33367 2003-09-10  Bruno Haible  <bruno@clisp.org>
33368
33369         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
33370         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
33371         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
33372         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
33373         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
33374         <stdlib.h> and <string.h> checks.
33375         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
33376         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
33377
33378 2003-09-10  Bruno Haible  <bruno@clisp.org>
33379
33380         * lib/strcspn.c: Include <string.h> unconditionally.
33381         * lib/strpbrk.c: Include <string.h> unconditionally.
33382         * lib/strstr.c: Include <string.h> unconditionally.
33383         * lib/unicodeio.c: Include <string.h> unconditionally.
33384         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
33385         * lib/unsetenv.c: Likewise.
33386         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
33387         * lib/yesno.c: Include <stdlib.h> unconditionally.
33388         (rpmatch): Add prototype.
33389
33390 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33391
33392         More patches to assume C89 or better.
33393         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
33394         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
33395         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
33396         or for string.h.
33397         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
33398         stdlib.h.
33399         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
33400         C headers.
33401         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
33402         string.h.
33403         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
33404         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
33405         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
33406         or for string.h.
33407         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
33408         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
33409         C headers.
33410         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
33411         memcpy.
33412         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
33413         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
33414         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
33415         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
33416         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
33417         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
33418         string.h, free.
33419         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
33420         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
33421         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
33422         C headers, or for string.h.
33423         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
33424         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
33425         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
33426         headers, memory.h, stdlib.h, string.h, strings.h.
33427         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
33428         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
33429         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
33430         strchr.
33431         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
33432         headers, memory.h, string.h.
33433         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
33434         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
33435         free.
33436         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
33437         headers.
33438         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
33439         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
33440         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
33441         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
33442         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
33443
33444 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33445
33446         More K&R removal.
33447
33448         * lib/acosl.c (main): Use a prototype.
33449         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
33450         tanl.c: Likewise.
33451
33452         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
33453
33454         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
33455         (getopt, etopt_long, getopt_long_only, _getopt_internal)
33456         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
33457         with a prototype.
33458         * lib/getopt.c (const): Remove macro.
33459         Include <string.h> unconditionally.
33460         (my_index): Remove; all uses changed to strchr.
33461         (strlen): Remove decl.
33462         (exchange): Remove forward decl; no longer needed.
33463         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
33464         Define with prototype.
33465         * lib/getopt1.c (const): Remove macro.
33466         (getopt_long, getopt_long_only, main): Define with prototype.
33467
33468         * lib/getugroups.c: Include <string.h> unconditionally.
33469
33470         * lib/getusershell.c: Include <stdlib.h> unconditionally.
33471         (getusershell, setusershell, endusershell, readname, main):
33472         Define with prototypes.
33473
33474         * lib/group-member.c: Include group-member.h first.
33475         Include <stdlib.h> unconditionally.
33476
33477         * lib/hard-locale.c: Include hard-locale.h first.
33478         Include <stdlib.h>, <string.h> unconditionally.
33479
33480         * lib/hash.c (free, malloc): Remove decls.
33481         Include <stdlib.h> unconditionally.
33482
33483         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
33484         (getenv): Do not declare.
33485
33486         * lib/idcache.c: Include <string.h> unconditionally.
33487
33488         * lib/long-options.c: Include long-options.h first, to test interface.
33489         Include <stdlib.h> unconditionally.
33490
33491         * lib/makepath.c: Include makepath.h first, to test interface.
33492         Include <stdlib.h> and <string.h> unconditionally.
33493
33494         * lib/linebuffer.c: Include <stdlib.h>.
33495         (free): Remove decl.
33496
33497         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
33498         stddef.h. rpl_malloc returns void *, not char *.
33499         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
33500         prototype.
33501
33502         * lib/md5.h: Include <limits.h> unconditionally.
33503         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
33504         (__P): Remove; all uses removed.
33505         * lib/md5.c: Include "md5.h" first.
33506         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
33507         md5_buffer, md5_process_bytes, md5_process_block):
33508         Define with prototypes.
33509         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
33510         * lib/sha.c: Include "sha.h" first.
33511         Include <stdlib.h>, <string.h> unconditionally.
33512
33513         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
33514         * lib/memcmp.c (__ptr_t): Likewise.
33515         * lib/memrchr.c (__ptr_t): Likewise.
33516         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
33517         Include <string.h> unconditionally.
33518         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
33519         * lib/memchr.c: Include <stdlib.h> unconditionally.
33520         * lib/memchr.c (LONG_MAX): Remove.
33521         * lib/memrchr.c (LONG_MAX): Likewise.
33522         * lib/memchr.c (__memchr): Define via a prototype.
33523         * lib/memrchr.c (__memrchr): Likewise.
33524         * lib/memcmp.c (__P): Remove, and remove all uses.
33525         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
33526         Remove forward decls; no longer needed.
33527         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
33528         Use types required by C89 in prototype.
33529
33530         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
33531         * lib/savedir.c: Likewise.
33532         * lib/mkdir.c (free): Remove decl.
33533         * lib/rmdir.c (rmdir): Define with a prototype.
33534         * lib/savedir.c: Include savedir.h first, to test interface.
33535
33536         * lib/mktime.c (STDC_HEADERS): Remove.
33537         Include <stdlib.h>, <string.h> unconditionally.
33538
33539         * lib/modechange.c: Include <stdlib.h> unconditionally.
33540         (malloc): Remove decl.
33541
33542         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
33543         (free): Remove decl.
33544
33545         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
33546         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
33547         (This type really should be intptr_t, but that's a C99ism.)
33548         (_obstack_memcpy): Remove: all uses changed to memcpy.
33549         Include <string.h> unconditionally.
33550         (struct obstack): Assume __STDC__ for types of members
33551         chunkfun, freefun, extra_arg.
33552         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
33553         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
33554         obstack_begin, obstack_specify_allocation,
33555         obstack_specify_allocation_with_arg, obstack_chunkfun,
33556         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
33557         Remove unprototyped decls and the macros that use them.
33558         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
33559         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
33560         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
33561         (defined __STDC__ && __STDC__)]:
33562         Remove nonprototyped code.
33563         Include <stdlib.h> unconditionally.
33564         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
33565         _obstack_allocated_p, _obstack_free, obstack_free,
33566         _obstack_memory_used, print_and_abort):
33567         Define using prototypes.
33568         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
33569         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
33570         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
33571         obstack_next_free, obstack_object_size, obstack_room) [0]:
33572         Remove unused, unprototyped code.
33573
33574         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
33575
33576         * lib/physmem.c (physmem_total, physmem_available, main): Define
33577         with prototypes.
33578
33579         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
33580         (main): Define with a prototype.
33581
33582         * lib/posixver.c (getenv): Remove decl.
33583
33584         * lib/putenv.c (malloc): Returns void *, not char *.
33585         Include <string.h> unconditionally.
33586         (strchr, memcpy, NULL): Do not define.
33587
33588         * lib/readtokens.c: Include readtokens.h first, to test interface.
33589         Include <stdlib.h>, <string.h> unconditionally.
33590         (init_tokenbuffer): Define with a prototype.
33591
33592         * lib/regex.c (PARAMS): Remove.  All uses removed.
33593         All uses of _RE_ARGS removed, too.
33594         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
33595         unconditionally.
33596         (bzero): Assume memset exists.
33597         (memcmp, memcpy, NULL): Remove.
33598         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
33599         char, or assignments to local vars of type signed char.
33600         (init_syntax_once, PREFIX(extract_number_and_incr),
33601         PREFIX(print_partial_compiled_pattern),
33602         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
33603         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
33604         PREFIX(regex_grow_registers), PREFIX(regex_compile),
33605         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
33606         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
33607         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
33608         wcs_compile_range, byte_compile_range, truncate_wchar,
33609         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
33610         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
33611         count_mbs_length, wcs_re_match_2_internal,
33612         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
33613         PREFIX(alt_match_null_string_p),
33614         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
33615         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
33616         regfree, PREFIX(extract_number)): Define with prototype.  Remove
33617         now-unnecessary declaration, if any.
33618         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
33619         regcomp, regexec):
33620         Remove now-unnecessary casts among pointer types.
33621         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
33622
33623         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
33624         (free): Remove decl.
33625
33626         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
33627
33628         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
33629         (free): Remove decl.
33630
33631         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
33632         * lib/xgetcwd.c: Likewise.
33633
33634         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
33635         (free): Remove decl.
33636
33637         * lib/strchrnul.c (strchrnul): Define with a prototype.
33638         Fix bug: c_in was not converted to char before searching.
33639
33640         The following changes are not K&R related:
33641
33642         * lib/group-member.h: Include <sys/types.h>, so that this file is
33643         self-contained.
33644         * lib/makepath.h: Likewise.
33645
33646         * lib/getusershell.c (readname, default_index, line_size, readname):
33647         Use size_t, not int, for sizes.
33648         (readname): If the size overflows, report an error instead of
33649         looping forever.
33650
33651 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33652
33653         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
33654         libc.
33655
33656 2003-09-09  Paul Eggert  <eggert@twinsun.com>
33657
33658         * README: New section: portability guidelines.
33659
33660 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33661
33662         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
33663         C89 spec.
33664
33665 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
33666
33667         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
33668
33669 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33670
33671         Assume C89 or better; remove K&R cruft.
33672         A few of these changes were first proposed by Derek Robert Price
33673         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
33674
33675         * lib/addext.c: Include <string.h> unconditionally.
33676         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
33677         Don't declare getenv or malloc.
33678
33679         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
33680         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
33681         (NULL): Remove.
33682         (find_stack_direction, alloca): Use prototypes.
33683
33684         * lib/atexit.c (atexit): Define using a prototype.
33685
33686         * lib/basename.c, dirname.c, stripslash.c:
33687         Include <string.h> unconditionally.
33688
33689         * lib/bcopy.c: Include <stddef.h>.
33690         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
33691
33692         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
33693
33694         * lib/error.h (error, error_at_line, error_print_progname)
33695         [! (defined (__STDC__) && __STDC__)]: Remove decls.
33696         * lib/error.c: Include error.h first, to check interface.
33697         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33698         (VA_START): Remove; all uses changeed to va_start.
33699         (exit, strerror): Remove decls.
33700         (error_print_progname): Prototype uncondionally.
33701         Don't include <errno.h>; no longer needed.
33702         (private_strerror): Remove.
33703         (error_tail): Always define.
33704         (error, error_at_line): Assume C89 or better; always use prototypes.
33705         * lib/fatal.c: Include "fatal.h" first, to test interface.
33706         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
33707         (VA_START): Remove; all uses changed to va_start.
33708         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
33709         this case.
33710         (exit): Remove decl.
33711         (fatal): Prototype unconditionally.  Assume va_start works.
33712         Abort at end, to pacify gcc.
33713
33714         * lib/euidaccess.c (main): Define with a prototype.
33715
33716         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
33717
33718         * lib/exitfail.c: Include <stdlib.h> unconditionally.
33719
33720         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
33721         prototypes.
33722         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
33723         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
33724         (getenv): Remove decl.
33725         (fnmatch): Define using a prototype.
33726         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
33727         (FCT): Define using a prototype.
33728
33729         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
33730
33731         * lib/gethostname.c: Include <stddef.h>.
33732         (gethostname): Define with prototype.  Length is size_t, not int.
33733
33734 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33735
33736         Assume C89 or better; remove K&R cruft.
33737         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
33738         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
33739         string.h, getenv, malloc.
33740         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
33741         headers.
33742         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
33743         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
33744         do not check for strerror.
33745         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
33746         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
33747         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
33748         do not check for doprnt or vprintf.
33749         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
33750         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
33751
33752 2003-09-08  Paul Eggert  <eggert@twinsun.com>
33753
33754         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
33755         getversion.c should have been removed then, but was accidentally
33756         preserved.
33757
33758         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
33759         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
33760
33761 2003-09-08  Karl Berry  <karl@gnu.org>
33762
33763         * config/config.sub, config.guess, srclistvars.sh: update from savannah
33764                 config, forget about prep.
33765
33766         * config/depcomp, missing: update from automake.
33767
33768 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33769
33770         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
33771         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33772
33773 2003-09-07  Paul Eggert  <eggert@twinsun.com>
33774
33775         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
33776         copy_tm_result.  Bug reported by Simon Josefsson in
33777         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
33778
33779 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33780
33781         * m4/time_r.m4: New file.
33782         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
33783         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
33784         is. Check for timegm declaration.
33785         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
33786         Do not check for gmtime_r.
33787         Replace mktime if __mktime_internal does not exist and if mktime
33788         hasn't been replaced already.
33789
33790 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33791
33792         * lib/time_r.c, lib/time_r.h: New files.
33793
33794         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
33795         __localtime_r.
33796         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
33797         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
33798
33799         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
33800         __gmtime_r.
33801         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
33802         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
33803         Include <time_r.h>.
33804
33805         * lib/timegm.c: Switch to glibc implementation, with the following
33806         changes:
33807         [defined HAVE_CONFIG_H]: Include <config.h>.
33808         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
33809         (__mktime_internal) [!defined _LIBC]: New decl.
33810         (__gmtime_r) [!defined _LIBC]: New macro and function.
33811         (timegm): Use a prototype, since gnulib assumes C89.
33812         Do not bother declaring tmp to be const, as it's not really usefu.
33813         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
33814         (timegm): Declare only if HAVE_DECL_TIMEGM.
33815
33816 2003-09-06  Paul Eggert  <eggert@twinsun.com>
33817
33818         * MODULES.html.sh (func_all_modules): Add time_r.
33819         * modules/time_r: New file.
33820         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
33821         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
33822
33823 2003-09-03  Paul Eggert  <eggert@twinsun.com>
33824
33825         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
33826         Bug reported by Lute Kamstra in
33827         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
33828
33829         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
33830         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
33831         course with correspondingly smaller numbers for tomorrow and
33832         yesterday.  From Tadayoshi Funaba.  Originally installed into
33833         sh-utils on 1999-08-07, but the patch got lost (I guess during the
33834         coreutils merge?).
33835
33836 2003-08-31  Simon Josefsson  <jas@extundo.com>
33837
33838         * modules/timegm: New file.
33839         * MODULES.html.sh (func_all_modules): Add timegm.
33840
33841 2003-08-31  Simon Josefsson  <jas@extundo.com>
33842
33843         * m4/timegm.m4: New file.
33844
33845 2003-08-31  Simon Josefsson  <jas@extundo.com>
33846
33847         * lib/timegm.h: New file.
33848         * lib/timegm.c: New file.  Based on
33849         wget-1.8.2/src/http.c:mktime_from_utc.
33850
33851 2003-08-31  Karl Berry  <karl@gnu.org>
33852
33853         * lib/argp.h: update from libc.
33854
33855 2003-08-28  Bruno Haible  <bruno@clisp.org>
33856
33857         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
33858         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
33859         followed by '#define fnmatch fnmatch_posix' gives an error.
33860
33861 2003-08-28  Bruno Haible  <bruno@clisp.org>
33862
33863         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
33864         warning on QNX, which defines O_BINARY to 000000.
33865
33866 2003-08-27  Jim Meyering  <jim@meyering.net>
33867
33868         * m4/mkstemp.m4: Require that the system mkstemp be able to create
33869         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
33870         would fail after 32.  Reported by Danny Levinson.  Details here:
33871         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
33872
33873 2003-08-24  Bruno Haible  <bruno@clisp.org>
33874
33875         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
33876         MSVC7 <stdio.h> is included later.
33877
33878 2003-08-22  Simon Josefsson  <jas@extundo.com>
33879
33880         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
33881
33882 2003-08-20  Karl Berry  <karl@gnu.org>
33883
33884         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
33885
33886 2003-08-20  Bruno Haible  <bruno@clisp.org>
33887
33888         * modules/progname: New file.
33889         * MODULES.html.sh (func_all_modules): Add progname.
33890
33891 2003-08-20  Bruno Haible  <bruno@clisp.org>
33892
33893         * lib/progname.h: New file, from GNU gettext.
33894         * lib/progname.c: New file, from GNU gettext.
33895         * lib/progreloc.c: New file, from GNU gettext.
33896
33897 2003-08-19  Jim Meyering  <jim@meyering.net>
33898
33899         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
33900         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
33901
33902 2003-08-19  Bruno Haible  <bruno@clisp.org>
33903
33904         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
33905         more.
33906
33907 2003-08-19  Bruno Haible  <bruno@clisp.org>
33908
33909         * lib/xstrdup.c: Assume <string.h> exists.
33910
33911 2003-08-18  Paul Eggert  <eggert@twinsun.com>
33912
33913         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
33914         in makefile rules.
33915
33916 2003-08-18  Jim Meyering  <jim@meyering.net>
33917
33918         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
33919         * m4/lib-ld.m4: Likewise.
33920
33921 2003-08-18  Jim Meyering  <jim@meyering.net>
33922
33923         * lib/setenv.h: Indent nested cpp directive.
33924         * lib/vasnprintf.c: Remove trailing blanks.
33925
33926 2003-08-17  Simon Josefsson  <jas@extundo.com>
33927
33928         * modules/xstrndup: New file.
33929         * MODULES.html.sh (func_all_modules): Add xstrndup.
33930
33931 2003-08-17  Simon Josefsson  <jas@extundo.com>
33932
33933         * modules/argp: Fix autoconf macro name. Add more dependencies.
33934
33935 2003-08-17  Simon Josefsson  <jas@extundo.com>
33936
33937         * m4/xstrndup.m4: New file.
33938
33939 2003-08-17  Simon Josefsson  <jas@extundo.com>
33940
33941         * m4/argp.m4: New file.
33942
33943 2003-08-17  Simon Josefsson  <jas@extundo.com>
33944             Bruno Haible  <bruno@clisp.org>
33945
33946         * lib/xstrndup.h: New file.
33947         * lib/xstrndup.c: New file.
33948
33949 2003-08-17  Bruno Haible  <bruno@clisp.org>
33950
33951         * modules/strndup (Files, Include): Add lib/strndup.h.
33952
33953 2003-08-17  Bruno Haible  <bruno@clisp.org>
33954
33955         * modules/euidaccess (Files): Add lib/euidaccess.h.
33956
33957 2003-08-17  Bruno Haible  <bruno@clisp.org>
33958
33959         * lib/strndup.h: New file.
33960
33961 2003-08-17  Bruno Haible  <bruno@clisp.org>
33962
33963         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
33964         like AC_GNU_SOURCE.
33965         * modules/extensions (configure.ac): Comment out the invocation of
33966         gl_USE_SYSTEM_EXTENSIONS.
33967
33968 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33969
33970         Merges from coreutils, etc.
33971         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
33972         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
33973         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
33974         fixing a typo.
33975         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
33976         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
33977
33978 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33979
33980         Document merge from coreutils.
33981         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
33982         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
33983         * modules/utime: Add m4/utimes-null.m4.
33984
33985 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33986
33987         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
33988         space, undoing this 2003-08-12 change:
33989         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33990
33991 2003-08-16  Paul Eggert  <eggert@twinsun.com>
33992
33993         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
33994         strtoul.c from libc, undoing this 2003-08-12 change:
33995         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
33996
33997 2003-08-16  Jim Meyering  <jim@meyering.net>
33998
33999         Merges from coreutils.
34000         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
34001         prefix.  Adjust cache variables similarly.  Create 500 rather than
34002         just 300 files, to exercise bug on Darwin6.5, too.
34003         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
34004         $missing_dir.
34005         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
34006         AM_SYS_POSIX_TERMIOS.
34007         Reported by mkc@mathdogs.com.
34008         Also change use of $am_cv_sys_posix_termios
34009         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
34010         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
34011         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
34012         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
34013         in /proc/mounts until it finds one with matching device number.  This
34014         is unnecessary when the FILE argument *is* a mount point.  No stat call
34015         is necessary in that case.  So, disable the statvfs-testing code on
34016         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
34017         as RedHat bug# 84846.
34018         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34019         to 1MB, so as not to render systems with no stack size limit (e.g.,
34020         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34021         Include <unistd.h>.  On some systems,
34022         it is required for the definition of _SC_PAGESIZE.
34023
34024 2003-08-16  Jim Meyering  <jim@meyering.net>
34025
34026         Merge from coreutils.
34027         * lib/xstrtoimax.c: #else #if -> #elif.
34028         * lib/xstrtoumax.c: Likewise.
34029
34030 2003-08-16  Jim Meyering  <jim@meyering.net>
34031
34032         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
34033         * m4/utimes.m4: Removed.
34034         * m4/utimes-null.m4: Renamed from utimes.m4.
34035
34036         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34037         to 1MB, so as not to render systems with no stack size limit (e.g.,
34038         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34039         Include <unistd.h>.  On some systems,
34040         it is required for the definition of _SC_PAGESIZE.
34041
34042 2003-08-16  Jim Meyering  <jim@meyering.net>
34043         and Paul Eggert  <eggert@cs.ucla.edu>
34044
34045         Merges from coreutils, etc.
34046
34047         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
34048         using the latest version from cvs.  This avoids problems with #line
34049         directives using a vendor (Sun) compiler.
34050         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
34051         Don't set GETGROUPS_LIB here; now it's
34052         done via getgroups.m4's wrapper function.
34053         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
34054         rather than just in sh-util/configure.in, so that the
34055         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
34056         same.
34057         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
34058         AC_FUNC_GETLOADAVG where to find getloadavg.c.
34059         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
34060         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
34061         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
34062         Remove code that is now done by the newly-required macros.
34063         Append $(EXEEXT) to DF_PROG.
34064         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
34065         Do not invoke or require the following here,
34066         since prereq.m4 or some gnulib .m4 now does this for us:
34067         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
34068         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
34069         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
34070         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
34071         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
34072         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
34073         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
34074         AC_FUNC_OBSTACK.
34075         Do not replace the following functions, as this is now the job
34076         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
34077         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
34078         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
34079         atexit getpass, strdup, getpagesize.
34080         Replace 'raise'.
34081         Do not check for the following functions, as this is now the job
34082         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
34083         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
34084         setregid.
34085         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
34086         Check for sys/sysctl.h.
34087         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
34088         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
34089         of checking for ssize_t ourselves.
34090
34091         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
34092         Require every macro that gnulib/modules/* suggests for us.
34093         (jm_PREREQ_ADDEXT): New macro.
34094         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
34095         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
34096
34097         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
34098         (gl_PHYSMEM): Use it.
34099         Also check for `table' function.
34100         Check for new headers and functions.
34101         Add check for sys/sysmp.h.
34102         With suggestions from Kaveh Ghazi.
34103         Ignore headers that are present but cannot be compiled.  This
34104         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
34105         C 5.4.
34106
34107 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34108
34109         Document merge from coreutils.
34110         * modules/userspec: Depend on posixver.
34111         * modules/strftime: Depend on tzset.
34112
34113 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34114
34115         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
34116         rather than tab, after '#' in shell-script copyright notices.
34117         Suggested by Bruno Haible.
34118
34119 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34120
34121         * config/srclist-update: Use three spaces, rather than tab, after '#'
34122         in shell-script copyright notices.  Suggested by Bruno Haible.
34123         Remove unnecessary parenthesization in regular expression.
34124
34125 2003-08-15  Jim Meyering  <jim@meyering.net>
34126
34127         Merge from coreutils.
34128         * lib/xgethostname.c: Include <stdlib.h>.
34129         (xghostname): Don't exit for anything other than memory-related
34130         failure; just return NULL.
34131         * lib/userspec.c: Include "posixver.h".
34132         (parse_user_spec): Accept `.' as a separator only
34133         in pre-POSIX-200112 mode.
34134         * lib/strtoimax.c: Use #elif rather than #else #if.
34135         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
34136         Remove function, now that we can rely on a working tzset function.
34137         [!_LIBC]: Ensure that the required autoconf test has been run.
34138         [!defined _NL_CURRENT && HAVE_STRFTIME]:
34139         Use underlying_strftime for %r.
34140         * lib/sha.c: Merge in some clean-up and optimization changes from
34141         glibc.
34142         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
34143         Ensure that it is a multiple of 64.
34144         Rearrange loop exit tests so as to avoid performing an
34145         additional fread after encountering an error or EOF.
34146         * lib/realloc.c: Update copyright date.
34147
34148 2003-08-15  Jim Meyering  <jim@meyering.net>
34149         and Paul Eggert  <eggert@twinsun.com>
34150
34151         Merge from coreutils.
34152         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
34153         member but strut utmpx does not.  Needed for AIX 4.3.3.
34154         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
34155
34156 2003-08-15  Jim Meyering  <jim@meyering.net>
34157         and Paul Eggert  <eggert@cs.ucla.edu>
34158
34159         Merges from coreutils, etc.
34160         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
34161         Require gl_FUNC_TZSET_CLOBBER.
34162         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
34163         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
34164         members.
34165
34166 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34167
34168         Help the merge from coreutils.
34169         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
34170         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
34171         * m4/tzset.m4: Use it too.
34172
34173 2003-08-14  Paul Eggert  <eggert@twinsun.com>
34174
34175         * modules/tzset: New file.
34176
34177 2003-08-14  Jim Meyering  <jim@meyering.net>
34178
34179         Merges from coreutils.
34180         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
34181         variable names, rather than @FNMATCH_H@.
34182         * modules/alloca: Likewise for $(ALLOCA_H).
34183
34184         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
34185         the three copies of the literal target, `fnmatch.h'.
34186         * modules/alloca (alloca.h): Likewise.
34187
34188 2003-08-14  Jim Meyering  <jim@meyering.net>
34189
34190         Merge from coreutils.
34191         * m4/tzset.m4: New file.
34192         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
34193         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
34194         otherwise, AIX 5.1 systems would end up using the latter.
34195         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
34196         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
34197         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
34198         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
34199
34200 2003-08-14  Jim Meyering  <jim@meyering.net>
34201
34202         Merge from coreutils.
34203         * lib/obstack.h: Whitespace changes.
34204         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
34205         and xcalloc return values.
34206         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
34207         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
34208         hang on OSF/1 5.1 for DIR on both local and remote file systems.
34209         Reported by (and fix confirmed by) Nelson H. F. Beebe.
34210         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34211         error from mntctl.
34212         Use mntctl's return value to drive the entry-processing loop, since
34213         we can't rely on the value of the vmt_length member in the last
34214         entry.  On some systems doing so could result in exhausting
34215         virtual memory.  Based in part on a patch from Mike Jetzer.
34216
34217 2003-08-14  Jim Meyering  <jim@meyering.net>
34218         and Paul Eggert  <eggert@twinsun.com>
34219
34220         Merges from coreutils, plus other fixes.
34221         * lib/physmem.c: Merge in portability changes from gcc/libiberty
34222         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
34223         for credits and details.  Thanks to Kaveh Ghazi for helping
34224         to keep these files in sync.
34225         (ARRAY_SIZE): Define it.
34226         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
34227         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
34228         (memcasecmp): Don't assume size_t fits in unsigned int.
34229         Remove casts and duplicate code.
34230         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
34231         (memcpy): Remove definition.
34232         Merge in some clean-up and optimization changes from glibc.
34233         [BLOCKSIZE]: Move definition to top of file.
34234         Ensure that it is a multiple of 64.
34235         Rearrange loop exit tests so as to avoid performing an
34236         additional fread after encountering an error or EOF.
34237         * lib/md5.h (md5_uintptr): Define.
34238         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
34239         return to the initial working directory.  Preserve errno
34240         for caller.
34241         * lib/idcache.c: Include "xalloc.h".
34242         (xmalloc, xrealloc): Remove decls.
34243         (getuser): Remove casts no longer required in C89.
34244         * lib/human.c: Include stdio.h, for sprintf.
34245         * lib/group-member.c: Include "xalloc.h".
34246         (xmalloc, xrealloc): Remove decls.
34247         (get_group_info): Remove casts no longer required in C89.
34248         * lib/getusershell.c (readname): Remove casts no longer required in
34249         C89.
34250         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
34251         * lib/getline.c: Whitespace fix, from coreutils.
34252
34253 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34254
34255         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
34256         Check for isascii.
34257
34258         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34259         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34260         Undo previous (whitespace-only) change.
34261
34262 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34263
34264         * lib/exclude.c: Include <ctype.h>
34265         (IN_CTYPE_DOMAIN): New macro.
34266         (is_space): New fn.
34267         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
34268         and empty lines.
34269
34270         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34271         Undo previous (whitespace-only) change.
34272
34273 2003-08-13  Paul Eggert  <eggert@twinsun.com>
34274
34275         * config/srclist-update: Change update back to the old behavior,
34276         leaving whitespace alone.  Use one 'sed' command rather than a
34277         pipeline.
34278         (fixlicense): Now a variable, not a function.
34279         (remove_trailing_blanks): Remove.
34280         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
34281         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34282         Undo previous (whitespace-only) change.
34283
34284 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34285
34286         Merge from coreutils.
34287         * modules/euidaccess: Add lib_SOURCES, include for new
34288         file euidaccess.h
34289
34290 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34291
34292         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
34293         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
34294         Normalize leading white space and remove trailing white space.
34295
34296         Merge from coreutils
34297         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
34298
34299         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
34300         0.12.1.  These files are now being upgraded automatically by
34301         ../config/srclist-update.
34302
34303 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34304
34305         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
34306         Normalize leading white space and remove trailing white space.
34307         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
34308         notice, as per ../config/srclist-update.
34309
34310         Merge from coreutils.
34311         * lib/euidaccess.h: New file.
34312         * lib/euidaccess.c: Include it.
34313         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
34314         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
34315         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
34316
34317 2003-08-12  Paul Eggert  <eggert@twinsun.com>
34318
34319         * config/srclist-update: Add copyright notice.
34320         (remove_id_lines, remove_trailing_blanks): New constants.
34321         (fixfile): Use them to normalize spacing a bit in copied files.
34322         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
34323         Normalize leading white space and remove trailing white space.
34324
34325         * config/texinfo.tex: Sync with texinfo.
34326
34327         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
34328         strtoul.c from libc, to merge coreutils whitespace changes.
34329
34330         * config/srclist.txt: Get the following m4 files from gettext:
34331         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
34332         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
34333         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
34334         wint_t.m4.
34335
34336 2003-08-12  Karl Berry  <karl@gnu.org>
34337
34338         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
34339         been made.
34340
34341 2003-08-11  Paul Eggert  <eggert@twinsun.com>
34342
34343         * modules/gnu-source, m4/gnu-source.m4:
34344         Remove; we're assuming Autoconf 2.54 or later now.
34345         Suggested by Bruno Haible.
34346         * MODULES.html.sh (func_all_modules): Remove gnu-source.
34347
34348 2003-08-11  Bruno Haible  <bruno@clisp.org>
34349
34350         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
34351
34352 2003-08-11  Bruno Haible  <bruno@clisp.org>
34353
34354         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
34355         (vasnprintf): Use it instead of wcslen.
34356
34357 2003-08-11  Bruno Haible  <bruno@clisp.org>
34358
34359         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
34360         value to ensure that _Bool promotes to int. Use #define for _Bool when
34361         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
34362
34363 2003-08-10  Karl Berry  <karl@gnu.org>
34364
34365         * lib/regex.h: update from libc (whitespace fix).
34366
34367 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34368
34369         Merge some files from coreutils.  These changes were
34370         originally made by Jim Meyering.
34371         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
34372         many older Unixes require this.
34373         * lib/alloca.c (alloca): Remove cast to argument of free;
34374         no longer needed in C89.
34375         * lib/alloca_.h, regex.h: Fix white space to match
34376         what GNU indent does.
34377
34378 2003-08-09  Paul Eggert  <eggert@twinsun.com>
34379
34380         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
34381         apparently Emacs's Unicode mode got confused before my 2003-08-05
34382         checkin.
34383
34384 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34385
34386         * m4/extensions.m4: New file.
34387         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
34388         Require gl_USE_SYSTEM_EXTENSIONS.
34389         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
34390         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
34391
34392 2003-08-08  Paul Eggert  <eggert@twinsun.com>
34393
34394         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
34395         * modules/extensions, modules/gnu-source: New files.
34396         * modules/timespec, modules/unlocked-io: Depend on extensions.
34397
34398 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34399
34400         * modules/restrict: New file.
34401         * MODULES.html.sh (func_all_modules): Add restrict.
34402         * modules/regex: Depend on restrict.
34403
34404 2003-08-07  Paul Eggert  <eggert@twinsun.com>
34405
34406         * m4/restrict.m4: New file.
34407         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
34408
34409 2003-08-07  Bruno Haible  <bruno@clisp.org>
34410
34411         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
34412         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
34413
34414 2003-08-07  Bruno Haible  <bruno@clisp.org>
34415
34416         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
34417         makes the module 'getndelim2' compatible with the module 'getline'.
34418
34419 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34420
34421         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
34422         byte with "\201" to avoid glitches when editing that source file
34423         with multi-gnome-terminal.
34424
34425 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34426
34427         * lib/bumpalloc.h: Remove.
34428
34429 2003-08-05  Paul Eggert  <eggert@twinsun.com>
34430
34431         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
34432         * modules/bumpalloc: Remove.
34433
34434 2003-08-04  Paul Eggert  <eggert@twinsun.com>
34435
34436         * lib/getloadavg.c: Change copyright notice and spacing to conform to
34437         GNU coding style.
34438
34439         Merge from coreutils.
34440         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
34441         1. From glibc.
34442         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
34443         from Karl Berry, implemented by Jim Meyering.
34444         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
34445         from Dmitry V. Levin.
34446         Remove anachronistic cast of xrealloc.
34447         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
34448         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
34449         type. Otherwise, it wouldn't compile with at least /bin/cc on
34450         ymp-cray-unicos9.0.2.X.
34451         Combine two mostly-identical uses of alloca into one.
34452         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
34453
34454 2003-08-04  Dave Love  <d.love@dl.ac.uk>
34455
34456         [From Emacs.]
34457
34458         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
34459         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
34460         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
34461         obsolete NLIST_NAME_UNION.
34462         [__GNU__]: Undef BSD and FSCALE.
34463         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
34464
34465 2003-08-03  Paul Eggert  <eggert@twinsun.com>
34466
34467         * lib/stdbool_.h (_Bool): Make it signed char, instead of
34468         an enum type, so that it's guaranteed to promote to int.  See:
34469         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
34470
34471 2003-08-03  Karl Berry  <karl@gnu.org>
34472
34473         * config/depcomp: update from automake.
34474
34475 2003-07-31  Paul Eggert  <eggert@twinsun.com>
34476
34477         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
34478         (strerror): Don't assume that a printable int fits in 14 bytes.
34479
34480 2003-07-31  Bruno Haible  <bruno@clisp.org>
34481
34482         * modules/getpass-gnu: New file.
34483         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
34484
34485 2003-07-31  Bruno Haible  <bruno@clisp.org>
34486
34487         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
34488
34489 2003-07-24  Karl Berry  <karl@gnu.org>
34490
34491         * config/missing: update from automake.
34492
34493 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
34494             Bruno Haible  <bruno@clisp.org>
34495
34496         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
34497         * lib/getline.c (getline, getdelim): Likewise.
34498         Remove _GNU_SOURCE define; now it's defined in config.h through
34499         m4/getline.m4.
34500
34501 2003-07-23  Karl Berry  <karl@gnu.org>
34502
34503         * config/config.sub: update from prep.
34504
34505 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34506
34507         * modules/xalloc (Depends-on): Add exitfail.
34508         * modules/xmemcoll: Likewise.
34509
34510 2003-07-22  Paul Eggert  <eggert@twinsun.com>
34511
34512         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
34513         over-parenthesization in macros.
34514
34515         Sync with coreutils.
34516
34517         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
34518         required by C99.
34519
34520         Use `exit_failure' for xalloc and xmemcoll instead of their own
34521         private exit-failure variables.
34522         * lib/xalloc.h (xalloc_exit_failure): Remove.
34523         * lib/xmalloc.c: Likewise.  Include exitfail.h.
34524         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
34525         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
34526         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
34527         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
34528
34529 2003-07-20  Jim Meyering  <jim@meyering.net>
34530
34531         * modules/closeout (Depends-on): Add exitfail.
34532         Suggestion from Bruno Haible.
34533
34534 2003-07-19  Karl Berry  <karl@gnu.org>
34535
34536         * config/config.sub: update from prep.
34537
34538 2003-07-18  Paul Eggert  <eggert@twinsun.com>
34539
34540         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
34541         Remove.
34542         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
34543         to test that it can stand by itself.  Include "exitfail.h".
34544         Clients should set exit_failure instead.
34545         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
34546
34547 2003-07-18  Bruno Haible  <bruno@clisp.org>
34548
34549         * modules/getndelim2: New file.
34550         * modules/getline: Share files with module getndelim2.
34551         * modules/getnline: Depend on getndelim2 instead of sharing files with
34552         it. Add getnline.c to lib_SOURCES.
34553         * MODULES.html.sh (func_all_modules): Add getndelim2.
34554
34555 2003-07-18  Bruno Haible  <bruno@clisp.org>
34556
34557         * m4/getndelim2.m4: New file.
34558         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
34559         invoke gl_PREREQ_GETNDELIM2.
34560         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
34561         gl_PREREQ_GETNDELIM2.
34562         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
34563         gl_GETNDELIM2.
34564
34565 2003-07-18  Bruno Haible  <bruno@clisp.org>
34566
34567         * lib/getndelim2.h: New file.
34568         * lib/getndelim2.c: Make into a module of its own. Include config.h,
34569         getndelim2.h.
34570         (getndelim2): Make non-static. Change return type to ssize_t.
34571         * lib/getline.h: Change argument names.
34572         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
34573         * lib/getnline.c: Include getndelim2.h.
34574
34575 2003-07-18  Andreas Schwab  <schwab@suse.de>
34576
34577         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
34578
34579 2003-07-17  Karl Berry  <karl@gnu.org>
34580
34581         * config/config.sub: update from prep.
34582
34583 2003-07-17  Bruno Haible  <bruno@clisp.org>
34584
34585         * modules/getnline: New file.
34586         * modules/getline: Add lib/getndelim2.c to source file list.
34587         * MODULES.html.sh (func_all_modules): Add getnline.
34588
34589 2003-07-17  Bruno Haible  <bruno@clisp.org>
34590
34591         * m4/getnline.m4: New file.
34592
34593 2003-07-17  Bruno Haible  <bruno@clisp.org>
34594
34595         * m4/Makefile.am.in: Remove file.
34596         * m4/Makefile.am: Remove file.
34597         * m4/Makefile.in: Remove file.
34598
34599 2003-07-17  Bruno Haible  <bruno@clisp.org>
34600
34601         * lib/getnline.h: New file.
34602         * lib/getnline.c: New file.
34603         * lib/getndelim2.c: New file, extracted from getline.c.
34604         (getndelim2): Renamed from getdelim2, with added nmax argument.
34605         * lib/getline.c: Include getndelim2.c.
34606         (getdelim2): Moved out to getndelim2.c.
34607         (getline, getdelim): Update.
34608
34609 2003-07-17  Bruno Haible  <bruno@clisp.org>
34610
34611         * lib/Makefile.am: Remove file.
34612         * lib/Makefile.in: Remove file.
34613
34614 2003-07-17  Bruno Haible  <bruno@clisp.org>
34615
34616         * configure.in: Remove file.
34617         * Makefile.in: Remove file.
34618
34619 2003-07-17  Bruno Haible  <bruno@clisp.org>
34620
34621         * MODULES.html.sh: Put the </BODY> right before </HTML>.
34622
34623 2003-07-16  Karl Berry  <karl@gnu.org>
34624
34625         * config/srclist-update: was running fixlicense twice, which caused
34626                 texinfo.tex to be nullified for some reason.  Simplify,
34627                 $gplsrc is no longer needed as far as I can see?
34628
34629 2003-07-16  Jim Meyering  <jim@meyering.net>
34630
34631         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
34632
34633 2003-07-15  Paul Eggert  <eggert@twinsun.com>
34634
34635         * config/srclist.txt: Get the following files from gettext-runtime/intl
34636         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
34637         ref-del.sin.  From Bruno Haible.
34638         * config/srclist-update (fixfile): Change grep pattern again, since the
34639         previous fix didn't work (there was another trailing $).  Use
34640         '[$]' to escape the $s.
34641
34642 2003-07-15  Karl Berry  <karl@gnu.org>
34643
34644         * lib/vasnprintf.c: update from gettext.
34645
34646 2003-07-15  Karl Berry  <karl@gnu.org>
34647
34648         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
34649         gets expanded when surrounded by '$'.
34650
34651 2003-07-15  Jim Meyering  <jim@meyering.net>
34652
34653         * modules/save-cwd: Don't depend on error.  From Derek Price.
34654
34655 2003-07-15  Jim Meyering  <jim@meyering.net>
34656
34657         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
34658
34659 2003-07-14  Simon Josefsson  <jas@extundo.com>
34660
34661         * modules/mempcpy: New file.
34662         * MODULES.html.sh (func_all_modules): Add mempcpy.
34663
34664 2003-07-14  Simon Josefsson  <jas@extundo.com>
34665
34666         * m4/mempcpy.m4: New file.
34667
34668 2003-07-14  Simon Josefsson  <jas@extundo.com>
34669
34670         * lib/mempcpy.h: New file.
34671         * lib/mempcpy.c: New file.
34672
34673 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34674
34675         * modules/getdate, modules/posixtm: Depend on mktime.
34676
34677 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34678
34679         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
34680         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
34681         unicodeio.c, unicodeio.h, unlocked-io.h:
34682         Switch from LGPL to GPL.
34683
34684 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34685
34686         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
34687         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
34688         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
34689         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
34690         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
34691         updated automatically by ../config/srclist-update.  This changes
34692         their license from LPGL to GPL.
34693
34694 2003-07-14  Paul Eggert  <eggert@twinsun.com>
34695
34696         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
34697         assumed to refer to the root of the most recent stable gettext version.
34698         * config/srclistvars.sh: Add defaults for eggert.
34699         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
34700         Match "This program" as well as "The program".  This is needed
34701         for gettext.
34702
34703 2003-07-14  Jim Meyering  <jim@meyering.net>
34704
34705         Don't emit diagnostics.  Let callers do that.
34706         * lib/save-cwd.c: Don't include "error.h".
34707         (save_cwd): Don't call error.  Ensure that errno is valid
34708         when returning nonzero.
34709
34710         * lib/save-cwd.h (restore_cwd): Update prototype.
34711         * lib/save-cwd.c (restore_cwd): Remove two parameters.
34712         Simplify.  Don't call error upon failure.  Let callers do that.
34713         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
34714         when auditing is enabled.  But don't bother updating the #if.
34715
34716 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
34717
34718         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
34719         it breaks C++ compilation.
34720         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
34721
34722 2003-07-10  Simon Josefsson  <jas@extundo.com>
34723
34724         * modules/strchrnul (Makefile.am): Add strchrnul.h.
34725
34726 2003-07-10  Jim Meyering  <jim@meyering.net>
34727
34728         * m4/clock_time.m4: Remove trailing blank.
34729         * m4/intmax_t.m4: Likewise.
34730
34731 2003-07-10  Jim Meyering  <jim@meyering.net>
34732
34733         * lib/vasnprintf.c: Remove trailing blanks.
34734         Make cpp indentation consistent.
34735
34736 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34737
34738         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
34739         posixver.c, strftime.c, strnlen.c, strverscmp.c:
34740         Switch from LGPL to GPL.
34741
34742 2003-07-09  Paul Eggert  <eggert@twinsun.com>
34743
34744         * config/srclist.txt: Sort sublists.  Add
34745         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
34746         that differ from gnulib for one reason or another; we'd like this list
34747         to be smaller but for now let's document what we have.
34748
34749 2003-07-08  Paul Eggert  <eggert@twinsun.com>
34750
34751         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
34752         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
34753         and sweeter "eval x=$x".
34754         * config/srclist.txt: Get lib/argp* from glibc.
34755
34756 2003-07-07  Paul Eggert  <eggert@twinsun.com>
34757
34758         * lib/mktime.c: Fix some boundary cases and remove need for floating
34759         point.
34760
34761         Issue a compile-time diagnostic if time_t is floating point, or if
34762         two's complement arithmetic is not in effect, or if arithmetic
34763         right shift does not propagate the sign.  These assumptions were
34764         all in the original code but they weren't checked.
34765
34766         (TIME_T_MIDPOINT, verify): New macros.
34767         (__isleap): Remove; it has integer overflow problems.
34768         (leapyear): New function, without those problems.
34769         (ydhms_tm_diff): Remove; splitting into two parts.
34770         (ydhms_diff): New function, containing the arithmetic part of
34771         the old ydhms_tm_diff function.  Issue a compile-time
34772         diagnostic if we are not using C99 integer division.
34773         Avoid casts when possible.
34774         (guess_time_tm): New function, containing the checking part of
34775         the old ydhms_tm_diff function.  Return the new value, rather than
34776         the difference between it and the old.  Accept a new argument T
34777         so that *T specifies the old value.  Check for overflow in the result.
34778
34779         (__mktime_internal): Use a time_t offset, not a long int offset.
34780         This undoes the 2003-06-04 change, which is no longer needed now
34781         that we have better overflow checking.
34782         (localtime_offset): Likewise.
34783
34784         (__mktime_internal): Avoid harmful overflow on hosts where time_t
34785         and long are 64-bit but int is only 32-bit.
34786         (ydhms_diff): Use long int to store year1 and yday1.
34787         Issue a compile-time diagnostic if long int is not wide enough.
34788
34789         (__mktime_internal): Use long int to store adjusted year and yday.
34790         Use plain C rather than preprocessor commands, if that doesn't
34791         affect efficiency.
34792         Check for overflow (and try to repair) after each probe
34793         rather than checking only at the very end.  This avoids some bugs
34794         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
34795         does not equal GMT offset at maximum time).
34796         Use integer to check for overflow rather than floating point; this
34797         is more portable to non-IEEE hosts, and is a tad faster.
34798         When we detect that we are oscillating between two values,
34799         don't check whether tm_isdst has the requested value, since
34800         we already know the answer.  When tm_isdst has the wrong value,
34801         use a different heuristic to find the right one, based on the
34802         extreme values actually observed in practice in tz2003a,
34803         rather than the (overly optimistic) "previous 3 calendar quarters".
34804
34805         (not_equal_tm, print_tm, check_result): Use "const T" rather than
34806         "T const" to accommodate glibc style.
34807         (check_result): Use less-confusing report format.  "long" -> "long int.
34808         (main): Likewise.
34809         Don't loop if the iteration overflows time_t.
34810         Allow a negative step in the iteration.
34811
34812 2003-07-06  Karl Berry  <karl@gnu.org>
34813
34814         * config/depcomp: update from automake.
34815         * config/config.sub: update from prep.
34816
34817 2003-07-03  Karl Berry  <karl@gnu.org>
34818
34819         * config/config.guess: update from prep.
34820
34821 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34822
34823         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
34824         xreadlink.c now includes it unconditionally.
34825
34826 2003-07-01  Paul Eggert  <eggert@twinsun.com>
34827
34828         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
34829         having it depend on HAVE_SYS_TYPES_H.
34830
34831 2003-07-01  Bruno Haible  <bruno@clisp.org>
34832
34833         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
34834         <sys/types.h> should be sufficient.
34835         Reported by Paul Eggert.
34836
34837 2003-06-26  Karl Berry  <karl@gnu.org>
34838
34839         * config/depcomp: update from automake.
34840
34841 2003-06-26  Bruno Haible  <bruno@clisp.org>
34842
34843         * modules/human: Depend on module stdbool.
34844
34845 2003-06-25  Bruno Haible  <bruno@clisp.org>
34846
34847         * modules/readlink: New file.
34848         * modules/xreadlink: Depend on it.
34849         * MODULES.html.sh (func_all_modules): Add readlink.
34850
34851 2003-06-25  Bruno Haible  <bruno@clisp.org>
34852
34853         * m4/readlink.m4: New file.
34854
34855 2003-06-25  Bruno Haible  <bruno@clisp.org>
34856
34857         * lib/readlink.c: New file.
34858
34859 2003-06-22  Karl Berry  <karl@gnu.org>
34860
34861         * config/srclist.txt: update mkinstalldirs from automake.
34862         * config/mkinstalldirs: update.
34863
34864 2003-06-22  Bruno Haible  <bruno@clisp.org>
34865
34866         Portability to mingw32.
34867         * m4/ssize_t.m4: New file, from GNU gettext.
34868         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
34869         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
34870
34871 2003-06-22  Bruno Haible  <bruno@clisp.org>
34872
34873         * modules/safe-read: Add m4/ssize_t.m4.
34874         * modules/xreadlink: Add m4/ssize_t.m4.
34875
34876 2003-06-20  Bruno Haible  <bruno@clisp.org>
34877
34878         Assume C89, so PARAMS isn't needed.
34879         * lib/unicodeio.h (PARAMS): Remove.
34880         * lib/unicodeio.c: Don't use PARAMS.
34881
34882 2003-06-18  Karl Berry  <karl@gnu.org>
34883
34884         * config/config.{guess,sub}: update from prep.
34885
34886 2003-06-18  Jim Meyering  <jim@meyering.net>
34887
34888         Merge changes from coreutils.
34889         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
34890         Remove explicit declarations of xmalloc and realloc.
34891         Include xalloc.h.
34892         (read_utmp): Remove anachronistic cast of xmalloc.
34893
34894 2003-06-17  Paul Eggert  <eggert@twinsun.com>
34895
34896         Assume C89, so PARAMS isn't needed.
34897         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
34898         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
34899         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
34900         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
34901         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
34902         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
34903         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
34904         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
34905         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
34906         lib/xstrtod.h, lib/xstrtol.h: Likewise.
34907         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
34908         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
34909         no longer needed. Anyway, config.h should always be included before any
34910         other file.
34911
34912 2003-06-11  Simon Josefsson  <jas@extundo.com>
34913
34914         * modules/sysexits: New file.
34915         * MODULES.html.sh (func_all_modules): Add sysexits.
34916
34917 2003-06-11  Simon Josefsson  <jas@extundo.com>
34918
34919         * lib/sysexit_.h: New file.
34920
34921 2003-06-11  Derek Price  <derek@ximbiot.com>
34922
34923         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
34924         necessary.
34925
34926 2003-06-11  Bruno Haible  <bruno@clisp.org>
34927
34928         * m4/sysexits.m4: New file.
34929
34930 2003-06-10  Simon Josefsson  <jas@extundo.com>
34931
34932         * lib/argp.h: New file, from glibc.
34933         * lib/argp-ba.c: New file, from glibc.
34934         * lib/argp-eexst.c: New file, from glibc.
34935         * lib/argp-fmtstream.c: New file, from glibc.
34936         * lib/argp-fmtstream.h: New file, from glibc.
34937         * lib/argp-fs-xinl.c: New file, from glibc.
34938         * lib/argp-help.c: New file, from glibc.
34939         * lib/argp-namefrob.h: New file, from glibc.
34940         * lib/argp-parse.c: New file, from glibc.
34941         * lib/argp-pv.c: New file, from glibc.
34942         * lib/argp-pvh.c: New file, from glibc.
34943         * lib/argp-xinl.c: New file, from glibc.
34944
34945 2003-06-10  Simon Josefsson  <jas@extundo.com>
34946
34947         * modules/strchrnul: New file.
34948
34949 2003-06-10  Simon Josefsson  <jas@extundo.com>
34950
34951         * modules/argp: New file.
34952
34953 2003-06-10  Simon Josefsson  <jas@extundo.com>
34954
34955         * m4/strchrnul.m4: New file.
34956
34957 2003-06-10  Simon Josefsson  <jas@extundo.com>
34958
34959         * lib/strchrnul.h: New file.
34960         * lib/strchrnul.c: New file.
34961
34962 2003-06-10  Bruno Haible  <bruno@clisp.org>
34963
34964         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
34965
34966 2003-06-07  Karl Berry  <karl@gnu.org>
34967
34968         * config/config.{guess,sub}: update from prep.
34969
34970 2003-06-07  Jim Meyering  <jim@meyering.net>
34971
34972         * modules/strtod: Use $(...) notation, not @...@ for
34973         AC_REPLACE'd variables.
34974         * modules/localcharset: Likewise.
34975
34976 2003-06-07  Jim Meyering  <jim@meyering.net>
34977
34978         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
34979         in place of my name in the copyright comment.
34980         Remove definition and uses of __P.
34981
34982         From coreutils.
34983         * lib/stat.c: Don't declare xmalloc explicitly.
34984         Instead, include "xalloc.h".
34985         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
34986         xrealloc, and xcalloc return values.
34987         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
34988         Improve comment.
34989         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
34990
34991 2003-06-07  Bruno Haible  <bruno@clisp.org>
34992
34993         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
34994         avoid AC_CONFIG_LINKS.
34995         * modules/fnmatch (Makefile.am): Use explicit creation rule for
34996         fnmatch.h, to avoid AC_CONFIG_LINKS.
34997         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
34998
34999 2003-06-07  Bruno Haible  <bruno@clisp.org>
35000
35001         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
35002         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
35003         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35004         directory.
35005         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
35006         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35007         directory.
35008
35009 2003-06-06  Jim Meyering  <jim@meyering.net>
35010
35011         Merge from coreutils.
35012         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
35013         Consolidate declarations and initializations of *_base* locals.
35014
35015         Merge from coreutils.
35016         This avoids a core dump on systems without GNU putenv,
35017         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
35018         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
35019         (unsetenv): New static function, from GNU libc.
35020         (rpl_putenv): Use it.
35021
35022         * lib/modechange.c: Remove trailing blanks.
35023
35024         Merge from coreutils.
35025         * lib/fsusage.c: Remove declaration of statfs.
35026         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
35027
35028         * lib/posixtm.c: Include <stdbool.h> unconditionally.
35029
35030 2003-06-06  Jim Meyering  <jim@meyering.net>
35031
35032         * lib/stdbool_.h: Renamed from stdbool.h.in.
35033
35034 2003-06-06  Jim Meyering  <jim@meyering.net>
35035             Bruno Haible  <bruno@clisp.org>
35036
35037         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
35038         Adjust Makefile.am snippet not to redirect directly to target.
35039         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
35040
35041 2003-06-05  Paul Eggert  <eggert@twinsun.com>
35042
35043         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
35044         mismatch, look in future quarters as well as past.  This fixes a
35045         bug when processing fall-backwards gaps immediately after a long
35046         period of daylight-saving time.
35047
35048         * lib/mktime.c: Assume freestanding C89 or better.
35049         (HAVE_LIMITS_H): Remove.  Assume it's 1.
35050         (__P): Remove; not used.
35051         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
35052         (mktime, not_equal_tm, print_tm, check_result,
35053         main): Use prototypes.  Use const * where appropriate.
35054         (main): Fix typo in testing code that uncovered by above changes.
35055         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
35056
35057 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35058
35059         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
35060         locale.h, localeconv.  This merges changes from coreutils.
35061
35062         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
35063         It can be removed after the next Autoconf is released.
35064         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
35065         needed.
35066
35067 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35068
35069         * lib/mktime.c: Fix Debian bug 177940
35070         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
35071         (localtime_offset): Now long int, not time_t, because we want it
35072         to be guaranteed to be signed.  All uses changed.
35073         (__mktime_internal): If overflow would occur when adding offset,
35074         don't add it.
35075
35076         Merge 'human' changes from coreutils.  Rewrite to support
35077         locale-specific notations like thousands separators.
35078         * lib/human.c: Simplify authorship notice.
35079         Include human.h immediately after config.h.
35080         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
35081         <limits.h>: Do not include, since human.h does.
35082         (SIZE_MAX, UINTMAX_MAX): New macros.
35083         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
35084         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
35085         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
35086         (power_letter): Renamed from suffixes.
35087         (generate_suffix_backwards): Remove.
35088         (adjust_value): Now takes int style (because of human.h changes)
35089         and long double value (for greater precision on some platforms).
35090         (group_number): New function.
35091         (human_readable): Use it.  Use integer options, not enum.
35092         Put the options before the sizes in the arg list.
35093         Support all the new options.
35094         The old human_readable function has been removed;
35095         use inttostr.h instead.
35096         (human_readable, default_block_size, humblock):
35097         Use uintmax_t, not int, for block sizes.
35098         (human_readable_inexact, block_size_types): Remove.
35099         (block_size_opts): New constant.
35100         (human_options): Renamed from human_block_size, with new signature
35101         that allows block sizes up to UINTMAX_MAX.  All callers changed.
35102         * lib/human.h: Add copyright and authorship notice.
35103         Include <limits.h> and <stdbool.h> unconditionally.
35104         (PARAMS): Remove.  All uses removed.
35105         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
35106         (enum human_inexact_style): Remove tag; now a nameless enum.
35107         (human_floor, human_ceiling, human_round_to_even): Now have
35108         values 2, 0, 1 rather than -1, 1, 0.
35109         (human_group_digits, human_suppress_point_zero, human_autoscale,
35110         human_base_1024, human_SI, human_B): New constants.
35111         (human_readable_inexact, human_block_size): Remove.
35112         (human_readable): Size args are now uintmax_t, not int.
35113         (human_options): New decl.
35114
35115         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
35116         unnecessary now that we assume C89 or better.  This change
35117         imported from coreutils.
35118
35119         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35120         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
35121         in the 2003-05-30 sync from glibc.
35122
35123         .h files should stand alone, but we shouldn't include <sys/types.h>
35124         if we can get away with just <stddef.h>.
35125
35126         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
35127         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
35128         rather than <sys/types.h>, as we merely need size_t.
35129         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
35130         to get size_t.
35131         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
35132         Include <stdio.h>, to get FILE.
35133         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
35134         memcasecmp.h has included <stddef.h> and all we need is size_t.
35135         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
35136         our interface, instead of including <sys/types.h>
35137
35138 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35139
35140         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
35141         now, as glibc mktime is buggy on non-glibc systems.
35142
35143 2003-06-03  Karl Berry  <karl@gnu.org>
35144
35145         * config/config.sub: update from prep.
35146
35147 2003-06-02  Paul Eggert  <eggert@twinsun.com>
35148
35149         [from coreutils]
35150         Fix some minor time-related bugs with POSIX time arguments.
35151         Some valid time stamps were being rejected (notably -1, and
35152         time stamps before 1900 on 64-bit hosts).  And some invalid
35153         time stamps were being accepted, e.g. September 31.
35154
35155         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
35156         that we can return (time_t) -1 successfully.
35157         * lib/posixtm.c: Likewise.
35158         [HAVE_STDBOOL_H]: Include <stdbool.h>.
35159         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
35160         (t): Remove static var.
35161         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
35162         of static var.  All uses changed.
35163         (year): Do not reject years before 1900; they can occur with
35164         64-bit time_t.
35165         (posix_time_parse): Do not check for out-of-range components;
35166         that is now the caller's responsibility, since our checks were
35167         only approximations.
35168         (posixtime): Use mktime to check for out-of-range components,
35169         since it knows them exactly.
35170         If mktime returns (time_t) -1, check whether an error actually occurred
35171         by invoking localtime on -1.
35172         (main) [TEST_POSIXTIME]: Check for input data errors, and report
35173         posixtime failures better.
35174         Improve the test data (in comments only).
35175
35176 2003-06-02  Karl Berry  <karl@gnu.org>
35177
35178         * config/mkinstalldirs (version): new variable.
35179         (--version): new option.
35180         (usage): improve message.
35181
35182 2003-05-30  Karl Berry  <karl@gnu.org>
35183
35184         * lib/mktime.c: update from libc.
35185
35186 2003-05-30  Bruno Haible  <bruno@clisp.org>
35187
35188         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
35189         * config/config.rpath: Upgrade to gettext-0.12.1.
35190
35191 2003-05-30  Bruno Haible  <bruno@clisp.org>
35192
35193         * m4/gettext.m4: Upgrade to gettext-0.12.1.
35194         * m4/nls.m4: New file, from gettext-0.12.1.
35195         * m4/po.m4: New file, from gettext-0.12.1.
35196         * m4/progtest.m4: Upgrade to gettext-0.12.1.
35197
35198 2003-05-30  Bruno Haible  <bruno@clisp.org>
35199
35200         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
35201         * lib/localcharset.h: Likewise.
35202         * lib/localcharset.c: Likewise.
35203
35204 2003-05-29  Karl Berry  <karl@gnu.org>
35205
35206         * config/config.rpath: update from gettext.
35207
35208 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35209
35210         Assume the headers required for C89 freestanding compilers.
35211         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
35212         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
35213         * m4/human.m4 (gl_HUMAN): Likewise.
35214         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
35215         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
35216         * m4/userspec.m4 (gl_USERSPEC): Likewise.
35217         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
35218         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35219         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
35220
35221 2003-05-28  Paul Eggert  <eggert@twinsun.com>
35222
35223         Assume the headers required for C89 freestanding compilers.
35224         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
35225         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
35226         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
35227         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
35228         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
35229         define, since <limits.h> is guaranteed to do that.
35230         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
35231         * lib/exclude.c: Include <stdbool.h> unconditionally.
35232         * lib/tempname.c: Include <stddef.h> unconditionally.
35233         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
35234         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
35235         <stddef.h> does that.
35236         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
35237         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
35238         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
35239         needed.
35240         * lib/xstrtol.c: Likewise.
35241         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
35242         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
35243
35244         * lib/addext.c (addext): Use assignment rather than cast, to avoid
35245         warnings on some platforms.
35246
35247         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35248         arbitrarily.
35249
35250 2003-05-26  Jim Meyering  <jim@meyering.net>
35251
35252         Merge in a change from coreutils:
35253         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
35254         that is guaranteed to be `no'.  Use `no_such_member' to indicate
35255         that condition, rather than `-1' which is slightly misleading.
35256         Change the name of the cache variable to have the gl_ prefix.
35257         Prompted by a patch from Richard Dawe for DJGPP.
35258
35259 2003-05-24  Karl Berry  <karl@gnu.org>
35260
35261         * config/config.guess: update from prep.
35262
35263 2003-05-22  Karl Berry  <karl@gnu.org>
35264
35265         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
35266
35267 2003-05-20  Karl Berry  <karl@gnu.org>
35268
35269         * config/config.guess: update from prep.
35270
35271 2003-05-18  Karl Berry  <karl@gnu.org>
35272
35273         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
35274         might actually be set by the user.
35275
35276         * config/depcomp, install-sh, mdate-sh: update from automake.
35277
35278 2003-05-17  Bruno Haible  <bruno@clisp.org>
35279
35280         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
35281         invalid expansion for AC_EGREP_CPP.
35282         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
35283         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
35284         Suggested by Akim Demaille <akim@epita.fr> in
35285         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
35286
35287 2003-05-12  Jim Meyering  <jim@meyering.net>
35288
35289         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
35290         the space-padded-by-default conversion specifiers, %e, %k, %l.
35291
35292 2003-05-12  Bruno Haible  <bruno@clisp.org>
35293
35294         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
35295         the string is longer than 4 KB.
35296
35297 2003-05-11  Karl Berry  <karl@gnu.org>
35298
35299         * config/config.{guess,sub}: update from prep.
35300
35301 2003-05-09  Bruno Haible  <bruno@clisp.org>
35302
35303         * modules/error: Add m4/strerror_r.m4 to file list.
35304
35305 2003-05-03  Bruno Haible  <bruno@clisp.org>
35306
35307         Upgrade to Unicode-4.0.
35308         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
35309         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
35310         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
35311         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
35312         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
35313         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
35314         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
35315         Change width of U+E0100..U+E01EF from 1 to 0.
35316
35317 2003-04-25  Jim Meyering  <jim@meyering.net>
35318
35319         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
35320         of type size_t, not int.
35321
35322 2003-04-25  Bruno Haible  <bruno@clisp.org>
35323
35324         * lib/copy-file.c: Include <stddef.h>, for size_t.
35325
35326 2003-04-21  Paul Eggert  <eggert@twinsun.com>
35327
35328         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
35329         code which expansion is under static control.  Patch imported from
35330         Akim Demaille's patch to Bison; see
35331         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
35332
35333 2003-04-14  Bruno Haible  <bruno@clisp.org>
35334
35335         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
35336
35337 2003-04-11  Jim Meyering  <jim@meyering.net>
35338
35339         Merge changes from Coreutils.
35340
35341         2003-03-22  Jim Meyering  <jim@meyering.net>
35342
35343         * lib/strftime.c (widen): Cast alloca return value to proper type.
35344
35345         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
35346
35347         From GNU libc.
35348         * lib/strftime.c (my_strftime): Handle very large width
35349         specifications for numeric values correctly.  Improve checks for
35350         overflow.
35351
35352         2003-01-19  Jim Meyering  <jim@meyering.net>
35353
35354         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
35355         definitions.
35356         (nl_get_alt_digit) [! defined my_strftime]: Define.
35357         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
35358         _nl_get_alt_digit and _nl_get_walt_digit.
35359
35360         * lib/strftime.c (my_strftime): Merge in locale-related changes from
35361         libc. These changes have no effect outside of _LIBC.
35362
35363 2003-04-10  Bruno Haible  <bruno@clisp.org>
35364
35365         * modules/findprog: New file.
35366         * MODULES.html.sh (func_all_modules): Add it.
35367
35368 2003-04-10  Bruno Haible  <bruno@clisp.org>
35369
35370         * m4/findprog.m4: New file.
35371         * m4/eaccess.m4: New file.
35372
35373 2003-04-10  Bruno Haible  <bruno@clisp.org>
35374
35375         * lib/findprog.h: New file, from GNU gettext.
35376         * lib/findprog.c: New file, from GNU gettext.
35377
35378 2003-04-05  Jim Meyering  <jim@meyering.net>
35379
35380         Merge changes from Coreutils.
35381
35382         * lib/exclude.h (PARAMS): Remove definition and uses.
35383         * lib/exclude.c: Remove uses of `PARAMS'.
35384
35385         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
35386         Add test-cases for DOS filenames. Declare program_name.
35387         (main): Set up program_name.  Patch by Rich Dawe.
35388
35389         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35390         error from mntctl.
35391         Use mntctl's return value to drive the entry-processing loop, since
35392         we can't rely on the value of the vmt_length member in the last
35393         entry.  On some systems doing so could result in exhausting
35394         virtual memory.  Based in part on a patch from Mike Jetzer.
35395
35396 2003-04-04  Bruno Haible  <bruno@clisp.org>
35397
35398         * modules/linebreak: New file.
35399         * MODULES.html.sh (func_all_modules): Add it.
35400
35401 2003-04-04  Bruno Haible  <bruno@clisp.org>
35402
35403         * m4/linebreak.m4: New file.
35404
35405 2003-04-04  Bruno Haible  <bruno@clisp.org>
35406
35407         * lib/linebreak.h: New file, from GNU gettext.
35408         * lib/linebreak.c: New file, from GNU gettext with slight
35409         modifications.
35410         * lib/lbrkprop.h: New file, from GNU gettext.
35411
35412 2003-04-03  Bruno Haible  <bruno@clisp.org>
35413
35414         * modules/utf8-ucs4: New file.
35415         * modules/utf16-ucs4: New file.
35416         * modules/ucs4-utf8: New file.
35417         * modules/ucs4-utf16: New file.
35418         * MODULES.html.sh (func_all_modules): Add them.
35419
35420 2003-04-03  Bruno Haible  <bruno@clisp.org>
35421
35422         * m4/utf-ucs4.m4: New file.
35423         * m4/ucs4-utf.m4: New file.
35424
35425 2003-04-03  Bruno Haible  <bruno@clisp.org>
35426
35427         * lib/utf8-ucs4.h: New file, from GNU gettext.
35428         * lib/utf16-ucs4.h: New file, from GNU gettext.
35429         * lib/ucs4-utf8.h: New file, from GNU gettext.
35430         * lib/ucs4-utf16.h: New file, from GNU gettext.
35431
35432 2003-04-02  Bruno Haible  <bruno@clisp.org>
35433
35434         * modules/binary-io: New file.
35435         * MODULES.html.sh (func_all_modules): Add it.
35436
35437 2003-04-02  Bruno Haible  <bruno@clisp.org>
35438
35439         * lib/binary-io.h: New file, from GNU gettext.
35440
35441 2003-04-01  Bruno Haible  <bruno@clisp.org>
35442
35443         * modules/pathname: New file.
35444         * MODULES.html.sh (func_all_modules): Add it.
35445
35446 2003-04-01  Bruno Haible  <bruno@clisp.org>
35447
35448         * lib/pathname.h: New file, from GNU gettext.
35449         * lib/concatpath.c: New file, from GNU gettext.
35450
35451 2003-03-30  Bruno Haible  <bruno@clisp.org>
35452
35453         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
35454
35455 2003-03-30  Bruno Haible  <bruno@clisp.org>
35456
35457         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
35458         function chown() doesn't exist.
35459
35460 2003-03-28  Bruno Haible  <bruno@clisp.org>
35461
35462         * modules/copy-file: New file.
35463         * MODULES.html.sh (func_all_modules): Add it.
35464
35465 2003-03-28  Bruno Haible  <bruno@clisp.org>
35466
35467         * m4/copy-file.m4: New file.
35468
35469 2003-03-28  Bruno Haible  <bruno@clisp.org>
35470
35471         * lib/copy-file.h: New file, from GNU gettext.
35472         * lib/copy-file.c: New file, from GNU gettext.
35473
35474 2003-03-18  Jim Meyering  <jim@meyering.net>
35475
35476         * lib/quote.c (quote_n): Fix typo in comment.
35477
35478 2003-03-18  Bruno Haible  <bruno@clisp.org>
35479
35480         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
35481         checking.
35482         * m4/onceonly_2_57.m4: Likewise.
35483
35484 2003-03-17  Bruno Haible  <bruno@clisp.org>
35485
35486         * m4/onceonly.m4: Require autoconf 2.54 or newer.
35487         (m4_quote): Remove macro.
35488         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
35489
35490 2003-03-14  Jim Meyering  <jim@meyering.net>
35491
35492         Merge changes from Coreutils.
35493         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
35494         to be const, in order to avoid warnings.
35495         (obstack_room): Likewise.
35496         (obstack_empty_p): Likewise.
35497
35498 2003-03-14  Bruno Haible  <bruno@clisp.org>
35499
35500         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
35501         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
35502
35503 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35504
35505         Merge changes from Bison.
35506         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
35507         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
35508         when compiling Bison 1.875's `bitset bset = obstack_alloc
35509         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
35510         * lib/hash.c: Include <stdbool.h> unconditionally.
35511
35512 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35513
35514         * m4/onceonly.m4 (m4_quote): New macro.
35515         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
35516         Quote AC_FOREACH variable-expansions properly.
35517
35518 2003-03-13  Paul Eggert  <eggert@twinsun.com>
35519
35520         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
35521
35522 2003-03-09  Paul Eggert  <eggert@twinsun.com>
35523
35524         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
35525         Reported by Bruce Becker; see:
35526         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
35527
35528 2003-03-03  Paul Eggert  <eggert@twinsun.com>
35529             Bruno Haible  <bruno@clisp.org>
35530
35531         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
35532         Reported by John Hughes, see
35533         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
35534
35535 2003-02-20  Bruno Haible  <bruno@clisp.org>
35536
35537         * MODULES.html.sh (func_all_modules): Add poll.
35538
35539 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35540
35541         * modules/poll: New file.
35542
35543 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35544
35545         * lib/poll_.h: New file.
35546         * lib/poll.c: New file.
35547
35548 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
35549
35550         * m4/poll.m4: New file.
35551
35552 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35553
35554         * modules/mathl: New file.
35555
35556 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35557
35558         * lib/mathl.h: New file.
35559         * lib/acosl.c: New file.
35560         * lib/asinl.c: New file.
35561         * lib/atanl.c: New file.
35562         * lib/ceill.c: New file.
35563         * lib/cosl.c: New file.
35564         * lib/expl.c: New file.
35565         * lib/floorl.c: New file.
35566         * lib/frexpl.c: New file.
35567         * lib/ldexpl.c: New file.
35568         * lib/logl.c: New file.
35569         * lib/sincosl.c: New file.
35570         * lib/sinl.c: New file.
35571         * lib/sqrtl.c: New file.
35572         * lib/tanl.c: New file.
35573         * lib/trigl.c: New file.
35574         * lib/trigl.h: New file.
35575
35576 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
35577
35578         * m4/mathl.m4: New file.
35579
35580 2003-02-18  Bruno Haible  <bruno@clisp.org>
35581
35582         * MODULES.html.sh (func_all_modules): Add mathl.
35583
35584 2003-02-17  Bruno Haible  <bruno@clisp.org>
35585
35586         * modules/mkdtemp: New module.
35587         * MODULES.html.sh (func_all_modules): Add it.
35588
35589 2003-02-17  Bruno Haible  <bruno@clisp.org>
35590
35591         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
35592
35593 2003-02-17  Bruno Haible  <bruno@clisp.org>
35594
35595         * lib/mkdtemp.h: New file, from GNU gettext.
35596         * lib/mkdtemp.c: New file, from GNU gettext.
35597
35598 2003-02-02  Jim Meyering  <jim@meyering.net>
35599
35600         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
35601         e.g. glibc-2.2.93.
35602
35603 2003-01-31  Bruno Haible  <bruno@clisp.org>
35604
35605         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
35606         'rpl_rename'.
35607         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
35608         'rpl_strnlen'.
35609         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
35610         'rpl_strtod'.
35611         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
35612         'rpl_utime'.
35613
35614 2003-01-31  Bruno Haible  <bruno@clisp.org>
35615
35616         * lib/rename.c: #undef rename before defining rpl_rename.
35617         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
35618
35619 2003-01-30  Bruno Haible  <bruno@clisp.org>
35620
35621         * modules/vasnprintf, modules/vasprintf: New modules.
35622         * MODULES.html.sh (func_all_modules): Add them.
35623
35624 2003-01-30  Bruno Haible  <bruno@clisp.org>
35625
35626         * m4/signed.m4: New file, from GNU gettext.
35627         * m4/longdouble.m4: New file, from GNU gettext.
35628         * m4/wchar_t.m4: New file, from GNU gettext.
35629         * m4/wint_t.m4: New file, from GNU gettext.
35630         * m4/vasnprintf.m4: New file.
35631         * m4/vasprintf.m4: New file.
35632
35633 2003-01-30  Bruno Haible  <bruno@clisp.org>
35634
35635         * lib/printf-args.h: New file, from GNU gettext.
35636         * lib/printf-args.c: New file, from GNU gettext.
35637         * lib/printf-parse.h: New file, from GNU gettext.
35638         * lib/printf-parse.c: New file, from GNU gettext.
35639         * lib/vasnprintf.h: New file, from GNU gettext.
35640         * lib/vasnprintf.c: New file, from GNU gettext.
35641         * lib/asnprintf.c: New file, from GNU gettext.
35642         * lib/vasprintf.h: New file, from GNU gettext with modifications.
35643         * lib/vasprintf.c: New file, from GNU gettext.
35644         * lib/asprintf.c: New file, from GNU gettext.
35645
35646 2003-01-29  Bruno Haible  <bruno@clisp.org>
35647
35648         * modules/stpncpy: New module.
35649         * MODULES.html.sh (func_all_modules): Add it.
35650
35651 2003-01-29  Bruno Haible  <bruno@clisp.org>
35652
35653         * m4/stpncpy.m4: New file.
35654
35655 2003-01-29  Bruno Haible  <bruno@clisp.org>
35656
35657         * lib/stpncpy.h: New file, from GNU gettext with modifications.
35658         * lib/stpncpy.c: New file, from GNU gettext with modifications.
35659
35660 2003-01-28  Bruno Haible  <bruno@clisp.org>
35661
35662         * modules/c-ctype: New module.
35663         * MODULES.html.sh (func_all_modules): Add it.
35664
35665 2003-01-28  Bruno Haible  <bruno@clisp.org>
35666
35667         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
35668         Paul Eggert.
35669         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
35670         Paul Eggert.
35671
35672 2003-01-27  Bruno Haible  <bruno@clisp.org>
35673
35674         * modules/xsetenv: New module.
35675         * MODULES.html.sh (func_all_modules): Add it.
35676
35677 2003-01-27  Bruno Haible  <bruno@clisp.org>
35678
35679         * lib/xsetenv.h: New file, from GNU gettext.
35680         * lib/xsetenv.c: New file, from GNU gettext.
35681
35682 2003-01-23  Jim Meyering  <jim@meyering.net>
35683
35684         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
35685         from working on systems without dirfd (at least Irix and OSF1/Tru64).
35686
35687 2003-01-23  Bruno Haible  <bruno@clisp.org>
35688
35689         * modules/minmax: New module.
35690         * MODULES.html.sh (func_all_modules): Add it.
35691
35692 2003-01-23  Bruno Haible  <bruno@clisp.org>
35693
35694         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
35695         Eggert.
35696
35697 2003-01-22  Bruno Haible  <bruno@clisp.org>
35698
35699         * modules/exit: New module.
35700         * MODULES.html.sh (func_all_modules): Add it.
35701
35702 2003-01-22  Bruno Haible  <bruno@clisp.org>
35703
35704         * lib/exit.h: New file, from GNU gettext.
35705
35706 2003-01-19  Bruno Haible  <bruno@clisp.org>
35707
35708         * gnulib-tool: Recognize option --extract-maintainer.
35709         (func_get_maintainer): New function.
35710         * modules/*: Add Maintainer entry.
35711
35712 2003-01-16  Jim Meyering  <jim@meyering.net>
35713
35714         * m4/regex.m4: The `regex' struct is both input and output.
35715         Initialize it before each use.  Patch by Tim Waugh.
35716
35717 2003-01-16  Bruno Haible  <bruno@clisp.org>
35718
35719         * MODULES.html.sh: Add a table of contents. Add the module name as
35720         leftmost column. Add hyperlinks.
35721
35722 2003-01-15  Bruno Haible  <bruno@clisp.org>
35723
35724         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
35725
35726 2003-01-15  Bruno Haible  <bruno@clisp.org>
35727
35728         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
35729         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
35730         suffix.
35731
35732 2003-01-15  Bruno Haible  <bruno@clisp.org>
35733
35734         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
35735
35736 2003-01-15  Bruno Haible  <bruno@clisp.org>
35737
35738         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
35739         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
35740
35741 2003-01-14  Jim Meyering  <jim@meyering.net>
35742
35743         * lib/same.c (same_name): Tweak a comment.
35744
35745 2003-01-14  Bruno Haible  <bruno@clisp.org>
35746
35747         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
35748         when a string comparison is sufficient.
35749
35750 2003-01-14  Bruno Haible  <bruno@clisp.org>
35751
35752         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
35753         'unsigned int'.
35754
35755 2003-01-14  Bruno Haible  <bruno@clisp.org>
35756
35757         * lib/hash-pjw.c: Add comment about low quality of this function.
35758
35759 2003-01-13  Bruno Haible  <bruno@clisp.org>
35760
35761         * modules/stpcpy: Distribute lib/stpcpy.h.
35762         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
35763
35764 2003-01-13  Bruno Haible  <bruno@clisp.org>
35765
35766         * modules/*: Add a description.
35767         * modules/strpbrk: Fix Makefile.am snippet.
35768         * modules/strtoimax: Fix dependencies.
35769         * modules/strtoumax: Likewise.
35770
35771 2003-01-13  Bruno Haible  <bruno@clisp.org>
35772
35773         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
35774         * modules/alloca (Makefile.am): All object files depend on alloca.h.
35775         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
35776
35777 2003-01-13  Bruno Haible  <bruno@clisp.org>
35778
35779         * gnulib-tool (func_create_testdir): Store config/* files in the main
35780         directory.
35781         * config.rpath: Move to ...
35782         * config/config.rpath: ... here.
35783         * modules/gettext: Contains config/config.rpath, not config.rpath.
35784         * modules/iconv: Likewise.
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         * m4/getstr.m4: Remove.
35792         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
35793
35794 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35795
35796         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35797         to avoid collisions with libcurses and libreadline.
35798
35799         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
35800         * lib/getstr.h, getstr.c: Remove.
35801         * lib/getline.c: Include "getline.h", to check interface.
35802         Move body of old getstr.c here: this defines MIN_CHUNK and
35803         declares getdelim2, which is renamed from getstr.
35804         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
35805
35806         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
35807         All uses changed.
35808         * lib/linebuffer.h: Likewise.
35809         (readline): Remove backward-compatibility macro.
35810
35811 2003-01-12  Paul Eggert  <eggert@twinsun.com>
35812
35813         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
35814         to avoid collisions with libcurses and libreadline.
35815         * getstr: Remove.
35816         * MODULES.html.sh: Remove getstr.
35817         * modules/getline: Depend on unlocked-io, not getstr.
35818
35819 2003-01-12  Jim Meyering  <jim@meyering.net>
35820
35821         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
35822
35823 2003-01-10  Bruno Haible  <bruno@clisp.org>
35824
35825         * modules/alloca: Change Makefile.am requirements. Simplify Include
35826         requirements. Add lib/alloca_.h to file list.
35827
35828 2003-01-10  Bruno Haible  <bruno@clisp.org>
35829
35830         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
35831
35832 2003-01-10  Bruno Haible  <bruno@clisp.org>
35833
35834         * lib/alloca_.h: New file.
35835         * lib/getdate.y: Unconditionally include alloca.h.
35836         * lib/makepath.c: Likewise.
35837         * lib/setenv.c: Likewise.
35838         * lib/userspec.c: Likewise.
35839
35840 2003-01-09  Karl Berry  <karl@gnu.org>
35841
35842         * MODULES.html.sh: include `dirname $0` in PATH, to find
35843         gnulib-tool.
35844
35845 2003-01-09  Bruno Haible  <bruno@clisp.org>
35846
35847         * modules/stdbool: Change configure.ac, Makefile.am requirements.
35848         Simplify Include requirements. Add lib/stdbool.h.in to file list.
35849
35850 2003-01-09  Bruno Haible  <bruno@clisp.org>
35851
35852         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
35853
35854 2003-01-09  Bruno Haible  <bruno@clisp.org>
35855
35856         * lib/stdbool.h.in: New file.
35857
35858 2003-01-09  Bruno Haible  <bruno@clisp.org>
35859
35860         * gnulib-tool (func_all_modules): Ignore files ending in ~.
35861         * MODULES.html.sh: Likewise.
35862
35863 2003-01-08  Jim Meyering  <jim@meyering.net>
35864
35865         * lib/full-write.c: Undefine and define-away `const' after inclusion
35866         of errno.h, not before.  Suggestion from Bruno Haible.
35867
35868 2003-01-08  Bruno Haible  <bruno@clisp.org>
35869
35870         * modules/full-read: Depend on full-write.
35871
35872 2003-01-08  Bruno Haible  <bruno@clisp.org>
35873
35874         * lib/safe-read.c: Include specification header first, to ensure its
35875         selfcontainedness.
35876         * lib/full-write.c: Likewise.
35877
35878 2003-01-07  Jim Meyering  <jim@meyering.net>
35879
35880         * lib/full-write.c: Rework so that it may serve to define full_read,
35881         too.
35882         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
35883
35884 2003-01-07  Bruno Haible  <bruno@clisp.org>
35885
35886         * lib/strtoimax.c: Include <stdint.h> as an alternative to
35887         <inttypes.h>.
35888         * lib/xstrtol.h: Likewise.
35889         * lib/xstrtoimax.c: Likewise.
35890         * lib/xstrtoumax.c: Likewise.
35891         * lib/human.h: Likewise.
35892
35893         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
35894         on systems that have <inttypes.h> but not <stdint.h>.
35895
35896 2003-01-07  Bruno Haible  <bruno@clisp.org>
35897
35898         * MODULES.html.sh: Add copyright notice.
35899         (missed_files): Omit CVS directory entries.
35900         (func_module): Make it work with sed-3.02.
35901         * MODULES.txt: Remove file.
35902
35903 2003-01-06  Jim Meyering  <jim@meyering.net>
35904
35905         * lib/version-etc.c: Update year in translatable copyright string.
35906
35907 2003-01-03  Karl Berry  <karl@gnu.org>
35908
35909         * config/config.{guess,sub}: update from prep.
35910
35911 2003-01-02  Karl Berry  <karl@gnu.org>
35912
35913         * doc/COPYING.DOC: belatedly updated to 1.2.
35914
35915 2003-01-01  Karl Berry  <karl@gnu.org>
35916
35917         * gnulib-tool (func_verify_module): report module name $module in
35918         error message, not $1.
35919         * gnulib-tool (create-testdir): don't complain if destdir couldn't
35920         be created, only if it doesn't exist.
35921         * gnulib-tool (last_checkin_date): don't expand the $Date here.
35922
35923 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35924
35925         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
35926
35927 2002-12-31  Paul Eggert  <eggert@twinsun.com>
35928
35929         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
35930         memcmp if strcoll doesn't work.
35931
35932 2002-12-31  Bruno Haible  <bruno@clisp.org>
35933
35934         * lib/utime.c (utime_null): No need to call ftruncate if the file was
35935         nonempty.
35936
35937 2002-12-31  Bruno Haible  <bruno@clisp.org>
35938
35939         * lib/memcoll.c (STRCOLL): New macro.
35940         (memcoll): Use it.
35941
35942 2002-12-31  Bruno Haible  <bruno@clisp.org>
35943
35944         * lib/localcharset.h: New file.
35945         * lib/localcharset.c: Include it.
35946         * lib/unicodeio.c: Likewise.
35947
35948 2002-12-31  Bruno Haible  <bruno@clisp.org>
35949
35950         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
35951         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
35952
35953 2002-12-31  Bruno Haible  <bruno@clisp.org>
35954
35955         * lib/getline.h: Include <stddef.h>, for size_t.
35956
35957         * lib/unicodeio.h: Include <stddef.h>, for size_t.
35958         * lib/unicodeio.c: Don't include <stddef.h>.
35959
35960 2002-12-31  Bruno Haible  <bruno@clisp.org>
35961
35962         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
35963         HAVE_TM_ZONE.
35964
35965 2002-12-24  Karl Berry  <karl@gnu.org>
35966
35967         * config/config.guess: update from prep.
35968
35969 2002-12-24  Bruno Haible  <bruno@clisp.org>
35970
35971         General infrasructure.
35972         * m4/README: Rewritten.
35973         * m4/onceonly.m4: New file.
35974         * m4/onceonly_2_57.m4: New file.
35975
35976         Module atexit.
35977         * m4/atexit.m4: New file.
35978
35979         Module strtod.
35980         * m4/strtod.m4: New file.
35981
35982         Module strtol.
35983         * m4/strtol.m4: New file.
35984
35985         Module strtoul.
35986         * m4/strtoul.m4: New file.
35987
35988         Module memchr.
35989         * m4/memchr.m4: New file.
35990
35991         Module memcmp.
35992         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
35993         (jm_FUNC_MEMCMP): Invoke it.
35994
35995         Module memcpy.
35996         * m4/memcpy.m4: New file.
35997
35998         Module memmove.
35999         * m4/memmove.m4: New file.
36000
36001         Module memset.
36002         * m4/memset.m4: New file.
36003
36004         Module strcspn.
36005         * m4/strcspn.m4: New file.
36006
36007         Module strpbrk.
36008         * m4/strpbrk.m4: New file.
36009
36010         Module strstr.
36011         * m4/strstr.m4: New file.
36012
36013         Module strerror.
36014         * m4/strerror.m4: New file.
36015
36016         Module mktime.
36017         * m4/mktime.m4: Renamed from jm-mktime.m4.
36018         (gl_PREREQ_MKTIME): New macro.
36019         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
36020
36021         Module malloc.
36022         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
36023         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
36024         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
36025
36026         Module realloc.
36027         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
36028         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
36029         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
36030
36031         Module strftime.
36032         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
36033         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
36034         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
36035         gl_TM_GMTOFF.
36036         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
36037
36038         Module xalloc.
36039         * m4/xalloc.m4: New file.
36040
36041         Module alloca.
36042         * m4/alloca.m4: New file.
36043
36044         Module putenv.
36045         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
36046         (jm_FUNC_PUTENV): Invoke it.
36047
36048         Module setenv.
36049         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
36050         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
36051         when invoked twice.
36052         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
36053         gt_FUNC_SETENV.
36054
36055         Module memrchr.
36056         * m4/memrchr.m4: New file.
36057
36058         Module stpcpy.
36059         * m4/stpcpy.m4: New file.
36060
36061         Module strcase.
36062         * m4/strcase.m4: New file.
36063
36064         Module strdup.
36065         * m4/strdup.m4: New file.
36066
36067         Module strnlen.
36068         * m4/strnlen.m4: New file.
36069
36070         Module strndup.
36071         * m4/strndup.m4: New file.
36072
36073         Module xstrtod.
36074         * m4/xstrtod.m4: New file.
36075
36076         Module xstrtol.
36077         * m4/xstrtol.m4: New file.
36078
36079         Module getdate.
36080         * m4/getdate.m4: New file.
36081
36082         Module unlocked-io.
36083         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
36084         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
36085         * m4/jm-glibc-io.m4n: Remove file.
36086
36087         Module long-options.
36088         * m4/long-options.m4: New file.
36089
36090         Module md5.
36091         * m4/md5.m4: New file.
36092
36093         Module sha.
36094         * m4/sha.m4: New file.
36095
36096         Module getstr.
36097         * m4/getstr.m4: New file.
36098
36099         Module getline.
36100         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
36101         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
36102         <sys/types.h>, for size_t. Use the function name gnu_getline, not
36103         simply getline. Infoke gl_PREREQ_GETLINE.
36104
36105         Module obstack.
36106         * m4/obstack.m4: New file.
36107
36108         Module hash.
36109         * m4/hash.m4: New file.
36110
36111         Module readtokens.
36112         * m4/readtokens.m4: New file.
36113
36114         Module strverscmp.
36115         * m4/strverscmp.m4: New file.
36116
36117         Module stdbool.
36118         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
36119         OSF/1.
36120
36121         Module strtoll.
36122         * m4/strtoll.m4: New file.
36123
36124         Module strtoull.
36125         * m4/strtoull.m4: New file.
36126
36127         Module strtoimax.
36128         * m4/strtoimax.m4: New file.
36129
36130         Module strtoumax.
36131         * m4/strtoumax.m4: New file.
36132
36133         Module xstrtoimax.
36134         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
36135         jm_AC_PREREQ_XSTRTOIMAX.
36136         Moved the strtol prerequisites to strtol.m4.
36137         Moved the strtoll prerequisites to strtoll.m4.
36138         Moved the strtoimax prerequisites to strtoimax.m4.
36139
36140         Module xstrtoumax.
36141         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
36142         jm_AC_PREREQ_XSTRTOUMAX.
36143         Moved the strtoul prerequisites to strtoul.m4.
36144         Moved the strtoull prerequisites to strtoull.m4.
36145         Moved the strtoumax prerequisites to strtoumax.m4.
36146
36147         Module chown.
36148         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
36149         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
36150
36151         Module dup2.
36152         * m4/dup2.m4: New file.
36153
36154         Module ftruncate.
36155         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
36156         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
36157
36158         Module getgroups.
36159         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
36160         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
36161
36162         Module gettimeofday.
36163         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
36164         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
36165         gl_PREREQ_GETTIMEOFDAY.
36166
36167         Module mkdir.
36168         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
36169         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
36170
36171         Module mkstemp.
36172         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
36173         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
36174         jm_AC_TYPE_UINTMAX_T.
36175         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
36176
36177         Module stat.
36178         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
36179         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
36180
36181         Module lstat.
36182         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
36183         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
36184
36185         Module timespec.
36186         * m4/timespec.m4 (gl_TIMESPEC): New macro.
36187         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
36188         * m4/st_mtim.m4: Indentation.
36189
36190         Module nanosleep.
36191         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
36192         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
36193         gl_PREREQ_NANOSLEEP.
36194
36195         Module regex.
36196         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
36197         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
36198         (gl_REGEX): New macro.
36199
36200         Module rename.
36201         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
36202         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
36203
36204         Module rmdir.
36205         * m4/rmdir.m4: New file.
36206
36207         Module utime.
36208         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
36209         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
36210         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
36211
36212         Module dirname.
36213         * m4/dirname.m4: New file.
36214
36215         Module getopt.
36216         * m4/getopt.m4: New file.
36217
36218         Module unistd-safer.
36219         * m4/unistd-safer.m4: New file.
36220
36221         Module fnmatch.
36222         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
36223         declaration.
36224         (gl_PREREQ_FNMATCH_EXTRA): New macro.
36225         (gl_FUNC_FNMATCH_POSIX): New macro.
36226         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
36227         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
36228         simply fnmatch.
36229
36230         Module exclude.
36231         * m4/exclude.m4: New file.
36232
36233         Module human.
36234         * m4/human.m4: New file.
36235
36236         Module acl.
36237         * m4/acl.m4: Nop.
36238
36239         Module backupfile.
36240         * m4/backupfile.m4: New file.
36241         * m4/d-ino.m4: Indentation.
36242
36243         Module fsusage.
36244         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
36245         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
36246         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
36247
36248         Module dirfd.
36249         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
36250         requirements.
36251
36252         Module euidaccess.
36253         * m4/euidaccess.m4: New file.
36254
36255         Module file-type.
36256         * m4/file-type.m4: New file.
36257
36258         Module fileblocks.
36259         * m4/fileblocks.m4: New file.
36260
36261         Module filemode.
36262         * m4/filemode.m4: New file.
36263
36264         Module isdir.
36265         * m4/isdir.m4: New file.
36266
36267         Module lchown.
36268         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
36269         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
36270
36271         Module makepath.
36272         * m4/makepath.m4: New file.
36273
36274         Module modechange.
36275         * m4/modechange.m4: New file.
36276
36277         Module mountlist.
36278         * m4/mountlist.m4: New file.
36279         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
36280         Indentation.
36281
36282         Module path-concat.
36283         * m4/path-concat.m4: New file.
36284
36285         Module pathmax.
36286         * m4/pathmax.m4: New file.
36287
36288         Module same.
36289         * m4/same.m4: New file.
36290
36291         Module save-cwd.
36292         * m4/save-cwd.m4: New file.
36293
36294         Module savedir.
36295         * m4/savedir.m4: New file.
36296
36297         Module xgetcwd.
36298         * m4/xgetcwd.m4: New file.
36299         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
36300
36301         Module xreadlink.
36302         * m4/xreadlink.m4: New file.
36303
36304         Module safe-read.
36305         * m4/safe-read.m4: New file.
36306
36307         Module safe-write.
36308         * m4/safe-write.m4: New file.
36309
36310         Module closeout.
36311         * m4/closeout.m4: New file.
36312
36313         Module stdio-safer.
36314         * m4/stdio-safer.m4: New file.
36315
36316         Module getpass.
36317         * m4/getpass.m4: New file.
36318
36319         Module getugroups.
36320         * m4/getugroups.m4: New file.
36321
36322         Module group-member.
36323         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
36324         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
36325
36326         Module idcache.
36327         * m4/idcache.m4: New file.
36328
36329         Module userspec.
36330         * m4/userspec.m4: New file.
36331
36332         Module gettime.
36333         * m4/clock_time.m4: New file.
36334         * m4/gettime.m4: New file.
36335
36336         Module settime.
36337         * m4/settime.m4: New file.
36338
36339         Module posixtm.
36340         * m4/posixtm.m4: New file.
36341
36342         Module gethostname.
36343         * m4/gethostname.m4: New file.
36344
36345         Module canon-host.
36346         * m4/canon-host.m4: New file.
36347
36348         Module gettext.
36349         * m4/codeset.m4: New file, from gettext-0.11.5.
36350         * m4/gettext.m4: New file, from gettext-0.11.5.
36351         * m4/glibc21.m4: New file, from gettext-0.11.5.
36352         * m4/iconv.m4: New file, from gettext-0.11.5.
36353         * m4/intdiv0.m4: New file, from gettext-0.11.5.
36354         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
36355         * m4/inttypes.m4: New file, from gettext-0.11.5.
36356         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
36357         * m4/isc-posix.m4: New file, from gettext-0.11.5.
36358         * m4/lcmessage.m4: New file, from gettext-0.11.5.
36359         * m4/lib-ld.m4: New file, from gettext-0.11.5.
36360         * m4/lib-link.m4: New file, from gettext-0.11.5.
36361         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
36362         * m4/progtest.m4: New file, from gettext-0.11.5.
36363         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
36364         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
36365         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
36366
36367         Module localcharset.
36368         * m4/localcharset.m4: New file.
36369
36370         Module hard-locale.
36371         * m4/hard-locale.m4: New file.
36372
36373         Module mbswidth.
36374         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
36375         onceonly macros.
36376         * m4/mbrtowc.m4: Add comment.
36377
36378         Module memcasecmp.
36379         * m4/memcasecmp.m4: New file.
36380
36381         Module memcoll.
36382         * m4/memcoll.m4: New file.
36383
36384         Module unicodeio.
36385         * m4/unicodeio.m4: New file.
36386
36387         Module rpmatch.
36388         * m4/rpmatch.m4: New file.
36389
36390         Module yesno.
36391         * m4/yesno.m4: New file.
36392
36393         Module exitfail.
36394         * m4/exitfail.m4: New file.
36395
36396         Module c-stack.
36397         * m4/c-stack.m4 (gl_C_STACK): New macro.
36398         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
36399
36400         Module error.
36401         * m4/error.m4 (gl_ERROR): New macro.
36402         (jm_PREREQ_ERROR): Use onceonly macros.
36403
36404         Module fatal.
36405         * m4/fatal.m4: New file.
36406
36407         Module getloadavg.
36408         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
36409         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
36410
36411         Module getpagesize.
36412         * m4/getpagesize.m4: New file.
36413
36414         Module getusershell.
36415         * m4/getusershell.m4: New file.
36416
36417         Module physmem.
36418         * m4/physmem.m4: New file.
36419
36420         Module posixver.
36421         * m4/posixver.m4: New file.
36422
36423         Module quotearg.
36424         * m4/quotearg.m4: New file.
36425
36426         Module quote.
36427         * m4/quote.m4: New file.
36428
36429         Module readutmp.
36430         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
36431
36432         Module sig2str.
36433         * m4/sig2str.m4: New file.
36434
36435         Other.
36436         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
36437         ulonglong.m4.
36438         * m4/intmax_t.m4: New file.
36439         * m4/d-type.m4: Indentation.
36440         * m4/jm-macros.m4: Update.
36441         * m4/prereq.m4 (jm_PREREQ): Update.
36442         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
36443         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
36444         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
36445         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
36446         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
36447         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
36448         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
36449         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
36450         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
36451         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
36452         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
36453         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
36454         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
36455         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
36456         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
36457         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
36458         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
36459         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
36460         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
36461
36462 2002-12-24  Bruno Haible  <bruno@clisp.org>
36463
36464         * MODULES.txt: Update according to m4/ changes.
36465
36466         Module gettext.
36467         * config.rpath: New file, from gettext-0.11.5.
36468
36469         * modules/*: New module descriptions.
36470         * gnulib-tool: New file.
36471         * MODULES.html.sh: New file.
36472
36473 2002-12-21  Karl Berry  <karl@gnu.org>
36474
36475         * doc/fdl.texi: update to version 1.2.
36476
36477 2002-12-19  Karl Berry  <karl@gnu.org>
36478
36479         * config/config.guess: update from prep.
36480
36481 2002-12-18  Bruno Haible  <bruno@clisp.org>
36482
36483         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
36484         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
36485
36486 2002-12-17  Bruno Haible  <bruno@clisp.org>
36487
36488         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
36489         stdlib.h, string.h.
36490
36491 2002-12-17  Bruno Haible  <bruno@clisp.org>
36492
36493         * lib/canon-host.c (strdup): Remove unused declaration.
36494
36495         * lib/fsusage.c: Include full_read.h.
36496         (get_fs_usage): Use full_read instead of safe_read.
36497
36498         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
36499
36500 2002-12-12  Karl Berry  <karl@gnu.org>
36501
36502         * config/config.guess: update from prep.
36503
36504 2002-12-11  Bruno Haible  <bruno@clisp.org>
36505
36506         * m4/setenv.m4: New file, from gettext-0.11.5.
36507
36508 2002-12-11  Bruno Haible  <bruno@clisp.org>
36509
36510         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
36511         not unsetenv().
36512         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
36513         modifications:
36514
36515         2002-12-11  Bruno Haible  <bruno@clisp.org>
36516
36517                 * setenv.c (alloca): Fall back to malloc.
36518                 (freea): New macro.
36519                 (setenv): Use freea() to free memory allocated with alloca().
36520
36521         2002-11-13  Bruno Haible  <bruno@clisp.org>
36522
36523                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
36524                 function declarations.
36525                 * unsetenv.c (unsetenv): Likewise.
36526
36527         2002-03-04  Bruno Haible  <bruno@clisp.org>
36528
36529                 Portability to AIX 4.3.3.
36530                 * unsetenv.c: New file, extracted from setenv.c.
36531                 * setenv.c: Move the unsetenv() function to unsetenv.c.
36532
36533         2001-12-20  Bruno Haible  <bruno@clisp.org>
36534
36535                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
36536                 use malloc instead. For SunOS 4.
36537
36538         2001-12-11  Bruno Haible  <bruno@clisp.org>
36539
36540                 * setenv.c: Declare alloca.
36541                 (compar_fn_t): New typedef.
36542                 (KNOWN_VALUE, STORE_VALUE): Use it.
36543
36544         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
36545         setenv.h.
36546
36547 2002-12-10  Paul Eggert  <eggert@twinsun.com>
36548
36549         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
36550         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
36551         Choose values that are less likely to collide with system fnmatch
36552         options.
36553         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
36554         defined (e.g., a pure POSIX system).
36555         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
36556         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
36557
36558 2002-12-06  Paul Eggert  <eggert@twinsun.com>
36559
36560         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
36561         a pain in practice to deal with generated m4 files.  This change
36562         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
36563
36564         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
36565         and jm-glibc-io.m4, as they are no longer a special case.
36566         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
36567         kludge and the auto-generation stuff.  Check only whether the
36568         functions are declared, not whether they exist, since older hosts
36569         that don't declare the functions can't use the optimization anyway.
36570
36571 2002-12-06  Jim Meyering  <jim@meyering.net>
36572
36573         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
36574
36575         Merge in changes from libc's misc/error.c, in preparation
36576         for the merge of gnulib's changes back into libc.
36577
36578         * lib/error.c (_): Define only if not already defined.
36579         Move definition to follow all #include directives.
36580         Include unlocked-io.h only if !_LIBC.
36581         [_LIBC]: Include <libio/libioP.h>.
36582         [USE_IN_LIBIO]: Include <libio/iolibio.h>
36583         (fflush): Tweak definition to use INTUSE.
36584         (putc): Define.
36585
36586 2002-12-05  Paul Eggert  <eggert@twinsun.com>
36587
36588         * lib/alloca.c [defined emacs]: Include "lisp.h".
36589         (xalloc_die) [defined emacs]: New macro.
36590         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
36591         [! defined emacs]: Include <xalloc.h>.
36592         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
36593         (pointer): Typedef to POINTER_TYPE *.
36594         (malloc): Remove decl; we now always use xmalloc.
36595         (alloca): Use old-style definition, since Emacs needs this.
36596         Check for arithmetic overflow when computing combined size.
36597
36598 2002-12-04  Paul Eggert  <eggert@twinsun.com>
36599
36600         Do not generate unlocked-io.h automatically, since it's easier to
36601         maintain it by hand.
36602
36603         * lib/unlocked-io.h: New file, from GNU diffutils,
36604         but with proper copyright notice and attribution.
36605         * lib/gen-uio: Remove.
36606         * lib/Makefile.am: Add copyright notice.
36607         (libfetish_a_SOURCES): Add unlocked-io.h.
36608         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
36609         (DISTCLEANFILES, io_functions): Remove macros.
36610         (EXTRA_DIST): Remove gen_uio.
36611         (unlocked-io.h): Remove rule.
36612
36613 2002-12-04  Jim Meyering  <jim@meyering.net>
36614
36615         Reflect the fact that stat.c and lstat.c are no longer generated.
36616         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
36617         (DISTCLEANFILES): Likewise.
36618         (EXTRA_DIST): Likewise.
36619         (all_local): Don't depend on stat.c or lstat.c.
36620         (stat.c, lstat.c): Remove rules.
36621         (EXTRA_DIST): Remove xstat.in.
36622
36623         * lib/xstat.in: Remove file.  Contents moved into stat.c.
36624         * lib/stat.c: New file.  Contents mostly from xstat.in.
36625         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
36626         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
36627
36628         * lib/safe-read.c: Rework so that it may serve to define safe_write,
36629         too.
36630         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
36631
36632 2002-12-03  Jim Meyering  <jim@meyering.net>
36633
36634         * lib/safe-read.c, safe-write.c: Change variable names and comments,
36635         but not semantics, to minimize the differences between these two files.
36636         (safe_read): Change comment to mention SAFE_READ_ERROR.
36637
36638         * lib/safe-read.c (IS_EINTR): Define.
36639         (safe_read): Use IS_EINTR in place of in-function cpp directives.
36640
36641 2002-12-02  Jim Meyering  <jim@meyering.net>
36642
36643         * lib/safe-read.c (EINTR): Define.
36644         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36645         (INT_MAX): Provide fallback.
36646         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
36647
36648         * lib/safe-read.h (SAFE_READ_ERROR): Define.
36649
36650 2002-12-02  Bruno Haible  <bruno@clisp.org>
36651
36652         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
36653         Define, taken from safe-read.c.
36654         (INT_MAX): Provide fallback.
36655         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
36656         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
36657
36658         * lib/safe-read.c (EINTR): Remove definition.
36659         (safe_read): Don't use EINTR if it is absent.
36660
36661 2002-12-01  Jim Meyering  <jim@meyering.net>
36662
36663         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
36664         zero.
36665         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
36666
36667 2002-11-27  Paul Eggert  <eggert@twinsun.com>
36668
36669         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
36670         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
36671         with `if (! (value < limit)) abort ();', for readability.
36672
36673 2002-11-26  Karl Berry  <karl@gnu.org>
36674
36675         * lib/strdup.c: copy from libc again, with jim's ok.
36676         * lib/.cppi-disable: re-add strdup.c
36677
36678 2002-11-25  Karl Berry  <karl@gnu.org>
36679
36680         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
36681         instead of "strtol.c".
36682
36683 2002-11-25  Karl Berry  <karl@gnu.org>
36684
36685         * config/install-sh: update from automake for variable quoting, $0 in
36686         error msgs, etc.
36687
36688         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
36689         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
36690         entry.
36691
36692 2002-11-25  Jim Meyering  <jim@meyering.net>
36693
36694         * lib/mktime.c: Sync from libc, now that it has the latest fix.
36695
36696 2002-11-24  Karl Berry  <karl@gnu.org>
36697
36698         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
36699         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
36700
36701 2002-11-24  Jim Meyering  <jim@meyering.net>
36702
36703         Update from coreutils:
36704
36705         * lib/mktime.c: Merge in changes from libc.
36706
36707         Avoid a link-time failure on some Linux systems.
36708         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
36709         (otherwise).
36710         (__mon_yday): Declare with the STATIC attribute.
36711         (__mktime_internal): Likewise.
36712         Based on a report from Greg Schafer.
36713
36714 2002-11-23  Jim Meyering  <jim@meyering.net>
36715
36716         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
36717         Use `unsigned', not `int', as type of index.
36718
36719         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
36720
36721         * lib/fsusage.c: Remove unneeded parentheses around operands of
36722         `defined'.
36723
36724 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36725
36726         * lib/quotearg.h: Allow multiple inclusion by surrounding with
36727         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
36728         so that we can be included first.
36729         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
36730         * lib/quotearg.c: Include quotearg.h immediately after config.h.
36731         No need to include stddef.h or sys/types.h any more.
36732         Surround local include files with "", not "<>".
36733         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
36734         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
36735         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
36736         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
36737         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
36738         (ISPRINT): Remove; no longer needed now that we assume C89.
36739
36740         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
36741         Preserve errno.
36742
36743         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
36744         quotearg_char): Use SIZE_MAX rather than
36745         (size_t) -1 when we are talking about "infinity".
36746
36747         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
36748
36749 2002-11-22  Paul Eggert  <eggert@twinsun.com>
36750
36751         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
36752         hint that one should use `if (! x) abort ();' rather than `assert
36753         (x);', and anyway it's one less thing to worry about configuring.
36754         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
36755         hash_rehash, hash_insert): Use abort rather than assert.
36756
36757 2002-11-22  Bruno Haible  <bruno@clisp.org>
36758
36759         * lib/safe-read.h: Assume C89. Add comments.
36760         (safe_read): Change return type to size_t.
36761         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
36762         byte counts > SSIZE_MAX correctly.
36763         * lib/safe-write.h: New file.
36764         * lib/safe-write.c: New file.
36765         * lib/full-read.h: New file.
36766         * lib/full-read.c: New file.
36767         * lib/full-write.h: Assume C89. Add comments.
36768         * lib/full-write.c: Include safe-write.h.
36769         (full_write): Rewritten to use safe_write.
36770         Suggested by Jim Meyering and Paul Eggert.
36771
36772 2002-11-21  Jim Meyering  <jim@meyering.net>
36773
36774         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
36775
36776         Merge in changes from the coreutils.
36777
36778         2002-09-25  Paul Eggert  <eggert@twinsun.com>
36779         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
36780         <stdint.h>.
36781         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
36782         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
36783         int.  Work more efficiently if X is the same width as uintmax_t.
36784         Do not compare X to -1, to avoid bogus compiler warning.
36785         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
36786         Don't assume that f_frsize and f_bsize are the same type.
36787
36788         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
36789         warning on FreeBSD.
36790
36791         * lib/makepath.c (make_path): Restore umask *before* creating the final
36792         component.
36793         (make_path): Minor reformatting.
36794
36795         * lib/xmalloc.c: Adjust to work with new autoconf macros,
36796         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
36797         HAVE_MALLOC/HAVE_REALLOC.
36798
36799         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
36800         dummy ones.  At least on GNU/Linux systems, `auto' means something
36801         else.
36802         From Michael Stone.
36803
36804 2002-11-21  Bruno Haible  <bruno@clisp.org>
36805
36806         Remove case insensitive option matching.
36807         * lib/argmatch.h (argcasematch): Remove declaration.
36808         (ARGCASEMATCH): Remove macro.
36809         (__xargmatch_internal): Remove case_sensitive argument.
36810         (XARGMATCH): Update.
36811         (XARGCASEMATCH): Remove macro.
36812         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
36813         case_sensitive argument.
36814         (argcasematch): Remove function.
36815         (__xargmatch_internal): Remove case_sensitive argument.
36816         (main): Use XARGMATCH instead of XARGCASEMATCH.
36817
36818         * lib/xmalloc.c: Change compile-time error message. Add comment about
36819         required autoconf version.
36820
36821 2002-11-20  Paul Eggert  <eggert@twinsun.com>
36822
36823         Merge argmatch cleanups from Bison.  Assume C89.
36824
36825         * lib/argmatch.c: Include config.h here, not in argmatch.h.
36826         Include stdlib.h, for EXIT_FAILURE.
36827         Always include <string.h>, since we assume C89.
36828         (EXIT_FAILURE): Remove pre-C89 bug workaround.
36829         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
36830         Include <stddef.h> instead, since it's all we need for size_t.
36831         (PARAMS): Remove.  All uses removed.
36832         (ARRAY_CARDINALITY): Do not bother to #undef.
36833         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
36834         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36835         Remove unnecessary parentheses.
36836         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
36837         Insert necessary parentheses.
36838         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
36839         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
36840
36841 2002-11-19  Bruno Haible  <bruno@clisp.org>
36842
36843         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
36844         * lib/mbswidth.h: Include <stddef.h>, for size_t.
36845
36846         * lib/mbswidth.h (PARAMS): Remove macro.
36847         (mbswidth, mbsnwidth): Use ANSI C function declarations.
36848         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
36849
36850         * lib/gcd.h (PARAMS): Remove macro.
36851         (gcd): Use ANSI C function declarations.
36852         * lib/gcd.c (gcd): Likewise.
36853
36854 2002-11-15  Bruno Haible  <bruno@clisp.org>
36855
36856         * lib/strcspn.c: Include <stddef.h>.
36857         (strcspn): Use ANSI C function declaration. Change return type to
36858         size_t. Use NULL.
36859         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
36860         (strpbrk): Use NULL.
36861         * lib/strpbrk.h (PARAMS): Remove macro.
36862         (strpbrk): Use ANSI C function declaration.
36863         * lib/strstr.c: Don't include <sys/types.h>.
36864         * lib/strstr.h (PARAMS): Remove macro.
36865         (strstr): Use ANSI C function declarations.
36866
36867 2002-11-14  Karl Berry  <karl@gnu.org>
36868
36869         * config/mkinstalldirs: `do' on separate line, instead of
36870         `for var; do'.
36871
36872 2002-11-06  Bruno Haible  <bruno@clisp.org>
36873
36874         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
36875         * lib/gcd.c (gcd): Likewise.
36876
36877 2002-11-05  Bruno Haible  <bruno@clisp.org>
36878
36879         * lib/gcd.h: New file, from gettext-0.11.5.
36880         * lib/gcd.c: New file, from gettext-0.11.5.
36881
36882 2002-11-05  Bruno Haible  <bruno@clisp.org>
36883
36884         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36885         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36886         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36887         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
36888
36889         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
36890         <libintl.h>.
36891         * lib/makepath.c: Include gettext.h instead of <locale.h> and
36892         <libintl.h>.
36893
36894         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
36895         * lib/human.c: Include gettext.h instead of <libintl.h>.
36896         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
36897         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
36898         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
36899         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
36900         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
36901         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
36902         (textdomain): Remove definition.
36903         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
36904
36905         * lib/long-options.c: Remove include of <libintl.h> and definition of
36906         _.
36907         * lib/same.c: Remove include of <libintl.h> and definition of _.
36908
36909 2002-11-04  Owen Taylor  <otaylor@redhat.com>
36910
36911         * lib/config.charset: A few additions for Solaris.
36912
36913 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36914
36915         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
36916         * lib/localcharset.c (locale_charset): Declare as extern "C".
36917
36918 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
36919
36920         * lib/config.charset: msdos in uk_UA uses CP1125.
36921
36922 2002-11-04  Bruno Haible  <bruno@clisp.org>
36923
36924         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
36925         * lib/strcase.h: New file, from GNU gettext-0.11.5.
36926         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
36927         * lib/strstr.h: New file, from GNU gettext-0.11.5.
36928         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
36929
36930 2002-11-04  Bruno Haible  <bruno@clisp.org>
36931
36932         * lib/localcharset.c (locale_charset): Don't return an empty string.
36933
36934 2002-11-04  Bruno Haible  <bruno@clisp.org>
36935
36936         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
36937         aliases.
36938
36939 2002-11-04  Bruno Haible  <bruno@clisp.org>
36940
36941         * lib/config.charset: Update for newest glibc. Add canonical names
36942         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
36943
36944 2002-11-04  Bruno Haible  <bruno@clisp.org>
36945
36946         * lib/config.charset: Add support for NetBSD.
36947
36948 2002-11-04  Bruno Haible  <bruno@clisp.org>
36949
36950         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
36951
36952 2002-11-01  Bruno Haible  <bruno@clisp.org>
36953
36954         * configure.in: Add AC_CONFIG_AUX_DIR call.
36955         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
36956         test/Makefile.
36957         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
36958
36959 2002-09-28  Karl Berry  <karl@gnu.org>
36960
36961         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
36962         installed automake until the next release, since changes have been
36963         made.
36964
36965 2002-09-25  Karl Berry  <karl@gnu.org>
36966
36967         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
36968         * lib/getopt*: copy from libc/posix.
36969         * lib/gettext.h: copy from gettext.
36970         * lib/.cppi-disable: add strdup.c, gettext.h.
36971
36972 2002-09-25  Karl Berry  <karl@gnu.org>
36973
36974         * config/srclist.txt: enable gettext.h check.
36975         * config/config.{guess,sub}: update from prep.
36976         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
36977                 from automake 1.6.3.
36978         See srclist*.
36979
36980 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
36981
36982         * regex.c (PATFETCH): Remove the translating fetch.
36983         (PATFETCH_RAW): Rename to PATFETCH.
36984         (set_image_of_range): New fun.
36985         (SET_RANGE_TABLE_WORK_AREA): Use it.
36986         (regex_compile): Don't translate the pattern chars so eagerly.
36987         Only do it when inserting an `exactn' bytecode or when handling
36988         a char-range.
36989         (mutually_exclusive_p): Avoid empty statement.
36990
36991 2002-07-06  Jim Meyering  <meyering@lucent.com>
36992
36993         * m4/README: Don't mention Makefile.am.in.
36994         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
36995
36996 2002-07-01  Jim Meyering  <meyering@lucent.com>
36997
36998         * lib/c-stack.c: Include sys/time.h.
36999         From Volker Borchert.
37000
37001 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37002
37003         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
37004
37005 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37006
37007         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
37008         New macro.  Use it uniformly instead of
37009         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
37010         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
37011         reported by Vin Shelton.
37012
37013 2002-06-22  Paul Eggert  <eggert@twinsun.com>
37014
37015         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
37016         Do not assume SA_SIGINFO behavior.
37017         Bug reported by Jim Meyering on NetBSD 1.5.2.
37018
37019 2002-06-22  Jim Meyering  <meyering@lucent.com>
37020
37021         * m4/c-stack.m4: New file, from diffutils-2.8.2.
37022         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
37023
37024         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
37025         now that configure.ac uses AC_GNU_SOURCE.
37026         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
37027         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
37028
37029         Update to latest tools.  Suggestions from Paul Eggert.
37030         * m4/stdbool.m4: New file, from diffutils-2.8.2.
37031         * m4/gnu-source.m4: Update from diffutils-2.8.2.
37032         * m4/fnmatch.m4: Likewise.
37033         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
37034         to AC_HEADER_STDBOOL
37035
37036 2002-06-22  Jim Meyering  <meyering@lucent.com>
37037
37038         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
37039         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
37040
37041 2002-06-22  Jim Meyering  <meyering@lucent.com>
37042
37043         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
37044
37045         * lib/exitfail.c, exitfail.h: Likewise.
37046         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
37047
37048         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
37049         of fnmatch.h.
37050         (EXTRA_DIST): Add fnmatch_loop.c.
37051         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
37052
37053         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
37054         * lib/fnmatch.c: Update from diffutils-2.8.2.
37055         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
37056         * lib/fnmatch.h: Remove file.
37057
37058 2002-06-21  Jim Meyering  <meyering@lucent.com>
37059
37060         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
37061         * m4/mbrtowc.m4: Likewise.
37062
37063         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
37064         * m4/mbswidth.m4: Reflect name change:
37065         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
37066         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37067
37068         * m4/lib-link.m4: Update from gettext-0.11.2.
37069         * m4/gettext.m4: Likewise.
37070
37071         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
37072         From Alfred M. Szmidt.
37073
37074 2002-06-18  Paul Eggert  <eggert@twinsun.com>
37075
37076         * lib/file-type.h: Report an error if neither S_ISREG nor
37077         S_IFREG is defined, instead of using a test specific to glibc
37078         2.2.  This should be safe, since POSIX requires S_ISREG and
37079         Unix Version 7 had S_IFREG.  We don't need to check for
37080         <sys/types.h> since we don't use any symbols that it defines.
37081
37082 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
37083
37084         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
37085         $@-t, so that each temporary file name is unique and valid in the first
37086         8 characters, for operation under DOS.
37087
37088 2002-06-15  Paul Eggert  <eggert@twinsun.com>
37089
37090         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
37091
37092 2002-06-15  Jim Meyering  <meyering@lucent.com>
37093
37094         Work even with DJGPP 2.03, which lacks support for symlinks.
37095         From Richard Dawe.
37096         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
37097         is defined.
37098         * lib/lchown.c (S_ISLNK): Likewise.
37099
37100 2002-06-15  Jim Meyering  <meyering@lucent.com>
37101
37102         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
37103         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
37104         have been included before this file.
37105
37106 2002-06-14  Jim Meyering  <meyering@lucent.com>
37107
37108         * lib/file-type.h: Use the version from diffutils-2.8.2.
37109         * lib/file-type.c: Likewise.
37110
37111 2002-06-07  Jim Meyering  <meyering@lucent.com>
37112
37113         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
37114         They're needed at least for NetBSD 1.5.2.
37115         ($statxfs_includes): Include those same headers.
37116         ($statxfs_includes): Include sys/vfs.h if available.
37117         ($statxfs_includes): Likewise for sys/statvfs.h.
37118         Check for the following members in both structs statfs and statvfs:
37119         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
37120
37121 2002-06-01  Jim Meyering  <meyering@lucent.com>
37122
37123         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
37124         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
37125
37126 2002-05-28  Jim Meyering  <meyering@lucent.com>
37127
37128         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
37129         Reported by Volker Borchert.
37130
37131 2002-05-27  Jim Meyering  <meyering@lucent.com>
37132
37133         Fix a problem seen only on nonconforming systems whereby ls.c's
37134         use of localtime, and then of gettimeofday would cause trouble:
37135         the localtime call used to initialize rpl_gettimeofday's save
37136         mechanism would clobber ls's current local time information so
37137         that in any long listing the first file would always be listed
37138         with date 1970-01-01.  Analysis by Volker Borchert.
37139
37140         * lib/gettimeofday.c (localtime): Undefine.
37141         (rpl_localtime): New function.
37142
37143 2002-05-27  Jim Meyering  <meyering@lucent.com>
37144
37145         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
37146         localtime.
37147
37148         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
37149         use the replacement function; it wouldn't resolve at link time.
37150         Reported by Volker Borchert.
37151
37152 2002-05-22  Jim Meyering  <meyering@lucent.com>
37153
37154         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
37155         file-type.h.
37156         * lib/file-type.h: New file.
37157         * lib/file-type.c (file_type): New file/function.  Extracted from
37158         diffutils.
37159
37160 2002-04-30  Jim Meyering  <meyering@lucent.com>
37161
37162         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
37163
37164 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37165
37166         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
37167
37168 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37169
37170         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
37171         Do not check for alloca.h (no longer used) or stdbool.h (was never
37172         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
37173
37174 2002-04-29  Paul Eggert  <eggert@twinsun.com>
37175
37176         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
37177
37178 2002-04-29  Jim Meyering  <meyering@lucent.com>
37179
37180         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
37181         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
37182         Use AC_FUNC_STRNLEN here instead.
37183
37184         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
37185         With autoconf-2.53a, it's part of AC_PROG_CC.
37186
37187 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37188
37189         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
37190         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
37191
37192 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37193
37194         * lib/sig2str.h, lib/sig2str.c: New files.
37195         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
37196
37197 2002-04-28  Paul Eggert  <eggert@twinsun.com>
37198
37199         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
37200         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
37201         of 127, since 64 is the largest conceivable number for ancient
37202         nonstandard hosts.
37203         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
37204
37205 2002-04-28  Jim Meyering  <meyering@lucent.com>
37206
37207         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
37208
37209 2002-04-24  Jim Meyering  <meyering@lucent.com>
37210
37211         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
37212         (jm_PREREQ): Use it.
37213
37214         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
37215         mach/mach.h fcntl.h.
37216         Check for this function: setlocale.
37217
37218 2002-04-24  Jim Meyering  <meyering@lucent.com>
37219
37220         * lib/gettext.h: New file, from Gettext.
37221         * lib/Makefile.am (INCLUDES): Remove -I../intl.
37222         (libfetish_a_SOURCES): Add gettext.h.
37223
37224 2002-04-16  Jim Meyering  <meyering@lucent.com>
37225
37226         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
37227         ut_pid, ut_id, ut_exit.
37228
37229 2002-04-16  Jim Meyering  <meyering@lucent.com>
37230
37231         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
37232         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
37233         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
37234
37235 2002-04-12  Jim Meyering  <meyering@lucent.com>
37236
37237         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
37238         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
37239         existence of the getmntinfo function.  Needed for Darwin 5.3.
37240
37241         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
37242         This is necessary at least on Darwin 5.3.
37243
37244         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
37245         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
37246         strnlen.o in the library, and that makes some versions of ranlib
37247         object.
37248
37249 2002-04-12  Jim Meyering  <meyering@lucent.com>
37250
37251         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
37252
37253 2002-04-09  Jim Meyering  <meyering@lucent.com>
37254
37255         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
37256         to be more precise.  Rather than saying we're checking whether the
37257         function `works', say what we're testing.
37258         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
37259         Reported by Bruno Haible.
37260
37261 2002-03-10  Jim Meyering  <meyering@lucent.com>
37262
37263         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
37264         Suggestion from Santiago Vila.
37265
37266 2002-03-08  Jim Meyering  <meyering@lucent.com>
37267
37268         * lib/rename.c: Mention that this wrapper is needed also on
37269         mips-dec-ultrix4.4 systems.
37270
37271 2002-03-02  Jim Meyering  <meyering@lucent.com>
37272
37273         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
37274         not HAVE_CLOCK_SETTIME.
37275
37276 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37277
37278         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
37279         Check for clock_settime.
37280
37281 2002-02-27  Paul Eggert  <eggert@twinsun.com>
37282
37283         * lib/nanosleep.h: Rename to....
37284         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
37285
37286         * lib/gettime.c: New file.
37287         * lib/settime.c: New file.
37288         * lib/stime.c: Remove.
37289
37290         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
37291         timespec.h.  Remove nanosleep.h.
37292
37293 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37294
37295         * m4/acl.m4: New file.
37296         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
37297         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
37298
37299 2002-02-25  Paul Eggert  <eggert@twinsun.com>
37300
37301         * lib/acl.c, lib/acl.h: New files.
37302         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
37303
37304 2002-02-24  Jim Meyering  <meyering@lucent.com>
37305
37306         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
37307         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
37308         cause trouble.  Reported by Nelson Beebe.
37309
37310 2002-02-23  Paul Eggert  <eggert@twinsun.com>
37311
37312         * lib/path-concat.c (xpath_concat): Reorder code to pacify
37313         compilers that don't know that xalloc_die never returns.
37314
37315 2002-02-20  Jim Meyering  <meyering@lucent.com>
37316
37317         * lib/getdate.c: Regenerate using bison-1.33.
37318
37319 2002-02-17  Jim Meyering  <meyering@lucent.com>
37320
37321         * config/config.guess (main): Don't use `head -1'; it's no longer
37322         portable. Use `sed 1q' instead.
37323
37324 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
37325
37326         * m4/codeset.m4: Upgrade to gettext-0.11.
37327         * m4/gettext.m4: Upgrade to gettext-0.11.
37328         * m4/glibc21.m4: Upgrade to gettext-0.11.
37329         * m4/iconv.m4: Upgrade to gettext-0.11.
37330         * m4/isc-posix.m4: Upgrade to gettext-0.11.
37331         * m4/lcmessage.m4: Upgrade to gettext-0.11.
37332         * m4/lib-ld.m4: New file, from gettext-0.11.
37333         * m4/lib-link.m4: New file, from gettext-0.11.
37334         * m4/lib-prefix.m4: New file, from gettext-0.11.
37335         * m4/progtest.m4: Upgrade to gettext-0.11.
37336
37337 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37338
37339         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
37340         (jm_PREREQ): Use it.
37341
37342 2002-02-15  Paul Eggert  <eggert@twinsun.com>
37343
37344         * lib/posixver.c, lib/posixver.h: New files.
37345         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37346
37347 2002-02-02  Paul Eggert  <eggert@twinsun.com>
37348             Bruno Haible  <bruno@clisp.org>
37349
37350         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
37351         (fwrite_success_callback): New declaration.
37352         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
37353         print_unicode_char. Call failure callback instead of error.
37354         (fwrite_success_callback): New function.
37355         (exit_failure_callback): New function.
37356         (fallback_failure_callback): New function.
37357         (print_unicode_char): Call unicode_to_mb.
37358
37359 2002-01-26  Jim Meyering  <meyering@lucent.com>
37360
37361         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
37362         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
37363
37364 2002-01-26  Jim Meyering  <meyering@lucent.com>
37365
37366         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
37367
37368 2002-01-22  Paul Eggert  <eggert@twinsun.com>
37369
37370         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
37371
37372 2002-01-22  Jim Meyering  <meyering@lucent.com>
37373
37374         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
37375         Otherwise, some versions of automake would omit the rule that makes
37376         Makefile from Makefile.in.
37377
37378 2002-01-21  Paul Eggert  <eggert@twinsun.com>
37379
37380         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
37381         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
37382         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
37383         (memcoll): Set errno to zero if there is no error.
37384
37385         * lib/quotearg.c (quotearg_buffer_restyled):
37386         Fix bug with quoting buffers containing NUL when backslashing escapes.
37387         This bug was exposed by the other changes in this patch.
37388         (quotearg_n_options): New arg ARGSIZE.
37389         All callers changed.
37390         (quoting_options_from_style): New function.
37391         (quotearg_n_style): Use it.
37392         (quotearg_n_style_mem): New function.
37393
37394         * lib/quotearg.h (quotearg_n_style_mem): New function.
37395
37396 2002-01-19  Jim Meyering  <meyering@lucent.com>
37397
37398         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
37399         Remove useless quotes: DF_PROG="df".
37400         * m4/strnlen.m4: New file.
37401
37402 2002-01-16  Paul Eggert  <eggert@twinsun.com>
37403
37404         * lib/backupfile.c (ISDIGIT): Comment fix.
37405         * lib/getdate.y (ISDIGIT): Likewise.
37406         * lib/posixtm.c (ISDIGIT, year): Likewise.
37407         * lib/strverscmp.c (ISDIGIT): Likewise.
37408         * lib/userspec.c (ISDIGIT): Likewise.
37409
37410 2002-01-16  Jim Meyering  <meyering@lucent.com>
37411
37412         * lib/getdate.y: Add three semicolons, each just before a closing
37413         brace. Bison (as of version 1.31) no longer papers over that mistake.
37414
37415 2002-01-05  Jim Meyering  <meyering@lucent.com>
37416
37417         * lib/version-etc.c (version_etc_copyright): Update copyright year.
37418
37419 2001-12-19  Paul Eggert  <eggert@twinsun.com>
37420
37421         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
37422         not silently exit merely because the output buffer happens to
37423         have nothing pending.
37424
37425 2001-12-18  Paul Eggert  <eggert@twinsun.com>
37426
37427         See the big note in ../ChangeLog.
37428         * lib/human.c (suffixes): Prefer K to k for 1024.
37429         (generate_suffix_backwards): New function.
37430         (human_readable_inexact): Use it.
37431         * lib/xstrtol.c (__xstrtol): If there is no number but there
37432         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
37433         Accept 'K' as well as 'k'.
37434
37435 2001-12-15  Jim Meyering  <meyering@lucent.com>
37436
37437         * lib/regex.h (__restrict_arr): Update from libc.
37438
37439         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
37440         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
37441         (STREQ): Define.
37442
37443 2001-12-14  Jim Meyering  <meyering@lucent.com>
37444
37445         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
37446         Suggestion from Bruno Haible.
37447
37448 2001-12-10  Jim Meyering  <meyering@lucent.com>
37449
37450         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
37451         xrealloc, Instead, include "xalloc.h".
37452         (initbuffer): Don't cast xmalloc return value to char*.
37453         (readline): Reword comment.
37454         Don't cast xrealloc return value to char*
37455         Return NULL, not 0.
37456
37457 2001-12-09  Jim Meyering  <meyering@lucent.com>
37458
37459         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
37460         about `signed and unsigned type in conditional expression'.
37461         * lib/posixtm.c (posix_time_parse): Likewise.
37462
37463         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
37464
37465         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
37466         to avoid a pedantic warning.
37467
37468         * lib/getstr.c: Don't include assert.h.
37469         (getstr): Remove warning-evoking assertions.
37470         Return -1 if offset parameter is out of bounds.
37471         Change the type of a local from int to size_t.
37472
37473         * lib/strftime.c (my_strftime_localtime_r): Include this function
37474         definition in the `#if ! HAVE_TM_GMTOFF' block.
37475
37476         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
37477         Include xalloc.h instead.
37478
37479 2001-12-02  Jim Meyering  <meyering@lucent.com>
37480
37481         * lib/tempname.c: Don't declare getenv, thus reverting the change of
37482         2001-11-18.  It's no longer necessary, now that stdlib.h is always
37483         included.
37484
37485         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
37486         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
37487
37488 2001-11-30  Akim Demaille  <akim@epita.fr>
37489
37490         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
37491         before being defined.
37492
37493 2001-11-27  Paul Eggert  <eggert@twinsun.com>
37494
37495         * lib/quotearg.h (quotearg_n, quotearg_n_style):
37496         First arg is int, not unsigned.
37497         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
37498         (SIZE_MAX, UINT_MAX): New macros.
37499         (quotearg_n_options): Abort if N is negative.
37500         Avoid overflow check on hosts where size_t is 64 bits and int
37501         is 32 bits, as overflow is impossible there.
37502         Fix off-by-one typo that caused unnecessary reallocation.
37503
37504 2001-11-27  Jim Meyering  <meyering@lucent.com>
37505
37506         * lib/tempname.c: Merge with version from libc.
37507         * lib/regex.c: Likewise.
37508
37509         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
37510         systems for which STDC_HEADERS is 0, it was not included, resulting in
37511         a warning about an integer-to-pointer conversion problem with getenv.
37512         Reported by Volker Borchert.
37513
37514 2001-11-26  Jim Meyering  <meyering@lucent.com>
37515
37516         * lib/gtod.h: Remove file.
37517         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
37518         * lib/gettimeofday.c: Don't include gtod.h.
37519         (GTOD_init): Remove function.
37520         (rpl_gettimeofday): Do its job here instead, rather than aborting.
37521         Suggestion from Volker Borchert.
37522
37523 2001-11-23  Jim Meyering  <meyering@lucent.com>
37524
37525         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
37526         it.
37527         * lib/hash.c (struct hash_table): Define it here instead.
37528
37529 2001-11-22  Jim Meyering  <meyering@lucent.com>
37530
37531         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
37532
37533 2001-11-20  Jim Meyering  <meyering@lucent.com>
37534
37535         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
37536         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
37537
37538 2001-11-19  Jim Meyering  <meyering@lucent.com>
37539
37540         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
37541         directory.  Use "conftestXXXXXX" as the template.
37542         Suggestion from Paul Eggert.
37543
37544         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
37545         immediately, so the test doesn't mistakenly hit the max-open-files
37546         limit.
37547
37548 2001-11-18  Paul Eggert  <eggert@twinsun.com>
37549
37550         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
37551         (TEMPORARIES): New macro.
37552         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
37553         removes an artificial limitation (e.g. HP-UX 10.20, where
37554         TMP_MAX is 17576).
37555
37556 2001-11-18  Jim Meyering  <meyering@lucent.com>
37557
37558         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
37559
37560 2001-11-18  Jim Meyering  <meyering@lucent.com>
37561
37562         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
37563         on SunOS 4.
37564
37565         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
37566         files will be created before anything else.
37567
37568 2001-11-17  Paul Eggert  <eggert@twinsun.com>
37569
37570         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
37571         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
37572
37573 2001-11-17  Jim Meyering  <meyering@lucent.com>
37574
37575         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
37576         Prompted by a report from Bob Proulx.
37577
37578         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
37579         Instead, require UTILS_FUNC_MKSTEMP.
37580
37581 2001-11-17  Jim Meyering  <meyering@lucent.com>
37582
37583         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
37584         Now, that's done as part of AC_FUNC_STRTOD.
37585
37586 2001-11-17  Jim Meyering  <meyering@lucent.com>
37587
37588         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
37589         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
37590         rather than group writable.  Patch by Juan F. Codagnone.
37591
37592         * lib/readtokens.c: Remove explicit declarations of xmalloc and
37593         xrealloc, Instead, include "xalloc.h".
37594
37595         * lib/mountlist.c: Include unlocked-io.h after all system headers.
37596         Remove explicit declarations of xmalloc, xrealloc,
37597         and xstrdup.  Instead, include "xalloc.h".
37598
37599         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
37600         unlocked-io.h.
37601         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
37602         Likewise.
37603         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
37604
37605         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
37606         Reported by Padraig Brady.
37607
37608         * lib/mkstemp.c: #undef mkstemp.
37609         Include config.h.
37610         (rpl_mkstemp): Rename from mkstemp.
37611         Protoize.
37612
37613 2001-11-16  Jim Meyering  <meyering@lucent.com>
37614
37615         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
37616         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
37617         determine the amount of total physical memory, use pstat_getstatic.
37618         HPUX-11 doesn't define _SC_PHYS_PAGES.
37619         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
37620         If sysconf couldn't be used to determine the amount of available
37621         physical memory, use both pstat_getstatic and pstat_getdynamic.
37622         Based on a patch from Bob Proulx.
37623
37624 2001-11-10  Jim Meyering  <meyering@lucent.com>
37625
37626         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
37627         (jm_PREREQ): Use it.
37628
37629 2001-11-09  Jim Meyering  <meyering@lucent.com>
37630
37631         * m4/jm-macros.m4: Require autoconf-2.52f.
37632         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
37633         Use these AC_-prefixed names, not the AM_-prefixed ones.
37634
37635         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
37636
37637 2001-11-05  Jim Meyering  <meyering@lucent.com>
37638
37639         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
37640
37641 2001-11-04  Jim Meyering  <meyering@lucent.com>
37642
37643         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
37644         $DEFS.
37645
37646 2001-11-03  Jim Meyering  <meyering@lucent.com>
37647
37648         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
37649         of AC_DEFUN.
37650
37651         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
37652         know the name of the variable in the macro definition.
37653
37654 2001-11-03  Jim Meyering  <meyering@lucent.com>
37655
37656         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
37657         in argmatch_to_argument call.
37658
37659         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
37660         argument.
37661
37662         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
37663         e.g., a fault due to an attempt to free a NULL pointer.
37664
37665 2001-11-01  Jim Meyering  <meyering@lucent.com>
37666
37667         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
37668         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
37669
37670 2001-11-01  Jim Meyering  <meyering@lucent.com>
37671
37672         * lib/dirfd.c, lib/dirfd.h: New files.
37673         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
37674
37675         * lib/hash.c (hash_print) [TESTING]: Clean up.
37676
37677 2001-10-22  Paul Eggert  <eggert@twinsun.com>
37678
37679         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
37680         to avoid a warning if -Wall.
37681
37682 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
37683
37684         * README: New file
37685         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
37686         (per RMS's instructions, this is now the canonical source)
37687         * lgpl/, gpl/: New directories.
37688
37689 2001-10-21  Paul Eggert  <eggert@twinsun.com>
37690
37691         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
37692
37693 2001-10-21  Jim Meyering  <meyering@lucent.com>
37694
37695         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
37696         this code would end up calling gettext even in packages built
37697         with --disable-nls.
37698         * lib/getopt.c (_): Likewise.
37699         * lib/regex.c (_): Likewise.
37700
37701 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37702
37703         * m4/error.m4 (jm_PREREQ_ERROR):
37704         Do not invoke AC_CHECK_FUNCS with strerror_r, as
37705         AC_FUNC_STRERROR_R does that.
37706         Check for strerror declaration.
37707
37708         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
37709         are supposed to have them these days.
37710         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
37711         Merge changes from latest Autoconf CVS.
37712         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
37713         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
37714         POSIX decided to standardize on the int flavor of strerror_r.
37715
37716 2001-10-20  Paul Eggert  <eggert@twinsun.com>
37717
37718         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
37719         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
37720         Use strerror_r that is only a macro, even if it is not a function.
37721         (strerror): Check for HAVE_DECL_STRERROR before declaring.
37722         (private_strerror): Use prototypes, not old-style function definition.
37723         (print_errno_message): New function.
37724         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
37725         char*-flavored one.
37726         (error_tail, error, error_at_line): Use it.
37727
37728 2001-10-11  Jim Meyering  <meyering@lucent.com>
37729
37730         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
37731         and quote_n (1, ... to avoid clobbering a buffer.
37732
37733 2001-10-05  Jim Meyering  <meyering@lucent.com>
37734
37735         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
37736         hash-pjw.h.
37737         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
37738         * lib/hash-pjw.h: New file.
37739
37740 2001-09-30  Jim Meyering  <meyering@lucent.com>
37741
37742         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
37743         `struct fsstat' has the `f_fstypename' member.
37744         Use that to define FS_TYPE, which is now used to make
37745         the getfsstat link test tighter.
37746
37747 2001-09-30  Jim Meyering  <meyering@lucent.com>
37748
37749         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
37750         Include <sys/ucred.h>, for Apple Darwin.
37751         Include sys/mount.h and sys/fs_types.h only if available.
37752         (FS_TYPE): Define.
37753         (read_filesystem_list): Use FS_TYPE.
37754
37755 2001-09-29  Paul Eggert  <eggert@twinsun.com>
37756
37757         * lib/exclude.c (excluded_filename): 0 -> false, since it's
37758         a boolean context.
37759
37760 2001-09-29  Jim Meyering  <meyering@lucent.com>
37761
37762         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37763         [one-argument getmntent function]): Include stdio.h before mntent.h.
37764         SunOS 4.1.x needs it for the declaration of `FILE'.
37765         Patch by Volker Borchert.
37766
37767         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
37768         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
37769         sys/fs_types.h, and make the link-test for getfsstat guard #include
37770         directives with appropriate #if HAVE_*_H tests so that we can
37771         detect getfsstat on Apple Darwin1.3.7 systems.
37772         Reported by Nelson Beebe.
37773         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
37774
37775 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37776
37777         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37778         #defines strtoimax.  Also treat the other strto* functions
37779         like strtoimax.
37780
37781         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
37782         Check for strtoul and strtoumax,
37783         as those declarations are made even in the signed case.
37784         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
37785         Likewise, for strtol and strtoimax.
37786
37787 2001-09-28  Paul Eggert  <eggert@twinsun.com>
37788
37789         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
37790         #defines strtoimax.  Also treat the other strto* functions
37791         like strtoimax.
37792
37793         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
37794         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
37795         (strtoimax, strtoumax): Do not declare if already defined as a macro.
37796
37797 2001-09-26  Jim Meyering  <meyering@lucent.com>
37798
37799         Most macros in unlocked-io.h had the wrong number of arguments.
37800         * lib/gen-uio: New script.
37801         (USE_UNLOCKED_IO): Define to 1 if not already defined.
37802         * lib/unlocked-io.hin: Remove file.
37803         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
37804         rather than trying to embed it here.
37805         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
37806         Reported by Padraig Brady.
37807
37808 2001-09-25  Volker Borchert  <bt@teknon.de>
37809
37810         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
37811         `result'.
37812
37813 2001-09-24  Jim Meyering  <meyering@lucent.com>
37814
37815         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
37816
37817 2001-09-23  Jim Meyering  <meyering@lucent.com>
37818
37819         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
37820         instead of the mere test for existence of mntent.h.  The latter
37821         would get a false-positive on AIX 3.4 systems.
37822         In the outer getmntent if-block, don't die if neither of the getmntent
37823         tests succeeds.  Instead, just fall through and continue with the
37824         remaining tests.
37825
37826 2001-09-23  Jim Meyering  <meyering@lucent.com>
37827
37828         * lib/mountlist.c: Remove useless parentheses in #if directives.
37829         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
37830         the deprecated MOUNTED symbol is no longer defined in mntent.h.
37831
37832 2001-09-22  Jim Meyering  <meyering@lucent.com>
37833
37834         * m4/gettext.m4: New file.  From gettext.
37835         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
37836         * m4/progtest.m4: Likewise
37837         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
37838         * m4/glibc21.m4: Likewise.
37839
37840         * m4/libintl.m4: Remove.  No longer used.
37841
37842 2001-09-22  Jim Meyering  <meyering@lucent.com>
37843
37844         * lib/localcharset.c: Update from latest gettext.
37845         * lib/config.charset: Likewise.
37846
37847 2001-09-20  Jim Meyering  <meyering@lucent.com>
37848
37849         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
37850         strtoimax.
37851         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
37852         strtoumax.
37853
37854 2001-09-20  Jim Meyering  <meyering@lucent.com>
37855
37856         * lib/xstrtol.c (strtoimax): Guard declaration with
37857         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
37858         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
37859         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
37860         (strtoumax): Likewise, for completeness (it wasn't necessary).
37861
37862 2001-09-17  Paul Eggert  <eggert@twinsun.com>
37863
37864         * lib/strtoimax.c (HAVE_LONG_LONG):
37865         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
37866         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
37867         to work around bug in IBM C compiler.
37868
37869 2001-09-17  Jim Meyering  <meyering@lucent.com>
37870
37871         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
37872         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
37873         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
37874         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
37875         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
37876         whenever the right hand side need not be expanded by the shell.
37877
37878 2001-09-16  Paul Eggert  <eggert@twinsun.com>
37879
37880         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
37881         library.  It's not correct, as some older glibcs are buggy.
37882         fnmatch wasn't fixed until glibc 2.2.
37883
37884         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
37885         special shell magic here.
37886
37887 2001-09-16  Jim Meyering  <meyering@lucent.com>
37888
37889         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
37890         * m4/jm-macros.m4: Require it.
37891
37892 2001-09-16  Jim Meyering  <meyering@lucent.com>
37893
37894         * lib/mkdir.c: New file.
37895
37896 2001-09-15  Jim Meyering  <meyering@lucent.com>
37897
37898         * m4/jm-macros.m4: Check for help2man.
37899
37900 2001-09-11  Jim Meyering  <meyering@lucent.com>
37901
37902         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
37903         The body, by Paul Eggert, was moved here from configure.in.
37904         * m4/jm-macros.m4: Require UTILS_HOST_OS.
37905
37906 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37907
37908         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
37909         (jm_PREREQ): Use it.
37910
37911 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37912
37913         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
37914         Use ssize_t, not int, to store result of readlink.
37915         Check for ssize_t overflow as well as size_t overflow,
37916         as POSIX says the result of readlink is implementation-defined
37917         when ssize_t overflows.
37918         Remove unnecessary cast to char*.
37919         Use free+malloc instead of realloc, as the storage doesn't need
37920         to be preserved and it's clearer and can be more efficient that way.
37921         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
37922         * lib/xreadlink.h (xreadlink): Update prototype.
37923
37924 2001-09-04  Paul Eggert  <eggert@twinsun.com>
37925
37926         * lib/xgetcwd.c: Revert some of the previous change; intead,
37927         fix the HAVE_GETCWD_NULL code to behave more like the
37928         !HAVE_GETCWD_NULL code used to.
37929
37930         Include "xalloc.h".
37931         (xgetcwd): Do not return NULL when memory is exhausted; instead,
37932         invoke xalloc_die.
37933
37934 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37935
37936         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
37937         sys/param.h, as pathmax.h includes them.
37938
37939 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37940
37941         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
37942         (jm_PREREQ_XGETCWD): New macro.
37943
37944         * m4/getcwd.m4: New file.
37945
37946 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37947
37948         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
37949         like the HAVE_GETCWD_NULL code.
37950         Include pathmax.h if not HAVE_GETCWD.
37951         Do not include xalloc.h.
37952         (INITIAL_BUFFER_SIZE): New symbol.
37953         Do not use xmalloc / xrealloc, since the caller is responsible for
37954         handling errors.  Preserve errno around `free' during failure.
37955         Do not overrun buffer when using getwd.
37956
37957 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37958
37959         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
37960         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
37961         getcwd (NULL, 0).
37962
37963 2001-09-03  Paul Eggert  <eggert@twinsun.com>
37964
37965         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
37966         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
37967         spotted by Jim Meyering.
37968
37969 2001-09-03  Jim Meyering  <meyering@lucent.com>
37970
37971         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
37972         failure.
37973
37974 2001-09-02  Jim Meyering  <meyering@lucent.com>
37975
37976         * lib/error.c: Update from GNU libc.
37977
37978 2001-09-01  Jim Meyering  <meyering@lucent.com>
37979
37980         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
37981         Used by df.
37982
37983 2001-09-01  Jim Meyering  <meyering@lucent.com>
37984
37985         * lib/xreadlink.c: New file.
37986         * lib/xreadlink.h: New file.
37987         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
37988         xreadlink.h.
37989
37990         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
37991         doesn't conflict with sparc Solaris 7's definition in
37992         /usr/include/sys/int_types.h.
37993
37994         * lib/exclude.c: Use `""', not `<>' to #include non-system header
37995         files.
37996         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
37997         and strncasecmp as r-values.  Unixware didn't have declarations.
37998
37999 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38000
38001         * lib/xstrtol.h: Add copyright notice.
38002         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
38003         LONGINT_INVALID_SUFFIX_CHAR.
38004
38005 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38006
38007         * lib/xstrtol.c (strtoimax): New decl.
38008
38009 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38010
38011         * lib/xgetcwd.c: Don't include pathmax.h.
38012         Include stdlib.h and unistd.h if available.
38013         Include xalloc.h.
38014         (xmalloc, xstrdup, free): Remove decls.
38015         (xgetcwd): Don't assume sizes fit in unsigned.
38016         Check for overflow when computing sizes.
38017         Simplify reallocation code.
38018
38019 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38020
38021         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
38022         a directory's st_size can have an arbitrary value, so the old
38023         usage could waste an arbitrary amount of memory.  All uses
38024         changed.
38025         * lib/savedir.h: Update prototype.
38026
38027 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38028
38029         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
38030
38031         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
38032         old strtoimax.c.
38033
38034         Also, make the following further changes to make this file's
38035         configuration more similar to that of strtol.c:
38036         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
38037         (strtoumax, uintmax_t, strtoull, strtol): Remove.
38038         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
38039         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
38040         changed to signed values.
38041
38042         And make the following changes as well:
38043         Fix copyright notice, as 1999 was missing.
38044         (verify): New macro.
38045         (strtoimax): Check sizes at compile-time, not run-time.
38046         Prefer strtol to strtoll if both work.
38047         (main): Remove; it was not that useful and was a pain to maintain.
38048
38049         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
38050
38051 2001-08-31  Jim Meyering  <meyering@lucent.com>
38052
38053         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
38054         Use an initial, malloc'd, buffer of length 128 rather than
38055         a statically allocated one of length 1024.
38056
38057 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38058
38059         Simplify code, partly by assuming autoconf 2.52 semantics.
38060
38061         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
38062
38063         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
38064         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
38065         All uses removed.
38066         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
38067         Move AC_REQUIRE to next-to-top level, to avoid confusion.
38068         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
38069         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
38070         jm_AC_HEADER_INTTYPES_H.
38071         * m4/jm-macros.m4 (jm_MACROS): Likewise.
38072
38073         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
38074
38075         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
38076         Quote first arg of AC_DEFUN.
38077         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
38078         since they are needed to parse the include file even if we need
38079         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
38080         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
38081         but with opposite signedness.
38082
38083 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38084
38085         Merge 'exclude' changes from tar 1.13.22.
38086         This fixes one or two unlikely storage allocation overflow bugs,
38087         but doesn't change user-visible behavior otherwise.
38088
38089 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38090
38091         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
38092         (jm_PREREQ_EXCLUDE): New macro.
38093
38094 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38095
38096         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
38097         tm to be declared.
38098
38099 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38100
38101         * lib/hash.c: Remove '2001' from copyright notice.
38102
38103 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38104
38105         * lib/full-write.h: New file.
38106         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
38107         * lib/full-write.c: Correct credits, as cccp.c no longer
38108         exists and anyway it was so heavily changed from the old cccp
38109         code as to be unrecognizable.  Include full-write.h.
38110         (full_write) Return size_t, with short writes meaning failure.
38111         All callers changed.  This fixes a bug with large buffers
38112         on 64-bit hosts.
38113         * lib/utime.c: Include full-write.h.
38114
38115 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38116
38117         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
38118         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
38119         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
38120         Include if available.
38121         (<xalloc.h>): Include
38122         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
38123         (verify): New macro.  Use it to verify that EXCLUDE macros do not
38124         collide with FNM macros.
38125         (struct patopts): New struct.
38126         (struct exclude): Use it, as exclude patterns now come with options.
38127         (new_exclude): Support above changes.
38128         (new_exclude, add_exclude_file):
38129         Initial size must now be a power of two to simplify overflow checking.
38130         (free_exclude, fnmatch_no_wildcards): New function.
38131         (excluded_filename): No longer requires options arg, as the options
38132         are determined by add_exclude.  Now returns bool, not int.
38133         (excluded_filename, add_exclude):
38134         Add support for the fancy new exclusion options.
38135         (add_exclude, add_exclude_file): Now takes int options arg.
38136         Check for arithmetic overflow when computing sizes.
38137         (add_exclude_file): xrealloc might modify errno, so don't
38138         realloc until after errno might be used.
38139
38140         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
38141         New macros.
38142         (free_exclude): New decl.
38143         (add_exclude, add_exclude_file): Now takes int options arg.
38144         (excluded_filename): No longer requires options arg, as the options
38145         are determined by add_exclude.  Now returns bool, not int.
38146
38147 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38148
38149         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
38150
38151 2001-08-27  Jim Meyering  <meyering@lucent.com>
38152
38153         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
38154
38155         * lib/version-etc.c (N_): Remove definition.
38156         Revert most of last change.
38157         Instead, simply don't mark the `Copyright...' string for translation.
38158         Based on advice from Paul Eggert.
38159
38160         * lib/strtoxmax.c: Tweak comment.
38161
38162 2001-08-26  Jim Meyering  <meyering@lucent.com>
38163
38164         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
38165
38166         * m4/xstrtoimax.m4: New file.
38167         * m4/xstrtoumax.m4: Add comments explaining why we
38168         AC_REPLACE_FUNCS(strtol).
38169
38170 2001-08-26  Jim Meyering  <meyering@lucent.com>
38171
38172         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
38173         of copyright with `%s' so translators don't get an untranslated
38174         message in 2002.
38175         (COPYRIGHT_YEAR): Define.
38176         (version_etc): Use fprintf rather than fputs.
38177         Suggestion from Ulrich Drepper.
38178
38179         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
38180
38181         * lib/strtoll.c: New file, from GNU libc.
38182         * lib/xstrtoimax.c: New file.
38183
38184         * lib/xstrtol.h: Add xstrtoimax.
38185         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
38186         * lib/strtoimax.c: New file.  Likewise, but first define
38187         STRTOUXMAX_SIGNED.
38188
38189         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
38190         ...
38191         * lib/strtoxmax.c: ... then renamed to this.
38192
38193 2001-08-18  Paul Eggert  <eggert@twinsun.com>
38194
38195         * m4/inttypes.m4: Add AC_PREREQ(2.13).
38196         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
38197         (jm_AC_TYPE_INTMAX_T): New macro.
38198         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
38199
38200         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
38201
38202         * m4/longlong.m4: Renamed from ulonglong.m4.
38203         * m4/inttypes.m4: Renamed from inttypes_h.m4.
38204         * m4/uintmax_t.m4: Removed.
38205
38206 2001-08-13  Paul Eggert  <eggert@twinsun.com>
38207
38208         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
38209         Port to Solaris 8, where 'sed' requires a space after the 'r'
38210         command, and where sh dislikes "$/".  Clean up the spacing a bit.
38211         Redirect output to $tmp just once.
38212
38213 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
38214
38215         * lib/addext.c (<errno.h>): Include.
38216         (errno): Declare if not defined.
38217         (addext): Work correctly when pathconf returns -1 and leaves
38218         errno alone because there is no limit.  Also, work even if
38219         pathconf returns a value greater than SIZE_MAX.
38220
38221 2001-08-12  Jim Meyering  <meyering@lucent.com>
38222
38223         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
38224         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
38225         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
38226         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
38227         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
38228         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
38229         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
38230         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
38231         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
38232         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
38233         utime.m4, utimes.m4, xstrtoumax.m4:
38234         Quote the first argument in each use of AC_DEFUN.
38235
38236 2001-08-12  Jim Meyering  <meyering@lucent.com>
38237
38238         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
38239         Simply `return getcwd (NULL, 0);'.
38240         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
38241         Use 1300 as initial value for length, not PATH_MAX.
38242
38243         * lib/pathmax.h: Clean up cpp syntax.
38244
38245 2001-08-12  Jim Meyering  <meyering@lucent.com>
38246
38247         * lib/gettimeofday.c: New file.
38248         * lib/gtod.h: New file.
38249         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
38250
38251 2001-08-05  Jim Meyering  <meyering@lucent.com>
38252
38253         * m4/jm-macros.m4: Require autoconf-2.52.
38254
38255 2001-08-04  Jim Meyering  <meyering@lucent.com>
38256
38257         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
38258         stmt, to get in sync with glibc.
38259
38260 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38261
38262         The following changes are from gettext 0.10.39 as maintained by
38263         Bruno Haible.
38264
38265         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
38266         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
38267         with inverted sense.  All uses changed.
38268
38269         * lib/mbswidth.c: Don't include <limits.h>.
38270         Include <stdlib.h> and <string.h> unconditionally.
38271         (iswcntrl, mbsinit, ISCNTRL): New macros.
38272         (mbsnwidth): Use K&R style function declarations.
38273         Don't bother checking for MB_LEN_MAX == 1, since the compiler
38274         can optimize it when MB_CUR_MAX == 1.
38275         The width of control characters is zero, not 1.
38276
38277 2001-08-03  Paul Eggert  <eggert@twinsun.com>
38278
38279         The following changes are from gettext 0.10.39 as maintained by
38280         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
38281
38282         * m4/codeset.m4: Upgrade to serial AM1.
38283         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
38284         all uses changed.  Quote first arg of AC_DEFUN.
38285         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
38286
38287         * m4/iconv.m4: Upgrade to serial AM2.
38288         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
38289         Add --with-libconv-prefix.
38290         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
38291         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
38292         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
38293         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
38294         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
38295
38296         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
38297         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
38298         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
38299         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
38300         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
38301         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
38302         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
38303         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
38304         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
38305
38306         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
38307         string.h any more.
38308
38309         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
38310         not the default value.
38311
38312         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
38313         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
38314         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
38315         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
38316         Also check for iswcntrl, used for wcwidth fallback.
38317         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
38318         to Autoconf 2.13.
38319
38320 2001-08-03  Jim Meyering  <meyering@lucent.com>
38321
38322         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
38323         as it was in the original.  Reported by Paul Eggert.
38324
38325 2001-07-16  Jim Meyering  <meyering@lucent.com>
38326
38327         * m4/gettimeofday.m4: New file.
38328         Prompted by a report from Bernhard Baehr.
38329
38330 2001-07-15  Jim Meyering  <meyering@lucent.com>
38331
38332         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
38333         stuff. Now it's in ../Makefile.cfg.
38334
38335 2001-07-15  Jim Meyering  <meyering@lucent.com>
38336
38337         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
38338         (BUILT_SOURCES): Add unlocked-io.h.
38339         (io_functions): Define.
38340         (unlocked-io.h): New rule.
38341         (DISTCLEANFILES): Add unlocked-io.h.
38342         (all-local): Depend on unlocked-io.h, to ensure it is created.
38343
38344         * lib/unlocked-io.hin: New file
38345
38346         * lib/regex.c: Update from glibc.
38347
38348 2001-07-05  Jim Meyering  <meyering@lucent.com>
38349
38350         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
38351         recommendation.
38352         (libfetish_a_SOURCES): Put all .h files here instead.
38353         Remove a thus-exposed (better checks in automake) duplicate and
38354         two unnecessary .h files.
38355
38356 2001-07-04  Jim Meyering  <meyering@lucent.com>
38357
38358         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
38359         that generates jm-glibc-io.m4 so that it doesn't trigger any make
38360         distcheck failure.
38361
38362 2001-07-02  Jim Meyering  <meyering@lucent.com>
38363
38364         The following changes were prompted by suggestions from Bruno Haible.
38365
38366         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
38367         is now generated.
38368         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
38369         definition of EXTRA_DIST.
38370         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
38371         ensure that the generated file is created/updated whenever the list
38372         of $(unlocked_functions) is changed.
38373         (jm-glibc-io.m4): New rule.
38374         (unlocked-io.h): New rule -- currently unused.
38375
38376 2001-06-24  Jim Meyering  <meyering@lucent.com>
38377
38378         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
38379         unmatched right bracket, rather than kludging it with an extra,
38380         falsely-matching quote in a comment.  Patch by Akim Demaille.
38381
38382 2001-06-11  Jim Meyering  <meyering@lucent.com>
38383
38384         * lib/regex.c: Update from GNU libc.
38385
38386 2001-05-27  Jim Meyering  <meyering@lucent.com>
38387
38388         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
38389         Check for ut_type in struct utmp.
38390
38391 2001-05-27  Jim Meyering  <meyering@lucent.com>
38392
38393         * lib/readutmp.h (UT_TYPE): Define.
38394
38395 2001-05-24  Jim Meyering  <meyering@lucent.com>
38396
38397         * lib/argmatch.c: Include "quote.h".
38398         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
38399         quote function.  Reported by Göran Uddeborg.
38400
38401 2001-05-22  Jim Meyering  <meyering@lucent.com>
38402
38403         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
38404         now that we use the package-supplied version unconditionally.
38405         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
38406
38407 2001-05-21  Jim Meyering  <meyering@lucent.com>
38408
38409         * m4/regex.m4: Change a couple backticks to single quotes to avoid
38410         shell syntax errors.
38411
38412 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38413
38414         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
38415
38416 2001-05-20  Paul Eggert  <eggert@twinsun.com>
38417
38418         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
38419         Don't bother to check library strftime, since
38420         we'll be using our own my_strftime function anyway.
38421         Define my_strftime instead of strftime.
38422
38423 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
38424
38425         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
38426         which is not yet declared.
38427
38428 2001-05-15  Jim Meyering  <meyering@lucent.com>
38429
38430         * m4/regex.m4: Use proper quoting so brackets appear in the test
38431         program.
38432         Reported by, and with help from, Bruno Haible.
38433
38434 2001-05-13  Jim Meyering  <meyering@lucent.com>
38435
38436         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
38437         undefined.
38438
38439 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38440
38441         dirname code cleanup.  base_name now behaves more compatibly
38442         with POSIX basename when given file names that have trailing
38443         slashes, and similarly for dir_name.  Add new primitives
38444         base_len and dir_len.  Put the directory-name-related decls
38445         into dirname.h.
38446
38447         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
38448         * lib/backupfile.c (base_name): Likewise.
38449         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
38450         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
38451         * lib/makepath.c (strip_trailing_slashes): Likewise.
38452         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
38453         ISSLASH): Likewise.
38454         * lib/rename.c (strip_trailing_slashes): Likewise.
38455         * lib/same.c (base_name): Likewise.
38456         * lib/stripslash.c (ISSLASH): Likewise.
38457
38458         * lib/addext.c: Include <dirname.h> after size_t is defined.
38459         * lib/backupfile.c: Likewise.
38460
38461         * lib/addext.c (addext): Use base_len to trim redundant
38462         trailing slashes instead of doing it ourselves.
38463         But do not trim the last slash if it is not redundant.
38464
38465         * lib/backupfile.c (find_backup_file_name,
38466         max_backup_version): Use base_len instead of rolling it ourselves.
38467         Handle the case of "" and (on DOS) "C:" correctly.
38468
38469         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
38470         needed. Include <string.h>, <dirname.h>.
38471         (base_name): Allow file names ending in slashes, other than names
38472         that are all slashes.  In this case, return the basename followed
38473         by the slashes.  This is more general, and can be used in places
38474         where the original base_name purposely had an assertion failure.
38475         (base_len): New function.
38476
38477         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
38478         Do not include <assert.h>; no longer needed.
38479         Include xalloc.h.
38480         (memrchr): Remove decl.
38481         (dir_name_r): Remove.
38482         (dir_len): Renamed from dirlen.  All callers changed.
38483         Rewrite in terms of base_name, for simplicity and consistency.
38484         (dir_name): Never return NULL.  All callers changed.
38485         Do not include <stdlib.h> in test program; no longer needed.
38486         return 0; is fine for test program.
38487
38488         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
38489         New macros.
38490         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
38491
38492         * lib/path-concat.c (path_concat): Use base_len to compute
38493         base length, not strlen; this means we cannot rely on memcpy
38494         to null-terminate.
38495
38496         * lib/same.c (STREQ): Remove.
38497         (same_name): Handle the case where the basename ends in trailing '/'.
38498
38499         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
38500         a slash was stripped.  Do not strip the last slash after a
38501         file system prefix.
38502
38503 2001-05-11  Paul Eggert  <eggert@twinsun.com>
38504
38505         * lib/Makefile.am (libfetish_a_SOURCES):
38506         Add strftime.c, since we now compile it on all hosts.
38507
38508         * lib/strftime.c (my_strftime):
38509         Define to nstrftime if emacs, but only if my_strftime is not defined.
38510         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
38511         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
38512         Add one more extra argument: a nanoseconds value.
38513         All uses changed.
38514         (ns): New macro.
38515         (my_strftime function): Add %N format.
38516         (emacs_strftimeu): Renamed from emacs_strftime,
38517         with extra ut argument.
38518
38519 2001-05-09  Paul Eggert  <eggert@twinsun.com>
38520
38521         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
38522
38523 2001-04-21  Jim Meyering  <meyering@lucent.com>
38524
38525         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
38526         doesn't interfere.
38527
38528 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
38529
38530         * m4/ftruncate.m4: Check for chsize.
38531         Link with ftruncate.o unconditionally if ftruncate is missing.
38532         This was required when cross-compiling to i586-mingw32msvc.
38533
38534 2001-04-08  Jim Meyering  <meyering@lucent.com>
38535
38536         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
38537         recomputed; that's necessary when the offset spans a DST transition.
38538         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
38539
38540 2001-04-02  Jim Meyering  <meyering@lucent.com>
38541
38542         * lib/regex.h, regex.c: Update from GNU libc.
38543
38544 2001-03-24  Jim Meyering  <meyering@lucent.com>
38545
38546         * m4/jm-macros.m4: Require autoconf-2.49d.
38547
38548 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
38549
38550         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
38551
38552 2001-03-19  Paul Eggert  <eggert@twinsun.com>
38553
38554         * lib/version-etc.c (version_etc_copyright): Update to 2001.
38555
38556 2001-03-17  Jim Meyering  <meyering@lucent.com>
38557
38558         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
38559         now that the version in autoconf is equivalent.
38560         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
38561
38562         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
38563         Suggestion from Akim Demaille.
38564
38565         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
38566         (jm_PREREQ_TEMPNAME): New function.
38567
38568 2001-03-16  Paul Eggert  <eggert@twinsun.com>
38569
38570         * lib/tempname.c (uint64_t): Define to uintmax_t if
38571         not defined, and if UINT64_MAX is not defined.
38572         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
38573         Reported by John David Anglin.
38574
38575 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
38576
38577         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
38578         resolve alias if codeset is empty.
38579         * lib/config.charset (BeOS): Use wildcard syntax.
38580
38581 2001-03-13  Jim Meyering  <meyering@lucent.com>
38582
38583         * lib/path-concat.c (path_concat)
38584         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
38585         concatenating e.g., `C:' and `foo'.
38586         From Bruno Haible.
38587
38588 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38589
38590         * lib/localcharset.c (locale_charset): Don't use
38591         setlocale(LC_CTYPE,NULL). Don't return NULL.
38592         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
38593
38594 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
38595
38596         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
38597         support for DOS/DJGPP.
38598
38599 2001-03-01  Paul Eggert  <eggert@twinsun.com>
38600
38601         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
38602         lacks mkstemp.  Compile our own tempname.c if we compile our own
38603         mkstemp.c, as mkstemp relies on tempname.
38604
38605 2001-03-01  Jim Meyering  <meyering@lucent.com>
38606
38607         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
38608         AH_VERBATIM really does output its argument verbatim.
38609
38610 2001-02-28  Paul Eggert  <eggert@twinsun.com>
38611
38612         * lib/Makefile.am (libfetish_a_SOURCES):
38613         Add dup-safer.c, fopen-safer.c.
38614         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
38615
38616         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
38617         * lib/unistd-safer.h: New files.
38618
38619 2001-02-25  Paul Eggert  <eggert@twinsun.com>
38620
38621         The mkstemp replacement is taken from glibc 2.2.2, with some
38622         portability fixes for use outside glibc, as follows:
38623
38624         * lib/tempname.c (struct_stat64): New macro.
38625         (direxists, __gen_tempname): Use it.
38626         This avoids a portability problem with Solaris 8.
38627
38628         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
38629         (<stddef.h>, <stdint.h>, <string.h>):
38630         Include only if STDC_HEADERS || _LIBC.
38631         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
38632         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
38633         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
38634         (__set_errno): Define this macro if <errno.h> doesn't.
38635         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
38636         Define these macros if <stdio.h> doesn't.
38637         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
38638         Define these macros if <sys/stat.h>
38639         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
38640         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
38641         __xstat64): Define if not _LIBC.
38642         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
38643         (__gen_tempname): Invoke gettimeofday only if
38644         HAVE_GETTIMEOFDAY || _LIBC;
38645         otherwise, fall back on plain "time".
38646         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
38647
38648         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
38649
38650         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
38651
38652 2001-02-18  Paul Eggert  <eggert@twinsun.com>
38653
38654         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
38655
38656 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38657
38658         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
38659         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
38660         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
38661         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38662
38663 2001-02-17  Paul Eggert  <eggert@twinsun.com>
38664
38665         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
38666         Remove workaround macros for hosts that have mbrtowc but not
38667         mbstate_t, as we now insist on proper declarations for both
38668         before using mbrtowc.
38669
38670 2001-02-17  Jim Meyering  <meyering@lucent.com>
38671
38672         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
38673         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
38674         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
38675         UnixWare 7.1.1.
38676
38677         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
38678         rather than AC_CACHE_VAL.
38679
38680 2001-02-17  Jim Meyering  <meyering@lucent.com>
38681
38682         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
38683         around included file name.
38684
38685         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
38686
38687         * lib/strftime.c: Update from GNU libc (the only changes were to
38688         comments).
38689
38690 2001-02-17  Jim Meyering  <meyering@lucent.com>
38691
38692         * lib/regex.c: Update from libc.
38693
38694 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
38695
38696         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
38697         clash.
38698
38699 2001-02-16  Paul Eggert  <eggert@twinsun.com>
38700
38701         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
38702         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
38703         Reported by Mark Hounschell via Paul Eggert.
38704
38705 2001-02-07  Jim Meyering  <meyering@lucent.com>
38706
38707         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
38708
38709 2001-02-05  Jim Meyering  <meyering@lucent.com>
38710
38711         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
38712         it includes the patch required for `large file' support with at least
38713         HP-UX's 10.20 /bin/cc.
38714
38715 2001-02-03  Jim Meyering  <meyering@lucent.com>
38716
38717         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
38718         AS_IF, now that it works once again (mysteriously).
38719         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38720
38721 2001-01-30  Jim Meyering  <meyering@lucent.com>
38722
38723         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
38724         * m4/chown.m4: Rename conftestchown to conftest.chown.
38725         * m4/rename.m4: s/conftestdir/conftest.d1/ and
38726         s/conftestdir2/conftest.d2/.
38727         * m4/utimes.m4: s/conftestdata/conftest.data/
38728         Inspired by Pavel Roskin's change in autoconf.
38729
38730 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
38731
38732         * lib/config.charset: Update for FreeBSD 4.2.
38733
38734 2001-01-27  Jim Meyering  <meyering@lucent.com>
38735
38736         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
38737         a use of AS_IF.
38738         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
38739
38740 2001-01-26  Jim Meyering  <meyering@lucent.com>
38741
38742         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
38743         quotearg.c includes it.
38744
38745 2001-01-26  Jim Meyering  <meyering@lucent.com>
38746
38747         * lib/quotearg.c: Include stddef.h.
38748         * lib/quote.c: Include stddef.h.
38749         Reported by Axel Kittenberger.
38750
38751         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
38752         line in double quotes so that it evokes a better diagnostic.
38753         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
38754         Reported by Axel Kittenberger.
38755
38756 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
38757
38758         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
38759         as if it was a `charset'.
38760
38761 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38762
38763         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
38764         has const.
38765
38766 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
38767
38768         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
38769         to avoid a warning.  Add back 'const' to inptr.
38770
38771 2001-01-20  Jim Meyering  <meyering@lucent.com>
38772
38773         Be sure that headers are checked before used in code compiled
38774         for the type checks.
38775         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
38776         In place of that, invoke jm_CHECK_ALL_TYPES.
38777         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
38778         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
38779         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
38780         The check for ssize_t was mistakenly run before the test for unistd.h.
38781
38782         The configure-time check for stdbool.h was missing.
38783         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
38784         (jm_PREREQ_HASH): New function.
38785
38786 2001-01-17  Jim Meyering  <meyering@lucent.com>
38787
38788         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
38789         for autoconf-2.49c.
38790         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
38791
38792 2001-01-16  Jim Meyering  <meyering@lucent.com>
38793
38794         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
38795         From Bruno Haible.
38796
38797 2001-01-14  Jim Meyering  <meyering@lucent.com>
38798
38799         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
38800         foo and bar.  Create conftestdir/ in the script, not in the C code.
38801         Remove directories in the script, not in the C code.
38802         Remove conftestdir{,2} before trying to create the directory.
38803         Make the entire configure script fail if the mkdir fails.
38804
38805 2001-01-14  Jim Meyering  <meyering@lucent.com>
38806
38807         * lib/rename.c: New file.  From Volker Borchert.
38808         Include stdlib.h, string.h or strings.h, and xalloc.h.
38809         Use strip_trailing_slashes rather than open-coding it.
38810
38811 2001-01-03  Paul Eggert  <eggert@twinsun.com>
38812
38813         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
38814
38815 2001-01-03  Jim Meyering  <meyering@lucent.com>
38816
38817         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
38818         of local `inptr' to avoid warning with some system declarations of
38819         iconv.
38820
38821 2001-01-02  Volker Borchert  <bt@teknon.de>
38822
38823         * m4/rename.m4: New file.
38824         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
38825
38826 2001-01-01  Jim Meyering  <meyering@lucent.com>
38827
38828         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
38829         even on systems with utmpx.h.  It's necessary for the declaration of
38830         utmp's ut_user member.  Reported by Andreas Jaeger.
38831
38832         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
38833         available. They are required for the declarations of getgrgid and
38834         getpwuid resp.
38835         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
38836         Reported by Andreas Jaeger.
38837
38838 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
38839
38840         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
38841         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
38842         so `make install' also works in VPATH builds.
38843
38844 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
38845
38846         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
38847         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
38848         can be used in subdirectories.
38849
38850 2000-12-29  Paul Eggert  <eggert@twinsun.com>
38851
38852         * lib/modechange.c: Do not assume that mode_t uses the
38853         traditional octal encoding.  E.g. "chmod 1 FOO" should set
38854         the other-execute bit of FOO even if S_IXOTH != 1.
38855
38856         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
38857         WOTH, XOTH, ALLM): New macros.
38858         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
38859          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
38860         Use them.
38861         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
38862         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
38863         (mode_compile):
38864         No need to use uintmax_t; unsigned long is long enough.
38865         Don't bother to get suffix since we don't use it.
38866
38867 2000-12-26  Jim Meyering  <meyering@lucent.com>
38868
38869         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
38870         better with autoheader.
38871
38872 2000-12-24  Jim Meyering  <meyering@lucent.com>
38873
38874         * lib/hash.c (is_prime): Return explicit boolean values.
38875         (hash_get_first): Return NULL to appease Irix5.6's 89.
38876         Reported by Nelson Beebe.
38877
38878 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
38879
38880         * lib/localcharset.c (locale_charset): Add support for Win32.
38881
38882 2000-12-18  Paul Eggert  <eggert@twinsun.com>
38883
38884         * lib/physmem.h, lib/physmem.c: New files.
38885
38886         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
38887         (noinst_HEADERS): Add physmem.h.
38888
38889         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
38890         't' for compatibility with Solaris 8 sort.
38891
38892 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
38893
38894         * lib/config.charset: Add support for BeOS.
38895
38896 2000-12-17  Jim Meyering  <meyering@lucent.com>
38897
38898         * m4/dos.m4 (jm_AC_DOS): New file and macro.
38899         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
38900
38901 2000-12-16  Jim Meyering  <meyering@lucent.com>
38902
38903         This bug had a serious impact on chown: `chown N:M FILE' (for integer
38904         N and M) would have treated it like `chown N:N FILE'.
38905
38906         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
38907
38908 2000-12-16  Jim Meyering  <meyering@lucent.com>
38909
38910         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
38911         SHELLS_FILE to a file name that's useful on djgpp systems.
38912         Include stdlib.h.
38913         (ADDITIONAL_DEFAULT_SHELLS): Define.
38914         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
38915         Based mostly on a patch from Prashant TR.
38916
38917 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
38918
38919         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
38920         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
38921         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
38922
38923 2000-12-08  Andreas Schwab  <schwab@suse.de>
38924
38925         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
38926         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
38927
38928 2000-12-07  Jim Meyering  <meyering@lucent.com>
38929
38930         * lib/stripslash.c (ISSLASH): Define.
38931         (strip_trailing_slashes): Use ISSLASH rather than comparing against
38932         `/'.
38933         From Prashant TR.
38934
38935         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
38936         (dir_name_r): Declare this function as static.
38937         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
38938         manifest itself on a name containing a mix of slashes and
38939         backslashes.
38940         Make this function work with names starting with a DOS-style
38941         drive letter and colon prefix.
38942         (dir_name): Append `.' if necessary.
38943         Based mostly on patches from Prashant TR and Eli Zaretskii.
38944
38945         * lib/dirname.h (dir_name_r): Remove prototype.
38946
38947 2000-12-06  Paul Eggert  <eggert@twinsun.com>
38948
38949         * m4/off_t-format.m4: Remove this file.
38950         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
38951
38952 2000-12-06  Jim Meyering  <meyering@lucent.com>
38953
38954         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
38955         replacement strtoull, we may well need the replacement strtoul, too.
38956         Check for declarations of strtoul and strtoull.
38957         Check for strtol.  Mainly as a cue to cause automake to include
38958         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
38959         Check for limits.h -- strtol.c needs it.
38960
38961 2000-12-05  Jim Meyering  <meyering@lucent.com>
38962
38963         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
38964
38965 2000-12-04  Jim Meyering  <meyering@lucent.com>
38966
38967         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
38968         Also include memory.h, stdlib.h, unistd.h if appropriate.
38969         Reported by Andreas Jaeger (conflicting declaration of malloc).
38970
38971 2000-12-02  Jim Meyering  <meyering@lucent.com>
38972
38973         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
38974         * m4/jm-macros.m4 (jm_MACROS): require it.
38975
38976 2000-12-02  Jim Meyering  <meyering@lucent.com>
38977
38978         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
38979
38980 2000-12-01  Paul Eggert  <eggert@twinsun.com>
38981
38982         * lib/memrchr.c: Include <config.h> before any system include file.
38983
38984 2000-11-30  Jim Meyering  <meyering@lucent.com>
38985
38986         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
38987
38988 2000-11-30  Jim Meyering  <meyering@lucent.com>
38989
38990         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
38991
38992 2000-11-29  Paul Eggert  <eggert@twinsun.com>
38993
38994         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
38995
38996 2000-11-26  Jim Meyering  <meyering@lucent.com>
38997
38998         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
38999
39000 2000-11-22  Paul Eggert  <eggert@twinsun.com>
39001
39002         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
39003         size of (size_t) -1; it's not portable.
39004
39005 2000-11-17  Jim Meyering  <meyering@lucent.com>
39006
39007         * lib/strstr.c: Update from GNU libc.
39008
39009 2000-11-17  Akim Demaille  <akim@epita.fr>
39010
39011         * lib/obstack.h: Formatting changes.
39012         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
39013         prevent type checking.
39014         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
39015         cast the value to (void *): assigning a `foo *' to a `void *'
39016         variable is valid.
39017         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
39018
39019 2000-11-16  Jim Meyering  <meyering@lucent.com>
39020
39021         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
39022
39023 2000-11-11  Jim Meyering  <meyering@lucent.com>
39024
39025         * lib/error.c: Add a couple #includes, merging from GNU libc version.
39026
39027 2000-11-10  Jim Meyering  <meyering@lucent.com>
39028
39029         * lib/obstack.h: Update from GNU libc.
39030         * lib/obstack.c: Likewise.
39031
39032 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
39033
39034         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
39035
39036 2000-11-06  Paul Eggert  <eggert@twinsun.com>
39037
39038         * lib/getusershell.c (setusershell): Use rewind rather than
39039         fseek/fseeko, to avoid configuration hassles with fseeko.
39040         Don't bother opening SHELLS_FILE if shellstream is NULL;
39041         it's not necessary.
39042
39043 2000-11-05  Jim Meyering  <meyering@lucent.com>
39044
39045         * lib/makepath.h (make_dir): Declare.
39046         * lib/makepath.c (make_dir): Remove `static' attribute.
39047         Tweak a comment.
39048
39049 2000-11-04  Jim Meyering  <meyering@lucent.com>
39050
39051         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
39052
39053 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
39054
39055         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
39056         last one in a bucket, advance to the next bucket.
39057
39058 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
39059
39060         * lib/fnmatch.c: Do not comment out all the code if we are using
39061         the GNU C library, because in some cases we are replacing buggy
39062         code in the GNU C library itself.
39063
39064 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
39065
39066         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
39067         (regex_compile): Catch bogus \(\1\).
39068
39069 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39070
39071         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
39072         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
39073         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
39074
39075 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39076
39077         * lib/error.h, getline.h, modechange.h:
39078         Remove "2000" from Copyright line, as the file hasn't been
39079         changed this year other than in the copyright notice.
39080
39081         * lib/xalloc.h: Add "2000" to Copyright line, as this file
39082         was changed this year.
39083
39084 2000-10-29  Jim Meyering  <meyering@lucent.com>
39085
39086         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
39087         renaming.
39088         * m4/ls-mntd-fs.m4: Likewise
39089
39090 2000-10-29  Jim Meyering  <meyering@lucent.com>
39091
39092         * lib/xstat.in: Fix grammar in comment.
39093
39094 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
39095
39096         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
39097         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
39098         doesn't define __restrict_arr.
39099
39100 2000-10-28  Jim Meyering  <meyering@lucent.com>
39101
39102         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
39103         (jm_PREREQ_MEMCHR): New function.
39104
39105 2000-10-28  Jim Meyering  <meyering@lucent.com>
39106
39107         * lib/memchr.c: Update from libc.
39108         Adjust for portability:
39109         [HAVE_STDLIB_H]: Include stdlib.h.
39110         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
39111         Undef __memchr, too.
39112         [!weak_alias]: Define __memchr to memchr.
39113
39114         * lib/regex.c: Update from libc.
39115         * lib/regex.h: Likewise.
39116         * lib/getopt1.c: Likewise.
39117         * lib/memcmp.c: Likewise.
39118
39119         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
39120         Avoid using fseek, when possible -- it's broken by design.
39121         Patch by Ulrich Drepper.
39122
39123 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
39124
39125         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
39126         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
39127         Giving in to popular pressure to shut up the compiler with casts.
39128
39129 2000-10-26  Jim Meyering  <meyering@lucent.com>
39130
39131         * lib/strftime.c: Update from libc.
39132
39133 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
39134
39135         * regex.c: More `unsigned char' -> `re_char' changes.
39136         Also change several `int' into `re_wchar_t'.
39137         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
39138         (PUSH_FAILURE_POINTER): Don't cast any more.
39139         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
39140         We want GCC to complain, since this piece of code makes
39141         re_match non-reentrant, which *should* be fixed.
39142         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
39143         (EXTEND_BUFFER): Use RETALLOC.
39144         (SET_LIST_BIT): Don't cast.
39145         (re_wchar_t): New type.
39146         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
39147         that those two functions will always properly return.
39148         (IMMEDIATE_QUIT_CHECK): Cast to void.
39149         (analyse_first): Use recursion rather than an explicit stack.
39150         (re_compile_fastmap): Can't fail anymore.
39151         (re_search_2): Don't check re_compile_fastmap for failure.
39152         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
39153         Now also sets the new value (passed in a new argument).
39154         (re_match_2_internal): Use it.
39155         Also, use a new var `reg' of type size_t when looping through regs
39156         rather than reuse the inappropriate `mcnt'.
39157
39158 2000-10-25  Jim Meyering  <meyering@lucent.com>
39159
39160         * lib/obstack.c: Update from libc.
39161
39162 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
39163
39164         * regex.c (regex_compile): Change the way of handling a range from
39165         a char less than 256 to a char not less than 256.
39166
39167 2000-10-24  Andrew Innes  <andrewi@gnu.org>
39168
39169         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
39170         NT-Emacs only.
39171         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
39172         so that re_search functions only quit when callers expect them to.
39173
39174 2000-10-23  Jim Meyering  <meyering@lucent.com>
39175
39176         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
39177         wrong.  That set_locale call must not have any side effects.
39178         From Paul Eggert.
39179
39180 2000-10-22  Jim Meyering  <meyering@lucent.com>
39181
39182         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
39183         [CYCLIC]: Remove now-unused definition.
39184
39185         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
39186         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
39187         Suggestion from Ulrich Drepper.
39188
39189 2000-10-21  Jim Meyering  <meyering@lucent.com>
39190
39191         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
39192         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
39193         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
39194
39195 2000-10-21  Jim Meyering  <meyering@lucent.com>
39196
39197         * lib/dirname.c (memrchr): Declare if necessary.
39198         (dir_name): Remove the restriction that there be no
39199         trailing slashes.  Now, this code skips past them, effectively
39200         ignoring them.
39201         [TEST_DIRNAME] (main): New unit tests.
39202
39203         * lib/memrchr.c: New file from GNU libc.
39204         Undef __memrchr, too.
39205         [!weak_alias]: Define __memrchr to memrchr.
39206         Guard weak_alias use with `#ifdef weak_alias'.
39207
39208 2000-10-21  Jim Meyering  <meyering@lucent.com>
39209
39210         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
39211         (dir_name): Use dir_name_r.
39212         * lib/dirname.h (dir_name_r): Declare it.
39213
39214 2000-10-17  Jim Meyering  <meyering@lucent.com>
39215
39216         * lib/quote.h (PARAMS): Define and use.
39217         Reported by Akim Demaille.
39218
39219         * lib/getopt.c: Update from libc.
39220
39221 2000-10-16  Jim Meyering  <meyering@lucent.com>
39222
39223         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
39224         setlocale.
39225         From Jan Fedak.
39226
39227 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
39228
39229         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
39230
39231 2000-09-25  Jim Meyering  <meyering@lucent.com>
39232
39233         * lib/md5.h (rol): Define (from GnuPG).
39234
39235         * lib/sha.c: Give credit (GnuPG) where due.
39236         (M): Use rol rather than open-coding it.
39237         Add a FIXME comment.
39238
39239 2000-09-21  Jim Meyering  <meyering@lucent.com>
39240
39241         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
39242         Reported by Michael Stone.
39243
39244 2000-09-20  Jim Meyering  <meyering@lucent.com>
39245
39246         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
39247         (noinst_HEADERS): Add sha.h.
39248         Based on code from Scott G. Miller and from GnuPG.
39249
39250 2000-09-18  Jim Meyering  <meyering@lucent.com>
39251
39252         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
39253         LIBS. Otherwise, everyone ends up linking with -lelf for some
39254         configurations.
39255         Reported by Mike Stone.
39256
39257 2000-09-15  Jim Meyering  <meyering@lucent.com>
39258
39259         * lib/regex.c: Update from libc.
39260
39261 2000-09-10  Jim Meyering  <meyering@lucent.com>
39262
39263         * lib/getopt.c (_getopt_internal): Update from glibc.
39264
39265 2000-09-09  Jim Meyering  <meyering@lucent.com>
39266
39267         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
39268         think it should be used as a general replacement for isascii.
39269         * lib/fnmatch.c: Likewise.
39270         * lib/mbswidth.c: Likewise
39271         * lib/regex.c: Likewise.
39272
39273         Don't use atoi.
39274         * lib/userspec.c: Include sys/param.h and limits.h.
39275         Include xstrtol.h.
39276         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
39277         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
39278         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
39279         UID, GID.  Check range.
39280
39281 2000-09-06  Jim Meyering  <meyering@lucent.com>
39282
39283         * lib/getopt.c (_getopt_internal): Update from glibc.
39284
39285 2000-08-30  Jim Meyering  <meyering@lucent.com>
39286
39287         * lib/strftime.c: Merge in changes from GNU libc.
39288
39289 2000-08-26  Jim Meyering  <meyering@lucent.com>
39290
39291         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
39292         * m4/fpending.m4: New file.
39293
39294 2000-08-26  Jim Meyering  <meyering@lucent.com>
39295
39296         * lib/closeout.c: Include "__fpending.h".
39297         (close_stdout_status): Return right away if there's nothing to flush.
39298
39299         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
39300         * lib/__fpending.c: New file.
39301         * lib/__fpending.h: New file.
39302
39303 2000-08-20  Jim Meyering  <meyering@lucent.com>
39304
39305         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
39306         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
39307         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
39308
39309 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
39310
39311         Improve fileutils installation on systems where running
39312         programs (like install) can't be unlinked.
39313         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
39314         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
39315
39316 2000-08-07  Paul Eggert  <eggert@twinsun.com>
39317
39318         Standardize on "memory exhausted" instead of "Memory exhausted"
39319         or "virtual memory exhausted".
39320         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
39321         "virtual memory exhausted".
39322         * lib/same.c (same_name): Invoke xalloc_die instead of printing
39323         our own message.
39324         * lib/userspec.c (parse_user_spec): Likewise.
39325         * lib/bumpalloc.h: comment fix
39326         * lib/same.c, userspec.c: Include xalloc.h.
39327
39328         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
39329         not char *const and pointing to a constant array.
39330         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
39331         (xrealloc): Comment fix.
39332
39333         * lib/userspec.c (parse_user_spec):
39334         Don't translate a message until just before returning,
39335         to avoid unnecessary translation.
39336
39337 2000-08-07  Jim Meyering  <meyering@lucent.com>
39338
39339         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
39340         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
39341         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
39342         getgroups.c, gethostname.c, getopt.h, group-member.c,
39343         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
39344         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
39345         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
39346         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
39347         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
39348         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
39349         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
39350         yesno.c: Back out Copyright date changes for each file with no change
39351         this year.  This eases coordination with other programs using the same
39352         source code modules.  From Paul Eggert.
39353
39354 2000-08-06  Paul Eggert  <eggert@twinsun.com>
39355
39356         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
39357         not char, for compatibility with glibc 2.1.3 strftime.c.
39358
39359 2000-08-03  Greg McGary  <greg@mcgary.org>
39360
39361         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
39362         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
39363         (EXTEND_BUFFER): Use them.
39364
39365 2000-08-01  Jim Meyering  <meyering@lucent.com>
39366
39367         * lib/dirname.c (ISSLASH): Define.
39368         (BACKSLASH_IS_PATH_SEPARATOR): Define.
39369         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
39370         both `\' and `/' may be use as path separators.
39371         Based on a patch from Prashant TR.
39372
39373 2000-07-31  Paul Eggert  <eggert@twinsun.com>
39374
39375         * lib/quotearg.c (quotearg_n_options): Don't make the initial
39376         slot vector a constant, since it might get modified.
39377
39378 2000-07-31  Jim Meyering  <meyering@lucent.com>
39379
39380         * lib/xmalloc.c: Use `virtual memory exhausted', not
39381         `Memory exhausted'.
39382         * lib/obstack.c (print_and_abort): Likewise.
39383
39384 2000-07-30  Paul Eggert  <eggert@twinsun.com>
39385
39386         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
39387         buffer, so that the caller can always quote one small
39388         component of a "memory exhausted" message in slot 0.
39389         From a suggestion by Jim Meyering.
39390
39391 2000-07-30  Jim Meyering  <meyering@lucent.com>
39392
39393         * lib/makepath.c (make_path): Quote the other instance, too.
39394
39395         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
39396         (STATIC_BUF_SIZE): Define.
39397         (quotearg_n_options): Use only statically allocated storage when
39398         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
39399         than STATIC_BUF_SIZE.
39400
39401 2000-07-29  Jim Meyering  <meyering@lucent.com>
39402
39403         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
39404         * lib/dirname.c (dir_name): Likewise.
39405
39406         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
39407         `/'.
39408
39409         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
39410         (dir_name): Assert that there are no trailing slashes.
39411
39412 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
39413
39414         * lib/mbswidth.h (mbswidth): Add a flags argument.
39415         (mbswidth): New declaration.
39416         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
39417         * lib/mbswidth.c (mbswidth): Add a flags argument.
39418         (mbsnwidth): New function.
39419
39420 2000-07-24  Jim Meyering  <meyering@lucent.com>
39421
39422         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
39423
39424 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39425
39426         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
39427
39428 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39429
39430         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
39431         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
39432         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
39433         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
39434         invoke multibyte primitives.
39435
39436 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39437
39438         * lib/quotearg.c:
39439         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
39440         so that mbstate_t is always defined.
39441
39442         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
39443         be 1 in at least one GCC installation, and this configuration
39444         error is likely to be common.  Ignoring MB_LEN_MAX hurts
39445         performance on hosts that have mbrtowc but have only unibyte
39446         locales, but I assume these hosts are rare.
39447
39448 2000-07-23  Paul Eggert  <eggert@twinsun.com>
39449
39450         * lib/mbswidth.c (_XOPEN_SOURCE):
39451         Don't define; this causes problems on Solaris 7.
39452         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
39453
39454 2000-07-23  Jim Meyering  <meyering@lucent.com>
39455
39456         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
39457         too: getgrgid, getpwuid, getuid.
39458
39459 2000-07-23  Jim Meyering  <meyering@lucent.com>
39460
39461         * lib/basename.c (base_name): Add an assertion.
39462
39463 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
39464
39465         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
39466         shadow its mbsinit function.
39467
39468 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39469
39470         * lib/mbswidth.h: New file.
39471         * lib/mbswidth.c: New file.
39472         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
39473         (noinst_HEADERS): Add mbswidth.h.
39474
39475 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
39476
39477         * lib/config.charset: Add support for FreeBSD. Improve support for
39478         HP-UX and IRIX 6.
39479
39480 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
39481
39482         * m4/mbswidth.m4: New file.
39483         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
39484
39485 2000-07-15  Jim Meyering  <meyering@lucent.com>
39486
39487         * lib/makepath.c: Include quote.h.
39488         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
39489         corresponding argument in a `quote (...)' call.
39490         Give better diagnostics.
39491
39492         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
39493         (noinst_HEADERS): Add quote.h.
39494
39495         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
39496         from tar's src/misc.c.
39497         * lib/quote.h: New file.  Prototypes for same.
39498
39499 2000-07-14  Paul Eggert  <eggert@twinsun.com>
39500
39501         From a suggestion by Bruno Haible.
39502         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
39503         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
39504         to decide whether to define the BeOS workaround macro;
39505         this adjusts to the change to AC_MBSTATE_T.
39506
39507 2000-07-14  Jim Meyering  <meyering@lucent.com>
39508
39509         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
39510         jm_AC_TYPE_UINTMAX_T.
39511
39512 2000-07-13  Paul Eggert  <eggert@twinsun.com>
39513
39514         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
39515
39516         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
39517         quotearg_buffer_restyled): Add support for
39518         clocale_quoting_style.  Undo previous change to
39519         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
39520         and "{RIGHT QUOTATION MARK}" msgids.
39521
39522 2000-07-10  Paul Eggert  <eggert@twinsun.com>
39523
39524         From a suggestion by Bruno Haible.
39525         * m4/mbstate_t.m4 (AC_MBSTATE_T):
39526         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
39527         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
39528         and mbstate_t, to a single-part test that simply defines mbstate_t.
39529         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
39530         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
39531
39532 2000-07-10  Jim Meyering  <meyering@lucent.com>
39533
39534         * m4/strerror_r.m4: Mirror the correction made in autoconf.
39535
39536         * m4/gnu-source.m4: Output to confdefs.h directly.
39537         Suggestion from Akim Demaille.
39538
39539 2000-07-09  Paul Eggert  <eggert@twinsun.com>
39540
39541         The old behavior of quoting `like this' doesn't look good with
39542         newer, ISO-style fonts.  See:
39543         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
39544
39545         Instead, quote "like this" by default.  Let the translator
39546         tailor the locale-specific quoting behavior by providing
39547         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
39548
39549         * lib/quotearg.c (N_): New macro.
39550         (gettext_default): New function.
39551         (quotearg_buffer_restyled): Use
39552         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
39553         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
39554
39555 2000-07-09  Jim Meyering  <meyering@lucent.com>
39556
39557         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
39558         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
39559
39560         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
39561         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
39562
39563 2000-07-09  Jim Meyering  <meyering@lucent.com>
39564
39565         * lib/Most files: Update copyright dates to include 2000.
39566
39567 2000-07-08  Jim Meyering  <meyering@lucent.com>
39568
39569         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
39570         if not defined.
39571         (xgethostname): Remove now-unnecessary #ifdef.
39572         Move declaration of `err' into loop where it's used.
39573
39574 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39575         and Bruno Haible  <haible@clisp.cons.org>
39576
39577         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
39578         only if the test for an object-type mbstate_t fails.  This
39579         prevents us from mistakenly reporting that mbstate_t is a
39580         system object type after we "#define mbstate_t int" to work
39581         around its lack.
39582
39583 2000-07-05  Paul Eggert  <eggert@twinsun.com>
39584         and Bruno Haible  <haible@clisp.cons.org>
39585
39586         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
39587
39588 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39589
39590         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
39591         to strerror_r.
39592         Include <ctype.h> for use of isalpha.
39593
39594 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39595
39596         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
39597         by allocating a larger buffer. Test the gethostname return value for
39598         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
39599         returns an error and ENAMETOOLONG isn't defined.
39600
39601 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
39602
39603         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
39604         dimension.
39605
39606 2000-07-04  Jim Meyering  <meyering@lucent.com>
39607
39608         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
39609         of the deprecated AC_CHECKING.
39610
39611 2000-07-04  Jim Meyering  <meyering@lucent.com>
39612
39613         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
39614         Reported by Bruno Haible.
39615
39616 2000-07-04  Jim Meyering  <meyering@lucent.com>
39617
39618         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
39619         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
39620         lacks mbrtowc.
39621
39622 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39623
39624         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
39625         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
39626
39627 2000-07-03  Paul Eggert  <eggert@twinsun.com>
39628         and Bruno Haible  <haible@clisp.cons.org>
39629
39630         * lib/quotearg.c (mbrtowc):
39631         Assign to *pwc, and return 1 only if result is nonzero.
39632         (iswprint): Use ISPRINT when substituting our own mbrtowc.
39633
39634 2000-07-03  Jim Meyering  <meyering@lucent.com>
39635
39636         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
39637
39638 2000-07-03  Jim Meyering  <meyering@lucent.com>
39639
39640         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
39641         This is necessary to get a definition of e.g., UTMP_FILE on
39642         HP-UX 10.20.
39643         From Bob Proulx.
39644
39645 2000-07-02  Jim Meyering  <meyering@lucent.com>
39646
39647         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
39648
39649         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
39650         AC_LIBOBJ(function_name).
39651         * m4/chown.m4: Likewise.
39652         * m4/fnmatch.m4: Likewise.
39653         * m4/ftruncate.m4: Likewise.
39654         * m4/getgroups.m4: Likewise.
39655         * m4/getline.m4: Likewise.
39656         * m4/group-member.m4: Likewise.
39657         * m4/jm-macros.m4: Likewise.
39658         * m4/lstat.m4: Likewise.
39659         * m4/malloc.m4: Likewise.
39660         * m4/memcmp.m4: Likewise.
39661         * m4/nanosleep.m4: Likewise.
39662         * m4/putenv.m4: Likewise.
39663         * m4/realloc.m4: Likewise.
39664         * m4/regex.m4: Likewise.
39665         * m4/stat.m4: Likewise.
39666         * m4/strftime.m4: Likewise.
39667
39668 2000-07-02  Jim Meyering  <meyering@lucent.com>
39669
39670         * lib/quotearg.c (mbstate_t): Don't define here.
39671
39672 2000-07-02  Jim Meyering  <meyering@lucent.com>
39673
39674         * lib/nanosleep.c (SIGCONT): Define if not already defined.
39675
39676 2000-07-01  Jim Meyering  <meyering@lucent.com>
39677
39678         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
39679
39680 2000-07-01  Jim Meyering  <meyering@lucent.com>
39681
39682         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
39683         problem.
39684
39685 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39686
39687         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
39688         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
39689
39690 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
39691
39692         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
39693         per change in ../m4/ls-mntd-fs.m4.
39694         (read_filesystem_list): Ignore symbolic links.
39695
39696 2000-06-29  Jim Meyering  <meyering@lucent.com>
39697
39698         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
39699         for declaration of strcmp.
39700
39701         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
39702
39703         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
39704         Avoid warning by casting result to `char *' to remove `const'.
39705
39706 2000-06-28  Jim Meyering  <meyering@lucent.com>
39707
39708         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
39709         included by quotearg.c, for which we perform this test.  From
39710         Bruno Haible.
39711
39712 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39713
39714         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
39715         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
39716         <utmpx.h> exists, put readutmp.o into LIBOBJS.
39717
39718 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
39719
39720         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
39721
39722 2000-06-26  Paul Eggert  <eggert@twinsun.com>
39723
39724         savedir now sets errno on failure and invokes xmalloc to get memory.
39725         Fix a couple of other minor bugs while we're at it.
39726
39727         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
39728         (NAMLEN): Remove macro.
39729         (malloc, realloc): Remove decls.
39730         (stpcpy): Likewise.
39731         ("xalloc.h"): Include.
39732         (NAME_SIZE_DEFAULT): New macro.
39733         (savedir): Use xmalloc / xrealloc to allocate memory.
39734         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
39735         Skip "" directory entries.
39736         Use strlen to calculate directory entry length, since the old method
39737         is rarely used these days and isn't worth supporting.
39738         Don't use a pointer after freeing it.
39739         Check for integer overflow when calculating allocation size.
39740         Use memcpy to copy entries, instead of stpcpy.
39741         Set errno properly when returning NULL.
39742         Check for readdir error.
39743
39744 2000-06-26  Jim Meyering  <meyering@lucent.com>
39745
39746         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
39747
39748 2000-06-25  Jim Meyering  <meyering@lucent.com>
39749
39750         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
39751         Linux header bug when _XOPEN_SOURCE is defined to 500.
39752
39753 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39754
39755         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
39756         deficiency.
39757
39758 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
39759
39760         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
39761         Include xalloc.h.
39762         Don't include <stdlib.h>.  Don't declare malloc, realloc.
39763
39764 2000-06-24  Jim Meyering  <meyering@lucent.com>
39765
39766         * m4/strerror_r.m4: Revive this file -- to try out an experimental
39767         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
39768         for which strerror does return char*, but which lacks a conveniently
39769         accessible declaration of the function.  If the compile-test says
39770         strerror_r doesn't work, then resort to a `run'-test that works on
39771         BeOS and segfaults on DEC Unix.
39772
39773 2000-06-24  Jim Meyering  <meyering@lucent.com>
39774
39775         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
39776
39777 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39778
39779         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
39780         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
39781
39782 2000-06-23  Paul Eggert  <eggert@twinsun.com>
39783
39784         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
39785         (mbrtowc, mbstate_t): Define substitutes if
39786         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
39787         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
39788         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
39789
39790 2000-06-23  Jim Meyering  <meyering@lucent.com>
39791
39792         * m4/afs.m4: Add missing AC_MSG_RESULT.
39793         Reported by Bruno Haible.
39794
39795         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
39796         Suggestion from Bruno Haible.
39797
39798 2000-06-23  Jim Meyering  <meyering@lucent.com>
39799
39800         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
39801
39802 2000-06-21  Jim Meyering  <meyering@lucent.com>
39803
39804         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
39805
39806 2000-06-21  Jim Meyering  <meyering@lucent.com>
39807
39808         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
39809         (noinst_HEADERS): Add getstr.h.
39810
39811         * lib/getline.c (getstr): Move into a separate file.
39812         * lib/getstr.c (getstr): New file, extracted from getline.c, with
39813         the following changes: new parameter, delim2; both delim[12]
39814         parameters have type `int', not `char'.  The latter would lose
39815         with 8-bit delimiters.
39816         * lib/getstr.h: New file.
39817
39818 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39819
39820         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
39821         than 1024, return a memory chunk of least possible size, instead
39822         of size PATH_MAX + 2. In the loop, increment the size proportionally.
39823         Use free/xmalloc instead of xrealloc to avoid copying for very long
39824         paths.
39825
39826 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39827
39828         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
39829         the empty string.
39830
39831 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
39832
39833         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
39834         address, not strdup.  Include <stdlib.h> and don't declare free().
39835
39836 2000-06-19  Jim Meyering  <meyering@lucent.com>
39837
39838         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
39839
39840 2000-06-18  Jim Meyering  <meyering@lucent.com>
39841
39842         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
39843
39844         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
39845         `checking whether...' message to be consistent with that of the
39846         lstat test.
39847
39848 2000-06-18  Jim Meyering  <meyering@lucent.com>
39849
39850         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
39851         Besides, these days every porting target provides a mkdir function.
39852
39853         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
39854         needed. (this snippet comes from src/system.h).
39855
39856 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
39857
39858         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
39859
39860 2000-06-15  Paul Eggert  <eggert@twinsun.com>
39861
39862         * lib/human.c (adjust_value): New function.
39863         (human_readable_inexact): Apply rounding style even when
39864         printing approximate values.
39865
39866 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39867
39868         * lib/human.c (human_readable_inexact): Allow an input block
39869         size that is not a multiple of the output block size, and vice versa.
39870         Reported by Piergiorgio Sartor.
39871
39872 2000-06-14  Paul Eggert  <eggert@twinsun.com>
39873
39874         * lib/getdate.y (get_date): Apply relative times after time
39875         zone indicator, not before.  Reported by Todd A. Jacobs.
39876
39877 2000-06-13  Jim Meyering  <meyering@lucent.com>
39878
39879         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
39880
39881         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
39882
39883 2000-06-12  Paul Eggert  <eggert@twinsun.com>
39884
39885         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
39886
39887 2000-06-12  Jim Meyering  <meyering@lucent.com>
39888
39889         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
39890         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
39891         optional argument.
39892         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
39893         the optional argument, `lib'.
39894
39895 2000-06-08  Jim Meyering  <meyering@lucent.com>
39896
39897         * m4/largefile.m4: Remove file (now that it's part of autoconf).
39898
39899 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39900
39901         Rewrite largefile configuration so that we don't need to run
39902         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
39903         AC_CANONICAL_HOST in configure.in -- jmm]
39904
39905         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
39906         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
39907         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
39908         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
39909         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
39910         All uses changed.
39911         Instead of inspecting the output of getconf, try to compile the
39912         test program without and with the macro definition.
39913         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
39914         for getconf.  Instead, check for the needed flags by compiling
39915         test programs.
39916
39917 2000-06-04  Paul Eggert  <eggert@twinsun.com>
39918
39919         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
39920
39921 2000-06-04  Jim Meyering  <meyering@lucent.com>
39922
39923         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
39924         SunOS 4.1.4 for which gid_t is an unsigned type.
39925
39926 2000-06-03  Jim Meyering  <meyering@lucent.com>
39927
39928         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
39929         now that autoconf requires that.
39930
39931         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
39932         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
39933         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
39934
39935 2000-06-03  Jim Meyering  <meyering@lucent.com>
39936
39937         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
39938
39939 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39940
39941         * m4/glibc21.m4: New file.
39942         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
39943
39944 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
39945
39946         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
39947         newer, don't install charset.alias.
39948         * lib/config.charset: Change the Linux/glibc rules so they become empty
39949         on glibc-2.1 or newer.
39950
39951 2000-06-02  Jim Meyering  <meyering@lucent.com>
39952
39953         * lib/mountlist.c: Back out last change.  Instead, do this...
39954         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
39955         me_dummy member using the same `ignore'-testing code.
39956         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
39957         fs_type strings.
39958         From Mark D. Roth.
39959
39960 2000-05-29  Jim Meyering  <meyering@lucent.com>
39961
39962         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
39963         mounts with the `ignore' attribute.  Based on a patch from
39964         Mark D. Roth.
39965
39966 2000-05-28  Jim Meyering  <meyering@lucent.com>
39967
39968         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
39969         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39970         * m4/stat.m4: Likewise.
39971         * m4/lstat.m4: Likewise.
39972         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
39973
39974         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
39975         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
39976
39977 2000-05-26  Jim Meyering  <meyering@lucent.com>
39978
39979         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
39980
39981 2000-05-24  Jim Meyering  <meyering@lucent.com>
39982
39983         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
39984         autoconf requires that.
39985         * m4/lib-check.m4: Likewise.
39986         * m4/jm-macros.m4: Likewise.
39987         * m4/strftime.m4: Likewise.
39988
39989         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
39990         AC_CHECK_DECLS, now that autoconf requires that.
39991
39992 2000-05-22  Jim Meyering  <meyering@lucent.com>
39993
39994         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39995         * m4/lstat.m4: Likewise.
39996
39997 2000-05-22  Jim Meyering  <meyering@lucent.com>
39998
39999         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
40000
40001 2000-05-20  Jim Meyering  <meyering@lucent.com>
40002
40003         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
40004         (jm_PREREQ): Use it.
40005
40006 2000-05-18  Jim Meyering  <meyering@lucent.com>
40007
40008         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
40009         back, too, since it may have been modified by allocate_entry.
40010         (hash_delete): Rewrite to use neither the assignment operator
40011         nor the comma operator in an if-expression.
40012
40013 2000-05-15  Paul Eggert  <eggert@twinsun.com>
40014
40015         * lib/closeout.c:
40016         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
40017         Remove; no longer needed.
40018         "quotearg.h": Add include.
40019         (file_name): Do not bother to explicitly initialize to NULL; it's less
40020         efficient on some hosts.
40021         (close_stdout_status): Remove test as to whether stdout was already
40022         closed; it breaks for the case "echo x | sort >&-".
40023         Quote file name colons.
40024         Do not assume that _("write error") lacks format strings.
40025
40026 2000-05-15  Jim Meyering  <meyering@lucent.com>
40027
40028         * lib/version-etc.c (version_etc_copyright): Update the copyright
40029         string used in all --version output.
40030
40031 2000-05-14  Jim Meyering  <meyering@lucent.com>
40032
40033         * lib/closeout.c (close_stdout_set_file_name): New function.
40034         (close_stdout_status): Use new file-scoped global.
40035         Return right away if fstat says the stdout file descriptor is invalid.
40036         * lib/closeout.h (close_stdout_set_file_name): Declare.
40037
40038 2000-05-10  Jim Meyering  <meyering@lucent.com>
40039
40040         * lib/closeout.c [default_exit_status]: New file-scoped variable.
40041         (close_stdout_set_status): New function.
40042         * lib/closeout.h (close_stdout_set_status): Declare.
40043
40044 2000-05-09  Jim Meyering  <meyering@lucent.com>
40045
40046         * m4/gettext.m4: Rename this...
40047         * m4/libintl.m4: ...to this.
40048
40049 2000-05-08  Jim Meyering  <meyering@lucent.com>
40050
40051         * lib/long-options.c: Don't include closeout.h.
40052         (parse_long_options): Don't call close_stdout for --version.
40053
40054 2000-05-06  Paul Eggert  <eggert@twinsun.com>
40055
40056         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
40057         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
40058         2.1.3 bug.  This avoids a clash when files like regex.c define
40059         _GNU_SOURCE.
40060
40061 2000-05-06  Jim Meyering  <meyering@lucent.com>
40062
40063         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
40064         (AC_REPLACE_FUNCS): Add strnlen.
40065
40066         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
40067         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
40068
40069         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
40070         AC_SEARCH_LIBS call for nanosleep.
40071         (LIB_NANOSLEEP): Set and AC_SUBST.
40072
40073 2000-05-06  Jim Meyering  <meyering@lucent.com>
40074
40075         * lib/strnlen.c: Undefine __strnlen and strnlen.
40076         [!weak_alias]: Define __strnlen to strnlen.
40077
40078         * lib/atexit.c: New file, from libiberty.
40079
40080 2000-05-06  Jim Meyering  <meyering@lucent.com>
40081
40082         * lib/closeout.c (close_stdout_status): Also check for errors on the
40083         stderr stream.
40084
40085 2000-05-05  Jim Meyering  <meyering@lucent.com>
40086
40087         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
40088         AC_SEARCH_LIBS call for clock_gettime.
40089         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
40090
40091         * m4/search-libs.m4: Update from autoconf.
40092
40093         su doesn't work on Solaris 2.6.
40094         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
40095         <shadow.h>.  Reported by Dragos Harabor.
40096
40097 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
40098
40099         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
40100         memcpy instead of xmalloc, xrealloc, path_concat.
40101         (locale_charset): Treat empty environment variables as absent.
40102         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
40103
40104 2000-05-04  Jim Meyering  <meyering@lucent.com>
40105
40106         * lib/getopt.c: Update from glibc.
40107         * lib/obstack.c: Likewise.
40108         * lib/obstack.h: Likewise.
40109         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
40110         file
40111
40112         * lib/regex.h: Likewise.
40113         * lib/strndup.c: Likewise.
40114         * lib/strnlen.c: New file, from glibc.
40115
40116 2000-05-03  Jim Meyering  <meyering@lucent.com>
40117
40118         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
40119
40120 2000-05-02  Paul Eggert  <eggert@twinsun.com>
40121
40122         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
40123         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
40124         compile-time test, rather than inspecting host and OS, to
40125         decide whether to define _LARGEFILE_SOURCE.
40126
40127 2000-05-01  Jim Meyering  <meyering@lucent.com>
40128
40129         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
40130
40131         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
40132         Based on a patch from Bruno Haible.
40133
40134 2000-05-01  Jim Meyering  <meyering@lucent.com>
40135
40136         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
40137
40138 2000-04-29  Jim Meyering  <meyering@lucent.com>
40139
40140         * lib/path-concat.c: Declare strdup only if it's not defined.
40141         * lib/canon-host.c: Likewise.
40142
40143 2000-04-28  Jim Meyering  <meyering@lucent.com>
40144
40145         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
40146         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
40147         is included first, then limits.h is included by locale.h by libintl.h.
40148         From John David Anglin.
40149
40150 2000-04-25  Jim Meyering  <meyering@lucent.com>
40151
40152         * lib/makepath.c (S_IRWXUGO): Define.
40153         (make_path): Always perform explicit chmod if MODE specifies any
40154         of the `special' permission bits.  Prompted by a bug report against
40155         install from Mate Wierdl and Joost van Baal.
40156
40157 2000-04-18  Jim Meyering  <meyering@lucent.com>
40158
40159         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
40160         (jm_PREREQ): Use it.
40161
40162 2000-04-18  Jim Meyering  <meyering@lucent.com>
40163
40164         * lib/README: New file.
40165
40166         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
40167         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
40168
40169 2000-04-17  Jim Meyering  <meyering@lucent.com>
40170
40171         Get it right :-)
40172         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
40173         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
40174         Suggestion from Akim Demaille.
40175
40176 2000-04-17  Jim Meyering  <meyering@lucent.com>
40177
40178         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
40179         the definition of it to rpl_strftime also defined-away the system's
40180         declaration.
40181
40182 2000-04-15  Jim Meyering  <meyering@lucent.com>
40183
40184         Use `C' to denote so-called `contiguous' files, the same way
40185         that tar does.
40186         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
40187         (ftypelet): Use S_ISCTG.
40188         From Michael Deutschmann.
40189
40190 2000-04-14  Jim Meyering  <meyering@lucent.com>
40191
40192         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
40193         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
40194         clobbered.
40195
40196 2000-04-14  Jim Meyering  <meyering@lucent.com>
40197
40198         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
40199
40200 2000-04-13  Jim Meyering  <meyering@lucent.com>
40201
40202         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
40203         AH_VERBATIM to insert required #ifndef into config.h.in.
40204         Suggestion from Akim Demaille.
40205
40206 2000-04-12  Jim Meyering  <meyering@lucent.com>
40207
40208         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
40209         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
40210         Christian Krackowizer.
40211
40212         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
40213         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
40214         (AC_SYS_LARGEFILE): Require.
40215         (AM_C_PROTOTYPES): Require.
40216
40217 2000-04-08  Jim Meyering  <meyering@lucent.com>
40218
40219         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
40220         names don't conflict.  Reported by Eli Zaretskii.
40221
40222 2000-04-07  Jim Meyering  <meyering@lucent.com>
40223
40224         * lib/putenv.c: Move inclusion of errno.h so it follows that of
40225         sys/types.h, to work around system header problems on AIX 3.2.5.
40226         From Bruno Haible.
40227
40228 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
40229
40230         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
40231         bug.  Deal with the different error behavior of Irix iconv.
40232
40233 2000-04-05  Paul Eggert  <eggert@twinsun.com>
40234
40235         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
40236         IRIX if the installer said otherwise.
40237
40238 2000-04-05  Jim Meyering  <meyering@lucent.com>
40239
40240         Portability tweaks required for ultrix4.3.
40241         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
40242         (jm_CHECK_DECLS): Add getutent to the list of functions.
40243         (_jm_DECL_HEADERS): Add utmpx.h.
40244         From John David Anglin.
40245
40246         * m4/strftime.m4: Back out the 2000-04-02 change.
40247         Instead of that change, simply undefine putenv in the test program.
40248
40249 2000-04-05  Jim Meyering  <meyering@lucent.com>
40250
40251         Portability tweaks required for ultrix4.3.
40252         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
40253         getutent.
40254         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
40255         * lib/canon-host.c: Declare strdup.
40256         * lib/path-concat.c: Likewise.
40257         From John David Anglin.
40258
40259 2000-04-04  Jim Meyering  <meyering@lucent.com>
40260
40261         Be more DOS 8.3-friendly.
40262         * lib/ref-add.sin: Renamed from ref-add.sed.in.
40263         * lib/ref-del.sin: Renamed from ref-del.sed.in.
40264         * lib/Makefile.am: Reflect renaming.
40265         Reported by Eli Zaretskii.
40266
40267         Use a temporary file name that won't clash with `charset.alias'
40268         in the DOS 8.3 name space.
40269         * lib/Makefile.am (charset_tmp): Define.
40270         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
40271         (uninstall-local): Likewise.
40272         Reported by Eli Zaretskii.
40273
40274 2000-04-03  Jim Meyering  <meyering@lucent.com>
40275
40276         * m4/gettext.m4: Fix typo in comment.
40277
40278         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
40279         textutils/configure.in).  Suggestion from Paul Eggert.
40280         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
40281
40282 2000-04-02  Paul Eggert  <eggert@twinsun.com>
40283
40284         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
40285         variable in the shell rather than using putenv, which isn't
40286         portable.  This avoids the configure-time inter-test dependency
40287         on the potentially-renamed putenv function.
40288
40289 2000-03-30  Paul Eggert  <eggert@twinsun.com>
40290
40291         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
40292         before checking struct stat.st_blksize, so that
40293         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
40294
40295 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40296
40297         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
40298         since strftime.c uses HAVE_STRFTIME to decide whether to use
40299         the underlying strftime.
40300
40301 2000-03-29  Paul Eggert  <eggert@twinsun.com>
40302
40303         * lib/time/strftime.c (my_strftime): Make sure we call the system
40304         strftime, not ourselves, when invoking the underlying strftime.
40305
40306 2000-03-24  Jim Meyering  <meyering@lucent.com>
40307
40308         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
40309         (charset_alias): Define.
40310         (install-exec-local): Factor out common code.
40311         (uninstall-local): Split lines longer than 80.
40312         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
40313         (SUFFIXES): Define.
40314         (.sed.in.sed): New rule.  Don't redirect directly to $@.
40315         (CLEANFILES): Add ref-add.sed and ref-del.sed.
40316
40317 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
40318
40319         * lib/config.charset: Output a line containing "Packages using this
40320         file".
40321         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
40322         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
40323         ref-del.sed): New rules.
40324
40325 2000-03-17  Jim Meyering  <meyering@lucent.com>
40326
40327         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
40328         Otherwise, include <strings.h>
40329
40330 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
40331
40332         * lib/unicodeio.c (utf8_wctomb): New function.
40333         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
40334         format instead of in UCS-4 with platform dependent endianness.
40335
40336 2000-03-10  Jim Meyering  <meyering@lucent.com>
40337
40338         * m4/lib-check.m4: Look for getspnam in -lgen, too.
40339         From Marco Franzen.
40340
40341 2000-03-07  Paul Eggert  <eggert@twinsun.com>
40342
40343         * lib/savedir.c (savedir): Work even if directory size is
40344         negative; this can happen with some screwy NFS configurations.
40345
40346 2000-03-06  Jim Meyering  <meyering@lucent.com>
40347
40348         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
40349         if it's NULL (because we ran out of memory).  From Bruno Haible.
40350
40351 2000-03-05  Jim Meyering  <meyering@lucent.com>
40352
40353         * lib/localcharset.c ("path-concat.h"): Include.
40354         (get_charset_aliases): Use path_concat instead of ANSI string
40355         concatenation.
40356
40357         * lib/unicodeio.h (PARAMS): Define.
40358         Use it to guard prototype.
40359
40360 2000-03-04  Jim Meyering  <meyering@lucent.com>
40361
40362         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
40363         for lib/localcharset.c.
40364
40365 2000-03-04  Jim Meyering  <meyering@lucent.com>
40366
40367         * lib/Makefile.am (install-exec-local): Create $(libdir) before
40368         installing into it.
40369         (uninstall-local): Uncomment this rule so `make distcheck' works
40370         once again.
40371
40372         * lib/unicodeio.c (<errno.h>): Include it.
40373         (errno): Declare if not defined.
40374
40375         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
40376
40377         * lib/config.charset: New version, incorporating remarks from a linux
40378         i18n mailing list.  From Bruno Haible.
40379
40380 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
40381
40382         * m4/codeset.m4: New file.
40383         * m4/iconv.m4: New file.
40384         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
40385
40386 2000-03-03  Jim Meyering  <meyering@lucent.com>
40387
40388         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
40389
40390 2000-03-02  Jim Meyering  <meyering@lucent.com>
40391
40392         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
40393         the messages come out on separate lines.
40394
40395         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
40396         rather than jm_CHECK_DECLARATIONS.
40397         * m4/decl.m4: Remove now-unused file.
40398
40399         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
40400         geteuid.
40401
40402 2000-03-02  Jim Meyering  <meyering@lucent.com>
40403
40404         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
40405
40406 2000-03-01  Jim Meyering  <meyering@lucent.com>
40407
40408         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
40409         * lib/unicodeio.c: Likewise.
40410
40411 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
40412
40413         * lib/config.charset: New file.
40414         * lib/localcharset.c: New file.
40415         * lib/unicodeio.h, lib/unicodeio.c: New files.
40416         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
40417         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
40418         (noinst_HEADERS): Add unicodeio.h.
40419         (all-local, install-exec-local, charset.alias): New targets.
40420
40421 2000-02-28  Paul Eggert  <eggert@twinsun.com>
40422
40423         * lib/quotearg.c (ALERT_CHAR): New macro.
40424         (quotearg_buffer_restyled): Use it.
40425
40426 2000-02-27  Jim Meyering  <meyering@lucent.com>
40427
40428         * m4/check-decl.m4: Add getenv to the list.
40429
40430 2000-02-27  Jim Meyering  <meyering@lucent.com>
40431
40432         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
40433         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
40434
40435         * lib/backupfile.c: Guard inclusion of stdlib.h with
40436         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
40437         Declare malloc if needed.
40438
40439         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
40440         `#ifndef HAVE_DECL..'
40441         now that autoconf always defines the HAVE_DECL_ symbols.
40442         * lib/human.c: Likewise.
40443         * lib/same.c: Likewise.
40444         * lib/strtoumax.c: Likewise.
40445
40446         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
40447         declaration check was not run.
40448         * lib/hash.c: Likewise.
40449         * lib/human.c: Likewise.
40450         * lib/same.c: Likewise.
40451         * lib/strtoumax.c: Likewise.
40452
40453         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
40454         `.', then first look up the entire `.'-containing string as a login
40455         name.
40456
40457 2000-02-23  Jim Meyering  <meyering@lucent.com>
40458
40459         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
40460         in place of my hack.
40461
40462 2000-02-18  Paul Eggert  <eggert@twinsun.com>
40463
40464         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
40465         (textint): New typedef.
40466         (parser_control): Member year changed from int to textint.
40467         All uses changed.
40468         (YYSTYPE): Removed; replaced by %union with int and textint members.
40469         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
40470         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
40471         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
40472         (tSNUMBER, tUNUMBER): Now of type <textintval>.
40473         (date, number, to_year): Use width of number in digits, not its value,
40474         to determine whether it's a 2-digit year, or a 2-digit time.
40475         (yylex): Store number of digits of numeric tokens.
40476         Reported by John Kendall.
40477
40478         (parser_control): Changed from struct parser_control to typedef (for
40479         consistency).  All uses changed.
40480
40481         (tID): Removed; not used.
40482         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
40483
40484 2000-02-14  Paul Eggert  <eggert@twinsun.com>
40485
40486         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
40487         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
40488
40489 2000-02-12  Jim Meyering  <meyering@lucent.com>
40490
40491         * lib/userspec.c (ISDIGIT): Define it.
40492         (isdigit): Remove definition.
40493         (is_number): Use ISDIGIT, not isdigit.
40494         <libintl.h>: Include.
40495         (_ and N_): Define.
40496         (parse_user_spec): Mark translatable strings.
40497
40498 2000-02-10  Jim Meyering  <meyering@lucent.com>
40499
40500         With these changes, nanosleep.[ch] are finally enough like the other
40501         lib/* replacement files to compile on a few more losing systems.
40502
40503         * lib/nanosleep.h: Don't include config.h.
40504         Remove prototype from declaration of nanosleep.
40505         (PARAMS): Remove now-unneeded definition.
40506         * lib/nanosleep.c: #undef nanosleep.
40507         (rpl_nanosleep): Rename from nanosleep.
40508
40509 2000-02-10  Jim Meyering  <meyering@lucent.com>
40510
40511         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
40512         gnu_nanosleep to rpl_nanosleep.
40513
40514 2000-02-09  Jim Meyering  <meyering@lucent.com>
40515
40516         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
40517         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
40518
40519 2000-02-08  Akim Demaille  <akim@epita.fr>
40520
40521         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
40522         `[' and `]' and remove uses of `changequote'.
40523         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
40524         (AC_SYS_LARGEFILE): Likewise.
40525         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
40526         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
40527         of changequote.
40528         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
40529         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
40530         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
40531         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
40532
40533 2000-02-05  Jim Meyering  <meyering@lucent.com>
40534
40535         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
40536         Remove explicit use of AC_HEADER_TIME.  It is required by
40537         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
40538         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
40539         in autoconf whereby the expansion of the latter ended up preceding
40540         the expansion of its prerequisite, AC_HEADER_TIME.
40541         Reported by Volker Borchert.
40542
40543 2000-02-03  Jim Meyering  <meyering@lucent.com>
40544
40545         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
40546
40547 2000-02-03  Jim Meyering  <meyering@lucent.com>
40548
40549         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
40550         rather than with `#if HAVE_UTMPNAME'.
40551
40552 2000-02-02  Jim Meyering  <meyering@lucent.com>
40553
40554         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
40555         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
40556         Reported by Eli Zaretskii.
40557
40558 2000-02-01  Jim Meyering  <meyering@lucent.com>
40559
40560         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
40561
40562 2000-01-31  Jim Meyering  <meyering@lucent.com>
40563
40564         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
40565         functions.  Add the time.h and sys/time.h headers along with the
40566         AC_REQUIRE'ment of AC_HEADER_TIME.
40567
40568 2000-01-31  Jim Meyering  <meyering@lucent.com>
40569
40570         * lib/nanosleep.h (nanosleep): Guard declaration with
40571         `#if ! HAVE_DECL_NANOSLEEP'.
40572         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
40573         the declaration in that vendor's sys/timers.h.
40574         Reported by Christian Krackowizer.
40575
40576         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
40577         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
40578         (ISPRINT): Likewise.
40579         Reported by Tom Tromey.
40580
40581 2000-01-30  Jim Meyering  <meyering@lucent.com>
40582
40583         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
40584
40585         * m4/prereq.m4 (utmp_includes): Define.
40586         Check for ut_user and ut_name members in both struct utmpx
40587         and struct utmp.
40588
40589 2000-01-30  Jim Meyering  <meyering@lucent.com>
40590
40591         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
40592         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
40593         header files where only utmpx.ut_user is declared.
40594
40595         * lib/readutmp.h (UT_USER): Define.
40596
40597 2000-01-29  Jim Meyering  <meyering@lucent.com>
40598
40599         * m4/lib-check.m4: New file containing library-related checks from
40600         fileutils and sh-utils (textutils had none).
40601
40602 2000-01-28  Jim Meyering  <meyering@lucent.com>
40603
40604         * m4/perl.m4: Change format of warning message to look more like that
40605         from the missing script.  Suggestion from François Pinard.
40606
40607 2000-01-25  Jim Meyering  <meyering@lucent.com>
40608
40609         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
40610         well as time.h in the compile check.
40611         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
40612         Fix typo in cross-compiling case: s/yes/no/.
40613
40614 2000-01-23  Jim Meyering  <meyering@lucent.com>
40615
40616         * m4/jm-macros.m4: Move df-related tests here from
40617         fileutils/configure.in
40618
40619         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
40620         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
40621
40622         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
40623         s/space/ac_fsusage_space/.
40624         (jm_FILE_SYSTEM_USAGE): Take two parameters.
40625
40626         * m4/ftruncate.m4: New file (derived from part of
40627         fileutils/configure.in).
40628         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
40629         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
40630
40631         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
40632         AC_SUBST these here, rather than just in sh-util/configure.in, so
40633         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
40634         all the same.
40635         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
40636         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
40637         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
40638         (AC_SUBST(POW_LIBM)): Likewise.
40639         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
40640
40641 2000-01-23  Jim Meyering  <meyering@lucent.com>
40642
40643         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
40644         obstack.c.
40645
40646 2000-01-22  Jim Meyering  <meyering@lucent.com>
40647
40648         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
40649
40650         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
40651
40652         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
40653         configure.in
40654         (AC_CHECK_HEADERS): Likewise for sh-utils.
40655         (AC_CHECK_HEADERS): Likewise for textutils.
40656         Merge the three lists of headers.
40657
40658         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
40659         from fileutils' configure.in.
40660
40661         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
40662         code. Moved tests into their own function (_jm_DECL_HEADERS) in
40663         check-decl.m4.
40664
40665         * m4/check-decl.m4: Use #if rather than #ifdef.
40666         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
40667         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
40668         (_jm_DECL_HEADERS): Define new function.
40669         (jm_CHECK_DECLARATIONS): Require it.
40670
40671 2000-01-22  Jim Meyering  <meyering@lucent.com>
40672
40673         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
40674         [! HAVE_DECL_STRTOULL]: Declare strtoull.
40675         Required for some AIX systems.  Reported by Christian Krackowizer.
40676         [TESTING] (main): New function.
40677
40678         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
40679         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
40680         letters.
40681
40682         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
40683         iswprint.
40684
40685         * lib/strverscmp.c (ISDIGIT): Define.
40686         (strverscmp): Use ISDIGIT, not isdigit.
40687
40688 2000-01-19  Jim Meyering  <meyering@lucent.com>
40689
40690         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
40691         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
40692         defines `struct timespec' in <sys/time.h>
40693
40694         * m4/c-bs-a.m4: Remove uses of changequote altogether.
40695         Thanks to Akim for explaining.
40696
40697 2000-01-17  Paul Eggert  <eggert@twinsun.com>
40698
40699         * lib/nanosleep.c (nanosleep):
40700         Don't use SA_INTERRUPT to decide whether to call sigaction, as
40701         POSIX.1 doesn't require SA_INTERRUPT and some systems
40702         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
40703         it's been part of POSIX.1 since day 1 (in 1988).
40704
40705 2000-01-17  Jim Meyering  <meyering@lucent.com>
40706
40707         * lib/interlock: Remove unused file.  Reported by François Pinard.
40708
40709 2000-01-16  Paul Eggert  <eggert@twinsun.com>
40710
40711         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
40712         alert, backslash, formfeed, and vertical tab unnecessarily in
40713         shell quoting style.
40714
40715 2000-01-16  Jim Meyering  <meyering@lucent.com>
40716
40717         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
40718         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
40719         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
40720         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
40721
40722 2000-01-16  Jim Meyering  <meyering@lucent.com>
40723
40724         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
40725         because the latter didn't work.
40726
40727 2000-01-15  Jim Meyering  <meyering@lucent.com>
40728
40729         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
40730         (AC_REPLACE_FUNCS): Add memcpy and memset.
40731         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
40732         Add strpbrk.
40733         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
40734
40735 2000-01-12  Jim Meyering  <meyering@lucent.com>
40736
40737         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
40738         (jm_PREREQ): Use it.
40739         (jm_PREREQ_READUTMP): New macro.
40740         (jm_PREREQ): Use it.
40741
40742 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40743
40744         Quote multibyte characters correctly.
40745         * m4/c-bs-a.m4: New file.
40746         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
40747         (jm_PREREQ): Use it.
40748
40749 2000-01-11  Paul Eggert  <eggert@twinsun.com>
40750
40751         * m4/uintmax_t.m4: Port to autoconf 2.13.
40752
40753 2000-01-08  Jim Meyering  <meyering@ascend.com>
40754
40755         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
40756         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
40757
40758 2000-01-04  Jim Meyering  <meyering@ascend.com>
40759
40760         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
40761         jm_STRUCT_DIRENT_D_TYPE.
40762         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
40763         jm_STRUCT_DIRENT_D_INO.
40764         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
40765         jm_STRUCT_UTIMBUF.
40766         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
40767         renamings.
40768         * m4/utime.m4: Likewise.
40769
40770         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
40771         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
40772
40773 2000-01-03  Paul Eggert  <eggert@twinsun.com>
40774
40775         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
40776         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
40777
40778 2000-01-02  Jim Meyering  <meyering@ascend.com>
40779
40780         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
40781         remember if this is necessary.
40782
40783 1999-12-26  Jim Meyering  <meyering@ascend.com>
40784
40785         * m4/jm-macros.m4: Use it here.
40786         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
40787
40788 1999-12-23  Jim Meyering  <meyering@ascend.com>
40789
40790         * m4/jm-macros.m4: Check for clock_gettime (moved from
40791         fileutils/configure.in)
40792         Check for gettimeofday.
40793
40794 1999-12-20  Jim Meyering  <meyering@ascend.com>
40795
40796         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
40797         autoconf-2.14a-1999-12-20.
40798
40799 1999-12-19  Jim Meyering  <meyering@ascend.com>
40800
40801         * m4/lstat-slash.m4: New file.
40802         * m4/jm-macros.m4: Use the new macro:
40803         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40804
40805 1999-12-07  Jim Meyering  <meyering@ascend.com>
40806
40807         * m4/perl.m4: Require that File::Compare be available, too.
40808         Too many systems seem to lack it.
40809
40810         * m4/strftime.m4: Add checks for most of the cpp macros tested in
40811         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
40812
40813 1999-11-18  Paul Eggert  <eggert@twinsun.com>
40814
40815         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
40816         problem with the QNX 4.25 shell, which doesn't propagate exit
40817         status of failed commands inside shell assignments.
40818
40819 1999-11-17  Jim Meyering  <meyering@ascend.com>
40820
40821         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
40822
40823 1999-11-07  Jim Meyering  <meyering@ascend.com>
40824
40825         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
40826
40827 1999-11-06  Jim Meyering  <meyering@ascend.com>
40828
40829         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
40830         * m4/jm-macros.m4 (jm_MACROS): Use it here.
40831
40832 1999-11-05  Jim Meyering  <meyering@ascend.com>
40833
40834         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
40835         configure.in of textutils, fileutils, and sh-utils into this one
40836         (shared between those packages) file.
40837         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
40838         AC_STRUCT_ST_BLKSIZE.
40839
40840 1999-11-03  Jim Meyering  <meyering@ascend.com>
40841
40842         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
40843         of AC_CHECK_TYPE checks includes unistd.h.
40844         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
40845         Suggestion from Akim Demaille.
40846
40847 1999-10-30  Jim Meyering  <meyering@ascend.com>
40848
40849         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
40850         m4-quoted string.
40851         * m4/ls-mntd-fs.m4: Likewise.
40852         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
40853         * m4/jm-winsz1.m4: Likewise.
40854
40855         * m4/const.m4: Remove file, since the fix made it into the experimental
40856         version of autoconf.
40857         * m4/mktime.m4: Likewise.
40858
40859         * m4/check-type.m4: Remove file, now that the latest version of
40860         AC_CHECK_TYPE takes a third arg to specify additional #includes.
40861
40862         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
40863         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
40864         AC_CHECK_TYPE.
40865
40866 1999-10-04  Jim Meyering  <meyering@ascend.com>
40867
40868         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
40869
40870 1999-09-22  Paul Eggert  <eggert@twinsun.com>
40871
40872         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
40873         2.95.1 bug with HP-UX 10.20.
40874
40875 1999-09-17  Jim Meyering  <meyering@ascend.com>
40876
40877         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
40878         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
40879         due to missing strdup (against sh-utils-2.0).
40880
40881 1999-08-29  Jim Meyering  <meyering@ascend.com>
40882
40883         * m4/jm-macros.m4: Require jm_BISON.
40884         * m4/bison.m4: New file.
40885
40886 1999-08-17  Paul Eggert  <eggert@twinsun.com>
40887
40888         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
40889         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
40890
40891 1999-08-05  Jim Meyering  <meyering@ascend.com>
40892
40893         * m4/getline.m4: Rename test file from conftestdata to conftest.data
40894         to avoid conflicts with `conftest' on 8+3 filesystems.
40895         Suggestion from Eli Zaretskii.
40896
40897 1999-08-04  Jim Meyering  <meyering@ascend.com>
40898
40899         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
40900         fileutils and sh-utils (textutils's getline test was inadequate).
40901         (AM_FUNC_GETLINE): Run this test.
40902         (AC_CHECK_FUNCS): Check for getdelim.
40903         Reported by Bob Proulx.
40904
40905 1999-08-02  Jim Meyering  <meyering@ascend.com>
40906
40907         * m4/jm-macros.m4: Add a comment.
40908
40909 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40910
40911         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
40912         <inttypes.h> defines strtoumax as a macro (and not as a
40913         function).
40914
40915 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40916
40917         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
40918         that we can shift, multiply and divide unsigned long long
40919         values; Ultrix cc can't do it.
40920
40921 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40922
40923         * m4/mktime.m4: New file, which is a preview of what should appear
40924         in the next public autoconf release.
40925
40926 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40927
40928         * m4/lfs.m4: Remove this file.
40929         * m4/largefile.m4: New file.  It contains the old contents of
40930         lfs.m4, except that all names with prefix AC_LFS have been
40931         changed to use the prefix AC_SYS_LARGEFILE instead, to be
40932         compatible with future autoconf versions.  Also, some minor m4
40933         quoting problems have been fixed.
40934
40935 1999-08-01  Paul Eggert  <eggert@twinsun.com>
40936
40937         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
40938         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
40939         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
40940         and simplify the shell code.
40941
40942 1999-08-01  Jim Meyering  <meyering@ascend.com>
40943
40944         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
40945         m4.
40946
40947 1999-07-20  Jim Meyering  <meyering@ascend.com>
40948
40949         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
40950
40951 1999-07-15  Jim Meyering  <meyering@ascend.com>
40952
40953         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
40954
40955 1999-05-22  Jim Meyering  <meyering@ascend.com>
40956
40957         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
40958
40959 1999-05-20  Jim Meyering  <meyering@ascend.com>
40960
40961         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
40962         Add a colon after each `then' in case $4 is empty.
40963
40964 1999-05-16  Jim Meyering  <meyering@ascend.com>
40965
40966         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
40967
40968 1999-05-10  Jim Meyering  <meyering@ascend.com>
40969
40970         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
40971
40972         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
40973         AC_FUNC_MKTIME.
40974
40975 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
40976
40977         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
40978
40979 1999-05-04  Paul Eggert  <eggert@twinsun.com>
40980
40981         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
40982         not CPPFLAGS, so that linking works correctly in IRIX.
40983
40984 1999-04-30  Paul Eggert  <eggert@twinsun.com>
40985
40986         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
40987
40988 1999-04-20  Paul Eggert  <eggert@twinsun.com>
40989
40990         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
40991         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
40992         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
40993         jm_AC_TYPE_UNSIGNED_LONG_LONG.
40994         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
40995
40996         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
40997
40998 1999-04-20  Jim Meyering  <meyering@ascend.com>
40999
41000         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
41001         AC_REPLACE xstroull if necessary.  From Paul Eggert.
41002         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
41003
41004 1999-04-18  Jim Meyering  <meyering@ascend.com>
41005
41006         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
41007         * m4/jm-macros.m4: Use it.
41008
41009 1999-04-06  Jim Meyering  <meyering@ascend.com>
41010
41011         * m4/strftime.m4: Remove test for %f.
41012
41013 1999-03-29  Jim Meyering  <meyering@ascend.com>
41014
41015         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
41016         superset of the AC_TYPE_* checks in the textutils, fileutils,
41017         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
41018         AC_TYPE_PID_T.
41019
41020 1999-03-28  Jim Meyering  <meyering@ascend.com>
41021
41022         * m4/jm-macros.m4: Define GNU_PACKAGE here.
41023         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
41024         replaced e.g., in the *.sh files of the sh-utils.
41025
41026 1999-03-20  Jim Meyering  <meyering@ascend.com>
41027
41028         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
41029         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
41030         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
41031
41032 1999-03-19  Jim Meyering  <meyering@ascend.com>
41033
41034         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
41035
41036 1999-03-12  Jim Meyering  <meyering@ascend.com>
41037
41038         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
41039
41040 1999-03-07  Jim Meyering  <meyering@ascend.com>
41041
41042         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
41043         declared.
41044
41045 1999-02-17  Jim Meyering  <meyering@ascend.com>
41046
41047         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
41048         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
41049
41050 1999-02-07  Jim Meyering  <meyering@ascend.com>
41051
41052         * m4/group-member.m4: New file -- extracted from sh-utils'
41053         configure.in.
41054
41055         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
41056         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
41057
41058 1999-02-06  Jim Meyering  <meyering@ascend.com>
41059
41060         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
41061         * m4/fnmatch.m4: Likewise.
41062         * m4/getgroups.m4: Likewise.
41063         * m4/lstat.m4: Likewise.
41064         * m4/malloc.m4: Likewise.
41065         * m4/putenv.m4: Likewise.
41066         * m4/realloc.m4: Likewise.
41067         * m4/regex.m4: Likewise.
41068         * m4/stat.m4: Likewise.
41069         * m4/strftime.m4: Likewise.
41070         Suggestion from Alain Magloire.
41071
41072         * m4/chown.m4: Use `.$ac_objext', not `.o'.
41073         * m4/fnmatch.m4: Likewise.
41074         * m4/getgroups.m4: Likewise.
41075         * m4/getline.m4: Likewise.
41076         * m4/lstat.m4: Likewise.
41077         * m4/malloc.m4: Likewise.
41078         * m4/memcmp.m4: Likewise.
41079         * m4/putenv.m4: Likewise.
41080         * m4/realloc.m4: Likewise.
41081         * m4/regex.m4: Likewise.
41082         * m4/stat.m4: Likewise.
41083         * m4/strftime.m4: Likewise.
41084         Suggestion from Alain Magloire.
41085
41086         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
41087         an argument.
41088
41089         * m4/regex.m4: Add a run-time Test for proper operation of
41090         re_compile_pattern.
41091
41092 1999-01-31  Jim Meyering  <meyering@ascend.com>
41093
41094         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
41095
41096 1999-01-30  Jim Meyering  <meyering@ascend.com>
41097
41098         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
41099
41100         * m4/jm-mktime.m4: Make this a wrapper around the official
41101         AM_FUNC_MKTIME rather than my private copy, now that the official one
41102         is up to date.
41103         * m4/mktime.m4: Remove file.
41104
41105         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
41106         * m4/uptime.m4: Likewise.
41107         * m4/uintmax_t.m4: Likewise.
41108
41109 1999-01-28  Jim Meyering  <meyering@ascend.com>
41110
41111         * m4/jm-macros.m4: Use jm_AFS.
41112         * m4/afs.m4: New file (from fileutils' configure.in).
41113
41114         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
41115         * m4/chown.m4: Likewise.
41116         * m4/d-ino.m4: Likewise.
41117         * m4/d-type.m4: Likewise.
41118         * m4/fnmatch.m4: Likewise.
41119         * m4/getgroups.m4: Likewise.
41120         * m4/gettext.m4: Likewise.
41121         * m4/jm-mktime.m4: Likewise.
41122         * m4/jm-winsz2.m4: Likewise.
41123         * m4/lcmessage.m4: Likewise.
41124         * m4/ls-mntd-fs.m4: Likewise.
41125         * m4/malloc.m4: Likewise.
41126         * m4/memcmp.m4: Likewise.
41127         * m4/putenv.m4: Likewise.
41128         * m4/realloc.m4: Likewise.
41129         * m4/st_mtim.m4: Likewise.
41130         * m4/strftime.m4: Likewise.
41131
41132 1999-01-16  Jim Meyering  <meyering@ascend.com>
41133
41134         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
41135         (ARGMATCH_DIE_DECL): Define.
41136
41137 1999-01-12  Jim Meyering  <meyering@ascend.com>
41138
41139         * m4/Makefile.am.in: Rewrite to avoid using fmt.
41140         Reported by Lars Hecking.
41141
41142 1999-01-10  Jim Meyering  <meyering@ascend.com>
41143
41144         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
41145         gross kludge.
41146         * m4/inttypes_h.m4: Likewise.
41147         * m4/lstat.m4: Likewise.
41148         * m4/malloc.m4: Likewise.
41149         * m4/readdir.m4: Likewise.
41150         * m4/realloc.m4: Likewise.
41151         * m4/st_dm_mode.m4: Likewise.
41152         * m4/stat.m4: Likewise.
41153         * m4/utimbuf.m4: Likewise.
41154         * m4/utimes.m4: Likewise.
41155
41156         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
41157         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
41158         comments in config.h.in are meaningful.
41159
41160         * m4/jm-macros.m4: Require autoconf-2.13 here.
41161
41162         * m4/regex.m4: By default, don't use the included regex.c on systems
41163         with glibc 2.  Suggestion from Uli Drepper.
41164
41165 1999-01-02  Jim Meyering  <meyering@ascend.com>
41166
41167         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
41168
41169 1998-12-18  Jim Meyering  <meyering@ascend.com>
41170
41171         * m4/Makefile.am.in (Makefile.am): Simplify rule.
41172         Based on a suggestion from Lars Hecking.
41173
41174 1998-11-16  Paul Eggert  <eggert@twinsun.com>
41175
41176         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
41177
41178 1998-11-16  Jim Meyering  <meyering@ascend.com>
41179
41180         * m4/lfs.m4: Double-quote the `uname...` expression.
41181
41182 1998-11-14  Jim Meyering  <meyering@ascend.com>
41183
41184         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
41185         * m4/stat.m4: Likewise.
41186
41187 1998-11-03  Jim Meyering  <meyering@ascend.com>
41188
41189         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
41190         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
41191
41192 1998-10-18  Jim Meyering  <meyering@ascend.com>
41193
41194         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
41195
41196 1998-10-17  Jim Meyering  <meyering@ascend.com>
41197
41198         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
41199         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
41200         calls for those previously hard-coded headers.  Instead, take a new
41201         parameter.
41202         (jm_CHECK_DECLARATIONS): Reflect interface change.
41203         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
41204         (jm_CHECK_DECL_LOCALTIME_R): New macro.
41205
41206         * m4/mktime.m4: Test for spring-forward gap before long-running test.
41207
41208 1998-10-14  Jim Meyering  <meyering@ascend.com>
41209
41210         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
41211         instead of "TZ=America/Vancouver".  From Paul Eggert.
41212
41213 1998-10-11  Jim Meyering  <meyering@ascend.com>
41214
41215         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
41216         This adds a test for a recently added compatibility fix for mktime.c.
41217         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
41218
41219 1998-09-27  Jim Meyering  <meyering@ascend.com>
41220
41221         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
41222
41223         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
41224         ../configure.in, including a change from Gordon Matzigkeit to allow
41225         cross-compiling for the Hurd.
41226
41227         * m4/glibc.m4: New file/macro to test for the GNU C Library
41228         versions 1 and 2.  From Gordon Matzigkeit.
41229         Indent.
41230
41231 1998-09-21  Jim Meyering  <meyering@ascend.com>
41232
41233         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
41234
41235 1998-08-18  Paul Eggert  <eggert@twinsun.com>
41236
41237         Port nanosecond-resolution times to UnixWare 2.1.2 and
41238         pedantic Solaris 2.6.
41239
41240         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
41241         AC_STRUCT_ST_MTIM.
41242         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
41243         Generate name of ns member, instead of just 1 or undef.
41244         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
41245
41246 1998-08-15  Jim Meyering  <meyering@ascend.com>
41247
41248         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
41249         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
41250         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
41251         instead of jm_TYPE_SSIZE_T.
41252
41253 1998-08-12  Jim Meyering  <meyering@ascend.com>
41254
41255         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
41256
41257 1998-08-02  Jim Meyering  <meyering@ascend.com>
41258
41259         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
41260         in acconfig.h manually.
41261
41262 1998-07-31  Paul Eggert  <eggert@twinsun.com>
41263
41264         * m4/st_mtim.m4: New file.
41265
41266 1998-07-28  Jim Meyering  <meyering@ascend.com>
41267
41268         * m4/utimes.m4: Undef stat.
41269
41270 1998-07-25  Jim Meyering  <meyering@ascend.com>
41271
41272         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
41273         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
41274
41275 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
41276
41277         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
41278         uid and gid actually remain unchanged.
41279
41280 1998-07-07  Jim Meyering  <meyering@ascend.com>
41281
41282         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
41283
41284 1998-07-04  Jim Meyering  <meyering@ascend.com>
41285
41286         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
41287         to prove that this macro can be used in packages without regex.c.
41288
41289 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
41290
41291         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
41292         is to be used.
41293
41294 1998-07-03  Jim Meyering  <meyering@ascend.com>
41295
41296         * m4/gettext.m4: Add -lintl if it's found to be necessary.
41297
41298         * m4/gettext.m4: New file -- from gettext-0.10.35.
41299         * m4/lcmessage.m4: Likewise.
41300         * m4/progtest.m4: Likewise.
41301
41302         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
41303         * m4/jm-macros.m4: Require the new macro.
41304
41305 1998-06-29  Jim Meyering  <meyering@ascend.com>
41306
41307         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
41308         for the definition of NGROUPS (used in a system header included
41309         by sys/mount.h).
41310
41311 1998-06-28  Jim Meyering  <meyering@ascend.com>
41312
41313         * m4/ls-mntd-fs.m4: New file.
41314         * m4/fstypename.m4: New file.
41315
41316         * m4/jm-macros.m4: Require the new macro.
41317         * m4/jm-glibc-io.m4: New file.
41318
41319 1998-05-19  Jim Meyering  <meyering@ascend.com>
41320
41321         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
41322         * m4/lchown.m4: New file.
41323
41324         * m4/Makefile.am.in: New file.
41325         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
41326
41327 1998-05-14  Jim Meyering  <meyering@ascend.com>
41328
41329         * m4/Makefile.am (EXTRA_DIST): Add them.
41330         * m4/jm-macros.m4: New file.
41331         * m4/utimbuf.m4: New file.
41332
41333 1998-05-12  Jim Meyering  <meyering@ascend.com>
41334
41335         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
41336
41337 1998-05-11  Jim Meyering  <meyering@ascend.com>
41338
41339         * m4/isc-posix.m4: New file.
41340
41341 1998-05-10  Jim Meyering  <meyering@ascend.com>
41342
41343         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
41344
41345 1998-05-09  Jim Meyering  <meyering@ascend.com>
41346
41347         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
41348         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
41349         with automake.
41350
41351         * m4/ssize_t.m4: New file.
41352         * m4/mktime.m4: Remove file -- the new automake has this now.
41353
41354 1998-04-26  Jim Meyering  <meyering@ascend.com>
41355
41356         * m4/assert.m4: New file.
41357         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
41358
41359 1998-04-05  Jim Meyering  <meyering@ascend.com>
41360
41361         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
41362         (jm_PREREQ): Use it here.
41363
41364 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
41365
41366         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
41367         in acconfig.h.
41368
41369 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
41370
41371         * m4/prereq.m4: New file.
41372         * m4/error.m4: New file.
41373         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
41374
41375 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
41376
41377         * m4/getline.m4: Don't set am_cv_func_working_getline before the
41378         cache-check for the same variable -- that defeated the purpose of
41379         the test; the test program was never run.  This was a problem only
41380         on systems with losing getline functions -- HP-UX 10.20 is one.
41381         Reported by Bjorn Helgaas.
41382
41383 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
41384
41385         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
41386
41387 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
41388
41389         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
41390
41391         * m4/const.m4: New file.  Use an initializer in this declaration
41392         typedef int charset[2]; const charset x;
41393         Reported by Bob Glickstein.
41394
41395 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
41396
41397         * m4/chown.m4: Fix reversed types on -1 args to chown.
41398         From Kaveh Ghazi.
41399
41400 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
41401
41402         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
41403         Add lseek and memchr.
41404
41405         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
41406         T.E.Dickey <dickey@clark.net> said that some older preprocessors
41407         have a 20-character limit on names.
41408
41409 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
41410
41411         * m4/inttypes_h.m4: New file.
41412         * m4/uintmax_t.m4: New file.
41413         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
41414
41415
41416         -----
41417
41418         Local Variables:
41419         coding: utf-8
41420         End:
41421
41422         Copyright (C) 1997-2008 Free Software Foundation, Inc.
41423
41424         Copying and distribution of this file, with or without
41425         modification, are permitted provided the copyright notice
41426         and this notice are preserved.